pax_global_header00006660000000000000000000000064145362040550014516gustar00rootroot0000000000000052 comment=a3297b06b06438efbd8d868e685f05080d1ff857 q3c-2.0.1/000077500000000000000000000000001453620405500122045ustar00rootroot00000000000000q3c-2.0.1/.coveralls.yml000066400000000000000000000000251453620405500147740ustar00rootroot00000000000000service_name: github q3c-2.0.1/.github/000077500000000000000000000000001453620405500135445ustar00rootroot00000000000000q3c-2.0.1/.github/workflows/000077500000000000000000000000001453620405500156015ustar00rootroot00000000000000q3c-2.0.1/.github/workflows/test.yml000066400000000000000000000100161453620405500173010ustar00rootroot00000000000000name: q3c # Run this workflow every time a new commit pushed to your repository on: push: branches: - '*' tags: - '*' pull_request: jobs: tester: name: Test the code runs-on: ubuntu-22.04 strategy: matrix: container: ['ubuntu:22.04'] compiler: [gcc] PGVERSION: [12, 13, 14, 15] COVERAGE: ['0'] APT: ['1'] include: - APT: '0' COVERAGE: '1' compiler: 'gcc' - APT: '0' COVERAGE: '0' compiler: 'clang' steps: - name: Checkout uses: actions/checkout@v2 - name: PG cleanup run: | sudo apt-get -y --purge remove postgresql libpq-dev libpq5 postgresql-client-common postgresql-common sudo apt-get -y install python3 python3-pip lcov sudo pip install cpp-coveralls sudo rm -rf /var/lib/postgresql - if: ${{ matrix.APT == '1' }} name: PG APT setup run: | wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo sh -c "echo deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main ${{ matrix.PGVERSION }} >> /etc/apt/sources.list.d/postgresql.list" sudo sh -c "echo deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg-testing main ${{ matrix.PGVERSION }} >> /etc/apt/sources.list.d/postgresql.list" sudo apt-get update -qq sudo apt-get -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::="--force-confnew" install postgresql-${{ matrix.PGVERSION }} postgresql-server-dev-${{ matrix.PGVERSION }} sudo chmod 777 /etc/postgresql/${{ matrix.PGVERSION}}/main/pg_hba.conf sudo echo "local all postgres trust" > /etc/postgresql/${{ matrix.PGVERSION }}/main/pg_hba.conf sudo echo "local all all trust" >> /etc/postgresql/${{ matrix.PGVERSION }}/main/pg_hba.conf sudo echo "host all all 127.0.0.1/32 trust" >> /etc/postgresql/${{ matrix.PGVERSION }}/main/pg_hba.conf sudo echo "host all all ::1/128 trust" >> /etc/postgresql/${{ matrix.PGVERSION }}/main/pg_hba.conf sudo /etc/init.d/postgresql restart createuser -U postgres -s runner - if: ${{ matrix.APT == '0' }} name: PG source setup run: | export CC=${{ matrix.compiler }} wget https://ftp.postgresql.org/pub/source/v14.10/postgresql-14.10.tar.bz2 tar xfj postgresql-14.10.tar.bz2 mv postgresql-14.10 ../ cd ../postgresql-14.10/ if [[ ${{ matrix.COVERAGE }} == 1 ]] ; then ./configure --enable-coverage --prefix=$PWD/../pg_install/ ; else ./configure --prefix=$PWD/../pg_install/ ; fi make install ../pg_install/bin/initdb -D ../pg_install/data ../pg_install/bin/postgres -D ../pg_install/data & sleep 2 - name: Build q3c run: | if [[ ${{ matrix.APT }} == 0 ]] ; then export PATH=$PWD/../pg_install/bin/:$PATH ; fi if [[ ${{ matrix.COVERAGE }} == 1 ]] ; then export Q3C_NOOPT=1 ; fi make sudo PATH=$PWD/../pg_install/bin/:$PATH make install - name: Test run: | if [[ ${{ matrix.APT }} == 0 ]] ; then export PATH=$PWD/../pg_install/bin/:$PATH ; fi make test - name: UpdateExtension run: | if [[ ${{ matrix.APT }} == 0 ]] ; then export PATH=$PWD/../pg_install/bin/:$PATH ; fi createdb exttest psql -c "create extension q3c version '2.0.0'" exttest psql -c "alter extension q3c update to '2.0.1'" exttest - if: ${{ matrix.COVERAGE == '1' }} name: Coverall run: | export TRAVIS_JOB_ID=$GITHUB_RUN_ID cpp-coveralls --verbose --exclude postgres.h --exclude pg_list.h --exclude stdio2.h --exclude dump.c --gcov-options '\-lp' env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} q3c-2.0.1/.gitignore000066400000000000000000000000541453620405500141730ustar00rootroot00000000000000*~ *.o *.so dump.c gen_data prepare results/q3c-2.0.1/COPYING000066400000000000000000000431101453620405500132360ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. q3c-2.0.1/Makefile000066400000000000000000000131741453620405500136520ustar00rootroot00000000000000EXTENSION = q3c EXTVERSION := $(shell grep default_version $(EXTENSION).control | \ sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/") DOCS = README.md OBJS = dump.o q3c.o q3c_poly.o q3cube.o MODULE_big = q3c DATA = $(wildcard scripts/*sql) PG_CONFIG = pg_config SHLIB_LINK += $(filter -lm, $(LIBS)) EXTRA_CLEAN = dump.c prepare prepare.o gen_data.o \ results/join.out results/cone.out results/ellipse.out \ results/version.out results/poly.out results/area.out \ gen_data ifeq ($(Q3C_NOOPT),1) OPT = -O0 else OPT = -O3 endif #DEBUG = -O0 -g3 -ggdb -DQ3C_DEBUG PG_CPPFLAGS = $(DEBUG) $(OPT) -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -DQ3C_VERSION='"'$(EXTVERSION)'"' CPPFLAGS = $(CPPFLAGS) -D$(Q3CVERSION) ifeq (, $(shell which $(PG_CONFIG))) $(error "No pg_config in $(PATH)! Exiting...") endif PGXS := $(shell $(PG_CONFIG) --pgxs) ifeq (, $(wildcard $(PGXS))) $(error "The $(PGXS) file not found. Check your PG installation. Exiting...") endif include $(PGXS) PGVERNEW := $(shell if [ $(MAJORVERSION) -ge 12 ] ; then echo N ; else echo O ; fi ) ifeq ($(PGVERNEW), N) PG_LIBS += -L$(shell $(PG_CONFIG) --pkglibdir) LIBS := $(filter-out -lpam -lxml2 -lxslt -lselinux -ledit -lgssapi_krb5, $(LIBS)) MYBINLIBS := $(LIBS) $(PG_LIBS) -lm else MYBINLIBS := $(PG_LIBS) -lm endif dump.c: prepare ./prepare prepare: prepare.o q3cube.o q3c_poly.o $(CC) $? $(CFLAGS) $(PG_LIBS) $(PG_LDFLAGS) $(LDFLAGS) $(MYBINLIBS) -o $@ gen_data: gen_data.c $(CC) $< $(CPPFLAGS) $(LDFLAGS) -lm -o $@ test: gen_data dropdb --if-exists q3c_test createdb q3c_test psql q3c_test -c "CREATE TABLE test (ra double precision, dec double precision)" psql q3c_test -c "CREATE TABLE test1 (ra double precision, dec double precision)" psql q3c_test -c "CREATE TABLE test_pm0 (ra double precision, dec double precision, pmra real, pmdec real, epoch real)" psql q3c_test -c "CREATE TABLE test_pm1 (ra double precision, dec double precision, pmra real, pmdec real, epoch real)" psql q3c_test -c "CREATE TABLE test_small (ra double precision, dec double precision)" ./gen_data 1 1000000 | psql q3c_test -c "COPY test FROM STDIN WITH DELIMITER ' '" ./gen_data 2 1000000 | psql q3c_test -c "COPY test1 FROM STDIN WITH DELIMITER ' '" ./gen_data 3 100000 | psql q3c_test -c "COPY test_small FROM STDIN WITH DELIMITER ' '" ./gen_data 4 1000000 --withpm --pmscale=0 --randomepoch | psql q3c_test -c "COPY test_pm0 FROM STDIN WITH DELIMITER ' '" ./gen_data 5 1000000 --withpm --pmscale=1000 --epoch=2015 | psql q3c_test -c "COPY test_pm1 FROM STDIN WITH DELIMITER ' '" psql q3c_test -c 'CREATE EXTENSION q3c' psql q3c_test -c 'CREATE INDEX q3c_idx1 ON test1 (q3c_ang2ipix(ra,dec))' psql q3c_test -c 'CREATE INdex ON test_pm0 (q3c_ang2ipix(ra,dec))' psql q3c_test -c 'CREATE INDEX on test_pm1 (q3c_ang2ipix(ra,dec))' psql q3c_test -c 'CREATE INDEX q3c_idx ON test (q3c_ang2ipix(ra,dec))' psql q3c_test -c 'CREATE INDEX q3c_idx_small ON test_small (q3c_ang2ipix(ra,dec))' psql q3c_test -c 'ANALYZE test' psql q3c_test -c 'ANALYZE test1' psql q3c_test -c 'ANALYZE test_pm0' psql q3c_test -c 'ANALYZE test_pm1' psql q3c_test -c 'ANALYZE test_small' mkdir -p results cat sql/misc.sql | psql q3c_test > results/misc.out 2>&1 diff results/misc.out expected/misc.expected cat sql/ang2ipix.sql | psql q3c_test > results/ang2ipix.out 2>&1 diff results/ang2ipix.out expected/ang2ipix.expected cat sql/cone.sql | psql q3c_test > results/cone.out 2>&1 diff results/cone.out expected/cone.expected cat sql/cone_join_rev.sql | psql q3c_test > results/cone.out diff results/cone.out expected/cone.expected cat sql/ellipse.sql | psql q3c_test > results/ellipse.out diff results/ellipse.out expected/ellipse.expected cat sql/join.sql | psql q3c_test > results/join.out diff results/join.out expected/join.expected cat sql/join_ellipse.sql | psql q3c_test > results/join_ellipse.out diff results/join_ellipse.out expected/join.expected cat sql/join_pm1.sql | psql q3c_test > results/join_pm1.out diff results/join_pm1.out expected/join_pm1.expected cat sql/join_pm2.sql | psql q3c_test > results/join_pm2.out diff results/join_pm2.out expected/join_pm2.expected cat sql/poly.sql | psql q3c_test > results/poly.out diff results/poly.out expected/poly.expected cat sql/poly1.sql | psql q3c_test > results/poly1.out diff results/poly1.out expected/poly.expected cat sql/version.sql | psql q3c_test > results/version.out diff results/version.out expected/version.expected cat sql/area.sql | psql q3c_test > results/area.out 2>&1 diff results/area.out expected/area.expected cat sql/errors.sql | psql q3c_test > results/errors.out 2>&1 diff results/errors.out expected/errors.expected dropdb q3c_test createdb q3c_test psql q3c_test -c 'CREATE EXTENSION q3c VERSION "1.6.0"' psql q3c_test -c 'ALTER EXTENSION q3c UPDATE TO "1.7.0"' psql q3c_test -c 'ALTER EXTENSION q3c UPDATE TO "1.8.0"' psql q3c_test -c 'ALTER EXTENSION q3c UPDATE TO "2.0.0"' dropdb q3c_test createdb q3c_test psql q3c_test -c "CREATE TABLE test (ra double precision, dec double precision)" psql q3c_test -c "CREATE TABLE test1 (ra double precision, dec double precision)" ./gen_data 1 1000000 | psql q3c_test -c "COPY test FROM STDIN WITH DELIMITER ' '" ./gen_data 2 1000000 | psql q3c_test -c "COPY test1 FROM STDIN WITH DELIMITER ' '" psql q3c_test -c 'CREATE schema tests' psql q3c_test -c 'CREATE EXTENSION q3c schema tests' psql q3c_test -c 'set search_path to public,tests; CREATE INDEX q3c_idx1 ON test1 (q3c_ang2ipix(ra,dec))' psql q3c_test -c 'ANALYZE test' psql q3c_test -c 'ANALYZE test1' cat sql/relocation.sql | psql q3c_test > results/relocation.out diff results/relocation.out expected/relocation.expected dropdb q3c_test q3c-2.0.1/README.md000066400000000000000000000365161453620405500134760ustar00rootroot00000000000000[![Build Status](https://github.com/segasai/q3c/workflows/q3c/badge.svg)](https://github.com/segasai/q3c/actions) [![Coverage Status](https://coveralls.io/repos/github/segasai/q3c/badge.svg?branch=master)](https://coveralls.io/github/segasai/q3c?branch=master) # Q3C Author: Sergey Koposov, University of Edinburgh Copyright (c) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk Fresh versions of the software could be obtained here: https://github.com/segasai/q3c To read more about the Q3C indexing, you can check out the paper published in ADASS conference proceedings http://adsabs.harvard.edu/abs/2006ASPC..351..735K The citation is "Koposov, S., & Bartunov, O. 2006, Astronomical Society of the Pacific Conference Series, 351, 735". Q3C is also registered in the ASCL library https://ascl.net/1905.008 . If you use Q3C, you are kindly asked to cite the 2006 paper. I am also always happy to hear about any usage of Q3C. ## Prerequisites In order to use Q3C you need to have a PostgreSQL database installed (version 9.1 or later). If you have PostgreSQL version lower than 9.1, you will need to use an older version of Q3C (1.4.x). To successfully compile Q3C you must have pg_config in your PATH (that means that you may need to install the -devel versions of PostgreSQL packages) ## Installation - make - make install - Execute "CREATE EXTENSION q3c" in the PostgreSQL client(psql) for the database where you plan to use q3c After the installation you will have several new functions in PostgreSQL. All names of these functions start with the "q3c_" prefix. ## Updating If you are updating from previous version of q3c, you still need to do the make, make install steps, but after that you need to do - ALTER EXTENSION q3c UPDATE TO 'A.B.C'; instead of 'CREATE EXTENSION'. Here A.B.C is the placeholder for the version, i.e. '2.0.0'; You also may want to check what version of q3c is installed by either of following commands: - select q3c_version(); - SELECT * FROM pg_available_extension_versions WHERE name ='q3c'; ## Table preparation for Q3C To begin use Q3C for searches and cross-matches you should create the indexes on your tables. In this demonstration we'll assume that you have the table called "mytable" with "ra" and "dec" columns (right ascension and declination in degrees). First, you will need to create the spatial index, using the command: `my_db# CREATE INDEX ON mytable (q3c_ang2ipix(ra, dec)); ` The next procedure is optional but strongly recommended: cluster the table using newly created index. The clustering procedure is the procedure of ordering the data on the disk according to the Q3C spatial index values, which will ensure faster queries if your table is very large. If the data have been ingested in the database in ordered fashion (i.e. along some spherical zones), the clustering step can be omitted (although still recommended). The clustering step may take a while (hours) if your dataset is large. `my_db# CLUSTER mytable_q3c_ang2ipix_idx ON mytable;` Alternatively, instead of CLUSTER, you can also just reorder your table yourself before indexing (can be faster) `my_db# create table mytable1 as select * from mytable order by q3c_ang2ipix(ra,dec);` The last step is analyzing your table: `my_db# ANALYZE mytable;` Now you should be able to use q3c queries. ## Q3C functions *IMPORTANT* Throughout q3c it is assumed that all the angles (ra, dec and distances) are in units of angular degrees, the proper motions are in mas/year, and that the units for the epochs are years, i.e. 2000.5, 2010.5. The functions installed by Q3C are: - q3c_ang2ipix(ra, dec) -- returns the ipix value at ra and dec - q3c_dist(ra1, dec1, ra2, dec2) -- returns the distance in degrees between two points (ra1,dec1) and (ra2,dec2) - q3c_dist_pm(ra1, dec1, pmra1, pmdec1, cosdec_flag, epoch1, ra2, dec2, epoch2) -- returns the distance in degrees between two points (ra1,dec1) and (ra2,dec2) at the epoch epoch2 while taking the proper motion into account. *IMPORTANT* The cosdec flag (0 or 1) indicates whether the provided proper motion includes the cos(dec) term (1) or not (0) . The previous versions (q3c 1.8) did not have that parameter and assumed pmra without cos(dec)) - q3c_join(ra1, dec1, ra2, dec2, radius) -- returns true if (ra1, dec1) is within radius spherical distance of (ra2, dec2). It should be used when the index on q3c_ang2ipix(ra2, dec2) is created. See below for examples. - q3c_join_pm(ra1, dec1, pmra1, pmdec1, cosdec_flag, epoch1, ra2, dec2, epoch2, max_delta_epoch, radius) -- returns true if (ra1, dec1) is within radius spherical distance of (ra2, dec2). It takes into account the proper motion of the source pmra1, pmdec1 (in mas/yr) and epochs of the source coordinates epoch1, and epoch2 (in years). max_delta_epoch is the maximum epoch difference possible between two tables (i.e. if the oldest epoch in catalog1 is 1970 and the newest epoch in catalog2 is 2015, then the max_delta_epoch should be 45). You should use this function if the index on q3c_ang2ipix(ra2,dec2) was created. *IMPORTANT* The cosdec flag (0 or 1) indicates whether the provided proper motion includes the cos(dec) term (1) or not (0) . The previous versions (q3c 1.8) did not have that parameter and assumed pmra without cos(dec)) - q3c_ellipse_join(ra1, dec1, ra2, dec2, major, ratio, pa) -- like q3c_join, except (ra1, dec1) have to be within an ellipse with semi-major axis major, the axis ratio ratio and the position angle pa (from north through east) - q3c_radial_query(ra, dec, center_ra, center_dec, radius) -- returns true if ra, dec is within radius degrees of center_ra, center_dec. This is the main function for cone searches. This function should be used when the index on q3c_ang2ipix(ra,dec) is created. - q3c_ellipse_query(ra, dec, center_ra, center_dec, maj_ax, axis_ratio, PA ) -- returns true if ra, dec is within the ellipse from center_ra, center_dec. The ellipse is specified by semi-major axis, axis ratio and positional angle. This function should be used if when the index on q3c_ang2ipix(ra,dec) is created. - q3c_poly_query(ra, dec, poly) -- returns true if ra, dec is within the spherical polygon specified as an array of right ascensions and declinations Alternatively poly can be an PostgreSQL polygon type. This function uses the index for faster queries, assuming the index on q3c_ang2ipix(ra,dec) was created. - q3c_ipix2ang(ipix) -- returns a two-element array of (ra,dec) corresponding to a given ipix. - q3c_pixarea(ipix, bits) -- returns the area corresponding to a given ipix at the pixelisation level given by bits (1 is smallest, 30 is the cube face) in steradians. - q3c_ipixcenter(ra, dec, bits) -- returns the ipix value of the pixel center at certain pixel depth covering the specified (ra,dec) - q3c_in_poly(ra, dec, poly) -- returns true/false if point is inside a polygon. This function will not use the index. - q3c_version() -- returns the version of Q3C that is installed ## Query examples - The cone search (the query of all objects within the circular region of the sky): For example to query all objects within radius of 0.1 deg from (ra,dec) = (11,12)deg in the table mytable you would do: ``` my_db# SELECT * FROM mytable WHERE q3c_radial_query(ra, dec, 11, 12, 0.1); ``` The order of arguments is important, so that the column names of the table should come first, and the location where you search after, otherwise the index won't be used. There is also an alternative way of doing cone searches which could be a bit faster if the table that you are working with that table that is small. In that case q3c_radial_query may be too CPU heavy. So you may want to query the table: ``` my_db# SELECT * FROM mytable WHERE q3c_join(11, 12, ra, dec, 0.1); ``` - The ellipse search: search for objects within the ellipse from a given point: ``` my_db=# select * from mytable WHERE q3c_ellipse_query(ra, dec, 10, 20, 1, 0.5 ,10); ``` returns the objects which are within the ellipse with the center at (ra,dec)=(10,20) semi-major axis of 1 degree, axis ratio of 0.5 and positional angle of 10 degrees. - The polygonal query, i.e. the query of the objects which lie inside the region bounded by the polygon on the sphere. To query the objects in the polygon ((0,0),(2,0),(2,1),(0,1)) ) (this is the spherical polygon with following vertices: (ra=0, dec=0) ; (ra=2, dec=0); (ra=2, dec=1); (ra=0, dec=1)): ``` my_db# SELECT * FROM mytable WHERE q3c_poly_query(ra, dec, ARRAY[0, 0, 2, 0, 2, 1, 0, 1]); ``` - The polygonal query using PostgreSQL polygon type ``` my_db# SELECT * FROM mytable WHERE q3c_poly_query(ra, dec, '((0, 0), (2, 0), (2, 1), (0, 1))'::polygon); ``` - The positional cross-match of the tables: In this example we will assume that we have a huge table "table2" with ra and dec columns and an already created index on q3c_ang2ipix(ra,dec) and a smaller table "table1" with ra and dec columns. Now, if we want to cross-match the tables "table1" and "table2" by position with the crossmatch radius of 0.001 degrees, we would do it with the following query: ``` my_db# SELECT * FROM table1 AS a, table2 AS b WHERE q3c_join(a.ra, a.dec, b.ra, b.dec, 0.001); ``` The order of arguments is important again, because it determines whether an index is going to be used or not. The ra,dec columns from the table with the index should go after the ra,dec columns from the table without the index. It is important that the query will return *ALL* the pairs within the matching distance, rather than just nearest neighbors. See the nearest neighbors queries below. If every object in table1 have his own error circle ( we'll assume that the radius of that circle in degrees is stored in the column "err"), then you should run the query: ``` my_db# SELECT * FROM table1 AS a, table2 AS b WHERE q3c_join(a.ra, a.dec, b.ra, b.dec, a.err); ``` - The positional cross-match of the tables with the ellipse error-area: (for example if you want to find all the objects from one catalogue which lies inside the elliptical bodies of the galaxies from the second catalogue) It is possible to do the join when the error area of each record of the catalogue is an ellipse. Then you can do the query like this ``` my_db# SELECT * FROM table1 AS a, table2 AS b WHERE q3c_ellipse_join(a.ra, a.dec, b.ra, b.dec, a.maj_ax a.axis_ratio, a.PA); ``` where axis_ratio is the column with axis ratio of the ellipses and PA is the column with the positional angles of them, and maj_ax is the column with semi-major axes of those ellipses. - The positional cross-match of the tables with proper motions taken into account In this example we will assume that we have a huge table "table2" with ra and dec columns and an already created index on q3c_ang2ipix(ra,dec) and a smaller table "table1" with ra and dec columns. We will also assume that this table1 has an epoch column (in year units) as well as pmra, pmdec columns (in units of mas/yr), while the table2 only has the epoch column. We will also assume that the pmra columns has the cos(dec) factor. and that we know the upper bound on the epoch difference between the two catalogs is say 30 years. (it doesn't have to be precise, but it is important that the true largest epoch difference is not larger than the specified number). Now, if we want to cross-match the tables "table1" and "table2" by position with the crossmatch radius of 0.001 degrees, we would do it with the following query: ``` my_db# SELECT * FROM table1 AS a, table2 AS b WHERE q3c_join_pm (a.ra, a.dec, a.pmra, a.pmdec, 1, a.epoch, b.ra, b.dec, b.epoch, 30, 0.001); ``` - The density estimation of your objects using pixelation depth of 25: ``` my_db# SELECT (q3c_ipix2ang(i))[1] as ra ,(q3c_ipix2ang(i))[2] as dec ,c, q3c_pixarea(i,25) as area from (select q3c_ipixcenter(ra,dec, 25) as i, count(*) as c from mytable group by i) as x; ``` returns the list of ra,dec of the Q3C pixel center, number of objects within a given pixel, and pixel area. If you use that query you should keep in mind that Q3C doesn't have the property of uniform pixel areas (as opposed to HEALPIX). - Nearest neighbour queries: This query selects the only nearest neighbour for each row in your table. If there is no neighbor, the columns are filled with nulls. ``` my_db# SELECT t.*, ss.* FROM mytable AS t LEFT JOIN LATERAL ( SELECT s.* FROM sdssdr9.phototag AS s WHERE q3c_join(t.ra, t.dec, s.ra, s.dec, 1./3600) ORDER BY q3c_dist(t.ra,t.dec,s.ra,s.dec) ASC LIMIT 1 ) as ss ON true; ``` The idea behind the query is that for every row of your table LATERAL() executes the subquery, that returns all the neighbours within the aperture and then orders them by distance takes the top one. If you want only the objects that have the neighbours then the query will look like that ``` my_db# SELECT t.*, ss.* FROM mytable AS t, LATERAL ( SELECT s.* FROM sdssdr9.phototag AS s WHERE q3c_join(t.ra, t.dec, s.ra, s.dec, 1./3600) ORDER BY q3c_dist(t.ra,t.dec,s.ra,s.dec) ASC LIMIT 1 ) as ss ; ``` - Nearest neighbour 2 This query selects the only nearest neighbour for each row in your table. If there are no neighbours, the columns are filled with nulls. This query requires presence of some object id column with the index on the table. ``` my_db# WITH x AS MATERIALIZED ( SELECT *, ( SELECT objid FROM sdssdr9.phototag AS p WHERE q3c_join(m.ra, m.dec, p.ra, p.dec, 1./3600) ORDER BY q3c_dist(m.ra, m.dec, p.ra, p.dec) ASC LIMIT 1) AS match_objid FROM mytable AS m ) SELECT * FROM x, sdssdr9.phototag AS s WHERE x.match_objid=s.objid; ``` ## Limitations - Querying of very large polygons occupying area with the diameter > 25 degrees or so is not supported - Polygons with more than 100 vertices are not supported ## Performance issues/Slow queries If you experience slow q3c queries, the following list may suggest possible solutions. - Check that you are using the correct order of arguments in the q3c functions. I.e. q3c_radial_query(120,3,ra,dec,1) instead of q3c_radial_query(ra,dec,120,3,1) - Verify the plan of the query using 'EXPLAIN ...' command. That will tell you how PG tries to execute it. If you see something involving merge_join, or just seq scans (instead of bitmap scans using the q3c index), likely the plan is wrong and you have to fix it - Force Postgresql to use the q3c_index by disabling seq scans or merge and hash joins by setting 'set enable_mergejoin to off; set enable_seqscan to off; set enable hashjoin to off;' - Cluster your table using q3c index to sort your table by position. - Check if you are using q3c_join() query together with additional clauses. I.e. the query select * from t1, t2 where q3c_join(t1.ra,t1.dec,t2.ra,t2.dec,1./3600) and t1.mag<1 and t2.mag>33 likely will NOT execute properly, you will likely need to rewrite it as ``` WITH x AS MATERIALIZED (select * from t1 where t1.mag<1) y as (select *, t2.mag as t2mag from x, t2 where q3c_join(t1.ra,t1.dec,t2.ra,t2.dec,1./3600) ) select * from y where t2mag>33 ``` q3c-2.0.1/common.h000066400000000000000000000277411453620405500136600ustar00rootroot00000000000000/* Copyright (C) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk This file is part of Q3C. Q3C is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Q3C is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Q3C; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include #include "postgres.h" #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS #endif #include #include #ifndef Q3C_COMMON_H #define Q3C_COMMON_H #ifndef q3c_ipix_t /*#define q3c_ipix_t long long typedef long long q3c_ipix_t ;*/ typedef int64 q3c_ipix_t; #endif /* q3c_ipix_t */ #ifndef Q3C_IPIX_FMT #define Q3C_IPIX_FMT INT64_FORMAT #define Q3C_CONST(c) INT64CONST(c) #endif /* Q3C_IPIX_FMT */ #ifndef Q3C_MAX_IPIX #define Q3C_MAX_IPIX ( (((q3c_ipix_t)1 << 60) - 1) + ((q3c_ipix_t)1 << 60) + ((q3c_ipix_t)1 << 62)) /* This is maximum allowed ipix value 101 + 1111111111111....111 60 ones */ #endif /* Q3C_MAX_IPIX */ /* If You have not specified the Q3C_LONG_DOUBLE macro then we will use simple double functions */ #ifndef Q3C_LONG_DOUBLE typedef double q3c_coord_t; #define q3c_pow(a,b) pow(a, b) #define q3c_fabs(a) fabs(a) #define q3c_fmod(a,b) fmod(a, b) #define q3c_cos(a) cos(a) #define q3c_sin(a) sin(a) #define q3c_asin(a) asin(a) #define q3c_acos(a) acos(a) #define q3c_sincos0(a, b, c) sincos(a, b, c) #define q3c_tan(a) tan(a) #define q3c_atan(a) atan(a) #define q3c_atan2(a,b) atan2(a, b) #define q3c_sqrt(a) sqrt(a) #define q3c_log(a) log(a) #define q3c_ceil(a) ceil(a) #define Q3C_HALF 0.5 #define Q3C_COORD_FMT "%f" #define Q3C_PI 3.1415926535897932384626433832795028841968 #define Q3C_2PI 6.2831853071795864769252867665590057683936 #define Q3C_PI_2 1.5707963267948966192313216916397514420984 #define Q3C_DEGRA 0.0174532925199432957692369076848861271344 #define Q3C_RADEG 57.2957795130823208767981548141051703324122 #define Q3C_LG2 0.6931471805599453094172321214581765680755 /* I really do not see the reason to set them as const ... const q3c_coord_t Q3C_PI=3.1415926535897932384626433832795028841968; const q3c_coord_t Q3C_2PI=6.2831853071795864769252867665590057683936; const q3c_coord_t Q3C_PI_2=1.5707963267948966192313216916397514420984; const q3c_coord_t Q3C_DEGRA=0.0174532925199432957692369076848861271344; const q3c_coord_t Q3C_RADEG=57.2957795130823208767981548141051703324122; const q3c_coord_t Q3C_LG2=0.6931471805599453094172321214581765680755; */ #else /* Q3C_LONG_DOUBLE */ typedef long double q3c_coord_t; #define q3c_pow(a,b) powl(a, b) #define q3c_fabs(a) fabsl(a) #define q3c_fmod(a,b) fmodl(a, b) #define q3c_cos(a) cosl(a) #define q3c_sin(a) sinl(a) #define q3c_asin(a) asinl(a) #define q3c_acos(a) acosl(a) #define q3c_sincos0(a, b, c) sincosl(a, b, c) #define q3c_tan(a) tanl(a) #define q3c_atan(a) atanl(a) #define q3c_atan2(a,b) atan2l(a, b) #define q3c_sqrt(a) sqrtl(a) #define q3c_log(a) logl(a) #define q3c_ceil(a) ceill(a) #define Q3C_HALF 0.5L #define Q3C_COORD_FMT "%.15Lf" #define Q3C_PI 3.1415926535897932384626433832795028841968L #define Q3C_2PI 6.2831853071795864769252867665590057683936L #define Q3C_PI_2 1.5707963267948966192313216916397514420984L #define Q3C_DEGRA 0.0174532925199432957692369076848861271344L #define Q3C_RADEG 57.2957795130823208767981548141051703324122L #define Q3C_LG2 0.6931471805599453094172321214581765680755L #endif /* Q3C_LONG_DOUBLE */ #ifndef Q3C_CBITS #define Q3C_CBITS sizeof(q3c_coord_t) #endif /* Q3C_CBITS */ #ifndef Q3C_IBITS #define Q3C_IBITS sizeof(q3c_ipix_t) #endif /* Q3C_IBITS */ #ifndef Q3C_INTERLEAVED_NBITS #define Q3C_INTERLEAVED_NBITS 16 #endif /* Q3C_INTERLEAVED_NBITS */ #ifndef Q3C_I1 #define Q3C_I1 (1 << (Q3C_INTERLEAVED_NBITS)) #endif /* Q3C_INTERLEAVED_NBITS */ /* this probably will work only in the case of long double variables ?? */ /*#define Q3C_PI 3.1415926535897932384626433832795029L #define q3c_2_PI 3.1415926535897932384626433832795029L #define Q3C_2PI 6.2831853071795864769252867665590058L #define Q3C_PI_2 1.5707963267948966192313216916397514L #define Q3C_DEGRA 0.01745329251994329576923690768488612L #define Q3C_RADEG 57.295779513082320876798154814105170L #define Q3C_LG2 0.301029995663981195213738894724493026768L #define Q3C_LG2 0.6931471805599453094172321214581765680755L*/ #define Q3C_BOX_INTERSECT(x0, x1, y0, y1, a0, a1, b0, b1) ((((x0 < a0) && \ (x1 >= a0)) || \ (x0 <= a1)) && \ (((y0 < b0) && \ (y1 >= b0)) || \ (y0 <= b1))) /* True if square(x0,x1,y0,y1) and square(a0,a1,b0,b1) have any common point*/ #define Q3C_INTERSECT(a, b, x, y) (((a <= y) && (a >= x)) || \ ((a < x) && (b >= x))) #define Q3C_DISJUNCT 0 /* disjunct areas */ #define Q3C_PARTIAL 1 /* partial coverage */ #define Q3C_EDGE 1 /* point lie on the edge of the region */ #define Q3C_COVER 2 /* the point or the region is completely inside other */ #define Q3C_MAX_N_POLY_VERTEX 100 /* Maximal number of vertices in the polygon */ #define Q3C_NPARTIALS 50 /*length of the list of the partially covered ipix ranges*/ #define Q3C_NFULLS 50 /*length of the list of the fully covered ipix ranges*/ #define Q3C_MAX_DEPTH 4 /*the maximum depth of going down the quadtree when doing spatial searches */ #define Q3C_STACK_SIZE 11000 /* the size of the stacks for quadtrees when doing spatial searches */ /* !!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!! * Consider that the size of the stacks should directly depend on the * value of res_depth variable ! * It seems that each of stacks should have the size 4*(2^(depth-1)) */ #define Q3C_MAXRAD 35 /* maximum allowed radius for circles and ellipses */ #define Q3C_MINDISCR 1e-10 /* minimum possible value of the discriminant of the 2nd order curves, before we start assuming parabola or hyperbola */ #define UNWRAP_RA(ra) ( (ra < 0) ? \ (q3c_fmod(ra, 360) + 360) : \ ( (ra > 360) ? q3c_fmod(ra, 360) : ra ) \ ) #ifdef __USE_GNU #define q3c_sincos(a,b,c) q3c_sincos0(a,&b,&c) #else #define q3c_sincos(a,b,c) do { \ b = q3c_sin(a); \ c = q3c_cos(a); \ } while(0); #endif struct q3c_prm { q3c_ipix_t nside; q3c_ipix_t *xbits; q3c_ipix_t *ybits; q3c_ipix_t *xbits1; q3c_ipix_t *ybits1; }; struct q3c_square { q3c_ipix_t x0, y0; /* Integer coordinates of the center of the square for */ int nside0; /* the nside0 segmentation */ char status; }; #define SET_SQUARE(sq, x, y, n) do { \ sq->x0 = x; \ sq->y0 = y; \ sq->nside0 = n; \ } while(0); typedef struct { int n; q3c_coord_t *ra; /* array of RAs of vertices */ q3c_coord_t *dec; /* array of DECs of vertices */ q3c_coord_t *x; /* array of X coords on the cube face of vertices */ q3c_coord_t *y; /* array of Y coords on the cube face of vertices */ q3c_coord_t *ax; /* array of x projections of the edge between vertices */ q3c_coord_t *ay; /* array of y projections of the edge between vertices */ } q3c_poly; typedef struct { q3c_coord_t ra; q3c_coord_t dec; q3c_coord_t rad; } q3c_circle_region; typedef struct { q3c_coord_t ra; q3c_coord_t dec; q3c_coord_t rad; /* major axis */ q3c_coord_t e; /* eccentricity */ q3c_coord_t PA; } q3c_ellipse_region; typedef enum {Q3C_CIRCLE, Q3C_POLYGON, Q3C_ELLIPSE} q3c_region; void init_q3c(struct q3c_prm *, q3c_ipix_t); void init_q3c1(struct q3c_prm *, q3c_ipix_t); void q3c_dump_prm(struct q3c_prm *,char *); void q3c_ang2ipix(struct q3c_prm *, q3c_coord_t, q3c_coord_t, q3c_ipix_t *); void q3c_ipix2ang(struct q3c_prm *, q3c_ipix_t, q3c_coord_t *, q3c_coord_t *); q3c_coord_t q3c_pixarea(struct q3c_prm *hprm, q3c_ipix_t ipix, int depth); void q3c_get_nearby_split(struct q3c_prm *, q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_ipix_t *, int); void q3c_get_nearby(struct q3c_prm *, q3c_region, void *, q3c_ipix_t *); void q3c_get_xy_minmax(q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, char *); void q3c_ang2ipix_xy(struct q3c_prm *hprm, q3c_coord_t ra, q3c_coord_t dec, char *out_face_num, q3c_ipix_t *ipix, q3c_coord_t *x_out, q3c_coord_t *y_out); void q3c_get_poly_coefs(char, q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *); char q3c_xy2facenum(q3c_coord_t, q3c_coord_t, char); char q3c_get_facenum(q3c_coord_t, q3c_coord_t); char q3c_in_ellipse(q3c_coord_t alpha, q3c_coord_t delta0, q3c_coord_t alpha1, q3c_coord_t delta01, q3c_coord_t d0, q3c_coord_t e, q3c_coord_t PA0); q3c_coord_t q3c_dist(q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t); q3c_coord_t q3c_sindist(q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t); void q3c_radial_query(struct q3c_prm *hprm, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t rad, q3c_ipix_t *out_ipix_arr_fulls, q3c_ipix_t *out_ipix_arr_partials); void q3c_ellipse_query(struct q3c_prm *hprm, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t majax, q3c_coord_t PA, q3c_coord_t ell, q3c_ipix_t *out_ipix_arr_fulls, q3c_ipix_t *out_ipix_arr_partials); void q3c_init_poly(q3c_poly *qp, int n); void q3c_prepare_poly(q3c_poly *qp); void q3c_project_poly(q3c_poly *qp, char facenum, char *large_flag); char q3c_get_facenum_poly(q3c_poly *qp); int q3c_check_point_in_poly(q3c_poly *qp, q3c_coord_t x0, q3c_coord_t y0); int q3c_poly_cover_check(q3c_poly *qp, q3c_coord_t xc_cur, q3c_coord_t yc_cur, q3c_coord_t cur_size); void q3c_get_minmax_poly(q3c_poly *qp, q3c_coord_t *xmin, q3c_coord_t *xmax, q3c_coord_t *ymin, q3c_coord_t *ymax); void q3c_poly_query(struct q3c_prm *hprm, q3c_poly *qp, q3c_ipix_t *out_ipix_arr_fulls, q3c_ipix_t *out_ipix_arr_partials, char *too_large); int q3c_check_sphere_point_in_poly(struct q3c_prm *hprm, int n, q3c_coord_t in_ra[], q3c_coord_t in_dec[], q3c_coord_t ra0, q3c_coord_t dec0, char *too_large, int invocation, q3c_coord_t (*)[Q3C_MAX_N_POLY_VERTEX], q3c_coord_t (*)[Q3C_MAX_N_POLY_VERTEX], q3c_coord_t (*)[Q3C_MAX_N_POLY_VERTEX], q3c_coord_t (*)[Q3C_MAX_N_POLY_VERTEX], char *, char *); char q3c_get_region_facenum(q3c_region region, void *data); q3c_ipix_t q3c_xiyi2ipix(q3c_ipix_t nside, q3c_ipix_t *xbits, q3c_ipix_t *ybits, char face_num, q3c_ipix_t xi, q3c_ipix_t yi); void q3c_multi_face_check(q3c_coord_t *xmin0, q3c_coord_t *ymin0, q3c_coord_t *xmax0, q3c_coord_t *ymax0, q3c_coord_t *points, char *multi_flag); char q3c_too_big_check(q3c_region region, void * region_data); void q3c_get_version(char *, int); #endif/* Q3C_COMMON_H */ q3c-2.0.1/expected/000077500000000000000000000000001453620405500140055ustar00rootroot00000000000000q3c-2.0.1/expected/ang2ipix.expected000066400000000000000000000021731453620405500172540ustar00rootroot00000000000000 q3c_ang2ipix --------------------- 2017612633061982208 (1 row) q3c_ang2ipix -------------------- 480383960252852906 (1 row) q3c_ang2ipix -------------------- 480383960252852906 (1 row) q3c_ang2ipix --------------------- 1825388318008017157 (1 row) q3c_ang2ipix --------------------- 1825388318008017157 (1 row) q3c_ang2ipix -------------- (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) ?column? ---------- t (1 row) sum --------- 1000000 (1 row) sum --------- 1000000 (1 row) q3c_ipix2ang ------------------------ {315,35.2643897079092} (1 row) ERROR: Invalid ipix value q3c-2.0.1/expected/area.expected000066400000000000000000000002761453620405500164450ustar00rootroot00000000000000 ?column? ---------- t (1 row) ERROR: Invalid depth. It should be less than 31. ERROR: Invalid depth. It should be greater than 0. ERROR: Invalid ipix value ERROR: Invalid ipix value q3c-2.0.1/expected/cone.expected000066400000000000000000000566121453620405500164660ustar00rootroot00000000000000 count ------- 0 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 4 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 3 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 10 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 7 (1 row) count ------- 3 (1 row) count ------- 4 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 6 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 6 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 5 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 6 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 4 (1 row) count ------- 4 (1 row) count ------- 0 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 5 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 6 (1 row) count ------- 4 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 1 (1 row) count ------- 3 (1 row) count ------- 6 (1 row) count ------- 5 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 3 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 5 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 5 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 1 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 6 (1 row) count ------- 3 (1 row) count ------- 3 (1 row) count ------- 3 (1 row) count ------- 3 (1 row) count ------- 7 (1 row) count ------- 5 (1 row) count ------- 5 (1 row) count ------- 1 (1 row) count ------- 5 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 10 (1 row) count ------- 7 (1 row) count ------- 18 (1 row) count ------- 12 (1 row) count ------- 10 (1 row) count ------- 11 (1 row) count ------- 17 (1 row) count ------- 16 (1 row) count ------- 14 (1 row) count ------- 11 (1 row) count ------- 16 (1 row) count ------- 11 (1 row) count ------- 16 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 8 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 9 (1 row) count ------- 21 (1 row) count ------- 12 (1 row) count ------- 8 (1 row) count ------- 9 (1 row) count ------- 15 (1 row) count ------- 9 (1 row) count ------- 10 (1 row) count ------- 14 (1 row) count ------- 9 (1 row) count ------- 13 (1 row) count ------- 10 (1 row) count ------- 12 (1 row) count ------- 14 (1 row) count ------- 10 (1 row) count ------- 7 (1 row) count ------- 19 (1 row) count ------- 16 (1 row) count ------- 13 (1 row) count ------- 14 (1 row) count ------- 12 (1 row) count ------- 15 (1 row) count ------- 9 (1 row) count ------- 15 (1 row) count ------- 12 (1 row) count ------- 10 (1 row) count ------- 12 (1 row) count ------- 19 (1 row) count ------- 18 (1 row) count ------- 19 (1 row) count ------- 11 (1 row) count ------- 7 (1 row) count ------- 9 (1 row) count ------- 11 (1 row) count ------- 10 (1 row) count ------- 6 (1 row) count ------- 9 (1 row) count ------- 12 (1 row) count ------- 18 (1 row) count ------- 10 (1 row) count ------- 16 (1 row) count ------- 9 (1 row) count ------- 9 (1 row) count ------- 12 (1 row) count ------- 14 (1 row) count ------- 16 (1 row) count ------- 14 (1 row) count ------- 16 (1 row) count ------- 9 (1 row) count ------- 12 (1 row) count ------- 6 (1 row) count ------- 13 (1 row) count ------- 12 (1 row) count ------- 7 (1 row) count ------- 13 (1 row) count ------- 12 (1 row) count ------- 13 (1 row) count ------- 7 (1 row) count ------- 13 (1 row) count ------- 14 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 13 (1 row) count ------- 7 (1 row) count ------- 15 (1 row) count ------- 12 (1 row) count ------- 5 (1 row) count ------- 13 (1 row) count ------- 14 (1 row) count ------- 7 (1 row) count ------- 14 (1 row) count ------- 10 (1 row) count ------- 9 (1 row) count ------- 11 (1 row) count ------- 10 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 50 (1 row) count ------- 58 (1 row) count ------- 44 (1 row) count ------- 55 (1 row) count ------- 52 (1 row) count ------- 52 (1 row) count ------- 49 (1 row) count ------- 45 (1 row) count ------- 53 (1 row) count ------- 39 (1 row) count ------- 48 (1 row) count ------- 46 (1 row) count ------- 49 (1 row) count ------- 51 (1 row) count ------- 65 (1 row) count ------- 50 (1 row) count ------- 48 (1 row) count ------- 45 (1 row) count ------- 70 (1 row) count ------- 58 (1 row) count ------- 41 (1 row) count ------- 58 (1 row) count ------- 51 (1 row) count ------- 52 (1 row) count ------- 50 (1 row) count ------- 44 (1 row) count ------- 57 (1 row) count ------- 48 (1 row) count ------- 49 (1 row) count ------- 59 (1 row) count ------- 53 (1 row) count ------- 49 (1 row) count ------- 56 (1 row) count ------- 51 (1 row) count ------- 32 (1 row) count ------- 50 (1 row) count ------- 49 (1 row) count ------- 40 (1 row) count ------- 46 (1 row) count ------- 53 (1 row) count ------- 56 (1 row) count ------- 58 (1 row) count ------- 55 (1 row) count ------- 49 (1 row) count ------- 52 (1 row) count ------- 48 (1 row) count ------- 49 (1 row) count ------- 53 (1 row) count ------- 34 (1 row) count ------- 43 (1 row) count ------- 49 (1 row) count ------- 44 (1 row) count ------- 56 (1 row) count ------- 42 (1 row) count ------- 56 (1 row) count ------- 48 (1 row) count ------- 52 (1 row) count ------- 47 (1 row) count ------- 50 (1 row) count ------- 51 (1 row) count ------- 54 (1 row) count ------- 31 (1 row) count ------- 51 (1 row) count ------- 52 (1 row) count ------- 54 (1 row) count ------- 47 (1 row) count ------- 40 (1 row) count ------- 57 (1 row) count ------- 49 (1 row) count ------- 43 (1 row) count ------- 45 (1 row) count ------- 39 (1 row) count ------- 45 (1 row) count ------- 47 (1 row) count ------- 47 (1 row) count ------- 52 (1 row) count ------- 50 (1 row) count ------- 45 (1 row) count ------- 59 (1 row) count ------- 56 (1 row) count ------- 57 (1 row) count ------- 65 (1 row) count ------- 50 (1 row) count ------- 39 (1 row) count ------- 48 (1 row) count ------- 51 (1 row) count ------- 51 (1 row) count ------- 38 (1 row) count ------- 43 (1 row) count ------- 52 (1 row) count ------- 59 (1 row) count ------- 44 (1 row) count ------- 34 (1 row) count ------- 53 (1 row) count ------- 49 (1 row) count ------- 40 (1 row) count ------- 61 (1 row) count ------- 45 (1 row) count ------- 50 (1 row) count ------- 57 (1 row) count ------- 204 (1 row) count ------- 178 (1 row) count ------- 179 (1 row) count ------- 197 (1 row) count ------- 193 (1 row) count ------- 206 (1 row) count ------- 188 (1 row) count ------- 190 (1 row) count ------- 177 (1 row) count ------- 187 (1 row) count ------- 175 (1 row) count ------- 215 (1 row) count ------- 167 (1 row) count ------- 183 (1 row) count ------- 196 (1 row) count ------- 193 (1 row) count ------- 199 (1 row) count ------- 185 (1 row) count ------- 225 (1 row) count ------- 206 (1 row) count ------- 211 (1 row) count ------- 184 (1 row) count ------- 179 (1 row) count ------- 176 (1 row) count ------- 209 (1 row) count ------- 212 (1 row) count ------- 197 (1 row) count ------- 161 (1 row) count ------- 184 (1 row) count ------- 200 (1 row) count ------- 192 (1 row) count ------- 191 (1 row) count ------- 185 (1 row) count ------- 187 (1 row) count ------- 213 (1 row) count ------- 178 (1 row) count ------- 178 (1 row) count ------- 202 (1 row) count ------- 190 (1 row) count ------- 203 (1 row) count ------- 202 (1 row) count ------- 175 (1 row) count ------- 219 (1 row) count ------- 195 (1 row) count ------- 187 (1 row) count ------- 210 (1 row) count ------- 184 (1 row) count ------- 200 (1 row) count ------- 195 (1 row) count ------- 168 (1 row) count ------- 221 (1 row) count ------- 194 (1 row) count ------- 209 (1 row) count ------- 205 (1 row) count ------- 199 (1 row) count ------- 186 (1 row) count ------- 187 (1 row) count ------- 195 (1 row) count ------- 223 (1 row) count ------- 214 (1 row) count ------- 212 (1 row) count ------- 196 (1 row) count ------- 220 (1 row) count ------- 195 (1 row) count ------- 172 (1 row) count ------- 203 (1 row) count ------- 191 (1 row) count ------- 208 (1 row) count ------- 197 (1 row) count ------- 196 (1 row) count ------- 174 (1 row) count ------- 208 (1 row) count ------- 204 (1 row) count ------- 184 (1 row) count ------- 204 (1 row) count ------- 213 (1 row) count ------- 184 (1 row) count ------- 197 (1 row) count ------- 205 (1 row) count ------- 198 (1 row) count ------- 225 (1 row) count ------- 190 (1 row) count ------- 216 (1 row) count ------- 192 (1 row) count ------- 179 (1 row) count ------- 199 (1 row) count ------- 210 (1 row) count ------- 198 (1 row) count ------- 195 (1 row) count ------- 189 (1 row) count ------- 216 (1 row) count ------- 197 (1 row) count ------- 183 (1 row) count ------- 176 (1 row) count ------- 197 (1 row) count ------- 171 (1 row) count ------- 173 (1 row) count ------- 194 (1 row) count ------- 188 (1 row) count ------- 180 (1 row) count ------- 759 (1 row) count ------- 718 (1 row) count ------- 761 (1 row) count ------- 798 (1 row) count ------- 786 (1 row) count ------- 782 (1 row) count ------- 764 (1 row) count ------- 823 (1 row) count ------- 776 (1 row) count ------- 812 (1 row) count ------- 778 (1 row) count ------- 745 (1 row) count ------- 778 (1 row) count ------- 740 (1 row) count ------- 772 (1 row) count ------- 758 (1 row) count ------- 748 (1 row) count ------- 783 (1 row) count ------- 767 (1 row) count ------- 748 (1 row) count ------- 795 (1 row) count ------- 746 (1 row) count ------- 801 (1 row) count ------- 803 (1 row) count ------- 820 (1 row) count ------- 785 (1 row) count ------- 826 (1 row) count ------- 809 (1 row) count ------- 792 (1 row) count ------- 781 (1 row) count ------- 779 (1 row) count ------- 779 (1 row) count ------- 755 (1 row) count ------- 764 (1 row) count ------- 770 (1 row) count ------- 815 (1 row) count ------- 802 (1 row) count ------- 838 (1 row) count ------- 756 (1 row) count ------- 725 (1 row) count ------- 811 (1 row) count ------- 735 (1 row) count ------- 804 (1 row) count ------- 824 (1 row) count ------- 816 (1 row) count ------- 806 (1 row) count ------- 754 (1 row) count ------- 834 (1 row) count ------- 764 (1 row) count ------- 807 (1 row) count ------- 815 (1 row) count ------- 838 (1 row) count ------- 824 (1 row) count ------- 764 (1 row) count ------- 821 (1 row) count ------- 755 (1 row) count ------- 725 (1 row) count ------- 778 (1 row) count ------- 769 (1 row) count ------- 817 (1 row) count ------- 762 (1 row) count ------- 743 (1 row) count ------- 747 (1 row) count ------- 778 (1 row) count ------- 716 (1 row) count ------- 812 (1 row) count ------- 822 (1 row) count ------- 803 (1 row) count ------- 760 (1 row) count ------- 829 (1 row) count ------- 756 (1 row) count ------- 785 (1 row) count ------- 777 (1 row) count ------- 789 (1 row) count ------- 785 (1 row) count ------- 808 (1 row) count ------- 741 (1 row) count ------- 752 (1 row) count ------- 788 (1 row) count ------- 725 (1 row) count ------- 779 (1 row) count ------- 816 (1 row) count ------- 801 (1 row) count ------- 796 (1 row) count ------- 740 (1 row) count ------- 753 (1 row) count ------- 740 (1 row) count ------- 801 (1 row) count ------- 746 (1 row) count ------- 781 (1 row) count ------- 797 (1 row) count ------- 802 (1 row) count ------- 761 (1 row) count ------- 751 (1 row) count ------- 782 (1 row) count ------- 772 (1 row) count ------- 781 (1 row) count ------- 790 (1 row) count ------- 811 (1 row) count ------- 789 (1 row) count ------- 3072 (1 row) count ------- 3110 (1 row) count ------- 3036 (1 row) count ------- 3088 (1 row) count ------- 3250 (1 row) count ------- 3177 (1 row) count ------- 3097 (1 row) count ------- 3111 (1 row) count ------- 3160 (1 row) count ------- 3073 (1 row) count ------- 3124 (1 row) count ------- 3140 (1 row) count ------- 3055 (1 row) count ------- 3144 (1 row) count ------- 3075 (1 row) count ------- 3049 (1 row) count ------- 3021 (1 row) count ------- 3106 (1 row) count ------- 3161 (1 row) count ------- 2992 (1 row) count ------- 3171 (1 row) count ------- 3190 (1 row) count ------- 2983 (1 row) count ------- 3110 (1 row) count ------- 3197 (1 row) count ------- 3184 (1 row) count ------- 3197 (1 row) count ------- 3128 (1 row) count ------- 3146 (1 row) count ------- 3209 (1 row) count ------- 3121 (1 row) count ------- 3169 (1 row) count ------- 2988 (1 row) count ------- 3013 (1 row) count ------- 3164 (1 row) count ------- 3127 (1 row) count ------- 3148 (1 row) count ------- 3163 (1 row) count ------- 3203 (1 row) count ------- 3103 (1 row) count ------- 3140 (1 row) count ------- 3067 (1 row) count ------- 3137 (1 row) count ------- 3112 (1 row) count ------- 3163 (1 row) count ------- 2986 (1 row) count ------- 3112 (1 row) count ------- 3177 (1 row) count ------- 3019 (1 row) count ------- 3084 (1 row) count ------- 3045 (1 row) count ------- 3135 (1 row) count ------- 3193 (1 row) count ------- 3166 (1 row) count ------- 3074 (1 row) count ------- 3135 (1 row) count ------- 3086 (1 row) count ------- 3257 (1 row) count ------- 3113 (1 row) count ------- 3026 (1 row) count ------- 3146 (1 row) count ------- 3183 (1 row) count ------- 3099 (1 row) count ------- 3013 (1 row) count ------- 3250 (1 row) count ------- 3204 (1 row) count ------- 3178 (1 row) count ------- 3169 (1 row) count ------- 3151 (1 row) count ------- 3135 (1 row) count ------- 3095 (1 row) count ------- 3136 (1 row) count ------- 3130 (1 row) count ------- 3261 (1 row) count ------- 3124 (1 row) count ------- 3277 (1 row) count ------- 3114 (1 row) count ------- 3195 (1 row) count ------- 3059 (1 row) count ------- 3128 (1 row) count ------- 3104 (1 row) count ------- 3029 (1 row) count ------- 3261 (1 row) count ------- 3050 (1 row) count ------- 3129 (1 row) count ------- 3208 (1 row) count ------- 3106 (1 row) count ------- 3148 (1 row) count ------- 3232 (1 row) count ------- 3154 (1 row) count ------- 3097 (1 row) count ------- 3104 (1 row) count ------- 3205 (1 row) count ------- 3079 (1 row) count ------- 3080 (1 row) count ------- 3089 (1 row) count ------- 3053 (1 row) count ------- 3165 (1 row) count ------- 3200 (1 row) count ------- 3127 (1 row) count ------- 2715 (1 row) count ------- 2625 (1 row) count ------- 2699 (1 row) count ------- 2602 (1 row) count ------- 2810 (1 row) count ------- 2777 (1 row) count ------- 2798 (1 row) count ------- 2822 (1 row) count ------- 2650 (1 row) count ------- 2684 (1 row) count ------- 2565 (1 row) count ------- 2720 (1 row) count ------- 2659 (1 row) count ------- 2726 (1 row) count ------- 2633 (1 row) count ------- 2734 (1 row) count ------- 2810 (1 row) count ------- 2734 (1 row) count ------- 2767 (1 row) count ------- 2763 (1 row) count ------- 2646 (1 row) count ------- 2600 (1 row) count ------- 2625 (1 row) count ------- 2599 (1 row) count ------- 2745 (1 row) count ------- 2741 (1 row) count ------- 2732 (1 row) count ------- 2728 (1 row) count ------- 2715 (1 row) count ------- 2712 (1 row) count ------- 2730 (1 row) count ------- 2732 (1 row) count -------- 116628 (1 row) count -------- 116518 (1 row) count -------- 116370 (1 row) count -------- 116799 (1 row) count -------- 117118 (1 row) count -------- 116837 (1 row) count -------- 117260 (1 row) count -------- 116851 (1 row) count -------- 116762 (1 row) count -------- 116543 (1 row) count ------- 88 (1 row) count -------- 500081 (1 row) count -------- 500081 (1 row) count -------- 499827 (1 row) count -------- 499827 (1 row) q3c-2.0.1/expected/ellipse.expected000066400000000000000000000556401453620405500171770ustar00rootroot00000000000000 count ------- 0 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 4 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 3 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 1 (1 row) count ------- 10 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 7 (1 row) count ------- 3 (1 row) count ------- 4 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 6 (1 row) count ------- 3 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 6 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 5 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 2 (1 row) count ------- 0 (1 row) count ------- 6 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 4 (1 row) count ------- 4 (1 row) count ------- 0 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 5 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 6 (1 row) count ------- 4 (1 row) count ------- 3 (1 row) count ------- 5 (1 row) count ------- 1 (1 row) count ------- 3 (1 row) count ------- 6 (1 row) count ------- 5 (1 row) count ------- 5 (1 row) count ------- 3 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 3 (1 row) count ------- 1 (1 row) count ------- 0 (1 row) count ------- 2 (1 row) count ------- 5 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) count ------- 5 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 2 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 1 (1 row) count ------- 4 (1 row) count ------- 2 (1 row) count ------- 6 (1 row) count ------- 3 (1 row) count ------- 3 (1 row) count ------- 3 (1 row) count ------- 3 (1 row) count ------- 7 (1 row) count ------- 5 (1 row) count ------- 5 (1 row) count ------- 1 (1 row) count ------- 5 (1 row) count ------- 2 (1 row) count ------- 3 (1 row) count ------- 10 (1 row) count ------- 7 (1 row) count ------- 18 (1 row) count ------- 12 (1 row) count ------- 10 (1 row) count ------- 11 (1 row) count ------- 17 (1 row) count ------- 16 (1 row) count ------- 14 (1 row) count ------- 11 (1 row) count ------- 16 (1 row) count ------- 11 (1 row) count ------- 16 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 8 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 9 (1 row) count ------- 21 (1 row) count ------- 12 (1 row) count ------- 8 (1 row) count ------- 9 (1 row) count ------- 15 (1 row) count ------- 9 (1 row) count ------- 10 (1 row) count ------- 14 (1 row) count ------- 9 (1 row) count ------- 13 (1 row) count ------- 10 (1 row) count ------- 12 (1 row) count ------- 14 (1 row) count ------- 10 (1 row) count ------- 7 (1 row) count ------- 19 (1 row) count ------- 16 (1 row) count ------- 13 (1 row) count ------- 14 (1 row) count ------- 12 (1 row) count ------- 15 (1 row) count ------- 9 (1 row) count ------- 15 (1 row) count ------- 12 (1 row) count ------- 10 (1 row) count ------- 12 (1 row) count ------- 19 (1 row) count ------- 18 (1 row) count ------- 19 (1 row) count ------- 11 (1 row) count ------- 7 (1 row) count ------- 9 (1 row) count ------- 11 (1 row) count ------- 10 (1 row) count ------- 6 (1 row) count ------- 9 (1 row) count ------- 12 (1 row) count ------- 18 (1 row) count ------- 10 (1 row) count ------- 16 (1 row) count ------- 9 (1 row) count ------- 9 (1 row) count ------- 12 (1 row) count ------- 14 (1 row) count ------- 16 (1 row) count ------- 14 (1 row) count ------- 16 (1 row) count ------- 9 (1 row) count ------- 12 (1 row) count ------- 6 (1 row) count ------- 13 (1 row) count ------- 12 (1 row) count ------- 7 (1 row) count ------- 13 (1 row) count ------- 12 (1 row) count ------- 13 (1 row) count ------- 7 (1 row) count ------- 13 (1 row) count ------- 14 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 13 (1 row) count ------- 7 (1 row) count ------- 15 (1 row) count ------- 12 (1 row) count ------- 5 (1 row) count ------- 13 (1 row) count ------- 14 (1 row) count ------- 7 (1 row) count ------- 14 (1 row) count ------- 10 (1 row) count ------- 9 (1 row) count ------- 11 (1 row) count ------- 10 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 50 (1 row) count ------- 58 (1 row) count ------- 44 (1 row) count ------- 55 (1 row) count ------- 52 (1 row) count ------- 52 (1 row) count ------- 49 (1 row) count ------- 45 (1 row) count ------- 53 (1 row) count ------- 39 (1 row) count ------- 48 (1 row) count ------- 46 (1 row) count ------- 49 (1 row) count ------- 51 (1 row) count ------- 65 (1 row) count ------- 50 (1 row) count ------- 48 (1 row) count ------- 45 (1 row) count ------- 70 (1 row) count ------- 58 (1 row) count ------- 41 (1 row) count ------- 58 (1 row) count ------- 51 (1 row) count ------- 52 (1 row) count ------- 50 (1 row) count ------- 44 (1 row) count ------- 57 (1 row) count ------- 48 (1 row) count ------- 49 (1 row) count ------- 59 (1 row) count ------- 53 (1 row) count ------- 49 (1 row) count ------- 56 (1 row) count ------- 51 (1 row) count ------- 32 (1 row) count ------- 50 (1 row) count ------- 49 (1 row) count ------- 40 (1 row) count ------- 46 (1 row) count ------- 53 (1 row) count ------- 56 (1 row) count ------- 58 (1 row) count ------- 55 (1 row) count ------- 49 (1 row) count ------- 52 (1 row) count ------- 48 (1 row) count ------- 49 (1 row) count ------- 53 (1 row) count ------- 34 (1 row) count ------- 43 (1 row) count ------- 49 (1 row) count ------- 44 (1 row) count ------- 56 (1 row) count ------- 42 (1 row) count ------- 56 (1 row) count ------- 48 (1 row) count ------- 52 (1 row) count ------- 47 (1 row) count ------- 50 (1 row) count ------- 51 (1 row) count ------- 54 (1 row) count ------- 31 (1 row) count ------- 51 (1 row) count ------- 52 (1 row) count ------- 54 (1 row) count ------- 47 (1 row) count ------- 40 (1 row) count ------- 57 (1 row) count ------- 49 (1 row) count ------- 43 (1 row) count ------- 45 (1 row) count ------- 39 (1 row) count ------- 45 (1 row) count ------- 47 (1 row) count ------- 47 (1 row) count ------- 52 (1 row) count ------- 50 (1 row) count ------- 45 (1 row) count ------- 59 (1 row) count ------- 56 (1 row) count ------- 57 (1 row) count ------- 65 (1 row) count ------- 50 (1 row) count ------- 39 (1 row) count ------- 48 (1 row) count ------- 51 (1 row) count ------- 51 (1 row) count ------- 38 (1 row) count ------- 43 (1 row) count ------- 52 (1 row) count ------- 59 (1 row) count ------- 44 (1 row) count ------- 34 (1 row) count ------- 53 (1 row) count ------- 49 (1 row) count ------- 40 (1 row) count ------- 61 (1 row) count ------- 45 (1 row) count ------- 50 (1 row) count ------- 57 (1 row) count ------- 204 (1 row) count ------- 178 (1 row) count ------- 179 (1 row) count ------- 197 (1 row) count ------- 193 (1 row) count ------- 206 (1 row) count ------- 188 (1 row) count ------- 190 (1 row) count ------- 177 (1 row) count ------- 187 (1 row) count ------- 175 (1 row) count ------- 215 (1 row) count ------- 167 (1 row) count ------- 183 (1 row) count ------- 196 (1 row) count ------- 193 (1 row) count ------- 199 (1 row) count ------- 185 (1 row) count ------- 225 (1 row) count ------- 206 (1 row) count ------- 211 (1 row) count ------- 184 (1 row) count ------- 179 (1 row) count ------- 176 (1 row) count ------- 209 (1 row) count ------- 212 (1 row) count ------- 197 (1 row) count ------- 161 (1 row) count ------- 184 (1 row) count ------- 200 (1 row) count ------- 192 (1 row) count ------- 191 (1 row) count ------- 185 (1 row) count ------- 187 (1 row) count ------- 213 (1 row) count ------- 178 (1 row) count ------- 178 (1 row) count ------- 202 (1 row) count ------- 190 (1 row) count ------- 203 (1 row) count ------- 202 (1 row) count ------- 175 (1 row) count ------- 219 (1 row) count ------- 195 (1 row) count ------- 187 (1 row) count ------- 210 (1 row) count ------- 184 (1 row) count ------- 200 (1 row) count ------- 195 (1 row) count ------- 168 (1 row) count ------- 221 (1 row) count ------- 194 (1 row) count ------- 209 (1 row) count ------- 205 (1 row) count ------- 199 (1 row) count ------- 186 (1 row) count ------- 187 (1 row) count ------- 195 (1 row) count ------- 223 (1 row) count ------- 214 (1 row) count ------- 212 (1 row) count ------- 196 (1 row) count ------- 220 (1 row) count ------- 195 (1 row) count ------- 172 (1 row) count ------- 203 (1 row) count ------- 191 (1 row) count ------- 208 (1 row) count ------- 197 (1 row) count ------- 196 (1 row) count ------- 174 (1 row) count ------- 208 (1 row) count ------- 204 (1 row) count ------- 184 (1 row) count ------- 204 (1 row) count ------- 213 (1 row) count ------- 184 (1 row) count ------- 197 (1 row) count ------- 205 (1 row) count ------- 198 (1 row) count ------- 225 (1 row) count ------- 190 (1 row) count ------- 216 (1 row) count ------- 192 (1 row) count ------- 179 (1 row) count ------- 199 (1 row) count ------- 210 (1 row) count ------- 198 (1 row) count ------- 195 (1 row) count ------- 189 (1 row) count ------- 216 (1 row) count ------- 197 (1 row) count ------- 183 (1 row) count ------- 176 (1 row) count ------- 197 (1 row) count ------- 171 (1 row) count ------- 173 (1 row) count ------- 194 (1 row) count ------- 188 (1 row) count ------- 180 (1 row) count ------- 759 (1 row) count ------- 718 (1 row) count ------- 761 (1 row) count ------- 798 (1 row) count ------- 786 (1 row) count ------- 782 (1 row) count ------- 764 (1 row) count ------- 823 (1 row) count ------- 776 (1 row) count ------- 812 (1 row) count ------- 778 (1 row) count ------- 745 (1 row) count ------- 778 (1 row) count ------- 740 (1 row) count ------- 772 (1 row) count ------- 758 (1 row) count ------- 748 (1 row) count ------- 783 (1 row) count ------- 767 (1 row) count ------- 748 (1 row) count ------- 795 (1 row) count ------- 746 (1 row) count ------- 801 (1 row) count ------- 803 (1 row) count ------- 820 (1 row) count ------- 785 (1 row) count ------- 826 (1 row) count ------- 809 (1 row) count ------- 792 (1 row) count ------- 781 (1 row) count ------- 779 (1 row) count ------- 779 (1 row) count ------- 755 (1 row) count ------- 764 (1 row) count ------- 770 (1 row) count ------- 815 (1 row) count ------- 802 (1 row) count ------- 838 (1 row) count ------- 756 (1 row) count ------- 725 (1 row) count ------- 811 (1 row) count ------- 735 (1 row) count ------- 804 (1 row) count ------- 824 (1 row) count ------- 816 (1 row) count ------- 807 (1 row) count ------- 754 (1 row) count ------- 834 (1 row) count ------- 764 (1 row) count ------- 807 (1 row) count ------- 815 (1 row) count ------- 838 (1 row) count ------- 824 (1 row) count ------- 764 (1 row) count ------- 821 (1 row) count ------- 755 (1 row) count ------- 725 (1 row) count ------- 778 (1 row) count ------- 769 (1 row) count ------- 817 (1 row) count ------- 762 (1 row) count ------- 743 (1 row) count ------- 747 (1 row) count ------- 778 (1 row) count ------- 716 (1 row) count ------- 812 (1 row) count ------- 822 (1 row) count ------- 805 (1 row) count ------- 760 (1 row) count ------- 829 (1 row) count ------- 756 (1 row) count ------- 785 (1 row) count ------- 777 (1 row) count ------- 789 (1 row) count ------- 785 (1 row) count ------- 808 (1 row) count ------- 741 (1 row) count ------- 752 (1 row) count ------- 788 (1 row) count ------- 725 (1 row) count ------- 779 (1 row) count ------- 816 (1 row) count ------- 801 (1 row) count ------- 796 (1 row) count ------- 740 (1 row) count ------- 753 (1 row) count ------- 740 (1 row) count ------- 801 (1 row) count ------- 746 (1 row) count ------- 781 (1 row) count ------- 797 (1 row) count ------- 802 (1 row) count ------- 761 (1 row) count ------- 751 (1 row) count ------- 782 (1 row) count ------- 772 (1 row) count ------- 781 (1 row) count ------- 790 (1 row) count ------- 811 (1 row) count ------- 789 (1 row) count ------- 3072 (1 row) count ------- 3110 (1 row) count ------- 3036 (1 row) count ------- 3088 (1 row) count ------- 3250 (1 row) count ------- 3177 (1 row) count ------- 3097 (1 row) count ------- 3111 (1 row) count ------- 3160 (1 row) count ------- 3073 (1 row) count ------- 3124 (1 row) count ------- 3140 (1 row) count ------- 3055 (1 row) count ------- 3144 (1 row) count ------- 3075 (1 row) count ------- 3049 (1 row) count ------- 3021 (1 row) count ------- 3106 (1 row) count ------- 3161 (1 row) count ------- 2992 (1 row) count ------- 3171 (1 row) count ------- 3190 (1 row) count ------- 2983 (1 row) count ------- 3110 (1 row) count ------- 3197 (1 row) count ------- 3184 (1 row) count ------- 3197 (1 row) count ------- 3128 (1 row) count ------- 3146 (1 row) count ------- 3209 (1 row) count ------- 3121 (1 row) count ------- 3169 (1 row) count ------- 2988 (1 row) count ------- 3013 (1 row) count ------- 3164 (1 row) count ------- 3127 (1 row) count ------- 3148 (1 row) count ------- 3163 (1 row) count ------- 3203 (1 row) count ------- 3103 (1 row) count ------- 3140 (1 row) count ------- 3067 (1 row) count ------- 3137 (1 row) count ------- 3112 (1 row) count ------- 3163 (1 row) count ------- 2986 (1 row) count ------- 3112 (1 row) count ------- 3177 (1 row) count ------- 3019 (1 row) count ------- 3084 (1 row) count ------- 3045 (1 row) count ------- 3135 (1 row) count ------- 3193 (1 row) count ------- 3166 (1 row) count ------- 3074 (1 row) count ------- 3135 (1 row) count ------- 3086 (1 row) count ------- 3257 (1 row) count ------- 3113 (1 row) count ------- 3026 (1 row) count ------- 3146 (1 row) count ------- 3183 (1 row) count ------- 3099 (1 row) count ------- 3013 (1 row) count ------- 3250 (1 row) count ------- 3204 (1 row) count ------- 3178 (1 row) count ------- 3169 (1 row) count ------- 3151 (1 row) count ------- 3135 (1 row) count ------- 3095 (1 row) count ------- 3136 (1 row) count ------- 3130 (1 row) count ------- 3261 (1 row) count ------- 3124 (1 row) count ------- 3277 (1 row) count ------- 3114 (1 row) count ------- 3195 (1 row) count ------- 3059 (1 row) count ------- 3128 (1 row) count ------- 3104 (1 row) count ------- 3029 (1 row) count ------- 3261 (1 row) count ------- 3050 (1 row) count ------- 3129 (1 row) count ------- 3208 (1 row) count ------- 3106 (1 row) count ------- 3148 (1 row) count ------- 3232 (1 row) count ------- 3154 (1 row) count ------- 3097 (1 row) count ------- 3104 (1 row) count ------- 3205 (1 row) count ------- 3079 (1 row) count ------- 3080 (1 row) count ------- 3089 (1 row) count ------- 3053 (1 row) count ------- 3165 (1 row) count ------- 3200 (1 row) count ------- 3127 (1 row) count ------- 2715 (1 row) count ------- 2625 (1 row) count ------- 2699 (1 row) count ------- 2602 (1 row) count ------- 2810 (1 row) count ------- 2777 (1 row) count ------- 2798 (1 row) count ------- 2822 (1 row) count ------- 2650 (1 row) count ------- 2684 (1 row) count ------- 2565 (1 row) count ------- 2720 (1 row) count ------- 2659 (1 row) count ------- 2726 (1 row) count ------- 2633 (1 row) count ------- 2734 (1 row) count ------- 2810 (1 row) count ------- 2734 (1 row) count ------- 2767 (1 row) count ------- 2763 (1 row) count ------- 2646 (1 row) count ------- 2600 (1 row) count ------- 2625 (1 row) count ------- 2599 (1 row) count ------- 2745 (1 row) count ------- 2741 (1 row) count ------- 2732 (1 row) count ------- 2728 (1 row) count ------- 2715 (1 row) count ------- 2712 (1 row) count ------- 2730 (1 row) count ------- 2732 (1 row) count ------- 88 (1 row) q3c-2.0.1/expected/errors.expected000066400000000000000000000012141453620405500170420ustar00rootroot00000000000000ERROR: Polygons with more than 100 vertices are not supported CONTEXT: SQL function "q3c_poly_query" during inlining ERROR: Invalid array argument! The array should contain even number of elements CONTEXT: SQL function "q3c_poly_query" during inlining ERROR: Invalid polygon! The polygon must have more than two vertices CONTEXT: SQL function "q3c_poly_query" during inlining ERROR: Invalid polygon! The polygon must have more than two vertices CONTEXT: SQL function "q3c_poly_query" during inlining ERROR: The polygon is too large. Polygons having diameter >~23 degrees are unsupported CONTEXT: SQL function "q3c_poly_query" during inlining q3c-2.0.1/expected/join.expected000066400000000000000000000002431453620405500164660ustar00rootroot00000000000000 count ------- 1343 (1 row) count ------- 1462 (1 row) count ------- 9233 (1 row) count ------- 29516 (1 row) count -------- 137000 (1 row) q3c-2.0.1/expected/join_pm1.expected000066400000000000000000000005061453620405500172450ustar00rootroot00000000000000 count ------- 1460 (1 row) count ------- 1561 (1 row) count ------- 7882 (1 row) count ------- 28308 (1 row) count -------- 137223 (1 row) count ------- 1460 (1 row) count ------- 1561 (1 row) count ------- 7882 (1 row) count ------- 28308 (1 row) count -------- 137223 (1 row) q3c-2.0.1/expected/join_pm2.expected000066400000000000000000000012141453620405500172430ustar00rootroot00000000000000 count ------- 286 (1 row) count ------- 1209 (1 row) count ------- 6792 (1 row) count ------- 29671 (1 row) count -------- 133637 (1 row) count ------- 286 (1 row) count ------- 1209 (1 row) count ------- 6792 (1 row) count ------- 29671 (1 row) count -------- 133637 (1 row) count ------- 307 (1 row) count ------- 1210 (1 row) count ------- 6849 (1 row) count ------- 29704 (1 row) count -------- 133672 (1 row) count ------- 307 (1 row) count ------- 1210 (1 row) count ------- 6849 (1 row) count ------- 29704 (1 row) count -------- 133672 (1 row) q3c-2.0.1/expected/misc.expected000066400000000000000000000006761453620405500164740ustar00rootroot00000000000000 round -------------- 2.8264172167 (1 row) round ------- (1 row) round -------------- 0.0006082459 (1 row) round ------- (1 row) round -------------- 2.0000055556 (1 row) round -------------- 0.0003045882 (1 row) round ------- (1 row) round ------- (1 row) round -------------- 2.2359771471 (1 row) round -------------- 0.0003806925 (1 row) q3c-2.0.1/expected/poly.expected000066400000000000000000011610001453620405500165120ustar00rootroot00000000000000 count ------- 86 (1 row) count ------- 32 (1 row) count ------- 122 (1 row) count ------- 99 (1 row) count ------- 113 (1 row) count ------- 180 (1 row) count ------- 81 (1 row) count ------- 122 (1 row) count ------- 64 (1 row) count ------- 229 (1 row) count ------- 185 (1 row) count ------- 76 (1 row) count ------- 127 (1 row) count ------- 167 (1 row) count ------- 115 (1 row) count ------- 136 (1 row) count ------- 136 (1 row) count ------- 91 (1 row) count ------- 29 (1 row) count ------- 41 (1 row) count ------- 297 (1 row) count ------- 91 (1 row) count ------- 125 (1 row) count ------- 66 (1 row) count ------- 43 (1 row) count ------- 113 (1 row) count ------- 192 (1 row) count ------- 34 (1 row) count ------- 183 (1 row) count ------- 193 (1 row) count ------- 11 (1 row) count ------- 264 (1 row) count ------- 131 (1 row) count ------- 210 (1 row) count ------- 134 (1 row) count ------- 84 (1 row) count ------- 8 (1 row) count ------- 12 (1 row) count ------- 139 (1 row) count ------- 95 (1 row) count ------- 49 (1 row) count ------- 107 (1 row) count ------- 69 (1 row) count ------- 142 (1 row) count ------- 117 (1 row) count ------- 158 (1 row) count ------- 267 (1 row) count ------- 60 (1 row) count ------- 173 (1 row) count ------- 180 (1 row) count ------- 53 (1 row) count ------- 143 (1 row) count ------- 163 (1 row) count ------- 182 (1 row) count ------- 7 (1 row) count ------- 152 (1 row) count ------- 94 (1 row) count ------- 24 (1 row) count ------- 24 (1 row) count ------- 186 (1 row) count ------- 100 (1 row) count ------- 112 (1 row) count ------- 199 (1 row) count ------- 92 (1 row) count ------- 34 (1 row) count ------- 101 (1 row) count ------- 66 (1 row) count ------- 67 (1 row) count ------- 193 (1 row) count ------- 119 (1 row) count ------- 204 (1 row) count ------- 133 (1 row) count ------- 70 (1 row) count ------- 120 (1 row) count ------- 66 (1 row) count ------- 138 (1 row) count ------- 111 (1 row) count ------- 102 (1 row) count ------- 188 (1 row) count ------- 158 (1 row) count ------- 90 (1 row) count ------- 20 (1 row) count ------- 229 (1 row) count ------- 130 (1 row) count ------- 237 (1 row) count ------- 14 (1 row) count ------- 44 (1 row) count ------- 152 (1 row) count ------- 188 (1 row) count ------- 81 (1 row) count ------- 64 (1 row) count ------- 142 (1 row) count ------- 169 (1 row) count ------- 209 (1 row) count ------- 117 (1 row) count ------- 139 (1 row) count ------- 183 (1 row) count ------- 123 (1 row) count ------- 109 (1 row) count ------- 236 (1 row) count ------- 256 (1 row) count ------- 41 (1 row) count ------- 183 (1 row) count ------- 124 (1 row) count ------- 237 (1 row) count ------- 107 (1 row) count ------- 99 (1 row) count ------- 182 (1 row) count ------- 140 (1 row) count ------- 243 (1 row) count ------- 64 (1 row) count ------- 158 (1 row) count ------- 201 (1 row) count ------- 83 (1 row) count ------- 59 (1 row) count ------- 41 (1 row) count ------- 103 (1 row) count ------- 193 (1 row) count ------- 118 (1 row) count ------- 11 (1 row) count ------- 36 (1 row) count ------- 30 (1 row) count ------- 164 (1 row) count ------- 81 (1 row) count ------- 307 (1 row) count ------- 92 (1 row) count ------- 47 (1 row) count ------- 249 (1 row) count ------- 87 (1 row) count ------- 208 (1 row) count ------- 182 (1 row) count ------- 147 (1 row) count ------- 127 (1 row) count ------- 134 (1 row) count ------- 179 (1 row) count ------- 190 (1 row) count ------- 111 (1 row) count ------- 25 (1 row) count ------- 93 (1 row) count ------- 76 (1 row) count ------- 129 (1 row) count ------- 169 (1 row) count ------- 157 (1 row) count ------- 93 (1 row) count ------- 79 (1 row) count ------- 161 (1 row) count ------- 233 (1 row) count ------- 30 (1 row) count ------- 46 (1 row) count ------- 118 (1 row) count ------- 104 (1 row) count ------- 132 (1 row) count ------- 198 (1 row) count ------- 132 (1 row) count ------- 150 (1 row) count ------- 169 (1 row) count ------- 120 (1 row) count ------- 175 (1 row) count ------- 105 (1 row) count ------- 25 (1 row) count ------- 67 (1 row) count ------- 86 (1 row) count ------- 104 (1 row) count ------- 208 (1 row) count ------- 242 (1 row) count ------- 199 (1 row) count ------- 113 (1 row) count ------- 227 (1 row) count ------- 193 (1 row) count ------- 86 (1 row) count ------- 175 (1 row) count ------- 172 (1 row) count ------- 35 (1 row) count ------- 310 (1 row) count ------- 66 (1 row) count ------- 5 (1 row) count ------- 51 (1 row) count ------- 158 (1 row) count ------- 122 (1 row) count ------- 81 (1 row) count ------- 103 (1 row) count ------- 83 (1 row) count ------- 133 (1 row) count ------- 112 (1 row) count ------- 131 (1 row) count ------- 63 (1 row) count ------- 104 (1 row) count ------- 185 (1 row) count ------- 200 (1 row) count ------- 30 (1 row) count ------- 168 (1 row) count ------- 148 (1 row) count ------- 282 (1 row) count ------- 192 (1 row) count ------- 153 (1 row) count ------- 110 (1 row) count ------- 231 (1 row) count ------- 113 (1 row) count ------- 45 (1 row) count ------- 102 (1 row) count ------- 95 (1 row) count ------- 139 (1 row) count ------- 89 (1 row) count ------- 31 (1 row) count ------- 84 (1 row) count ------- 147 (1 row) count ------- 112 (1 row) count ------- 170 (1 row) count ------- 59 (1 row) count ------- 114 (1 row) count ------- 43 (1 row) count ------- 71 (1 row) count ------- 39 (1 row) count ------- 147 (1 row) count ------- 93 (1 row) count ------- 96 (1 row) count ------- 7 (1 row) count ------- 159 (1 row) count ------- 232 (1 row) count ------- 211 (1 row) count ------- 289 (1 row) count ------- 157 (1 row) count ------- 180 (1 row) count ------- 120 (1 row) count ------- 141 (1 row) count ------- 65 (1 row) count ------- 27 (1 row) count ------- 192 (1 row) count ------- 113 (1 row) count ------- 186 (1 row) count ------- 12 (1 row) count ------- 19 (1 row) count ------- 19 (1 row) count ------- 116 (1 row) count ------- 37 (1 row) count ------- 38 (1 row) count ------- 12 (1 row) count ------- 75 (1 row) count ------- 62 (1 row) count ------- 98 (1 row) count ------- 209 (1 row) count ------- 103 (1 row) count ------- 146 (1 row) count ------- 116 (1 row) count ------- 154 (1 row) count ------- 37 (1 row) count ------- 111 (1 row) count ------- 174 (1 row) count ------- 126 (1 row) count ------- 283 (1 row) count ------- 80 (1 row) count ------- 126 (1 row) count ------- 55 (1 row) count ------- 67 (1 row) count ------- 57 (1 row) count ------- 154 (1 row) count ------- 159 (1 row) count ------- 161 (1 row) count ------- 95 (1 row) count ------- 85 (1 row) count ------- 23 (1 row) count ------- 50 (1 row) count ------- 86 (1 row) count ------- 96 (1 row) count ------- 85 (1 row) count ------- 118 (1 row) count ------- 162 (1 row) count ------- 41 (1 row) count ------- 63 (1 row) count ------- 58 (1 row) count ------- 233 (1 row) count ------- 246 (1 row) count ------- 142 (1 row) count ------- 310 (1 row) count ------- 325 (1 row) count ------- 106 (1 row) count ------- 45 (1 row) count ------- 181 (1 row) count ------- 253 (1 row) count ------- 135 (1 row) count ------- 74 (1 row) count ------- 159 (1 row) count ------- 200 (1 row) count ------- 182 (1 row) count ------- 86 (1 row) count ------- 90 (1 row) count ------- 119 (1 row) count ------- 268 (1 row) count ------- 77 (1 row) count ------- 255 (1 row) count ------- 45 (1 row) count ------- 209 (1 row) count ------- 58 (1 row) count ------- 33 (1 row) count ------- 84 (1 row) count ------- 122 (1 row) count ------- 163 (1 row) count ------- 40 (1 row) count ------- 175 (1 row) count ------- 227 (1 row) count ------- 60 (1 row) count ------- 115 (1 row) count ------- 112 (1 row) count ------- 83 (1 row) count ------- 165 (1 row) count ------- 154 (1 row) count ------- 264 (1 row) count ------- 51 (1 row) count ------- 7 (1 row) count ------- 53 (1 row) count ------- 236 (1 row) count ------- 127 (1 row) count ------- 63 (1 row) count ------- 128 (1 row) count ------- 252 (1 row) count ------- 85 (1 row) count ------- 110 (1 row) count ------- 125 (1 row) count ------- 229 (1 row) count ------- 103 (1 row) count ------- 305 (1 row) count ------- 217 (1 row) count ------- 50 (1 row) count ------- 60 (1 row) count ------- 214 (1 row) count ------- 91 (1 row) count ------- 61 (1 row) count ------- 129 (1 row) count ------- 287 (1 row) count ------- 123 (1 row) count ------- 153 (1 row) count ------- 236 (1 row) count ------- 158 (1 row) count ------- 205 (1 row) count ------- 93 (1 row) count ------- 195 (1 row) count ------- 35 (1 row) count ------- 110 (1 row) count ------- 194 (1 row) count ------- 189 (1 row) count ------- 238 (1 row) count ------- 215 (1 row) count ------- 206 (1 row) count ------- 77 (1 row) count ------- 48 (1 row) count ------- 236 (1 row) count ------- 266 (1 row) count ------- 88 (1 row) count ------- 174 (1 row) count ------- 349 (1 row) count ------- 40 (1 row) count ------- 111 (1 row) count ------- 65 (1 row) count ------- 277 (1 row) count ------- 11 (1 row) count ------- 83 (1 row) count ------- 125 (1 row) count ------- 102 (1 row) count ------- 38 (1 row) count ------- 45 (1 row) count ------- 170 (1 row) count ------- 64 (1 row) count ------- 63 (1 row) count ------- 40 (1 row) count ------- 169 (1 row) count ------- 51 (1 row) count ------- 171 (1 row) count ------- 114 (1 row) count ------- 237 (1 row) count ------- 186 (1 row) count ------- 39 (1 row) count ------- 68 (1 row) count ------- 5 (1 row) count ------- 24 (1 row) count ------- 156 (1 row) count ------- 96 (1 row) count ------- 94 (1 row) count ------- 57 (1 row) count ------- 12 (1 row) count ------- 185 (1 row) count ------- 118 (1 row) count ------- 97 (1 row) count ------- 151 (1 row) count ------- 10 (1 row) count ------- 61 (1 row) count ------- 85 (1 row) count ------- 70 (1 row) count ------- 201 (1 row) count ------- 75 (1 row) count ------- 168 (1 row) count ------- 276 (1 row) count ------- 70 (1 row) count ------- 78 (1 row) count ------- 78 (1 row) count ------- 57 (1 row) count ------- 224 (1 row) count ------- 143 (1 row) count ------- 68 (1 row) count ------- 113 (1 row) count ------- 96 (1 row) count ------- 136 (1 row) count ------- 32 (1 row) count ------- 132 (1 row) count ------- 163 (1 row) count ------- 46 (1 row) count ------- 124 (1 row) count ------- 10 (1 row) count ------- 42 (1 row) count ------- 108 (1 row) count ------- 30 (1 row) count ------- 83 (1 row) count ------- 227 (1 row) count ------- 203 (1 row) count ------- 322 (1 row) count ------- 330 (1 row) count ------- 117 (1 row) count ------- 13 (1 row) count ------- 105 (1 row) count ------- 3 (1 row) count ------- 23 (1 row) count ------- 22 (1 row) count ------- 168 (1 row) count ------- 58 (1 row) count ------- 197 (1 row) count ------- 127 (1 row) count ------- 251 (1 row) count ------- 123 (1 row) count ------- 211 (1 row) count ------- 57 (1 row) count ------- 136 (1 row) count ------- 107 (1 row) count ------- 186 (1 row) count ------- 314 (1 row) count ------- 61 (1 row) count ------- 159 (1 row) count ------- 133 (1 row) count ------- 61 (1 row) count ------- 75 (1 row) count ------- 148 (1 row) count ------- 16 (1 row) count ------- 0 (1 row) count ------- 35 (1 row) count ------- 258 (1 row) count ------- 2 (1 row) count ------- 57 (1 row) count ------- 81 (1 row) count ------- 86 (1 row) count ------- 69 (1 row) count ------- 112 (1 row) count ------- 92 (1 row) count ------- 181 (1 row) count ------- 17 (1 row) count ------- 66 (1 row) count ------- 206 (1 row) count ------- 208 (1 row) count ------- 39 (1 row) count ------- 130 (1 row) count ------- 137 (1 row) count ------- 49 (1 row) count ------- 25 (1 row) count ------- 173 (1 row) count ------- 59 (1 row) count ------- 68 (1 row) count ------- 76 (1 row) count ------- 108 (1 row) count ------- 201 (1 row) count ------- 274 (1 row) count ------- 89 (1 row) count ------- 51 (1 row) count ------- 95 (1 row) count ------- 3 (1 row) count ------- 145 (1 row) count ------- 104 (1 row) count ------- 52 (1 row) count ------- 111 (1 row) count ------- 84 (1 row) count ------- 20 (1 row) count ------- 8 (1 row) count ------- 56 (1 row) count ------- 203 (1 row) count ------- 148 (1 row) count ------- 141 (1 row) count ------- 84 (1 row) count ------- 123 (1 row) count ------- 42 (1 row) count ------- 193 (1 row) count ------- 145 (1 row) count ------- 74 (1 row) count ------- 154 (1 row) count ------- 55 (1 row) count ------- 194 (1 row) count ------- 190 (1 row) count ------- 82 (1 row) count ------- 53 (1 row) count ------- 61 (1 row) count ------- 151 (1 row) count ------- 223 (1 row) count ------- 141 (1 row) count ------- 24 (1 row) count ------- 97 (1 row) count ------- 252 (1 row) count ------- 162 (1 row) count ------- 1 (1 row) count ------- 34 (1 row) count ------- 79 (1 row) count ------- 92 (1 row) count ------- 189 (1 row) count ------- 56 (1 row) count ------- 263 (1 row) count ------- 65 (1 row) count ------- 133 (1 row) count ------- 70 (1 row) count ------- 164 (1 row) count ------- 75 (1 row) count ------- 208 (1 row) count ------- 152 (1 row) count ------- 0 (1 row) count ------- 106 (1 row) count ------- 166 (1 row) count ------- 89 (1 row) count ------- 204 (1 row) count ------- 151 (1 row) count ------- 55 (1 row) count ------- 178 (1 row) count ------- 50 (1 row) count ------- 264 (1 row) count ------- 23 (1 row) count ------- 63 (1 row) count ------- 166 (1 row) count ------- 333 (1 row) count ------- 95 (1 row) count ------- 129 (1 row) count ------- 283 (1 row) count ------- 155 (1 row) count ------- 33 (1 row) count ------- 100 (1 row) count ------- 137 (1 row) count ------- 61 (1 row) count ------- 56 (1 row) count ------- 114 (1 row) count ------- 107 (1 row) count ------- 65 (1 row) count ------- 152 (1 row) count ------- 279 (1 row) count ------- 54 (1 row) count ------- 254 (1 row) count ------- 101 (1 row) count ------- 154 (1 row) count ------- 60 (1 row) count ------- 190 (1 row) count ------- 151 (1 row) count ------- 210 (1 row) count ------- 117 (1 row) count ------- 100 (1 row) count ------- 132 (1 row) count ------- 27 (1 row) count ------- 95 (1 row) count ------- 89 (1 row) count ------- 191 (1 row) count ------- 133 (1 row) count ------- 35 (1 row) count ------- 135 (1 row) count ------- 162 (1 row) count ------- 175 (1 row) count ------- 103 (1 row) count ------- 129 (1 row) count ------- 95 (1 row) count ------- 104 (1 row) count ------- 157 (1 row) count ------- 172 (1 row) count ------- 344 (1 row) count ------- 17 (1 row) count ------- 80 (1 row) count ------- 193 (1 row) count ------- 239 (1 row) count ------- 234 (1 row) count ------- 138 (1 row) count ------- 21 (1 row) count ------- 20 (1 row) count ------- 78 (1 row) count ------- 168 (1 row) count ------- 211 (1 row) count ------- 89 (1 row) count ------- 43 (1 row) count ------- 57 (1 row) count ------- 189 (1 row) count ------- 92 (1 row) count ------- 50 (1 row) count ------- 130 (1 row) count ------- 188 (1 row) count ------- 140 (1 row) count ------- 153 (1 row) count ------- 85 (1 row) count ------- 201 (1 row) count ------- 3 (1 row) count ------- 79 (1 row) count ------- 36 (1 row) count ------- 83 (1 row) count ------- 25 (1 row) count ------- 236 (1 row) count ------- 139 (1 row) count ------- 245 (1 row) count ------- 4 (1 row) count ------- 109 (1 row) count ------- 126 (1 row) count ------- 109 (1 row) count ------- 31 (1 row) count ------- 102 (1 row) count ------- 157 (1 row) count ------- 42 (1 row) count ------- 59 (1 row) count ------- 156 (1 row) count ------- 130 (1 row) count ------- 38 (1 row) count ------- 139 (1 row) count ------- 185 (1 row) count ------- 114 (1 row) count ------- 281 (1 row) count ------- 87 (1 row) count ------- 41 (1 row) count ------- 153 (1 row) count ------- 48 (1 row) count ------- 23 (1 row) count ------- 178 (1 row) count ------- 70 (1 row) count ------- 180 (1 row) count ------- 130 (1 row) count ------- 171 (1 row) count ------- 30 (1 row) count ------- 71 (1 row) count ------- 120 (1 row) count ------- 19 (1 row) count ------- 145 (1 row) count ------- 105 (1 row) count ------- 131 (1 row) count ------- 241 (1 row) count ------- 99 (1 row) count ------- 209 (1 row) count ------- 147 (1 row) count ------- 178 (1 row) count ------- 235 (1 row) count ------- 114 (1 row) count ------- 42 (1 row) count ------- 92 (1 row) count ------- 53 (1 row) count ------- 166 (1 row) count ------- 180 (1 row) count ------- 31 (1 row) count ------- 155 (1 row) count ------- 89 (1 row) count ------- 56 (1 row) count ------- 99 (1 row) count ------- 38 (1 row) count ------- 56 (1 row) count ------- 213 (1 row) count ------- 94 (1 row) count ------- 217 (1 row) count ------- 186 (1 row) count ------- 9 (1 row) count ------- 74 (1 row) count ------- 139 (1 row) count ------- 84 (1 row) count ------- 152 (1 row) count ------- 31 (1 row) count ------- 82 (1 row) count ------- 159 (1 row) count ------- 34 (1 row) count ------- 136 (1 row) count ------- 223 (1 row) count ------- 39 (1 row) count ------- 68 (1 row) count ------- 179 (1 row) count ------- 304 (1 row) count ------- 193 (1 row) count ------- 236 (1 row) count ------- 66 (1 row) count ------- 214 (1 row) count ------- 77 (1 row) count ------- 46 (1 row) count ------- 101 (1 row) count ------- 97 (1 row) count ------- 40 (1 row) count ------- 121 (1 row) count ------- 75 (1 row) count ------- 101 (1 row) count ------- 199 (1 row) count ------- 122 (1 row) count ------- 164 (1 row) count ------- 173 (1 row) count ------- 141 (1 row) count ------- 129 (1 row) count ------- 195 (1 row) count ------- 113 (1 row) count ------- 71 (1 row) count ------- 69 (1 row) count ------- 291 (1 row) count ------- 141 (1 row) count ------- 179 (1 row) count ------- 310 (1 row) count ------- 113 (1 row) count ------- 84 (1 row) count ------- 28 (1 row) count ------- 151 (1 row) count ------- 122 (1 row) count ------- 257 (1 row) count ------- 141 (1 row) count ------- 51 (1 row) count ------- 79 (1 row) count ------- 220 (1 row) count ------- 168 (1 row) count ------- 41 (1 row) count ------- 108 (1 row) count ------- 229 (1 row) count ------- 165 (1 row) count ------- 83 (1 row) count ------- 231 (1 row) count ------- 108 (1 row) count ------- 381 (1 row) count ------- 78 (1 row) count ------- 70 (1 row) count ------- 33 (1 row) count ------- 111 (1 row) count ------- 37 (1 row) count ------- 78 (1 row) count ------- 47 (1 row) count ------- 49 (1 row) count ------- 139 (1 row) count ------- 104 (1 row) count ------- 93 (1 row) count ------- 170 (1 row) count ------- 37 (1 row) count ------- 114 (1 row) count ------- 131 (1 row) count ------- 100 (1 row) count ------- 47 (1 row) count ------- 99 (1 row) count ------- 74 (1 row) count ------- 57 (1 row) count ------- 140 (1 row) count ------- 98 (1 row) count ------- 17 (1 row) count ------- 178 (1 row) count ------- 220 (1 row) count ------- 95 (1 row) count ------- 104 (1 row) count ------- 127 (1 row) count ------- 64 (1 row) count ------- 49 (1 row) count ------- 117 (1 row) count ------- 176 (1 row) count ------- 182 (1 row) count ------- 148 (1 row) count ------- 262 (1 row) count ------- 116 (1 row) count ------- 230 (1 row) count ------- 169 (1 row) count ------- 44 (1 row) count ------- 147 (1 row) count ------- 224 (1 row) count ------- 116 (1 row) count ------- 68 (1 row) count ------- 98 (1 row) count ------- 166 (1 row) count ------- 93 (1 row) count ------- 118 (1 row) count ------- 176 (1 row) count ------- 133 (1 row) count ------- 162 (1 row) count ------- 215 (1 row) count ------- 148 (1 row) count ------- 124 (1 row) count ------- 256 (1 row) count ------- 73 (1 row) count ------- 91 (1 row) count ------- 35 (1 row) count ------- 32 (1 row) count ------- 27 (1 row) count ------- 150 (1 row) count ------- 227 (1 row) count ------- 172 (1 row) count ------- 135 (1 row) count ------- 27 (1 row) count ------- 125 (1 row) count ------- 239 (1 row) count ------- 132 (1 row) count ------- 38 (1 row) count ------- 83 (1 row) count ------- 8 (1 row) count ------- 342 (1 row) count ------- 80 (1 row) count ------- 78 (1 row) count ------- 228 (1 row) count ------- 221 (1 row) count ------- 224 (1 row) count ------- 85 (1 row) count ------- 76 (1 row) count ------- 104 (1 row) count ------- 149 (1 row) count ------- 216 (1 row) count ------- 168 (1 row) count ------- 131 (1 row) count ------- 143 (1 row) count ------- 148 (1 row) count ------- 166 (1 row) count ------- 75 (1 row) count ------- 42 (1 row) count ------- 58 (1 row) count ------- 49 (1 row) count ------- 159 (1 row) count ------- 251 (1 row) count ------- 254 (1 row) count ------- 240 (1 row) count ------- 227 (1 row) count ------- 133 (1 row) count ------- 139 (1 row) count ------- 184 (1 row) count ------- 56 (1 row) count ------- 39 (1 row) count ------- 33 (1 row) count ------- 77 (1 row) count ------- 200 (1 row) count ------- 247 (1 row) count ------- 167 (1 row) count ------- 131 (1 row) count ------- 110 (1 row) count ------- 75 (1 row) count ------- 102 (1 row) count ------- 158 (1 row) count ------- 55 (1 row) count ------- 20 (1 row) count ------- 74 (1 row) count ------- 152 (1 row) count ------- 61 (1 row) count ------- 72 (1 row) count ------- 23 (1 row) count ------- 278 (1 row) count ------- 37 (1 row) count ------- 37 (1 row) count ------- 203 (1 row) count ------- 150 (1 row) count ------- 27 (1 row) count ------- 145 (1 row) count ------- 282 (1 row) count ------- 196 (1 row) count ------- 71 (1 row) count ------- 119 (1 row) count ------- 262 (1 row) count ------- 112 (1 row) count ------- 323 (1 row) count ------- 112 (1 row) count ------- 231 (1 row) count ------- 56 (1 row) count ------- 186 (1 row) count ------- 144 (1 row) count ------- 192 (1 row) count ------- 54 (1 row) count ------- 22 (1 row) count ------- 28 (1 row) count ------- 8 (1 row) count ------- 6 (1 row) count ------- 98 (1 row) count ------- 97 (1 row) count ------- 85 (1 row) count ------- 63 (1 row) count ------- 127 (1 row) count ------- 195 (1 row) count ------- 62 (1 row) count ------- 92 (1 row) count ------- 75 (1 row) count ------- 12 (1 row) count ------- 165 (1 row) count ------- 20 (1 row) count ------- 72 (1 row) count ------- 173 (1 row) count ------- 128 (1 row) count ------- 31 (1 row) count ------- 75 (1 row) count ------- 150 (1 row) count ------- 147 (1 row) count ------- 267 (1 row) count ------- 230 (1 row) count ------- 33 (1 row) count ------- 142 (1 row) count ------- 311 (1 row) count ------- 7 (1 row) count ------- 71 (1 row) count ------- 267 (1 row) count ------- 74 (1 row) count ------- 120 (1 row) count ------- 239 (1 row) count ------- 151 (1 row) count ------- 201 (1 row) count ------- 154 (1 row) count ------- 122 (1 row) count ------- 61 (1 row) count ------- 237 (1 row) count ------- 115 (1 row) count ------- 101 (1 row) count ------- 94 (1 row) count ------- 259 (1 row) count ------- 152 (1 row) count ------- 145 (1 row) count ------- 84 (1 row) count ------- 178 (1 row) count ------- 125 (1 row) count ------- 132 (1 row) count ------- 30 (1 row) count ------- 126 (1 row) count ------- 167 (1 row) count ------- 185 (1 row) count ------- 190 (1 row) count ------- 150 (1 row) count ------- 107 (1 row) count ------- 39 (1 row) count ------- 53 (1 row) count ------- 35 (1 row) count ------- 8 (1 row) count ------- 298 (1 row) count ------- 10 (1 row) count ------- 163 (1 row) count ------- 77 (1 row) count ------- 137 (1 row) count ------- 215 (1 row) count ------- 98 (1 row) count ------- 168 (1 row) count ------- 150 (1 row) count ------- 122 (1 row) count ------- 47 (1 row) count ------- 65 (1 row) count ------- 61 (1 row) count ------- 159 (1 row) count ------- 140 (1 row) count ------- 134 (1 row) count ------- 101 (1 row) count ------- 113 (1 row) count ------- 182 (1 row) count ------- 82 (1 row) count ------- 253 (1 row) count ------- 35 (1 row) count ------- 63 (1 row) count ------- 10 (1 row) count ------- 116 (1 row) count ------- 107 (1 row) count ------- 75 (1 row) count ------- 190 (1 row) count ------- 100 (1 row) count ------- 94 (1 row) count ------- 13 (1 row) count ------- 109 (1 row) count ------- 150 (1 row) count ------- 207 (1 row) count ------- 24 (1 row) count ------- 220 (1 row) count ------- 160 (1 row) count ------- 115 (1 row) count ------- 261 (1 row) count ------- 172 (1 row) count ------- 222 (1 row) count ------- 109 (1 row) count ------- 108 (1 row) count ------- 57 (1 row) count ------- 81 (1 row) count ------- 82 (1 row) count ------- 31 (1 row) count ------- 70 (1 row) count ------- 56 (1 row) count ------- 82 (1 row) count ------- 66 (1 row) count ------- 46 (1 row) count ------- 32 (1 row) count ------- 192 (1 row) count ------- 73 (1 row) count ------- 250 (1 row) count ------- 196 (1 row) count ------- 133 (1 row) count ------- 314 (1 row) count ------- 37 (1 row) count ------- 96 (1 row) count ------- 189 (1 row) count ------- 174 (1 row) count ------- 151 (1 row) count ------- 242 (1 row) count ------- 122 (1 row) count ------- 102 (1 row) count ------- 81 (1 row) count ------- 155 (1 row) count ------- 102 (1 row) count ------- 152 (1 row) count ------- 101 (1 row) count ------- 53 (1 row) count ------- 82 (1 row) count ------- 80 (1 row) count ------- 199 (1 row) count ------- 50 (1 row) count ------- 19 (1 row) count ------- 194 (1 row) count ------- 131 (1 row) count ------- 10 (1 row) count ------- 203 (1 row) count ------- 159 (1 row) count ------- 110 (1 row) count ------- 95 (1 row) count ------- 371 (1 row) count ------- 30 (1 row) count ------- 60 (1 row) count ------- 153 (1 row) count ------- 40 (1 row) count ------- 6 (1 row) count ------- 126 (1 row) count ------- 115 (1 row) count ------- 76 (1 row) count ------- 99 (1 row) count ------- 288 (1 row) count ------- 83 (1 row) count ------- 120 (1 row) count ------- 23 (1 row) count ------- 84 (1 row) count ------- 137 (1 row) count ------- 138 (1 row) count ------- 79 (1 row) count ------- 84 (1 row) count ------- 270 (1 row) count ------- 182 (1 row) count ------- 56 (1 row) count ------- 35 (1 row) count ------- 109 (1 row) count ------- 69 (1 row) count ------- 105 (1 row) count ------- 121 (1 row) count ------- 89 (1 row) count ------- 7 (1 row) count ------- 95 (1 row) count ------- 12 (1 row) count ------- 87 (1 row) count ------- 82 (1 row) count ------- 130 (1 row) count ------- 202 (1 row) count ------- 75 (1 row) count ------- 129 (1 row) count ------- 169 (1 row) count ------- 117 (1 row) count ------- 79 (1 row) count ------- 57 (1 row) count ------- 181 (1 row) count ------- 54 (1 row) count ------- 313 (1 row) count ------- 236 (1 row) count ------- 42 (1 row) count ------- 189 (1 row) count ------- 292 (1 row) count ------- 162 (1 row) count ------- 55 (1 row) count ------- 142 (1 row) count ------- 17 (1 row) count ------- 246 (1 row) count ------- 236 (1 row) count ------- 65 (1 row) count ------- 245 (1 row) count ------- 102 (1 row) count ------- 180 (1 row) count ------- 156 (1 row) count ------- 133 (1 row) count ------- 81 (1 row) count ------- 223 (1 row) count ------- 142 (1 row) count ------- 93 (1 row) count ------- 179 (1 row) count ------- 124 (1 row) count ------- 108 (1 row) count ------- 88 (1 row) count ------- 112 (1 row) count ------- 231 (1 row) count ------- 178 (1 row) count ------- 13 (1 row) count ------- 153 (1 row) count ------- 96 (1 row) count ------- 282 (1 row) count ------- 165 (1 row) count ------- 114 (1 row) count ------- 22 (1 row) count ------- 134 (1 row) count ------- 21 (1 row) count ------- 157 (1 row) count ------- 2 (1 row) count ------- 74 (1 row) count ------- 5 (1 row) count ------- 162 (1 row) count ------- 144 (1 row) count ------- 382 (1 row) count ------- 112 (1 row) count ------- 217 (1 row) count ------- 3 (1 row) count ------- 147 (1 row) count ------- 70 (1 row) count ------- 165 (1 row) count ------- 133 (1 row) count ------- 244 (1 row) count ------- 59 (1 row) count ------- 140 (1 row) count ------- 165 (1 row) count ------- 144 (1 row) count ------- 98 (1 row) count ------- 117 (1 row) count ------- 112 (1 row) count ------- 264 (1 row) count ------- 85 (1 row) count ------- 135 (1 row) count ------- 147 (1 row) count ------- 140 (1 row) count ------- 79 (1 row) count ------- 92 (1 row) count ------- 35 (1 row) count ------- 127 (1 row) count ------- 32 (1 row) count ------- 171 (1 row) count ------- 176 (1 row) count ------- 141 (1 row) count ------- 140 (1 row) count ------- 163 (1 row) count ------- 133 (1 row) count ------- 37 (1 row) count ------- 6 (1 row) count ------- 173 (1 row) count ------- 271 (1 row) count ------- 330 (1 row) count ------- 77 (1 row) count ------- 168 (1 row) count ------- 150 (1 row) count ------- 167 (1 row) count ------- 1 (1 row) count ------- 142 (1 row) count ------- 153 (1 row) count ------- 175 (1 row) count ------- 35 (1 row) count ------- 69 (1 row) count ------- 132 (1 row) count ------- 74 (1 row) count ------- 63 (1 row) count ------- 154 (1 row) count ------- 210 (1 row) count ------- 102 (1 row) count ------- 313 (1 row) count ------- 21 (1 row) count ------- 30 (1 row) count ------- 221 (1 row) count ------- 107 (1 row) count ------- 117 (1 row) count ------- 117 (1 row) count ------- 151 (1 row) count ------- 91 (1 row) count ------- 250 (1 row) count ------- 156 (1 row) count ------- 78 (1 row) count ------- 76 (1 row) count ------- 262 (1 row) count ------- 106 (1 row) count ------- 80 (1 row) count ------- 172 (1 row) count ------- 130 (1 row) count ------- 46 (1 row) count ------- 154 (1 row) count ------- 196 (1 row) count ------- 63 (1 row) count ------- 257 (1 row) count ------- 194 (1 row) count ------- 194 (1 row) count ------- 106 (1 row) count ------- 31 (1 row) count ------- 76 (1 row) count ------- 45 (1 row) count ------- 255 (1 row) count ------- 182 (1 row) count ------- 13 (1 row) count ------- 253 (1 row) count ------- 97 (1 row) count ------- 12 (1 row) count ------- 12 (1 row) count ------- 181 (1 row) count ------- 137 (1 row) count ------- 147 (1 row) count ------- 63 (1 row) count ------- 172 (1 row) count ------- 42 (1 row) count ------- 48 (1 row) count ------- 143 (1 row) count ------- 50 (1 row) count ------- 80 (1 row) count ------- 143 (1 row) count ------- 164 (1 row) count ------- 59 (1 row) count ------- 168 (1 row) count ------- 232 (1 row) count ------- 88 (1 row) count ------- 124 (1 row) count ------- 174 (1 row) count ------- 107 (1 row) count ------- 119 (1 row) count ------- 55 (1 row) count ------- 26 (1 row) count ------- 135 (1 row) count ------- 86 (1 row) count ------- 198 (1 row) count ------- 126 (1 row) count ------- 22 (1 row) count ------- 22 (1 row) count ------- 31 (1 row) count ------- 43 (1 row) count ------- 267 (1 row) count ------- 55 (1 row) count ------- 109 (1 row) count ------- 119 (1 row) count ------- 70 (1 row) count ------- 57 (1 row) count ------- 130 (1 row) count ------- 88 (1 row) count ------- 213 (1 row) count ------- 172 (1 row) count ------- 196 (1 row) count ------- 116 (1 row) count ------- 192 (1 row) count ------- 117 (1 row) count ------- 121 (1 row) count ------- 64 (1 row) count ------- 157 (1 row) count ------- 8 (1 row) count ------- 9 (1 row) count ------- 133 (1 row) count ------- 113 (1 row) count ------- 135 (1 row) count ------- 53 (1 row) count ------- 221 (1 row) count ------- 166 (1 row) count ------- 34 (1 row) count ------- 81 (1 row) count ------- 142 (1 row) count ------- 117 (1 row) count ------- 182 (1 row) count ------- 205 (1 row) count ------- 127 (1 row) count ------- 285 (1 row) count ------- 238 (1 row) count ------- 274 (1 row) count ------- 155 (1 row) count ------- 84 (1 row) count ------- 204 (1 row) count ------- 240 (1 row) count ------- 22 (1 row) count ------- 60 (1 row) count ------- 121 (1 row) count ------- 134 (1 row) count ------- 121 (1 row) count ------- 131 (1 row) count ------- 32 (1 row) count ------- 97 (1 row) count ------- 174 (1 row) count ------- 27 (1 row) count ------- 124 (1 row) count ------- 27 (1 row) count ------- 49 (1 row) count ------- 98 (1 row) count ------- 101 (1 row) count ------- 3 (1 row) count ------- 159 (1 row) count ------- 87 (1 row) count ------- 151 (1 row) count ------- 15 (1 row) count ------- 187 (1 row) count ------- 117 (1 row) count ------- 147 (1 row) count ------- 59 (1 row) count ------- 292 (1 row) count ------- 202 (1 row) count ------- 60 (1 row) count ------- 146 (1 row) count ------- 75 (1 row) count ------- 184 (1 row) count ------- 209 (1 row) count ------- 169 (1 row) count ------- 70 (1 row) count ------- 131 (1 row) count ------- 72 (1 row) count ------- 133 (1 row) count ------- 97 (1 row) count ------- 107 (1 row) count ------- 199 (1 row) count ------- 334 (1 row) count ------- 64 (1 row) count ------- 34 (1 row) count ------- 156 (1 row) count ------- 22 (1 row) count ------- 215 (1 row) count ------- 7 (1 row) count ------- 103 (1 row) count ------- 162 (1 row) count ------- 102 (1 row) count ------- 182 (1 row) count ------- 71 (1 row) count ------- 105 (1 row) count ------- 133 (1 row) count ------- 141 (1 row) count ------- 311 (1 row) count ------- 83 (1 row) count ------- 84 (1 row) count ------- 170 (1 row) count ------- 21 (1 row) count ------- 71 (1 row) count ------- 72 (1 row) count ------- 50 (1 row) count ------- 84 (1 row) count ------- 107 (1 row) count ------- 159 (1 row) count ------- 162 (1 row) count ------- 105 (1 row) count ------- 277 (1 row) count ------- 160 (1 row) count ------- 46 (1 row) count ------- 20 (1 row) count ------- 176 (1 row) count ------- 31 (1 row) count ------- 58 (1 row) count ------- 181 (1 row) count ------- 150 (1 row) count ------- 64 (1 row) count ------- 134 (1 row) count ------- 106 (1 row) count ------- 186 (1 row) count ------- 47 (1 row) count ------- 108 (1 row) count ------- 100 (1 row) count ------- 98 (1 row) count ------- 78 (1 row) count ------- 145 (1 row) count ------- 162 (1 row) count ------- 265 (1 row) count ------- 12 (1 row) count ------- 54 (1 row) count ------- 280 (1 row) count ------- 147 (1 row) count ------- 160 (1 row) count ------- 98 (1 row) count ------- 63 (1 row) count ------- 119 (1 row) count ------- 151 (1 row) count ------- 50 (1 row) count ------- 150 (1 row) count ------- 115 (1 row) count ------- 105 (1 row) count ------- 99 (1 row) count ------- 42 (1 row) count ------- 108 (1 row) count ------- 185 (1 row) count ------- 106 (1 row) count ------- 157 (1 row) count ------- 24 (1 row) count ------- 176 (1 row) count ------- 196 (1 row) count ------- 9 (1 row) count ------- 212 (1 row) count ------- 209 (1 row) count ------- 86 (1 row) count ------- 236 (1 row) count ------- 67 (1 row) count ------- 51 (1 row) count ------- 29 (1 row) count ------- 123 (1 row) count ------- 102 (1 row) count ------- 164 (1 row) count ------- 142 (1 row) count ------- 138 (1 row) count ------- 136 (1 row) count ------- 283 (1 row) count ------- 119 (1 row) count ------- 174 (1 row) count ------- 140 (1 row) count ------- 126 (1 row) count ------- 54 (1 row) count ------- 160 (1 row) count ------- 100 (1 row) count ------- 79 (1 row) count ------- 51 (1 row) count ------- 26 (1 row) count ------- 196 (1 row) count ------- 118 (1 row) count ------- 45 (1 row) count ------- 78 (1 row) count ------- 53 (1 row) count ------- 99 (1 row) count ------- 53 (1 row) count ------- 63 (1 row) count ------- 79 (1 row) count ------- 125 (1 row) count ------- 194 (1 row) count ------- 243 (1 row) count ------- 79 (1 row) count ------- 192 (1 row) count ------- 120 (1 row) count ------- 288 (1 row) count ------- 134 (1 row) count ------- 261 (1 row) count ------- 105 (1 row) count ------- 230 (1 row) count ------- 182 (1 row) count ------- 70 (1 row) count ------- 145 (1 row) count ------- 14 (1 row) count ------- 164 (1 row) count ------- 49 (1 row) count ------- 24 (1 row) count ------- 129 (1 row) count ------- 117 (1 row) count ------- 280 (1 row) count ------- 190 (1 row) count ------- 108 (1 row) count ------- 112 (1 row) count ------- 45 (1 row) count ------- 10 (1 row) count ------- 2 (1 row) count ------- 83 (1 row) count ------- 125 (1 row) count ------- 107 (1 row) count ------- 168 (1 row) count ------- 64 (1 row) count ------- 67 (1 row) count ------- 50 (1 row) count ------- 315 (1 row) count ------- 124 (1 row) count ------- 203 (1 row) count ------- 94 (1 row) count ------- 139 (1 row) count ------- 229 (1 row) count ------- 128 (1 row) count ------- 85 (1 row) count ------- 71 (1 row) count ------- 125 (1 row) count ------- 219 (1 row) count ------- 39 (1 row) count ------- 266 (1 row) count ------- 71 (1 row) count ------- 183 (1 row) count ------- 81 (1 row) count ------- 48 (1 row) count ------- 134 (1 row) count ------- 200 (1 row) count ------- 142 (1 row) count ------- 147 (1 row) count ------- 132 (1 row) count ------- 28 (1 row) count ------- 178 (1 row) count ------- 122 (1 row) count ------- 140 (1 row) count ------- 192 (1 row) count ------- 70 (1 row) count ------- 82 (1 row) count ------- 8 (1 row) count ------- 12 (1 row) count ------- 138 (1 row) count ------- 85 (1 row) count ------- 66 (1 row) count ------- 53 (1 row) count ------- 46 (1 row) count ------- 223 (1 row) count ------- 8 (1 row) count ------- 202 (1 row) count ------- 76 (1 row) count ------- 54 (1 row) count ------- 183 (1 row) count ------- 129 (1 row) count ------- 122 (1 row) count ------- 86 (1 row) count ------- 50 (1 row) count ------- 31 (1 row) count ------- 129 (1 row) count ------- 27 (1 row) count ------- 29 (1 row) count ------- 122 (1 row) count ------- 110 (1 row) count ------- 146 (1 row) count ------- 174 (1 row) count ------- 106 (1 row) count ------- 146 (1 row) count ------- 165 (1 row) count ------- 126 (1 row) count ------- 177 (1 row) count ------- 122 (1 row) count ------- 7 (1 row) count ------- 124 (1 row) count ------- 102 (1 row) count ------- 35 (1 row) count ------- 285 (1 row) count ------- 49 (1 row) count ------- 50 (1 row) count ------- 221 (1 row) count ------- 208 (1 row) count ------- 81 (1 row) count ------- 195 (1 row) count ------- 239 (1 row) count ------- 199 (1 row) count ------- 96 (1 row) count ------- 58 (1 row) count ------- 94 (1 row) count ------- 194 (1 row) count ------- 97 (1 row) count ------- 90 (1 row) count ------- 138 (1 row) count ------- 129 (1 row) count ------- 82 (1 row) count ------- 191 (1 row) count ------- 47 (1 row) count ------- 101 (1 row) count ------- 88 (1 row) count ------- 225 (1 row) count ------- 11 (1 row) count ------- 63 (1 row) count ------- 124 (1 row) count ------- 244 (1 row) count ------- 61 (1 row) count ------- 118 (1 row) count ------- 103 (1 row) count ------- 85 (1 row) count ------- 116 (1 row) count ------- 31 (1 row) count ------- 145 (1 row) count ------- 64 (1 row) count ------- 73 (1 row) count ------- 152 (1 row) count ------- 100 (1 row) count ------- 157 (1 row) count ------- 119 (1 row) count ------- 125 (1 row) count ------- 57 (1 row) count ------- 128 (1 row) count ------- 107 (1 row) count ------- 231 (1 row) count ------- 147 (1 row) count ------- 171 (1 row) count ------- 54 (1 row) count ------- 13 (1 row) count ------- 28 (1 row) count ------- 220 (1 row) count ------- 63 (1 row) count ------- 213 (1 row) count ------- 80 (1 row) count ------- 82 (1 row) count ------- 70 (1 row) count ------- 63 (1 row) count ------- 34 (1 row) count ------- 158 (1 row) count ------- 80 (1 row) count ------- 177 (1 row) count ------- 253 (1 row) count ------- 66 (1 row) count ------- 100 (1 row) count ------- 65 (1 row) count ------- 64 (1 row) count ------- 181 (1 row) count ------- 31 (1 row) count ------- 63 (1 row) count ------- 151 (1 row) count ------- 126 (1 row) count ------- 216 (1 row) count ------- 47 (1 row) count ------- 91 (1 row) count ------- 131 (1 row) count ------- 160 (1 row) count ------- 17 (1 row) count ------- 93 (1 row) count ------- 31 (1 row) count ------- 171 (1 row) count ------- 144 (1 row) count ------- 52 (1 row) count ------- 136 (1 row) count ------- 193 (1 row) count ------- 75 (1 row) count ------- 114 (1 row) count ------- 113 (1 row) count ------- 157 (1 row) count ------- 91 (1 row) count ------- 50 (1 row) count ------- 155 (1 row) count ------- 29 (1 row) count ------- 178 (1 row) count ------- 77 (1 row) count ------- 18 (1 row) count ------- 112 (1 row) count ------- 118 (1 row) count ------- 81 (1 row) count ------- 201 (1 row) count ------- 204 (1 row) count ------- 93 (1 row) count ------- 145 (1 row) count ------- 50 (1 row) count ------- 71 (1 row) count ------- 45 (1 row) count ------- 161 (1 row) count ------- 70 (1 row) count ------- 36 (1 row) count ------- 112 (1 row) count ------- 131 (1 row) count ------- 159 (1 row) count ------- 168 (1 row) count ------- 69 (1 row) count ------- 51 (1 row) count ------- 39 (1 row) count ------- 63 (1 row) count ------- 105 (1 row) count ------- 107 (1 row) count ------- 62 (1 row) count ------- 250 (1 row) count ------- 183 (1 row) count ------- 143 (1 row) count ------- 145 (1 row) count ------- 55 (1 row) count ------- 124 (1 row) count ------- 244 (1 row) count ------- 4 (1 row) count ------- 10 (1 row) count ------- 201 (1 row) count ------- 11 (1 row) count ------- 77 (1 row) count ------- 81 (1 row) count ------- 295 (1 row) count ------- 170 (1 row) count ------- 69 (1 row) count ------- 102 (1 row) count ------- 227 (1 row) count ------- 101 (1 row) count ------- 49 (1 row) count ------- 130 (1 row) count ------- 26 (1 row) count ------- 114 (1 row) count ------- 383 (1 row) count ------- 205 (1 row) count ------- 66 (1 row) count ------- 89 (1 row) count ------- 135 (1 row) count ------- 178 (1 row) count ------- 150 (1 row) count ------- 199 (1 row) count ------- 44 (1 row) count ------- 25 (1 row) count ------- 130 (1 row) count ------- 65 (1 row) count ------- 12 (1 row) count ------- 248 (1 row) count ------- 172 (1 row) count ------- 48 (1 row) count ------- 150 (1 row) count ------- 21 (1 row) count ------- 109 (1 row) count ------- 49 (1 row) count ------- 117 (1 row) count ------- 128 (1 row) count ------- 130 (1 row) count ------- 60 (1 row) count ------- 181 (1 row) count ------- 157 (1 row) count ------- 193 (1 row) count ------- 73 (1 row) count ------- 120 (1 row) count ------- 170 (1 row) count ------- 54 (1 row) count ------- 112 (1 row) count ------- 68 (1 row) count ------- 335 (1 row) count ------- 132 (1 row) count ------- 53 (1 row) count ------- 139 (1 row) count ------- 109 (1 row) count ------- 47 (1 row) count ------- 87 (1 row) count ------- 188 (1 row) count ------- 130 (1 row) count ------- 189 (1 row) count ------- 76 (1 row) count ------- 28 (1 row) count ------- 48 (1 row) count ------- 204 (1 row) count ------- 35 (1 row) count ------- 160 (1 row) count ------- 112 (1 row) count ------- 202 (1 row) count ------- 83 (1 row) count ------- 24 (1 row) count ------- 6 (1 row) count ------- 13 (1 row) count ------- 188 (1 row) count ------- 124 (1 row) count ------- 117 (1 row) count ------- 112 (1 row) count ------- 164 (1 row) count ------- 80 (1 row) count ------- 96 (1 row) count ------- 48 (1 row) count ------- 94 (1 row) count ------- 168 (1 row) count ------- 38 (1 row) count ------- 65 (1 row) count ------- 77 (1 row) count ------- 14 (1 row) count ------- 77 (1 row) count ------- 221 (1 row) count ------- 203 (1 row) count ------- 111 (1 row) count ------- 127 (1 row) count ------- 128 (1 row) count ------- 150 (1 row) count ------- 95 (1 row) count ------- 44 (1 row) count ------- 92 (1 row) count ------- 155 (1 row) count ------- 167 (1 row) count ------- 138 (1 row) count ------- 148 (1 row) count ------- 64 (1 row) count ------- 158 (1 row) count ------- 43 (1 row) count ------- 149 (1 row) count ------- 21 (1 row) count ------- 21 (1 row) count ------- 115 (1 row) count ------- 85 (1 row) count ------- 22 (1 row) count ------- 191 (1 row) count ------- 52 (1 row) count ------- 32 (1 row) count ------- 66 (1 row) count ------- 126 (1 row) count ------- 53 (1 row) count ------- 104 (1 row) count ------- 22 (1 row) count ------- 38 (1 row) count ------- 82 (1 row) count ------- 125 (1 row) count ------- 162 (1 row) count ------- 253 (1 row) count ------- 104 (1 row) count ------- 187 (1 row) count ------- 50 (1 row) count ------- 194 (1 row) count ------- 70 (1 row) count ------- 134 (1 row) count ------- 147 (1 row) count ------- 248 (1 row) count ------- 83 (1 row) count ------- 94 (1 row) count ------- 31 (1 row) count ------- 24 (1 row) count ------- 160 (1 row) count ------- 227 (1 row) count ------- 247 (1 row) count ------- 75 (1 row) count ------- 146 (1 row) count ------- 5 (1 row) count ------- 67 (1 row) count ------- 70 (1 row) count ------- 67 (1 row) count ------- 76 (1 row) count ------- 150 (1 row) count ------- 23 (1 row) count ------- 233 (1 row) count ------- 74 (1 row) count ------- 116 (1 row) count ------- 276 (1 row) count ------- 209 (1 row) count ------- 62 (1 row) count ------- 57 (1 row) count ------- 71 (1 row) count ------- 109 (1 row) count ------- 238 (1 row) count ------- 78 (1 row) count ------- 91 (1 row) count ------- 49 (1 row) count ------- 87 (1 row) count ------- 59 (1 row) count ------- 338 (1 row) count ------- 79 (1 row) count ------- 191 (1 row) count ------- 69 (1 row) count ------- 121 (1 row) count ------- 363 (1 row) count ------- 97 (1 row) count ------- 194 (1 row) count ------- 136 (1 row) count ------- 169 (1 row) count ------- 244 (1 row) count ------- 200 (1 row) count ------- 92 (1 row) count ------- 58 (1 row) count ------- 168 (1 row) count ------- 165 (1 row) count ------- 89 (1 row) count ------- 108 (1 row) count ------- 56 (1 row) count ------- 144 (1 row) count ------- 13 (1 row) count ------- 31 (1 row) count ------- 34 (1 row) count ------- 51 (1 row) count ------- 121 (1 row) count ------- 70 (1 row) count ------- 116 (1 row) count ------- 171 (1 row) count ------- 136 (1 row) count ------- 176 (1 row) count ------- 254 (1 row) count ------- 126 (1 row) count ------- 130 (1 row) count ------- 175 (1 row) count ------- 3 (1 row) count ------- 96 (1 row) count ------- 249 (1 row) count ------- 178 (1 row) count ------- 216 (1 row) count ------- 61 (1 row) count ------- 49 (1 row) count ------- 108 (1 row) count ------- 66 (1 row) count ------- 238 (1 row) count ------- 42 (1 row) count ------- 81 (1 row) count ------- 25 (1 row) count ------- 44 (1 row) count ------- 67 (1 row) count ------- 104 (1 row) count ------- 68 (1 row) count ------- 79 (1 row) count ------- 72 (1 row) count ------- 182 (1 row) count ------- 123 (1 row) count ------- 108 (1 row) count ------- 64 (1 row) count ------- 38 (1 row) count ------- 145 (1 row) count ------- 69 (1 row) count ------- 37 (1 row) count ------- 81 (1 row) count ------- 122 (1 row) count ------- 45 (1 row) count ------- 126 (1 row) count ------- 187 (1 row) count ------- 237 (1 row) count ------- 122 (1 row) count ------- 55 (1 row) count ------- 8 (1 row) count ------- 78 (1 row) count ------- 107 (1 row) count ------- 177 (1 row) count ------- 3 (1 row) count ------- 172 (1 row) count ------- 166 (1 row) count ------- 218 (1 row) count ------- 115 (1 row) count ------- 94 (1 row) count ------- 4 (1 row) count ------- 91 (1 row) count ------- 96 (1 row) count ------- 70 (1 row) count ------- 109 (1 row) count ------- 283 (1 row) count ------- 261 (1 row) count ------- 62 (1 row) count ------- 99 (1 row) count ------- 134 (1 row) count ------- 175 (1 row) count ------- 296 (1 row) count ------- 109 (1 row) count ------- 76 (1 row) count ------- 219 (1 row) count ------- 145 (1 row) count ------- 274 (1 row) count ------- 97 (1 row) count ------- 25 (1 row) count ------- 122 (1 row) count ------- 88 (1 row) count ------- 114 (1 row) count ------- 178 (1 row) count ------- 334 (1 row) count ------- 13 (1 row) count ------- 38 (1 row) count ------- 143 (1 row) count ------- 84 (1 row) count ------- 282 (1 row) count ------- 91 (1 row) count ------- 158 (1 row) count ------- 144 (1 row) count ------- 83 (1 row) count ------- 151 (1 row) count ------- 219 (1 row) count ------- 139 (1 row) count ------- 176 (1 row) count ------- 200 (1 row) count ------- 59 (1 row) count ------- 101 (1 row) count ------- 60 (1 row) count ------- 166 (1 row) count ------- 185 (1 row) count ------- 87 (1 row) count ------- 84 (1 row) count ------- 84 (1 row) count ------- 164 (1 row) count ------- 151 (1 row) count ------- 160 (1 row) count ------- 62 (1 row) count ------- 102 (1 row) count ------- 63 (1 row) count ------- 88 (1 row) count ------- 102 (1 row) count ------- 110 (1 row) count ------- 144 (1 row) count ------- 166 (1 row) count ------- 204 (1 row) count ------- 13 (1 row) count ------- 142 (1 row) count ------- 81 (1 row) count ------- 31 (1 row) count ------- 2 (1 row) count ------- 271 (1 row) count ------- 154 (1 row) count ------- 115 (1 row) count ------- 160 (1 row) count ------- 20 (1 row) count ------- 120 (1 row) count ------- 116 (1 row) count ------- 235 (1 row) count ------- 134 (1 row) count ------- 113 (1 row) count ------- 115 (1 row) count ------- 151 (1 row) count ------- 142 (1 row) count ------- 92 (1 row) count ------- 33 (1 row) count ------- 117 (1 row) count ------- 153 (1 row) count ------- 128 (1 row) count ------- 10 (1 row) count ------- 49 (1 row) count ------- 225 (1 row) count ------- 14 (1 row) count ------- 27 (1 row) count ------- 19 (1 row) count ------- 114 (1 row) count ------- 113 (1 row) count ------- 48 (1 row) count ------- 10 (1 row) count ------- 67 (1 row) count ------- 172 (1 row) count ------- 214 (1 row) count ------- 151 (1 row) count ------- 128 (1 row) count ------- 119 (1 row) count ------- 119 (1 row) count ------- 100 (1 row) count ------- 100 (1 row) count ------- 26 (1 row) count ------- 32 (1 row) count ------- 122 (1 row) count ------- 97 (1 row) count ------- 257 (1 row) count ------- 136 (1 row) count ------- 108 (1 row) count ------- 206 (1 row) count ------- 220 (1 row) count ------- 114 (1 row) count ------- 36 (1 row) count ------- 83 (1 row) count ------- 72 (1 row) count ------- 83 (1 row) count ------- 124 (1 row) count ------- 319 (1 row) count ------- 74 (1 row) count ------- 30 (1 row) count ------- 61 (1 row) count ------- 290 (1 row) count ------- 82 (1 row) count ------- 109 (1 row) count ------- 185 (1 row) count ------- 34 (1 row) count ------- 157 (1 row) count ------- 131 (1 row) count ------- 81 (1 row) count ------- 1 (1 row) count ------- 9 (1 row) count ------- 133 (1 row) count ------- 56 (1 row) count ------- 49 (1 row) count ------- 92 (1 row) count ------- 227 (1 row) count ------- 112 (1 row) count ------- 266 (1 row) count ------- 146 (1 row) count ------- 75 (1 row) count ------- 76 (1 row) count ------- 200 (1 row) count ------- 239 (1 row) count ------- 233 (1 row) count ------- 125 (1 row) count ------- 57 (1 row) count ------- 101 (1 row) count ------- 188 (1 row) count ------- 55 (1 row) count ------- 5 (1 row) count ------- 76 (1 row) count ------- 161 (1 row) count ------- 41 (1 row) count ------- 24 (1 row) count ------- 107 (1 row) count ------- 244 (1 row) count ------- 5 (1 row) count ------- 40 (1 row) count ------- 69 (1 row) count ------- 126 (1 row) count ------- 97 (1 row) count ------- 42 (1 row) count ------- 76 (1 row) count ------- 92 (1 row) count ------- 96 (1 row) count ------- 143 (1 row) count ------- 77 (1 row) count ------- 158 (1 row) count ------- 183 (1 row) count ------- 252 (1 row) count ------- 113 (1 row) count ------- 174 (1 row) count ------- 92 (1 row) count ------- 91 (1 row) count ------- 37 (1 row) count ------- 131 (1 row) count ------- 30 (1 row) count ------- 165 (1 row) count ------- 92 (1 row) count ------- 201 (1 row) count ------- 9 (1 row) count ------- 83 (1 row) count ------- 141 (1 row) count ------- 192 (1 row) count ------- 86 (1 row) count ------- 115 (1 row) count ------- 62 (1 row) count ------- 108 (1 row) count ------- 54 (1 row) count ------- 243 (1 row) count ------- 238 (1 row) count ------- 33 (1 row) count ------- 202 (1 row) count ------- 68 (1 row) count ------- 170 (1 row) count ------- 71 (1 row) count ------- 81 (1 row) count ------- 39 (1 row) count ------- 128 (1 row) count ------- 110 (1 row) count ------- 101 (1 row) count ------- 225 (1 row) count ------- 190 (1 row) count ------- 25 (1 row) count ------- 103 (1 row) count ------- 204 (1 row) count ------- 82 (1 row) count ------- 86 (1 row) count ------- 209 (1 row) count ------- 24 (1 row) count ------- 11 (1 row) count ------- 69 (1 row) count ------- 12 (1 row) count ------- 221 (1 row) count ------- 206 (1 row) count ------- 180 (1 row) count ------- 68 (1 row) count ------- 10 (1 row) count ------- 38 (1 row) count ------- 65 (1 row) count ------- 141 (1 row) count ------- 136 (1 row) count ------- 2 (1 row) count ------- 91 (1 row) count ------- 227 (1 row) count ------- 158 (1 row) count ------- 127 (1 row) count ------- 192 (1 row) count ------- 14 (1 row) count ------- 199 (1 row) count ------- 225 (1 row) count ------- 144 (1 row) count ------- 226 (1 row) count ------- 83 (1 row) count ------- 31 (1 row) count ------- 9 (1 row) count ------- 101 (1 row) count ------- 67 (1 row) count ------- 59 (1 row) count ------- 132 (1 row) count ------- 45 (1 row) count ------- 20 (1 row) count ------- 191 (1 row) count ------- 44 (1 row) count ------- 277 (1 row) count ------- 202 (1 row) count ------- 143 (1 row) count ------- 162 (1 row) count ------- 148 (1 row) count ------- 212 (1 row) count ------- 228 (1 row) count ------- 100 (1 row) count ------- 168 (1 row) count ------- 143 (1 row) count ------- 90 (1 row) count ------- 147 (1 row) count ------- 31 (1 row) count ------- 83 (1 row) count ------- 287 (1 row) count ------- 213 (1 row) count ------- 81 (1 row) count ------- 176 (1 row) count ------- 86 (1 row) count ------- 147 (1 row) count ------- 109 (1 row) count ------- 77 (1 row) count ------- 229 (1 row) count ------- 152 (1 row) count ------- 68 (1 row) count ------- 210 (1 row) count ------- 148 (1 row) count ------- 76 (1 row) count ------- 157 (1 row) count ------- 52 (1 row) count ------- 148 (1 row) count ------- 121 (1 row) count ------- 182 (1 row) count ------- 146 (1 row) count ------- 119 (1 row) count ------- 253 (1 row) count ------- 164 (1 row) count ------- 133 (1 row) count ------- 31 (1 row) count ------- 80 (1 row) count ------- 247 (1 row) count ------- 197 (1 row) count ------- 28 (1 row) count ------- 255 (1 row) count ------- 40 (1 row) count ------- 149 (1 row) count ------- 152 (1 row) count ------- 100 (1 row) count ------- 66 (1 row) count ------- 285 (1 row) count ------- 122 (1 row) count ------- 108 (1 row) count ------- 198 (1 row) count ------- 257 (1 row) count ------- 49 (1 row) count ------- 179 (1 row) count ------- 3 (1 row) count ------- 112 (1 row) count ------- 165 (1 row) count ------- 219 (1 row) count ------- 120 (1 row) count ------- 69 (1 row) count ------- 168 (1 row) count ------- 103 (1 row) count ------- 112 (1 row) count ------- 173 (1 row) count ------- 139 (1 row) count ------- 56 (1 row) count ------- 100 (1 row) count ------- 54 (1 row) count ------- 10 (1 row) count ------- 123 (1 row) count ------- 30 (1 row) count ------- 183 (1 row) count ------- 190 (1 row) count ------- 19 (1 row) count ------- 113 (1 row) count ------- 70 (1 row) count ------- 164 (1 row) count ------- 51 (1 row) count ------- 31 (1 row) count ------- 116 (1 row) count ------- 281 (1 row) count ------- 52 (1 row) count ------- 152 (1 row) count ------- 68 (1 row) count ------- 190 (1 row) count ------- 112 (1 row) count ------- 108 (1 row) count ------- 140 (1 row) count ------- 108 (1 row) count ------- 308 (1 row) count ------- 256 (1 row) count ------- 5 (1 row) count ------- 133 (1 row) count ------- 90 (1 row) count ------- 101 (1 row) count ------- 117 (1 row) count ------- 36 (1 row) count ------- 81 (1 row) count ------- 158 (1 row) count ------- 35 (1 row) count ------- 235 (1 row) count ------- 154 (1 row) count ------- 164 (1 row) count ------- 200 (1 row) count ------- 152 (1 row) count ------- 199 (1 row) count ------- 73 (1 row) count ------- 98 (1 row) count ------- 55 (1 row) count ------- 52 (1 row) count ------- 156 (1 row) count ------- 49 (1 row) count ------- 132 (1 row) count ------- 90 (1 row) count ------- 68 (1 row) count ------- 77 (1 row) count ------- 81 (1 row) count ------- 136 (1 row) count ------- 93 (1 row) count ------- 47 (1 row) count ------- 27 (1 row) count ------- 190 (1 row) count ------- 128 (1 row) count ------- 155 (1 row) count ------- 66 (1 row) count ------- 54 (1 row) count ------- 104 (1 row) count ------- 50 (1 row) count ------- 168 (1 row) count ------- 148 (1 row) count ------- 133 (1 row) count ------- 107 (1 row) count ------- 39 (1 row) count ------- 135 (1 row) count ------- 68 (1 row) count ------- 178 (1 row) count ------- 206 (1 row) count ------- 128 (1 row) count ------- 82 (1 row) count ------- 269 (1 row) count ------- 150 (1 row) count ------- 172 (1 row) count ------- 73 (1 row) count ------- 62 (1 row) count ------- 172 (1 row) count ------- 23 (1 row) count ------- 106 (1 row) count ------- 150 (1 row) count ------- 72 (1 row) count ------- 192 (1 row) count ------- 98 (1 row) count ------- 96 (1 row) count ------- 117 (1 row) count ------- 70 (1 row) count ------- 145 (1 row) count ------- 132 (1 row) count ------- 79 (1 row) count ------- 197 (1 row) count ------- 106 (1 row) count ------- 170 (1 row) count ------- 70 (1 row) count ------- 24 (1 row) count ------- 157 (1 row) count ------- 105 (1 row) count ------- 62 (1 row) count ------- 248 (1 row) count ------- 83 (1 row) count ------- 118 (1 row) count ------- 182 (1 row) count ------- 213 (1 row) count ------- 106 (1 row) count ------- 235 (1 row) count ------- 229 (1 row) count ------- 73 (1 row) count ------- 208 (1 row) count ------- 4 (1 row) count ------- 35 (1 row) count ------- 95 (1 row) count ------- 66 (1 row) count ------- 98 (1 row) count ------- 48 (1 row) count ------- 21 (1 row) count ------- 54 (1 row) count ------- 250 (1 row) count ------- 16 (1 row) count ------- 53 (1 row) count ------- 9 (1 row) count ------- 25 (1 row) count ------- 72 (1 row) count ------- 115 (1 row) count ------- 129 (1 row) count ------- 107 (1 row) count ------- 25 (1 row) count ------- 91 (1 row) count ------- 248 (1 row) count ------- 34 (1 row) count ------- 114 (1 row) count ------- 105 (1 row) count ------- 155 (1 row) count ------- 162 (1 row) count ------- 85 (1 row) count ------- 127 (1 row) count ------- 134 (1 row) count ------- 152 (1 row) count ------- 154 (1 row) count ------- 129 (1 row) count ------- 180 (1 row) count ------- 102 (1 row) count ------- 131 (1 row) count ------- 44 (1 row) count ------- 185 (1 row) count ------- 129 (1 row) count ------- 87 (1 row) count ------- 117 (1 row) count ------- 84 (1 row) count ------- 142 (1 row) count ------- 221 (1 row) count ------- 151 (1 row) count ------- 58 (1 row) count ------- 75 (1 row) count ------- 220 (1 row) count ------- 44 (1 row) count ------- 154 (1 row) count ------- 22 (1 row) count ------- 225 (1 row) count ------- 50 (1 row) count ------- 60 (1 row) count ------- 220 (1 row) count ------- 296 (1 row) count ------- 219 (1 row) count ------- 194 (1 row) count ------- 264 (1 row) count ------- 156 (1 row) count ------- 102 (1 row) count ------- 137 (1 row) count ------- 202 (1 row) count ------- 236 (1 row) count ------- 201 (1 row) count ------- 83 (1 row) count ------- 46 (1 row) count ------- 137 (1 row) count ------- 63 (1 row) count ------- 87 (1 row) count ------- 156 (1 row) count ------- 52 (1 row) count ------- 171 (1 row) count ------- 148 (1 row) count ------- 196 (1 row) count ------- 198 (1 row) count ------- 194 (1 row) count ------- 4 (1 row) count ------- 57 (1 row) count ------- 49 (1 row) count ------- 123 (1 row) count ------- 137 (1 row) count ------- 173 (1 row) count ------- 55 (1 row) count ------- 74 (1 row) count ------- 179 (1 row) count ------- 76 (1 row) count ------- 93 (1 row) count ------- 290 (1 row) count ------- 36 (1 row) count ------- 224 (1 row) count ------- 138 (1 row) count ------- 43 (1 row) count ------- 276 (1 row) count ------- 190 (1 row) count ------- 84 (1 row) count ------- 184 (1 row) count ------- 194 (1 row) count ------- 104 (1 row) count ------- 15 (1 row) count ------- 141 (1 row) count ------- 66 (1 row) count ------- 31 (1 row) count ------- 165 (1 row) count ------- 58 (1 row) count ------- 10 (1 row) count ------- 104 (1 row) count ------- 129 (1 row) count ------- 86 (1 row) count ------- 45 (1 row) count ------- 47 (1 row) count ------- 53 (1 row) count ------- 125 (1 row) count ------- 83 (1 row) count ------- 190 (1 row) count ------- 283 (1 row) count ------- 121 (1 row) count ------- 47 (1 row) count ------- 58 (1 row) count ------- 65 (1 row) count ------- 135 (1 row) count ------- 222 (1 row) count ------- 120 (1 row) count ------- 91 (1 row) count ------- 92 (1 row) count ------- 146 (1 row) count ------- 91 (1 row) count ------- 159 (1 row) count ------- 178 (1 row) count ------- 160 (1 row) count ------- 24 (1 row) count ------- 112 (1 row) count ------- 111 (1 row) count ------- 253 (1 row) count ------- 119 (1 row) count ------- 42 (1 row) count ------- 137 (1 row) count ------- 306 (1 row) count ------- 103 (1 row) count ------- 112 (1 row) count ------- 221 (1 row) count ------- 101 (1 row) count ------- 264 (1 row) count ------- 35 (1 row) count ------- 162 (1 row) count ------- 58 (1 row) count ------- 39 (1 row) count ------- 261 (1 row) count ------- 215 (1 row) count ------- 132 (1 row) count ------- 171 (1 row) count ------- 41 (1 row) count ------- 178 (1 row) count ------- 90 (1 row) count ------- 156 (1 row) count ------- 125 (1 row) count ------- 204 (1 row) count ------- 179 (1 row) count ------- 68 (1 row) count ------- 138 (1 row) count ------- 140 (1 row) count ------- 52 (1 row) count ------- 182 (1 row) count ------- 119 (1 row) count ------- 154 (1 row) count ------- 53 (1 row) count ------- 158 (1 row) count ------- 64 (1 row) count ------- 145 (1 row) count ------- 27 (1 row) count ------- 64 (1 row) count ------- 149 (1 row) count ------- 65 (1 row) count ------- 31 (1 row) count ------- 178 (1 row) count ------- 166 (1 row) count ------- 51 (1 row) count ------- 136 (1 row) count ------- 81 (1 row) count ------- 130 (1 row) count ------- 8 (1 row) count ------- 134 (1 row) count ------- 112 (1 row) count ------- 106 (1 row) count ------- 167 (1 row) count ------- 68 (1 row) count ------- 180 (1 row) count ------- 99 (1 row) count ------- 32 (1 row) count ------- 38 (1 row) count ------- 81 (1 row) count ------- 109 (1 row) count ------- 202 (1 row) count ------- 126 (1 row) count ------- 92 (1 row) count ------- 71 (1 row) count ------- 23 (1 row) count ------- 154 (1 row) count ------- 218 (1 row) count ------- 125 (1 row) count ------- 71 (1 row) count ------- 265 (1 row) count ------- 211 (1 row) count ------- 238 (1 row) count ------- 10 (1 row) count ------- 88 (1 row) count ------- 155 (1 row) count ------- 191 (1 row) count ------- 24 (1 row) count ------- 74 (1 row) count ------- 134 (1 row) count ------- 80 (1 row) count ------- 317 (1 row) count ------- 188 (1 row) count ------- 30 (1 row) count ------- 237 (1 row) count ------- 110 (1 row) count ------- 109 (1 row) count ------- 13 (1 row) count ------- 3 (1 row) count ------- 71 (1 row) count ------- 96 (1 row) count ------- 97 (1 row) count ------- 60 (1 row) count ------- 169 (1 row) count ------- 291 (1 row) count ------- 250 (1 row) count ------- 70 (1 row) count ------- 80 (1 row) count ------- 142 (1 row) count ------- 38 (1 row) count ------- 93 (1 row) count ------- 52 (1 row) count ------- 83 (1 row) count ------- 114 (1 row) count ------- 192 (1 row) count ------- 114 (1 row) count ------- 175 (1 row) count ------- 37 (1 row) count ------- 32 (1 row) count ------- 182 (1 row) count ------- 70 (1 row) count ------- 137 (1 row) count ------- 105 (1 row) count ------- 207 (1 row) count ------- 95 (1 row) count ------- 79 (1 row) count ------- 26 (1 row) count ------- 222 (1 row) count ------- 211 (1 row) count ------- 64 (1 row) count ------- 131 (1 row) count ------- 333 (1 row) count ------- 181 (1 row) count ------- 155 (1 row) count ------- 164 (1 row) count ------- 108 (1 row) count ------- 82 (1 row) count ------- 114 (1 row) count ------- 53 (1 row) count ------- 80 (1 row) count ------- 72 (1 row) count ------- 110 (1 row) count ------- 112 (1 row) count ------- 123 (1 row) count ------- 66 (1 row) count ------- 140 (1 row) count ------- 102 (1 row) count ------- 102 (1 row) count ------- 78 (1 row) count ------- 63 (1 row) count ------- 228 (1 row) count ------- 143 (1 row) count ------- 111 (1 row) count ------- 110 (1 row) count ------- 39 (1 row) count ------- 115 (1 row) count ------- 173 (1 row) count ------- 51 (1 row) count ------- 46 (1 row) count ------- 149 (1 row) count ------- 173 (1 row) count ------- 143 (1 row) count ------- 148 (1 row) count ------- 122 (1 row) count ------- 108 (1 row) count ------- 84 (1 row) count ------- 121 (1 row) count ------- 291 (1 row) count ------- 130 (1 row) count ------- 5 (1 row) count ------- 262 (1 row) count ------- 45 (1 row) count ------- 177 (1 row) count ------- 65 (1 row) count ------- 93 (1 row) count ------- 31 (1 row) count ------- 32 (1 row) count ------- 21 (1 row) count ------- 175 (1 row) count ------- 79 (1 row) count ------- 123 (1 row) count ------- 66 (1 row) count ------- 51 (1 row) count ------- 256 (1 row) count ------- 75 (1 row) count ------- 172 (1 row) count ------- 192 (1 row) count ------- 120 (1 row) count ------- 165 (1 row) count ------- 156 (1 row) count ------- 98 (1 row) count ------- 212 (1 row) count ------- 156 (1 row) count ------- 74 (1 row) count ------- 146 (1 row) count ------- 125 (1 row) count ------- 132 (1 row) count ------- 241 (1 row) count ------- 49 (1 row) count ------- 204 (1 row) count ------- 66 (1 row) count ------- 202 (1 row) count ------- 190 (1 row) count ------- 95 (1 row) count ------- 89 (1 row) count ------- 142 (1 row) count ------- 114 (1 row) count ------- 207 (1 row) count ------- 21 (1 row) count ------- 67 (1 row) count ------- 249 (1 row) count ------- 55 (1 row) count ------- 140 (1 row) count ------- 218 (1 row) count ------- 131 (1 row) count ------- 386 (1 row) count ------- 155 (1 row) count ------- 90 (1 row) count ------- 315 (1 row) count ------- 124 (1 row) count ------- 167 (1 row) count ------- 220 (1 row) count ------- 6 (1 row) count ------- 32 (1 row) count ------- 158 (1 row) count ------- 104 (1 row) count ------- 65 (1 row) count ------- 269 (1 row) count ------- 21 (1 row) count ------- 115 (1 row) count ------- 118 (1 row) count ------- 69 (1 row) count ------- 99 (1 row) count ------- 30 (1 row) count ------- 102 (1 row) count ------- 113 (1 row) count ------- 262 (1 row) count ------- 169 (1 row) count ------- 55 (1 row) count ------- 125 (1 row) count ------- 310 (1 row) count ------- 87 (1 row) count ------- 99 (1 row) count ------- 61 (1 row) count ------- 71 (1 row) count ------- 213 (1 row) count ------- 316 (1 row) count ------- 177 (1 row) count ------- 10 (1 row) count ------- 237 (1 row) count ------- 193 (1 row) count ------- 140 (1 row) count ------- 135 (1 row) count ------- 120 (1 row) count ------- 16 (1 row) count ------- 60 (1 row) count ------- 77 (1 row) count ------- 23 (1 row) count ------- 4 (1 row) count ------- 165 (1 row) count ------- 139 (1 row) count ------- 128 (1 row) count ------- 128 (1 row) count ------- 148 (1 row) count ------- 304 (1 row) count ------- 113 (1 row) count ------- 194 (1 row) count ------- 11 (1 row) count ------- 221 (1 row) count ------- 126 (1 row) count ------- 22 (1 row) count ------- 78 (1 row) count ------- 53 (1 row) count ------- 110 (1 row) count ------- 95 (1 row) count ------- 30 (1 row) count ------- 66 (1 row) count ------- 230 (1 row) count ------- 62 (1 row) count ------- 158 (1 row) count ------- 180 (1 row) count ------- 38 (1 row) count ------- 136 (1 row) count ------- 144 (1 row) count ------- 20 (1 row) count ------- 156 (1 row) count ------- 176 (1 row) count ------- 159 (1 row) count ------- 129 (1 row) count ------- 108 (1 row) count ------- 22 (1 row) count ------- 112 (1 row) count ------- 162 (1 row) count ------- 20 (1 row) count ------- 131 (1 row) count ------- 127 (1 row) count ------- 102 (1 row) count ------- 116 (1 row) count ------- 45 (1 row) count ------- 38 (1 row) count ------- 2 (1 row) count ------- 91 (1 row) count ------- 168 (1 row) count ------- 81 (1 row) count ------- 184 (1 row) count ------- 126 (1 row) count ------- 103 (1 row) count ------- 51 (1 row) count ------- 107 (1 row) count ------- 112 (1 row) count ------- 207 (1 row) count ------- 40 (1 row) count ------- 121 (1 row) count ------- 123 (1 row) count ------- 147 (1 row) count ------- 225 (1 row) count ------- 133 (1 row) count ------- 83 (1 row) count ------- 127 (1 row) count ------- 61 (1 row) count ------- 161 (1 row) count ------- 95 (1 row) count ------- 81 (1 row) count ------- 137 (1 row) count ------- 307 (1 row) count ------- 236 (1 row) count ------- 178 (1 row) count ------- 168 (1 row) count ------- 212 (1 row) count ------- 304 (1 row) count ------- 18 (1 row) count ------- 69 (1 row) count ------- 162 (1 row) count ------- 116 (1 row) count ------- 147 (1 row) count ------- 226 (1 row) count ------- 154 (1 row) count ------- 45 (1 row) count ------- 154 (1 row) count ------- 268 (1 row) count ------- 102 (1 row) count ------- 67 (1 row) count ------- 111 (1 row) count ------- 84 (1 row) count ------- 16 (1 row) count ------- 65 (1 row) count ------- 136 (1 row) count ------- 79 (1 row) count ------- 166 (1 row) count ------- 192 (1 row) count ------- 295 (1 row) count ------- 72 (1 row) count ------- 145 (1 row) count ------- 92 (1 row) count ------- 179 (1 row) count ------- 151 (1 row) count ------- 271 (1 row) count ------- 54 (1 row) count ------- 263 (1 row) count ------- 187 (1 row) count ------- 246 (1 row) count ------- 71 (1 row) count ------- 85 (1 row) count ------- 75 (1 row) count ------- 92 (1 row) count ------- 121 (1 row) count ------- 207 (1 row) count ------- 90 (1 row) count ------- 108 (1 row) count ------- 189 (1 row) count ------- 181 (1 row) count ------- 132 (1 row) count ------- 241 (1 row) count ------- 248 (1 row) count ------- 208 (1 row) count ------- 142 (1 row) count ------- 69 (1 row) count ------- 228 (1 row) count ------- 68 (1 row) count ------- 251 (1 row) count ------- 193 (1 row) count ------- 157 (1 row) count ------- 132 (1 row) count ------- 250 (1 row) count ------- 225 (1 row) count ------- 24 (1 row) count ------- 193 (1 row) count ------- 244 (1 row) count ------- 74 (1 row) count ------- 150 (1 row) count ------- 273 (1 row) count ------- 203 (1 row) count ------- 48 (1 row) count ------- 66 (1 row) count ------- 192 (1 row) count ------- 134 (1 row) count ------- 184 (1 row) count ------- 119 (1 row) count ------- 60 (1 row) count ------- 79 (1 row) count ------- 93 (1 row) count ------- 38 (1 row) count ------- 119 (1 row) count ------- 142 (1 row) count ------- 179 (1 row) count ------- 96 (1 row) count ------- 154 (1 row) count ------- 229 (1 row) count ------- 79 (1 row) count ------- 178 (1 row) count ------- 33 (1 row) count ------- 86 (1 row) count ------- 118 (1 row) count ------- 36 (1 row) count ------- 84 (1 row) count ------- 99 (1 row) count ------- 175 (1 row) count ------- 15 (1 row) count ------- 53 (1 row) count ------- 96 (1 row) count ------- 138 (1 row) count ------- 197 (1 row) count ------- 85 (1 row) count ------- 83 (1 row) count ------- 43 (1 row) count ------- 89 (1 row) count ------- 10 (1 row) count ------- 113 (1 row) count ------- 103 (1 row) count ------- 15 (1 row) count ------- 103 (1 row) count ------- 86 (1 row) count ------- 26 (1 row) count ------- 83 (1 row) count ------- 94 (1 row) count ------- 86 (1 row) count ------- 175 (1 row) count ------- 88 (1 row) count ------- 311 (1 row) count ------- 144 (1 row) count ------- 55 (1 row) count ------- 176 (1 row) count ------- 292 (1 row) count ------- 75 (1 row) count ------- 93 (1 row) count ------- 94 (1 row) count ------- 57 (1 row) count ------- 68 (1 row) count ------- 254 (1 row) count ------- 116 (1 row) count ------- 69 (1 row) count ------- 165 (1 row) count ------- 70 (1 row) count ------- 71 (1 row) count ------- 70 (1 row) count ------- 113 (1 row) count ------- 121 (1 row) count ------- 27 (1 row) count ------- 170 (1 row) count ------- 207 (1 row) count ------- 139 (1 row) count ------- 203 (1 row) count ------- 93 (1 row) count ------- 30 (1 row) count ------- 39 (1 row) count ------- 78 (1 row) count ------- 50 (1 row) count ------- 64 (1 row) count ------- 119 (1 row) count ------- 115 (1 row) count ------- 180 (1 row) count ------- 171 (1 row) count ------- 49 (1 row) count ------- 183 (1 row) count ------- 159 (1 row) count ------- 115 (1 row) count ------- 152 (1 row) count ------- 104 (1 row) count ------- 167 (1 row) count ------- 43 (1 row) count ------- 233 (1 row) count ------- 147 (1 row) count ------- 80 (1 row) count ------- 62 (1 row) count ------- 129 (1 row) count ------- 126 (1 row) count ------- 87 (1 row) count ------- 216 (1 row) count ------- 102 (1 row) count ------- 137 (1 row) count ------- 120 (1 row) count ------- 118 (1 row) count ------- 276 (1 row) count ------- 189 (1 row) count ------- 312 (1 row) count ------- 21 (1 row) count ------- 44 (1 row) count ------- 230 (1 row) count ------- 75 (1 row) count ------- 108 (1 row) count ------- 1 (1 row) count ------- 58 (1 row) count ------- 214 (1 row) count ------- 93 (1 row) count ------- 190 (1 row) count ------- 115 (1 row) count ------- 149 (1 row) count ------- 203 (1 row) count ------- 47 (1 row) count ------- 262 (1 row) count ------- 67 (1 row) count ------- 151 (1 row) count ------- 213 (1 row) count ------- 107 (1 row) count ------- 111 (1 row) count ------- 120 (1 row) count ------- 23 (1 row) count ------- 26 (1 row) count ------- 4 (1 row) count ------- 239 (1 row) count ------- 110 (1 row) count ------- 91 (1 row) count ------- 257 (1 row) count ------- 65 (1 row) count ------- 34 (1 row) count ------- 16 (1 row) count ------- 7 (1 row) count ------- 175 (1 row) count ------- 86 (1 row) count ------- 88 (1 row) count ------- 238 (1 row) count ------- 144 (1 row) count ------- 126 (1 row) count ------- 153 (1 row) count ------- 30 (1 row) count ------- 105 (1 row) count ------- 104 (1 row) count ------- 80 (1 row) count ------- 81 (1 row) count ------- 105 (1 row) count ------- 121 (1 row) count ------- 110 (1 row) count ------- 87 (1 row) count ------- 110 (1 row) count ------- 74 (1 row) count ------- 165 (1 row) count ------- 65 (1 row) count ------- 228 (1 row) count ------- 112 (1 row) count ------- 162 (1 row) count ------- 134 (1 row) count ------- 82 (1 row) count ------- 57 (1 row) count ------- 101 (1 row) count ------- 137 (1 row) count ------- 187 (1 row) count ------- 146 (1 row) count ------- 110 (1 row) count ------- 168 (1 row) count ------- 143 (1 row) count ------- 110 (1 row) count ------- 281 (1 row) count ------- 78 (1 row) count ------- 172 (1 row) count ------- 39 (1 row) count ------- 98 (1 row) count ------- 122 (1 row) count ------- 42 (1 row) count ------- 88 (1 row) count ------- 180 (1 row) count ------- 11 (1 row) count ------- 157 (1 row) count ------- 181 (1 row) count ------- 220 (1 row) count ------- 90 (1 row) count ------- 317 (1 row) count ------- 208 (1 row) count ------- 10 (1 row) count ------- 200 (1 row) count ------- 122 (1 row) count ------- 105 (1 row) count ------- 244 (1 row) count ------- 68 (1 row) count ------- 98 (1 row) count ------- 114 (1 row) count ------- 98 (1 row) count ------- 242 (1 row) count ------- 149 (1 row) count ------- 146 (1 row) count ------- 118 (1 row) count ------- 166 (1 row) count ------- 51 (1 row) count ------- 270 (1 row) count ------- 148 (1 row) count ------- 33 (1 row) count ------- 154 (1 row) count ------- 129 (1 row) count ------- 108 (1 row) count ------- 40 (1 row) count ------- 136 (1 row) count ------- 120 (1 row) count ------- 182 (1 row) count ------- 43 (1 row) count ------- 191 (1 row) count ------- 73 (1 row) count ------- 154 (1 row) count ------- 53 (1 row) count ------- 179 (1 row) count ------- 111 (1 row) count ------- 73 (1 row) count ------- 35 (1 row) count ------- 73 (1 row) count ------- 111 (1 row) count ------- 314 (1 row) count ------- 140 (1 row) count ------- 40 (1 row) count ------- 177 (1 row) count ------- 115 (1 row) count ------- 311 (1 row) count ------- 99 (1 row) count ------- 162 (1 row) count ------- 112 (1 row) count ------- 254 (1 row) count ------- 111 (1 row) count ------- 94 (1 row) count ------- 83 (1 row) count ------- 66 (1 row) count ------- 98 (1 row) count ------- 115 (1 row) count ------- 109 (1 row) count ------- 123 (1 row) count ------- 175 (1 row) count ------- 93 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 191 (1 row) count ------- 177 (1 row) count ------- 13 (1 row) count ------- 51 (1 row) count ------- 160 (1 row) count ------- 8 (1 row) count ------- 68 (1 row) count ------- 119 (1 row) count ------- 173 (1 row) count ------- 69 (1 row) count ------- 29 (1 row) count ------- 167 (1 row) count ------- 289 (1 row) count ------- 96 (1 row) count ------- 313 (1 row) count ------- 72 (1 row) count ------- 86 (1 row) count ------- 143 (1 row) count ------- 74 (1 row) count ------- 276 (1 row) count ------- 91 (1 row) count ------- 161 (1 row) count ------- 149 (1 row) count ------- 20 (1 row) count ------- 14 (1 row) count ------- 197 (1 row) count ------- 36 (1 row) count ------- 97 (1 row) count ------- 167 (1 row) count ------- 217 (1 row) count ------- 144 (1 row) count ------- 55 (1 row) count ------- 145 (1 row) count ------- 59 (1 row) count ------- 151 (1 row) count ------- 200 (1 row) count ------- 160 (1 row) count ------- 104 (1 row) count ------- 30 (1 row) count ------- 141 (1 row) count ------- 44 (1 row) count ------- 205 (1 row) count ------- 63 (1 row) count ------- 63 (1 row) count ------- 113 (1 row) count ------- 74 (1 row) count ------- 61 (1 row) count ------- 2 (1 row) count ------- 194 (1 row) count ------- 150 (1 row) count ------- 54 (1 row) count ------- 101 (1 row) count ------- 171 (1 row) count ------- 36 (1 row) count ------- 164 (1 row) count ------- 120 (1 row) count ------- 72 (1 row) count ------- 196 (1 row) count ------- 80 (1 row) count ------- 144 (1 row) count ------- 146 (1 row) count ------- 55 (1 row) count ------- 216 (1 row) count ------- 87 (1 row) count ------- 244 (1 row) count ------- 53 (1 row) count ------- 181 (1 row) count ------- 148 (1 row) count ------- 147 (1 row) count ------- 148 (1 row) count ------- 115 (1 row) count ------- 116 (1 row) count ------- 27 (1 row) count ------- 38 (1 row) count ------- 150 (1 row) count ------- 34 (1 row) count ------- 179 (1 row) count ------- 196 (1 row) count ------- 97 (1 row) count ------- 132 (1 row) count ------- 35 (1 row) count ------- 160 (1 row) count ------- 138 (1 row) count ------- 74 (1 row) count ------- 77 (1 row) count ------- 62 (1 row) count ------- 125 (1 row) count ------- 179 (1 row) count ------- 55 (1 row) count ------- 124 (1 row) count ------- 23 (1 row) count ------- 202 (1 row) count ------- 92 (1 row) count ------- 7 (1 row) count ------- 100 (1 row) count ------- 100 (1 row) count ------- 142 (1 row) count ------- 138 (1 row) count ------- 128 (1 row) count ------- 355 (1 row) count ------- 120 (1 row) count ------- 125 (1 row) count ------- 58 (1 row) count ------- 153 (1 row) count ------- 166 (1 row) count ------- 41 (1 row) count ------- 193 (1 row) count ------- 185 (1 row) count ------- 7 (1 row) count ------- 61 (1 row) count ------- 140 (1 row) count ------- 54 (1 row) count ------- 168 (1 row) count ------- 68 (1 row) count ------- 62 (1 row) count ------- 45 (1 row) count ------- 115 (1 row) count ------- 234 (1 row) count ------- 360 (1 row) count ------- 67 (1 row) count ------- 117 (1 row) count ------- 193 (1 row) count ------- 172 (1 row) count ------- 14 (1 row) count ------- 167 (1 row) count ------- 107 (1 row) count ------- 2 (1 row) count ------- 39 (1 row) count ------- 96 (1 row) count ------- 182 (1 row) count ------- 175 (1 row) count ------- 67 (1 row) count ------- 134 (1 row) count ------- 205 (1 row) count ------- 56 (1 row) count ------- 42 (1 row) count ------- 158 (1 row) count ------- 139 (1 row) count ------- 83 (1 row) count ------- 340 (1 row) count ------- 176 (1 row) count ------- 58 (1 row) count ------- 140 (1 row) count ------- 109 (1 row) count ------- 188 (1 row) count ------- 122 (1 row) count ------- 69 (1 row) count ------- 105 (1 row) count ------- 41 (1 row) count ------- 147 (1 row) count ------- 104 (1 row) count ------- 123 (1 row) count ------- 232 (1 row) count ------- 175 (1 row) count ------- 84 (1 row) count ------- 209 (1 row) count ------- 181 (1 row) count ------- 190 (1 row) count ------- 28 (1 row) count ------- 202 (1 row) count ------- 228 (1 row) count ------- 74 (1 row) count ------- 191 (1 row) count ------- 58 (1 row) count ------- 14 (1 row) count ------- 35 (1 row) count ------- 162 (1 row) count ------- 50 (1 row) count ------- 67 (1 row) count ------- 174 (1 row) count ------- 189 (1 row) count ------- 234 (1 row) count ------- 127 (1 row) count ------- 162 (1 row) count ------- 145 (1 row) count ------- 74 (1 row) count ------- 155 (1 row) count ------- 88 (1 row) count ------- 139 (1 row) count ------- 110 (1 row) count ------- 50 (1 row) count ------- 102 (1 row) count ------- 26 (1 row) count ------- 24 (1 row) count ------- 115 (1 row) count ------- 90 (1 row) count ------- 172 (1 row) count ------- 102 (1 row) count ------- 78 (1 row) count ------- 172 (1 row) count ------- 61 (1 row) count ------- 46 (1 row) count ------- 5 (1 row) count ------- 76 (1 row) count ------- 83 (1 row) count ------- 152 (1 row) count ------- 148 (1 row) count ------- 60 (1 row) count ------- 179 (1 row) count ------- 169 (1 row) count ------- 289 (1 row) count ------- 158 (1 row) count ------- 56 (1 row) count ------- 240 (1 row) count ------- 47 (1 row) count ------- 238 (1 row) count ------- 92 (1 row) count ------- 84 (1 row) count ------- 92 (1 row) count ------- 6 (1 row) count ------- 211 (1 row) count ------- 84 (1 row) count ------- 166 (1 row) count ------- 144 (1 row) count ------- 196 (1 row) count ------- 44 (1 row) count ------- 81 (1 row) count ------- 107 (1 row) count ------- 107 (1 row) count ------- 72 (1 row) count ------- 133 (1 row) count ------- 183 (1 row) count ------- 66 (1 row) count ------- 255 (1 row) count ------- 67 (1 row) count ------- 118 (1 row) count ------- 262 (1 row) count ------- 183 (1 row) count ------- 250 (1 row) count ------- 201 (1 row) count ------- 130 (1 row) count ------- 152 (1 row) count ------- 223 (1 row) count ------- 32 (1 row) count ------- 117 (1 row) count ------- 67 (1 row) count ------- 94 (1 row) count ------- 216 (1 row) count ------- 229 (1 row) count ------- 172 (1 row) count ------- 225 (1 row) count ------- 181 (1 row) count ------- 1 (1 row) count ------- 155 (1 row) count ------- 188 (1 row) count ------- 191 (1 row) count ------- 109 (1 row) count ------- 112 (1 row) count ------- 88 (1 row) count ------- 108 (1 row) count ------- 154 (1 row) count ------- 173 (1 row) count ------- 144 (1 row) count ------- 106 (1 row) count ------- 2 (1 row) count ------- 57 (1 row) count ------- 50 (1 row) count ------- 31 (1 row) count ------- 41 (1 row) count ------- 153 (1 row) count ------- 66 (1 row) count ------- 66 (1 row) count ------- 110 (1 row) count ------- 75 (1 row) count ------- 123 (1 row) count ------- 131 (1 row) count ------- 50 (1 row) count ------- 127 (1 row) count ------- 163 (1 row) count ------- 44 (1 row) count ------- 76 (1 row) count ------- 161 (1 row) count ------- 125 (1 row) count ------- 155 (1 row) count ------- 85 (1 row) count ------- 49 (1 row) count ------- 109 (1 row) count ------- 110 (1 row) count ------- 200 (1 row) count ------- 55 (1 row) count ------- 181 (1 row) count ------- 110 (1 row) count ------- 187 (1 row) count ------- 87 (1 row) count ------- 85 (1 row) count ------- 10 (1 row) count ------- 236 (1 row) count ------- 26 (1 row) count ------- 240 (1 row) count ------- 136 (1 row) count ------- 106 (1 row) count ------- 77 (1 row) count ------- 131 (1 row) count ------- 167 (1 row) count ------- 216 (1 row) count ------- 170 (1 row) count ------- 172 (1 row) count ------- 133 (1 row) count ------- 132 (1 row) count ------- 241 (1 row) count ------- 94 (1 row) count ------- 155 (1 row) count ------- 130 (1 row) count ------- 70 (1 row) count ------- 140 (1 row) count ------- 88 (1 row) count ------- 95 (1 row) count ------- 201 (1 row) count ------- 115 (1 row) count ------- 160 (1 row) count ------- 39 (1 row) count ------- 13 (1 row) count ------- 269 (1 row) count ------- 42 (1 row) count ------- 239 (1 row) count ------- 122 (1 row) count ------- 238 (1 row) count ------- 120 (1 row) count ------- 45 (1 row) count ------- 172 (1 row) count ------- 57 (1 row) count ------- 161 (1 row) count ------- 194 (1 row) count ------- 124 (1 row) count ------- 168 (1 row) count ------- 126 (1 row) count ------- 153 (1 row) count ------- 49 (1 row) count ------- 178 (1 row) count ------- 167 (1 row) count ------- 101 (1 row) count ------- 19 (1 row) count ------- 143 (1 row) count ------- 172 (1 row) count ------- 159 (1 row) count ------- 225 (1 row) count ------- 18 (1 row) count ------- 73 (1 row) count ------- 49 (1 row) count ------- 167 (1 row) count ------- 93 (1 row) count ------- 3 (1 row) count ------- 203 (1 row) count ------- 93 (1 row) count ------- 91 (1 row) count ------- 122 (1 row) count ------- 186 (1 row) count ------- 145 (1 row) count ------- 18 (1 row) count ------- 340 (1 row) count ------- 172 (1 row) count ------- 180 (1 row) count ------- 209 (1 row) count ------- 90 (1 row) count ------- 107 (1 row) count ------- 73 (1 row) count ------- 71 (1 row) count ------- 32 (1 row) count ------- 107 (1 row) count ------- 13 (1 row) count ------- 102 (1 row) count ------- 37 (1 row) count ------- 47 (1 row) count ------- 139 (1 row) count ------- 20 (1 row) count ------- 111 (1 row) count ------- 81 (1 row) count ------- 153 (1 row) count ------- 228 (1 row) count ------- 108 (1 row) count ------- 134 (1 row) count ------- 28 (1 row) count ------- 26 (1 row) count ------- 91 (1 row) count ------- 94 (1 row) count ------- 20 (1 row) count ------- 84 (1 row) count ------- 209 (1 row) count ------- 84 (1 row) count ------- 92 (1 row) count ------- 223 (1 row) count ------- 70 (1 row) count ------- 257 (1 row) count ------- 28 (1 row) count ------- 43 (1 row) count ------- 185 (1 row) count ------- 18 (1 row) count ------- 94 (1 row) count ------- 30 (1 row) count ------- 42 (1 row) count ------- 21 (1 row) count ------- 342 (1 row) count ------- 9 (1 row) count ------- 135 (1 row) count ------- 238 (1 row) count ------- 63 (1 row) count ------- 206 (1 row) count ------- 80 (1 row) count ------- 176 (1 row) count ------- 110 (1 row) count ------- 49 (1 row) count ------- 179 (1 row) count ------- 230 (1 row) count ------- 148 (1 row) count ------- 28 (1 row) count ------- 59 (1 row) count ------- 139 (1 row) count ------- 155 (1 row) count ------- 70 (1 row) count ------- 151 (1 row) count ------- 131 (1 row) count ------- 43 (1 row) count ------- 106 (1 row) count ------- 135 (1 row) count ------- 214 (1 row) count ------- 90 (1 row) count ------- 28 (1 row) count ------- 10 (1 row) count ------- 43 (1 row) count ------- 125 (1 row) count ------- 184 (1 row) count ------- 140 (1 row) count ------- 90 (1 row) count ------- 137 (1 row) count ------- 121 (1 row) count ------- 150 (1 row) count ------- 55 (1 row) count ------- 24 (1 row) count ------- 177 (1 row) count ------- 6 (1 row) count ------- 227 (1 row) count ------- 43 (1 row) count ------- 95 (1 row) count ------- 96 (1 row) count ------- 229 (1 row) count ------- 113 (1 row) count ------- 153 (1 row) count ------- 118 (1 row) count ------- 76 (1 row) count ------- 245 (1 row) count ------- 202 (1 row) count ------- 131 (1 row) count ------- 73 (1 row) count ------- 120 (1 row) count ------- 62 (1 row) count ------- 172 (1 row) count ------- 155 (1 row) count ------- 238 (1 row) count ------- 28 (1 row) count ------- 183 (1 row) count ------- 184 (1 row) count ------- 192 (1 row) count ------- 115 (1 row) count ------- 62 (1 row) count ------- 93 (1 row) count ------- 132 (1 row) count ------- 200 (1 row) count ------- 205 (1 row) count ------- 225 (1 row) count ------- 178 (1 row) count ------- 73 (1 row) count ------- 71 (1 row) count ------- 53 (1 row) count ------- 59 (1 row) count ------- 200 (1 row) count ------- 116 (1 row) count ------- 146 (1 row) count ------- 159 (1 row) count ------- 186 (1 row) count ------- 89 (1 row) count ------- 97 (1 row) count ------- 99 (1 row) count ------- 94 (1 row) count ------- 131 (1 row) count ------- 14 (1 row) count ------- 184 (1 row) count ------- 75 (1 row) count ------- 124 (1 row) count ------- 95 (1 row) count ------- 136 (1 row) count ------- 123 (1 row) count ------- 60 (1 row) count ------- 104 (1 row) count ------- 23 (1 row) count ------- 15 (1 row) count ------- 134 (1 row) count ------- 163 (1 row) count ------- 183 (1 row) count ------- 32 (1 row) count ------- 144 (1 row) count ------- 19 (1 row) count ------- 118 (1 row) count ------- 101 (1 row) count ------- 231 (1 row) count ------- 5 (1 row) count ------- 109 (1 row) count ------- 193 (1 row) count ------- 113 (1 row) count ------- 129 (1 row) count ------- 76 (1 row) count ------- 257 (1 row) count ------- 53 (1 row) count ------- 25 (1 row) count ------- 25 (1 row) count ------- 106 (1 row) count ------- 72 (1 row) count ------- 111 (1 row) count ------- 108 (1 row) count ------- 90 (1 row) count ------- 39 (1 row) count ------- 141 (1 row) count ------- 35 (1 row) count ------- 109 (1 row) count ------- 83 (1 row) count ------- 57 (1 row) count ------- 45 (1 row) count ------- 83 (1 row) count ------- 161 (1 row) count ------- 11 (1 row) count ------- 121 (1 row) count ------- 270 (1 row) count ------- 4 (1 row) count ------- 6 (1 row) count ------- 244 (1 row) count ------- 68 (1 row) count ------- 18 (1 row) count ------- 138 (1 row) count ------- 54 (1 row) count ------- 112 (1 row) count ------- 26 (1 row) count ------- 246 (1 row) count ------- 101 (1 row) count ------- 64 (1 row) count ------- 120 (1 row) count ------- 67 (1 row) count ------- 49 (1 row) count ------- 164 (1 row) count ------- 29 (1 row) count ------- 113 (1 row) count ------- 83 (1 row) count ------- 174 (1 row) count ------- 91 (1 row) count ------- 105 (1 row) count ------- 231 (1 row) count ------- 220 (1 row) count ------- 108 (1 row) count ------- 124 (1 row) count ------- 100 (1 row) count ------- 101 (1 row) count ------- 14 (1 row) count ------- 131 (1 row) count ------- 114 (1 row) count ------- 118 (1 row) count ------- 158 (1 row) count ------- 120 (1 row) count ------- 203 (1 row) count ------- 98 (1 row) count ------- 193 (1 row) count ------- 95 (1 row) count ------- 188 (1 row) count ------- 130 (1 row) count ------- 142 (1 row) count ------- 117 (1 row) count ------- 203 (1 row) count ------- 35 (1 row) count ------- 35 (1 row) count ------- 167 (1 row) count ------- 59 (1 row) count ------- 212 (1 row) count ------- 128 (1 row) count ------- 54 (1 row) count ------- 139 (1 row) count ------- 97 (1 row) count ------- 29 (1 row) count ------- 154 (1 row) count ------- 81 (1 row) count ------- 143 (1 row) count ------- 56 (1 row) count ------- 191 (1 row) count ------- 16 (1 row) count ------- 39 (1 row) count ------- 202 (1 row) count ------- 74 (1 row) count ------- 163 (1 row) count ------- 277 (1 row) count ------- 79 (1 row) count ------- 30 (1 row) count ------- 86 (1 row) count ------- 111 (1 row) count ------- 99 (1 row) count ------- 122 (1 row) count ------- 155 (1 row) count ------- 269 (1 row) count ------- 168 (1 row) count ------- 231 (1 row) count ------- 116 (1 row) count ------- 213 (1 row) count ------- 162 (1 row) count ------- 85 (1 row) count ------- 106 (1 row) count ------- 69 (1 row) count ------- 79 (1 row) count ------- 113 (1 row) count ------- 108 (1 row) count ------- 148 (1 row) count ------- 8 (1 row) count ------- 82 (1 row) count ------- 38 (1 row) count ------- 143 (1 row) count ------- 21 (1 row) count ------- 63 (1 row) count ------- 51 (1 row) count ------- 92 (1 row) count ------- 126 (1 row) count ------- 55 (1 row) count ------- 248 (1 row) count ------- 52 (1 row) count ------- 159 (1 row) count ------- 104 (1 row) count ------- 255 (1 row) count ------- 67 (1 row) count ------- 124 (1 row) count ------- 81 (1 row) count ------- 92 (1 row) count ------- 53 (1 row) count ------- 121 (1 row) count ------- 208 (1 row) count ------- 103 (1 row) count ------- 231 (1 row) count ------- 94 (1 row) count ------- 239 (1 row) count ------- 68 (1 row) count ------- 108 (1 row) count ------- 160 (1 row) count ------- 1 (1 row) count ------- 190 (1 row) count ------- 262 (1 row) count ------- 63 (1 row) count ------- 36 (1 row) count ------- 51 (1 row) count ------- 55 (1 row) count ------- 55 (1 row) count ------- 83 (1 row) count ------- 68 (1 row) count ------- 85 (1 row) count ------- 41 (1 row) count ------- 62 (1 row) count ------- 55 (1 row) count ------- 73 (1 row) count ------- 100 (1 row) count ------- 157 (1 row) count ------- 134 (1 row) count ------- 139 (1 row) count ------- 34 (1 row) count ------- 117 (1 row) count ------- 114 (1 row) count ------- 88 (1 row) count ------- 103 (1 row) count ------- 184 (1 row) count ------- 173 (1 row) count ------- 11 (1 row) count ------- 161 (1 row) count ------- 86 (1 row) count ------- 125 (1 row) count ------- 220 (1 row) count ------- 78 (1 row) count ------- 190 (1 row) count ------- 115 (1 row) count ------- 82 (1 row) count ------- 357 (1 row) count ------- 19 (1 row) count ------- 116 (1 row) count ------- 39 (1 row) count ------- 73 (1 row) count ------- 96 (1 row) count ------- 11 (1 row) count ------- 290 (1 row) count ------- 115 (1 row) count ------- 124 (1 row) count ------- 110 (1 row) count ------- 191 (1 row) count ------- 12 (1 row) count ------- 214 (1 row) count ------- 209 (1 row) count ------- 75 (1 row) count ------- 169 (1 row) count ------- 164 (1 row) count ------- 215 (1 row) count ------- 115 (1 row) count ------- 223 (1 row) count ------- 179 (1 row) count ------- 61 (1 row) count ------- 57 (1 row) count ------- 39 (1 row) count ------- 165 (1 row) count ------- 42 (1 row) count ------- 95 (1 row) count ------- 360 (1 row) count ------- 169 (1 row) count ------- 129 (1 row) count ------- 175 (1 row) count ------- 55 (1 row) count ------- 115 (1 row) count ------- 220 (1 row) count ------- 138 (1 row) count ------- 133 (1 row) count ------- 120 (1 row) count ------- 238 (1 row) count ------- 173 (1 row) count ------- 120 (1 row) count ------- 129 (1 row) count ------- 165 (1 row) count ------- 81 (1 row) count ------- 100 (1 row) count ------- 240 (1 row) count ------- 174 (1 row) count ------- 177 (1 row) count ------- 178 (1 row) count ------- 131 (1 row) count ------- 101 (1 row) count ------- 184 (1 row) count ------- 226 (1 row) count ------- 32 (1 row) count ------- 158 (1 row) count ------- 237 (1 row) count ------- 93 (1 row) count ------- 191 (1 row) count ------- 170 (1 row) count ------- 158 (1 row) count ------- 57 (1 row) count ------- 73 (1 row) count ------- 179 (1 row) count ------- 84 (1 row) count ------- 98 (1 row) count ------- 189 (1 row) count ------- 178 (1 row) count ------- 75 (1 row) count ------- 35 (1 row) count ------- 78 (1 row) count ------- 76 (1 row) count ------- 183 (1 row) count ------- 63 (1 row) count ------- 119 (1 row) count ------- 164 (1 row) count ------- 91 (1 row) count ------- 127 (1 row) count ------- 162 (1 row) count ------- 224 (1 row) count ------- 367 (1 row) count ------- 188 (1 row) count ------- 245 (1 row) count ------- 147 (1 row) count ------- 125 (1 row) count ------- 120 (1 row) count ------- 111 (1 row) count ------- 153 (1 row) count ------- 109 (1 row) count ------- 126 (1 row) count ------- 132 (1 row) count ------- 95 (1 row) count ------- 126 (1 row) count ------- 249 (1 row) count ------- 122 (1 row) count ------- 195 (1 row) count ------- 130 (1 row) count ------- 327 (1 row) count ------- 41 (1 row) count ------- 38 (1 row) count ------- 122 (1 row) count ------- 66 (1 row) count ------- 215 (1 row) count ------- 224 (1 row) count ------- 146 (1 row) count ------- 145 (1 row) count ------- 45 (1 row) count ------- 75 (1 row) count ------- 186 (1 row) count ------- 193 (1 row) count ------- 73 (1 row) count ------- 140 (1 row) count ------- 21 (1 row) count ------- 84 (1 row) count ------- 107 (1 row) count ------- 34 (1 row) count ------- 167 (1 row) count ------- 130 (1 row) count ------- 97 (1 row) count ------- 13 (1 row) count ------- 89 (1 row) count ------- 45 (1 row) count ------- 147 (1 row) count ------- 127 (1 row) count ------- 115 (1 row) count ------- 256 (1 row) count ------- 57 (1 row) count ------- 160 (1 row) count ------- 140 (1 row) count ------- 55 (1 row) count ------- 193 (1 row) count ------- 174 (1 row) count ------- 85 (1 row) count ------- 72 (1 row) count ------- 36 (1 row) count ------- 160 (1 row) count ------- 36 (1 row) count ------- 157 (1 row) count ------- 258 (1 row) count ------- 213 (1 row) count ------- 112 (1 row) count ------- 193 (1 row) count ------- 78 (1 row) count ------- 95 (1 row) count ------- 96 (1 row) count ------- 97 (1 row) count ------- 265 (1 row) count ------- 223 (1 row) count ------- 160 (1 row) count ------- 168 (1 row) count ------- 94 (1 row) count ------- 13 (1 row) count ------- 149 (1 row) count ------- 101 (1 row) count ------- 201 (1 row) count ------- 88 (1 row) count ------- 119 (1 row) count ------- 129 (1 row) count ------- 47 (1 row) count ------- 78 (1 row) count ------- 235 (1 row) count ------- 90 (1 row) count ------- 141 (1 row) count ------- 75 (1 row) count ------- 177 (1 row) count ------- 305 (1 row) count ------- 93 (1 row) count ------- 115 (1 row) count ------- 109 (1 row) count ------- 287 (1 row) count ------- 157 (1 row) count ------- 175 (1 row) count ------- 139 (1 row) count ------- 156 (1 row) count ------- 147 (1 row) count ------- 26 (1 row) count ------- 65 (1 row) count ------- 62 (1 row) count ------- 64 (1 row) count ------- 130 (1 row) count ------- 177 (1 row) count ------- 162 (1 row) count ------- 187 (1 row) count ------- 48 (1 row) count ------- 40 (1 row) count ------- 225 (1 row) count ------- 189 (1 row) count ------- 49 (1 row) count ------- 257 (1 row) count ------- 46 (1 row) count ------- 112 (1 row) count ------- 85 (1 row) count ------- 65 (1 row) count ------- 166 (1 row) count ------- 151 (1 row) count ------- 172 (1 row) count ------- 95 (1 row) count ------- 188 (1 row) count ------- 169 (1 row) count ------- 86 (1 row) count ------- 179 (1 row) count ------- 69 (1 row) count ------- 157 (1 row) count ------- 149 (1 row) count ------- 60 (1 row) count ------- 156 (1 row) count ------- 43 (1 row) count ------- 39 (1 row) count ------- 93 (1 row) count ------- 118 (1 row) count ------- 67 (1 row) count ------- 102 (1 row) count ------- 110 (1 row) count ------- 113 (1 row) count ------- 20 (1 row) count ------- 227 (1 row) count ------- 143 (1 row) count ------- 165 (1 row) count ------- 214 (1 row) count ------- 154 (1 row) count ------- 84 (1 row) count ------- 85 (1 row) count ------- 38 (1 row) count ------- 127 (1 row) count ------- 236 (1 row) count ------- 103 (1 row) count ------- 191 (1 row) count ------- 95 (1 row) count ------- 195 (1 row) count ------- 60 (1 row) count ------- 103 (1 row) count ------- 19 (1 row) count ------- 23 (1 row) count ------- 103 (1 row) count ------- 98 (1 row) count ------- 20 (1 row) count ------- 104 (1 row) count ------- 57 (1 row) count ------- 136 (1 row) count ------- 93 (1 row) count ------- 62 (1 row) count ------- 30 (1 row) count ------- 67 (1 row) count ------- 16 (1 row) count ------- 128 (1 row) count ------- 64 (1 row) count ------- 103 (1 row) count ------- 78 (1 row) count ------- 87 (1 row) count ------- 68 (1 row) count ------- 71 (1 row) count ------- 216 (1 row) count ------- 60 (1 row) count ------- 38 (1 row) count ------- 247 (1 row) count ------- 53 (1 row) count ------- 167 (1 row) count ------- 195 (1 row) count ------- 95 (1 row) count ------- 119 (1 row) count ------- 338 (1 row) count ------- 142 (1 row) count ------- 93 (1 row) count ------- 51 (1 row) count ------- 189 (1 row) count ------- 84 (1 row) count ------- 123 (1 row) count ------- 61 (1 row) count ------- 50 (1 row) count ------- 75 (1 row) count ------- 202 (1 row) count ------- 225 (1 row) count ------- 138 (1 row) count ------- 81 (1 row) count ------- 137 (1 row) count ------- 102 (1 row) count ------- 6 (1 row) count ------- 74 (1 row) count ------- 122 (1 row) count ------- 151 (1 row) count ------- 68 (1 row) count ------- 205 (1 row) count ------- 86 (1 row) count ------- 271 (1 row) count ------- 201 (1 row) count ------- 185 (1 row) count ------- 9 (1 row) count ------- 159 (1 row) count ------- 7 (1 row) count ------- 159 (1 row) count ------- 75 (1 row) count ------- 332 (1 row) count ------- 73 (1 row) count ------- 54 (1 row) count ------- 133 (1 row) count ------- 179 (1 row) count ------- 26 (1 row) count ------- 110 (1 row) count ------- 191 (1 row) count ------- 97 (1 row) count ------- 303 (1 row) count ------- 119 (1 row) count ------- 222 (1 row) count ------- 133 (1 row) count ------- 122 (1 row) count ------- 111 (1 row) count ------- 122 (1 row) count ------- 183 (1 row) count ------- 134 (1 row) count ------- 155 (1 row) count ------- 91 (1 row) count ------- 175 (1 row) count ------- 88 (1 row) count ------- 155 (1 row) count ------- 61 (1 row) count ------- 83 (1 row) count ------- 229 (1 row) count ------- 14 (1 row) count ------- 154 (1 row) count ------- 226 (1 row) count ------- 107 (1 row) count ------- 232 (1 row) count ------- 117 (1 row) count ------- 98 (1 row) count ------- 169 (1 row) count ------- 229 (1 row) count ------- 56 (1 row) count ------- 186 (1 row) count ------- 44 (1 row) count ------- 207 (1 row) count ------- 68 (1 row) count ------- 161 (1 row) count ------- 307 (1 row) count ------- 215 (1 row) count ------- 300 (1 row) count ------- 306 (1 row) count ------- 135 (1 row) count ------- 173 (1 row) count ------- 42 (1 row) count ------- 42 (1 row) count ------- 186 (1 row) count ------- 77 (1 row) count ------- 110 (1 row) count ------- 131 (1 row) count ------- 90 (1 row) count ------- 75 (1 row) count ------- 169 (1 row) count ------- 77 (1 row) count ------- 133 (1 row) count ------- 117 (1 row) count ------- 68 (1 row) count ------- 31 (1 row) count ------- 226 (1 row) count ------- 110 (1 row) count ------- 66 (1 row) count ------- 111 (1 row) count ------- 128 (1 row) count ------- 87 (1 row) count ------- 95 (1 row) count ------- 21 (1 row) count ------- 48 (1 row) count ------- 88 (1 row) count ------- 104 (1 row) count ------- 180 (1 row) count ------- 31 (1 row) count ------- 106 (1 row) count ------- 66 (1 row) count ------- 88 (1 row) count ------- 162 (1 row) count ------- 51 (1 row) count ------- 234 (1 row) count ------- 90 (1 row) count ------- 31 (1 row) count ------- 7 (1 row) count ------- 75 (1 row) count ------- 126 (1 row) count ------- 90 (1 row) count ------- 133 (1 row) count ------- 70 (1 row) count ------- 80 (1 row) count ------- 191 (1 row) count ------- 45 (1 row) count ------- 64 (1 row) count ------- 92 (1 row) count ------- 229 (1 row) count ------- 118 (1 row) count ------- 201 (1 row) count ------- 117 (1 row) count ------- 144 (1 row) count ------- 137 (1 row) count ------- 17 (1 row) count ------- 161 (1 row) count ------- 113 (1 row) count ------- 42 (1 row) count ------- 232 (1 row) count ------- 102 (1 row) count ------- 116 (1 row) count ------- 7 (1 row) count ------- 140 (1 row) count ------- 54 (1 row) count ------- 142 (1 row) count ------- 121 (1 row) count ------- 94 (1 row) count ------- 57 (1 row) count ------- 235 (1 row) count ------- 296 (1 row) count ------- 122 (1 row) count ------- 131 (1 row) count ------- 32 (1 row) count ------- 39 (1 row) count ------- 191 (1 row) count ------- 51 (1 row) count ------- 95 (1 row) count ------- 180 (1 row) count ------- 186 (1 row) count ------- 228 (1 row) count ------- 54 (1 row) count ------- 121 (1 row) count ------- 30 (1 row) count ------- 45 (1 row) count ------- 97 (1 row) count ------- 183 (1 row) count ------- 254 (1 row) count ------- 165 (1 row) count ------- 73 (1 row) count ------- 20 (1 row) count ------- 166 (1 row) count ------- 40 (1 row) count ------- 111 (1 row) count ------- 269 (1 row) count ------- 149 (1 row) count ------- 122 (1 row) count ------- 259 (1 row) count ------- 97 (1 row) count ------- 181 (1 row) count ------- 140 (1 row) count ------- 63 (1 row) count ------- 1 (1 row) count ------- 231 (1 row) count ------- 207 (1 row) count ------- 131 (1 row) count ------- 53 (1 row) count ------- 91 (1 row) count ------- 297 (1 row) count ------- 214 (1 row) count ------- 86 (1 row) count ------- 95 (1 row) count ------- 181 (1 row) count ------- 76 (1 row) count ------- 222 (1 row) count ------- 81 (1 row) count ------- 122 (1 row) count ------- 131 (1 row) count ------- 114 (1 row) count ------- 99 (1 row) count ------- 207 (1 row) count ------- 15 (1 row) count ------- 61 (1 row) count ------- 69 (1 row) count ------- 158 (1 row) count ------- 202 (1 row) count ------- 75 (1 row) count ------- 155 (1 row) count ------- 104 (1 row) count ------- 30 (1 row) count ------- 126 (1 row) count ------- 76 (1 row) count ------- 34 (1 row) count ------- 181 (1 row) count ------- 62 (1 row) count ------- 48 (1 row) count ------- 103 (1 row) count ------- 17 (1 row) count ------- 102 (1 row) count ------- 84 (1 row) count ------- 47 (1 row) count ------- 226 (1 row) count ------- 140 (1 row) count ------- 108 (1 row) count ------- 168 (1 row) count ------- 39 (1 row) count ------- 229 (1 row) count ------- 312 (1 row) count ------- 82 (1 row) count ------- 79 (1 row) count ------- 122 (1 row) count ------- 172 (1 row) count ------- 57 (1 row) count ------- 198 (1 row) count ------- 134 (1 row) count ------- 194 (1 row) count ------- 87 (1 row) count ------- 43 (1 row) count ------- 87 (1 row) count ------- 68 (1 row) count ------- 78 (1 row) count ------- 189 (1 row) count ------- 216 (1 row) count ------- 95 (1 row) count ------- 202 (1 row) count ------- 101 (1 row) count ------- 25 (1 row) count ------- 110 (1 row) count ------- 45 (1 row) count ------- 79 (1 row) count ------- 138 (1 row) count ------- 116 (1 row) count ------- 161 (1 row) count ------- 59 (1 row) count ------- 182 (1 row) count ------- 99 (1 row) count ------- 79 (1 row) count ------- 197 (1 row) count ------- 58 (1 row) count ------- 49 (1 row) count ------- 163 (1 row) count ------- 109 (1 row) count ------- 126 (1 row) count ------- 154 (1 row) count ------- 77 (1 row) count ------- 105 (1 row) count ------- 37 (1 row) count ------- 42 (1 row) count ------- 63 (1 row) count ------- 238 (1 row) count ------- 103 (1 row) count ------- 109 (1 row) count ------- 40 (1 row) count ------- 42 (1 row) count ------- 177 (1 row) count ------- 41 (1 row) count ------- 36 (1 row) count ------- 120 (1 row) count ------- 196 (1 row) count ------- 115 (1 row) count ------- 118 (1 row) count ------- 29 (1 row) count ------- 60 (1 row) count ------- 194 (1 row) count ------- 50 (1 row) count ------- 0 (1 row) count ------- 150 (1 row) count ------- 282 (1 row) count ------- 124 (1 row) count ------- 49 (1 row) count ------- 212 (1 row) count ------- 38 (1 row) count ------- 69 (1 row) count ------- 130 (1 row) count ------- 92 (1 row) count ------- 115 (1 row) count ------- 227 (1 row) count ------- 108 (1 row) count ------- 103 (1 row) count ------- 54 (1 row) count ------- 196 (1 row) count ------- 96 (1 row) count ------- 111 (1 row) count ------- 15 (1 row) count ------- 105 (1 row) count ------- 75 (1 row) count ------- 139 (1 row) count ------- 164 (1 row) count ------- 68 (1 row) count ------- 105 (1 row) count ------- 23 (1 row) count ------- 162 (1 row) count ------- 65 (1 row) count ------- 113 (1 row) count ------- 181 (1 row) count ------- 126 (1 row) count ------- 86 (1 row) count ------- 106 (1 row) count ------- 95 (1 row) count ------- 70 (1 row) count ------- 72 (1 row) count ------- 77 (1 row) count ------- 63 (1 row) count ------- 48 (1 row) count ------- 119 (1 row) count ------- 193 (1 row) count ------- 152 (1 row) count ------- 104 (1 row) count ------- 65 (1 row) count ------- 83 (1 row) count ------- 167 (1 row) count ------- 294 (1 row) count ------- 95 (1 row) count ------- 221 (1 row) count ------- 217 (1 row) count ------- 41 (1 row) count ------- 103 (1 row) count ------- 101 (1 row) count ------- 0 (1 row) count ------- 126 (1 row) count ------- 110 (1 row) count ------- 114 (1 row) count ------- 50 (1 row) count ------- 270 (1 row) count ------- 104 (1 row) count ------- 36 (1 row) count ------- 188 (1 row) count ------- 116 (1 row) count ------- 212 (1 row) count ------- 134 (1 row) count ------- 108 (1 row) count ------- 117 (1 row) count ------- 159 (1 row) count ------- 170 (1 row) count ------- 205 (1 row) count ------- 96 (1 row) count ------- 5 (1 row) count ------- 126 (1 row) count ------- 293 (1 row) count ------- 62 (1 row) count ------- 166 (1 row) count ------- 99 (1 row) count ------- 113 (1 row) count ------- 225 (1 row) count ------- 217 (1 row) count ------- 197 (1 row) count ------- 115 (1 row) count ------- 179 (1 row) count ------- 220 (1 row) count ------- 267 (1 row) count ------- 122 (1 row) count ------- 168 (1 row) count ------- 117 (1 row) count ------- 100 (1 row) count ------- 177 (1 row) count ------- 124 (1 row) count ------- 133 (1 row) count ------- 49 (1 row) count ------- 226 (1 row) count ------- 200 (1 row) count ------- 97 (1 row) count ------- 99 (1 row) count ------- 155 (1 row) count ------- 27 (1 row) count ------- 159 (1 row) count ------- 5 (1 row) count ------- 62 (1 row) count ------- 94 (1 row) count ------- 36 (1 row) count ------- 199 (1 row) count ------- 204 (1 row) count ------- 114 (1 row) count ------- 77 (1 row) count ------- 6 (1 row) count ------- 110 (1 row) count ------- 117 (1 row) count ------- 80 (1 row) count ------- 92 (1 row) count ------- 0 (1 row) count ------- 109 (1 row) count ------- 189 (1 row) count ------- 145 (1 row) count ------- 160 (1 row) count ------- 43 (1 row) count ------- 30 (1 row) count ------- 47 (1 row) count ------- 168 (1 row) count ------- 139 (1 row) count ------- 196 (1 row) count ------- 24 (1 row) count ------- 169 (1 row) count ------- 57 (1 row) count ------- 162 (1 row) count ------- 90 (1 row) count ------- 118 (1 row) count ------- 188 (1 row) count ------- 181 (1 row) count ------- 105 (1 row) count ------- 45 (1 row) count ------- 193 (1 row) count ------- 171 (1 row) count ------- 152 (1 row) count ------- 53 (1 row) count ------- 117 (1 row) count ------- 59 (1 row) count ------- 23 (1 row) count ------- 22 (1 row) count ------- 79 (1 row) count ------- 127 (1 row) count ------- 221 (1 row) count ------- 150 (1 row) count ------- 271 (1 row) count ------- 154 (1 row) count ------- 22 (1 row) count ------- 117 (1 row) count ------- 113 (1 row) count ------- 31 (1 row) count ------- 59 (1 row) count ------- 66 (1 row) count ------- 35 (1 row) count ------- 95 (1 row) count ------- 61 (1 row) count ------- 158 (1 row) count ------- 18 (1 row) count ------- 125 (1 row) count ------- 69 (1 row) count ------- 112 (1 row) count ------- 127 (1 row) count ------- 223 (1 row) count ------- 199 (1 row) count ------- 121 (1 row) count ------- 127 (1 row) count ------- 241 (1 row) count ------- 121 (1 row) count ------- 3 (1 row) count ------- 103 (1 row) count ------- 73 (1 row) count ------- 0 (1 row) count ------- 74 (1 row) count ------- 110 (1 row) count ------- 89 (1 row) count ------- 105 (1 row) count ------- 189 (1 row) count ------- 75 (1 row) count ------- 121 (1 row) count ------- 145 (1 row) count ------- 188 (1 row) count ------- 40 (1 row) count ------- 47 (1 row) count ------- 27 (1 row) count ------- 239 (1 row) count ------- 67 (1 row) count ------- 13 (1 row) count ------- 79 (1 row) count ------- 176 (1 row) count ------- 64 (1 row) count ------- 97 (1 row) count ------- 134 (1 row) count ------- 111 (1 row) count ------- 145 (1 row) count ------- 53 (1 row) count ------- 43 (1 row) count ------- 55 (1 row) count ------- 219 (1 row) count ------- 55 (1 row) count ------- 203 (1 row) count ------- 148 (1 row) count ------- 79 (1 row) count ------- 28 (1 row) count ------- 88 (1 row) count ------- 120 (1 row) count ------- 108 (1 row) count ------- 90 (1 row) count ------- 120 (1 row) count ------- 92 (1 row) count ------- 156 (1 row) count ------- 189 (1 row) count ------- 137 (1 row) count ------- 35 (1 row) count ------- 233 (1 row) count ------- 216 (1 row) count ------- 71 (1 row) count ------- 17 (1 row) count ------- 112 (1 row) count ------- 5 (1 row) count ------- 73 (1 row) count ------- 92 (1 row) count ------- 97 (1 row) count ------- 99 (1 row) count ------- 156 (1 row) count ------- 131 (1 row) count ------- 8 (1 row) count ------- 162 (1 row) count ------- 165 (1 row) count ------- 11 (1 row) count ------- 52 (1 row) count ------- 220 (1 row) count ------- 100 (1 row) count ------- 117 (1 row) count ------- 46 (1 row) count ------- 110 (1 row) count ------- 22 (1 row) count ------- 23 (1 row) count ------- 236 (1 row) count ------- 232 (1 row) count ------- 21 (1 row) count ------- 318 (1 row) count ------- 52 (1 row) count ------- 72 (1 row) count ------- 89 (1 row) count ------- 22 (1 row) count ------- 104 (1 row) count ------- 171 (1 row) count ------- 238 (1 row) count ------- 82 (1 row) count ------- 53 (1 row) count ------- 117 (1 row) count ------- 229 (1 row) count ------- 74 (1 row) count ------- 52 (1 row) count ------- 23 (1 row) count ------- 129 (1 row) count ------- 9 (1 row) count ------- 69 (1 row) count ------- 15 (1 row) count ------- 162 (1 row) count ------- 120 (1 row) count ------- 60 (1 row) count ------- 29 (1 row) count ------- 198 (1 row) count ------- 193 (1 row) count ------- 68 (1 row) count ------- 65 (1 row) count ------- 16 (1 row) count ------- 122 (1 row) count ------- 80 (1 row) count ------- 131 (1 row) count ------- 118 (1 row) count ------- 245 (1 row) count ------- 113 (1 row) count ------- 24 (1 row) count ------- 189 (1 row) count ------- 118 (1 row) count ------- 58 (1 row) count ------- 161 (1 row) count ------- 22 (1 row) count ------- 141 (1 row) count ------- 186 (1 row) count ------- 166 (1 row) count ------- 71 (1 row) count ------- 80 (1 row) count ------- 133 (1 row) count ------- 165 (1 row) count ------- 104 (1 row) count ------- 296 (1 row) count ------- 106 (1 row) count ------- 51 (1 row) count ------- 125 (1 row) count ------- 136 (1 row) count ------- 125 (1 row) count ------- 79 (1 row) count ------- 100 (1 row) count ------- 137 (1 row) count ------- 89 (1 row) count ------- 241 (1 row) count ------- 49 (1 row) count ------- 79 (1 row) count ------- 92 (1 row) count ------- 22 (1 row) count ------- 173 (1 row) count ------- 66 (1 row) count ------- 206 (1 row) count ------- 104 (1 row) count ------- 117 (1 row) count ------- 97 (1 row) count ------- 34 (1 row) count ------- 89 (1 row) count ------- 38 (1 row) count ------- 51 (1 row) count ------- 148 (1 row) count ------- 150 (1 row) count ------- 56 (1 row) count ------- 142 (1 row) count ------- 55 (1 row) count ------- 183 (1 row) count ------- 129 (1 row) count ------- 114 (1 row) count ------- 133 (1 row) count ------- 103 (1 row) count ------- 82 (1 row) count ------- 165 (1 row) count ------- 195 (1 row) count ------- 60 (1 row) count ------- 57 (1 row) count ------- 48 (1 row) count ------- 218 (1 row) count ------- 70 (1 row) count ------- 102 (1 row) count ------- 146 (1 row) count ------- 25 (1 row) count ------- 146 (1 row) count ------- 181 (1 row) count ------- 120 (1 row) count ------- 63 (1 row) count ------- 361 (1 row) count ------- 133 (1 row) count ------- 240 (1 row) count ------- 194 (1 row) count ------- 90 (1 row) count ------- 83 (1 row) count ------- 234 (1 row) count ------- 56 (1 row) count ------- 87 (1 row) count ------- 72 (1 row) count ------- 146 (1 row) count ------- 53 (1 row) count ------- 128 (1 row) count ------- 49 (1 row) count ------- 136 (1 row) count ------- 133 (1 row) count ------- 198 (1 row) count ------- 236 (1 row) count ------- 82 (1 row) count ------- 178 (1 row) count ------- 89 (1 row) count ------- 170 (1 row) count ------- 29 (1 row) count ------- 118 (1 row) count ------- 69 (1 row) count ------- 148 (1 row) count ------- 234 (1 row) count ------- 39 (1 row) count ------- 26 (1 row) count ------- 80 (1 row) count ------- 98 (1 row) count ------- 88 (1 row) count ------- 8 (1 row) count ------- 109 (1 row) count ------- 2 (1 row) count ------- 96 (1 row) count ------- 164 (1 row) count ------- 31 (1 row) count ------- 173 (1 row) count ------- 169 (1 row) count ------- 152 (1 row) count ------- 165 (1 row) count ------- 227 (1 row) count ------- 32 (1 row) count ------- 196 (1 row) count ------- 35 (1 row) count ------- 91 (1 row) count ------- 134 (1 row) count ------- 221 (1 row) count ------- 95 (1 row) count ------- 18 (1 row) count ------- 42 (1 row) count ------- 160 (1 row) count ------- 105 (1 row) count ------- 165 (1 row) count ------- 78 (1 row) count ------- 194 (1 row) count ------- 111 (1 row) count ------- 152 (1 row) count ------- 89 (1 row) count ------- 46 (1 row) count ------- 108 (1 row) count ------- 13 (1 row) count ------- 72 (1 row) count ------- 65 (1 row) count ------- 66 (1 row) count ------- 82 (1 row) count ------- 8 (1 row) count ------- 187 (1 row) count ------- 100 (1 row) count ------- 97 (1 row) count ------- 185 (1 row) count ------- 33 (1 row) count ------- 197 (1 row) count ------- 183 (1 row) count ------- 26 (1 row) count ------- 189 (1 row) count ------- 77 (1 row) count ------- 16 (1 row) count ------- 22 (1 row) count ------- 165 (1 row) count ------- 4 (1 row) count ------- 144 (1 row) count ------- 226 (1 row) count ------- 39 (1 row) count ------- 263 (1 row) count ------- 108 (1 row) count ------- 148 (1 row) count ------- 78 (1 row) count ------- 137 (1 row) count ------- 27 (1 row) count ------- 132 (1 row) count ------- 96 (1 row) count ------- 176 (1 row) count ------- 52 (1 row) count ------- 211 (1 row) count ------- 171 (1 row) count ------- 80 (1 row) count ------- 104 (1 row) count ------- 103 (1 row) count ------- 327 (1 row) count ------- 91 (1 row) count ------- 20 (1 row) count ------- 84 (1 row) count ------- 40 (1 row) count ------- 198 (1 row) count ------- 184 (1 row) count ------- 81 (1 row) count ------- 178 (1 row) count ------- 72 (1 row) count ------- 45 (1 row) count ------- 221 (1 row) count ------- 193 (1 row) count ------- 101 (1 row) count ------- 283 (1 row) count ------- 104 (1 row) count ------- 78 (1 row) count ------- 36 (1 row) count ------- 197 (1 row) count ------- 52 (1 row) count ------- 131 (1 row) count ------- 138 (1 row) count ------- 2 (1 row) count ------- 233 (1 row) count ------- 93 (1 row) count ------- 86 (1 row) count ------- 60 (1 row) count ------- 130 (1 row) count ------- 229 (1 row) count ------- 167 (1 row) count ------- 184 (1 row) count ------- 59 (1 row) count ------- 77 (1 row) count ------- 23 (1 row) count ------- 134 (1 row) count ------- 270 (1 row) count ------- 156 (1 row) count ------- 54 (1 row) count ------- 11 (1 row) count ------- 64 (1 row) count ------- 71 (1 row) count ------- 82 (1 row) count ------- 19 (1 row) count ------- 115 (1 row) count ------- 26 (1 row) count ------- 71 (1 row) count ------- 311 (1 row) count ------- 65 (1 row) count ------- 148 (1 row) count ------- 76 (1 row) count ------- 48 (1 row) count ------- 50 (1 row) count ------- 83 (1 row) count ------- 84 (1 row) count ------- 114 (1 row) count ------- 32 (1 row) count ------- 143 (1 row) count ------- 277 (1 row) count ------- 32 (1 row) count ------- 121 (1 row) count ------- 122 (1 row) count ------- 28 (1 row) count ------- 123 (1 row) count ------- 86 (1 row) count ------- 11 (1 row) count ------- 12 (1 row) count ------- 90 (1 row) count ------- 40 (1 row) count ------- 248 (1 row) count ------- 201 (1 row) count ------- 114 (1 row) count ------- 54 (1 row) count ------- 192 (1 row) count ------- 167 (1 row) count ------- 195 (1 row) count ------- 77 (1 row) count ------- 203 (1 row) count ------- 122 (1 row) count ------- 165 (1 row) count ------- 29 (1 row) count ------- 158 (1 row) count ------- 120 (1 row) count ------- 160 (1 row) count ------- 64 (1 row) count ------- 48 (1 row) count ------- 270 (1 row) count ------- 71 (1 row) count ------- 207 (1 row) count ------- 38 (1 row) count ------- 125 (1 row) count ------- 105 (1 row) count ------- 158 (1 row) count ------- 75 (1 row) count ------- 34 (1 row) count ------- 106 (1 row) count ------- 82 (1 row) count ------- 53 (1 row) count ------- 31 (1 row) count ------- 142 (1 row) count ------- 122 (1 row) count ------- 19 (1 row) count ------- 161 (1 row) count ------- 127 (1 row) count ------- 236 (1 row) count ------- 66 (1 row) count ------- 25 (1 row) count ------- 16 (1 row) count ------- 47 (1 row) count ------- 6 (1 row) count ------- 73 (1 row) count ------- 95 (1 row) count ------- 298 (1 row) count ------- 19 (1 row) count ------- 75 (1 row) count ------- 154 (1 row) count ------- 115 (1 row) count ------- 8 (1 row) count ------- 158 (1 row) count ------- 105 (1 row) count ------- 43 (1 row) count ------- 180 (1 row) count ------- 116 (1 row) count ------- 60 (1 row) count ------- 79 (1 row) count ------- 54 (1 row) count ------- 69 (1 row) count ------- 21 (1 row) count ------- 248 (1 row) count ------- 61 (1 row) count ------- 37 (1 row) count ------- 140 (1 row) count ------- 102 (1 row) count ------- 148 (1 row) count ------- 123 (1 row) count ------- 217 (1 row) count ------- 75 (1 row) count ------- 91 (1 row) count ------- 68 (1 row) count ------- 85 (1 row) count ------- 228 (1 row) count ------- 115 (1 row) count ------- 90 (1 row) count ------- 50 (1 row) count ------- 129 (1 row) count ------- 8 (1 row) count ------- 76 (1 row) count ------- 89 (1 row) count ------- 230 (1 row) count ------- 134 (1 row) count ------- 219 (1 row) count ------- 36 (1 row) count ------- 16 (1 row) count ------- 90 (1 row) count ------- 86 (1 row) count ------- 149 (1 row) count ------- 126 (1 row) count ------- 101 (1 row) count ------- 12 (1 row) count ------- 257 (1 row) count ------- 35 (1 row) count ------- 138 (1 row) count ------- 186 (1 row) count ------- 85 (1 row) count ------- 43 (1 row) count ------- 94 (1 row) count ------- 316 (1 row) count ------- 226 (1 row) count ------- 106 (1 row) count ------- 223 (1 row) count ------- 179 (1 row) count ------- 180 (1 row) count ------- 24 (1 row) count ------- 189 (1 row) count ------- 46 (1 row) count ------- 54 (1 row) count ------- 79 (1 row) count ------- 69 (1 row) count ------- 41 (1 row) count ------- 123 (1 row) count ------- 155 (1 row) count ------- 114 (1 row) count ------- 132 (1 row) count ------- 54 (1 row) count ------- 150 (1 row) count ------- 248 (1 row) count ------- 46 (1 row) count ------- 105 (1 row) count ------- 48 (1 row) count ------- 60 (1 row) count ------- 74 (1 row) count ------- 228 (1 row) count ------- 257 (1 row) count ------- 124 (1 row) count ------- 45 (1 row) count ------- 43 (1 row) count ------- 224 (1 row) count ------- 84 (1 row) count ------- 177 (1 row) count ------- 177 (1 row) count ------- 69 (1 row) count ------- 70 (1 row) count ------- 93 (1 row) count ------- 104 (1 row) count ------- 83 (1 row) count ------- 46 (1 row) count ------- 75 (1 row) count ------- 105 (1 row) count ------- 100 (1 row) count ------- 38 (1 row) count ------- 184 (1 row) count ------- 60 (1 row) count ------- 79 (1 row) count ------- 18 (1 row) count ------- 120 (1 row) count ------- 207 (1 row) count ------- 77 (1 row) count ------- 54 (1 row) count ------- 58 (1 row) count ------- 185 (1 row) count ------- 197 (1 row) count ------- 127 (1 row) count ------- 178 (1 row) count ------- 34 (1 row) count ------- 52 (1 row) count ------- 115 (1 row) count ------- 130 (1 row) count ------- 8 (1 row) count ------- 78 (1 row) count ------- 171 (1 row) count ------- 221 (1 row) count ------- 172 (1 row) count ------- 52 (1 row) count ------- 69 (1 row) count ------- 82 (1 row) count ------- 85 (1 row) count ------- 50 (1 row) count ------- 49 (1 row) count ------- 53 (1 row) count ------- 204 (1 row) count ------- 90 (1 row) count ------- 106 (1 row) count ------- 135 (1 row) count ------- 86 (1 row) count ------- 118 (1 row) count ------- 69 (1 row) count ------- 81 (1 row) count ------- 142 (1 row) count ------- 113 (1 row) count ------- 215 (1 row) count ------- 192 (1 row) count ------- 68 (1 row) count ------- 188 (1 row) count ------- 71 (1 row) count ------- 146 (1 row) count ------- 110 (1 row) count ------- 31 (1 row) count ------- 53 (1 row) count ------- 169 (1 row) count ------- 165 (1 row) count ------- 156 (1 row) count ------- 191 (1 row) count ------- 73 (1 row) count ------- 119 (1 row) count ------- 103 (1 row) count ------- 15 (1 row) count ------- 178 (1 row) count ------- 380 (1 row) count ------- 96 (1 row) count ------- 207 (1 row) count ------- 20 (1 row) count ------- 140 (1 row) count ------- 214 (1 row) count ------- 260 (1 row) count ------- 35 (1 row) count ------- 41 (1 row) count ------- 185 (1 row) count ------- 15 (1 row) count ------- 124 (1 row) count ------- 67 (1 row) count ------- 128 (1 row) count ------- 330 (1 row) count ------- 208 (1 row) count ------- 126 (1 row) count ------- 103 (1 row) count ------- 82 (1 row) count ------- 63 (1 row) count ------- 154 (1 row) count ------- 42 (1 row) count ------- 47 (1 row) count ------- 201 (1 row) count ------- 122 (1 row) count ------- 38 (1 row) count ------- 51 (1 row) count ------- 64 (1 row) count ------- 96 (1 row) count ------- 102 (1 row) count ------- 36 (1 row) count ------- 129 (1 row) count ------- 337 (1 row) count ------- 78 (1 row) count ------- 153 (1 row) count ------- 36 (1 row) count ------- 174 (1 row) count ------- 106 (1 row) count ------- 30 (1 row) count ------- 113 (1 row) count ------- 55 (1 row) count ------- 62 (1 row) count ------- 3 (1 row) count ------- 72 (1 row) count ------- 3 (1 row) count ------- 43 (1 row) count ------- 7 (1 row) count ------- 218 (1 row) count ------- 95 (1 row) count ------- 51 (1 row) count ------- 92 (1 row) count ------- 110 (1 row) count ------- 57 (1 row) count ------- 16 (1 row) count ------- 109 (1 row) count ------- 15 (1 row) count ------- 58 (1 row) count ------- 67 (1 row) count ------- 187 (1 row) count ------- 183 (1 row) count ------- 49 (1 row) count ------- 70 (1 row) count ------- 196 (1 row) count ------- 123 (1 row) count ------- 279 (1 row) count ------- 203 (1 row) count ------- 195 (1 row) count ------- 168 (1 row) count ------- 172 (1 row) count ------- 76 (1 row) count ------- 221 (1 row) count ------- 216 (1 row) count ------- 220 (1 row) count ------- 172 (1 row) count ------- 56 (1 row) count ------- 116 (1 row) count ------- 246 (1 row) count ------- 113 (1 row) count ------- 148 (1 row) count ------- 191 (1 row) count ------- 85 (1 row) count ------- 18 (1 row) count ------- 243 (1 row) count ------- 72 (1 row) count ------- 171 (1 row) count ------- 23 (1 row) count ------- 137 (1 row) count ------- 126 (1 row) count ------- 68 (1 row) count ------- 119 (1 row) count ------- 98 (1 row) count ------- 114 (1 row) count ------- 59 (1 row) count ------- 153 (1 row) count ------- 98 (1 row) count ------- 106 (1 row) count ------- 110 (1 row) count ------- 131 (1 row) count ------- 124 (1 row) count ------- 8 (1 row) count ------- 103 (1 row) count ------- 157 (1 row) count ------- 150 (1 row) count ------- 105 (1 row) count ------- 147 (1 row) count ------- 104 (1 row) count ------- 55 (1 row) count ------- 142 (1 row) count ------- 88 (1 row) count ------- 92 (1 row) count ------- 128 (1 row) count ------- 269 (1 row) count ------- 307 (1 row) count ------- 49 (1 row) count ------- 65 (1 row) count ------- 46 (1 row) count ------- 69 (1 row) count ------- 128 (1 row) count ------- 107 (1 row) count ------- 35 (1 row) count ------- 141 (1 row) count ------- 61 (1 row) count ------- 131 (1 row) count ------- 288 (1 row) count ------- 106 (1 row) count ------- 181 (1 row) count ------- 207 (1 row) count ------- 54 (1 row) count ------- 71 (1 row) count ------- 219 (1 row) count ------- 77 (1 row) count ------- 115 (1 row) count ------- 138 (1 row) count ------- 115 (1 row) count ------- 226 (1 row) count ------- 139 (1 row) count ------- 282 (1 row) count ------- 69 (1 row) count ------- 39 (1 row) count ------- 299 (1 row) count ------- 184 (1 row) count ------- 156 (1 row) count ------- 33 (1 row) count ------- 82 (1 row) count ------- 26 (1 row) count ------- 140 (1 row) count ------- 159 (1 row) count ------- 190 (1 row) count ------- 147 (1 row) count ------- 52 (1 row) count ------- 52 (1 row) count ------- 107 (1 row) count ------- 101 (1 row) count ------- 70 (1 row) count ------- 60 (1 row) count ------- 154 (1 row) count ------- 207 (1 row) count ------- 73 (1 row) count ------- 64 (1 row) count ------- 179 (1 row) count ------- 123 (1 row) count ------- 95 (1 row) count ------- 73 (1 row) count ------- 12 (1 row) count ------- 11 (1 row) count ------- 128 (1 row) count ------- 116 (1 row) count ------- 130 (1 row) count ------- 31 (1 row) count ------- 84 (1 row) count ------- 61 (1 row) count ------- 150 (1 row) count ------- 49 (1 row) count ------- 40 (1 row) count ------- 44 (1 row) count ------- 52 (1 row) count ------- 156 (1 row) count ------- 207 (1 row) count ------- 153 (1 row) count ------- 157 (1 row) count ------- 179 (1 row) count ------- 58 (1 row) count ------- 80 (1 row) count ------- 155 (1 row) count ------- 45 (1 row) count ------- 47 (1 row) count ------- 81 (1 row) count ------- 141 (1 row) count ------- 99 (1 row) count ------- 160 (1 row) count ------- 67 (1 row) count ------- 79 (1 row) count ------- 140 (1 row) count ------- 117 (1 row) count ------- 204 (1 row) count ------- 21 (1 row) count ------- 132 (1 row) count ------- 96 (1 row) count ------- 94 (1 row) count ------- 16 (1 row) count ------- 17 (1 row) count ------- 295 (1 row) count ------- 107 (1 row) count ------- 120 (1 row) count ------- 124 (1 row) count ------- 45 (1 row) count ------- 105 (1 row) count ------- 187 (1 row) count ------- 145 (1 row) count ------- 215 (1 row) count ------- 3 (1 row) count ------- 215 (1 row) count ------- 163 (1 row) count ------- 77 (1 row) count ------- 187 (1 row) count ------- 139 (1 row) count ------- 61 (1 row) count ------- 131 (1 row) count ------- 118 (1 row) count ------- 124 (1 row) count ------- 97 (1 row) count ------- 49 (1 row) count ------- 16 (1 row) count ------- 87 (1 row) count ------- 107 (1 row) count ------- 179 (1 row) count ------- 49 (1 row) count ------- 106 (1 row) count ------- 170 (1 row) count ------- 60 (1 row) count ------- 145 (1 row) count ------- 76 (1 row) count ------- 160 (1 row) count ------- 175 (1 row) count ------- 159 (1 row) count ------- 199 (1 row) count ------- 78 (1 row) count ------- 239 (1 row) count ------- 27 (1 row) count ------- 114 (1 row) count ------- 1 (1 row) count ------- 139 (1 row) count ------- 109 (1 row) count ------- 148 (1 row) count ------- 160 (1 row) count ------- 153 (1 row) count ------- 101 (1 row) count ------- 97 (1 row) count ------- 157 (1 row) count ------- 98 (1 row) count ------- 146 (1 row) count ------- 107 (1 row) count ------- 63 (1 row) count ------- 52 (1 row) count ------- 112 (1 row) count ------- 274 (1 row) count ------- 173 (1 row) count ------- 235 (1 row) count ------- 50 (1 row) count ------- 154 (1 row) count ------- 119 (1 row) count ------- 144 (1 row) count ------- 212 (1 row) count ------- 129 (1 row) count ------- 145 (1 row) count ------- 87 (1 row) count ------- 65 (1 row) count ------- 167 (1 row) count ------- 64 (1 row) count ------- 59 (1 row) count ------- 147 (1 row) count ------- 145 (1 row) count ------- 83 (1 row) count ------- 85 (1 row) count ------- 151 (1 row) count ------- 148 (1 row) count ------- 142 (1 row) count ------- 298 (1 row) count ------- 165 (1 row) count ------- 93 (1 row) count ------- 289 (1 row) count ------- 64 (1 row) count ------- 162 (1 row) count ------- 420 (1 row) count ------- 22 (1 row) count ------- 134 (1 row) count ------- 162 (1 row) count ------- 20 (1 row) count ------- 108 (1 row) count ------- 82 (1 row) count ------- 98 (1 row) count ------- 69 (1 row) count ------- 37 (1 row) count ------- 153 (1 row) count ------- 102 (1 row) count ------- 204 (1 row) count ------- 223 (1 row) count ------- 185 (1 row) count ------- 49 (1 row) count ------- 146 (1 row) count ------- 177 (1 row) count ------- 124 (1 row) count ------- 118 (1 row) count ------- 89 (1 row) count ------- 3 (1 row) count ------- 13 (1 row) count ------- 195 (1 row) count ------- 231 (1 row) count ------- 125 (1 row) count ------- 11 (1 row) count ------- 23 (1 row) count ------- 97 (1 row) count ------- 158 (1 row) count ------- 99 (1 row) count ------- 65 (1 row) count ------- 122 (1 row) count ------- 120 (1 row) count ------- 111 (1 row) count ------- 118 (1 row) count ------- 142 (1 row) count ------- 62 (1 row) count ------- 51 (1 row) count ------- 171 (1 row) count ------- 198 (1 row) count ------- 173 (1 row) count ------- 347 (1 row) count ------- 155 (1 row) count ------- 314 (1 row) count ------- 199 (1 row) count ------- 157 (1 row) count ------- 264 (1 row) count ------- 84 (1 row) count ------- 95 (1 row) count ------- 97 (1 row) count ------- 104 (1 row) count ------- 116 (1 row) count ------- 88 (1 row) count ------- 342 (1 row) count ------- 44 (1 row) count ------- 84 (1 row) count ------- 51 (1 row) count ------- 37 (1 row) count ------- 194 (1 row) count ------- 32 (1 row) count ------- 186 (1 row) count ------- 60 (1 row) count ------- 219 (1 row) count ------- 179 (1 row) count ------- 135 (1 row) count ------- 57 (1 row) count ------- 131 (1 row) count ------- 89 (1 row) count ------- 144 (1 row) count ------- 98 (1 row) count ------- 259 (1 row) count ------- 251 (1 row) count ------- 72 (1 row) count ------- 8 (1 row) count ------- 121 (1 row) count ------- 93 (1 row) count ------- 173 (1 row) count ------- 178 (1 row) count ------- 204 (1 row) count ------- 207 (1 row) count ------- 10 (1 row) count ------- 267 (1 row) count ------- 173 (1 row) count ------- 126 (1 row) count ------- 77 (1 row) count ------- 46 (1 row) count ------- 148 (1 row) count ------- 27 (1 row) count ------- 55 (1 row) count ------- 30 (1 row) count ------- 12 (1 row) count ------- 92 (1 row) count ------- 102 (1 row) count ------- 94 (1 row) count ------- 116 (1 row) count ------- 66 (1 row) count ------- 111 (1 row) count ------- 237 (1 row) count ------- 61 (1 row) count ------- 209 (1 row) count ------- 61 (1 row) count ------- 185 (1 row) count ------- 84 (1 row) count ------- 89 (1 row) count ------- 40 (1 row) count ------- 68 (1 row) count ------- 151 (1 row) count ------- 54 (1 row) count ------- 204 (1 row) count ------- 229 (1 row) count ------- 183 (1 row) count ------- 117 (1 row) count ------- 93 (1 row) count ------- 46 (1 row) count ------- 123 (1 row) count ------- 92 (1 row) count ------- 59 (1 row) count ------- 70 (1 row) count ------- 120 (1 row) count ------- 245 (1 row) count ------- 192 (1 row) count ------- 24 (1 row) count ------- 35 (1 row) count ------- 166 (1 row) count ------- 184 (1 row) count ------- 80 (1 row) count ------- 21 (1 row) count ------- 11 (1 row) count ------- 249 (1 row) count ------- 27 (1 row) count ------- 116 (1 row) count ------- 166 (1 row) count ------- 63 (1 row) count ------- 239 (1 row) count ------- 17 (1 row) count ------- 98 (1 row) count ------- 54 (1 row) count ------- 144 (1 row) count ------- 197 (1 row) count ------- 208 (1 row) count ------- 136 (1 row) count ------- 20 (1 row) count ------- 76 (1 row) count ------- 171 (1 row) count ------- 140 (1 row) count ------- 100 (1 row) count ------- 33 (1 row) count ------- 47 (1 row) count ------- 69 (1 row) count ------- 89 (1 row) count ------- 65 (1 row) count ------- 127 (1 row) count ------- 217 (1 row) count ------- 210 (1 row) count ------- 144 (1 row) count ------- 112 (1 row) count ------- 172 (1 row) count ------- 124 (1 row) count ------- 68 (1 row) count ------- 144 (1 row) count ------- 85 (1 row) count ------- 172 (1 row) count ------- 138 (1 row) count ------- 93 (1 row) count ------- 206 (1 row) count ------- 63 (1 row) count ------- 173 (1 row) count ------- 11 (1 row) count ------- 17 (1 row) count ------- 124 (1 row) count ------- 44 (1 row) count ------- 113 (1 row) count ------- 42 (1 row) count ------- 87 (1 row) count ------- 109 (1 row) count ------- 94 (1 row) count ------- 107 (1 row) count ------- 139 (1 row) count ------- 103 (1 row) count ------- 193 (1 row) count ------- 205 (1 row) count ------- 156 (1 row) count ------- 63 (1 row) count ------- 84 (1 row) count ------- 233 (1 row) count ------- 377 (1 row) count ------- 254 (1 row) count ------- 195 (1 row) count ------- 80 (1 row) count ------- 132 (1 row) count ------- 86 (1 row) count ------- 327 (1 row) count ------- 62 (1 row) count ------- 95 (1 row) count ------- 47 (1 row) count ------- 96 (1 row) count ------- 110 (1 row) count ------- 279 (1 row) count ------- 129 (1 row) count ------- 237 (1 row) count ------- 179 (1 row) count ------- 41 (1 row) count ------- 225 (1 row) count ------- 162 (1 row) count ------- 118 (1 row) count ------- 80 (1 row) count ------- 102 (1 row) count ------- 219 (1 row) count ------- 180 (1 row) count ------- 222 (1 row) count ------- 224 (1 row) count ------- 26 (1 row) count ------- 117 (1 row) count ------- 123 (1 row) count ------- 83 (1 row) count ------- 185 (1 row) count ------- 141 (1 row) count ------- 165 (1 row) count ------- 44 (1 row) count ------- 41 (1 row) count ------- 20 (1 row) count ------- 78 (1 row) count ------- 91 (1 row) count ------- 80 (1 row) count ------- 123 (1 row) count ------- 5 (1 row) count ------- 77 (1 row) count ------- 63 (1 row) count ------- 70 (1 row) count ------- 74 (1 row) count ------- 159 (1 row) count ------- 92 (1 row) count ------- 180 (1 row) count ------- 7 (1 row) count ------- 150 (1 row) count ------- 393 (1 row) count ------- 146 (1 row) count ------- 200 (1 row) count ------- 62 (1 row) count ------- 61 (1 row) count ------- 27 (1 row) count ------- 224 (1 row) count ------- 207 (1 row) count ------- 35 (1 row) count ------- 147 (1 row) count ------- 147 (1 row) count ------- 26 (1 row) count ------- 98 (1 row) count ------- 13 (1 row) count ------- 251 (1 row) count ------- 8 (1 row) count ------- 88 (1 row) count ------- 85 (1 row) count ------- 102 (1 row) count ------- 203 (1 row) count ------- 282 (1 row) count ------- 107 (1 row) count ------- 122 (1 row) count ------- 63 (1 row) count ------- 170 (1 row) count ------- 249 (1 row) count ------- 134 (1 row) count ------- 38 (1 row) count ------- 203 (1 row) count ------- 91 (1 row) count ------- 137 (1 row) count ------- 91 (1 row) count ------- 66 (1 row) count ------- 243 (1 row) count ------- 9 (1 row) count ------- 115 (1 row) count ------- 117 (1 row) count ------- 78 (1 row) count ------- 129 (1 row) count ------- 6 (1 row) count ------- 70 (1 row) count ------- 83 (1 row) count ------- 9 (1 row) count ------- 152 (1 row) count ------- 223 (1 row) count ------- 147 (1 row) count ------- 17 (1 row) count ------- 198 (1 row) count ------- 204 (1 row) count ------- 186 (1 row) count ------- 82 (1 row) count ------- 328 (1 row) count ------- 94 (1 row) count ------- 180 (1 row) count ------- 26 (1 row) count ------- 51 (1 row) count ------- 38 (1 row) count ------- 79 (1 row) count ------- 347 (1 row) count ------- 184 (1 row) count ------- 17 (1 row) count ------- 217 (1 row) count ------- 57 (1 row) count ------- 60 (1 row) count ------- 212 (1 row) count ------- 50 (1 row) count ------- 39 (1 row) count ------- 66 (1 row) count ------- 98 (1 row) count ------- 76 (1 row) count ------- 166 (1 row) count ------- 60 (1 row) count ------- 116 (1 row) count ------- 9 (1 row) count ------- 126 (1 row) count ------- 191 (1 row) count ------- 76 (1 row) count ------- 156 (1 row) count ------- 94 (1 row) count ------- 26 (1 row) count ------- 89 (1 row) count ------- 67 (1 row) count ------- 113 (1 row) count ------- 109 (1 row) count ------- 133 (1 row) count ------- 81 (1 row) count ------- 276 (1 row) count ------- 90 (1 row) count ------- 277 (1 row) count ------- 113 (1 row) count ------- 23 (1 row) count ------- 48 (1 row) count ------- 300 (1 row) count ------- 77 (1 row) count ------- 175 (1 row) count ------- 125 (1 row) count ------- 249 (1 row) count ------- 61 (1 row) count ------- 85 (1 row) count ------- 121 (1 row) count ------- 205 (1 row) count ------- 131 (1 row) count ------- 162 (1 row) count ------- 64 (1 row) count ------- 70 (1 row) count ------- 140 (1 row) count ------- 119 (1 row) count ------- 155 (1 row) count ------- 66 (1 row) count ------- 103 (1 row) count ------- 39 (1 row) count ------- 119 (1 row) count ------- 177 (1 row) count ------- 131 (1 row) count ------- 29 (1 row) count ------- 96 (1 row) count ------- 56 (1 row) count ------- 154 (1 row) count ------- 291 (1 row) count ------- 54 (1 row) count ------- 123 (1 row) count ------- 146 (1 row) count ------- 150 (1 row) count ------- 212 (1 row) count ------- 105 (1 row) count ------- 83 (1 row) count ------- 95 (1 row) count ------- 57 (1 row) count ------- 15 (1 row) count ------- 279 (1 row) count ------- 240 (1 row) count ------- 55 (1 row) count ------- 81 (1 row) count ------- 173 (1 row) count ------- 189 (1 row) count ------- 111 (1 row) count ------- 128 (1 row) count ------- 209 (1 row) count ------- 106 (1 row) count ------- 172 (1 row) count ------- 161 (1 row) count ------- 117 (1 row) count ------- 146 (1 row) count ------- 237 (1 row) count ------- 65 (1 row) count ------- 32 (1 row) count ------- 238 (1 row) count ------- 50 (1 row) count ------- 181 (1 row) count ------- 13 (1 row) count ------- 107 (1 row) count ------- 251 (1 row) count ------- 178 (1 row) count ------- 104 (1 row) count ------- 36 (1 row) count ------- 200 (1 row) count ------- 150 (1 row) count ------- 154 (1 row) count ------- 144 (1 row) count ------- 114 (1 row) count ------- 43 (1 row) count ------- 260 (1 row) count ------- 125 (1 row) count ------- 18 (1 row) count ------- 55 (1 row) count ------- 81 (1 row) count ------- 58 (1 row) count ------- 145 (1 row) count ------- 261 (1 row) count ------- 79 (1 row) count ------- 163 (1 row) count ------- 79 (1 row) count ------- 169 (1 row) count ------- 147 (1 row) count ------- 135 (1 row) count ------- 261 (1 row) count ------- 103 (1 row) count ------- 186 (1 row) count ------- 27 (1 row) count ------- 136 (1 row) count ------- 2 (1 row) count ------- 34 (1 row) count ------- 39 (1 row) count ------- 139 (1 row) count ------- 92 (1 row) count ------- 178 (1 row) count ------- 222 (1 row) count ------- 76 (1 row) count ------- 55 (1 row) count ------- 153 (1 row) count ------- 103 (1 row) count ------- 77 (1 row) count ------- 207 (1 row) count ------- 70 (1 row) count ------- 3 (1 row) count ------- 169 (1 row) count ------- 132 (1 row) count ------- 8 (1 row) count ------- 144 (1 row) count ------- 213 (1 row) count ------- 134 (1 row) count ------- 156 (1 row) count ------- 14 (1 row) count ------- 89 (1 row) count ------- 131 (1 row) count ------- 294 (1 row) count ------- 8 (1 row) count ------- 75 (1 row) count ------- 162 (1 row) count ------- 65 (1 row) count ------- 108 (1 row) count ------- 128 (1 row) count ------- 176 (1 row) count ------- 134 (1 row) count ------- 133 (1 row) count ------- 343 (1 row) count ------- 157 (1 row) count ------- 166 (1 row) count ------- 210 (1 row) count ------- 112 (1 row) count ------- 136 (1 row) count ------- 170 (1 row) count ------- 56 (1 row) count ------- 268 (1 row) count ------- 67 (1 row) count ------- 88 (1 row) count ------- 24 (1 row) count ------- 195 (1 row) count ------- 107 (1 row) count ------- 203 (1 row) count ------- 94 (1 row) count ------- 62 (1 row) count ------- 41 (1 row) count ------- 39 (1 row) count ------- 285 (1 row) count ------- 190 (1 row) count ------- 53 (1 row) count ------- 76 (1 row) count ------- 227 (1 row) count ------- 59 (1 row) count ------- 171 (1 row) count ------- 223 (1 row) count ------- 154 (1 row) count ------- 155 (1 row) count ------- 139 (1 row) count ------- 125 (1 row) count ------- 19 (1 row) count ------- 109 (1 row) count ------- 150 (1 row) count ------- 117 (1 row) count ------- 144 (1 row) count ------- 95 (1 row) count ------- 126 (1 row) count ------- 0 (1 row) count ------- 1 (1 row) count ------- 150 (1 row) count ------- 176 (1 row) count ------- 53 (1 row) count ------- 331 (1 row) count ------- 159 (1 row) count ------- 89 (1 row) count ------- 219 (1 row) count ------- 169 (1 row) count ------- 118 (1 row) count ------- 253 (1 row) count ------- 70 (1 row) count ------- 182 (1 row) count ------- 89 (1 row) count ------- 256 (1 row) count ------- 83 (1 row) count ------- 139 (1 row) count ------- 72 (1 row) count ------- 296 (1 row) count ------- 87 (1 row) count ------- 64 (1 row) count ------- 243 (1 row) count ------- 113 (1 row) count ------- 42 (1 row) count ------- 147 (1 row) count ------- 152 (1 row) count ------- 10 (1 row) count ------- 100 (1 row) count ------- 161 (1 row) count ------- 215 (1 row) count ------- 118 (1 row) count ------- 118 (1 row) count ------- 219 (1 row) count ------- 142 (1 row) count ------- 155 (1 row) count ------- 197 (1 row) count ------- 91 (1 row) count ------- 46 (1 row) count ------- 138 (1 row) count ------- 56 (1 row) count ------- 13 (1 row) count ------- 99 (1 row) count ------- 101 (1 row) count ------- 20 (1 row) count ------- 125 (1 row) count ------- 194 (1 row) count ------- 38 (1 row) count ------- 7 (1 row) count ------- 122 (1 row) count ------- 106 (1 row) count ------- 249 (1 row) count ------- 5 (1 row) count ------- 221 (1 row) count ------- 222 (1 row) count ------- 65 (1 row) count ------- 38 (1 row) count ------- 8 (1 row) count ------- 155 (1 row) count ------- 204 (1 row) count ------- 130 (1 row) count ------- 163 (1 row) count ------- 118 (1 row) count ------- 106 (1 row) count ------- 161 (1 row) count ------- 229 (1 row) count ------- 114 (1 row) count ------- 56 (1 row) count ------- 44 (1 row) count ------- 122 (1 row) count ------- 121 (1 row) count ------- 18 (1 row) count ------- 60 (1 row) count ------- 45 (1 row) count ------- 173 (1 row) count ------- 83 (1 row) count ------- 213 (1 row) count ------- 57 (1 row) count ------- 289 (1 row) count ------- 142 (1 row) count ------- 107 (1 row) count ------- 107 (1 row) count ------- 32 (1 row) count ------- 22 (1 row) count ------- 148 (1 row) count ------- 15 (1 row) count ------- 52 (1 row) count ------- 73 (1 row) count ------- 216 (1 row) count ------- 161 (1 row) count ------- 94 (1 row) count ------- 22 (1 row) count ------- 98 (1 row) count ------- 167 (1 row) count ------- 202 (1 row) count ------- 168 (1 row) count ------- 337 (1 row) count ------- 69 (1 row) count ------- 18 (1 row) count ------- 168 (1 row) count ------- 20 (1 row) count ------- 216 (1 row) count ------- 5 (1 row) count ------- 39 (1 row) count ------- 178 (1 row) count ------- 103 (1 row) count ------- 193 (1 row) count ------- 106 (1 row) count ------- 212 (1 row) count ------- 181 (1 row) count ------- 0 (1 row) count ------- 121 (1 row) count ------- 54 (1 row) count ------- 83 (1 row) count ------- 186 (1 row) count ------- 86 (1 row) count ------- 165 (1 row) count ------- 157 (1 row) count ------- 33 (1 row) count ------- 108 (1 row) count ------- 170 (1 row) count ------- 66 (1 row) count ------- 196 (1 row) count ------- 31 (1 row) count ------- 80 (1 row) count ------- 54 (1 row) count ------- 85 (1 row) count ------- 173 (1 row) count ------- 38 (1 row) count ------- 163 (1 row) count ------- 202 (1 row) count ------- 139 (1 row) count ------- 121 (1 row) count ------- 43 (1 row) count ------- 47 (1 row) count ------- 251 (1 row) count ------- 218 (1 row) count ------- 142 (1 row) count ------- 69 (1 row) count ------- 41 (1 row) count ------- 161 (1 row) count ------- 43 (1 row) count ------- 130 (1 row) count ------- 171 (1 row) count ------- 173 (1 row) count ------- 79 (1 row) count ------- 22 (1 row) count ------- 58 (1 row) count ------- 79 (1 row) count ------- 173 (1 row) count ------- 140 (1 row) count ------- 147 (1 row) count ------- 76 (1 row) count ------- 136 (1 row) count ------- 117 (1 row) count ------- 56 (1 row) count ------- 52 (1 row) count ------- 163 (1 row) count ------- 371 (1 row) count ------- 127 (1 row) count ------- 124 (1 row) count ------- 30 (1 row) count ------- 68 (1 row) count ------- 128 (1 row) count ------- 62 (1 row) count ------- 196 (1 row) count ------- 249 (1 row) count ------- 98 (1 row) count ------- 115 (1 row) count ------- 163 (1 row) count ------- 34 (1 row) count ------- 277 (1 row) count ------- 68 (1 row) count ------- 76 (1 row) count ------- 160 (1 row) count ------- 206 (1 row) count ------- 106 (1 row) count ------- 100 (1 row) count ------- 144 (1 row) count ------- 186 (1 row) count ------- 132 (1 row) count ------- 33 (1 row) count ------- 116 (1 row) count ------- 33 (1 row) count ------- 136 (1 row) count ------- 173 (1 row) count ------- 160 (1 row) count ------- 174 (1 row) count ------- 65 (1 row) count ------- 130 (1 row) count ------- 45 (1 row) count ------- 19 (1 row) count ------- 205 (1 row) count ------- 126 (1 row) count ------- 11 (1 row) count ------- 74 (1 row) count ------- 132 (1 row) count ------- 115 (1 row) count ------- 35 (1 row) count ------- 134 (1 row) count ------- 74 (1 row) count ------- 64 (1 row) count ------- 251 (1 row) count ------- 33 (1 row) count ------- 24 (1 row) count ------- 3 (1 row) count ------- 126 (1 row) count ------- 77 (1 row) count ------- 77 (1 row) count ------- 152 (1 row) count ------- 53 (1 row) count ------- 176 (1 row) count ------- 158 (1 row) count ------- 52 (1 row) count ------- 93 (1 row) count ------- 18 (1 row) count ------- 170 (1 row) count ------- 198 (1 row) count ------- 65 (1 row) count ------- 181 (1 row) count ------- 201 (1 row) count ------- 176 (1 row) count ------- 209 (1 row) count ------- 91 (1 row) count ------- 206 (1 row) count ------- 24 (1 row) count ------- 157 (1 row) count ------- 155 (1 row) count ------- 115 (1 row) count ------- 26 (1 row) count ------- 105 (1 row) count ------- 117 (1 row) count ------- 39 (1 row) count ------- 195 (1 row) count ------- 163 (1 row) count ------- 84 (1 row) count ------- 42 (1 row) count ------- 98 (1 row) count ------- 85 (1 row) count ------- 120 (1 row) count ------- 192 (1 row) count ------- 152 (1 row) count ------- 40 (1 row) count ------- 51 (1 row) count ------- 66 (1 row) count ------- 132 (1 row) count ------- 181 (1 row) count ------- 80 (1 row) count ------- 210 (1 row) count ------- 64 (1 row) count ------- 122 (1 row) count ------- 45 (1 row) count ------- 75 (1 row) count ------- 40 (1 row) count ------- 96 (1 row) count ------- 116 (1 row) count ------- 98 (1 row) count ------- 38 (1 row) count ------- 132 (1 row) count ------- 184 (1 row) count ------- 168 (1 row) count ------- 97 (1 row) count ------- 84 (1 row) count ------- 153 (1 row) count ------- 160 (1 row) count ------- 173 (1 row) count ------- 166 (1 row) count ------- 53 (1 row) count ------- 210 (1 row) count ------- 163 (1 row) count ------- 92 (1 row) count ------- 136 (1 row) count ------- 51 (1 row) count ------- 75 (1 row) count ------- 136 (1 row) count ------- 81 (1 row) count ------- 117 (1 row) count ------- 74 (1 row) count ------- 11 (1 row) count ------- 23 (1 row) count ------- 106 (1 row) count ------- 137 (1 row) count ------- 72 (1 row) count ------- 103 (1 row) count ------- 34 (1 row) count ------- 38 (1 row) count ------- 108 (1 row) count ------- 219 (1 row) count ------- 184 (1 row) count ------- 50 (1 row) count ------- 79 (1 row) count ------- 78 (1 row) count ------- 109 (1 row) count ------- 120 (1 row) count ------- 137 (1 row) count ------- 82 (1 row) count ------- 43 (1 row) count ------- 190 (1 row) count ------- 256 (1 row) count ------- 283 (1 row) count ------- 67 (1 row) count ------- 187 (1 row) count ------- 204 (1 row) count ------- 126 (1 row) count ------- 25 (1 row) count ------- 114 (1 row) count ------- 141 (1 row) count ------- 21 (1 row) count ------- 28 (1 row) count ------- 100 (1 row) count ------- 64 (1 row) count ------- 42 (1 row) count ------- 28 (1 row) count ------- 123 (1 row) count ------- 9 (1 row) count ------- 62 (1 row) count ------- 84 (1 row) count ------- 199 (1 row) count ------- 148 (1 row) count ------- 112 (1 row) count ------- 202 (1 row) count ------- 170 (1 row) count ------- 100 (1 row) count ------- 159 (1 row) count ------- 58 (1 row) count ------- 170 (1 row) count ------- 197 (1 row) count ------- 79 (1 row) count ------- 74 (1 row) count ------- 26 (1 row) count ------- 245 (1 row) count ------- 114 (1 row) count ------- 128 (1 row) count ------- 139 (1 row) count ------- 169 (1 row) count ------- 69 (1 row) count ------- 218 (1 row) count ------- 131 (1 row) count ------- 114 (1 row) count ------- 21 (1 row) count ------- 107 (1 row) count ------- 78 (1 row) count ------- 66 (1 row) count ------- 162 (1 row) count ------- 305 (1 row) count ------- 90 (1 row) count ------- 69 (1 row) count ------- 99 (1 row) count ------- 112 (1 row) count ------- 127 (1 row) count ------- 85 (1 row) count ------- 91 (1 row) count ------- 84 (1 row) count ------- 120 (1 row) count ------- 114 (1 row) count ------- 197 (1 row) count ------- 108 (1 row) count ------- 86 (1 row) count ------- 146 (1 row) count ------- 31 (1 row) count ------- 182 (1 row) count ------- 56 (1 row) count ------- 85 (1 row) count ------- 183 (1 row) count ------- 139 (1 row) count ------- 90 (1 row) count ------- 44 (1 row) count ------- 201 (1 row) count ------- 48 (1 row) count ------- 101 (1 row) count ------- 213 (1 row) count ------- 76 (1 row) count ------- 82 (1 row) count ------- 186 (1 row) count ------- 67 (1 row) count ------- 107 (1 row) count ------- 53 (1 row) count ------- 284 (1 row) count ------- 46 (1 row) count ------- 133 (1 row) count ------- 212 (1 row) count ------- 96 (1 row) count ------- 45 (1 row) count ------- 191 (1 row) count ------- 206 (1 row) count ------- 63 (1 row) count ------- 105 (1 row) count ------- 248 (1 row) count ------- 227 (1 row) count ------- 252 (1 row) count ------- 102 (1 row) count ------- 125 (1 row) count ------- 26 (1 row) count ------- 174 (1 row) count ------- 92 (1 row) count ------- 80 (1 row) count ------- 28 (1 row) count ------- 85 (1 row) count ------- 238 (1 row) count ------- 142 (1 row) count ------- 101 (1 row) count ------- 67 (1 row) count ------- 174 (1 row) count ------- 113 (1 row) count ------- 107 (1 row) count ------- 342 (1 row) count ------- 181 (1 row) count ------- 91 (1 row) count ------- 123 (1 row) count ------- 128 (1 row) count ------- 244 (1 row) count ------- 172 (1 row) count ------- 83 (1 row) count ------- 48 (1 row) count ------- 129 (1 row) count ------- 132 (1 row) count ------- 127 (1 row) count ------- 223 (1 row) count ------- 118 (1 row) count ------- 68 (1 row) count ------- 221 (1 row) count ------- 6 (1 row) count ------- 44 (1 row) count ------- 1 (1 row) count ------- 67 (1 row) count ------- 27 (1 row) count ------- 107 (1 row) count ------- 187 (1 row) count ------- 31 (1 row) count ------- 170 (1 row) count ------- 27 (1 row) count ------- 116 (1 row) count ------- 81 (1 row) count ------- 175 (1 row) count ------- 269 (1 row) count ------- 87 (1 row) count ------- 119 (1 row) count ------- 6 (1 row) count ------- 163 (1 row) count ------- 179 (1 row) count ------- 200 (1 row) count ------- 95 (1 row) count ------- 34 (1 row) count ------- 78 (1 row) count ------- 189 (1 row) count ------- 0 (1 row) count ------- 214 (1 row) count ------- 23 (1 row) count ------- 68 (1 row) count ------- 196 (1 row) count ------- 162 (1 row) count ------- 181 (1 row) count ------- 141 (1 row) count ------- 155 (1 row) count ------- 101 (1 row) count ------- 49 (1 row) count ------- 64 (1 row) count ------- 10 (1 row) count ------- 111 (1 row) count ------- 81 (1 row) count ------- 61 (1 row) count ------- 305 (1 row) count ------- 162 (1 row) count ------- 226 (1 row) count ------- 35 (1 row) count ------- 156 (1 row) count ------- 17 (1 row) count ------- 128 (1 row) count ------- 126 (1 row) count ------- 152 (1 row) count ------- 81 (1 row) count ------- 8 (1 row) count ------- 76 (1 row) count ------- 185 (1 row) count ------- 26 (1 row) count ------- 265 (1 row) count ------- 25 (1 row) count ------- 212 (1 row) count ------- 107 (1 row) count ------- 124 (1 row) count ------- 127 (1 row) count ------- 131 (1 row) count ------- 93 (1 row) count ------- 87 (1 row) count ------- 24 (1 row) count ------- 58 (1 row) count ------- 128 (1 row) count ------- 197 (1 row) count ------- 39 (1 row) count ------- 89 (1 row) count ------- 182 (1 row) count ------- 234 (1 row) count ------- 59 (1 row) count ------- 132 (1 row) count ------- 25 (1 row) count ------- 207 (1 row) count ------- 67 (1 row) count ------- 131 (1 row) count ------- 124 (1 row) count ------- 210 (1 row) count ------- 108 (1 row) count ------- 271 (1 row) count ------- 170 (1 row) count ------- 171 (1 row) count ------- 81 (1 row) count ------- 24 (1 row) count ------- 183 (1 row) count ------- 4 (1 row) count ------- 195 (1 row) count ------- 109 (1 row) count ------- 16 (1 row) count ------- 26 (1 row) count ------- 106 (1 row) count ------- 159 (1 row) count ------- 125 (1 row) count ------- 289 (1 row) count ------- 84 (1 row) count ------- 273 (1 row) count ------- 26 (1 row) count ------- 153 (1 row) count ------- 17 (1 row) count ------- 71 (1 row) count ------- 177 (1 row) count ------- 87 (1 row) count ------- 180 (1 row) count ------- 165 (1 row) count ------- 42 (1 row) count ------- 156 (1 row) count ------- 95 (1 row) count ------- 161 (1 row) count ------- 108 (1 row) count ------- 124 (1 row) count ------- 3 (1 row) count ------- 126 (1 row) count ------- 6 (1 row) count ------- 71 (1 row) count ------- 204 (1 row) count ------- 71 (1 row) count ------- 50 (1 row) count ------- 223 (1 row) count ------- 51 (1 row) count ------- 81 (1 row) count ------- 36 (1 row) count ------- 124 (1 row) count ------- 54 (1 row) count ------- 195 (1 row) count ------- 63 (1 row) count ------- 121 (1 row) count ------- 183 (1 row) count ------- 181 (1 row) count ------- 36 (1 row) count ------- 24 (1 row) count ------- 154 (1 row) count ------- 111 (1 row) count ------- 144 (1 row) count ------- 22 (1 row) count ------- 80 (1 row) count ------- 186 (1 row) count ------- 20 (1 row) count ------- 39 (1 row) count ------- 45 (1 row) count ------- 195 (1 row) count ------- 76 (1 row) count ------- 85 (1 row) count ------- 45 (1 row) count ------- 105 (1 row) count ------- 50 (1 row) count ------- 120 (1 row) count ------- 35 (1 row) count ------- 343 (1 row) count ------- 105 (1 row) count ------- 78 (1 row) count ------- 233 (1 row) count ------- 48 (1 row) count ------- 39 (1 row) count ------- 35 (1 row) count ------- 141 (1 row) count ------- 54 (1 row) count ------- 55 (1 row) count ------- 239 (1 row) count ------- 65 (1 row) count ------- 171 (1 row) count ------- 120 (1 row) count ------- 75 (1 row) count ------- 92 (1 row) count ------- 47 (1 row) count ------- 110 (1 row) count ------- 201 (1 row) count ------- 52 (1 row) count ------- 74 (1 row) count ------- 66 (1 row) count ------- 147 (1 row) count ------- 134 (1 row) count ------- 161 (1 row) count ------- 273 (1 row) count ------- 115 (1 row) count ------- 131 (1 row) count ------- 152 (1 row) count ------- 38 (1 row) count ------- 117 (1 row) count ------- 156 (1 row) count ------- 102 (1 row) count ------- 110 (1 row) count ------- 28 (1 row) count ------- 99 (1 row) count ------- 201 (1 row) count ------- 119 (1 row) count ------- 219 (1 row) count ------- 9 (1 row) count ------- 182 (1 row) count ------- 151 (1 row) count ------- 349 (1 row) count ------- 288 (1 row) count ------- 233 (1 row) count ------- 195 (1 row) count ------- 159 (1 row) count ------- 81 (1 row) count ------- 102 (1 row) count ------- 183 (1 row) count ------- 277 (1 row) count ------- 98 (1 row) count ------- 93 (1 row) count ------- 207 (1 row) count ------- 154 (1 row) count ------- 166 (1 row) count ------- 100 (1 row) count ------- 28 (1 row) count ------- 161 (1 row) count ------- 101 (1 row) count ------- 86 (1 row) count ------- 80 (1 row) count ------- 102 (1 row) count ------- 132 (1 row) count ------- 91 (1 row) count ------- 132 (1 row) count ------- 21 (1 row) count ------- 61 (1 row) count ------- 146 (1 row) count ------- 38 (1 row) count ------- 121 (1 row) count ------- 145 (1 row) count ------- 90 (1 row) count ------- 75 (1 row) count ------- 169 (1 row) count ------- 142 (1 row) count ------- 252 (1 row) count ------- 53 (1 row) count ------- 125 (1 row) count ------- 81 (1 row) count ------- 151 (1 row) count ------- 174 (1 row) count ------- 220 (1 row) count ------- 148 (1 row) count ------- 71 (1 row) count ------- 62 (1 row) count ------- 187 (1 row) count ------- 179 (1 row) count ------- 53 (1 row) count ------- 87 (1 row) count ------- 153 (1 row) count ------- 41 (1 row) count ------- 59 (1 row) count ------- 11 (1 row) count ------- 113 (1 row) count ------- 113 (1 row) count ------- 137 (1 row) count ------- 70 (1 row) count ------- 154 (1 row) count ------- 245 (1 row) count ------- 3 (1 row) count ------- 86 (1 row) count ------- 21 (1 row) count ------- 36 (1 row) count ------- 40 (1 row) count ------- 142 (1 row) count ------- 117 (1 row) count ------- 115 (1 row) count ------- 230 (1 row) count ------- 38 (1 row) count ------- 12 (1 row) count ------- 262 (1 row) count ------- 170 (1 row) count ------- 63 (1 row) count ------- 186 (1 row) count ------- 13 (1 row) count ------- 81 (1 row) count ------- 35 (1 row) count ------- 89 (1 row) count ------- 2 (1 row) count ------- 134 (1 row) count ------- 195 (1 row) count ------- 198 (1 row) count ------- 39 (1 row) count ------- 190 (1 row) count ------- 26 (1 row) count ------- 55 (1 row) count ------- 219 (1 row) count ------- 433 (1 row) count ------- 208 (1 row) count ------- 78 (1 row) count ------- 109 (1 row) count ------- 63 (1 row) count ------- 72 (1 row) count ------- 72 (1 row) count ------- 213 (1 row) count ------- 81 (1 row) count ------- 78 (1 row) count ------- 226 (1 row) count ------- 181 (1 row) count ------- 52 (1 row) count ------- 356 (1 row) count ------- 77 (1 row) count ------- 42 (1 row) count ------- 157 (1 row) count ------- 146 (1 row) count ------- 110 (1 row) count ------- 214 (1 row) count ------- 264 (1 row) count ------- 126 (1 row) count ------- 140 (1 row) count ------- 24 (1 row) count ------- 20 (1 row) count ------- 93 (1 row) count ------- 79 (1 row) count ------- 192 (1 row) count ------- 49 (1 row) count ------- 145 (1 row) count ------- 151 (1 row) count ------- 7 (1 row) count ------- 127 (1 row) count ------- 106 (1 row) count ------- 90 (1 row) count ------- 137 (1 row) count ------- 213 (1 row) count ------- 109 (1 row) count ------- 88 (1 row) count ------- 99 (1 row) count ------- 106 (1 row) count ------- 71 (1 row) count ------- 39 (1 row) count ------- 31 (1 row) count ------- 24 (1 row) count ------- 131 (1 row) count ------- 57 (1 row) count ------- 146 (1 row) count ------- 138 (1 row) count ------- 121 (1 row) count ------- 165 (1 row) count ------- 49 (1 row) count ------- 113 (1 row) count ------- 151 (1 row) count ------- 44 (1 row) count ------- 103 (1 row) count ------- 167 (1 row) count ------- 29 (1 row) count ------- 24 (1 row) count ------- 36 (1 row) count ------- 39 (1 row) count ------- 62 (1 row) count ------- 37 (1 row) count ------- 212 (1 row) count ------- 155 (1 row) count ------- 33 (1 row) count ------- 37 (1 row) count ------- 95 (1 row) count ------- 203 (1 row) count ------- 140 (1 row) count ------- 160 (1 row) count ------- 176 (1 row) count ------- 27 (1 row) count ------- 106 (1 row) count ------- 63 (1 row) count ------- 176 (1 row) count ------- 45 (1 row) count ------- 56 (1 row) count ------- 37 (1 row) count ------- 64 (1 row) count ------- 87 (1 row) count ------- 235 (1 row) count ------- 84 (1 row) count ------- 54 (1 row) count ------- 5 (1 row) count ------- 208 (1 row) count ------- 81 (1 row) count ------- 272 (1 row) count ------- 138 (1 row) count ------- 18 (1 row) count ------- 209 (1 row) count ------- 72 (1 row) count ------- 235 (1 row) count ------- 241 (1 row) count ------- 167 (1 row) count ------- 21 (1 row) count ------- 91 (1 row) count ------- 118 (1 row) count ------- 190 (1 row) count ------- 138 (1 row) count ------- 107 (1 row) count ------- 208 (1 row) count ------- 137 (1 row) count ------- 82 (1 row) count ------- 43 (1 row) count ------- 85 (1 row) count ------- 182 (1 row) count ------- 145 (1 row) count ------- 93 (1 row) count ------- 41 (1 row) count ------- 88 (1 row) count ------- 43 (1 row) count ------- 25 (1 row) count ------- 143 (1 row) count ------- 134 (1 row) count ------- 146 (1 row) count ------- 94 (1 row) count ------- 90 (1 row) count ------- 95 (1 row) count ------- 72 (1 row) count ------- 151 (1 row) count ------- 165 (1 row) count ------- 150 (1 row) count ------- 145 (1 row) count ------- 74 (1 row) count ------- 34 (1 row) count ------- 174 (1 row) count ------- 151 (1 row) count ------- 169 (1 row) count ------- 76 (1 row) count ------- 132 (1 row) count ------- 133 (1 row) count ------- 225 (1 row) count ------- 107 (1 row) count ------- 53 (1 row) count ------- 314 (1 row) count ------- 53 (1 row) count ------- 265 (1 row) count ------- 187 (1 row) count ------- 125 (1 row) count ------- 6 (1 row) count ------- 221 (1 row) count ------- 97 (1 row) count ------- 195 (1 row) count ------- 33 (1 row) count ------- 68 (1 row) count ------- 343 (1 row) count ------- 81 (1 row) count ------- 93 (1 row) count ------- 131 (1 row) count ------- 128 (1 row) count ------- 183 (1 row) count ------- 304 (1 row) count ------- 134 (1 row) count ------- 147 (1 row) count ------- 30 (1 row) count ------- 207 (1 row) count ------- 118 (1 row) count ------- 80 (1 row) count ------- 162 (1 row) count ------- 148 (1 row) count ------- 120 (1 row) count ------- 13 (1 row) count ------- 184 (1 row) count ------- 56 (1 row) count ------- 17 (1 row) count ------- 13 (1 row) count ------- 135 (1 row) count ------- 20 (1 row) count ------- 67 (1 row) count ------- 192 (1 row) count ------- 59 (1 row) count ------- 169 (1 row) count ------- 126 (1 row) count ------- 197 (1 row) count ------- 180 (1 row) count ------- 32 (1 row) count ------- 68 (1 row) count ------- 170 (1 row) count ------- 106 (1 row) count ------- 109 (1 row) count ------- 252 (1 row) count ------- 60 (1 row) count ------- 131 (1 row) count ------- 49 (1 row) count ------- 113 (1 row) count ------- 223 (1 row) count ------- 173 (1 row) count ------- 18 (1 row) count ------- 30 (1 row) count ------- 40 (1 row) count ------- 200 (1 row) count ------- 53 (1 row) count ------- 86 (1 row) count ------- 43 (1 row) count ------- 123 (1 row) count ------- 74 (1 row) count ------- 132 (1 row) count ------- 19 (1 row) count ------- 70 (1 row) count ------- 94 (1 row) count ------- 161 (1 row) count ------- 150 (1 row) count ------- 50 (1 row) count ------- 99 (1 row) count ------- 83 (1 row) count ------- 76 (1 row) count ------- 153 (1 row) count ------- 176 (1 row) count ------- 148 (1 row) count ------- 30 (1 row) count ------- 22 (1 row) count ------- 154 (1 row) count ------- 115 (1 row) count ------- 78 (1 row) count ------- 90 (1 row) count ------- 116 (1 row) count ------- 205 (1 row) count ------- 190 (1 row) count ------- 84 (1 row) count ------- 6 (1 row) count ------- 146 (1 row) count ------- 40 (1 row) count ------- 151 (1 row) count ------- 270 (1 row) count ------- 210 (1 row) count ------- 52 (1 row) count ------- 14 (1 row) count ------- 50 (1 row) count ------- 279 (1 row) count ------- 129 (1 row) count ------- 204 (1 row) count ------- 50 (1 row) count ------- 88 (1 row) count ------- 157 (1 row) count ------- 75 (1 row) count ------- 102 (1 row) count ------- 182 (1 row) count ------- 126 (1 row) count ------- 69 (1 row) count ------- 132 (1 row) count ------- 205 (1 row) count ------- 167 (1 row) count ------- 126 (1 row) count ------- 186 (1 row) count ------- 55 (1 row) count ------- 200 (1 row) count ------- 130 (1 row) count ------- 162 (1 row) count ------- 89 (1 row) count ------- 220 (1 row) count ------- 135 (1 row) count ------- 87 (1 row) count ------- 137 (1 row) count ------- 188 (1 row) count ------- 52 (1 row) count ------- 168 (1 row) count ------- 143 (1 row) count ------- 172 (1 row) count ------- 34 (1 row) count ------- 337 (1 row) count ------- 197 (1 row) count ------- 100 (1 row) count ------- 135 (1 row) count ------- 63 (1 row) count ------- 184 (1 row) count ------- 128 (1 row) count ------- 112 (1 row) count ------- 193 (1 row) count ------- 24 (1 row) count ------- 69 (1 row) count ------- 34 (1 row) count ------- 86 (1 row) count ------- 191 (1 row) count ------- 144 (1 row) count ------- 202 (1 row) count ------- 88 (1 row) count ------- 18 (1 row) count ------- 74 (1 row) count ------- 152 (1 row) count ------- 196 (1 row) count ------- 85 (1 row) count ------- 99 (1 row) count ------- 328 (1 row) count ------- 157 (1 row) count ------- 123 (1 row) count ------- 49 (1 row) count ------- 205 (1 row) count ------- 225 (1 row) count ------- 84 (1 row) count ------- 189 (1 row) count ------- 102 (1 row) count ------- 126 (1 row) count ------- 93 (1 row) count ------- 305 (1 row) count ------- 88 (1 row) count ------- 7 (1 row) count ------- 73 (1 row) count ------- 73 (1 row) count ------- 11 (1 row) count ------- 76 (1 row) count ------- 108 (1 row) count ------- 129 (1 row) count ------- 98 (1 row) count ------- 203 (1 row) count ------- 38 (1 row) count ------- 83 (1 row) count ------- 246 (1 row) count ------- 39 (1 row) count ------- 32 (1 row) count ------- 132 (1 row) count ------- 55 (1 row) count ------- 260 (1 row) count ------- 184 (1 row) count ------- 0 (1 row) count ------- 205 (1 row) count ------- 102 (1 row) count ------- 102 (1 row) count ------- 104 (1 row) count ------- 40 (1 row) count ------- 150 (1 row) count ------- 224 (1 row) count ------- 45 (1 row) count ------- 169 (1 row) count ------- 257 (1 row) count ------- 102 (1 row) count ------- 135 (1 row) count ------- 177 (1 row) count ------- 102 (1 row) count ------- 92 (1 row) count ------- 212 (1 row) count ------- 276 (1 row) count ------- 15 (1 row) count ------- 60 (1 row) count ------- 165 (1 row) count ------- 104 (1 row) count ------- 66 (1 row) count ------- 218 (1 row) count ------- 8 (1 row) count ------- 184 (1 row) count ------- 155 (1 row) count ------- 147 (1 row) count ------- 268 (1 row) count ------- 179 (1 row) count ------- 114 (1 row) count ------- 173 (1 row) count ------- 92 (1 row) count ------- 67 (1 row) count ------- 91 (1 row) count ------- 139 (1 row) count ------- 191 (1 row) count ------- 132 (1 row) count ------- 202 (1 row) count ------- 148 (1 row) count ------- 13 (1 row) count ------- 65 (1 row) count ------- 16 (1 row) count ------- 54 (1 row) count ------- 124 (1 row) count ------- 58 (1 row) count ------- 189 (1 row) count ------- 109 (1 row) count ------- 88 (1 row) count ------- 172 (1 row) count ------- 248 (1 row) count ------- 26 (1 row) count ------- 52 (1 row) count ------- 28 (1 row) count ------- 151 (1 row) count ------- 108 (1 row) count ------- 229 (1 row) count ------- 172 (1 row) count ------- 120 (1 row) count ------- 154 (1 row) count ------- 63 (1 row) count ------- 98 (1 row) count ------- 118 (1 row) count ------- 44 (1 row) count ------- 59 (1 row) count ------- 215 (1 row) count ------- 88 (1 row) count ------- 208 (1 row) count ------- 99 (1 row) count ------- 91 (1 row) count ------- 109 (1 row) count ------- 162 (1 row) count ------- 87 (1 row) count ------- 282 (1 row) count ------- 24 (1 row) count ------- 151 (1 row) count ------- 246 (1 row) count ------- 40 (1 row) count ------- 148 (1 row) count ------- 109 (1 row) count ------- 151 (1 row) count ------- 124 (1 row) count ------- 95 (1 row) count ------- 100 (1 row) count ------- 18 (1 row) count ------- 239 (1 row) count ------- 43 (1 row) count ------- 62 (1 row) count ------- 116 (1 row) count ------- 140 (1 row) count ------- 318 (1 row) count ------- 0 (1 row) count ------- 85 (1 row) count ------- 52 (1 row) count ------- 245 (1 row) count ------- 80 (1 row) count ------- 179 (1 row) count ------- 142 (1 row) count ------- 46 (1 row) count ------- 171 (1 row) count ------- 197 (1 row) count ------- 39 (1 row) count ------- 40 (1 row) count ------- 200 (1 row) count ------- 38 (1 row) count ------- 190 (1 row) count ------- 197 (1 row) count ------- 135 (1 row) count ------- 126 (1 row) count ------- 156 (1 row) count ------- 153 (1 row) count ------- 209 (1 row) count ------- 107 (1 row) count ------- 84 (1 row) count ------- 172 (1 row) count ------- 24 (1 row) count ------- 88 (1 row) count ------- 181 (1 row) count ------- 37 (1 row) count ------- 167 (1 row) count ------- 177 (1 row) count ------- 112 (1 row) count ------- 96 (1 row) count ------- 175 (1 row) count ------- 96 (1 row) count ------- 168 (1 row) count ------- 101 (1 row) count ------- 160 (1 row) count ------- 273 (1 row) count ------- 85 (1 row) count ------- 98 (1 row) count ------- 73 (1 row) count ------- 51 (1 row) count ------- 58 (1 row) count ------- 193 (1 row) count ------- 16 (1 row) count ------- 274 (1 row) count ------- 141 (1 row) count ------- 109 (1 row) count ------- 77 (1 row) count ------- 189 (1 row) count ------- 218 (1 row) count ------- 143 (1 row) count ------- 118 (1 row) count ------- 75 (1 row) count ------- 179 (1 row) count ------- 74 (1 row) count ------- 35 (1 row) count ------- 59 (1 row) count ------- 45 (1 row) count ------- 157 (1 row) count ------- 161 (1 row) count ------- 39 (1 row) count ------- 108 (1 row) count ------- 86 (1 row) count ------- 215 (1 row) count ------- 11 (1 row) count ------- 57 (1 row) count ------- 57 (1 row) count ------- 243 (1 row) count ------- 82 (1 row) count ------- 159 (1 row) count ------- 96 (1 row) count ------- 31 (1 row) count ------- 53 (1 row) count ------- 21 (1 row) count ------- 142 (1 row) count ------- 61 (1 row) count ------- 141 (1 row) count ------- 89 (1 row) count ------- 37 (1 row) count ------- 125 (1 row) count ------- 85 (1 row) count ------- 77 (1 row) count ------- 158 (1 row) count ------- 212 (1 row) count ------- 146 (1 row) count ------- 57 (1 row) count ------- 122 (1 row) count ------- 134 (1 row) count ------- 159 (1 row) count ------- 240 (1 row) count ------- 97 (1 row) count ------- 126 (1 row) count ------- 93 (1 row) count ------- 82 (1 row) count ------- 147 (1 row) count ------- 165 (1 row) count ------- 145 (1 row) count ------- 49 (1 row) count ------- 212 (1 row) count ------- 47 (1 row) count ------- 167 (1 row) count ------- 136 (1 row) count ------- 39 (1 row) count ------- 170 (1 row) count ------- 166 (1 row) count ------- 110 (1 row) count ------- 179 (1 row) count ------- 294 (1 row) count ------- 102 (1 row) count ------- 62 (1 row) count ------- 40 (1 row) count ------- 150 (1 row) count ------- 208 (1 row) count ------- 92 (1 row) count ------- 18 (1 row) count ------- 126 (1 row) count ------- 128 (1 row) count ------- 25 (1 row) count ------- 151 (1 row) count ------- 156 (1 row) count ------- 130 (1 row) count ------- 76 (1 row) count ------- 132 (1 row) count ------- 82 (1 row) count ------- 203 (1 row) count ------- 97 (1 row) count ------- 237 (1 row) count ------- 121 (1 row) count ------- 242 (1 row) count ------- 142 (1 row) count ------- 259 (1 row) count ------- 189 (1 row) count ------- 179 (1 row) count ------- 131 (1 row) count ------- 141 (1 row) count ------- 122 (1 row) count ------- 70 (1 row) count ------- 171 (1 row) count ------- 105 (1 row) count ------- 125 (1 row) count ------- 74 (1 row) count ------- 16 (1 row) count ------- 242 (1 row) count ------- 103 (1 row) count ------- 167 (1 row) count ------- 122 (1 row) count ------- 144 (1 row) count ------- 225 (1 row) count ------- 105 (1 row) count ------- 38 (1 row) count ------- 175 (1 row) count ------- 60 (1 row) count ------- 168 (1 row) count ------- 60 (1 row) count ------- 219 (1 row) count ------- 133 (1 row) count ------- 152 (1 row) count ------- 167 (1 row) count ------- 234 (1 row) count ------- 168 (1 row) count ------- 79 (1 row) count ------- 142 (1 row) count ------- 216 (1 row) count ------- 140 (1 row) count ------- 86 (1 row) count ------- 192 (1 row) count ------- 7 (1 row) count ------- 188 (1 row) count ------- 54 (1 row) count ------- 124 (1 row) count ------- 84 (1 row) count ------- 119 (1 row) count ------- 220 (1 row) count ------- 77 (1 row) count ------- 36 (1 row) count ------- 98 (1 row) count ------- 231 (1 row) count ------- 140 (1 row) count ------- 178 (1 row) count ------- 185 (1 row) count ------- 42 (1 row) count ------- 191 (1 row) count ------- 147 (1 row) count ------- 148 (1 row) count ------- 112 (1 row) count ------- 186 (1 row) count ------- 30 (1 row) count ------- 130 (1 row) count ------- 134 (1 row) count ------- 30 (1 row) count ------- 190 (1 row) count ------- 90 (1 row) count ------- 211 (1 row) count ------- 24 (1 row) count ------- 112 (1 row) count ------- 96 (1 row) count ------- 139 (1 row) count ------- 147 (1 row) count ------- 108 (1 row) count ------- 195 (1 row) count ------- 52 (1 row) count ------- 259 (1 row) count ------- 154 (1 row) count ------- 99 (1 row) count ------- 64 (1 row) count ------- 108 (1 row) count ------- 10 (1 row) count ------- 77 (1 row) count ------- 128 (1 row) count ------- 65 (1 row) count ------- 144 (1 row) count ------- 145 (1 row) count ------- 168 (1 row) count ------- 37 (1 row) count ------- 74 (1 row) count ------- 52 (1 row) count ------- 65 (1 row) count ------- 308 (1 row) count ------- 28 (1 row) count ------- 124 (1 row) count ------- 241 (1 row) count ------- 143 (1 row) count ------- 2 (1 row) count ------- 145 (1 row) count ------- 16 (1 row) count ------- 136 (1 row) count ------- 103 (1 row) count ------- 53 (1 row) count ------- 103 (1 row) count ------- 20 (1 row) count ------- 113 (1 row) count ------- 91 (1 row) count ------- 43 (1 row) count ------- 262 (1 row) count ------- 136 (1 row) count ------- 207 (1 row) count ------- 223 (1 row) count ------- 176 (1 row) count ------- 85 (1 row) count ------- 70 (1 row) count ------- 122 (1 row) count ------- 239 (1 row) count ------- 140 (1 row) count ------- 129 (1 row) count ------- 132 (1 row) count ------- 110 (1 row) count ------- 191 (1 row) count ------- 59 (1 row) count ------- 92 (1 row) count ------- 281 (1 row) count ------- 0 (1 row) count ------- 36 (1 row) count ------- 97 (1 row) count ------- 115 (1 row) count ------- 70 (1 row) count ------- 229 (1 row) count ------- 51 (1 row) count ------- 198 (1 row) count ------- 76 (1 row) count ------- 264 (1 row) count ------- 84 (1 row) count ------- 60 (1 row) count ------- 95 (1 row) count ------- 90 (1 row) count ------- 42 (1 row) count ------- 161 (1 row) count ------- 378 (1 row) count ------- 30 (1 row) count ------- 190 (1 row) count ------- 25 (1 row) count ------- 34 (1 row) count ------- 144 (1 row) count ------- 137 (1 row) count ------- 95 (1 row) count ------- 111 (1 row) count ------- 31 (1 row) count ------- 6 (1 row) count ------- 184 (1 row) count ------- 219 (1 row) count ------- 35 (1 row) count ------- 144 (1 row) count ------- 98 (1 row) count ------- 156 (1 row) count ------- 17 (1 row) count ------- 99 (1 row) count ------- 194 (1 row) count ------- 144 (1 row) count ------- 89 (1 row) count ------- 149 (1 row) count ------- 21 (1 row) count ------- 29 (1 row) count ------- 60 (1 row) count ------- 190 (1 row) count ------- 253 (1 row) count ------- 68 (1 row) count ------- 124 (1 row) count ------- 233 (1 row) count ------- 114 (1 row) count ------- 2 (1 row) count ------- 179 (1 row) count ------- 128 (1 row) count ------- 75 (1 row) count ------- 93 (1 row) count ------- 79 (1 row) count ------- 61 (1 row) count ------- 170 (1 row) count ------- 133 (1 row) count ------- 316 (1 row) count ------- 123 (1 row) count ------- 132 (1 row) count ------- 123 (1 row) count ------- 123 (1 row) count ------- 48 (1 row) count ------- 197 (1 row) count ------- 46 (1 row) count ------- 110 (1 row) count ------- 122 (1 row) count ------- 54 (1 row) count ------- 33 (1 row) count ------- 273 (1 row) count ------- 162 (1 row) count ------- 171 (1 row) count ------- 216 (1 row) count ------- 114 (1 row) count ------- 177 (1 row) count ------- 109 (1 row) count ------- 128 (1 row) count ------- 112 (1 row) count ------- 159 (1 row) count ------- 72 (1 row) count ------- 198 (1 row) count ------- 165 (1 row) count ------- 136 (1 row) count ------- 127 (1 row) count ------- 106 (1 row) count ------- 58 (1 row) count ------- 194 (1 row) count ------- 76 (1 row) count ------- 84 (1 row) count ------- 173 (1 row) count ------- 32 (1 row) count ------- 58 (1 row) count ------- 216 (1 row) count ------- 170 (1 row) count ------- 6 (1 row) count ------- 96 (1 row) count ------- 106 (1 row) count ------- 127 (1 row) count ------- 87 (1 row) count ------- 103 (1 row) count ------- 179 (1 row) count ------- 210 (1 row) count ------- 51 (1 row) count ------- 78 (1 row) count ------- 121 (1 row) count ------- 86 (1 row) count ------- 149 (1 row) count ------- 116 (1 row) count ------- 108 (1 row) count ------- 288 (1 row) count ------- 100 (1 row) count ------- 66 (1 row) count ------- 192 (1 row) count ------- 153 (1 row) count ------- 123 (1 row) count ------- 87 (1 row) count ------- 77 (1 row) count ------- 124 (1 row) count ------- 121 (1 row) count ------- 203 (1 row) count ------- 79 (1 row) count ------- 92 (1 row) count ------- 72 (1 row) count ------- 99 (1 row) count ------- 292 (1 row) count ------- 103 (1 row) count ------- 13 (1 row) count ------- 134 (1 row) count ------- 29 (1 row) count ------- 87 (1 row) count ------- 127 (1 row) count ------- 163 (1 row) count ------- 158 (1 row) count ------- 153 (1 row) count ------- 69 (1 row) count ------- 22 (1 row) count ------- 110 (1 row) count ------- 44 (1 row) count ------- 162 (1 row) count ------- 66 (1 row) count ------- 135 (1 row) count ------- 116 (1 row) count ------- 147 (1 row) count ------- 258 (1 row) count ------- 27 (1 row) count ------- 125 (1 row) count ------- 65 (1 row) count ------- 29 (1 row) count ------- 10 (1 row) count ------- 144 (1 row) count ------- 91 (1 row) count ------- 253 (1 row) count ------- 145 (1 row) count ------- 68 (1 row) count ------- 9 (1 row) count ------- 197 (1 row) count ------- 79 (1 row) count ------- 147 (1 row) count ------- 103 (1 row) count ------- 107 (1 row) count ------- 129 (1 row) count ------- 27 (1 row) count ------- 51 (1 row) count ------- 84 (1 row) count ------- 137 (1 row) count ------- 84 (1 row) count ------- 129 (1 row) count ------- 135 (1 row) count ------- 39 (1 row) count ------- 70 (1 row) count ------- 137 (1 row) count ------- 155 (1 row) count ------- 9 (1 row) count ------- 330 (1 row) count ------- 61 (1 row) count ------- 90 (1 row) count ------- 122 (1 row) count ------- 38 (1 row) count ------- 148 (1 row) count ------- 99 (1 row) count ------- 67 (1 row) count ------- 105 (1 row) count ------- 222 (1 row) count ------- 61 (1 row) count ------- 89 (1 row) count ------- 36 (1 row) count ------- 115 (1 row) count ------- 185 (1 row) count ------- 155 (1 row) count ------- 99 (1 row) count ------- 43 (1 row) count ------- 81 (1 row) count ------- 203 (1 row) count ------- 73 (1 row) count ------- 123 (1 row) count ------- 146 (1 row) count ------- 81 (1 row) count ------- 110 (1 row) count ------- 223 (1 row) count ------- 215 (1 row) count ------- 89 (1 row) count ------- 14 (1 row) count ------- 145 (1 row) count ------- 279 (1 row) count ------- 140 (1 row) count ------- 389 (1 row) count ------- 103 (1 row) count ------- 72 (1 row) count ------- 159 (1 row) count ------- 22 (1 row) count ------- 48 (1 row) count ------- 247 (1 row) count ------- 152 (1 row) count ------- 214 (1 row) count ------- 96 (1 row) count ------- 254 (1 row) count ------- 203 (1 row) count ------- 104 (1 row) count ------- 7 (1 row) count ------- 168 (1 row) count ------- 167 (1 row) count ------- 251 (1 row) count ------- 130 (1 row) count ------- 105 (1 row) count ------- 11 (1 row) count ------- 74 (1 row) count ------- 17 (1 row) count ------- 150 (1 row) count ------- 57 (1 row) count ------- 165 (1 row) count ------- 195 (1 row) count ------- 98 (1 row) count ------- 189 (1 row) count ------- 221 (1 row) count ------- 148 (1 row) count ------- 191 (1 row) count ------- 131 (1 row) count ------- 43 (1 row) count ------- 4 (1 row) count ------- 164 (1 row) count ------- 138 (1 row) count ------- 49 (1 row) count ------- 51 (1 row) count ------- 105 (1 row) count ------- 187 (1 row) count ------- 338 (1 row) count ------- 91 (1 row) count ------- 184 (1 row) count ------- 91 (1 row) count ------- 34 (1 row) count ------- 117 (1 row) count ------- 31 (1 row) count ------- 175 (1 row) count ------- 176 (1 row) count ------- 87 (1 row) count ------- 236 (1 row) count ------- 265 (1 row) count ------- 272 (1 row) count ------- 96 (1 row) count ------- 180 (1 row) count ------- 155 (1 row) count ------- 219 (1 row) count ------- 91 (1 row) count ------- 54 (1 row) count ------- 56 (1 row) count ------- 84 (1 row) count ------- 12 (1 row) count ------- 20 (1 row) count ------- 105 (1 row) count ------- 264 (1 row) count ------- 205 (1 row) count ------- 19 (1 row) count ------- 212 (1 row) count ------- 246 (1 row) count ------- 10 (1 row) count ------- 57 (1 row) count ------- 55 (1 row) count ------- 159 (1 row) count ------- 36 (1 row) count ------- 330 (1 row) count ------- 169 (1 row) count ------- 121 (1 row) count ------- 274 (1 row) count ------- 167 (1 row) count ------- 42 (1 row) count ------- 87 (1 row) count ------- 258 (1 row) count ------- 252 (1 row) count ------- 42 (1 row) count ------- 80 (1 row) count ------- 190 (1 row) count ------- 98 (1 row) count ------- 150 (1 row) count ------- 170 (1 row) count ------- 215 (1 row) count ------- 214 (1 row) count ------- 153 (1 row) count ------- 119 (1 row) count ------- 235 (1 row) count ------- 117 (1 row) count ------- 62 (1 row) count ------- 100 (1 row) count ------- 25 (1 row) count ------- 208 (1 row) count ------- 101 (1 row) count ------- 238 (1 row) count ------- 263 (1 row) count ------- 34 (1 row) count ------- 115 (1 row) count ------- 6 (1 row) count ------- 86 (1 row) count ------- 109 (1 row) count ------- 192 (1 row) count ------- 221 (1 row) count ------- 110 (1 row) count ------- 115 (1 row) count ------- 133 (1 row) count ------- 283 (1 row) count ------- 81 (1 row) count ------- 31 (1 row) count ------- 18 (1 row) count ------- 248 (1 row) count ------- 195 (1 row) count ------- 218 (1 row) count ------- 140 (1 row) count ------- 74 (1 row) count ------- 202 (1 row) count ------- 140 (1 row) count ------- 19 (1 row) count ------- 76 (1 row) count ------- 36 (1 row) count ------- 99 (1 row) count ------- 261 (1 row) count ------- 115 (1 row) count ------- 218 (1 row) count ------- 84 (1 row) count ------- 130 (1 row) count ------- 225 (1 row) count ------- 278 (1 row) count ------- 48 (1 row) count ------- 57 (1 row) count ------- 50 (1 row) count ------- 61 (1 row) count ------- 137 (1 row) count ------- 215 (1 row) count ------- 53 (1 row) count ------- 168 (1 row) count ------- 47 (1 row) count ------- 154 (1 row) count ------- 118 (1 row) count ------- 124 (1 row) count ------- 118 (1 row) count ------- 73 (1 row) count ------- 126 (1 row) count ------- 53 (1 row) count ------- 134 (1 row) count ------- 53 (1 row) count ------- 96 (1 row) count ------- 223 (1 row) count ------- 81 (1 row) count ------- 342 (1 row) count ------- 184 (1 row) count ------- 51 (1 row) count ------- 137 (1 row) count ------- 79 (1 row) count ------- 118 (1 row) count ------- 74 (1 row) count ------- 138 (1 row) count ------- 143 (1 row) count ------- 71 (1 row) count ------- 57 (1 row) count ------- 131 (1 row) count ------- 245 (1 row) count ------- 254 (1 row) count ------- 101 (1 row) count ------- 92 (1 row) count ------- 231 (1 row) count ------- 256 (1 row) count ------- 161 (1 row) count ------- 124 (1 row) count ------- 112 (1 row) count ------- 193 (1 row) count ------- 28 (1 row) count ------- 141 (1 row) count ------- 213 (1 row) count ------- 59 (1 row) count ------- 199 (1 row) count ------- 50 (1 row) count ------- 131 (1 row) count ------- 63 (1 row) count ------- 90 (1 row) count ------- 307 (1 row) count ------- 102 (1 row) count ------- 118 (1 row) count ------- 22 (1 row) count ------- 205 (1 row) count ------- 195 (1 row) count ------- 142 (1 row) count ------- 393 (1 row) count ------- 96 (1 row) count ------- 190 (1 row) count ------- 194 (1 row) count ------- 113 (1 row) count ------- 172 (1 row) count ------- 202 (1 row) count ------- 108 (1 row) count ------- 27 (1 row) count ------- 113 (1 row) count ------- 132 (1 row) count ------- 125 (1 row) count ------- 222 (1 row) count ------- 71 (1 row) count ------- 32 (1 row) count ------- 160 (1 row) count ------- 20 (1 row) count ------- 260 (1 row) count ------- 278 (1 row) count ------- 61 (1 row) count ------- 79 (1 row) count ------- 109 (1 row) count ------- 223 (1 row) count ------- 59 (1 row) count ------- 16 (1 row) count ------- 91 (1 row) count ------- 13 (1 row) count ------- 64 (1 row) count ------- 207 (1 row) count ------- 86 (1 row) count ------- 40 (1 row) count ------- 179 (1 row) count ------- 139 (1 row) count ------- 206 (1 row) count ------- 84 (1 row) count ------- 45 (1 row) count ------- 76 (1 row) count ------- 141 (1 row) count ------- 210 (1 row) count ------- 30 (1 row) count ------- 192 (1 row) count ------- 126 (1 row) count ------- 101 (1 row) count ------- 184 (1 row) count ------- 255 (1 row) count ------- 109 (1 row) count ------- 107 (1 row) count ------- 58 (1 row) count ------- 20 (1 row) count ------- 86 (1 row) count ------- 109 (1 row) count ------- 61 (1 row) count ------- 169 (1 row) count ------- 363 (1 row) count ------- 245 (1 row) count ------- 230 (1 row) count ------- 324 (1 row) count ------- 191 (1 row) count ------- 195 (1 row) count ------- 39 (1 row) count ------- 76 (1 row) count ------- 122 (1 row) count ------- 264 (1 row) count ------- 136 (1 row) count ------- 26 (1 row) count ------- 82 (1 row) count ------- 26 (1 row) count ------- 69 (1 row) count ------- 81 (1 row) count ------- 65 (1 row) count ------- 12 (1 row) count ------- 264 (1 row) count ------- 150 (1 row) count ------- 101 (1 row) count ------- 195 (1 row) count ------- 85 (1 row) count ------- 134 (1 row) count ------- 90 (1 row) count ------- 49 (1 row) count ------- 105 (1 row) count ------- 93 (1 row) count ------- 237 (1 row) count ------- 205 (1 row) count ------- 54 (1 row) count ------- 135 (1 row) count ------- 217 (1 row) count ------- 149 (1 row) count ------- 151 (1 row) count ------- 113 (1 row) count ------- 20 (1 row) count ------- 132 (1 row) count ------- 251 (1 row) count ------- 126 (1 row) count ------- 149 (1 row) count ------- 313 (1 row) count ------- 154 (1 row) count ------- 153 (1 row) count ------- 63 (1 row) count ------- 131 (1 row) count ------- 99 (1 row) count ------- 39 (1 row) count ------- 71 (1 row) count ------- 228 (1 row) count ------- 131 (1 row) count ------- 102 (1 row) count ------- 179 (1 row) count ------- 220 (1 row) count ------- 136 (1 row) count ------- 97 (1 row) count ------- 101 (1 row) count ------- 126 (1 row) count ------- 63 (1 row) count ------- 9 (1 row) count ------- 224 (1 row) count ------- 176 (1 row) count ------- 71 (1 row) count ------- 147 (1 row) count ------- 78 (1 row) count ------- 68 (1 row) count ------- 199 (1 row) count ------- 150 (1 row) count ------- 86 (1 row) count ------- 48 (1 row) count ------- 107 (1 row) count ------- 48 (1 row) count ------- 68 (1 row) count ------- 197 (1 row) count ------- 210 (1 row) count ------- 139 (1 row) count ------- 4 (1 row) count ------- 189 (1 row) count ------- 130 (1 row) count ------- 147 (1 row) count ------- 108 (1 row) count ------- 97 (1 row) count ------- 154 (1 row) count ------- 222 (1 row) count ------- 233 (1 row) count ------- 143 (1 row) count ------- 101 (1 row) count ------- 100 (1 row) count ------- 91 (1 row) count ------- 149 (1 row) count ------- 77 (1 row) count ------- 19 (1 row) count ------- 115 (1 row) count ------- 67 (1 row) count ------- 101 (1 row) count ------- 151 (1 row) count ------- 215 (1 row) count ------- 69 (1 row) count ------- 101 (1 row) count ------- 151 (1 row) count ------- 62 (1 row) count ------- 53 (1 row) count ------- 76 (1 row) count ------- 49 (1 row) count ------- 23 (1 row) count ------- 68 (1 row) count ------- 129 (1 row) count ------- 284 (1 row) count ------- 277 (1 row) count ------- 135 (1 row) count ------- 99 (1 row) count ------- 91 (1 row) count ------- 165 (1 row) count ------- 161 (1 row) count ------- 168 (1 row) count ------- 139 (1 row) count ------- 152 (1 row) count ------- 130 (1 row) count ------- 124 (1 row) count ------- 171 (1 row) count ------- 103 (1 row) count ------- 27 (1 row) count ------- 60 (1 row) count ------- 93 (1 row) count ------- 105 (1 row) count ------- 102 (1 row) count ------- 114 (1 row) count ------- 134 (1 row) count ------- 8 (1 row) count ------- 203 (1 row) count ------- 135 (1 row) count ------- 191 (1 row) count ------- 12 (1 row) count ------- 33 (1 row) count ------- 36 (1 row) count ------- 74 (1 row) count ------- 258 (1 row) count ------- 79 (1 row) count ------- 131 (1 row) count ------- 60 (1 row) count ------- 27 (1 row) count ------- 16 (1 row) count ------- 286 (1 row) count ------- 219 (1 row) count ------- 33 (1 row) count ------- 4 (1 row) count ------- 38 (1 row) count ------- 106 (1 row) count ------- 18 (1 row) count ------- 33 (1 row) count ------- 160 (1 row) count ------- 149 (1 row) count ------- 18 (1 row) count ------- 43 (1 row) count ------- 146 (1 row) count ------- 9 (1 row) count ------- 140 (1 row) count ------- 263 (1 row) count ------- 30 (1 row) count ------- 119 (1 row) count ------- 39 (1 row) count ------- 202 (1 row) count ------- 52 (1 row) count ------- 12 (1 row) count ------- 22 (1 row) count ------- 252 (1 row) count ------- 146 (1 row) count ------- 5 (1 row) count ------- 108 (1 row) count ------- 189 (1 row) count ------- 32 (1 row) count ------- 204 (1 row) count ------- 94 (1 row) count ------- 131 (1 row) count ------- 139 (1 row) count ------- 17 (1 row) count ------- 52 (1 row) count ------- 123 (1 row) count ------- 164 (1 row) count ------- 178 (1 row) count ------- 165 (1 row) count ------- 84 (1 row) count ------- 9 (1 row) count ------- 248 (1 row) count ------- 112 (1 row) count ------- 82 (1 row) count ------- 136 (1 row) count ------- 59 (1 row) count ------- 72 (1 row) count ------- 64 (1 row) count ------- 98 (1 row) count ------- 144 (1 row) count ------- 202 (1 row) count ------- 68 (1 row) count ------- 182 (1 row) count ------- 86 (1 row) count ------- 137 (1 row) count ------- 43 (1 row) count ------- 41 (1 row) count ------- 52 (1 row) count ------- 50 (1 row) count ------- 246 (1 row) count ------- 224 (1 row) count ------- 107 (1 row) count ------- 144 (1 row) count ------- 280 (1 row) count ------- 133 (1 row) count ------- 132 (1 row) count ------- 46 (1 row) count ------- 160 (1 row) count ------- 80 (1 row) count ------- 152 (1 row) count ------- 65 (1 row) count ------- 36 (1 row) count ------- 175 (1 row) count ------- 100 (1 row) count ------- 25 (1 row) count ------- 163 (1 row) count ------- 91 (1 row) count ------- 293 (1 row) count ------- 25 (1 row) count ------- 163 (1 row) count ------- 126 (1 row) count ------- 53 (1 row) count ------- 221 (1 row) count ------- 96 (1 row) count ------- 191 (1 row) count ------- 275 (1 row) count ------- 148 (1 row) count ------- 174 (1 row) count ------- 103 (1 row) count ------- 191 (1 row) count ------- 92 (1 row) count ------- 63 (1 row) count ------- 67 (1 row) count ------- 150 (1 row) count ------- 73 (1 row) count ------- 134 (1 row) count ------- 93 (1 row) count ------- 106 (1 row) count ------- 234 (1 row) count ------- 240 (1 row) count ------- 171 (1 row) count ------- 124 (1 row) count ------- 39 (1 row) count ------- 86 (1 row) count ------- 68 (1 row) count ------- 6 (1 row) count ------- 136 (1 row) count ------- 75 (1 row) count ------- 217 (1 row) count ------- 217 (1 row) count ------- 78 (1 row) count ------- 141 (1 row) count ------- 22 (1 row) count ------- 23 (1 row) count ------- 98 (1 row) count ------- 47 (1 row) count ------- 66 (1 row) count ------- 238 (1 row) count ------- 48 (1 row) count ------- 228 (1 row) count ------- 134 (1 row) count ------- 126 (1 row) count ------- 218 (1 row) count ------- 129 (1 row) count ------- 112 (1 row) count ------- 155 (1 row) count ------- 36 (1 row) count ------- 19 (1 row) count ------- 30 (1 row) count ------- 84 (1 row) count ------- 154 (1 row) count ------- 166 (1 row) count ------- 11 (1 row) count ------- 94 (1 row) count ------- 177 (1 row) count ------- 86 (1 row) count ------- 175 (1 row) count ------- 113 (1 row) count ------- 45 (1 row) count ------- 64 (1 row) count ------- 42 (1 row) count ------- 234 (1 row) count ------- 129 (1 row) count ------- 107 (1 row) count ------- 113 (1 row) count ------- 163 (1 row) count ------- 70 (1 row) count ------- 55 (1 row) count ------- 10 (1 row) count ------- 88 (1 row) count ------- 47 (1 row) count ------- 36 (1 row) count ------- 4 (1 row) count ------- 109 (1 row) count ------- 23 (1 row) count ------- 0 (1 row) count ------- 29 (1 row) count ------- 187 (1 row) count ------- 89 (1 row) count ------- 151 (1 row) count ------- 174 (1 row) count ------- 107 (1 row) count ------- 10 (1 row) count ------- 27 (1 row) count ------- 155 (1 row) count ------- 48 (1 row) count ------- 18 (1 row) count ------- 35 (1 row) count ------- 131 (1 row) count ------- 153 (1 row) count ------- 298 (1 row) count ------- 222 (1 row) count ------- 82 (1 row) count ------- 81 (1 row) count ------- 83 (1 row) count ------- 14 (1 row) count ------- 44 (1 row) count ------- 98 (1 row) count ------- 141 (1 row) count ------- 35 (1 row) count ------- 260 (1 row) count ------- 112 (1 row) count ------- 45 (1 row) count ------- 73 (1 row) count ------- 66 (1 row) count ------- 15 (1 row) count ------- 163 (1 row) count ------- 130 (1 row) count ------- 197 (1 row) count ------- 79 (1 row) count ------- 26 (1 row) count ------- 57 (1 row) count ------- 235 (1 row) count ------- 110 (1 row) count ------- 147 (1 row) count ------- 5 (1 row) count ------- 127 (1 row) count ------- 77 (1 row) count ------- 62 (1 row) count ------- 152 (1 row) count ------- 23 (1 row) count ------- 66 (1 row) count ------- 216 (1 row) count ------- 46 (1 row) count ------- 87 (1 row) count ------- 5 (1 row) count ------- 196 (1 row) count ------- 201 (1 row) count ------- 199 (1 row) count ------- 78 (1 row) count ------- 14 (1 row) count ------- 127 (1 row) count ------- 113 (1 row) count ------- 229 (1 row) count ------- 108 (1 row) count ------- 188 (1 row) count ------- 103 (1 row) count ------- 99 (1 row) count ------- 191 (1 row) count ------- 113 (1 row) count ------- 207 (1 row) count ------- 266 (1 row) count ------- 180 (1 row) count ------- 106 (1 row) count ------- 80 (1 row) count ------- 119 (1 row) count ------- 51 (1 row) count ------- 149 (1 row) count ------- 0 (1 row) count ------- 158 (1 row) count ------- 16 (1 row) count ------- 109 (1 row) count ------- 33 (1 row) count ------- 92 (1 row) count ------- 246 (1 row) count ------- 140 (1 row) count ------- 81 (1 row) count ------- 215 (1 row) count ------- 100 (1 row) count ------- 120 (1 row) count ------- 187 (1 row) count ------- 232 (1 row) count ------- 138 (1 row) count ------- 3 (1 row) count ------- 111 (1 row) count ------- 214 (1 row) count ------- 95 (1 row) count ------- 101 (1 row) count ------- 65 (1 row) count ------- 182 (1 row) count ------- 113 (1 row) count ------- 88 (1 row) count ------- 168 (1 row) count ------- 8 (1 row) count ------- 236 (1 row) count ------- 136 (1 row) count ------- 62 (1 row) count ------- 19 (1 row) count ------- 41 (1 row) count ------- 308 (1 row) count ------- 96 (1 row) count ------- 315 (1 row) count ------- 140 (1 row) count ------- 127 (1 row) count ------- 211 (1 row) count ------- 35 (1 row) count ------- 86 (1 row) count ------- 87 (1 row) count ------- 116 (1 row) count ------- 57 (1 row) count ------- 77 (1 row) count ------- 33 (1 row) count ------- 22 (1 row) count ------- 116 (1 row) count ------- 120 (1 row) count ------- 63 (1 row) count ------- 272 (1 row) count ------- 164 (1 row) count ------- 123 (1 row) count ------- 136 (1 row) count ------- 172 (1 row) count ------- 43 (1 row) count ------- 81 (1 row) count ------- 102 (1 row) count ------- 35 (1 row) count ------- 175 (1 row) count ------- 113 (1 row) count ------- 232 (1 row) count ------- 40 (1 row) count ------- 120 (1 row) count ------- 84 (1 row) count ------- 21 (1 row) count ------- 39 (1 row) count ------- 157 (1 row) count ------- 4 (1 row) count ------- 51 (1 row) count ------- 54 (1 row) count ------- 176 (1 row) count ------- 56 (1 row) count ------- 131 (1 row) count ------- 44 (1 row) count ------- 36 (1 row) count ------- 86 (1 row) count ------- 227 (1 row) count ------- 128 (1 row) count ------- 238 (1 row) count ------- 69 (1 row) count ------- 53 (1 row) count ------- 34 (1 row) count ------- 8 (1 row) count ------- 161 (1 row) count ------- 104 (1 row) count ------- 159 (1 row) count ------- 142 (1 row) count ------- 230 (1 row) count ------- 132 (1 row) count ------- 81 (1 row) count ------- 130 (1 row) count ------- 185 (1 row) count ------- 138 (1 row) count ------- 136 (1 row) count ------- 301 (1 row) count ------- 223 (1 row) count ------- 98 (1 row) count ------- 180 (1 row) count ------- 78 (1 row) count ------- 241 (1 row) count ------- 209 (1 row) count ------- 114 (1 row) count ------- 60 (1 row) count ------- 43 (1 row) count ------- 37 (1 row) count ------- 101 (1 row) count ------- 138 (1 row) count ------- 60 (1 row) count ------- 134 (1 row) count ------- 27 (1 row) count ------- 168 (1 row) count ------- 21 (1 row) count ------- 249 (1 row) count ------- 18 (1 row) count ------- 177 (1 row) count ------- 46 (1 row) count ------- 77 (1 row) count ------- 51 (1 row) count ------- 63 (1 row) count ------- 117 (1 row) count ------- 27 (1 row) count ------- 64 (1 row) count ------- 52 (1 row) count ------- 178 (1 row) count ------- 126 (1 row) count ------- 149 (1 row) count ------- 85 (1 row) count ------- 219 (1 row) count ------- 130 (1 row) count ------- 4 (1 row) count ------- 16 (1 row) count ------- 162 (1 row) count ------- 223 (1 row) count ------- 60 (1 row) count ------- 0 (1 row) count ------- 138 (1 row) count ------- 126 (1 row) count ------- 127 (1 row) count ------- 88 (1 row) count ------- 50 (1 row) count ------- 26 (1 row) count ------- 199 (1 row) count ------- 41 (1 row) count ------- 16 (1 row) count ------- 77 (1 row) count ------- 121 (1 row) count ------- 135 (1 row) count ------- 21 (1 row) count ------- 88 (1 row) count ------- 106 (1 row) count ------- 230 (1 row) count ------- 119 (1 row) count ------- 109 (1 row) count ------- 98 (1 row) count ------- 173 (1 row) count ------- 245 (1 row) count ------- 167 (1 row) count ------- 79 (1 row) count ------- 23 (1 row) count ------- 67 (1 row) count ------- 50 (1 row) count ------- 88 (1 row) count ------- 116 (1 row) count ------- 16 (1 row) count ------- 85 (1 row) count ------- 110 (1 row) count ------- 53 (1 row) count ------- 154 (1 row) count ------- 134 (1 row) count ------- 82 (1 row) count ------- 96 (1 row) count ------- 218 (1 row) count ------- 8 (1 row) count ------- 177 (1 row) count ------- 132 (1 row) count ------- 34 (1 row) count ------- 122 (1 row) count ------- 170 (1 row) count ------- 85 (1 row) count ------- 98 (1 row) count ------- 32 (1 row) count ------- 137 (1 row) count ------- 221 (1 row) count ------- 43 (1 row) count ------- 94 (1 row) count ------- 97 (1 row) count ------- 276 (1 row) count ------- 138 (1 row) count ------- 89 (1 row) count ------- 86 (1 row) count ------- 94 (1 row) count ------- 95 (1 row) count ------- 20 (1 row) count ------- 137 (1 row) count ------- 183 (1 row) count ------- 34 (1 row) count ------- 103 (1 row) count ------- 41 (1 row) count ------- 359 (1 row) count ------- 146 (1 row) count ------- 196 (1 row) count ------- 106 (1 row) count ------- 78 (1 row) count ------- 216 (1 row) count ------- 209 (1 row) count ------- 118 (1 row) count ------- 92 (1 row) count ------- 86 (1 row) count ------- 37 (1 row) count ------- 132 (1 row) count ------- 353 (1 row) count ------- 17 (1 row) count ------- 78 (1 row) count ------- 187 (1 row) count ------- 123 (1 row) count ------- 55 (1 row) count ------- 39 (1 row) count ------- 17 (1 row) count ------- 122 (1 row) count ------- 82 (1 row) count ------- 58 (1 row) count ------- 63 (1 row) count ------- 132 (1 row) count ------- 43 (1 row) count ------- 105 (1 row) count ------- 208 (1 row) count ------- 86 (1 row) count ------- 149 (1 row) count ------- 219 (1 row) count ------- 78 (1 row) count ------- 61 (1 row) count ------- 122 (1 row) count ------- 95 (1 row) count ------- 30 (1 row) count ------- 53 (1 row) count ------- 78 (1 row) count ------- 102 (1 row) count ------- 178 (1 row) count ------- 88 (1 row) count ------- 166 (1 row) count ------- 143 (1 row) count ------- 3 (1 row) count ------- 139 (1 row) count ------- 107 (1 row) count ------- 60 (1 row) count ------- 195 (1 row) count ------- 25 (1 row) count ------- 237 (1 row) count ------- 41 (1 row) count ------- 41 (1 row) count ------- 56 (1 row) count ------- 100 (1 row) count ------- 31 (1 row) count ------- 268 (1 row) count ------- 81 (1 row) count ------- 144 (1 row) count ------- 78 (1 row) count ------- 103 (1 row) count ------- 104 (1 row) count ------- 74 (1 row) count ------- 79 (1 row) count ------- 241 (1 row) count ------- 226 (1 row) count ------- 92 (1 row) count ------- 229 (1 row) count ------- 103 (1 row) count ------- 106 (1 row) count ------- 71 (1 row) count ------- 64 (1 row) count ------- 32 (1 row) count ------- 78 (1 row) count ------- 247 (1 row) count ------- 85 (1 row) count ------- 222 (1 row) count ------- 267 (1 row) count ------- 104 (1 row) count ------- 85 (1 row) count ------- 103 (1 row) count ------- 216 (1 row) count ------- 189 (1 row) count ------- 212 (1 row) count ------- 87 (1 row) count ------- 162 (1 row) count ------- 140 (1 row) count ------- 150 (1 row) count ------- 117 (1 row) count ------- 106 (1 row) count ------- 80 (1 row) count ------- 71 (1 row) count ------- 40 (1 row) count ------- 205 (1 row) count ------- 245 (1 row) count ------- 124 (1 row) count ------- 181 (1 row) count ------- 36 (1 row) count ------- 31 (1 row) count ------- 294 (1 row) count ------- 102 (1 row) count ------- 119 (1 row) count ------- 244 (1 row) count ------- 162 (1 row) count ------- 24 (1 row) count ------- 103 (1 row) count ------- 74 (1 row) count ------- 69 (1 row) count ------- 24 (1 row) count ------- 151 (1 row) count ------- 90 (1 row) count ------- 95 (1 row) count ------- 42 (1 row) count ------- 135 (1 row) count ------- 213 (1 row) count ------- 113 (1 row) count ------- 78 (1 row) count ------- 80 (1 row) count ------- 34 (1 row) count ------- 68 (1 row) count ------- 78 (1 row) count ------- 215 (1 row) count ------- 158 (1 row) count ------- 137 (1 row) count ------- 64 (1 row) count ------- 176 (1 row) count ------- 13 (1 row) count ------- 143 (1 row) count ------- 122 (1 row) count ------- 115 (1 row) count ------- 185 (1 row) count ------- 140 (1 row) count ------- 44 (1 row) count ------- 170 (1 row) count ------- 218 (1 row) count ------- 33 (1 row) count ------- 129 (1 row) count ------- 206 (1 row) count ------- 119 (1 row) count ------- 84 (1 row) count ------- 89 (1 row) count ------- 110 (1 row) count ------- 39 (1 row) count ------- 241 (1 row) count ------- 134 (1 row) count ------- 98 (1 row) count ------- 34 (1 row) count ------- 94 (1 row) count ------- 106 (1 row) count ------- 179 (1 row) count ------- 197 (1 row) count ------- 31 (1 row) count ------- 115 (1 row) count ------- 87 (1 row) count ------- 111 (1 row) count ------- 158 (1 row) count ------- 135 (1 row) count ------- 95 (1 row) count ------- 105 (1 row) count ------- 102 (1 row) count ------- 48 (1 row) count ------- 175 (1 row) count ------- 66 (1 row) count ------- 256 (1 row) count ------- 235 (1 row) count ------- 161 (1 row) count ------- 199 (1 row) count ------- 145 (1 row) count ------- 95 (1 row) count ------- 0 (1 row) count ------- 113 (1 row) count ------- 176 (1 row) count ------- 253 (1 row) count ------- 91 (1 row) count ------- 10 (1 row) count ------- 148 (1 row) count ------- 176 (1 row) count ------- 205 (1 row) count ------- 84 (1 row) count ------- 74 (1 row) count ------- 201 (1 row) count ------- 220 (1 row) count ------- 152 (1 row) count ------- 162 (1 row) count ------- 183 (1 row) count ------- 162 (1 row) count ------- 53 (1 row) count ------- 174 (1 row) count ------- 18 (1 row) count ------- 115 (1 row) count ------- 164 (1 row) count ------- 85 (1 row) count ------- 47 (1 row) count ------- 24 (1 row) count ------- 192 (1 row) count ------- 132 (1 row) count ------- 139 (1 row) count ------- 67 (1 row) count ------- 131 (1 row) count ------- 175 (1 row) count ------- 80 (1 row) count ------- 123 (1 row) count ------- 89 (1 row) count ------- 174 (1 row) count ------- 11 (1 row) count ------- 59 (1 row) count ------- 119 (1 row) count ------- 21 (1 row) count ------- 88 (1 row) count ------- 20 (1 row) count ------- 76 (1 row) count ------- 137 (1 row) count ------- 114 (1 row) count ------- 67 (1 row) count ------- 36 (1 row) count ------- 283 (1 row) count ------- 21 (1 row) count ------- 90 (1 row) count ------- 91 (1 row) count ------- 121 (1 row) count ------- 155 (1 row) count ------- 116 (1 row) count ------- 27 (1 row) count ------- 68 (1 row) count ------- 1 (1 row) count ------- 225 (1 row) count ------- 133 (1 row) count ------- 237 (1 row) count ------- 139 (1 row) count ------- 130 (1 row) count ------- 115 (1 row) count ------- 154 (1 row) count ------- 107 (1 row) count ------- 89 (1 row) count ------- 90 (1 row) count ------- 125 (1 row) count ------- 63 (1 row) count ------- 54 (1 row) count ------- 49 (1 row) count ------- 135 (1 row) count ------- 215 (1 row) count ------- 6 (1 row) count ------- 153 (1 row) count ------- 125 (1 row) count ------- 101 (1 row) count ------- 111 (1 row) count ------- 213 (1 row) count ------- 75 (1 row) count ------- 64 (1 row) count ------- 105 (1 row) count ------- 162 (1 row) count ------- 267 (1 row) count ------- 136 (1 row) count ------- 133 (1 row) count ------- 171 (1 row) count ------- 136 (1 row) count ------- 124 (1 row) count ------- 153 (1 row) count ------- 40 (1 row) count ------- 132 (1 row) count ------- 99 (1 row) count ------- 220 (1 row) count ------- 63 (1 row) count ------- 67 (1 row) count ------- 164 (1 row) count ------- 150 (1 row) count ------- 70 (1 row) count ------- 99 (1 row) count ------- 238 (1 row) count ------- 112 (1 row) count ------- 87 (1 row) count ------- 127 (1 row) count ------- 184 (1 row) count ------- 138 (1 row) count ------- 77 (1 row) count ------- 130 (1 row) count ------- 74 (1 row) count ------- 129 (1 row) count ------- 69 (1 row) count ------- 192 (1 row) count ------- 126 (1 row) count ------- 42 (1 row) count ------- 44 (1 row) count ------- 196 (1 row) count ------- 143 (1 row) count ------- 254 (1 row) count ------- 136 (1 row) count ------- 4 (1 row) count ------- 213 (1 row) count ------- 75 (1 row) count ------- 84 (1 row) count ------- 122 (1 row) count ------- 230 (1 row) count ------- 85 (1 row) count ------- 96 (1 row) count ------- 126 (1 row) count ------- 32 (1 row) count ------- 89 (1 row) count ------- 70 (1 row) count ------- 232 (1 row) count ------- 199 (1 row) count ------- 163 (1 row) count ------- 187 (1 row) count ------- 56 (1 row) count ------- 58 (1 row) count ------- 147 (1 row) count ------- 103 (1 row) count ------- 38 (1 row) count ------- 11 (1 row) count ------- 160 (1 row) count ------- 195 (1 row) count ------- 146 (1 row) count ------- 75 (1 row) count ------- 196 (1 row) count ------- 33 (1 row) count ------- 269 (1 row) count ------- 193 (1 row) count ------- 112 (1 row) count ------- 113 (1 row) count ------- 89 (1 row) count ------- 167 (1 row) count ------- 117 (1 row) count ------- 198 (1 row) count ------- 163 (1 row) count ------- 141 (1 row) count ------- 126 (1 row) count ------- 162 (1 row) count ------- 114 (1 row) count ------- 98 (1 row) count ------- 142 (1 row) count ------- 88 (1 row) count ------- 101 (1 row) count ------- 157 (1 row) count ------- 17 (1 row) count ------- 113 (1 row) count ------- 163 (1 row) count ------- 56 (1 row) count ------- 24 (1 row) count ------- 177 (1 row) count ------- 75 (1 row) count ------- 112 (1 row) count ------- 120 (1 row) count ------- 91 (1 row) count ------- 214 (1 row) count ------- 64 (1 row) count ------- 92 (1 row) count ------- 161 (1 row) count ------- 169 (1 row) count ------- 158 (1 row) count ------- 24 (1 row) count ------- 119 (1 row) count ------- 241 (1 row) count ------- 56 (1 row) count ------- 104 (1 row) count ------- 118 (1 row) count ------- 14 (1 row) count ------- 36 (1 row) count ------- 7 (1 row) count ------- 48 (1 row) count ------- 205 (1 row) count ------- 171 (1 row) count ------- 88 (1 row) count ------- 223 (1 row) count ------- 265 (1 row) count ------- 6 (1 row) count ------- 279 (1 row) count ------- 52 (1 row) count ------- 127 (1 row) count ------- 155 (1 row) count ------- 129 (1 row) count ------- 101 (1 row) count ------- 109 (1 row) count ------- 151 (1 row) count ------- 215 (1 row) count ------- 81 (1 row) count ------- 209 (1 row) count ------- 122 (1 row) count ------- 94 (1 row) count ------- 31 (1 row) count ------- 100 (1 row) count ------- 144 (1 row) count ------- 148 (1 row) count ------- 78 (1 row) count ------- 26 (1 row) count ------- 73 (1 row) count ------- 118 (1 row) count ------- 112 (1 row) count ------- 89 (1 row) count ------- 42 (1 row) count ------- 101 (1 row) count ------- 202 (1 row) count ------- 140 (1 row) count ------- 56 (1 row) count ------- 37 (1 row) count ------- 103 (1 row) count ------- 25 (1 row) count ------- 25 (1 row) count ------- 116 (1 row) count ------- 163 (1 row) count ------- 73 (1 row) count ------- 147 (1 row) count ------- 129 (1 row) count ------- 15 (1 row) count ------- 27 (1 row) count ------- 1 (1 row) count ------- 11 (1 row) count ------- 141 (1 row) count ------- 109 (1 row) count ------- 119 (1 row) count ------- 167 (1 row) count ------- 144 (1 row) count ------- 103 (1 row) count ------- 57 (1 row) count ------- 79 (1 row) count ------- 269 (1 row) count ------- 113 (1 row) count ------- 22 (1 row) count ------- 175 (1 row) count ------- 20 (1 row) count ------- 77 (1 row) count ------- 177 (1 row) count ------- 38 (1 row) count ------- 204 (1 row) count ------- 195 (1 row) count ------- 238 (1 row) count ------- 286 (1 row) count ------- 271 (1 row) count ------- 33 (1 row) count ------- 160 (1 row) count ------- 3 (1 row) count ------- 125 (1 row) count ------- 222 (1 row) count ------- 140 (1 row) count ------- 41 (1 row) count ------- 52 (1 row) count ------- 20 (1 row) count ------- 165 (1 row) count ------- 54 (1 row) count ------- 103 (1 row) count ------- 64 (1 row) count ------- 109 (1 row) count ------- 83 (1 row) count ------- 65 (1 row) count ------- 99 (1 row) count ------- 135 (1 row) count ------- 154 (1 row) count ------- 107 (1 row) count ------- 128 (1 row) count ------- 142 (1 row) count ------- 29 (1 row) count ------- 279 (1 row) count ------- 116 (1 row) count ------- 86 (1 row) count ------- 136 (1 row) count ------- 121 (1 row) count ------- 46 (1 row) count ------- 252 (1 row) count ------- 153 (1 row) count ------- 14 (1 row) count ------- 145 (1 row) count ------- 123 (1 row) count ------- 263 (1 row) count ------- 50 (1 row) count ------- 182 (1 row) count ------- 157 (1 row) count ------- 72 (1 row) count ------- 165 (1 row) count ------- 57 (1 row) count ------- 13 (1 row) count ------- 129 (1 row) count ------- 18 (1 row) count ------- 153 (1 row) count ------- 142 (1 row) count ------- 87 (1 row) count ------- 145 (1 row) count ------- 103 (1 row) count ------- 91 (1 row) count ------- 14 (1 row) count ------- 221 (1 row) count ------- 18 (1 row) count ------- 254 (1 row) count ------- 70 (1 row) count ------- 13 (1 row) count ------- 175 (1 row) count ------- 27 (1 row) count ------- 143 (1 row) count ------- 266 (1 row) count ------- 252 (1 row) count ------- 187 (1 row) count ------- 223 (1 row) count ------- 25 (1 row) count ------- 206 (1 row) count ------- 7 (1 row) count ------- 128 (1 row) count ------- 125 (1 row) count ------- 84 (1 row) count ------- 125 (1 row) count ------- 162 (1 row) count ------- 161 (1 row) count ------- 199 (1 row) count ------- 63 (1 row) count ------- 162 (1 row) count ------- 15 (1 row) count ------- 28 (1 row) count ------- 59 (1 row) count ------- 178 (1 row) count ------- 127 (1 row) count ------- 130 (1 row) count ------- 203 (1 row) count ------- 31 (1 row) count ------- 113 (1 row) count ------- 30 (1 row) count ------- 108 (1 row) count ------- 168 (1 row) count ------- 202 (1 row) count ------- 70 (1 row) count ------- 171 (1 row) count ------- 235 (1 row) count ------- 55 (1 row) count ------- 269 (1 row) count ------- 217 (1 row) count ------- 172 (1 row) count ------- 104 (1 row) count ------- 139 (1 row) count ------- 163 (1 row) count ------- 50 (1 row) count ------- 176 (1 row) count ------- 255 (1 row) count ------- 23 (1 row) count ------- 137 (1 row) count ------- 138 (1 row) count ------- 240 (1 row) count ------- 45 (1 row) count ------- 195 (1 row) count ------- 196 (1 row) count ------- 17 (1 row) count ------- 208 (1 row) count ------- 99 (1 row) count ------- 9 (1 row) count ------- 177 (1 row) count ------- 95 (1 row) count ------- 333 (1 row) count ------- 84 (1 row) count ------- 122 (1 row) count ------- 43 (1 row) count ------- 109 (1 row) count ------- 149 (1 row) count ------- 106 (1 row) count ------- 175 (1 row) count ------- 84 (1 row) count ------- 113 (1 row) count ------- 154 (1 row) count ------- 116 (1 row) count ------- 180 (1 row) count ------- 143 (1 row) count ------- 267 (1 row) count ------- 252 (1 row) count ------- 184 (1 row) count ------- 71 (1 row) count ------- 129 (1 row) count ------- 111 (1 row) count ------- 295 (1 row) count ------- 111 (1 row) count ------- 155 (1 row) count ------- 133 (1 row) count ------- 152 (1 row) count ------- 28 (1 row) count ------- 152 (1 row) count ------- 277 (1 row) count ------- 17 (1 row) count ------- 69 (1 row) count ------- 6 (1 row) count ------- 66 (1 row) count ------- 132 (1 row) count ------- 144 (1 row) count ------- 85 (1 row) count ------- 111 (1 row) count ------- 68 (1 row) count ------- 132 (1 row) count ------- 55 (1 row) count ------- 309 (1 row) count ------- 149 (1 row) count ------- 169 (1 row) count ------- 149 (1 row) count ------- 68 (1 row) count ------- 97 (1 row) count ------- 172 (1 row) count ------- 112 (1 row) count ------- 48 (1 row) count ------- 94 (1 row) count ------- 87 (1 row) count ------- 132 (1 row) count ------- 34 (1 row) count ------- 95 (1 row) count ------- 18 (1 row) count ------- 233 (1 row) count ------- 97 (1 row) count ------- 141 (1 row) count ------- 235 (1 row) count ------- 146 (1 row) count ------- 44 (1 row) count ------- 157 (1 row) count ------- 238 (1 row) count ------- 137 (1 row) count ------- 103 (1 row) count ------- 187 (1 row) count ------- 227 (1 row) count ------- 70 (1 row) count ------- 131 (1 row) count ------- 114 (1 row) count ------- 115 (1 row) count ------- 207 (1 row) count ------- 259 (1 row) count ------- 73 (1 row) count ------- 113 (1 row) count ------- 226 (1 row) count ------- 184 (1 row) count ------- 303 (1 row) count ------- 105 (1 row) count ------- 146 (1 row) count ------- 163 (1 row) count ------- 55 (1 row) count ------- 191 (1 row) count ------- 149 (1 row) count ------- 156 (1 row) count ------- 81 (1 row) count ------- 56 (1 row) count ------- 211 (1 row) count ------- 82 (1 row) count ------- 243 (1 row) count ------- 50 (1 row) count ------- 118 (1 row) count ------- 65 (1 row) count ------- 255 (1 row) count ------- 119 (1 row) count ------- 104 (1 row) count ------- 249 (1 row) count ------- 215 (1 row) count ------- 88 (1 row) count ------- 19 (1 row) count ------- 189 (1 row) count ------- 103 (1 row) count ------- 63 (1 row) count ------- 126 (1 row) count ------- 19 (1 row) count ------- 63 (1 row) count ------- 31 (1 row) count ------- 140 (1 row) count ------- 105 (1 row) count ------- 103 (1 row) count ------- 185 (1 row) count ------- 104 (1 row) count ------- 83 (1 row) count ------- 148 (1 row) count ------- 139 (1 row) count ------- 157 (1 row) count ------- 31 (1 row) count ------- 18 (1 row) count ------- 30 (1 row) count ------- 140 (1 row) count ------- 51 (1 row) count ------- 146 (1 row) count ------- 191 (1 row) count ------- 7 (1 row) count ------- 134 (1 row) count ------- 290 (1 row) count ------- 128 (1 row) count ------- 154 (1 row) count ------- 99 (1 row) count ------- 269 (1 row) count ------- 107 (1 row) count ------- 141 (1 row) count ------- 140 (1 row) count ------- 213 (1 row) count ------- 194 (1 row) count ------- 68 (1 row) count ------- 16 (1 row) count ------- 84 (1 row) count ------- 58 (1 row) count ------- 70 (1 row) count ------- 131 (1 row) count ------- 69 (1 row) count ------- 184 (1 row) count ------- 47 (1 row) count ------- 12 (1 row) count ------- 160 (1 row) count ------- 174 (1 row) count ------- 108 (1 row) count ------- 201 (1 row) count ------- 74 (1 row) count ------- 12 (1 row) count ------- 192 (1 row) count ------- 190 (1 row) count ------- 114 (1 row) count ------- 239 (1 row) count ------- 141 (1 row) count ------- 131 (1 row) count ------- 32 (1 row) count ------- 65 (1 row) count ------- 100 (1 row) count ------- 138 (1 row) count ------- 124 (1 row) count ------- 212 (1 row) count ------- 143 (1 row) count ------- 74 (1 row) count ------- 199 (1 row) count ------- 129 (1 row) count ------- 0 (1 row) count ------- 45 (1 row) count ------- 16 (1 row) count ------- 60 (1 row) count ------- 153 (1 row) count ------- 252 (1 row) count ------- 83 (1 row) count ------- 299 (1 row) count ------- 134 (1 row) count ------- 81 (1 row) count ------- 25 (1 row) count ------- 77 (1 row) count ------- 163 (1 row) count ------- 9 (1 row) count ------- 127 (1 row) count ------- 277 (1 row) count ------- 48 (1 row) count ------- 106 (1 row) count ------- 61 (1 row) count ------- 183 (1 row) count ------- 89 (1 row) count ------- 125 (1 row) count ------- 192 (1 row) count ------- 168 (1 row) count ------- 136 (1 row) count ------- 162 (1 row) count ------- 79 (1 row) count ------- 119 (1 row) count ------- 104 (1 row) count ------- 16 (1 row) count ------- 202 (1 row) count ------- 44 (1 row) count ------- 108 (1 row) count ------- 86 (1 row) count ------- 243 (1 row) count ------- 68 (1 row) count ------- 23 (1 row) count ------- 168 (1 row) count ------- 127 (1 row) count ------- 136 (1 row) count ------- 40 (1 row) count ------- 103 (1 row) count ------- 210 (1 row) count ------- 43 (1 row) count ------- 34 (1 row) count ------- 16 (1 row) count ------- 89 (1 row) count ------- 47 (1 row) count ------- 188 (1 row) count ------- 127 (1 row) count ------- 1 (1 row) count ------- 97 (1 row) count ------- 336 (1 row) count ------- 170 (1 row) count ------- 193 (1 row) count ------- 123 (1 row) count ------- 110 (1 row) count ------- 165 (1 row) count ------- 111 (1 row) count ------- 229 (1 row) count ------- 68 (1 row) count ------- 188 (1 row) count ------- 98 (1 row) count ------- 106 (1 row) count ------- 65 (1 row) count ------- 141 (1 row) count ------- 242 (1 row) count ------- 122 (1 row) count ------- 109 (1 row) count ------- 103 (1 row) count ------- 66 (1 row) count ------- 259 (1 row) count ------- 41 (1 row) count ------- 27 (1 row) count ------- 153 (1 row) count ------- 76 (1 row) count ------- 11 (1 row) count ------- 38 (1 row) count ------- 241 (1 row) count ------- 103 (1 row) count ------- 31 (1 row) count ------- 122 (1 row) count ------- 53 (1 row) count ------- 219 (1 row) count ------- 78 (1 row) count ------- 141 (1 row) count ------- 77 (1 row) count ------- 99 (1 row) count ------- 38 (1 row) count ------- 171 (1 row) count ------- 6 (1 row) count ------- 258 (1 row) count ------- 72 (1 row) count ------- 166 (1 row) count ------- 75 (1 row) count ------- 138 (1 row) count ------- 271 (1 row) count ------- 82 (1 row) count ------- 88 (1 row) count ------- 111 (1 row) count ------- 135 (1 row) count ------- 75 (1 row) count ------- 99 (1 row) count ------- 39 (1 row) count ------- 60 (1 row) count ------- 86 (1 row) count ------- 100 (1 row) count ------- 311 (1 row) count ------- 152 (1 row) count ------- 288 (1 row) count ------- 96 (1 row) count ------- 53 (1 row) count ------- 225 (1 row) count ------- 120 (1 row) count ------- 35 (1 row) count ------- 28 (1 row) count ------- 285 (1 row) count ------- 244 (1 row) count ------- 99 (1 row) count ------- 73 (1 row) count ------- 130 (1 row) count ------- 85 (1 row) count ------- 196 (1 row) count ------- 89 (1 row) count ------- 6 (1 row) count ------- 75 (1 row) count ------- 149 (1 row) count ------- 34 (1 row) count ------- 9 (1 row) count ------- 52 (1 row) count ------- 10 (1 row) count ------- 141 (1 row) count ------- 105 (1 row) count ------- 92 (1 row) count ------- 192 (1 row) count ------- 49 (1 row) count ------- 103 (1 row) count ------- 54 (1 row) count ------- 238 (1 row) count ------- 216 (1 row) count ------- 157 (1 row) count ------- 236 (1 row) count ------- 165 (1 row) count ------- 132 (1 row) count ------- 317 (1 row) count ------- 246 (1 row) count ------- 102 (1 row) count ------- 48 (1 row) count ------- 175 (1 row) count ------- 99 (1 row) count ------- 186 (1 row) count ------- 178 (1 row) count ------- 33 (1 row) count ------- 44 (1 row) count ------- 93 (1 row) count ------- 104 (1 row) count ------- 247 (1 row) count ------- 48 (1 row) count ------- 164 (1 row) count ------- 119 (1 row) count ------- 148 (1 row) count ------- 126 (1 row) count ------- 127 (1 row) count ------- 98 (1 row) count ------- 111 (1 row) count ------- 112 (1 row) count ------- 46 (1 row) count ------- 141 (1 row) count ------- 141 (1 row) count ------- 116 (1 row) count ------- 48 (1 row) count ------- 250 (1 row) count ------- 106 (1 row) count ------- 191 (1 row) count ------- 175 (1 row) count ------- 144 (1 row) count ------- 106 (1 row) count ------- 259 (1 row) count ------- 269 (1 row) count ------- 117 (1 row) count ------- 258 (1 row) count ------- 265 (1 row) count ------- 110 (1 row) count ------- 116 (1 row) count ------- 99 (1 row) count ------- 12 (1 row) count ------- 221 (1 row) count ------- 42 (1 row) count ------- 55 (1 row) count ------- 199 (1 row) count ------- 138 (1 row) count ------- 56 (1 row) count ------- 145 (1 row) count ------- 73 (1 row) count ------- 82 (1 row) count ------- 71 (1 row) count ------- 43 (1 row) count ------- 196 (1 row) count ------- 84 (1 row) count ------- 43 (1 row) count ------- 177 (1 row) count ------- 112 (1 row) count ------- 150 (1 row) count ------- 30 (1 row) count ------- 171 (1 row) count ------- 111 (1 row) count ------- 126 (1 row) count ------- 200 (1 row) count ------- 96 (1 row) count ------- 35 (1 row) count ------- 98 (1 row) count ------- 82 (1 row) count ------- 12 (1 row) count ------- 19 (1 row) count ------- 117 (1 row) count ------- 154 (1 row) count ------- 48 (1 row) count ------- 18 (1 row) count ------- 194 (1 row) count ------- 77 (1 row) count ------- 194 (1 row) count ------- 39 (1 row) count ------- 111 (1 row) count ------- 25 (1 row) count ------- 16 (1 row) count ------- 60 (1 row) count ------- 38 (1 row) count ------- 96 (1 row) count ------- 42 (1 row) count ------- 75 (1 row) count ------- 78 (1 row) count ------- 202 (1 row) count ------- 213 (1 row) count ------- 132 (1 row) count ------- 179 (1 row) count ------- 88 (1 row) count ------- 153 (1 row) count ------- 207 (1 row) count ------- 204 (1 row) count ------- 211 (1 row) count ------- 28 (1 row) count ------- 200 (1 row) count ------- 103 (1 row) count ------- 100 (1 row) count ------- 74 (1 row) count ------- 258 (1 row) count ------- 117 (1 row) count ------- 188 (1 row) count ------- 201 (1 row) count ------- 130 (1 row) count ------- 362 (1 row) count ------- 81 (1 row) count ------- 56 (1 row) count ------- 279 (1 row) count ------- 282 (1 row) count ------- 171 (1 row) count ------- 174 (1 row) count ------- 138 (1 row) count ------- 138 (1 row) count ------- 118 (1 row) count ------- 94 (1 row) count ------- 64 (1 row) count ------- 201 (1 row) count ------- 74 (1 row) count ------- 142 (1 row) count ------- 180 (1 row) count ------- 111 (1 row) count ------- 128 (1 row) count ------- 52 (1 row) count ------- 65 (1 row) count ------- 46 (1 row) count ------- 155 (1 row) count ------- 84 (1 row) count ------- 151 (1 row) count ------- 47 (1 row) count ------- 38 (1 row) count ------- 278 (1 row) count ------- 104 (1 row) count ------- 60 (1 row) count ------- 76 (1 row) count ------- 186 (1 row) count ------- 189 (1 row) count ------- 98 (1 row) count ------- 106 (1 row) count ------- 144 (1 row) count ------- 68 (1 row) count ------- 105 (1 row) count ------- 235 (1 row) count ------- 126 (1 row) count ------- 57 (1 row) count ------- 193 (1 row) count ------- 181 (1 row) count ------- 116 (1 row) count ------- 275 (1 row) count ------- 277 (1 row) count ------- 174 (1 row) count ------- 10 (1 row) count ------- 8 (1 row) count ------- 112 (1 row) count ------- 79 (1 row) count ------- 121 (1 row) count ------- 221 (1 row) count ------- 94 (1 row) count ------- 145 (1 row) count ------- 146 (1 row) count ------- 150 (1 row) count ------- 323 (1 row) count ------- 149 (1 row) count ------- 120 (1 row) count ------- 69 (1 row) count ------- 88 (1 row) count ------- 154 (1 row) count ------- 32 (1 row) count ------- 154 (1 row) count ------- 120 (1 row) count ------- 74 (1 row) count ------- 61 (1 row) count ------- 54 (1 row) count ------- 127 (1 row) count ------- 8 (1 row) count ------- 301 (1 row) count ------- 132 (1 row) count ------- 214 (1 row) count ------- 136 (1 row) count ------- 254 (1 row) count ------- 77 (1 row) count ------- 260 (1 row) count ------- 138 (1 row) count ------- 164 (1 row) count ------- 136 (1 row) count ------- 169 (1 row) count ------- 82 (1 row) count ------- 178 (1 row) count ------- 142 (1 row) count ------- 186 (1 row) count ------- 0 (1 row) count ------- 200 (1 row) count ------- 108 (1 row) count ------- 91 (1 row) count ------- 37 (1 row) count ------- 206 (1 row) count ------- 167 (1 row) count ------- 52 (1 row) count ------- 191 (1 row) count ------- 283 (1 row) count ------- 164 (1 row) count ------- 254 (1 row) count ------- 197 (1 row) count ------- 135 (1 row) count ------- 73 (1 row) count ------- 41 (1 row) count ------- 51 (1 row) count ------- 72 (1 row) count ------- 138 (1 row) count ------- 79 (1 row) count ------- 54 (1 row) count ------- 69 (1 row) count ------- 213 (1 row) count ------- 164 (1 row) count ------- 92 (1 row) count ------- 14 (1 row) count ------- 13 (1 row) count ------- 236 (1 row) count ------- 137 (1 row) count ------- 127 (1 row) count ------- 154 (1 row) count ------- 210 (1 row) count ------- 47 (1 row) count ------- 197 (1 row) count ------- 249 (1 row) count ------- 72 (1 row) count ------- 101 (1 row) count ------- 178 (1 row) count ------- 55 (1 row) count ------- 18 (1 row) count ------- 61 (1 row) count ------- 378 (1 row) count ------- 102 (1 row) count ------- 66 (1 row) count ------- 93 (1 row) count ------- 127 (1 row) count ------- 225 (1 row) count ------- 105 (1 row) count ------- 46 (1 row) count ------- 177 (1 row) count ------- 147 (1 row) count ------- 7 (1 row) count ------- 205 (1 row) count ------- 89 (1 row) count ------- 157 (1 row) count ------- 102 (1 row) count ------- 117 (1 row) count ------- 134 (1 row) count ------- 131 (1 row) count ------- 75 (1 row) count ------- 73 (1 row) count ------- 69 (1 row) count ------- 121 (1 row) count ------- 163 (1 row) count ------- 10 (1 row) count ------- 26 (1 row) count ------- 94 (1 row) count ------- 5 (1 row) count ------- 116 (1 row) count ------- 120 (1 row) count ------- 157 (1 row) count ------- 31 (1 row) count ------- 96 (1 row) count ------- 98 (1 row) count ------- 71 (1 row) count ------- 47 (1 row) count ------- 125 (1 row) count ------- 1 (1 row) count ------- 142 (1 row) count ------- 145 (1 row) count ------- 154 (1 row) count ------- 95 (1 row) count ------- 64 (1 row) count ------- 127 (1 row) count ------- 212 (1 row) count ------- 135 (1 row) count ------- 267 (1 row) count ------- 164 (1 row) count ------- 130 (1 row) count ------- 94 (1 row) count ------- 46 (1 row) count ------- 173 (1 row) count ------- 88 (1 row) count ------- 131 (1 row) count ------- 214 (1 row) count ------- 219 (1 row) count ------- 9 (1 row) count ------- 134 (1 row) count ------- 125 (1 row) count ------- 16 (1 row) count ------- 110 (1 row) count ------- 31 (1 row) count ------- 231 (1 row) count ------- 123 (1 row) count ------- 47 (1 row) count ------- 170 (1 row) count ------- 10 (1 row) count ------- 166 (1 row) count ------- 190 (1 row) count ------- 100 (1 row) count ------- 126 (1 row) count ------- 94 (1 row) count ------- 79 (1 row) count ------- 94 (1 row) count ------- 185 (1 row) count ------- 219 (1 row) count ------- 52 (1 row) count ------- 209 (1 row) count ------- 141 (1 row) count ------- 258 (1 row) count ------- 113 (1 row) count ------- 102 (1 row) count ------- 16 (1 row) count ------- 116 (1 row) count ------- 292 (1 row) count ------- 98 (1 row) count ------- 49 (1 row) count ------- 93 (1 row) count ------- 89 (1 row) count ------- 169 (1 row) count ------- 190 (1 row) count ------- 49 (1 row) count ------- 203 (1 row) count ------- 165 (1 row) count ------- 16 (1 row) count ------- 149 (1 row) count ------- 359 (1 row) count ------- 186 (1 row) count ------- 105 (1 row) count ------- 31 (1 row) count ------- 206 (1 row) count ------- 256 (1 row) count ------- 256 (1 row) count ------- 166 (1 row) count ------- 103 (1 row) count ------- 85 (1 row) count ------- 139 (1 row) count ------- 93 (1 row) count ------- 199 (1 row) count ------- 70 (1 row) count ------- 218 (1 row) count ------- 36 (1 row) count ------- 66 (1 row) count ------- 175 (1 row) count ------- 153 (1 row) count ------- 204 (1 row) count ------- 257 (1 row) count ------- 3 (1 row) count ------- 161 (1 row) count ------- 232 (1 row) count ------- 48 (1 row) count ------- 200 (1 row) count ------- 94 (1 row) count ------- 303 (1 row) count ------- 209 (1 row) count ------- 133 (1 row) count ------- 151 (1 row) count ------- 150 (1 row) count ------- 210 (1 row) count ------- 165 (1 row) count ------- 89 (1 row) count ------- 38 (1 row) count ------- 19 (1 row) count ------- 94 (1 row) count ------- 47 (1 row) count ------- 139 (1 row) count ------- 301 (1 row) count ------- 77 (1 row) count ------- 23 (1 row) count ------- 57 (1 row) count ------- 11 (1 row) count ------- 156 (1 row) count ------- 195 (1 row) count ------- 177 (1 row) count ------- 147 (1 row) count ------- 151 (1 row) count ------- 112 (1 row) count ------- 139 (1 row) count ------- 112 (1 row) count ------- 179 (1 row) count ------- 156 (1 row) count ------- 75 (1 row) count ------- 53 (1 row) count ------- 115 (1 row) count ------- 91 (1 row) count ------- 187 (1 row) count ------- 16 (1 row) count ------- 90 (1 row) count ------- 100 (1 row) count ------- 110 (1 row) count ------- 50 (1 row) count ------- 160 (1 row) count ------- 182 (1 row) count ------- 152 (1 row) count ------- 257 (1 row) count ------- 63 (1 row) count ------- 80 (1 row) count ------- 120 (1 row) count ------- 153 (1 row) count ------- 61 (1 row) count ------- 210 (1 row) count ------- 188 (1 row) count ------- 36 (1 row) count ------- 129 (1 row) count ------- 180 (1 row) count ------- 35 (1 row) count ------- 164 (1 row) count ------- 16 (1 row) count ------- 230 (1 row) count ------- 211 (1 row) count ------- 114 (1 row) count ------- 115 (1 row) count ------- 54 (1 row) count ------- 184 (1 row) count ------- 181 (1 row) count ------- 72 (1 row) count ------- 120 (1 row) count ------- 114 (1 row) count ------- 26 (1 row) count ------- 317 (1 row) count ------- 26 (1 row) count ------- 254 (1 row) count ------- 134 (1 row) count ------- 152 (1 row) count ------- 27 (1 row) count ------- 124 (1 row) count ------- 131 (1 row) count ------- 99 (1 row) count ------- 55 (1 row) count ------- 148 (1 row) count ------- 168 (1 row) count ------- 0 (1 row) count ------- 198 (1 row) count ------- 27 (1 row) count ------- 139 (1 row) count ------- 63 (1 row) count ------- 154 (1 row) count ------- 12 (1 row) count ------- 74 (1 row) count ------- 62 (1 row) count ------- 36 (1 row) count ------- 50 (1 row) count ------- 161 (1 row) count ------- 122 (1 row) count ------- 58 (1 row) count ------- 111 (1 row) count ------- 44 (1 row) count ------- 238 (1 row) count ------- 190 (1 row) count ------- 19 (1 row) count ------- 185 (1 row) count ------- 145 (1 row) count ------- 36 (1 row) count ------- 75 (1 row) count ------- 98 (1 row) count ------- 71 (1 row) count ------- 175 (1 row) count ------- 21 (1 row) count ------- 64 (1 row) count ------- 214 (1 row) count ------- 231 (1 row) count ------- 53 (1 row) count ------- 303 (1 row) count ------- 178 (1 row) count ------- 51 (1 row) count ------- 247 (1 row) count ------- 83 (1 row) count ------- 68 (1 row) count ------- 107 (1 row) count ------- 160 (1 row) count ------- 171 (1 row) count ------- 80 (1 row) count ------- 105 (1 row) count ------- 78 (1 row) count ------- 31 (1 row) count ------- 18 (1 row) count ------- 137 (1 row) count ------- 155 (1 row) count ------- 101 (1 row) count ------- 29 (1 row) count ------- 68 (1 row) count ------- 148 (1 row) count ------- 244 (1 row) count ------- 205 (1 row) count ------- 129 (1 row) count ------- 175 (1 row) count ------- 201 (1 row) count ------- 119 (1 row) count ------- 9 (1 row) count ------- 123 (1 row) count ------- 35 (1 row) count ------- 45 (1 row) count ------- 155 (1 row) count ------- 63 (1 row) count ------- 44 (1 row) count ------- 212 (1 row) count ------- 12 (1 row) count ------- 172 (1 row) count ------- 76 (1 row) count ------- 106 (1 row) count ------- 0 (1 row) count ------- 39 (1 row) count ------- 44 (1 row) count ------- 95 (1 row) count ------- 89 (1 row) count ------- 156 (1 row) count ------- 5 (1 row) count ------- 263 (1 row) count ------- 141 (1 row) count ------- 37 (1 row) count ------- 61 (1 row) count ------- 77 (1 row) count ------- 176 (1 row) count ------- 111 (1 row) count ------- 59 (1 row) count ------- 93 (1 row) count ------- 114 (1 row) count ------- 141 (1 row) count ------- 24 (1 row) count ------- 226 (1 row) count ------- 116 (1 row) count ------- 135 (1 row) count ------- 173 (1 row) count ------- 103 (1 row) count ------- 116 (1 row) count ------- 182 (1 row) count ------- 107 (1 row) count ------- 163 (1 row) count ------- 64 (1 row) count ------- 129 (1 row) count ------- 32 (1 row) count ------- 241 (1 row) count ------- 169 (1 row) count ------- 44 (1 row) count ------- 278 (1 row) count ------- 289 (1 row) count ------- 82 (1 row) count ------- 96 (1 row) count ------- 118 (1 row) count ------- 0 (1 row) count ------- 115 (1 row) count ------- 163 (1 row) count ------- 62 (1 row) count ------- 206 (1 row) count ------- 61 (1 row) count ------- 17 (1 row) count ------- 17 (1 row) count ------- 201 (1 row) count ------- 46 (1 row) count ------- 42 (1 row) count ------- 84 (1 row) count ------- 72 (1 row) count ------- 120 (1 row) count ------- 130 (1 row) count ------- 36 (1 row) count ------- 217 (1 row) count ------- 176 (1 row) count ------- 109 (1 row) count ------- 119 (1 row) count ------- 156 (1 row) count ------- 245 (1 row) count ------- 134 (1 row) count ------- 15 (1 row) count ------- 18 (1 row) count ------- 194 (1 row) count ------- 65 (1 row) count ------- 195 (1 row) count ------- 178 (1 row) count ------- 131 (1 row) count ------- 66 (1 row) count ------- 101 (1 row) count ------- 174 (1 row) count ------- 72 (1 row) count ------- 16 (1 row) count ------- 205 (1 row) count ------- 18 (1 row) count ------- 198 (1 row) count ------- 17 (1 row) count ------- 6 (1 row) count ------- 71 (1 row) count ------- 174 (1 row) count ------- 0 (1 row) count ------- 223 (1 row) count ------- 44 (1 row) count ------- 126 (1 row) count ------- 166 (1 row) count ------- 63 (1 row) count ------- 201 (1 row) count ------- 171 (1 row) count ------- 21 (1 row) count ------- 299 (1 row) count ------- 70 (1 row) count ------- 219 (1 row) count ------- 85 (1 row) count ------- 104 (1 row) count ------- 87 (1 row) count ------- 55 (1 row) count ------- 24 (1 row) count ------- 95 (1 row) count ------- 171 (1 row) count ------- 141 (1 row) count ------- 214 (1 row) count ------- 22 (1 row) count ------- 207 (1 row) count ------- 79 (1 row) count ------- 24 (1 row) count ------- 137 (1 row) count ------- 90 (1 row) count ------- 131 (1 row) count ------- 326 (1 row) count ------- 213 (1 row) count ------- 184 (1 row) count ------- 66 (1 row) count ------- 112 (1 row) count ------- 146 (1 row) count ------- 66 (1 row) count ------- 91 (1 row) count ------- 193 (1 row) count ------- 95 (1 row) count ------- 136 (1 row) count ------- 15 (1 row) count ------- 164 (1 row) count ------- 42 (1 row) count ------- 138 (1 row) count ------- 90 (1 row) count ------- 85 (1 row) count ------- 40 (1 row) count ------- 67 (1 row) count ------- 49 (1 row) count ------- 319 (1 row) count ------- 169 (1 row) count ------- 122 (1 row) count ------- 136 (1 row) count ------- 92 (1 row) count ------- 134 (1 row) count ------- 262 (1 row) count ------- 80 (1 row) count ------- 173 (1 row) count ------- 58 (1 row) count ------- 114 (1 row) count ------- 252 (1 row) count ------- 178 (1 row) count ------- 187 (1 row) count ------- 161 (1 row) count ------- 149 (1 row) count ------- 59 (1 row) count ------- 121 (1 row) count ------- 20 (1 row) count ------- 4 (1 row) count ------- 92 (1 row) count ------- 119 (1 row) count ------- 119 (1 row) count ------- 191 (1 row) count ------- 101 (1 row) count ------- 168 (1 row) count ------- 110 (1 row) count ------- 78 (1 row) count ------- 20 (1 row) count ------- 13 (1 row) count ------- 112 (1 row) count ------- 228 (1 row) count ------- 103 (1 row) count ------- 194 (1 row) count ------- 276 (1 row) count ------- 126 (1 row) count ------- 11 (1 row) count ------- 156 (1 row) count ------- 32 (1 row) count ------- 70 (1 row) count ------- 164 (1 row) count ------- 199 (1 row) count ------- 98 (1 row) count ------- 105 (1 row) count ------- 250 (1 row) count ------- 47 (1 row) count ------- 73 (1 row) count ------- 178 (1 row) count ------- 12 (1 row) count ------- 51 (1 row) count ------- 0 (1 row) count ------- 117 (1 row) count ------- 136 (1 row) count ------- 142 (1 row) count ------- 60 (1 row) count ------- 51 (1 row) count ------- 47 (1 row) count ------- 192 (1 row) count ------- 84 (1 row) count ------- 180 (1 row) count ------- 217 (1 row) count ------- 167 (1 row) count ------- 111 (1 row) count ------- 102 (1 row) count ------- 126 (1 row) count ------- 68 (1 row) count ------- 44 (1 row) count ------- 160 (1 row) count ------- 102 (1 row) count ------- 98 (1 row) count ------- 92 (1 row) count ------- 87 (1 row) count ------- 107 (1 row) count ------- 195 (1 row) count ------- 86 (1 row) count ------- 190 (1 row) count ------- 137 (1 row) count ------- 113 (1 row) count ------- 115 (1 row) count ------- 69 (1 row) count ------- 4 (1 row) count ------- 76 (1 row) count ------- 12 (1 row) count ------- 112 (1 row) count ------- 65 (1 row) count ------- 174 (1 row) count ------- 269 (1 row) count ------- 0 (1 row) count ------- 241 (1 row) count ------- 172 (1 row) count ------- 58 (1 row) count ------- 140 (1 row) count ------- 23 (1 row) count ------- 108 (1 row) count ------- 321 (1 row) count ------- 39 (1 row) count ------- 61 (1 row) count ------- 143 (1 row) count ------- 135 (1 row) count ------- 75 (1 row) count ------- 181 (1 row) count ------- 116 (1 row) count ------- 212 (1 row) count ------- 76 (1 row) count ------- 24 (1 row) count ------- 47 (1 row) count ------- 229 (1 row) count ------- 161 (1 row) count ------- 43 (1 row) count ------- 73 (1 row) count ------- 48 (1 row) count ------- 88 (1 row) count ------- 123 (1 row) count ------- 122 (1 row) count ------- 124 (1 row) count ------- 267 (1 row) count ------- 33 (1 row) count ------- 233 (1 row) count ------- 189 (1 row) count ------- 217 (1 row) count ------- 24 (1 row) count ------- 103 (1 row) count ------- 77 (1 row) count ------- 16 (1 row) count ------- 260 (1 row) count ------- 176 (1 row) count ------- 200 (1 row) count ------- 3 (1 row) count ------- 92 (1 row) count ------- 73 (1 row) count ------- 155 (1 row) count ------- 144 (1 row) count ------- 309 (1 row) count ------- 156 (1 row) count ------- 132 (1 row) count ------- 204 (1 row) count ------- 68 (1 row) count ------- 111 (1 row) count ------- 197 (1 row) count ------- 150 (1 row) count ------- 132 (1 row) count ------- 210 (1 row) count ------- 170 (1 row) count ------- 122 (1 row) count ------- 154 (1 row) count ------- 29 (1 row) count ------- 148 (1 row) count ------- 99 (1 row) count ------- 174 (1 row) count ------- 252 (1 row) count ------- 68 (1 row) count ------- 179 (1 row) count ------- 127 (1 row) count ------- 71 (1 row) count ------- 154 (1 row) count ------- 78 (1 row) count ------- 35 (1 row) count ------- 58 (1 row) count ------- 181 (1 row) count ------- 167 (1 row) count ------- 197 (1 row) count ------- 116 (1 row) count ------- 110 (1 row) count ------- 151 (1 row) count ------- 129 (1 row) count ------- 106 (1 row) count ------- 68 (1 row) count ------- 160 (1 row) count ------- 182 (1 row) count ------- 134 (1 row) count ------- 51 (1 row) count ------- 105 (1 row) count ------- 33 (1 row) count ------- 73 (1 row) count ------- 230 (1 row) count ------- 52 (1 row) count ------- 142 (1 row) count ------- 245 (1 row) count ------- 70 (1 row) count ------- 15 (1 row) count ------- 131 (1 row) count ------- 119 (1 row) count ------- 105 (1 row) count ------- 129 (1 row) count ------- 34 (1 row) count ------- 86 (1 row) count ------- 202 (1 row) count ------- 69 (1 row) count ------- 87 (1 row) count ------- 244 (1 row) count ------- 46 (1 row) count ------- 108 (1 row) count ------- 71 (1 row) count ------- 197 (1 row) count ------- 64 (1 row) count ------- 67 (1 row) count ------- 287 (1 row) count ------- 42 (1 row) count ------- 166 (1 row) count ------- 212 (1 row) count ------- 110 (1 row) count ------- 19 (1 row) count ------- 223 (1 row) count ------- 45 (1 row) count ------- 190 (1 row) count ------- 87 (1 row) count ------- 92 (1 row) count ------- 169 (1 row) count ------- 153 (1 row) count ------- 31 (1 row) count ------- 188 (1 row) count ------- 89 (1 row) count ------- 94 (1 row) count ------- 107 (1 row) count ------- 64 (1 row) count ------- 118 (1 row) count ------- 412 (1 row) count ------- 113 (1 row) count ------- 86 (1 row) count ------- 177 (1 row) count ------- 115 (1 row) count ------- 82 (1 row) count ------- 142 (1 row) count ------- 188 (1 row) count ------- 83 (1 row) count ------- 198 (1 row) count ------- 73 (1 row) count ------- 120 (1 row) count ------- 148 (1 row) count ------- 282 (1 row) count ------- 84 (1 row) count ------- 319 (1 row) count ------- 250 (1 row) count ------- 279 (1 row) count ------- 263 (1 row) count ------- 126 (1 row) count ------- 26 (1 row) count ------- 205 (1 row) count ------- 367 (1 row) count ------- 2 (1 row) count ------- 97 (1 row) count ------- 282 (1 row) count ------- 186 (1 row) count ------- 218 (1 row) count ------- 43 (1 row) count ------- 145 (1 row) count ------- 38 (1 row) count ------- 8 (1 row) count ------- 129 (1 row) count ------- 150 (1 row) count ------- 174 (1 row) count ------- 90 (1 row) count ------- 282 (1 row) count ------- 95 (1 row) count ------- 65 (1 row) count ------- 173 (1 row) count ------- 93 (1 row) count ------- 206 (1 row) count ------- 174 (1 row) count ------- 26 (1 row) count ------- 254 (1 row) count ------- 161 (1 row) count ------- 112 (1 row) count ------- 19 (1 row) count ------- 120 (1 row) count ------- 38 (1 row) count ------- 160 (1 row) count ------- 177 (1 row) count ------- 95 (1 row) count ------- 139 (1 row) count ------- 110 (1 row) count ------- 337 (1 row) count ------- 16 (1 row) count ------- 198 (1 row) count ------- 55 (1 row) count ------- 104 (1 row) count ------- 138 (1 row) count ------- 11 (1 row) count ------- 77 (1 row) count ------- 42 (1 row) count ------- 140 (1 row) count ------- 29 (1 row) count ------- 45 (1 row) count ------- 139 (1 row) count ------- 45 (1 row) count ------- 133 (1 row) count ------- 227 (1 row) count ------- 109 (1 row) count ------- 106 (1 row) count ------- 15 (1 row) count ------- 110 (1 row) count ------- 68 (1 row) count ------- 127 (1 row) count ------- 227 (1 row) count ------- 118 (1 row) count ------- 23 (1 row) count ------- 149 (1 row) count ------- 136 (1 row) count ------- 68 (1 row) count ------- 46 (1 row) count ------- 103 (1 row) count ------- 35 (1 row) count ------- 85 (1 row) count ------- 157 (1 row) count ------- 48 (1 row) count ------- 204 (1 row) count ------- 208 (1 row) count ------- 112 (1 row) count ------- 13 (1 row) count ------- 70 (1 row) count ------- 131 (1 row) count ------- 130 (1 row) count ------- 60 (1 row) count ------- 85 (1 row) count ------- 68 (1 row) count ------- 96 (1 row) count ------- 190 (1 row) count ------- 83 (1 row) count ------- 17 (1 row) count ------- 8 (1 row) count ------- 138 (1 row) count ------- 138 (1 row) count ------- 167 (1 row) count ------- 63 (1 row) count ------- 237 (1 row) count ------- 39 (1 row) count ------- 43 (1 row) count ------- 119 (1 row) count ------- 76 (1 row) count ------- 89 (1 row) count ------- 106 (1 row) count ------- 196 (1 row) count ------- 192 (1 row) count ------- 139 (1 row) count ------- 35 (1 row) count ------- 163 (1 row) count ------- 209 (1 row) count ------- 306 (1 row) count ------- 158 (1 row) count ------- 129 (1 row) count ------- 67 (1 row) count ------- 227 (1 row) count ------- 92 (1 row) count ------- 27 (1 row) count ------- 66 (1 row) count ------- 4 (1 row) count ------- 88 (1 row) count ------- 185 (1 row) count ------- 81 (1 row) count ------- 120 (1 row) count ------- 98 (1 row) count ------- 73 (1 row) count ------- 27 (1 row) count ------- 21 (1 row) count ------- 94 (1 row) count ------- 258 (1 row) count ------- 167 (1 row) count ------- 112 (1 row) count ------- 29 (1 row) count ------- 150 (1 row) count ------- 143 (1 row) count ------- 53 (1 row) count ------- 243 (1 row) count ------- 108 (1 row) count ------- 72 (1 row) count ------- 247 (1 row) count ------- 35 (1 row) count ------- 291 (1 row) count ------- 65 (1 row) count ------- 148 (1 row) count ------- 165 (1 row) count ------- 160 (1 row) count ------- 306 (1 row) count ------- 144 (1 row) count ------- 48 (1 row) count ------- 59 (1 row) count ------- 156 (1 row) count ------- 177 (1 row) count ------- 108 (1 row) count ------- 124 (1 row) count ------- 98 (1 row) count ------- 71 (1 row) count ------- 50 (1 row) count ------- 193 (1 row) count ------- 120 (1 row) count ------- 129 (1 row) count ------- 65 (1 row) count ------- 206 (1 row) count ------- 154 (1 row) count ------- 127 (1 row) count ------- 124 (1 row) count ------- 50 (1 row) count ------- 73 (1 row) count ------- 72 (1 row) count ------- 67 (1 row) count ------- 90 (1 row) count ------- 30 (1 row) count ------- 28 (1 row) count ------- 108 (1 row) count ------- 133 (1 row) count ------- 132 (1 row) count ------- 145 (1 row) count ------- 155 (1 row) count ------- 152 (1 row) count ------- 236 (1 row) count ------- 49 (1 row) count ------- 296 (1 row) count ------- 200 (1 row) count ------- 286 (1 row) count ------- 219 (1 row) count ------- 110 (1 row) count ------- 130 (1 row) count ------- 160 (1 row) count ------- 204 (1 row) count ------- 126 (1 row) count ------- 65 (1 row) count ------- 178 (1 row) count ------- 183 (1 row) count ------- 172 (1 row) count ------- 260 (1 row) count ------- 86 (1 row) count ------- 143 (1 row) count ------- 108 (1 row) count ------- 159 (1 row) count ------- 155 (1 row) count ------- 35 (1 row) count ------- 158 (1 row) count ------- 221 (1 row) count ------- 65 (1 row) count ------- 211 (1 row) count ------- 3 (1 row) count ------- 84 (1 row) count ------- 222 (1 row) count ------- 133 (1 row) count ------- 82 (1 row) count ------- 227 (1 row) count ------- 26 (1 row) count ------- 131 (1 row) q3c-2.0.1/expected/relocation.expected000066400000000000000000000002041453620405500176630ustar00rootroot00000000000000SET count ------- 0 (1 row) count ------- 2 (1 row) count ------- 1 (1 row) count ------- 2 (1 row) q3c-2.0.1/expected/version.expected000066400000000000000000000000421453620405500172110ustar00rootroot00000000000000 ?column? ---------- t (1 row) q3c-2.0.1/gen_data.c000066400000000000000000000074141453620405500141200ustar00rootroot00000000000000/* Copyright (C) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk This file is part of Q3C. Q3C is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Q3C is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Q3C; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include #include #include #include static int64_t rand_state = 1; static const int64_t c = 12345; static const int64_t m = ((int64_t)1) << 31; static const int64_t a = 1103515245; int64_t get_rand() { rand_state = ( a * rand_state + c ) % m; return rand_state; } /* Run as * $ ./gen_data 1 100 * The first argument of the program is the random seed for the pseudorandom * sequence. * The second number is the number of objects outputted * Additional flags * --withpm output pms as well * --pmscale= maximum allowed pm in mas/yr * --epoch= epoch of coordinates * --randomepoch assign random epoch * */ /* The random number sequence was based on Knuth's theorem A (from * his second book) */ int main(int argc, char *argv[]) { const int nrabins = 36000; const int ndecbins = 18000; const int ntotbins = nrabins * ndecbins; /* 2^x*3^y*5^z */ double corrections[ndecbins], total = 0, pmra, pmdec, pmscale = 1; int npoints; bool random_epoch = false; double epoch, cur_epoch; int i, extraarg; char parsing_error = 1; bool withpm = false; // first argument is the seed and then number of points to generate if (argc >= 3) { rand_state = atoi(argv[1]); get_rand(); // advance one step npoints = atoi(argv[2]); parsing_error = 0; for (extraarg = 0; extraarg < (argc - 3); extraarg++) { char *curarg = argv[3 + extraarg]; if (strncmp(curarg,"--randomepoch", 13) == 0) {random_epoch = true;} if (strncmp(curarg,"--withpm", 9) == 0) {withpm = true;} if (strncmp(curarg,"--pmscale=", 10) == 0) { if (sscanf(curarg, "--pmscale=%lf", &pmscale) == 0) { fprintf(stderr, "Formatting error of pmscale\n"); exit(1); } } if (strncmp(curarg,"--epoch=",8) == 0) { sscanf(curarg, "--epoch=%lf", &epoch); } } } if (parsing_error) { fprintf(stderr, "Wrong arguments!\n" "MUST be ./gen_data [RANDOM SEED] [NPOINTS] [PROPERMOTIONSCALE(optional)]"); exit(1); } for (i = 0; i < ndecbins; i++) /* weights in order to have cosine distribution of declinations * corresponding to uniform distribution on the sky */ { corrections[i] = cos((-90. + (180. / ndecbins) * (i + 0.5)) * M_PI / 180.); } int npointsleft = npoints; while (npointsleft) { int64_t ra = (int64_t)(get_rand() * 1. / m * nrabins); int64_t dec = (int64_t)(get_rand() * 1. / m * ndecbins); if (withpm ) { pmra = ((get_rand() * 1. / m) * 2 - 1) * pmscale; pmdec = ((get_rand() * 1. / m) * 2 - 1) * pmscale; if (random_epoch) { cur_epoch = ((get_rand() * 1. / m) ) * 20 + 1980; } else { cur_epoch = epoch; } } if (get_rand() < (corrections[dec] * m)) { if (withpm) { printf("%f %f %f %f %f\n", ra * (360. / nrabins), -90 + dec * (180. / ndecbins), pmra, pmdec, cur_epoch); } else { printf("%f %f\n", ra * (360. / nrabins), -90 + dec * (180. / ndecbins)); } npointsleft--; } } } q3c-2.0.1/my_bits.h000066400000000000000000000124161453620405500140270ustar00rootroot00000000000000#ifndef __MY_BITS #define __MY_BITS const unsigned long long bitmask[64] = { 0x8000000000000000LL, 0x4000000000000000LL, 0x2000000000000000LL, 0x1000000000000000LL, 0x0800000000000000LL, 0x0400000000000000LL, 0x0200000000000000LL, 0x0100000000000000LL, 0x80000000000000LL, 0x40000000000000LL, 0x20000000000000LL, 0x10000000000000LL, 0x08000000000000LL, 0x04000000000000LL, 0x02000000000000LL, 0x01000000000000LL, 0x800000000000LL, 0x400000000000LL, 0x200000000000LL, 0x100000000000LL, 0x080000000000LL, 0x040000000000LL, 0x020000000000LL, 0x010000000000LL, 0x8000000000LL, 0x4000000000LL, 0x2000000000LL, 0x1000000000LL, 0x0800000000LL, 0x0400000000LL, 0x0200000000LL, 0x0100000000LL, 0x80000000LL, 0x40000000LL, 0x20000000LL, 0x10000000LL, 0x08000000LL, 0x04000000LL, 0x02000000LL, 0x01000000LL, 0x800000LL, 0x400000LL, 0x200000LL, 0x100000LL, 0x080000LL, 0x040000LL, 0x020000LL, 0x010000LL, 0x8000LL, 0x4000LL, 0x2000LL, 0x1000LL, 0x0800LL, 0x0400LL, 0x0200LL, 0x0100LL, 0x80LL, 0x40LL, 0x20LL, 0x10LL, 0x08, 0x04, 0x02, 0x01 }; #define BIT(a, b) ((a & bitmask[b]) >> (63 - b)) #define BITS8(a) BIT(a,0),BIT(a,1),BIT(a,2),BIT(a,3),BIT(a,4),BIT(a,5),BIT(a,6),BIT(a,7),BIT(a,8),BIT(a,9),BIT(a,10),BIT(a,11),BIT(a,12),BIT(a,13),BIT(a,14),BIT(a,15),BIT(a,16),BIT(a,17),BIT(a,18),BIT(a,19),BIT(a,20),BIT(a,21),BIT(a,22),BIT(a,23),BIT(a,24),BIT(a,25),BIT(a,26),BIT(a,27),BIT(a,28),BIT(a,29),BIT(a,30),BIT(a,31),BIT(a,32),BIT(a,33),BIT(a,34),BIT(a,35),BIT(a,36),BIT(a,37),BIT(a,38),BIT(a,39),BIT(a,40),BIT(a,41),BIT(a,42),BIT(a,43),BIT(a,44),BIT(a,45),BIT(a,46),BIT(a,47),BIT(a,48),BIT(a,49),BIT(a,50),BIT(a,51),BIT(a,52),BIT(a,53),BIT(a,54),BIT(a,55),BIT(a,56),BIT(a,57),BIT(a,58),BIT(a,59),BIT(a,60),BIT(a,61),BIT(a,62),BIT(a,63) #define BITS8ix(a) 0LL,BIT(a,32),0LL,BIT(a,33),0LL,BIT(a,34),0LL,BIT(a,35),0LL,BIT(a,36),0LL,BIT(a,37),0LL,BIT(a,38),0LL,BIT(a,39),0LL,BIT(a,40),0LL,BIT(a,41),0LL,BIT(a,42),0LL,BIT(a,43),0LL,BIT(a,44),0LL,BIT(a,45),0LL,BIT(a,46),0LL,BIT(a,47),0LL,BIT(a,48),0LL,BIT(a,49),0LL,BIT(a,50),0LL,BIT(a,51),0LL,BIT(a,52),0LL,BIT(a,53),0LL,BIT(a,54),0LL,BIT(a,55),0LL,BIT(a,56),0LL,BIT(a,57),0LL,BIT(a,58),0LL,BIT(a,59),0LL,BIT(a,60),0LL,BIT(a,61),0LL,BIT(a,62),0LL,BIT(a,63) #define BITS8iy(a) BIT(a,32),0LL,BIT(a,33),0LL,BIT(a,34),0LL,BIT(a,35),0LL,BIT(a,36),0LL,BIT(a,37),0LL,BIT(a,38),0LL,BIT(a,39),0LL,BIT(a,40),0LL,BIT(a,41),0LL,BIT(a,42),0LL,BIT(a,43),0LL,BIT(a,44),0LL,BIT(a,45),0LL,BIT(a,46),0LL,BIT(a,47),0LL,BIT(a,48),0LL,BIT(a,49),0LL,BIT(a,50),0LL,BIT(a,51),0LL,BIT(a,52),0LL,BIT(a,53),0LL,BIT(a,54),0LL,BIT(a,55),0LL,BIT(a,56),0LL,BIT(a,57),0LL,BIT(a,58),0LL,BIT(a,59),0LL,BIT(a,60),0LL,BIT(a,61),0LL,BIT(a,62),0LL,BIT(a,63),0LL #define BITS4(a) BIT(a,32),BIT(a,33),BIT(a,34),BIT(a,35),BIT(a,36),BIT(a,37),BIT(a,38),BIT(a,39),BIT(a,40),BIT(a,41),BIT(a,42),BIT(a,43),BIT(a,44),BIT(a,45),BIT(a,46),BIT(a,47),BIT(a,48),BIT(a,49),BIT(a,50),BIT(a,51),BIT(a,52),BIT(a,53),BIT(a,54),BIT(a,55),BIT(a,56),BIT(a,57),BIT(a,58),BIT(a,59),BIT(a,60),BIT(a,61),BIT(a,62),BIT(a,63) /*BIT(a,0),BIT(a,1),BIT(a,2),BIT(a,3),BIT(a,4),BIT(a,5),BIT(a,6),BIT(a,7),BIT(a,8),BIT(a,9),BIT(a,10),BIT(a,11),BIT(a,12),BIT(a,13),BIT(a,14),BIT(a,15),BIT(a,16),BIT(a,17),BIT(a,18),BIT(a,19),BIT(a,20),BIT(a,21),BIT(a,22),BIT(a,23),BIT(a,24),BIT(a,25),BIT(a,26),BIT(a,27),BIT(a,28),BIT(a,29),BIT(a,30),BIT(a,31) */ #define BITS2(a) BIT(a,48),BIT(a,49),BIT(a,50),BIT(a,51),BIT(a,52),BIT(a,53),BIT(a,54),BIT(a,55),BIT(a,56),BIT(a,57),BIT(a,58),BIT(a,59),BIT(a,60),BIT(a,61),BIT(a,62),BIT(a,63) /* BIT(a,16),BIT(a,17),BIT(a,18),BIT(a,19),BIT(a,20),BIT(a,21),BIT(a,22),BIT(a,23),BIT(a,24),BIT(a,25),BIT(a,26),BIT(a,27),BIT(a,28),BIT(a,29),BIT(a,30),BIT(a,31) */ /* BIT(a,0),BIT(a,1),BIT(a,2),BIT(a,3),BIT(a,4),BIT(a,5),BIT(a,6),BIT(a,7),BIT(a,8),BIT(a,9),BIT(a,10),BIT(a,11),BIT(a,12),BIT(a,13),BIT(a,14),BIT(a,15) */ #define BIT_PRINT8(a) fprintf(stdout,"%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld\n", BITS8(a)); #define BIT_PRINT8ix(a) fprintf(stdout,"%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld\n", BITS8ix(a)); #define BIT_PRINT8iy(a) fprintf(stdout,"%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld%lld\n", BITS8iy(a)); #define BIT_PRINT4(a) fprintf(stdout,"%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d", BITS4(a)); #define BIT_PRINT2(a) fprintf(stdout,"%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d%d", BITS2(a)); #endif /* __MY_BITS */ q3c-2.0.1/prepare.c000066400000000000000000000017451453620405500140150ustar00rootroot00000000000000/* Copyright (C) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk This file is part of Q3C. Q3C is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Q3C is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Q3C; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include #include "common.h" int main() { struct q3c_prm hprm1; init_q3c1(&hprm1,1073741824); q3c_dump_prm(&hprm1,"dump.c"); return 0; } q3c-2.0.1/q3c.c000066400000000000000000001017621453620405500130450ustar00rootroot00000000000000/* Copyright (C) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk This file is part of Q3C. Q3C is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Q3C is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Q3C; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include /* Postgres stuff */ #include "postgres.h" #include "executor/spi.h" #include "utils/lsyscache.h" /* I included that just to remove the gcc warning * q3c.c:128: warning: implicit declaration of function `get_typlenbyvalalign' */ #include "utils/array.h" #include "utils/geo_decls.h" #include "catalog/pg_type.h" #include "fmgr.h" #if PG_VERSION_NUM >= 90300 #include "access/tupmacs.h" #endif //#include "nodes/relation.h" #include "utils/selfuncs.h" /* For PostgreSQL versions >= 8.2 */ #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif /* End of Postgres stuff */ #include "common.h" extern Node *estimate_expression_value(PlannerInfo *root, Node *node); /* Postgres functions */ Datum pgq3c_ang2ipix(PG_FUNCTION_ARGS); Datum pgq3c_ang2ipix_real(PG_FUNCTION_ARGS); Datum pgq3c_ipix2ang(PG_FUNCTION_ARGS); Datum pgq3c_pixarea(PG_FUNCTION_ARGS); Datum pgq3c_dist(PG_FUNCTION_ARGS); Datum pgq3c_dist_pm(PG_FUNCTION_ARGS); Datum pgq3c_sindist(PG_FUNCTION_ARGS); Datum pgq3c_sindist_pm(PG_FUNCTION_ARGS); Datum q3c_strquery(PG_FUNCTION_ARGS); Datum pgq3c_nearby_it(PG_FUNCTION_ARGS); Datum pgq3c_nearby_pm_it(PG_FUNCTION_ARGS); Datum pgq3c_ellipse_nearby_it(PG_FUNCTION_ARGS); Datum pgq3c_radial_array(PG_FUNCTION_ARGS); Datum pgq3c_radial_query_it(PG_FUNCTION_ARGS); Datum pgq3c_ellipse_query_it(PG_FUNCTION_ARGS); Datum pgq3c_poly_query_it(PG_FUNCTION_ARGS); Datum pgq3c_poly_query1_it(PG_FUNCTION_ARGS); Datum pgq3c_in_ellipse(PG_FUNCTION_ARGS); Datum pgq3c_in_poly(PG_FUNCTION_ARGS); Datum pgq3c_in_poly1(PG_FUNCTION_ARGS); Datum pgq3c_get_version(PG_FUNCTION_ARGS); Datum pgq3c_sel(PG_FUNCTION_ARGS); Datum pgq3c_seljoin(PG_FUNCTION_ARGS); Datum pgq3c_seloper(PG_FUNCTION_ARGS); /* Dummy function that implements the selectivity operator */ PG_FUNCTION_INFO_V1(pgq3c_seloper); Datum pgq3c_seloper(PG_FUNCTION_ARGS) { PG_RETURN_BOOL(true); } /* The actual selectivity function, it returns the ratio of the * search circle to the whole sky area */ PG_FUNCTION_INFO_V1(pgq3c_sel); Datum pgq3c_sel(PG_FUNCTION_ARGS) { PlannerInfo *root = (PlannerInfo *) PG_GETARG_POINTER(0); List *args = (List *) PG_GETARG_POINTER(2); int varRelid = PG_GETARG_INT32(3); Node *left; Node *other; VariableStatData vardata; Datum radDatum; bool isnull; double rad; double ratio; /* this needs more protections against crazy inputs */ if (list_length(args) != 2) { elog(ERROR, "Wrong inputs to selectivity function");} left = (Node *) linitial(args); examine_variable(root, left, varRelid, &vardata); other = estimate_expression_value(root, vardata.var); radDatum = ((Const *) other)->constvalue; isnull = ((Const *) other)->constisnull; /* We shouldn't be really getting null inputs here */ if (!isnull) { rad = DatumGetFloat8(radDatum); } else { rad = 0; } ratio = 3.14 * rad * rad / 41252.; /* pi*r^2/whole_sky_area */ /* clamp at 0, 1*/ CLAMP_PROBABILITY(ratio); //elog(WARNING, "HERE0.... %e", ratio); PG_RETURN_FLOAT8(ratio); } PG_FUNCTION_INFO_V1(pgq3c_seljoin); Datum pgq3c_seljoin(PG_FUNCTION_ARGS) { PlannerInfo *root = (PlannerInfo *) PG_GETARG_POINTER(0); List *args = (List *) PG_GETARG_POINTER(2); int varRelid = 0; /* Because there is no varrelid in the join selectivity call * I just set it to zero */ Node *left; Node *other; VariableStatData vardata; Datum radDatum; bool isnull; double rad; double ratio; /* this needs more protections against crazy inputs */ if (list_length(args) != 2) { elog(ERROR, "Wrong inputs to selectivity function");} left = (Node *) linitial(args); examine_variable(root, left, varRelid, &vardata); other = estimate_expression_value(root, vardata.var); radDatum = ((Const *) other)->constvalue; isnull = ((Const *) other)->constisnull; /* We shouldn't be really getting null inputs here */ if (!isnull) { rad = DatumGetFloat8(radDatum); } else { rad = 0; } ratio = 3.14 * rad * rad / 41252.; /* pi*r^2/whole_sky_area */ /* clamp at 0, 1*/ CLAMP_PROBABILITY(ratio); PG_RETURN_FLOAT8(ratio); } static int convert_pgarray2poly(ArrayType *poly_arr, q3c_coord_t *in_ra, q3c_coord_t *in_dec, int *nvert); PG_FUNCTION_INFO_V1(pgq3c_get_version); Datum pgq3c_get_version(PG_FUNCTION_ARGS) { char VERSION_MAX_BYTES = 100; char *buf = palloc(VERSION_MAX_BYTES); q3c_get_version(buf, VERSION_MAX_BYTES); PG_RETURN_CSTRING(buf); } PG_FUNCTION_INFO_V1(pgq3c_ang2ipix); Datum pgq3c_ang2ipix(PG_FUNCTION_ARGS) { extern struct q3c_prm hprm; q3c_coord_t ra = PG_GETARG_FLOAT8(0); q3c_coord_t dec = PG_GETARG_FLOAT8(1); q3c_ipix_t ipix; static int invocation; static q3c_coord_t ra_buf, dec_buf; static q3c_ipix_t ipix_buf; if (invocation == 0) { } else { if ((ra == ra_buf) && (dec == dec_buf)) { PG_RETURN_INT64(ipix_buf); } } if ((!isfinite(ra)) || (!isfinite(dec))) { PG_RETURN_NULL(); } q3c_ang2ipix(&hprm, ra, dec, &ipix); ra_buf = ra; dec_buf = dec; ipix_buf = ipix; invocation = 1; PG_RETURN_INT64(ipix); } PG_FUNCTION_INFO_V1(pgq3c_ang2ipix_real); Datum pgq3c_ang2ipix_real(PG_FUNCTION_ARGS) { extern struct q3c_prm hprm; q3c_coord_t ra = PG_GETARG_FLOAT4(0); q3c_coord_t dec = PG_GETARG_FLOAT4(1); q3c_ipix_t ipix; static int invocation; static q3c_coord_t ra_buf, dec_buf; static q3c_ipix_t ipix_buf; if (invocation == 0) { } else { if ((ra == ra_buf) && (dec == dec_buf)) { PG_RETURN_INT64(ipix_buf); } } if ((!isfinite(ra)) || (!isfinite(dec))) { PG_RETURN_NULL(); } q3c_ang2ipix(&hprm, ra, dec, &ipix); ra_buf = ra; dec_buf = dec; ipix_buf = ipix; invocation = 1; PG_RETURN_INT64(ipix); } PG_FUNCTION_INFO_V1(pgq3c_ipix2ang); Datum pgq3c_ipix2ang(PG_FUNCTION_ARGS) { extern struct q3c_prm hprm; q3c_ipix_t ipix; q3c_coord_t ra, dec; Datum *data; int16 typlen; bool typbyval; char typalign; ArrayType *result; ipix = PG_GETARG_INT64(0); if ((ipix < 0) || (ipix > Q3C_MAX_IPIX)) { elog(ERROR, "Invalid ipix value"); } q3c_ipix2ang(&hprm, ipix, &ra, &dec); data = ( Datum *) palloc(sizeof(Datum) * 2); data[0] = Float8GetDatum (ra); data[1] = Float8GetDatum (dec); /* get required info about the element type */ get_typlenbyvalalign(FLOAT8OID, &typlen, &typbyval, &typalign); /* now build the array */ result = construct_array(data, 2, FLOAT8OID, typlen, typbyval, typalign); PG_RETURN_ARRAYTYPE_P(result); } PG_FUNCTION_INFO_V1(pgq3c_pixarea); Datum pgq3c_pixarea(PG_FUNCTION_ARGS) { extern struct q3c_prm hprm; q3c_ipix_t ipix; q3c_coord_t res; int depth; ipix = PG_GETARG_INT64(0); depth = PG_GETARG_INT32(1); if (depth <= 0) { elog(ERROR, "Invalid depth. It should be greater than 0."); } if (depth > 30) { elog(ERROR, "Invalid depth. It should be less than 31."); } if (ipix < 0) { elog(ERROR, "Invalid ipix value"); } if (ipix > Q3C_MAX_IPIX) { elog(ERROR, "Invalid ipix value"); } res = q3c_pixarea(&hprm, ipix, depth); PG_RETURN_FLOAT8(res); } PG_FUNCTION_INFO_V1(pgq3c_dist); Datum pgq3c_dist(PG_FUNCTION_ARGS) { q3c_coord_t ra1 = PG_GETARG_FLOAT8(0); q3c_coord_t dec1 = PG_GETARG_FLOAT8(1); q3c_coord_t ra2 = PG_GETARG_FLOAT8(2); q3c_coord_t dec2 = PG_GETARG_FLOAT8(3); q3c_coord_t res; res = q3c_dist(ra1, dec1, ra2, dec2); PG_RETURN_FLOAT8(res); } PG_FUNCTION_INFO_V1(pgq3c_sindist); Datum pgq3c_sindist(PG_FUNCTION_ARGS) { q3c_coord_t ra1 = PG_GETARG_FLOAT8(0); q3c_coord_t dec1 = PG_GETARG_FLOAT8(1); q3c_coord_t ra2 = PG_GETARG_FLOAT8(2); q3c_coord_t dec2 = PG_GETARG_FLOAT8(3); q3c_coord_t res; res = q3c_sindist(ra1, dec1, ra2, dec2); PG_RETURN_FLOAT8(res); } PG_FUNCTION_INFO_V1(pgq3c_sindist_pm); Datum pgq3c_sindist_pm(PG_FUNCTION_ARGS) { q3c_coord_t pmra1, pmdec1, epoch1, epoch2; q3c_coord_t ra1, dec1, ra2, dec2, ra1_shift, dec1_shift, cdec; bool pm_enabled = true, cosdec; q3c_coord_t res; const int ra_arg_pos = 0, dec_arg_pos = 1, pmra_arg_pos = 2, pmdec_arg_pos = 3, cosdec_arg_pos = 4, epoch_arg_pos = 5, ra2_arg_pos = 6, dec2_arg_pos = 7, epoch2_arg_pos = 8; if (PG_ARGISNULL(ra_arg_pos) || PG_ARGISNULL(dec_arg_pos) || PG_ARGISNULL(ra2_arg_pos) || PG_ARGISNULL(dec2_arg_pos)) { PG_RETURN_NULL(); } ra1 = PG_GETARG_FLOAT8(ra_arg_pos); dec1 = PG_GETARG_FLOAT8(dec_arg_pos); if ((!PG_ARGISNULL(pmra_arg_pos)) && (!PG_ARGISNULL(pmdec_arg_pos)) && (!PG_ARGISNULL(epoch_arg_pos)) && (!PG_ARGISNULL(epoch2_arg_pos))) { pmra1 = PG_GETARG_FLOAT8(pmra_arg_pos); pmdec1 = PG_GETARG_FLOAT8(pmdec_arg_pos); epoch1 = PG_GETARG_FLOAT8(epoch_arg_pos); epoch2 = PG_GETARG_FLOAT8(epoch2_arg_pos); } else { pm_enabled = false; pmra1 = 0; pmdec1 = 0; epoch1 = 0; epoch2 = 0; } cosdec = PG_GETARG_INT32(cosdec_arg_pos) != 0; ra2 = PG_GETARG_FLOAT8(ra2_arg_pos); dec2 = PG_GETARG_FLOAT8(dec2_arg_pos); if (pm_enabled) { if (cosdec) { cdec = cos(dec1 * Q3C_DEGRA); } else { cdec = 1; } ra1_shift = ra1 + pmra1 * (epoch2 - epoch1) / cdec / 3600000; dec1_shift = dec1 + pmdec1 * (epoch2 - epoch1) / 3600000; } else { ra1_shift = ra1; dec1_shift = dec1; } res = q3c_sindist(ra1_shift, dec1_shift, ra2, dec2); PG_RETURN_FLOAT8(res); } PG_FUNCTION_INFO_V1(pgq3c_dist_pm); Datum pgq3c_dist_pm(PG_FUNCTION_ARGS) { q3c_coord_t pmra1, pmdec1, epoch1, epoch2; q3c_coord_t ra1, dec1, ra2, dec2, ra1_shift, dec1_shift, cdec = 1; bool pm_enabled = true, cosdec; q3c_coord_t res; const int ra_arg_pos = 0, dec_arg_pos = 1, pmra_arg_pos = 2, pmdec_arg_pos = 3, cosdec_arg_pos = 4, epoch_arg_pos = 5, ra2_arg_pos = 6, dec2_arg_pos = 7, epoch2_arg_pos = 8; if (PG_ARGISNULL(ra_arg_pos) || PG_ARGISNULL(dec_arg_pos) || PG_ARGISNULL(ra2_arg_pos) || PG_ARGISNULL(dec2_arg_pos)) { PG_RETURN_NULL(); } ra1 = PG_GETARG_FLOAT8(ra_arg_pos); dec1 = PG_GETARG_FLOAT8(dec_arg_pos); if ((!PG_ARGISNULL(pmra_arg_pos)) && (!PG_ARGISNULL(pmdec_arg_pos)) && (!PG_ARGISNULL(epoch_arg_pos)) && (!PG_ARGISNULL(epoch2_arg_pos))) { pmra1 = PG_GETARG_FLOAT8(pmra_arg_pos); pmdec1 = PG_GETARG_FLOAT8(pmdec_arg_pos); epoch1 = PG_GETARG_FLOAT8(epoch_arg_pos); epoch2 = PG_GETARG_FLOAT8(epoch2_arg_pos); } else { pm_enabled = false; pmra1 = 0; pmdec1 = 0; epoch1 = 0; epoch2 = 0; } cosdec = PG_GETARG_INT32(cosdec_arg_pos) != 0; ra2 = PG_GETARG_FLOAT8(ra2_arg_pos); dec2 = PG_GETARG_FLOAT8(dec2_arg_pos); if (pm_enabled) { if (cosdec) { cdec = cos(dec1 * Q3C_DEGRA); } else { cdec = 1; } ra1_shift = ra1 + pmra1 * (epoch2 - epoch1) / cdec / 3600000; dec1_shift = dec1 + pmdec1 * (epoch2 - epoch1) / 3600000; } else { ra1_shift = ra1; dec1_shift = dec1; } res = q3c_dist(ra1_shift, dec1_shift, ra2, dec2); PG_RETURN_FLOAT8(res); } PG_FUNCTION_INFO_V1(pgq3c_nearby_it); Datum pgq3c_nearby_it(PG_FUNCTION_ARGS) { q3c_ipix_t ipix_array[8]; static q3c_ipix_t ipix_array_buf[8]; static q3c_coord_t ra_cen_buf, dec_cen_buf, radius_buf; static int invocation; int i; extern struct q3c_prm hprm; q3c_circle_region circle; q3c_coord_t ra_cen = PG_GETARG_FLOAT8(0); // ra_cen q3c_coord_t dec_cen = PG_GETARG_FLOAT8(1); // dec_cen q3c_coord_t radius = PG_GETARG_FLOAT8(2); // error radius int iteration = PG_GETARG_INT32(3); // iteration if ( (!isfinite(ra_cen)) || (!isfinite(dec_cen)) ) { elog(ERROR, "The values of ra,dec are infinites or NaNs"); } if (invocation == 0) /* If this is the first invocation of the function */ { /* I should set invocation=1 ONLY!!! after setting ra_cen_buf, dec_cen_buf and * ipix_buf. Because if the program will be canceled or crashed * for some reason the invocation should be == 0 */ } else { if ((ra_cen == ra_cen_buf) && (dec_cen == dec_cen_buf) && (radius == radius_buf)) { PG_RETURN_INT64(ipix_array_buf[iteration]); } } ra_cen = UNWRAP_RA(ra_cen); if (q3c_fabs(dec_cen) > 90) {dec_cen = q3c_fmod(dec_cen,90);} circle.ra = ra_cen; circle.dec = dec_cen; circle.rad = radius; q3c_get_nearby(&hprm, Q3C_CIRCLE, &circle, ipix_array); for(i = 0; i < 8; i++) { ipix_array_buf[i] = ipix_array[i]; } ra_cen_buf = ra_cen; dec_cen_buf = dec_cen; radius_buf = radius; invocation = 1; PG_RETURN_INT64(ipix_array_buf[iteration]); } PG_FUNCTION_INFO_V1(pgq3c_nearby_pm_it); Datum pgq3c_nearby_pm_it(PG_FUNCTION_ARGS) { q3c_ipix_t ipix_array[8]; static q3c_ipix_t ipix_array_buf[8]; static q3c_coord_t ra_cen_buf, dec_cen_buf, radius_buf; static q3c_coord_t pmra_buf, pmdec_buf, max_epoch_delta_buf; static int invocation; int i; extern struct q3c_prm hprm; q3c_circle_region circle; q3c_coord_t new_radius; q3c_coord_t ra_cen, dec_cen, pmra, pmdec; q3c_coord_t max_epoch_delta = 0, radius = 0; bool pm_enabled = true, cosdec; int iteration; const int ra_arg_pos = 0, dec_arg_pos = 1, pmra_arg_pos = 2, pmdec_arg_pos = 3, cosdec_arg_pos = 4, maxepochdelta_arg_pos = 5, radius_arg_pos = 6, iteration_arg_pos = 7; if (PG_ARGISNULL(ra_arg_pos) || PG_ARGISNULL(dec_arg_pos) || PG_ARGISNULL(radius_arg_pos)) { elog(ERROR, "Right Ascensions and raddii must be not null"); } ra_cen = PG_GETARG_FLOAT8(ra_arg_pos); // ra_cen dec_cen = PG_GETARG_FLOAT8(dec_arg_pos); // dec_cen if ((!PG_ARGISNULL(pmra_arg_pos)) && (!PG_ARGISNULL(pmdec_arg_pos)) && (!PG_ARGISNULL(maxepochdelta_arg_pos))) { pmra = PG_GETARG_FLOAT8(pmra_arg_pos); pmdec = PG_GETARG_FLOAT8(pmdec_arg_pos); max_epoch_delta = PG_GETARG_FLOAT8(maxepochdelta_arg_pos); } else { pm_enabled = false; pmra = 0; pmdec = 0; max_epoch_delta = 0; } cosdec = PG_GETARG_INT32(cosdec_arg_pos) != 0; radius = PG_GETARG_FLOAT8(radius_arg_pos); // error radius iteration = PG_GETARG_INT32(iteration_arg_pos); // iteration if ( (!isfinite(ra_cen)) || (!isfinite(dec_cen)) ) { elog(ERROR, "The values of ra,dec are infinites or NaNs"); } if ( (!isfinite(pmra)) || (!isfinite(pmdec)) || (!isfinite(max_epoch_delta)) ) { pmra = 0; pmdec = 0; max_epoch_delta = 0; } if (max_epoch_delta < 0) { elog(ERROR, "The maximum epoch difference must be >=0 "); } if (invocation == 0) /* If this is the first invocation of the function */ { /* I should set invocation=1 ONLY!!! after setting ra_cen_buf, dec_cen_buf and * ipix_buf. Because if the program will be canceled or crashed * for some reason the invocation should be == 0 */ } else { if ((ra_cen == ra_cen_buf) && (dec_cen == dec_cen_buf) && (radius == radius_buf) && (pmra == pmra_buf) && (pmdec == pmdec_buf) && (max_epoch_delta == max_epoch_delta_buf)) { PG_RETURN_INT64(ipix_array_buf[iteration]); } } if (pm_enabled) { q3c_coord_t pmra1; if (cosdec) { pmra1 = pmra; } else { pmra1 = pmra * cos(Q3C_DEGRA * dec_cen);} new_radius = q3c_sqrt(pmra1 * pmra1 + pmdec * pmdec) / 3600000 * max_epoch_delta + radius; } else { new_radius = radius; } ra_cen = UNWRAP_RA(ra_cen); if (q3c_fabs(dec_cen) > 90) {dec_cen = q3c_fmod(dec_cen,90);} circle.ra = ra_cen; circle.dec = dec_cen; circle.rad = new_radius; q3c_get_nearby(&hprm, Q3C_CIRCLE, &circle, ipix_array); for(i = 0; i < 8; i++) { ipix_array_buf[i] = ipix_array[i]; } ra_cen_buf = ra_cen; dec_cen_buf = dec_cen; radius_buf = radius; max_epoch_delta_buf = max_epoch_delta; pmra_buf = pmra; pmdec_buf = pmdec; invocation = 1; PG_RETURN_INT64(ipix_array_buf[iteration]); } PG_FUNCTION_INFO_V1(pgq3c_ellipse_nearby_it); Datum pgq3c_ellipse_nearby_it(PG_FUNCTION_ARGS) { q3c_ipix_t ipix_array[8]; static q3c_ipix_t ipix_array_buf[8]; static q3c_coord_t ra_cen_buf, dec_cen_buf, radius_buf, axis_ratio_buf, PA_buf; static int invocation; int i; q3c_ellipse_region ellipse; extern struct q3c_prm hprm; q3c_coord_t ra_cen = PG_GETARG_FLOAT8(0); /* ra_cen */ q3c_coord_t dec_cen = PG_GETARG_FLOAT8(1); /* dec_cen */ q3c_coord_t radius = PG_GETARG_FLOAT8(2); /* error radius */ q3c_coord_t axis_ratio = PG_GETARG_FLOAT8(3); /* axis_ratio */ q3c_coord_t PA = PG_GETARG_FLOAT8(4); /* PA */ int iteration = PG_GETARG_INT32(5); /* iteration */ if ( (!isfinite(ra_cen)) || (!isfinite(dec_cen)) || (!isfinite(radius)) ) { elog(ERROR, "The values of ra,dec,radius are infinites or NaNs"); } if (invocation == 0) /* If this is the first invocation of the function */ { /* I should set invocation=1 ONLY!!! after setting ra_cen_buf, dec_cen_buf and * ipix_buf. Because if the program will be canceled or crashed * for some reason the invocation should be == 0 */ } else { if ((ra_cen == ra_cen_buf) && (dec_cen == dec_cen_buf) && (radius == radius_buf) && (PA == PA_buf) && (axis_ratio == axis_ratio_buf)) { PG_RETURN_INT64(ipix_array_buf[iteration]); } } ra_cen = UNWRAP_RA(ra_cen); if (q3c_fabs(dec_cen) > 90) {dec_cen = q3c_fmod(dec_cen,90);} ellipse.ra = ra_cen; ellipse.dec = dec_cen; ellipse.rad = radius; ellipse.e = q3c_sqrt ( 1 - axis_ratio * axis_ratio ); ellipse.PA = PA; q3c_get_nearby(&hprm, Q3C_ELLIPSE, &ellipse, ipix_array); for(i = 0; i < 8; i++) { ipix_array_buf[i] = ipix_array[i]; } ra_cen_buf = ra_cen; dec_cen_buf = dec_cen; radius_buf = radius; axis_ratio_buf = axis_ratio; PA_buf = PA; invocation = 1; PG_RETURN_INT64(ipix_array_buf[iteration]); } PG_FUNCTION_INFO_V1(pgq3c_radial_query_it); Datum pgq3c_radial_query_it(PG_FUNCTION_ARGS) { extern struct q3c_prm hprm; q3c_coord_t ra_cen = PG_GETARG_FLOAT8(0); q3c_coord_t dec_cen = PG_GETARG_FLOAT8(1); q3c_coord_t radius = PG_GETARG_FLOAT8(2); /* error radius */ int iteration = PG_GETARG_INT32(3); /* iteration */ int full_flag = PG_GETARG_INT32(4); /* full_flag */ /* 1 means full, 0 means partial */ static q3c_coord_t ra_cen_buf, dec_cen_buf, radius_buf; static q3c_ipix_t partials[2 * Q3C_NPARTIALS]; static q3c_ipix_t fulls[2 * Q3C_NFULLS]; /* !!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!! * Here the Q3C_NPARTIALS and Q3C_NFULLS is the number of pairs !!! of ranges * So we should have the array with the size twice bigger */ static int invocation; ra_cen = UNWRAP_RA(ra_cen); if (q3c_fabs(dec_cen) > 90) { elog(ERROR, "The absolute value of declination > 90!"); } if (invocation == 0) /* If this is the first invocation of the function */ { /* I should set invocation=1 ONLY!!! after setting ra_cen_buf, dec_cen_buf and * ipix_buf. Because if the program will be canceled or crashed * for some reason the invocation should be == 0 */ } else { if ((ra_cen == ra_cen_buf) && (dec_cen == dec_cen_buf) && (radius == radius_buf)) { if (full_flag) { PG_RETURN_INT64(fulls[iteration]); } else { PG_RETURN_INT64(partials[iteration]); } } } q3c_radial_query(&hprm, ra_cen, dec_cen, radius, fulls, partials); ra_cen_buf = ra_cen; dec_cen_buf = dec_cen; radius_buf = radius; invocation = 1; if (full_flag) { PG_RETURN_INT64(fulls[iteration]); } else { PG_RETURN_INT64(partials[iteration]); } } PG_FUNCTION_INFO_V1(pgq3c_ellipse_query_it); Datum pgq3c_ellipse_query_it(PG_FUNCTION_ARGS) { extern struct q3c_prm hprm; q3c_coord_t ra_cen = PG_GETARG_FLOAT8(0); q3c_coord_t dec_cen = PG_GETARG_FLOAT8(1); q3c_coord_t radius = PG_GETARG_FLOAT8(2); /* Major axis */ q3c_coord_t axis_ratio = PG_GETARG_FLOAT8(3); /* Axis ratio */ q3c_coord_t PA = PG_GETARG_FLOAT8(4); /* PA */ int iteration = PG_GETARG_INT32(5); /* iteration */ int full_flag = PG_GETARG_INT32(6); /* full_flag */ q3c_coord_t ell = q3c_sqrt ( 1 - axis_ratio * axis_ratio ); /* 1 means full, 0 means partial */ static q3c_coord_t ra_cen_buf, dec_cen_buf, radius_buf; static q3c_ipix_t partials[2 * Q3C_NPARTIALS]; static q3c_ipix_t fulls[2 * Q3C_NFULLS]; /* !!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!! * Here the Q3C_NPARTIALS and Q3C_NFULLS is the number of pairs !!! of ranges * So we should have the array with the size twice bigger */ static int invocation; ra_cen = UNWRAP_RA(ra_cen); if (q3c_fabs(dec_cen) > 90) { elog(ERROR, "The absolute value of declination > 90!"); } if (invocation == 0) /* If this is the first invocation of the function */ { /* I should set invocation=1 ONLY!!! after setting ra_cen_buf, dec_cen_buf and * ipix_buf. Because if the program will be canceled or crashed * for some reason the invocation should be == 0 */ } else { if ((ra_cen == ra_cen_buf) && (dec_cen == dec_cen_buf) && (radius == radius_buf)) { if (full_flag) { PG_RETURN_INT64(fulls[iteration]); } else { PG_RETURN_INT64(partials[iteration]); } } } q3c_ellipse_query(&hprm, ra_cen, dec_cen, radius, ell, PA, fulls, partials); ra_cen_buf = ra_cen; dec_cen_buf = dec_cen; radius_buf = radius; invocation = 1; if (full_flag) { PG_RETURN_INT64(fulls[iteration]); } else { PG_RETURN_INT64(partials[iteration]); } } static q3c_coord_t read_from_array(char **p, bits8 *bitmap, int *bitmask, bool typbyval, char typalign, int16 typlen) { q3c_coord_t val; /* Taken from /pgsql/src/backend/utils/adt/arrayfuncs.c * function deconstruct_array */ if (bitmap && (*bitmap & *bitmask) == 0) { ereport(ERROR, (errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED), errmsg("null array element not allowed in this context"))); } val = DatumGetFloat8(fetch_att(*p, typbyval, typlen)); *p = att_addlength_pointer(*p, typlen, PointerGetDatum(p)); *p = (char *) att_align_nominal(*p, typalign); if (bitmap) { *bitmask <<= 1; if (*bitmask == 0x100) { bitmap++; *bitmask = 1; } } return val; } /* Convert the PG array in two c arrays of ra,dec */ static int convert_pgarray2poly(ArrayType *poly_arr, q3c_coord_t *in_ra, q3c_coord_t *in_dec, int *nvert) { int poly_nitems = ArrayGetNItems(ARR_NDIM(poly_arr), ARR_DIMS(poly_arr)); Oid element_type = FLOAT8OID; int identical = 1; int16 typlen; bool typbyval; char typalign; int i; q3c_coord_t ra_cur, dec_cur; char *p; bits8 *bitmap; int bitmask; get_typlenbyvalalign(element_type, &typlen, &typbyval, &typalign); /* Taken from /pgsql/src/backend/utils/adt/arrayfuncs.c * function deconstruct_array */ if ((poly_nitems % 2) != 0) { elog(ERROR, "Invalid array argument!\nThe array should contain even number of elements"); } else if (poly_nitems <= 4) { elog(ERROR, "Invalid polygon! The polygon must have more than two vertices"); } else if (poly_nitems > (2 * Q3C_MAX_N_POLY_VERTEX)) { elog(ERROR,"Polygons with more than 100 vertices are not supported"); } p = ARR_DATA_PTR(poly_arr); poly_nitems /= 2; *nvert = poly_nitems; identical = 1; bitmap = ARR_NULLBITMAP(poly_arr); bitmask = 1; for (i = 0; i < poly_nitems; i++) { ra_cur = read_from_array(&p, bitmap, &bitmask, typbyval, typalign, typlen); dec_cur = read_from_array(&p, bitmap, &bitmask, typbyval, typalign, typlen); if ((in_ra[i] != ra_cur) || (in_dec[i] != dec_cur)) { identical = 0; } in_ra[i] = ra_cur; in_dec[i] = dec_cur; } return identical; } /* Convert Postgresql polygon in two c arrays */ static int convert_pgpoly2poly(POLYGON *poly, q3c_coord_t *ra, q3c_coord_t *dec, int *n) { int i, npts = poly->npts; q3c_coord_t newx, newy; int identical = 1; *n = npts; if (npts < 3) { elog(ERROR, "Invalid polygon! The polygon must have more than two vertices"); } else if (npts > Q3C_MAX_N_POLY_VERTEX) { elog(ERROR,"Polygons with more than 100 vertices are not supported"); } for(i = 0; i < npts; i++) { newx = poly->p[i].x; newy = poly->p[i].y; if ((newx != ra[i]) || (newy != dec[i])) {identical = 0;} ra[i] = newx; dec[i] = newy; } return identical; } typedef struct q3c_poly_info_type { /* !!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!! * Here the Q3C_NPARTIALS and Q3C_NFULLS is the number of pairs !!! of ranges * So we should have the array with the size twice bigger */ int ready; q3c_ipix_t partials[2 * Q3C_NPARTIALS]; /* array of ipixes partially covered */ q3c_ipix_t fulls[2 * Q3C_NFULLS]; /* array of ipixes fully covered */ q3c_coord_t ra[Q3C_MAX_N_POLY_VERTEX], dec[Q3C_MAX_N_POLY_VERTEX], x[Q3C_MAX_N_POLY_VERTEX],y[Q3C_MAX_N_POLY_VERTEX], ax[Q3C_MAX_N_POLY_VERTEX], ay[Q3C_MAX_N_POLY_VERTEX]; q3c_coord_t xpj[3][Q3C_MAX_N_POLY_VERTEX], ypj[3][Q3C_MAX_N_POLY_VERTEX], axpj[3][Q3C_MAX_N_POLY_VERTEX], aypj[3][Q3C_MAX_N_POLY_VERTEX]; // arrays storing the ra,dec ,projected x,y char faces[6]; char multi_flag; /* IF YOU MAKE CHANGES MAKE SURE YOU CHANGE THE COPY() FUNCTION */ } q3c_poly_info_type; static void copy_q3c_poly_info_type(q3c_poly_info_type *a, q3c_poly_info_type *b) { int i,j; for (i = 0; i < (2 * Q3C_NPARTIALS); i++) { b->partials[i] = a->partials[i]; } for (i = 0; i < (2 * Q3C_NPARTIALS); i++) { b->fulls[i] = a->fulls[i]; } for (i = 0; i < Q3C_MAX_N_POLY_VERTEX; i++) { b->ra[i] = a->ra[i]; b->dec[i] = a->dec[i]; b->x[i] = a->x[i]; b->y[i] = a->y[i]; b->ax[i] = a->ax[i]; b->ay[i] = a->ay[i]; for (j = 0; j < 3; j++) { b->axpj[j][i] = a->axpj[j][i]; b->aypj[j][i] = a->aypj[j][i]; b->xpj[j][i] = a->xpj[j][i]; b->ypj[j][i] = a->ypj[j][i]; } } for (i = 0; i < 6; i++) { b->faces[i] = a->faces[i]; } b->multi_flag = a->multi_flag; } /* Cache logic here is the following when the function is called for the first time with iteration =0 I compute everything allocate memory and store computations in the static variable and locally allocated q3c_poly_info_table when the function is called for the first time and iteration !=0 I allocate new memory, copy stuff from static variable into locally allocated stuff I make no checks of the data If the function is called for the second time (i.e. fn_extra is not null) I blindly assume everything is EXACTLY the same and do not recompute anything as the q3c_poly_query_it() is the internal function and is ONLY supposed to be called with the constant polygon */ PG_FUNCTION_INFO_V1(pgq3c_poly_query_it); Datum pgq3c_poly_query_it(PG_FUNCTION_ARGS) { ArrayType *poly_arr = PG_GETARG_ARRAYTYPE_P(0); int iteration = PG_GETARG_INT32(1); /* iteration */ int full_flag = PG_GETARG_INT32(2); /* full_flag */ /* 1 means full, 0 means partial*/ extern struct q3c_prm hprm; char too_large = 0; q3c_poly_info_type *qpit; q3c_poly qp; static int good_cache; int first_call; int identical = 0; static q3c_poly_info_type lqpit; if (fcinfo->flinfo->fn_extra == 0) { // allocate memory where we are going to store converted info fcinfo->flinfo->fn_extra = MemoryContextAlloc(fcinfo->flinfo->fn_mcxt, sizeof(q3c_poly_info_type)); first_call = 1; } else { first_call = 0; } qpit = (q3c_poly_info_type*) (fcinfo->flinfo->fn_extra); /* if second call it is easy */ if (!first_call) { if (full_flag) { PG_RETURN_INT64(qpit->fulls[iteration]); } else { PG_RETURN_INT64(qpit->partials[iteration]); } } if (iteration > 0) { copy_q3c_poly_info_type(&lqpit, qpit); } qp.ra = qpit->ra; qp.dec = qpit->dec; qp.x = qpit->x; qp.y = qpit->y; qp.ax = qpit->ax; qp.ay = qpit->ay; identical = convert_pgarray2poly(poly_arr, qp.ra, qp.dec, &(qp.n)); /* We fill the arrays and check if it matches what we had before */ if (!identical || !good_cache) { q3c_poly_query(&hprm, &qp, qpit->fulls, qpit->partials, &too_large); if (too_large) { elog(ERROR, "The polygon is too large. Polygons having diameter >~23 degrees are unsupported"); } } if (iteration == 0) { good_cache = 0; copy_q3c_poly_info_type(qpit, &lqpit); good_cache = 1; } if (full_flag) { PG_RETURN_INT64(qpit->fulls[iteration]); } else { PG_RETURN_INT64(qpit->partials[iteration]); } } PG_FUNCTION_INFO_V1(pgq3c_poly_query1_it); Datum pgq3c_poly_query1_it(PG_FUNCTION_ARGS) { POLYGON *poly_arr = PG_GETARG_POLYGON_P(0); int iteration = PG_GETARG_INT32(1); /* iteration */ int full_flag = PG_GETARG_INT32(2); /* full_flag */ /* 1 means full, 0 means partial*/ extern struct q3c_prm hprm; char too_large = 0; q3c_poly_info_type *qpit; q3c_poly qp; static int good_cache; int first_call; int identical = 0; static q3c_poly_info_type lqpit; if (fcinfo->flinfo->fn_extra == 0) { // allocate memory where we are going to store converted info fcinfo->flinfo->fn_extra = MemoryContextAlloc(fcinfo->flinfo->fn_mcxt, sizeof(q3c_poly_info_type)); first_call = 1; } else { first_call = 0; } qpit = (q3c_poly_info_type*) (fcinfo->flinfo->fn_extra); /* if second call it is easy */ if (!first_call) { if (full_flag) { PG_RETURN_INT64(qpit->fulls[iteration]); } else { PG_RETURN_INT64(qpit->partials[iteration]); } } if (iteration > 0) { copy_q3c_poly_info_type(&lqpit, qpit); } qp.ra = qpit->ra; qp.dec = qpit->dec; qp.x = qpit->x; qp.y = qpit->y; qp.ax = qpit->ax; qp.ay = qpit->ay; identical = convert_pgpoly2poly(poly_arr, qp.ra, qp.dec, &(qp.n)); /* We fill the arrays and check if it matches what we had before */ if (!identical || !good_cache) { q3c_poly_query(&hprm, &qp, qpit->fulls, qpit->partials, &too_large); if (too_large) { elog(ERROR, "The polygon is too large. Polygons having diameter >~23 degrees are unsupported"); } } if (iteration == 0) { good_cache = 0; copy_q3c_poly_info_type(qpit, &lqpit); good_cache = 1; } if (full_flag) { PG_RETURN_INT64(qpit->fulls[iteration]); } else { PG_RETURN_INT64(qpit->partials[iteration]); } } PG_FUNCTION_INFO_V1(pgq3c_in_ellipse); Datum pgq3c_in_ellipse(PG_FUNCTION_ARGS) { q3c_coord_t ra = PG_GETARG_FLOAT8(0); // ra_cen q3c_coord_t dec = PG_GETARG_FLOAT8(1); // dec_cen q3c_coord_t ra_cen = PG_GETARG_FLOAT8(2); // ra_cen q3c_coord_t dec_cen = PG_GETARG_FLOAT8(3); // dec_cen q3c_coord_t radius = PG_GETARG_FLOAT8(4); // error radius q3c_coord_t axis_ratio = PG_GETARG_FLOAT8(5); // axis_ratio q3c_coord_t PA = PG_GETARG_FLOAT8(6); // PA q3c_coord_t e = q3c_sqrt(1 - axis_ratio * axis_ratio); bool result = q3c_in_ellipse(ra_cen, dec_cen, ra,dec, radius, e, PA); PG_RETURN_BOOL(result); } /* The caching assumptions for this code are For the following calls of the function, if the polygon is exactly the same in the I will not reproject */ PG_FUNCTION_INFO_V1(pgq3c_in_poly); Datum pgq3c_in_poly(PG_FUNCTION_ARGS) { q3c_coord_t ra_cen = PG_GETARG_FLOAT8(0); // ra_cen q3c_coord_t dec_cen = PG_GETARG_FLOAT8(1); // dec_cen ArrayType *poly_arr = PG_GETARG_ARRAYTYPE_P(2); // ra_cen extern struct q3c_prm hprm; char too_large = 0; int nvert; bool result; int identical; q3c_poly_info_type *qpit; if (fcinfo->flinfo->fn_extra == 0) { // allocate memory where we are going to store converted info fcinfo->flinfo->fn_extra = MemoryContextAlloc(fcinfo->flinfo->fn_mcxt, sizeof(q3c_poly_info_type)); ((q3c_poly_info_type*) (fcinfo->flinfo->fn_extra))->ready = 0; } qpit = (q3c_poly_info_type*) (fcinfo->flinfo->fn_extra); identical = convert_pgarray2poly(poly_arr, qpit->ra, qpit->dec, &nvert) && qpit->ready; result = q3c_check_sphere_point_in_poly(&hprm, nvert, qpit->ra, qpit->dec, ra_cen, dec_cen, &too_large, identical, qpit->xpj, qpit->ypj, qpit->axpj, qpit->aypj, qpit->faces, &(qpit->multi_flag) ) != Q3C_DISJUNCT; if (too_large) { elog(ERROR, "The polygon is too large. Polygons having diameter >~23 degrees are unsupported"); } qpit->ready = 1; PG_RETURN_BOOL(result); } PG_FUNCTION_INFO_V1(pgq3c_in_poly1); Datum pgq3c_in_poly1(PG_FUNCTION_ARGS) { q3c_coord_t ra_cen = PG_GETARG_FLOAT8(0); // ra_cen q3c_coord_t dec_cen = PG_GETARG_FLOAT8(1); // dec_cen POLYGON *poly = PG_GETARG_POLYGON_P(2); // ra_cen extern struct q3c_prm hprm; char too_large = 0; int nvert; bool result; int identical; q3c_poly_info_type *qpit; if (fcinfo->flinfo->fn_extra == 0) { // allocate memory where we are going to store converted info fcinfo->flinfo->fn_extra = MemoryContextAlloc(fcinfo->flinfo->fn_mcxt, sizeof(q3c_poly_info_type)); ((q3c_poly_info_type*) (fcinfo->flinfo->fn_extra))->ready = 0; } qpit = (q3c_poly_info_type*) (fcinfo->flinfo->fn_extra); identical = convert_pgpoly2poly(poly, qpit->ra, qpit->dec, &nvert) && qpit->ready; result = q3c_check_sphere_point_in_poly(&hprm, nvert, qpit->ra, qpit->dec, ra_cen, dec_cen, &too_large, identical, qpit->xpj, qpit->ypj, qpit->axpj, qpit->aypj, qpit->faces, &(qpit->multi_flag) ) != Q3C_DISJUNCT; qpit->ready = 1; if (too_large) { elog(ERROR, "The polygon is too large. Polygons having diameter >~23 degrees are unsupported"); } PG_RETURN_BOOL(result); } q3c-2.0.1/q3c.control000066400000000000000000000001601453620405500142710ustar00rootroot00000000000000comment = 'q3c sky indexing plugin' default_version = '2.0.1' module_pathname = '$libdir/q3c' relocatable = trueq3c-2.0.1/q3c_poly.c000066400000000000000000000221441453620405500141040ustar00rootroot00000000000000/* Copyright (C) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk This file is part of Q3C. Q3C is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Q3C is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Q3C; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "common.h" void q3c_prepare_poly(q3c_poly *qp) { /* Compute the sides of the polygon for a given projection */ int n = qp->n - 1; int i; q3c_coord_t *ax = qp->ax; q3c_coord_t *ay = qp->ay; q3c_coord_t *x = qp->x; q3c_coord_t *y = qp->y; for(i = 0; i < n; i++) { ax[i] = x[i + 1] - x[i]; ay[i] = y[i + 1] - y[i]; } ax[i] = x[0] - x[i]; ay[i] = y[0] - y[i]; } int q3c_check_point_in_poly(q3c_poly *qp, q3c_coord_t x0, q3c_coord_t y0) /* Implementation of the crossing algorithm */ { int i, n = qp->n; q3c_coord_t *y = qp->y; q3c_coord_t *x = qp->x; q3c_coord_t *ax = qp->ax; q3c_coord_t *ay = qp->ay; int result = !Q3C_DISJUNCT; for(i = 0; i < n; i++) { if (((y0 <= y[i]) == (y0 > y[(i + 1) % n])) && ((x0 - x[i]) < (y0 - y[i]) * ax[i] / ay[i])) { result = !result; } } return !result; } void q3c_get_minmax_poly(q3c_poly *qp, q3c_coord_t *xmin, q3c_coord_t *xmax, q3c_coord_t *ymin, q3c_coord_t *ymax) { /* Compute the bounding box of the polygon in the current face */ int i; const int n = qp->n; q3c_coord_t *x = qp->x, *y = qp->y, t; q3c_coord_t xmi, xma, ymi, yma; xmi = x[0]; xma = x[0]; ymi = y[0]; yma = y[0]; for(i = 1; i < n; i++) { t = x[i]; if (t > xma) { xma = t; } else if (t < xmi) { xmi = t; } t = y[i]; if (t > yma) { yma = t; } else if (t < ymi) { ymi = t; } } *xmin = xmi; *xmax = xma; *ymin = ymi; *ymax = yma; } char q3c_get_facenum_poly(q3c_poly *qp) { return q3c_get_facenum(qp->ra[0], qp->dec[0]); } void q3c_project_poly(q3c_poly *qp, char face_num, char *large_flag) { q3c_coord_t ra1, dec1, tmp0; q3c_coord_t *ra = qp->ra, *dec = qp->dec; q3c_coord_t *x = qp->x, *y = qp->y, x0, y0; q3c_coord_t tmpval; int i, n = qp->n; if ((face_num > 0) && (face_num < 5)) { face_num--; /* Just computation trick */ for (i = 0; i < n; i++) { ra1 = Q3C_DEGRA * (ra[i] - 90 * (q3c_coord_t)face_num); dec1 = Q3C_DEGRA * dec[i]; tmpval = q3c_cos(ra1); if (tmpval < Q3C_MINDISCR) { *large_flag = 1; } x[i] = (q3c_tan(ra1)) / 2; y[i] = (q3c_tan(dec1)) / tmpval / 2; } /* Now x[i] and y[i] are coordinates on cube face [-0.5:0.5]x[-0.5:0.5] */ } else if (face_num == 0) { for (i = 0; i < n; i++) { ra1 = Q3C_DEGRA * ra[i]; dec1 = Q3C_DEGRA * dec[i]; tmpval = q3c_tan(dec1); if (tmpval < Q3C_MINDISCR) { *large_flag = 1; } tmp0 = 1 / tmpval; q3c_sincos(ra1, x0, y0); x0 *= tmp0; y0 *= (-tmp0); x[i] = x0 / 2; y[i] = y0 / 2; } } else { for (i = 0; i < n; i++) { ra1 = Q3C_DEGRA * ra[i]; dec1 = Q3C_DEGRA * dec[i]; tmpval = q3c_tan(dec1); if (tmpval > -Q3C_MINDISCR) { *large_flag = 1; } tmp0 = 1 / tmpval; q3c_sincos(ra1, x0, y0); x0 *= (-tmp0); y0 *= (-tmp0); x[i] = x0 / 2; y[i] = y0 / 2; } } } static char q3c_poly_intersection_check(q3c_poly *qp, q3c_coord_t xl, q3c_coord_t xr, q3c_coord_t yb, q3c_coord_t yt, q3c_coord_t cur_size) { int i, n = qp->n; q3c_coord_t *ax = qp->ax; q3c_coord_t *ay = qp->ay; q3c_coord_t *x = qp->x; q3c_coord_t *y = qp->y; q3c_coord_t txl, txr, tyb, tyt, axi, ayi, xi, yi, tmp, tmp1; char ret = 0; for( i = 0; i < n; i++) { xi = x[i]; yi = y[i]; axi = ax[i]; ayi = ay[i]; txl = xl - xi; txr = xr - xi; tyb = yb - yi; tyt = yt - yi; tmp = tyb / ayi; tmp1 = axi * tmp - txl; if ((tmp >= 0) && (tmp <= 1) && (tmp1 >= 0) && (tmp1 <= cur_size)) { ret = 1; break; } tmp = tyt / ayi; tmp1 = axi * tmp - txl; if ((tmp >= 0) && (tmp <= 1) && (tmp1 >= 0) && (tmp1 <= cur_size)) { ret = 1; break; } tmp = txl / axi; tmp1 = ayi * tmp - tyb; if ((tmp >= 0) && (tmp <= 1) && (tmp1 >= 0) && (tmp1 <= cur_size)) { ret = 1; break; } tmp = txr / axi; tmp1 = ayi * tmp - tyb; if ((tmp >= 0) && (tmp <= 1) && (tmp1 >= 0) && (tmp1 <= cur_size)) { ret = 1; break; } } return ret; } int q3c_poly_cover_check(q3c_poly *qp, q3c_coord_t xc_cur, q3c_coord_t yc_cur, q3c_coord_t cur_size) { q3c_coord_t xl_cur, xr_cur, yb_cur, yt_cur; int val; /* Checking the intersection of ellipse and box * The box parameters are set by variables xc_cur, yc_cur and cur_size */ xl_cur = xc_cur - cur_size / 2; /* left */ xr_cur = xc_cur + cur_size / 2; /* right */ yb_cur = yc_cur - cur_size / 2; /* bottom */ yt_cur = yc_cur + cur_size / 2; /* top */ /* Undef labels -- the labels when the current computed values dont allow * to make the final decision about the intersection */ val = q3c_check_point_in_poly(qp, xl_cur, yb_cur); if (val != Q3C_DISJUNCT) { goto PARTUNDEF_CHECK01; } val = q3c_check_point_in_poly(qp, xr_cur, yb_cur); if (val != Q3C_DISJUNCT) { return Q3C_PARTIAL; } val = q3c_check_point_in_poly(qp, xr_cur, yt_cur); if (val != Q3C_DISJUNCT) { return Q3C_PARTIAL; } val = q3c_check_point_in_poly(qp, xl_cur, yt_cur); if (val != Q3C_DISJUNCT) { return Q3C_PARTIAL; } else { if (q3c_poly_intersection_check(qp, xl_cur, xr_cur, yb_cur, yt_cur, cur_size) || ((qp->x[0] > xl_cur) && (qp->x[0] < xr_cur) && (qp->y[0] > yb_cur) && (qp->y[0] < yt_cur))) { return Q3C_PARTIAL; } else { return Q3C_DISJUNCT; } } PARTUNDEF_CHECK01: val = q3c_check_point_in_poly(qp, xr_cur, yb_cur); if (val == Q3C_DISJUNCT) { return Q3C_PARTIAL; } //PARTUNDEF_CHECK11: val = q3c_check_point_in_poly(qp, xr_cur, yt_cur); if (val == Q3C_DISJUNCT) { return Q3C_PARTIAL; } //PARTUNDEF_CHECK10: val = q3c_check_point_in_poly(qp, xl_cur, yt_cur); if (val == Q3C_DISJUNCT) { return Q3C_PARTIAL; } else { return Q3C_COVER; } } int q3c_check_sphere_point_in_poly(struct q3c_prm *hprm, int n, q3c_coord_t in_ra[], q3c_coord_t in_dec[], q3c_coord_t ra0, q3c_coord_t dec0, char *too_large, int invocation, q3c_coord_t (*xpj)[Q3C_MAX_N_POLY_VERTEX], q3c_coord_t (*ypj)[Q3C_MAX_N_POLY_VERTEX], q3c_coord_t (*axpj)[Q3C_MAX_N_POLY_VERTEX], q3c_coord_t (*aypj)[Q3C_MAX_N_POLY_VERTEX], char *faces, char *multi_flag) { q3c_coord_t xmin,xmax,ymin, ymax; q3c_ipix_t ipix; q3c_coord_t points[4]; char face_num, face_num0, cur_face_num, large_flag = 0; q3c_coord_t x0, y0; int face_count = -1, i; q3c_poly qp; q3c_ang2ipix_xy(hprm, ra0, dec0, &cur_face_num, &ipix, &x0, &y0); qp.ra = in_ra; qp.dec = in_dec; qp.n = n; if (invocation == 0) { face_num = q3c_get_facenum_poly(&qp); faces[0] = face_num; qp.x = xpj[0]; qp.y = ypj[0]; qp.ax = axpj[0]; qp.ay = aypj[0]; q3c_project_poly(&qp, face_num, &large_flag); if (large_flag) { *too_large = 1; } q3c_prepare_poly(&qp); q3c_get_minmax_poly(&qp, &xmin, &xmax, &ymin, &ymax); /* Now I determine whether the poly * intersect other faces or not, and if yes, I setup the array "points" to the * multi_face loop. */ q3c_multi_face_check(&xmin, &ymin, &xmax, &ymax, points, multi_flag); face_num0 = face_num; for(face_count = 0; face_count <= *multi_flag; face_count++) { /* This the beginning of the mega-loop over multiple faces */ if (face_count > 0) /* This "if" works when we pass through the secondary faces */ { face_num = q3c_xy2facenum(2 * points[2 * face_count - 2], 2 * points[2 * face_count - 1], face_num0); faces[face_count] = face_num; qp.x = xpj[face_count]; qp.y = ypj[face_count]; qp.ax = axpj[face_count]; qp.ay = aypj[face_count]; q3c_project_poly(&qp, faces[face_count], &large_flag); if (large_flag) { *too_large = 1; } q3c_prepare_poly(&qp); } } } for (i = 0; i <= *multi_flag; i++) { if (faces[i] == cur_face_num) { face_count = i; break; } } if (i == (*multi_flag + 1)) { return 0; } qp.x = xpj[face_count]; qp.y = ypj[face_count]; qp.ax = axpj[face_count]; qp.ay = aypj[face_count]; return q3c_check_point_in_poly(&qp, x0, y0); } q3c-2.0.1/q3cube.c000066400000000000000000002625311453620405500135430ustar00rootroot00000000000000/* Copyright (C) 2004-2023 Sergey Koposov Email: skoposov AT ed DOT ac DOT uk This file is part of Q3C. Q3C is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Q3C is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Q3C; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "common.h" #include #include #include #include "my_bits.h" static char __q3c_version[] = Q3C_VERSION; static int q3c_setup_square_stack(struct q3c_square *stack, q3c_coord_t xmin, q3c_coord_t ymin, q3c_coord_t xmax, q3c_coord_t ymax, int n0); static void q3c_stack_expand(struct q3c_square* work_stack, int *work_nstack, struct q3c_square* out_stack, int *out_nstack, int cur_depth, int res_depth); static void q3c_output_stack( struct q3c_prm *hprm, struct q3c_square *out_stack, int out_nstack, struct q3c_square *work_stack, int work_nstack, int face_num, int nside, q3c_ipix_t *out_ipix_arr_fulls, int *out_ipix_arr_fulls_pos, q3c_ipix_t *out_ipix_arr_partials, int *out_ipix_arr_partials_pos); static void q3c_fast_get_equatorial_ellipse_xy_minmax(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax); static void q3c_fast_get_equatorial_ellipse_xy_minmax_and_poly_coefs(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax, q3c_coord_t *ayy, q3c_coord_t *azz, q3c_coord_t *ayz, q3c_coord_t *ay, q3c_coord_t *az, q3c_coord_t *a); static void q3c_fast_get_polar_ellipse_xy_minmax_and_poly_coefs(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax, q3c_coord_t *ayy, q3c_coord_t *azz, q3c_coord_t *ayz, q3c_coord_t *ay, q3c_coord_t *az, q3c_coord_t *a); static void q3c_fast_get_ellipse_xy_minmax_and_poly_coefs(char face_num, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t d0, q3c_coord_t e, q3c_coord_t PA0, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax, q3c_coord_t *ayy, q3c_coord_t *azz, q3c_coord_t *ayz, q3c_coord_t *ay, q3c_coord_t *az, q3c_coord_t *a); static void q3c_fast_get_polar_ellipse_xy_minmax(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax); static void q3c_fast_get_xy_minmax(char, q3c_region, void *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *); static void q3c_fast_get_circle_xy_minmax(char, q3c_coord_t, q3c_coord_t, q3c_coord_t, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *); static void q3c_fast_get_ellipse_xy_minmax(char, q3c_coord_t, q3c_coord_t, q3c_coord_t,q3c_coord_t, q3c_coord_t, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *, q3c_coord_t *); static void array_filler(q3c_ipix_t *fulls, int fullpos, q3c_ipix_t *parts, int partpos); void q3c_get_version(char *out, int maxchar) { strncpy(out,__q3c_version,maxchar); } /* Distance calculation routine, inputs and outputs are in degrees */ q3c_coord_t q3c_dist(q3c_coord_t ra1, q3c_coord_t dec1, q3c_coord_t ra2, q3c_coord_t dec2) { return 2 * q3c_asin (q3c_sqrt (q3c_sindist(ra1, dec1, ra2, dec2))) * Q3C_RADEG; } /* sin(Distance/2)^2 calculation routine, inputs and outputs are in degrees */ q3c_coord_t q3c_sindist(q3c_coord_t ra1, q3c_coord_t dec1, q3c_coord_t ra2, q3c_coord_t dec2) { /* Fast and precise way to compute the distance on the sphere * it uses just 3 evaluations of trigonometric functions */ q3c_coord_t x, y, z; x = q3c_sin ((ra1 - ra2) / 2 * Q3C_DEGRA); x *= x; y = q3c_sin ((dec1 - dec2) / 2 * Q3C_DEGRA); y *= y; /* Seem to be more precise :) */ z = q3c_cos ((dec1 + dec2) / 2 * Q3C_DEGRA); z *= z; return x * (z - y) + y; } /* convert angular coordinates (ra,dec) -> ipix * ang2ipix is also outputting x,y on the cube face * Coordinates on the cube face are x[-0.5,0.5] y[-0.5,0.5] * ipix structure is the following: * Bit 0(leftmost) : unused * Bit 1-3: Cube face id (0 is the top face, 5 is the bottom face, * 1-4 are faces looking towards (x,y)=(1,0), (0,1), (-1,0), (0,-1) * Bit 4-63: 60-bit long location in the quadtree on the cube face, * encoded by z-order (e.g. two interleaved bit strings on for x, * another for y) * The mapping between x,y,z to (ra,dec) is such that * (x,y,z)=(1,0,0) corresponds to (ra,dec)=(0,0) * (x,y,z)=(0,0,1) corresponds to (ra,dec)=(0,90) */ void q3c_ang2ipix_xy (struct q3c_prm *hprm, q3c_coord_t ra0, q3c_coord_t dec0, char *out_face_num, q3c_ipix_t *ipix, q3c_coord_t *x_out, q3c_coord_t *y_out) /* ra in degrees, dec in degrees */ /* strictly 0<=ra<360 and -90<=dec<=90 */ { q3c_coord_t x0 = 0, y0 = 0, ra1, dec1, tmp0, td1; q3c_coord_t ra,dec; q3c_ipix_t nside = hprm->nside, *xbits = hprm->xbits, *ybits = hprm->ybits, xi, yi; char face_num; /* We check against crazy right ascensions */ ra = UNWRAP_RA(ra0); /* protection against wrong declinations */ if (dec0 > 90) { dec = 90; } else if (dec0 < -90) { dec = -90; } else { dec = dec0; } face_num = q3c_fmod ((ra + 45) / 90, 4); /* for equatorial pixels we'll have face_num from 1 to 4 */ ra1 = Q3C_DEGRA * (ra - 90 * (q3c_coord_t)face_num); dec1 = Q3C_DEGRA * dec; x0 = q3c_tan (ra1); td1 = q3c_tan(dec1); y0 = td1 / q3c_cos (ra1); face_num++; if (y0 > 1) { face_num = 0; ra1 = Q3C_DEGRA * ra; tmp0 = 1 / td1; q3c_sincos (ra1, x0, y0); x0 *= tmp0; y0 *= (-tmp0); /*x0 = q3c_sin(ra1) / q3c_tan(dec1);*/ /*y0 = -q3c_cos(ra1) / q3c_tan(dec1);*/ /* I don't know * Probably I should write (sin(ra)/sin(dec))*cos(dec) to * not loose the precision in the region where dec ~=90deg */ } else if (y0 < -1) { face_num = 5; ra1 = Q3C_DEGRA * ra; tmp0 = 1 / td1; q3c_sincos (ra1, x0, y0); x0 *= (-tmp0); y0 *= (-tmp0); /*x0 = -q3c_sin(ra1) / q3c_tan(dec1);*/ /*y0 = -q3c_cos(ra1) / q3c_tan(dec1);*/ } *x_out = x0 / 2; *y_out = y0 / 2; x0 = (x0 + 1) / 2; y0 = (y0 + 1) / 2; /* Now I produce the final pixel value by converting x and y values * to bitfields and combining them by interleaving, using the * predefined arrays xbits and ybits */ xi = (q3c_ipix_t)(x0 * nside); yi = (q3c_ipix_t)(y0 * nside); /* This two following statements are written to handle the * case of upper right corner of base square */ if (xi == nside) { xi--; } if (yi == nside) { yi--; } *ipix = q3c_xiyi2ipix(nside, xbits, ybits, face_num, xi, yi); *out_face_num = face_num; } /* convert coordinates (ra,dec) -> ipix * ra, dec in degrees * and strictly 0<=ra<360 and -90<=dec<=90 */ void q3c_ang2ipix(struct q3c_prm *hprm, q3c_coord_t ra0, q3c_coord_t dec0, q3c_ipix_t *ipix) { q3c_coord_t tmpx, tmpy; char face; q3c_ang2ipix_xy(hprm, ra0, dec0, &face, ipix, &tmpx, &tmpy); } /* get the cube face number for a given coordinates * ra, dec in degrees * and strictly 0<=ra<360 and -90<=dec<=90 */ char q3c_get_facenum(q3c_coord_t ra, q3c_coord_t dec) { q3c_coord_t y0 = 0; char face_num; if (dec >= 90) /* Poles */ { return 0; } else if (dec <= -90) { return 5; } face_num = q3c_fmod ((ra + 45) / 90, 4); /*for equatorial pixels we'll have face_num from 1 to 4 */ y0 = q3c_tan(dec * Q3C_DEGRA) / q3c_cos(Q3C_DEGRA * (ra - 90 * (q3c_coord_t)face_num)); face_num++; if (y0 > 1) { return 0; } else if (y0 < -1) { return 5; } else { return face_num; } } /* get the main cube face number for a given region * CIRCLE/ELLIPSE/POLYGON */ char q3c_get_region_facenum(q3c_region region, void *data) { switch(region) { case Q3C_CIRCLE: { return q3c_get_facenum(((q3c_circle_region*)data)->ra, ((q3c_circle_region*)data)->dec); } case Q3C_ELLIPSE: { return q3c_get_facenum(((q3c_ellipse_region*)data)->ra, ((q3c_ellipse_region*)data)->dec); } case Q3C_POLYGON: { return q3c_get_facenum_poly((q3c_poly *)data); } default: return 1; } } /* Check that the given point (alpha, delta0) * is within the ellipse specified by * center, maj_ax, axis ratio and positional angle */ char q3c_in_ellipse(q3c_coord_t alpha, q3c_coord_t delta0, q3c_coord_t alpha1, q3c_coord_t delta01, q3c_coord_t d0, q3c_coord_t e, q3c_coord_t PA0) { q3c_coord_t d_alpha = (alpha1 - alpha) * Q3C_DEGRA; q3c_coord_t delta1 = delta01 * Q3C_DEGRA; q3c_coord_t delta = delta0 * Q3C_DEGRA; q3c_coord_t PA = PA0 * Q3C_DEGRA; q3c_coord_t d = d0 * Q3C_DEGRA; q3c_coord_t t1 = q3c_cos(d_alpha); q3c_coord_t t22 = q3c_sin(d_alpha); q3c_coord_t t3 = q3c_cos(delta1); q3c_coord_t t32 = q3c_sin(delta1); q3c_coord_t t6 = q3c_cos(delta); q3c_coord_t t26 = q3c_sin(delta); q3c_coord_t t9 = q3c_cos(d); q3c_coord_t t55 = q3c_sin(d); q3c_coord_t t2; q3c_coord_t t4; q3c_coord_t t5; q3c_coord_t t7; q3c_coord_t t8; q3c_coord_t t10; q3c_coord_t t11; q3c_coord_t t13; q3c_coord_t t14; q3c_coord_t t15; q3c_coord_t t18; q3c_coord_t t19; q3c_coord_t t24; q3c_coord_t t31; q3c_coord_t t36; q3c_coord_t t37; q3c_coord_t t38; q3c_coord_t t45; q3c_coord_t t56; q3c_coord_t t57; q3c_coord_t t60; q3c_coord_t t61; q3c_coord_t t63; if ((t3 * t6 * t1 + t32 * t26) < 0) { return 0; } t2 = t1 * t1; t4 = t3 * t3; t5 = t2 * t4; t7 = t6 * t6; t8 = t5 * t7; t10 = t9 * t9; t11 = t7 * t10; t13 = q3c_cos(PA); t14 = t13 * t13; t15 = t14 * t10; t18 = t7 * t14; t19 = t18 * t10; t24 = q3c_sin(PA); t31 = t1 * t3; t36 = 2.0 * t31 * t32 * t26 * t6; t37 = t31 * t32; t38 = t26 * t6; t45 = t4 * t10; t56 = t55 * t55; t57 = t4 * t7; t60 = -t8 + t5 * t11 + 2.0 * t5 * t15 - t5 * t19 - 2.0 * t1 * t4 * t22 * t10 * t24 * t13 * t26 - t36 + 2.0 * t37 * t38 * t10 - 2.0 * t37 * t38 * t15 - t45 * t14 - t45 * t2 + 2.0 * t22 * t3 * t32 * t6 * t24 * t10 * t13 - t56 + t7 - t11 + t4 - t57 + t57 * t10 + t19 - t18 * t45; t61 = e * e; t63 = t60 * t61 + t8 + t57 - t4 - t7 + t56 + t36; return t63 > 0; } /* Checking whether the box (xmin,ymin,xmax,ymax) intersects other faces or * not. If yes, I setup the array "points" designed to help us work on * other faces ( points array will then have the coordinates on a main face * which should be mapped to other faces * !!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! * !!!!!!! It does change the arguments (xmin,xmax, ymin, ymax) !!!!!!!! */ void q3c_multi_face_check(q3c_coord_t *xmin0, q3c_coord_t *ymin0, q3c_coord_t *xmax0, q3c_coord_t *ymax0, q3c_coord_t *points, char *multi_flag) { const q3c_coord_t xmin = *xmin0, xmax = *xmax0, ymin = *ymin0, ymax = *ymax0; if (xmin < -Q3C_HALF) { if (ymin < -Q3C_HALF) { points[0] = xmax; points[1] = ymin; points[2] = xmin; points[3] = ymax; *multi_flag = 2; *xmin0 = -Q3C_HALF; *ymin0 = -Q3C_HALF; } else { if (ymax > Q3C_HALF) { points[0] = xmax; points[1] = ymax; points[2] = xmin; points[3] = ymin; *multi_flag = 2; *xmin0 = -Q3C_HALF; *ymax0 = Q3C_HALF; } else { points[0] = xmin; points[1] = (ymin + ymax) / 2; *multi_flag = 1; *xmin0 = -Q3C_HALF; } } } else { if (xmax > Q3C_HALF) { if (ymin < -Q3C_HALF) { points[0] = xmin; points[1] = ymin; points[2] = xmax; points[3] = ymax; *multi_flag = 2; *xmax0 = Q3C_HALF; *ymin0 = -Q3C_HALF; } else { if (ymax > Q3C_HALF) { points[0] = xmin; points[1] = ymax; points[2] = xmax; points[3] = ymin; *multi_flag = 2; *xmax0 = Q3C_HALF; *ymax0 = Q3C_HALF; } else { points[0] = xmax; points[1] = (ymin + ymax) / 2; *multi_flag = 1; *xmax0 = Q3C_HALF; } } } else { if (ymin < -Q3C_HALF) { points[0] = (xmin + xmax) / 2; points[1] = ymin; *multi_flag = 1; *ymin0 = -Q3C_HALF; } else { if (ymax > Q3C_HALF) { points[0] = (xmin + xmax) / 2; points[1] = ymax; *multi_flag = 1; *ymax0 = Q3C_HALF; } else { *multi_flag = 0; } } } } } /* Get the list of 4 ipix ranges * which decsribe the neighborhood of a given point * specified by q3c_region * ra in degrees, dec in degrees, radius in degrees * strictly 0<=ra<360 and -90<=dec<=90 */ void q3c_get_nearby(struct q3c_prm *hprm, q3c_region region, void *region_data, q3c_ipix_t *ipix) { q3c_coord_t xmin, xmax, ymin, ymax, xesize, yesize, points[4]; q3c_ipix_t nside = hprm->nside, *xbits = hprm->xbits, *ybits = hprm->ybits, *ipix_cur = ipix, ipix0, xi, yi, n0, n1, ixmin, ixmax, iymin, iymax, xistack[4], yistack[4], facestack[4], nstack[4]; char face_num, face_num0, multi_flag; int i, nistack = 0; const q3c_coord_t q3c_lg2 = Q3C_LG2; if (q3c_too_big_check(region, region_data)) { /* the whole sky */ q3c_ipix_t maxval = 6 * (nside * nside); *(ipix_cur++) = -1; *(ipix_cur++) = maxval; for(i = 1; i < 4; i++ ) { *(ipix_cur++) = 1; *(ipix_cur++) = -1; } return; } face_num = q3c_get_region_facenum(region, region_data); face_num0 = face_num; q3c_fast_get_xy_minmax(face_num, region, region_data, &xmin, &xmax, &ymin, &ymax); /* xmin, xmax, ymin, ymax are in the coordinate system of the cube face * where -0.5<=x<=0.5 and -0.5<=y<=0.5 */ #ifdef Q3C_DEBUG fprintf(stderr, "XMIN: %f XMAX: %f YMIN: %f YMAX: %f\n", xmin, xmax, ymin, ymax); #endif q3c_multi_face_check(&xmin, &ymin, &xmax, &ymax, points, &multi_flag); if (multi_flag == 0) { xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil(q3c_log(xesize) / q3c_lg2))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ ixmin = (Q3C_HALF + xmin) * n0; ixmax = (Q3C_HALF + xmax) * n0; iymin = (Q3C_HALF + ymin) * n0; iymax = (Q3C_HALF + ymax) * n0; ixmax = (ixmax == n0 ? n0 - 1 : ixmax); iymax = (iymax == n0 ? n0 - 1 : iymax); n1 = nside / n0; if (iymin == iymax) { if (ixmin == ixmax) { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; nistack = 1; } else { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; xistack[1] = (q3c_ipix_t)(ixmax * n1); yistack[1] = (q3c_ipix_t)(iymin * n1); facestack[1] = face_num; nstack[1] = n1; nistack = 2; } } else { if (ixmin == ixmax) { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; xistack[1] = (q3c_ipix_t)(ixmin * n1); yistack[1] = (q3c_ipix_t)(iymax * n1); facestack[1] = face_num; nstack[1] = n1; nistack = 2; } else { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; xistack[1] = (q3c_ipix_t)(ixmin * n1); yistack[1] = (q3c_ipix_t)(iymax * n1); facestack[1] = face_num; nstack[1] = n1; xistack[2] = (q3c_ipix_t)(ixmax * n1); yistack[2] = (q3c_ipix_t)(iymin * n1); facestack[2] = face_num; nstack[2] = n1; xistack[3] = (q3c_ipix_t)(ixmax * n1); yistack[3] = (q3c_ipix_t)(iymax * n1); facestack[3] = face_num; nstack[3] = n1; nistack = 4; } } } else { if (multi_flag == 1) { xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil(q3c_log(xesize) / q3c_lg2))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ ixmin = (Q3C_HALF + xmin) * n0; ixmax = (Q3C_HALF + xmax) * n0; iymin = (Q3C_HALF + ymin) * n0; iymax = (Q3C_HALF + ymax) * n0; ixmax = (ixmax == n0 ? n0 - 1 : ixmax); iymax = (iymax == n0 ? n0 - 1 : iymax); n1 = nside / n0; if (ixmin == ixmax) { if (iymin == iymax) { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; nistack = 1; } else { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; xistack[1] = (q3c_ipix_t)(ixmin * n1); yistack[1] = (q3c_ipix_t)(iymax * n1); facestack[1] = face_num; nstack[1] = n1; nistack = 2; } } else { xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; xistack[1] = (q3c_ipix_t)(ixmax * n1); yistack[1] = (q3c_ipix_t)(iymin * n1); facestack[1] = face_num; nstack[1] = n1; nistack = 2; } face_num = q3c_xy2facenum(2 * points[0], 2 * points[1], face_num0); q3c_fast_get_xy_minmax(face_num, region, region_data, &xmin, &xmax, &ymin, &ymax); xmax = (xmax > Q3C_HALF ? Q3C_HALF : xmax); xmin = (xmin < -Q3C_HALF ? -Q3C_HALF : xmin); ymax = (ymax > Q3C_HALF ? Q3C_HALF : ymax); ymin = (ymin < -Q3C_HALF ? -Q3C_HALF : ymin); xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil(q3c_log(xesize) / q3c_lg2))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ ixmin = (Q3C_HALF + xmin) * n0; ixmax = (Q3C_HALF + xmax) * n0; iymin = (Q3C_HALF + ymin) * n0; iymax = (Q3C_HALF + ymax) * n0; ixmax = (ixmax == n0 ? n0 - 1 : ixmax); iymax = (iymax == n0 ? n0 - 1 : iymax); n1 = nside / n0; if (ixmin == ixmax) { if (iymin == iymax) { xistack[nistack] = (q3c_ipix_t)(ixmin * n1); yistack[nistack] = (q3c_ipix_t)(iymin * n1); facestack[nistack] = face_num; nstack[nistack++] = n1; } else { xistack[nistack] = (q3c_ipix_t)(ixmin * n1); yistack[nistack] = (q3c_ipix_t)(iymin * n1); facestack[nistack] = face_num; nstack[nistack++] = n1; xistack[nistack] = (q3c_ipix_t)(ixmin * n1); yistack[nistack] = (q3c_ipix_t)(iymax * n1); facestack[nistack] = face_num; nstack[nistack++] = n1; } } else { xistack[nistack] = (q3c_ipix_t)(ixmin * n1); yistack[nistack] = (q3c_ipix_t)(iymin * n1); facestack[nistack] = face_num; nstack[nistack++] = n1; xistack[nistack] = (q3c_ipix_t)(ixmax * n1); yistack[nistack] = (q3c_ipix_t)(iymin * n1); facestack[nistack] = face_num; nstack[nistack++] = n1; } } else { xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil(q3c_log(xesize) / q3c_lg2))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ ixmin = (Q3C_HALF + xmin) * n0; ixmax = (Q3C_HALF + xmax) * n0; iymin = (Q3C_HALF + ymin) * n0; iymax = (Q3C_HALF + ymax) * n0; ixmax = (ixmax == n0 ? n0 - 1 : ixmax); iymax = (iymax == n0 ? n0 - 1 : iymax); n1 = nside / n0; xistack[0] = (q3c_ipix_t)(ixmin * n1); yistack[0] = (q3c_ipix_t)(iymin * n1); facestack[0] = face_num; nstack[0] = n1; nistack = 1; face_num = q3c_xy2facenum(2 * points[0], 2 * points[1], face_num0); q3c_fast_get_xy_minmax(face_num, region, region_data, &xmin, &xmax, &ymin, &ymax); xmax = (xmax > Q3C_HALF ? Q3C_HALF : xmax); xmin = (xmin < -Q3C_HALF ? -Q3C_HALF : xmin); ymax = (ymax > Q3C_HALF ? Q3C_HALF : ymax); ymin = (ymin < -Q3C_HALF ? -Q3C_HALF : ymin); xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil(q3c_log(xesize) / q3c_lg2))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ ixmin = (Q3C_HALF + xmin) * n0; ixmax = (Q3C_HALF + xmax) * n0; iymin = (Q3C_HALF + ymin) * n0; iymax = (Q3C_HALF + ymax) * n0; ixmax = (ixmax == n0 ? n0 - 1 : ixmax); iymax = (iymax == n0 ? n0 - 1 : iymax); n1 = nside / n0; xistack[1] = (q3c_ipix_t)(ixmin * n1); yistack[1] = (q3c_ipix_t)(iymin * n1); facestack[1] = face_num; nstack[1] = n1; nistack = 2; face_num = q3c_xy2facenum(2 * points[2], 2 * points[3], face_num0); q3c_fast_get_xy_minmax(face_num, region, region_data, &xmin, &xmax, &ymin, &ymax); xmax = (xmax > Q3C_HALF ? Q3C_HALF : xmax); xmin = (xmin < -Q3C_HALF ? -Q3C_HALF : xmin); ymax = (ymax > Q3C_HALF ? Q3C_HALF : ymax); ymin = (ymin < -Q3C_HALF ? -Q3C_HALF : ymin); xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil(q3c_log(xesize) / q3c_lg2))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ ixmin = (Q3C_HALF + xmin) * n0; ixmax = (Q3C_HALF + xmax) * n0; iymin = (Q3C_HALF + ymin) * n0; iymax = (Q3C_HALF + ymax) * n0; ixmax = (ixmax == n0 ? n0 - 1 : ixmax); iymax = (iymax == n0 ? n0 - 1 : iymax); n1 = nside / n0; xistack[2] = (q3c_ipix_t)(ixmin * n1); yistack[2] = (q3c_ipix_t)(iymin * n1); facestack[2] = face_num; nstack[2] = n1; nistack = 3; } } #ifdef Q3C_DEBUG fprintf(stderr, "MULTI_FLAG: %d\n", multi_flag); #endif /* Now I produce the final pixel value by converting x and y values to bitfields and combining them by interleaving, using the predefined arrays xbits and ybits */ for(i = 0; i < nistack; i++) { face_num = facestack[i]; xi = xistack[i]; yi = yistack[i]; n1 = nstack[i]; ipix0 = q3c_xiyi2ipix(nside, xbits, ybits, face_num, xi, yi); *(ipix_cur++) = ipix0; *(ipix_cur++) = ipix0 + n1 * n1 - 1; /* IMPORTANT!! I subtract 1 to make after the query with <=ipix<= */ } for(; i < 4; i++) { *(ipix_cur++) = 1; *(ipix_cur++) = -1; } } /* Converts integer coordinates on cube face to * ipix number by performing bit interleaving */ q3c_ipix_t q3c_xiyi2ipix(q3c_ipix_t nside, q3c_ipix_t *xbits, q3c_ipix_t *ybits, char face_num, q3c_ipix_t xi, q3c_ipix_t yi) { return ((q3c_ipix_t)face_num) * nside * nside + xbits[xi % Q3C_I1] + ybits[yi % Q3C_I1] + (xbits[(xi >> Q3C_INTERLEAVED_NBITS) % Q3C_I1] + ybits[(yi >> Q3C_INTERLEAVED_NBITS) % Q3C_I1]) * Q3C_I1 * Q3C_I1; /*8byte computation*/ } /* convert ipix number ra,dec in degrees */ void q3c_ipix2ang(struct q3c_prm *hprm, q3c_ipix_t ipix, q3c_coord_t *ra, q3c_coord_t *dec) { q3c_ipix_t nside = hprm->nside, ipix1, *xbits1 = hprm->xbits1, *ybits1 = hprm->ybits1, i2, i3, x0, y0; q3c_coord_t x, y, ra0; char face_num = ipix / (nside * nside); const q3c_ipix_t ii1 = 1 << (Q3C_INTERLEAVED_NBITS / 2); ipix1 = ipix % (nside * nside); i3 = ipix1 % Q3C_I1; i2 = ipix1 / Q3C_I1; x0 = xbits1[i3]; y0 = ybits1[i3]; i3 = i2 % Q3C_I1; i2 = i2 / Q3C_I1; x0 += xbits1[i3] * ii1; y0 += ybits1[i3] * ii1; i3 = i2 % Q3C_I1; i2 = i2 / Q3C_I1; x0 += xbits1[i3] * ii1 * ii1; y0 += ybits1[i3] * ii1 * ii1; i3 = i2 % Q3C_I1; i2 = i2 / Q3C_I1; x0 += xbits1[i3] * ii1 * ii1 * ii1; y0 += ybits1[i3] * ii1 * ii1 * ii1; /* BIT_PRINT8(ipix); BIT_PRINT8ix(x0); BIT_PRINT8iy(y0); */ x = (((q3c_coord_t)x0 + .5) / nside) * 2 - 1; y = (((q3c_coord_t)y0 + .5) / nside) * 2 - 1; /* Now -1= 1) && (face_num <= 4)) { ra0 = q3c_atan(x); *dec = Q3C_RADEG * q3c_atan(y * q3c_cos(ra0)); ra0 = ra0 * Q3C_RADEG + ((q3c_coord_t)face_num - 1) * 90; if (ra0 < 0) { ra0 += (q3c_coord_t)360; } *ra = ra0; } else { if (face_num == 0) { ra0 = Q3C_RADEG * (q3c_atan2(-x, y) + Q3C_PI); *dec = Q3C_RADEG * q3c_atan( 1 / q3c_sqrt(x * x + y * y)); *ra = ra0; } if (face_num == 5) { ra0 = Q3C_RADEG * (q3c_atan2(-x, -y) + Q3C_PI); *dec = -Q3C_RADEG * q3c_atan(1 / q3c_sqrt(x * x + y * y)); *ra = ra0; } } /*fprintf(stdout,"XXX %d %.20Lf %.20Lf\n",face_num,*ra,*dec);*/ } /* Compute the area of a given Q3C pixel for a given ipix and depth * depth here goes from 1 to 30 in the case of 8byte ints * and means depth == 1 pixel is the the smallest pixel, and depth== 30 pixel * is the whole cube face */ q3c_coord_t q3c_pixarea(struct q3c_prm *hprm, q3c_ipix_t ipix, int depth) { /* The first part of this function's text was taken from q3c_ipix2ang() * In the future I should split the ipix2xy and xy2ang codepaths * and put them in the separate functions */ q3c_ipix_t nside = hprm->nside, ipix1, *xbits1 = hprm->xbits1, *ybits1 = hprm->ybits1, i2, i3, x0, y0, idx, ix1, iy1, ix2, iy2; q3c_coord_t x1, y1, x2, y2, result; /* char face_num = ipix / (nside * nside);*/ const q3c_ipix_t ii1 = 1 << (Q3C_INTERLEAVED_NBITS / 2); ipix1 = ipix % (nside * nside); i3 = ipix1 % Q3C_I1; i2 = ipix1 / Q3C_I1; x0 = xbits1[i3]; y0 = ybits1[i3]; i3 = i2 % Q3C_I1; i2 = i2 / Q3C_I1; x0 += xbits1[i3] * ii1; y0 += ybits1[i3] * ii1; i3 = i2 % Q3C_I1; i2 = i2 / Q3C_I1; x0 += xbits1[i3] * ii1 * ii1; y0 += ybits1[i3] * ii1 * ii1; i3 = i2 % Q3C_I1; i2 = i2 / Q3C_I1; x0 += xbits1[i3] * ii1 * ii1 * ii1; y0 += ybits1[i3] * ii1 * ii1 * ii1; /* BIT_PRINT8(ipix); BIT_PRINT8ix(x0); BIT_PRINT8iy(y0); */ ix1 = (x0 >> depth) << depth; iy1 = (y0 >> depth) << depth; idx = ((q3c_ipix_t)1) << depth; ix2 = ix1 + idx; iy2 = iy1 + idx; x1 = (((q3c_coord_t)ix1) / nside) * 2 - 1; y1 = (((q3c_coord_t)iy1) / nside) * 2 - 1; x2 = (((q3c_coord_t)ix2) / nside) * 2 - 1; y2 = (((q3c_coord_t)iy2) / nside) * 2 - 1; /* Now -1 1e-4) { result = ( q3c_acos(x1 * y2) - q3c_acos(x1 * y1) ) + ( q3c_acos(x2 * y1) - q3c_acos(x2 * y2) ); } else { result = q3c_asin( x1 * (y1 - y2) * (y1 + y2) / (y2 * sqrt(1 - x1 * x1 * y1 * y1) + y1 * sqrt(1 - x1 * x1 * y2 * y2))) + q3c_asin( x2 * (y2 - y1) * (y1 + y2) / (y1 * sqrt(1 - x2 * x2 * y2 * y2) + y2 * sqrt(1 - x2 * x2 * y1 * y1))); } result = q3c_fabs(result); return result; } /* Find to which facenum a given x,y point on a given face_num0 corresponds * The input x, y should be >=-1 and <=1 */ char q3c_xy2facenum(q3c_coord_t x, q3c_coord_t y, char face_num0) { q3c_coord_t ra = 0, dec = 0; /* I do the initialization since gcc warns about probable not * initialization of ra and dec */ /* This code has been cut out from ipix2ang BEGIN */ if ((face_num0 >= 1) && (face_num0 <= 4)) { ra = q3c_atan(x); dec = Q3C_RADEG * q3c_atan(y * q3c_cos(ra)); ra = ra * Q3C_RADEG + ((q3c_coord_t)face_num0 - 1) * 90; if (ra < 0) { ra += (q3c_coord_t)360; } } else { if (face_num0 == 0) { ra = Q3C_RADEG * q3c_atan2(x, -y); dec = Q3C_RADEG * q3c_atan(1 / q3c_sqrt(x * x + y * y)); if (ra < 0) { ra += (q3c_coord_t)360; } } if (face_num0 == 5) { ra = Q3C_RADEG * q3c_atan2(x, y); dec = -Q3C_RADEG * q3c_atan(1 / q3c_sqrt(x * x + y * y)); if (ra < 0) { ra += (q3c_coord_t)360; } } } /* This code has been cut out from ipix2ang END */ return q3c_get_facenum(ra,dec); } /* Initialization of the Q3CUBE structure * hprm -- Pointer to main Q3C structure * nside -- Nside parameter (number of quadtree subdivisions) */ void init_q3c1(struct q3c_prm *hprm, q3c_ipix_t nside) { int i, k, m, l; const q3c_ipix_t nbits = Q3C_INTERLEAVED_NBITS; /* Number of bits used when interleaving bits * so the size of each allocated array will be 2^16 */ q3c_ipix_t *xbits, *ybits, *xbits1, *ybits1, xybits_size = 1 << nbits; hprm->nside = nside; xbits = malloc((xybits_size) * sizeof(q3c_ipix_t)); hprm->xbits = xbits; ybits = malloc((xybits_size) * sizeof(q3c_ipix_t)); hprm->ybits = ybits; xbits1 = malloc((xybits_size) * sizeof(q3c_ipix_t)); hprm->xbits1 = xbits1; ybits1 = malloc((xybits_size) * sizeof(q3c_ipix_t)); hprm->ybits1 = ybits1; xbits[0] = 0; xbits[1] = 1; ybits[0] = 0; ybits[1] = 2; /* BIT_PRINT8(xbits[0]); BIT_PRINT8(xbits[1]); */ for(i = 2, m = 1; i < xybits_size; i++) { k = i / m; if (k == 2) { xbits[i] = xbits[i / 2] * 4; ybits[i] = 2 * xbits[i]; m *= 2; /* BIT_PRINT8(xbits[i]); fprintf(stdout,"%lld\n",ybits[i]); */ continue; } else { xbits[i] = xbits[m] + xbits[i % m]; ybits[i] = 2 * xbits[i]; /* BIT_PRINT8(xbits[i]); fprintf(stdout,"%lld\n",ybits[i]); */ continue; } } xbits1[0] = 0; xbits1[1] = 1; /* fprintf(stdout,"%lld\n",xbits1[0]); fprintf(stdout,"%lld\n",xbits1[1]); BIT_PRINT8(xbits[0]); BIT_PRINT8(xbits[1]); */ for(i = 2, m = 2, l = 2; i < xybits_size; i++) { k = i / m; if (k < 2) { xbits1[i] = xbits1[i - m]; } else { if (k == 4) { xbits1[i] = xbits1[0]; m *= 4; l *= 2; } else xbits1[i] = xbits1[i - 2 * m] + l; } /* fprintf(stdout,"%lld\n",xbits1[i]); */ } ybits1[0] = 0; ybits1[1] = 0; /* fprintf(stdout,"%lld\n",ybits1[0]); fprintf(stdout,"%lld\n",ybits1[1]); */ for(i = 2, m = 1, l = 1; i < xybits_size; i++) { k = i / m; if (k < 2) { ybits1[i] = ybits1[i - m]; } else { if (k == 4) { ybits1[i] = ybits1[0]; m *= 4; l *= 2; } else ybits1[i] = ybits1[i - 2 * m] + l; } /*fprintf(stdout,"%lld\n",ybits1[i]);*/ } } /* Dump the definitions of main Q3C arrays into a .c file */ void q3c_dump_prm(struct q3c_prm *hprm,char *filename) { FILE *fp = fopen(filename, "w"); int i, x = 1 << Q3C_INTERLEAVED_NBITS; q3c_ipix_t *xbits = hprm->xbits, *ybits = hprm->ybits, *xbits1 = hprm->xbits1, *ybits1 = hprm->ybits1; fprintf(fp, "#include \"common.h\"\n"); fprintf(fp, "\nq3c_ipix_t ____xbits[%d]={", x); fprintf(fp, " "); for(i = 0; i < x; i++) { if (i > 0) { fprintf(fp, ","); } fprintf(fp, "Q3C_CONST("Q3C_IPIX_FMT ")", xbits[i]); } fprintf(fp, "};"); fprintf(fp, "\nq3c_ipix_t ____ybits[%d]={",x); fprintf(fp, " "); for(i = 0; i < x; i++) { if (i > 0) { fprintf(fp, ","); } fprintf(fp, "Q3C_CONST("Q3C_IPIX_FMT ")", ybits[i]); } fprintf(fp, "};"); fprintf(fp, "\nq3c_ipix_t ____xbits1[%d]={", x); fprintf(fp, " "); for(i = 0; i < x; i++) { if (i > 0) { fprintf(fp, ","); } fprintf(fp, "Q3C_CONST("Q3C_IPIX_FMT ")", xbits1[i]); } fprintf(fp, "};"); fprintf(fp, "\nq3c_ipix_t ____ybits1[%d]={",x); fprintf(fp, " "); for(i = 0; i < x; i++) { if (i > 0) { fprintf(fp, ","); } fprintf(fp, "Q3C_CONST("Q3C_IPIX_FMT ")", ybits1[i]); } fprintf(fp, "};\n"); fprintf(fp, "struct q3c_prm hprm={" Q3C_IPIX_FMT ",____xbits,____ybits,____xbits1,____ybits1};\n", hprm->nside); fclose(fp); } /* That function computes the coefficients of the 2nd order poly * describint the ellipse * (axx*x^2+ayy*y^2+2*axy*(x*y)+ax*x+ay*y+a=0) * produced on the cube face by the cone search */ void q3c_get_poly_coefs(char face_num, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t rad, q3c_coord_t *axx, q3c_coord_t *ayy, q3c_coord_t *axy, q3c_coord_t *ax, q3c_coord_t *ay, q3c_coord_t *a) { q3c_coord_t ra1, dec1, sr, cr, cd, sd, crad, p = 1; dec1 = dec0 * Q3C_DEGRA; sd = q3c_sin(dec1); cd = q3c_cos(dec1); crad = q3c_cos(Q3C_DEGRA * rad); if ((face_num >= 1) && (face_num <= 4)) { ra1 = (ra0 - (face_num - 1 ) * 90) * Q3C_DEGRA; sr = q3c_sin(ra1); cr = q3c_cos(ra1); *axx = (crad * crad - sr * sr * cd * cd); *ayy = (crad * crad - sd * sd); *axy = (-2 * sr * sd * cd); *ax = (-2 * sr * cr * cd * cd); *ay = (-2 * cr * sd * cd); *a = crad * crad - cr * cr * cd * cd; } else { if(face_num > 0) p = -1; /* p=1 for North Polar cap & p=-1 for South Polar cap */ ra1 = ra0 * Q3C_DEGRA; sr = q3c_sin(ra1); cr = q3c_cos(ra1); *axx = (crad * crad - sr * sr * cd * cd); *ayy = (crad * crad - cr * cr * cd * cd); *axy = (2 * p * sr * cr * cd * cd); *ax = -(2 * p * sr * sd * cd); *ay = (2 * cr * sd * cd); *a = crad * crad - sd * sd; } /* By this step I convert the coefficient of the polynom to the * coordinate system on the cube face where x[-0.5,0.5] y[-0.5,0.5] * I should incorporate this formulae directly with the formulae * from the top */ (*axx) *= 4; (*ayy) *= 4; (*axy) *= 4; (*ax) *= 2; (*ay) *= 2; } /* That function determines the minimal, maximal x and y of the ellipse with * the given coefficients (axx,ayy,axy...). All the computations are done on * the cube face. */ void q3c_get_xy_minmax(q3c_coord_t axx, q3c_coord_t ayy, q3c_coord_t axy, q3c_coord_t ax, q3c_coord_t ay, q3c_coord_t a, q3c_coord_t *xmin, q3c_coord_t *xmax, q3c_coord_t *ymin, q3c_coord_t *ymax, char *full_flag) { q3c_coord_t tmp0, tmp1, tmp2; tmp0 = axy * ax - 2 * axx * ay; tmp1 = 2 * q3c_sqrt(axx * (axx * ay * ay - axy * ax * ay - 4 * axx * ayy * a + axy * axy * a + ax * ax * ayy)); tmp2 = 4 * axx * ayy - axy * axy; /* * If the discriminant of the curve is smaller than a given threshold, it * means that the curve is (or is close to) a parabola or a hyperbola * In that case I include the whole face, because * I don't know how to compute the intersection of the cube * and the hyperbola */ if (tmp2 < Q3C_MINDISCR) { *xmax = 2 * Q3C_HALF; *ymax = 2 * Q3C_HALF; *xmin = -2 * Q3C_HALF; *ymin = -2 * Q3C_HALF; *full_flag = 1; return; } *ymin = (tmp0 - tmp1) / tmp2; *ymax = (tmp0 + tmp1) / tmp2; tmp0 = axy * ay - 2 * ayy * ax; tmp1 = 2 * q3c_sqrt(ayy * (ayy * ax * ax - axy * ax * ay - 4 * axx * ayy * a + axy * axy * a + ay * ay * axx)); *xmin = (tmp0 - tmp1) / tmp2; *xmax = (tmp0 + tmp1) / tmp2; //fprintf(stdout,"xmin=%.10Lf xmax=%.10Lf ymin=%.10Lf ymax=%.10Lf\n", *xmin, *xmax, *ymin, *ymax); } /* Check if the region is too big for Q3C to handle properly * The limit here is related to the number of faces the region is * allowed to intersect. Q3C can't handle more than 3 faces. * So for such big regions, we just switch to scan of the whole table */ char q3c_too_big_check(q3c_region region, void * region_data) { switch (region) { case Q3C_CIRCLE: { q3c_circle_region circle = *(q3c_circle_region *)region_data; if (circle.rad > Q3C_MAXRAD) { return 1; } else { return 0; } break; } case Q3C_ELLIPSE: { q3c_ellipse_region ellipse = *(q3c_ellipse_region *)region_data; if (ellipse.rad > Q3C_MAXRAD) { return 1; } else { return 0; } break; } case Q3C_POLYGON: { } } /* should not happen */ return 0; /* DUMMY */ } /* Get the xmin,ymin,xmax,ymax box on a given face for a given region */ void q3c_fast_get_xy_minmax(char face_num, q3c_region region, void *region_data, q3c_coord_t *xmin, q3c_coord_t *xmax, q3c_coord_t *ymin, q3c_coord_t *ymax) { switch (region) { case Q3C_CIRCLE: { q3c_circle_region circle = *(q3c_circle_region *)region_data; q3c_fast_get_circle_xy_minmax(face_num, circle.ra, circle.dec, circle.rad, xmin, xmax, ymin, ymax); break; } case Q3C_ELLIPSE: { q3c_ellipse_region ellipse = *(q3c_ellipse_region *)region_data; q3c_fast_get_ellipse_xy_minmax(face_num, ellipse.ra, ellipse.dec, ellipse.rad, ellipse.e, ellipse.PA, xmin, xmax, ymin, ymax); break; } case Q3C_POLYGON: { } } } /* That function gets the min, max x and y of the ellipse with the given * coefficients (axx,ayy,axy...). All the computations are done on the cube face. * That function take as arguments only the ra, dec of the center of cone search * and radius. */ void q3c_fast_get_circle_xy_minmax(char face_num, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t rad, q3c_coord_t *xmin, q3c_coord_t *xmax, q3c_coord_t *ymin, q3c_coord_t *ymax) { q3c_coord_t tmp0, tmp1, tmp2, ra1, dec1, sr, cr,sd, cd, srad, crad, crad2, cd2, scd; dec1 = dec0 * Q3C_DEGRA; q3c_sincos(dec1, sd, cd); cd2 = cd * cd; q3c_sincos(Q3C_DEGRA * rad, srad, crad); crad2 = crad * crad; /* tmp1, tmp2 variables in this function will * be related to the coefficients of quadratic equations * for xmin,xmax,ymin,ymax */ if ((face_num >= 1) && (face_num <= 4)) { ra1 = (ra0 - (face_num - 1 ) * 90) * Q3C_DEGRA; q3c_sincos(ra1, sr, cr); tmp2 = 2 * ( cd2 * cr * cr - srad * srad ); /* tmp2 is the discriminant of the curve on the face * zero or negative values mean parabolas or hyperbolas * in that case we better take whole face */ if (tmp2 < Q3C_MINDISCR) { *xmin = -Q3C_HALF; *ymin = -Q3C_HALF; *xmax = Q3C_HALF; *ymax = Q3C_HALF; return; } tmp0 = sr * cr * cd2; tmp1 = srad * q3c_sqrt(cd2 - srad * srad); *xmin = (tmp0 - tmp1) / tmp2; *xmax = (tmp0 + tmp1) / tmp2; tmp0 = cr * cd * sd; tmp1 = srad * q3c_sqrt(crad2 - cd2 * sr * sr); *ymin = (tmp0 - tmp1) / tmp2; *ymax = (tmp0 + tmp1) / tmp2; } else { ra1 = ra0 * Q3C_DEGRA; q3c_sincos(ra1, sr, cr); scd = sd * cd; tmp0 = scd * sr; tmp1 = srad * q3c_sqrt(crad2 - cr * cr * cd2); tmp2 = 2 * (crad2 - cd2); if (tmp2 < Q3C_MINDISCR) { /* tmp2 is the discriminant of the curve on the face * zero or negative values mean parabolas or hyperbolas * in that case we better take whole face */ *xmin = -Q3C_HALF; *ymin = -Q3C_HALF; *xmax = Q3C_HALF; *ymax = Q3C_HALF; return; } if (face_num == 5) tmp0 = -tmp0; *xmin = (tmp0 - tmp1) / tmp2; *xmax = (tmp0 + tmp1) / tmp2; tmp0 = -scd * cr; tmp1 = srad * q3c_sqrt(crad2 - sr * sr * cd2); *ymin = (tmp0 - tmp1) / tmp2; *ymax = (tmp0 + tmp1) / tmp2; } } /* Get the xmin,ymin,xmax,ymax on equatorial cube faces for * elliptic queries */ void q3c_fast_get_equatorial_ellipse_xy_minmax(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax) { /* Thank you, Maple! */ q3c_coord_t t1 = q3c_sin(alpha); q3c_coord_t t2 = q3c_cos(alpha); q3c_coord_t t21 = q3c_sin(delta); q3c_coord_t t4 = q3c_cos(delta); q3c_coord_t t24 = q3c_sin(PA); q3c_coord_t t13 = q3c_cos(PA); q3c_coord_t t51 = q3c_sin(d); q3c_coord_t t8 = q3c_cos(d); q3c_coord_t t3 = t1 * t2; q3c_coord_t t5 = t4 * t4; q3c_coord_t t7 = 2.0 * t3 * t5; q3c_coord_t t9 = t8 * t8; q3c_coord_t t12 = t1 * t5; q3c_coord_t t14 = t13 * t13; q3c_coord_t t15 = t2 * t14; q3c_coord_t t22 = t21 * t13; q3c_coord_t t23 = t2 * t2; q3c_coord_t t34 = t5 * t9; q3c_coord_t t39 = t24 * t9; q3c_coord_t t47 = -t7 - 2.0 * t3 * t9 + 2.0 * t12 * t15 - 2.0 * t12 * t15 * t9 + 4.0 * t22 * t23 * t24 - 4.0 * t15 * t1 + 4.0 * t1 * t9 * t15 + 2.0 * t3 + 2.0 * t3 * t34 - 2.0 * t22 * t24 + 2.0 * t22 * t39 - 4.0 * t21 * t9 * t13 * t23 * t24; q3c_coord_t t48 = e * e; q3c_coord_t t52 = t51 * t51; q3c_coord_t t54 = t5 * t14 * t9; q3c_coord_t t61 = t23 * t5; q3c_coord_t t62 = 2.0 * t61; q3c_coord_t t63 = t23 * t14; q3c_coord_t t67 = t23 * t9; q3c_coord_t t69 = t61 * t9; q3c_coord_t t71 = t14 * t9; q3c_coord_t t73 = t1 * t21; q3c_coord_t t77 = t73 * t13 * t2 * t24 * t9; q3c_coord_t t79 = t71 * t23; q3c_coord_t t85 = t63 * t34; q3c_coord_t t89 = -t62 - 4.0 * t63 + 2.0 * t63 * t5 - 2.0 * t67 + 2.0 * t69 - 2.0 * t71 + 4.0 * t77 + 4.0 * t79 - 4.0 * t73 * t13 * t2 * t24 - 2.0 * t85 + 2.0 * t14 + 2.0 * t23; q3c_coord_t t92 = t89 * t48 - 2.0 + 2.0 * t9 + t62; q3c_coord_t t93 = t1 * t13; q3c_coord_t t96 = t21 * t2; q3c_coord_t tmpy0 = t47 * t48 + t7; q3c_coord_t tmpy1 = -4.0 * t52 * (t9 - 1.0 + t54 + t5 - t34) * t48 + 4.0 * t52 * (-1.0 + t9 + t5); q3c_coord_t tmpy2 = t92; q3c_coord_t tmpz0 = -2.0 * (-t93 * t24 + t93 * t39 + t96 + t96 * t71 - t96 * t14 - t96 * t9) * t4 * t48 + 2.0 * t96 * t4; q3c_coord_t tmpz1 = -4.0 * t52 * (t61 - 2.0 * t79 - t54 + t67 - 2.0 * t77 - t5 - t69 + t71 + t85 + t34) * t48 + 4.0 * t52 * (t9 + t61 - t5); q3c_coord_t tmpz2 = t92; tmpy1 = q3c_sqrt(tmpy1); tmpy2 = (2 * tmpy2); tmpz1 = q3c_sqrt(tmpz1); tmpz2 = (2 * tmpz2); if (tmpy2 < Q3C_MINDISCR) { *ymin = -Q3C_HALF; *ymax = -Q3C_HALF; *zmin = Q3C_HALF; *zmax = Q3C_HALF; return; } *ymin = (tmpy0 - tmpy1) / tmpy2; *ymax = (tmpy0 + tmpy1) / tmpy2; *zmin = (tmpz0 - tmpz1) / tmpz2; *zmax = (tmpz0 + tmpz1) / tmpz2; } /* Get the xmin,ymin,xmax,ymax on polar cube faces for * elliptic queries * !!IMPORTANT!! for south pole the ycoordinates (1st) should be inverted */ void q3c_fast_get_polar_ellipse_xy_minmax(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax) { /* Thank you, Maple! */ q3c_coord_t t1 = q3c_sin(alpha); q3c_coord_t t14 = q3c_cos(alpha); q3c_coord_t t2 = q3c_sin(delta); q3c_coord_t t19 = q3c_cos(delta); q3c_coord_t t12 = q3c_sin(PA); q3c_coord_t t7 = q3c_cos(PA); q3c_coord_t t25 = q3c_sin(d); q3c_coord_t t4 = q3c_cos(d); q3c_coord_t t3 = t1 * t2; q3c_coord_t t5 = t4 * t4; q3c_coord_t t6 = t3 * t5; q3c_coord_t t8 = t7 * t7; q3c_coord_t t10 = t8 * t5; q3c_coord_t t13 = t7 * t12; q3c_coord_t t15 = t13 * t14; q3c_coord_t t21 = e * e; q3c_coord_t t26 = t25 * t25; q3c_coord_t t28 = 2.0 * t6 * t15; q3c_coord_t t29 = t19 * t19; q3c_coord_t t30 = t14 * t14; q3c_coord_t t31 = t29 * t30; q3c_coord_t t32 = t31 * t5; q3c_coord_t t34 = 2.0 * t10 * t30; q3c_coord_t t35 = t30 * t5; q3c_coord_t t36 = t31 * t10; q3c_coord_t t46 = t29 * (1.0 - t5 - t8 + t10) * t21 + t5 - t29; q3c_coord_t t47 = t7 * t1; q3c_coord_t t51 = t14 * t2; q3c_coord_t tmpy0 = 2.0 * (t6 + t3 * t8 - t3 * t10 - t15 + t13 * t14 * t5 - t3) * t19 * t21 + 2.0 * t3 * t19; q3c_coord_t tmpy1 = 4.0 * t26 * (-t5 - t28 - t32 - t34 + t35 + t36 + t31 + t10) * t21 - 4.0 * t26 * (-t5 + t31); q3c_coord_t tmpy2 = 2.0 * t46; q3c_coord_t tmpz0 = 2.0 * (-t47 * t12 + t47 * t12 * t5 + t51 * t10 - t51 * t5 - t51 * t8 + t51) * t19 * t21 - 2.0 * t51 * t19; q3c_coord_t tmpz1 = -4.0 * t26 * (-t28 - t29 * t8 * t5 - t29 - t32 - t34 + t35 + t36 + t31 + t29 * t5 + t10) * t21 + 4.0 * t26 * (t5 - t29 + t31); q3c_coord_t tmpz2 = 2.0 * t46; tmpy1 = q3c_sqrt(tmpy1); tmpy2 = (2 * tmpy2); tmpz1 = q3c_sqrt(tmpz1); tmpz2 = (2 * tmpz2); if (tmpy2 < Q3C_MINDISCR) { *ymin = -Q3C_HALF; *ymax = -Q3C_HALF; *zmin = Q3C_HALF; *zmax = Q3C_HALF; return; } *ymin = (tmpy0 - tmpy1) / tmpy2; *ymax = (tmpy0 + tmpy1) / tmpy2; *zmin = (tmpz0 - tmpz1) / tmpz2; *zmax = (tmpz0 + tmpz1) / tmpz2; } /* get the xmin,xmax,ymin,ymax and polynomial coefficients for the ellipse query * and equatorial cube faces */ void q3c_fast_get_equatorial_ellipse_xy_minmax_and_poly_coefs(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax, q3c_coord_t *ayy, q3c_coord_t *azz, q3c_coord_t *ayz, q3c_coord_t *ay, q3c_coord_t *az, q3c_coord_t *a) { /* Thank you, Maple! */ q3c_coord_t t1 = q3c_sin(delta); q3c_coord_t t2 = q3c_cos(d); q3c_coord_t t3 = t2 * t2; q3c_coord_t t4 = t1 * t3; q3c_coord_t t5 = q3c_cos(PA); q3c_coord_t t6 = q3c_cos(alpha); q3c_coord_t t7 = t6 * t6; q3c_coord_t t9 = q3c_sin(PA); q3c_coord_t t13 = t5 * t5; q3c_coord_t t14 = t6 * t13; q3c_coord_t t15 = q3c_sin(alpha); q3c_coord_t t18 = t15 * t3; q3c_coord_t t19 = t18 * t14; q3c_coord_t t21 = q3c_cos(delta); q3c_coord_t t22 = t21 * t21; q3c_coord_t t23 = t15 * t22; q3c_coord_t t29 = t15 * t6; q3c_coord_t t31 = t22 * t3; q3c_coord_t t34 = t1 * t5; q3c_coord_t t37 = t9 * t3; q3c_coord_t t43 = 2.0 * t29 * t22; q3c_coord_t t44 = t7 * t9; q3c_coord_t t47 = -4.0 * t4 * t5 * t7 * t9 - 4.0 * t14 * t15 + 4.0 * t19 + 2.0 * t14 * t23 - 2.0 * t14 * t23 * t3 + 2.0 * t29 + 2.0 * t29 * t31 - 2.0 * t34 * t9 + 2.0 * t34 * t37 - 2.0 * t29 * t3 - t43 + 4.0 * t34 * t44; q3c_coord_t t48 = e * e; q3c_coord_t t51 = q3c_sin(d); q3c_coord_t t52 = t51 * t51; q3c_coord_t t53 = t22 * t13; q3c_coord_t t54 = t53 * t3; q3c_coord_t t61 = t15 * t1; q3c_coord_t t62 = t61 * t3; q3c_coord_t t63 = t5 * t6; q3c_coord_t t64 = t63 * t9; q3c_coord_t t65 = t62 * t64; q3c_coord_t t67 = t13 * t3; q3c_coord_t t70 = t7 * t3; q3c_coord_t t71 = t53 * t70; q3c_coord_t t74 = t22 * t7; q3c_coord_t t75 = 2.0 * t74; q3c_coord_t t78 = t74 * t3; q3c_coord_t t80 = t67 * t7; q3c_coord_t t87 = 4.0 * t65 - 2.0 * t67 + 2.0 * t13 - 2.0 * t71 - 2.0 * t70 - t75 - 4.0 * t7 * t13 + 2.0 * t78 + 4.0 * t80 + 2.0 * t74 * t13 + 2.0 * t7 - 4.0 * t61 * t64; q3c_coord_t t90 = t87 * t48 - 2.0 + t75 + 2.0 * t3; q3c_coord_t t91 = t1 * t6; q3c_coord_t t94 = t15 * t5; q3c_coord_t t101 = t91 * t21; q3c_coord_t t111 = t9 * t9; q3c_coord_t t112 = t3 * t111; q3c_coord_t t113 = t15 * t15; q3c_coord_t t117 = t52 * t48; q3c_coord_t t124 = 2.0 * t62 * t63 * t9 * t48; q3c_coord_t t125 = t1 * t1; q3c_coord_t t126 = t7 * t125; q3c_coord_t t132 = t4 * t5; q3c_coord_t t138 = t6 * t3; q3c_coord_t t143 = t22 * t52; q3c_coord_t t145 = t111 * t6; q3c_coord_t t159 = t21 * t9 * t3; q3c_coord_t t160 = t5 * t48; q3c_coord_t t163 = t67 * t48; q3c_coord_t t165 = t52 * t21; q3c_coord_t t167 = t165 * t48; q3c_coord_t t170 = t21 * t13 * t3; q3c_coord_t t173 = t21 * t111 * t3; q3c_coord_t t186 = t113 * t22; q3c_coord_t t190 = t113 * t125; q3c_coord_t t197 = t125 * t52; q3c_coord_t tmpy0 = t47 * t48 + t43; q3c_coord_t tmpy1 = -4.0 * t52 * (-1.0 + t54 + t3 + t22 - t31) * t48 + 4.0 * t52 * (-1.0 + t22 + t3); q3c_coord_t tmpy2 = t90; q3c_coord_t tmpz0 = -2.0 * (-t91 * t13 - t91 * t3 + t94 * t37 + t91 + t91 * t67 - t94 * t9) * t21 * t48 + 2.0 * t101; q3c_coord_t tmpz1 = 4.0 * t52 * (-t67 - t74 - t70 + t54 + 2.0 * t80 + t78 - t71 + t22 - t31 + 2.0 * t65) * t48 + 4.0 * t52 * (t3 + t74 - t22); q3c_coord_t tmpz2 = t90; *a = -t112 * t113 - t67 * t113 + t74 * t52 - t74 * t117 + t112 * t113 * t48 + t124 + t67 * t126 * t48 - t67 * t126 - t112 * t126; *ay = -2.0 * t132 * t44 * t48 + 2.0 * t132 * t113 * t9 * t48 + 2.0 * t138 * t13 * t15 * t125 * t48 + 2.0 * t29 * t143 + 2.0 * t18 * t145 + 2.0 * t19 - 2.0 * t18 * t145 * t48 - 2.0 * t138 * t13 * t15 * t125 - 2.0 * t29 * t143 * t48 - 2.0 * t138 * t111 * t15 * t125; *az = -2.0 * t159 * t160 * t15 - 2.0 * t101 * t163 + 2.0 * t91 * t165 - 2.0 * t91 * t167 + 2.0 * t91 * t170 + 2.0 * t91 * t173; *ayz = 2.0 * t159 * t160 * t6 - 2.0 * t61 * t21 * t163 + 2.0 * t61 * t165 + 2.0 * t61 * t173 - 2.0 * t61 * t167 + 2.0 * t61 * t170; *ayy = -t112 * t7 - t80 + t186 * t52 + t112 * t7 * t48 - t67 * t190 - t112 * t190 - t186 * t117 + t67 * t190 * t48 - t124; *azz = t197 + t53 * t3 * t48 - t54 - t197 * t48 - t22 * t111 * t3; tmpy1 = q3c_sqrt(tmpy1); tmpy2 = (2 * tmpy2); tmpz1 = q3c_sqrt(tmpz1); tmpz2 = (2 * tmpz2); *ymin = (tmpy0 - tmpy1) / tmpy2; *ymax = (tmpy0 + tmpy1) / tmpy2; *zmin = (tmpz0 - tmpz1) / tmpz2; *zmax = (tmpz0 + tmpz1) / tmpz2; /* reduce the values to the cube with edge length of 1 (instead of 2) */ *ayy *= -4; *azz *= -4; *ayz *= -4; *ay *= -2; *az *= -2; *a *= -1; } /* get the xmin,xmax,ymin,ymax and polynomial coefficients for the ellipse query * and polar cube faces */ void q3c_fast_get_polar_ellipse_xy_minmax_and_poly_coefs(q3c_coord_t alpha, q3c_coord_t delta, q3c_coord_t d, q3c_coord_t e, q3c_coord_t PA, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax, q3c_coord_t *ayy, q3c_coord_t *azz, q3c_coord_t *ayz, q3c_coord_t *ay, q3c_coord_t *az, q3c_coord_t *a) { /* Thank you, Maple! */ q3c_coord_t t1 = q3c_sin(alpha); q3c_coord_t t2 = q3c_sin(delta); q3c_coord_t t3 = t1 * t2; q3c_coord_t t4 = q3c_cos(d); q3c_coord_t t5 = t4 * t4; q3c_coord_t t6 = t3 * t5; q3c_coord_t t7 = q3c_cos(PA); q3c_coord_t t8 = t7 * t7; q3c_coord_t t9 = t8 * t5; q3c_coord_t t11 = q3c_sin(PA); q3c_coord_t t12 = t7 * t11; q3c_coord_t t13 = q3c_cos(alpha); q3c_coord_t t14 = t12 * t13; q3c_coord_t t15 = t13 * t5; q3c_coord_t t19 = q3c_cos(delta); q3c_coord_t t21 = e * e; q3c_coord_t t23 = t3 * t19; q3c_coord_t t25 = q3c_sin(d); q3c_coord_t t26 = t25 * t25; q3c_coord_t t28 = 2.0 * t6 * t14; q3c_coord_t t29 = t19 * t19; q3c_coord_t t30 = t13 * t13; q3c_coord_t t31 = t29 * t30; q3c_coord_t t32 = t31 * t5; q3c_coord_t t33 = t29 * t8; q3c_coord_t t34 = t30 * t5; q3c_coord_t t35 = t33 * t34; q3c_coord_t t36 = t9 * t30; q3c_coord_t t37 = 2.0 * t36; q3c_coord_t t47 = t29 * (1.0 - t5 - t8 + t9) * t21 - t29 + t5; q3c_coord_t t48 = t7 * t1; q3c_coord_t t52 = t13 * t2; q3c_coord_t t59 = t52 * t19; q3c_coord_t t61 = t33 * t5; q3c_coord_t t71 = t11 * t11; q3c_coord_t t74 = t2 * t2; q3c_coord_t t75 = t74 * t26; q3c_coord_t t79 = t19 * t71 * t5; q3c_coord_t t82 = t19 * t8 * t5; q3c_coord_t t84 = t26 * t19; q3c_coord_t t85 = t84 * t21; q3c_coord_t t87 = t9 * t21; q3c_coord_t t90 = t19 * t11 * t5; q3c_coord_t t91 = t7 * t21; q3c_coord_t t112 = t2 * t5 * t7; q3c_coord_t t113 = t1 * t1; q3c_coord_t t120 = t13 * t1; q3c_coord_t t121 = t29 * t26; q3c_coord_t t123 = t1 * t5; q3c_coord_t t126 = t71 * t13; q3c_coord_t t136 = t113 * t29; q3c_coord_t t138 = t5 * t71; q3c_coord_t t144 = 2.0 * t6 * t7 * t13 * t11 * t21; q3c_coord_t t147 = t113 * t74; q3c_coord_t t150 = t26 * t21; q3c_coord_t t157 = t30 * t74; q3c_coord_t tmpy0 = 2.0 * (-t3 + t6 - t3 * t9 - t14 + t12 * t15 + t3 * t8) * t19 * t21 + 2.0 * t23; q3c_coord_t tmpy1 = 4.0 * t26 * (-t5 - t28 + t31 - t32 + t35 - t37 + t34 + t9) * t21 - 4.0 * t26 * (t31 - t5); q3c_coord_t tmpy2 = 2.0 * t47; q3c_coord_t tmpz0 = 2.0 * (-t48 * t11 + t48 * t11 * t5 + t52 - t52 * t5 + t52 * t9 - t52 * t8) * t19 * t21 - 2.0 * t59; q3c_coord_t tmpz1 = -4.0 * t26 * (-t29 - t61 - t28 + t31 - t32 + t35 - t37 + t34 + t29 * t5 + t9) * t21 + 4.0 * t26 * (-t29 + t31 + t5); q3c_coord_t tmpz2 = 2.0 * t47; *a = t33 * t5 * t21 - t29 * t71 * t5 - t61 - t75 * t21 + t75; *ay = 2.0 * t3 * t79 + 2.0 * t3 * t82 - 2.0 * t3 * t85 - 2.0 * t23 * t87 + 2.0 * t90 * t91 * t13 + 2.0 * t3 * t84; *az = -2.0 * t52 * t84 + 2.0 * t52 * t85 - 2.0 * t52 * t82 - 2.0 * t52 * t79 + 2.0 * t90 * t91 * t1 + 2.0 * t59 * t87; *ayz = 2.0 * t15 * t8 * t1 * t74 - 2.0 * t15 * t8 * t1 * t74 * t21 - 2.0 * t112 * t113 * t11 * t21 + 2.0 * t112 * t30 * t11 * t21 - 2.0 * t120 * t121 - 2.0 * t123 * t8 * t13 - 2.0 * t123 * t126 + 2.0 * t15 * t71 * t1 * t74 + 2.0 * t120 * t121 * t21 + 2.0 * t123 * t126 * t21; *ayy = -t36 + t136 * t26 - t138 * t30 - t144 + t138 * t30 * t21 - t9 * t147 - t138 * t147 - t136 * t150 + t9 * t147 * t21; *azz = t138 * t113 * t21 - t9 * t157 - t138 * t157 - t31 * t150 + t9 * t157 * t21 + t144 - t138 * t113 - t9 * t113 + t31 * t26; tmpy1 = q3c_sqrt(tmpy1); tmpy2 = (2 * tmpy2); tmpz1 = q3c_sqrt(tmpz1); tmpz2 = (2 * tmpz2); *ymin = (tmpy0 - tmpy1) / tmpy2; *ymax = (tmpy0 + tmpy1) / tmpy2; *zmin = (tmpz0 - tmpz1) / tmpz2; *zmax = (tmpz0 + tmpz1) / tmpz2; /* reduce the values to the cube with edge length of 1 (instead of 2) */ *ayy *= -4; *azz *= -4; *ayz *= -4; *ay *= -2; *az *= -2; *a *= -1; } /* Get ellipse x,y min,max and poly coeffs for a given ellipse query */ void q3c_fast_get_ellipse_xy_minmax_and_poly_coefs(char face_num, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t d0, q3c_coord_t e, q3c_coord_t PA0, q3c_coord_t *ymin, q3c_coord_t *ymax, q3c_coord_t *zmin, q3c_coord_t *zmax, q3c_coord_t *ayy, q3c_coord_t *azz, q3c_coord_t *ayz, q3c_coord_t *ay, q3c_coord_t *az, q3c_coord_t *a) { q3c_coord_t ra1, dec1 = dec0 * Q3C_DEGRA, d1 = d0 * Q3C_DEGRA, PA1 = PA0 * Q3C_DEGRA, tmpx; if ((face_num > 0) && (face_num < 5)) { ra1 = (ra0 - (face_num - 1) * 90) * Q3C_DEGRA; q3c_fast_get_equatorial_ellipse_xy_minmax_and_poly_coefs( ra1, dec1, d1, e, PA1, ymin, ymax, zmin, zmax, ayy, azz, ayz, ay, az, a); } else { ra1 = ra0 * Q3C_DEGRA; q3c_fast_get_polar_ellipse_xy_minmax_and_poly_coefs( ra1, dec1, d1, e, PA1, ymin, ymax, zmin, zmax, ayy, azz, ayz, ay, az, a); if (face_num == 5) { tmpx = *ymin; *ymin = -(*ymax); *ymax = -tmpx; *ay = -*ay; *ayz = -*ayz; } } } void q3c_fast_get_ellipse_xy_minmax(char face_num, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t rad0, q3c_coord_t e, q3c_coord_t PA0, q3c_coord_t *xmin, q3c_coord_t *xmax, q3c_coord_t *ymin, q3c_coord_t *ymax) { q3c_coord_t ra1, dec1 = dec0 * Q3C_DEGRA, rad1 = rad0 * Q3C_DEGRA, PA1 = PA0 * Q3C_DEGRA, tmpx; if ((face_num > 0) && (face_num < 5)) { ra1 = (ra0 - (face_num - 1) * 90) * Q3C_DEGRA; q3c_fast_get_equatorial_ellipse_xy_minmax(ra1, dec1, rad1, e, PA1, xmin, xmax, ymin, ymax); } else { ra1 = ra0 * Q3C_DEGRA; q3c_fast_get_polar_ellipse_xy_minmax(ra1, dec1, rad1, e, PA1, xmin, xmax, ymin, ymax); if (face_num == 5) { /* We have to invert one axis in the case of south pole face */ tmpx = *xmin; *xmin = -(*xmax); *xmax = -tmpx; } } } /* Function checking whether the square with center xc_cur, yc_cur and the * size cur_size on the cube face lie inside, or intersects etc. with the ellipse * specified by the coefficients (axx, axy, ayy, ax, ay, a) */ static char q3c_circle_cover_check(q3c_coord_t xc_cur, q3c_coord_t yc_cur, q3c_coord_t cur_size, q3c_coord_t xmin, q3c_coord_t xmax, q3c_coord_t ymin, q3c_coord_t ymax, q3c_coord_t axx, q3c_coord_t axy, q3c_coord_t ayy, q3c_coord_t ax, q3c_coord_t ay, q3c_coord_t a) { q3c_coord_t xl_cur, xr_cur, yb_cur, yt_cur; char status = 0, inside; /* Checking the intersection of ellipse and box * The box parameters are set by variables xc_cur, yc_cur and cur_size */ xl_cur = xc_cur - cur_size / 2; /* left */ xr_cur = xc_cur + cur_size / 2; /* right */ yb_cur = yc_cur - cur_size / 2; /* bottom */ yt_cur = yc_cur + cur_size / 2; /* top */ #define EVAL_POLY(x,y) ( x * (axx * x + axy * y + ax) + y * (ayy * y + ay) + a ) /* the idea of the code is following: * we go through the list of vertices till we encounter the one * which is inside the ellipse * If none of the vertices is inside the ellipse we double check the * edge crossings * If all the vertices are inside we return "covered" */ /* Bottom left vertex */ inside = EVAL_POLY(xl_cur, yb_cur) < 0; status += inside; /* Bottom right vertex */ inside = EVAL_POLY(xr_cur, yb_cur) < 0; /* we use XOR to check if the current vertex has different status * than the previous ones */ if (inside ^ (status > 0)) { return Q3C_PARTIAL; } status += inside; /* Top right vertex */ inside = EVAL_POLY(xr_cur, yt_cur) < 0; if (inside ^ (status > 0)) { return Q3C_PARTIAL; } status += inside; /* Top left vertex */ inside = EVAL_POLY(xl_cur, yt_cur) < 0; if (inside ^ (status > 0)) { return Q3C_PARTIAL; } status += inside; if (status == 4) { /* All the vertices are inside so the square must be covered by * the ellipse */ return Q3C_COVER; } else { /* All the vertices are outside the ellipse * Now we test if the ellipse crosses the edges of the square */ if ( (Q3C_INTERSECT(xmin, xmax, xl_cur, xr_cur) && Q3C_INTERSECT(ymin, ymax, yb_cur, yt_cur) ) && ((((2 * axx * xl_cur + axy * yt_cur + ax) * (2 * axx * xr_cur + axy * yt_cur + ax)) < 0) || (((2 * axx * xl_cur + axy * yb_cur + ax) * (2 * axx * xr_cur + axy * yb_cur + ax)) < 0) || (((2 * ayy * yb_cur + axy * xl_cur + ay) * (2 * ayy * yt_cur + axy * xl_cur + ay)) < 0) || (((2 * ayy * yb_cur + axy * xr_cur + ay) * (2 * ayy * yt_cur + axy * xr_cur + ay)) < 0) )) { return Q3C_PARTIAL; } else { return Q3C_DISJUNCT; } } #undef POLY_EVAL } /* Try to describe the box on the cube face specified by (xmin,xmax,ymin,ymax) * as a set of quadtree squares * I put them in the stack * n0 is the starting resolution */ int q3c_setup_square_stack(struct q3c_square *stack, q3c_coord_t xmin, q3c_coord_t ymin, q3c_coord_t xmax, q3c_coord_t ymax, int n0) { /* Here we set up the stack with initial squares */ int work_nstack = 0; q3c_ipix_t ixmin = (Q3C_HALF + xmin) * n0; /* Here I use the C truncation of floats */ q3c_ipix_t ixmax = (Q3C_HALF + xmax) * n0; /* to integers */ q3c_ipix_t iymin = (Q3C_HALF + ymin) * n0; q3c_ipix_t iymax = (Q3C_HALF + ymax) * n0; struct q3c_square *cur_square = stack; ixmax = (ixmax == n0 ? (n0 - 1) : ixmax); iymax = (iymax == n0 ? (n0 - 1) : iymax); if (ixmin == ixmax) { if (iymin == iymax) { SET_SQUARE(cur_square, ixmin, iymin, n0); work_nstack = 1; } else { SET_SQUARE(cur_square, ixmin, iymin, n0); cur_square++; SET_SQUARE(cur_square, ixmin, iymax, n0); work_nstack = 2; } } else { if (iymin == iymax) { SET_SQUARE(cur_square, ixmin, iymin, n0); cur_square++; SET_SQUARE(cur_square, ixmax, iymin, n0); work_nstack = 2; } else { SET_SQUARE(cur_square, ixmin, iymin, n0); cur_square++; SET_SQUARE(cur_square, ixmin, iymax, n0); cur_square++; SET_SQUARE(cur_square, ixmax, iymin, n0); cur_square++; SET_SQUARE(cur_square, ixmax, iymax, n0); work_nstack = 4; } } return work_nstack; } /* Process the stack of quad-tree squares and depending on the overlap status * I either keep them, expand them into smaller squares or throw them out */ void q3c_stack_expand(struct q3c_square* work_stack, int *work_nstack, struct q3c_square* out_stack, int *out_nstack, int cur_depth, int res_depth) { /* Now we select the fully covered set of squares from stack and put them * into out_stack, the partly covered squares are expanded to corresponding * set of 4 squares each. * explanation of the following scheme * |xxxxxxxxxxxxx xxxxxxxxxx| * ^ * /---/ tmp_stack2 * tmp_stack1 */ struct q3c_square *cur_square; int tmp_stack1, tmp_stack2; q3c_ipix_t xtmp,ytmp,ntmp; int j,k; for(j = 0, tmp_stack1 = 0, tmp_stack2 = *work_nstack; j < *work_nstack; j++) { cur_square = work_stack + j; //fprintf(stdout,"%d %d %d\n",work_nstack,tmp_stack1,tmp_stack2); if (cur_square->status == Q3C_PARTIAL) /* If this square partially intersects with the ellipse * I should split this square further */ { /* If this is the last stage of resolution loop, I will not split * the "partial" boxes */ if (cur_depth == res_depth) continue; tmp_stack1++; xtmp = 2 * cur_square->x0; ytmp = 2 * cur_square->y0; ntmp = 2 * cur_square->nside0; /* First I try to put the childrens of this square in the part of * the stack freed by thrown away squares (which were disjunct from * the ellipse or which were fully covered by the ellipse) */ for(k = 0; (k <= 3) && (tmp_stack1 > 0); k++) { cur_square = work_stack + (j + 1 - tmp_stack1); SET_SQUARE(cur_square, xtmp + (k & 1), ytmp + ((k & 2) >> 1), ntmp); tmp_stack1--; } for (; k <= 3; k++) { cur_square = work_stack + tmp_stack2; SET_SQUARE(cur_square, xtmp + (k & 1), ytmp + ((k & 2) >> 1), ntmp); tmp_stack2++; } } else { if (cur_square->status == Q3C_COVER) /* I put this square in the output list and * free one place in the stack */ { out_stack[(*out_nstack)++] = *cur_square; tmp_stack1++; } else /* This branch can be reached only if status==Q3C_DISJUNCT */ { tmp_stack1++; /* I just drop this square and free the place in the stack */ } } } /* end of updating of the list of squares loop */ if (cur_depth == res_depth) return; /* After updating the list of squares I compute how many of the * I have them now (except for the case of last resolution step) */ #ifdef Q3C_DEBUG fprintf(stdout,"STACK STATE nw_stack: %d nt_stack1: %d nt_stack2: %d\n", *work_nstack, tmp_stack1, tmp_stack2); #endif if (tmp_stack1 == 0) { *work_nstack = tmp_stack2; } else { if ((tmp_stack2 - *work_nstack) > tmp_stack1) { memcpy(work_stack + (*work_nstack - tmp_stack1), work_stack + (tmp_stack2 - tmp_stack1), tmp_stack1 * sizeof(struct q3c_square)); *work_nstack = tmp_stack2 - tmp_stack1; } else { memcpy(work_stack + (*work_nstack - tmp_stack1), work_stack + *work_nstack, (tmp_stack2 - *work_nstack) * sizeof(struct q3c_square)); *work_nstack = tmp_stack2 - tmp_stack1; } } } /* This function processes the stack of quad-tree squares and puts the * fully covered and partially covered squares in the appropriate output * lists */ void q3c_output_stack( struct q3c_prm *hprm, struct q3c_square *out_stack, int out_nstack, struct q3c_square *work_stack, int work_nstack, int face_num, int nside, q3c_ipix_t *out_ipix_arr_fulls, int *out_ipix_arr_fulls_pos, q3c_ipix_t *out_ipix_arr_partials, int *out_ipix_arr_partials_pos) { int i, j; q3c_ipix_t xi, yi, ipix_tmp1, ipix_tmp2, ntmp1; q3c_ipix_t *xbits = hprm->xbits, *ybits = hprm->ybits; struct q3c_square *cur_square; /* Run through fully covered squares (we take them from out_stack) */ for(i = 0; i < out_nstack; i++) { cur_square = out_stack + i; ntmp1 = (nside / cur_square->nside0); //fprintf(stdout, "XX%lld\n", ntmp1); xi = cur_square->x0 * ntmp1; yi = cur_square->y0 * ntmp1; ipix_tmp1 = q3c_xiyi2ipix(nside, xbits, ybits, face_num, xi, yi); ipix_tmp2 = ipix_tmp1 + (ntmp1 * ntmp1); /* Now we have in ipix_tmp1 and ipix_tmp2 -- the pixel range for the * query of current square * The query should be ipix_tmp1 =< II < ipix_tmp2 */ out_ipix_arr_fulls[(*out_ipix_arr_fulls_pos)++] = ipix_tmp1; out_ipix_arr_fulls[(*out_ipix_arr_fulls_pos)++] = ipix_tmp2; } /* End of output run through fully covered squares */ if (out_nstack == 0) /* If the list of fully covered squares is empty */ { /* Now we just do nothing -- the stack of ipix'es will be just empty */ } /* Run through partly covered squares (we take them from work_stack where * the cur_square->status == Q3C_PARTIAL) */ for(i = 0, j = -1; i < work_nstack; i++) { cur_square = work_stack + i; if (cur_square->status != Q3C_PARTIAL) continue; else j += 1; ntmp1 = (nside / cur_square->nside0); //fprintf(stdout, "XX%lld\n", ntmp1); xi = cur_square->x0 * ntmp1; yi = cur_square->y0 * ntmp1; ipix_tmp1 = q3c_xiyi2ipix(nside, xbits, ybits, face_num, xi, yi); ipix_tmp2 = ipix_tmp1 + (ntmp1 * ntmp1); /* Now we have in ipix_tmp1 and ipix_tmp2 -- the pixel range for the * query of current square * The query should be ipix_tmp1 =< II < ipix_tmp2 */ out_ipix_arr_partials[(*out_ipix_arr_partials_pos)++] = ipix_tmp1; out_ipix_arr_partials[(*out_ipix_arr_partials_pos)++] = ipix_tmp2; } /* End of output run through partly covered squares */ } static void array_filler(q3c_ipix_t *fulls, int fullpos, q3c_ipix_t *parts, int partpos) { /* We fill the tail of the out_ipix_arr_fulls and out_ipix_arr_partials * stack by * [1,-1] pairs since our SQL code wants the arrays of fixed length */ int i; for(i = fullpos; i < (2 * Q3C_NFULLS);) { fulls[i++] = 1; fulls[i++] = -1; } for(i = partpos; i < (2 * Q3C_NPARTIALS);) { parts[i++] = 1; parts[i++] = -1; } } /* Main radial query function */ void q3c_radial_query(struct q3c_prm *hprm, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t rad, q3c_ipix_t *out_ipix_arr_fulls, q3c_ipix_t *out_ipix_arr_partials) { q3c_coord_t axx, ayy, axy, ax, ay, a, xmin, xmax, ymin, ymax, xc_cur = 0, yc_cur = 0, cur_size, xesize, yesize, points[4]; q3c_ipix_t n0, nside = hprm->nside; char face_num, multi_flag = 0, face_count, face_num0, full_flags[3] = {0,0,0}; int out_ipix_arr_fulls_pos = 0; int out_ipix_arr_partials_pos = 0; int work_nstack = 0, i, j, out_nstack = 0, res_depth; struct q3c_square work_stack[Q3C_STACK_SIZE], out_stack[Q3C_STACK_SIZE], *cur_square; /* 35 degrees is a magic size above which the cone from the search can * produce a hyperbola or a parabola on a main face and where a lot of * code will start to break. * So if the query is that large, I just query the whole sphere */ /* TODO * I can instead of querying the whole sphere, just query the appropriate * faces */ if (rad >= Q3C_MAXRAD) { q3c_ipix_t maxval = 6 * (nside * nside); for(i = out_ipix_arr_fulls_pos; i < (2 * Q3C_NFULLS);) { /* don't have any fully covered squares*/ out_ipix_arr_fulls[i++] = 1; out_ipix_arr_fulls[i++] = -1; } i = out_ipix_arr_partials_pos; out_ipix_arr_partials[i++] = -1; out_ipix_arr_partials[i++] = maxval; /* everything is partially covered */ for(; i < (2 * Q3C_NPARTIALS);) { /* fill with dummy ranges the rest*/ out_ipix_arr_partials[i++] = 1; out_ipix_arr_partials[i++] = -1; } return; } face_num = q3c_get_facenum(ra0, dec0); q3c_get_poly_coefs(face_num, ra0, dec0, rad, &axx, &ayy, &axy, &ax, &ay, &a); /* The coefficients of the polynome are obtained for the projection * on the cube face for the cube with the edge length 1 * axx*x^2+ayy*y^2+axy*x*y+ax*x+ay*y+a */ q3c_get_xy_minmax(axx, ayy, axy, ax, ay, a, &xmin, &xmax, &ymin, &ymax, full_flags); q3c_multi_face_check(&xmin, &ymin, &xmax, &ymax, points, &multi_flag); face_num0 = face_num; for(face_count = 0; face_count <= multi_flag; out_nstack = 0, face_count++) { /* This the beginning of the mega-loop over multiple faces */ if (face_count > 0) /* This "if" works when we pass through the secondary faces */ { face_num = q3c_xy2facenum(2 * points[2 * (face_count - 1)], 2 * points[2 * (face_count - 1) + 1], face_num0); q3c_get_poly_coefs(face_num, ra0, dec0, rad, &axx, &ayy, &axy, &ax, &ay, &a); q3c_get_xy_minmax(axx, ayy, axy, ax, ay, a, &xmin, &xmax, &ymin, &ymax, full_flags + face_count); } xmax = (xmax > Q3C_HALF ? Q3C_HALF : xmax); xmin = (xmin < -Q3C_HALF ? -Q3C_HALF : xmin); ymax = (ymax > Q3C_HALF ? Q3C_HALF : ymax); ymin = (ymin < -Q3C_HALF ? -Q3C_HALF : ymin); #ifdef Q3C_DEBUG fprintf(stdout,"FACE RUN: %d FACE_NUM: %d\n", face_count, face_num); #endif xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } if (full_flags[(int)face_count]) /* Take the whole face */ { q3c_ipix_t tmpmin = face_num * nside * nside; q3c_ipix_t tmpmax = (face_num + 1) * nside * nside; #ifdef Q3C_DEBUG fprintf(stdout, "FULL_FLAG\n"); #endif out_ipix_arr_partials[out_ipix_arr_partials_pos++] = tmpmin; out_ipix_arr_partials[out_ipix_arr_partials_pos++] = tmpmax; continue; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil((q3c_log(xesize) / q3c_log(2))))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ cur_size = ((q3c_coord_t)1) / n0; /* fprintf(stdout, "%lld %Lf %Lf %Lf\n", n0,cur_size,xesize,yesize);*/ #ifdef Q3C_DEBUG fprintf(stdout,"XMIN: "Q3C_COORD_FMT " XMAX: "Q3C_COORD_FMT " YMIN: "Q3C_COORD_FMT " YMAX: "Q3C_COORD_FMT "\n", xmin, xmax, ymin, ymax); #endif /* Here we set up the stack with initial squares */ work_nstack = q3c_setup_square_stack(work_stack, xmin, ymin, xmax, ymax, n0); /* For this case the maximal increase of resolution of 2^res_depth * for each axis */ res_depth = nside / n0; /* If the the query is too small we cannot go up to Q3C_MAX_DEPTH since we * are limited by nside depth */ res_depth = Q3C_MAX_DEPTH > res_depth ? res_depth : Q3C_MAX_DEPTH; for(i = 1; i <= res_depth; i++) { #ifdef Q3C_DEBUG fprintf(stdout,"SQUARE RUN %d :\n", i); #endif #ifdef Q3C_DEBUG fprintf(stdout,"1) NUM squares in the stack %d\n",work_nstack); #endif /* This loop perform the testing of all squares in work_stack */ for(j = 0; j < work_nstack; j++) { cur_square = work_stack + j; cur_size = ((q3c_coord_t) 1) / (cur_square->nside0); xc_cur = (( (q3c_coord_t) cur_square->x0) + Q3C_HALF) / cur_square->nside0 - Q3C_HALF; yc_cur = (( (q3c_coord_t) cur_square->y0) + Q3C_HALF) / cur_square->nside0 - Q3C_HALF; /* xc_cur and yc_cur -- center of the square (in the coordinate system * of big square [-0.5:0.5]x[-0.5:0.5] */ //fprintf(stdout,"%Lf %Lf %Lf %d\n",xc_cur,yc_cur,cur_size, status); cur_square->status = q3c_circle_cover_check(xc_cur, yc_cur, cur_size, xmin, xmax, ymin, ymax, axx, axy, ayy, ax, ay, a); } #ifdef Q3C_DEBUG fprintf(stdout,"2) NUM squares in the stack %d\n",work_nstack); #endif q3c_stack_expand(work_stack, &work_nstack, out_stack, &out_nstack, i, res_depth); } /* end of resolution loop */ // Old printing of the results #ifdef Q3C_DEBUG for(i = 0; i < out_nstack; i++) { cur_square = out_stack + i; fprintf(stdout, "OUT: %f %f %d %d\n", cur_square->x0 + 0.5,cur_square->y0 + 0.5,cur_square->nside0,cur_square->status); } for(i = 0; i < work_nstack; i++) { cur_square = work_stack + i; if (cur_square->status == Q3C_PARTIAL) fprintf(stdout, "OUT1: %f %f %d %d\n", cur_square->x0 + 0.5,cur_square->y0 + 0.5,cur_square->nside0,cur_square->status); } #endif q3c_output_stack( hprm, out_stack, out_nstack, work_stack, work_nstack, face_num, nside, out_ipix_arr_fulls, &out_ipix_arr_fulls_pos, out_ipix_arr_partials, &out_ipix_arr_partials_pos); } /* End of the mega-loop over the faces */ array_filler(out_ipix_arr_fulls, out_ipix_arr_fulls_pos, out_ipix_arr_partials, out_ipix_arr_partials_pos); } /* End of q3c_radial_query() */ void q3c_poly_query(struct q3c_prm *hprm, q3c_poly *qp, q3c_ipix_t *out_ipix_arr_fulls, q3c_ipix_t *out_ipix_arr_partials, char *too_large) { q3c_coord_t xmin, xmax, ymin, ymax, xc_cur = 0, yc_cur = 0, cur_size, xesize, yesize, points[4]; q3c_ipix_t n0, nside = hprm->nside; char face_num, multi_flag = 0, face_count, face_num0, large_flag = 0; int out_ipix_arr_fulls_pos = 0; int out_ipix_arr_partials_pos = 0; int work_nstack = 0, i, j, out_nstack = 0, res_depth; struct q3c_square work_stack[Q3C_STACK_SIZE], out_stack[Q3C_STACK_SIZE], *cur_square; face_num = q3c_get_region_facenum(Q3C_POLYGON, qp); q3c_project_poly(qp, face_num, &large_flag); if (large_flag) { *too_large = 1; return; } q3c_prepare_poly(qp); q3c_get_minmax_poly(qp, &xmin, &xmax, &ymin, &ymax); q3c_multi_face_check(&xmin, &ymin, &xmax, &ymax, points, &multi_flag); face_num0 = face_num; for(face_count = 0; face_count <= multi_flag; out_nstack = 0, face_count++) { /* This the beginning of the mega-loop over multiple faces */ if (face_count > 0) /* This "if" works when we pass through the secondary faces */ { face_num = q3c_xy2facenum(2 * points[2 * (face_count - 1)], 2 * points[2 * (face_count - 1) + 1], face_num0); q3c_project_poly(qp, face_num, &large_flag); if (large_flag) { *too_large = 1; return; } q3c_prepare_poly(qp); q3c_get_minmax_poly(qp, &xmin, &xmax, &ymin, &ymax); xmax = (xmax > Q3C_HALF ? Q3C_HALF : xmax); xmin = (xmin < -Q3C_HALF ? -Q3C_HALF : xmin); ymax = (ymax > Q3C_HALF ? Q3C_HALF : ymax); ymin = (ymin < -Q3C_HALF ? -Q3C_HALF : ymin); } #ifdef Q3C_DEBUG fprintf(stdout,"FACE RUN: %d FACE_NUM: %d\n", face_count, face_num); #endif xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil((q3c_log(xesize) / q3c_log(2))))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ cur_size = ((q3c_coord_t)1) / n0; //fprintf(stdout, "%lld %Lf %Lf %Lf\n", n0,cur_size,xesize,yesize); #ifdef Q3C_DEBUG fprintf(stdout,"XMIN: "Q3C_COORD_FMT " XMAX: "Q3C_COORD_FMT " YMIN: "Q3C_COORD_FMT " YMAX: "Q3C_COORD_FMT "\n", xmin, xmax, ymin, ymax); #endif work_nstack = q3c_setup_square_stack(work_stack, xmin, ymin, xmax, ymax, n0); /* For this case the maximal increase of resolution of 2^res_depth * for each axis */ res_depth = nside / n0; /* If the the query is too small we cannot go up to Q3C_MAX_DEPTH since we * are limited by nside depth */ res_depth = Q3C_MAX_DEPTH > res_depth ? res_depth : Q3C_MAX_DEPTH; for(i = 1; i <= res_depth; i++) { #ifdef Q3C_DEBUG fprintf(stdout,"SQUARE RUN %d :\n", i); #endif #ifdef Q3C_DEBUG fprintf(stdout,"1) NUM squares in the stack %d\n",work_nstack); #endif /* This loop perform the testing of all squares in work_stack */ for(j = 0; j < work_nstack; j++) { cur_square = work_stack + j; cur_size = ((q3c_coord_t) 1) / (cur_square->nside0); xc_cur = (( (q3c_coord_t) cur_square->x0) + Q3C_HALF) / cur_square->nside0 - Q3C_HALF; yc_cur = (( (q3c_coord_t) cur_square->y0) + Q3C_HALF) / cur_square->nside0 - Q3C_HALF; /* xc_cur and yc_cur -- center of the square (in the coordinate system * of big square [-0.5:0.5]x[-0.5:0.5] */ //fprintf(stdout,"%Lf %Lf %Lf %d\n",xc_cur,yc_cur,cur_size, status); #ifdef Q3C_DEBUG fprintf(stderr,"Trying (%f %f %f)(%f %f %f %f) --- ",xc_cur,yc_cur,cur_size,xc_cur - cur_size / 2,xc_cur + cur_size / 2,yc_cur - cur_size / 2,yc_cur + cur_size / 2); #endif cur_square->status = q3c_poly_cover_check(qp, xc_cur, yc_cur, cur_size); #ifdef Q3C_DEBUG fprintf(stderr,"%d\n",cur_square->status); #endif } #ifdef Q3C_DEBUG fprintf(stdout,"2) NUM squares in the stack %d\n",work_nstack); #endif q3c_stack_expand(work_stack, &work_nstack, out_stack, &out_nstack, i, res_depth); } // Old printing of the results #ifdef Q3C_DEBUG for(i = 0; i < out_nstack; i++) { cur_square = out_stack + i; fprintf(stdout, "OUT: %f %f %d %d\n", cur_square->x0 + 0.5,cur_square->y0 + 0.5,cur_square->nside0,cur_square->status); } for(i = 0; i < work_nstack; i++) { cur_square = work_stack + i; if (cur_square->status == Q3C_PARTIAL) fprintf(stdout, "OUT1: %f %f %d %d\n", cur_square->x0 + 0.5,cur_square->y0 + 0.5,cur_square->nside0,cur_square->status); } #endif q3c_output_stack( hprm, out_stack, out_nstack, work_stack, work_nstack, face_num, nside, out_ipix_arr_fulls, &out_ipix_arr_fulls_pos, out_ipix_arr_partials, &out_ipix_arr_partials_pos); } /* End of the mega-loop over the faces */ array_filler(out_ipix_arr_fulls, out_ipix_arr_fulls_pos, out_ipix_arr_partials, out_ipix_arr_partials_pos); } /* End of radial_query() */ void q3c_ellipse_query(struct q3c_prm *hprm, q3c_coord_t ra0, q3c_coord_t dec0, q3c_coord_t majax, q3c_coord_t ell, q3c_coord_t PA, q3c_ipix_t *out_ipix_arr_fulls, q3c_ipix_t *out_ipix_arr_partials) { q3c_coord_t xmin, xmax, ymin, ymax, xc_cur = 0, yc_cur = 0, cur_size, xesize, yesize, points[4], axx, ayy, axy, ax, ay, a; q3c_ipix_t n0, nside = hprm->nside; char face_num, multi_flag = 0, face_count, face_num0; int out_ipix_arr_fulls_pos = 0; int out_ipix_arr_partials_pos = 0; int work_nstack = 0, i, j, out_nstack = 0, res_depth; struct q3c_square work_stack[Q3C_STACK_SIZE], out_stack[Q3C_STACK_SIZE], *cur_square; /* 35 degrees is a magic size above which the cone from the search can * produce a hyperbola or a parabola on a main face and where a lot of * code will start to break. * So if the query is that large, I just query the whole sphere */ /* TODO * I can instead of querying the whole sphere, just query the appropriate * faces */ if (majax >= Q3C_MAXRAD) { q3c_ipix_t maxval = 6 * (nside * nside); for(i = out_ipix_arr_fulls_pos; i < (2 * Q3C_NFULLS);) { /* don't have any fully covered squares*/ out_ipix_arr_fulls[i++] = 1; out_ipix_arr_fulls[i++] = -1; } i = out_ipix_arr_partials_pos; out_ipix_arr_partials[i++] = -1; out_ipix_arr_partials[i++] = maxval; /* everything is partially covered */ for(; i < (2 * Q3C_NPARTIALS);) { /* fill with dummy ranges the rest*/ out_ipix_arr_partials[i++] = 1; out_ipix_arr_partials[i++] = -1; } return; } face_num = q3c_get_facenum(ra0, dec0); q3c_fast_get_ellipse_xy_minmax_and_poly_coefs(face_num, ra0, dec0, majax, ell, PA, &xmin, &xmax, &ymin, &ymax, &axx, &ayy, &axy, &ax, &ay, &a); q3c_multi_face_check(&xmin, &ymin, &xmax, &ymax, points, &multi_flag); face_num0 = face_num; for(face_count = 0; face_count <= multi_flag; out_nstack = 0, face_count++) { /* This the beginning of the mega-loop over multiple faces */ if (face_count > 0) /* This "if" works when we pass through the secondary faces */ { face_num = q3c_xy2facenum(2 * points[2 * (face_count - 1)], 2 * points[2 * (face_count - 1) + 1], face_num0); q3c_fast_get_ellipse_xy_minmax_and_poly_coefs(face_num, ra0, dec0, majax, ell, PA, &xmin, &xmax, &ymin, &ymax, &axx, &ayy, &axy, &ax, &ay, &a); xmax = (xmax > Q3C_HALF ? Q3C_HALF : xmax); xmin = (xmin < -Q3C_HALF ? -Q3C_HALF : xmin); ymax = (ymax > Q3C_HALF ? Q3C_HALF : ymax); ymin = (ymin < -Q3C_HALF ? -Q3C_HALF : ymin); } #ifdef Q3C_DEBUG fprintf(stdout,"FACE RUN: %d FACE_NUM: %d\n", face_count, face_num); #endif xesize = xmax - xmin; yesize = ymax - ymin; xesize = xesize > yesize ? xesize : yesize; if (xesize * nside < 1) /* If the region is too small */ { xesize = 1 / (q3c_coord_t)nside; } n0 = 1 << ((q3c_ipix_t)(-q3c_ceil((q3c_log(xesize) / q3c_log(2))))); /* n0 is now the level of quadtree for which the minimal * element is >~ our ellipse */ cur_size = ((q3c_coord_t)1) / n0; #ifdef Q3C_DEBUG fprintf(stdout,"XMIN: "Q3C_COORD_FMT " XMAX: "Q3C_COORD_FMT " YMIN: "Q3C_COORD_FMT " YMAX: "Q3C_COORD_FMT "\n", xmin, xmax, ymin, ymax); fprintf(stdout,Q3C_COORD_FMT " "Q3C_COORD_FMT " "Q3C_COORD_FMT " "Q3C_COORD_FMT " "Q3C_COORD_FMT " "Q3C_COORD_FMT "\n", axx,ayy,axy,ax,ay,a); #endif work_nstack = q3c_setup_square_stack(work_stack, xmin, ymin, xmax, ymax, n0); /* For this case the maximal increase of resolution of 2^res_depth * for each axis */ res_depth = nside / n0; /* If the the query is too small we cannot go up to Q3C_MAX_DEPTH since we * are limited by nside depth */ res_depth = Q3C_MAX_DEPTH > res_depth ? res_depth : Q3C_MAX_DEPTH; for(i = 1; i <= res_depth; i++) { #ifdef Q3C_DEBUG fprintf(stdout,"SQUARE RUN %d :\n", i); #endif #ifdef Q3C_DEBUG fprintf(stdout,"1) NUM squares in the stack %d\n",work_nstack); #endif /* This loop perform the testing of all squares in work_stack */ for(j = 0; j < work_nstack; j++) { cur_square = work_stack + j; cur_size = ((q3c_coord_t) 1) / (cur_square->nside0); xc_cur = (( (q3c_coord_t) cur_square->x0) + Q3C_HALF) / cur_square->nside0 - Q3C_HALF; yc_cur = (( (q3c_coord_t) cur_square->y0) + Q3C_HALF) / cur_square->nside0 - Q3C_HALF; /* xc_cur and yc_cur -- center of the square (in the coordinate system * of big square [-0.5:0.5]x[-0.5:0.5] */ //fprintf(stdout,"%Lf %Lf %Lf %d\n",xc_cur,yc_cur,cur_size, status); cur_square->status = q3c_circle_cover_check(xc_cur, yc_cur, cur_size, xmin, xmax, ymin, ymax, axx, axy, ayy, ax, ay, a); #ifdef Q3C_DEBUG fprintf(stderr,"Trying (%f %f %f)(%f %f %f %f) --- ",xc_cur, yc_cur,cur_size,xc_cur - cur_size / 2,xc_cur + cur_size / 2,yc_cur - cur_size / 2,yc_cur + cur_size / 2); fprintf(stderr,"%d\n",cur_square->status); #endif } #ifdef Q3C_DEBUG fprintf(stdout,"2) NUM squares in the stack %d\n",work_nstack); #endif q3c_stack_expand(work_stack, &work_nstack, out_stack, &out_nstack, i, res_depth); } /* end of resolution loop */ // Old printing of the results #ifdef Q3C_DEBUG for(i = 0; i < out_nstack; i++) { cur_square = out_stack + i; fprintf(stdout, "OUT: %f %f %d %d\n", cur_square->x0 + 0.5,cur_square->y0 + 0.5,cur_square->nside0,cur_square->status); } for(i = 0; i < work_nstack; i++) { cur_square = work_stack + i; if (cur_square->status == Q3C_PARTIAL) fprintf(stdout, "OUT1: %f %f %d %d\n", cur_square->x0 + 0.5,cur_square->y0 + 0.5,cur_square->nside0,cur_square->status); } #endif q3c_output_stack( hprm, out_stack, out_nstack, work_stack, work_nstack, face_num, nside, out_ipix_arr_fulls, &out_ipix_arr_fulls_pos, out_ipix_arr_partials, &out_ipix_arr_partials_pos); } /* End of the mega-loop over the faces */ array_filler(out_ipix_arr_fulls, out_ipix_arr_fulls_pos, out_ipix_arr_partials, out_ipix_arr_partials_pos); } /* End of q3c_ellipse_query() */ q3c-2.0.1/run_coverage.sh000077500000000000000000000006541453620405500152270ustar00rootroot00000000000000#!/bin/bash wget https://ftp.postgresql.org/pub/source/v11.8/postgresql-11.8.tar.bz2 tar xfj postgresql-11.8.tar.bz2 mv postgresql-11.8 ../ cd ../postgresql-11.8/ ./configure --enable-coverage --prefix=$PWD/../pg_install/ make install cd ../q3c/ export PATH=$PWD/../pg_install/bin/:$PATH make clean ../pg_install/bin/initdb -D ../pg_install/data ../pg_install/bin/postgres -D ../pg_install/data & sleep 2 make install make test q3c-2.0.1/scripts/000077500000000000000000000000001453620405500136735ustar00rootroot00000000000000q3c-2.0.1/scripts/q3c--1.5.0--1.6.0.sql000066400000000000000000000047621453620405500163440ustar00rootroot00000000000000\echo Use "CREATE EXTENSION pair" to load this file. \quit CREATE OR REPLACE FUNCTION q3c_sindist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_dist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_nearby_pm_it( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, maxepoch_delta double precision, rad double precision, flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_pm_it' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is NOT as strict function because we accept nulls as pms CREATE OR REPLACE FUNCTION q3c_join_pm( left_ra double precision, -- 1 left_dec double precision, -- 2 left_pmra double precision, -- 3 left_pmdec double precision, -- 4 left_epoch double precision, -- 5 right_ra double precision, -- 6 right_dec double precision, -- 7 right_epoch double precision, -- 8 max_epoch_delta double precision, --9 radius double precision -- 10 ) RETURNS boolean AS ' SELECT ( ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,0)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,1))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,2)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,3))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,4)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,5))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,6)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8)>== ( LEFTARG = double precision, RIGHTARG = q3c_type, PROCEDURE = q3c_seloper, RESTRICT = q3c_sel, JOIN = q3c_seljoin ); DROP FUNCTION q3c_radial_query(bigint, double precision, double precision, double precision, double precision, double precision); DROP FUNCTION q3c_join(double precision, double precision, double precision, double precision, bigint, double precision); CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra real, rightdec real, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join_pm( left_ra double precision, -- 1 left_dec double precision, -- 2 left_pmra double precision, -- 3 left_pmdec double precision, -- 4 left_epoch double precision, -- 5 right_ra double precision, -- 6 right_dec double precision, -- 7 right_epoch double precision, -- 8 max_epoch_delta double precision, --9 radius double precision -- 10 ) RETURNS boolean AS ' SELECT ( ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,0)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,1))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,2)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,3))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,4)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,5))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,6)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8)>== ($1,$2,$6,$7)::q3c_type) ' LANGUAGE SQL IMMUTABLE; -- not strict CREATE OR REPLACE FUNCTION q3c_ellipse_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, majoraxis double precision, axisratio double precision, pa double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,7))))) AND q3c_in_ellipse($3,$4,$1,$2,$5,$6,$7) AND ($5::double precision ==<<>>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; q3c-2.0.1/scripts/q3c--1.6.0.sql000066400000000000000000002312661453620405500156310ustar00rootroot00000000000000\echo Use "CREATE EXTENSION q3c" to load this file. \quit CREATE OR REPLACE FUNCTION q3c_version() RETURNS cstring AS 'MODULE_PATHNAME', 'pgq3c_get_version' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_version() IS 'Function returning Q3C version'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(double precision, double precision) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix (double precision, double precision) IS 'Function converting Ra and Dec to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(ra real, decl real) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix_real' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix(real, real) IS 'Function converting Ra and Dec(floats) to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ipix2ang(ipix bigint) RETURNS double precision[] AS 'MODULE_PATHNAME', 'pgq3c_ipix2ang' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ipix2ang (bigint) IS 'Function converting the Q3C ipix value to Ra, Dec'; CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_pixarea' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_pixarea (bigint, int ) IS 'Function returning the area of the pixel containing ipix being located at certain depth in the quadtree'; CREATE OR REPLACE FUNCTION q3c_ipixcenter(ra double precision, decl double precision, int) RETURNS bigint AS 'SELECT ((q3c_ang2ipix($1,$2))>>((2*$3))<<((2*$3))) + ((1::bigint)<<(2*($3-1))) -1' LANGUAGE SQL; CREATE OR REPLACE FUNCTION q3c_dist(ra1 double precision, dec1 double precision, ra2 double precision, dec2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_dist(double precision, double precision, double precision, double precision) IS 'Function q3c_dist(ra1, dec1, ra2, dec2) computing the distance between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_sindist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_dist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_nearby_it(double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_nearby_pm_it( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, maxepoch_delta double precision, rad double precision, flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_pm_it' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is NOT as strict function because we accept nulls as pms CREATE OR REPLACE FUNCTION q3c_ellipse_nearby_it(double precision, double precision, double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_in_ellipse(ra0 double precision, dec0 double precision, ra_ell double precision, dec_ell double precision, maj_ax double precision, axis_ratio double precision, pa double precision) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_ellipse' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_radial_query_it(double precision, double precision, double precision, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_radial_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_ellipse_query_it(ra_ell double precision, dec_ell double precision, majax double precision, axis_ratio double precision, PA double precision, iteration integer, full_flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(double precision[], integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, double precision[]) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,0)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,1))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,2)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,3))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,4)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,5))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,6)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8)=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,7))))) AND q3c_in_ellipse($3,$4,$1,$2,$5,$6,$7) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_radial_query(bigint, double precision, double precision, double precision, double precision, double precision) returns boolean as 'SELECT ( ($1>=q3c_radial_query_it($4,$5,$6,0,1) AND $1=q3c_radial_query_it($4,$5,$6,2,1) AND $1=q3c_radial_query_it($4,$5,$6,4,1) AND $1=q3c_radial_query_it($4,$5,$6,6,1) AND $1=q3c_radial_query_it($4,$5,$6,8,1) AND $1=q3c_radial_query_it($4,$5,$6,10,1) AND $1=q3c_radial_query_it($4,$5,$6,12,1) AND $1=q3c_radial_query_it($4,$5,$6,14,1) AND $1=q3c_radial_query_it($4,$5,$6,16,1) AND $1=q3c_radial_query_it($4,$5,$6,18,1) AND $1=q3c_radial_query_it($4,$5,$6,20,1) AND $1=q3c_radial_query_it($4,$5,$6,22,1) AND $1=q3c_radial_query_it($4,$5,$6,24,1) AND $1=q3c_radial_query_it($4,$5,$6,26,1) AND $1=q3c_radial_query_it($4,$5,$6,28,1) AND $1=q3c_radial_query_it($4,$5,$6,30,1) AND $1=q3c_radial_query_it($4,$5,$6,32,1) AND $1=q3c_radial_query_it($4,$5,$6,34,1) AND $1=q3c_radial_query_it($4,$5,$6,36,1) AND $1=q3c_radial_query_it($4,$5,$6,38,1) AND $1=q3c_radial_query_it($4,$5,$6,40,1) AND $1=q3c_radial_query_it($4,$5,$6,42,1) AND $1=q3c_radial_query_it($4,$5,$6,44,1) AND $1=q3c_radial_query_it($4,$5,$6,46,1) AND $1=q3c_radial_query_it($4,$5,$6,48,1) AND $1=q3c_radial_query_it($4,$5,$6,50,1) AND $1=q3c_radial_query_it($4,$5,$6,52,1) AND $1=q3c_radial_query_it($4,$5,$6,54,1) AND $1=q3c_radial_query_it($4,$5,$6,56,1) AND $1=q3c_radial_query_it($4,$5,$6,58,1) AND $1=q3c_radial_query_it($4,$5,$6,60,1) AND $1=q3c_radial_query_it($4,$5,$6,62,1) AND $1=q3c_radial_query_it($4,$5,$6,64,1) AND $1=q3c_radial_query_it($4,$5,$6,66,1) AND $1=q3c_radial_query_it($4,$5,$6,68,1) AND $1=q3c_radial_query_it($4,$5,$6,70,1) AND $1=q3c_radial_query_it($4,$5,$6,72,1) AND $1=q3c_radial_query_it($4,$5,$6,74,1) AND $1=q3c_radial_query_it($4,$5,$6,76,1) AND $1=q3c_radial_query_it($4,$5,$6,78,1) AND $1=q3c_radial_query_it($4,$5,$6,80,1) AND $1=q3c_radial_query_it($4,$5,$6,82,1) AND $1=q3c_radial_query_it($4,$5,$6,84,1) AND $1=q3c_radial_query_it($4,$5,$6,86,1) AND $1=q3c_radial_query_it($4,$5,$6,88,1) AND $1=q3c_radial_query_it($4,$5,$6,90,1) AND $1=q3c_radial_query_it($4,$5,$6,92,1) AND $1=q3c_radial_query_it($4,$5,$6,94,1) AND $1=q3c_radial_query_it($4,$5,$6,96,1) AND $1=q3c_radial_query_it($4,$5,$6,98,1) AND $1=q3c_radial_query_it($4,$5,$6,0,0) AND $1=q3c_radial_query_it($4,$5,$6,2,0) AND $1=q3c_radial_query_it($4,$5,$6,4,0) AND $1=q3c_radial_query_it($4,$5,$6,6,0) AND $1=q3c_radial_query_it($4,$5,$6,8,0) AND $1=q3c_radial_query_it($4,$5,$6,10,0) AND $1=q3c_radial_query_it($4,$5,$6,12,0) AND $1=q3c_radial_query_it($4,$5,$6,14,0) AND $1=q3c_radial_query_it($4,$5,$6,16,0) AND $1=q3c_radial_query_it($4,$5,$6,18,0) AND $1=q3c_radial_query_it($4,$5,$6,20,0) AND $1=q3c_radial_query_it($4,$5,$6,22,0) AND $1=q3c_radial_query_it($4,$5,$6,24,0) AND $1=q3c_radial_query_it($4,$5,$6,26,0) AND $1=q3c_radial_query_it($4,$5,$6,28,0) AND $1=q3c_radial_query_it($4,$5,$6,30,0) AND $1=q3c_radial_query_it($4,$5,$6,32,0) AND $1=q3c_radial_query_it($4,$5,$6,34,0) AND $1=q3c_radial_query_it($4,$5,$6,36,0) AND $1=q3c_radial_query_it($4,$5,$6,38,0) AND $1=q3c_radial_query_it($4,$5,$6,40,0) AND $1=q3c_radial_query_it($4,$5,$6,42,0) AND $1=q3c_radial_query_it($4,$5,$6,44,0) AND $1=q3c_radial_query_it($4,$5,$6,46,0) AND $1=q3c_radial_query_it($4,$5,$6,48,0) AND $1=q3c_radial_query_it($4,$5,$6,50,0) AND $1=q3c_radial_query_it($4,$5,$6,52,0) AND $1=q3c_radial_query_it($4,$5,$6,54,0) AND $1=q3c_radial_query_it($4,$5,$6,56,0) AND $1=q3c_radial_query_it($4,$5,$6,58,0) AND $1=q3c_radial_query_it($4,$5,$6,60,0) AND $1=q3c_radial_query_it($4,$5,$6,62,0) AND $1=q3c_radial_query_it($4,$5,$6,64,0) AND $1=q3c_radial_query_it($4,$5,$6,66,0) AND $1=q3c_radial_query_it($4,$5,$6,68,0) AND $1=q3c_radial_query_it($4,$5,$6,70,0) AND $1=q3c_radial_query_it($4,$5,$6,72,0) AND $1=q3c_radial_query_it($4,$5,$6,74,0) AND $1=q3c_radial_query_it($4,$5,$6,76,0) AND $1=q3c_radial_query_it($4,$5,$6,78,0) AND $1=q3c_radial_query_it($4,$5,$6,80,0) AND $1=q3c_radial_query_it($4,$5,$6,82,0) AND $1=q3c_radial_query_it($4,$5,$6,84,0) AND $1=q3c_radial_query_it($4,$5,$6,86,0) AND $1=q3c_radial_query_it($4,$5,$6,88,0) AND $1=q3c_radial_query_it($4,$5,$6,90,0) AND $1=q3c_radial_query_it($4,$5,$6,92,0) AND $1=q3c_radial_query_it($4,$5,$6,94,0) AND $1=q3c_radial_query_it($4,$5,$6,96,0) AND $1=q3c_radial_query_it($4,$5,$6,98,0) AND $1=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,0) AND q3c_ang2ipix($1,$2)=(q3c_nearby_it($1,$2,$6,0))) AND ($5<=(q3c_nearby_it($1,$2,$6,1)))) OR (($5>=(q3c_nearby_it($1,$2,$6,2))) AND ($5<=(q3c_nearby_it($1,$2,$6,3)))) OR (($5>=(q3c_nearby_it($1,$2,$6,4))) AND ($5<=(q3c_nearby_it($1,$2,$6,5)))) OR (($5>=(q3c_nearby_it($1,$2,$6,6))) AND ($5<=(q3c_nearby_it($1,$2,$6,7))))) AND q3c_sindist($1,$2,$3,$4)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)>== ( LEFTARG = double precision, RIGHTARG = q3c_type, PROCEDURE = q3c_seloper, RESTRICT = q3c_sel, JOIN = q3c_seljoin ); CREATE OR REPLACE FUNCTION q3c_version() RETURNS cstring AS 'MODULE_PATHNAME', 'pgq3c_get_version' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_version() IS 'Function returning Q3C version'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(double precision, double precision) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix (double precision, double precision) IS 'Function converting Ra and Dec to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(ra real, decl real) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix_real' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix(real, real) IS 'Function converting Ra and Dec(floats) to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ipix2ang(ipix bigint) RETURNS double precision[] AS 'MODULE_PATHNAME', 'pgq3c_ipix2ang' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ipix2ang (bigint) IS 'Function converting the Q3C ipix value to Ra, Dec'; CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_pixarea' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_pixarea (bigint, int ) IS 'Function returning the area of the pixel containing ipix being located at certain depth in the quadtree'; CREATE OR REPLACE FUNCTION q3c_ipixcenter(ra double precision, decl double precision, int) RETURNS bigint AS 'SELECT ((q3c_ang2ipix($1,$2))>>((2*$3))<<((2*$3))) + ((1::bigint)<<(2*($3-1))) -1' LANGUAGE SQL; CREATE OR REPLACE FUNCTION q3c_dist(ra1 double precision, dec1 double precision, ra2 double precision, dec2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_dist(double precision, double precision, double precision, double precision) IS 'Function q3c_dist(ra1, dec1, ra2, dec2) computing the distance between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_sindist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_dist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_nearby_it(double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_nearby_pm_it( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, maxepoch_delta double precision, rad double precision, flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_pm_it' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is NOT as strict function because we accept nulls as pms CREATE OR REPLACE FUNCTION q3c_ellipse_nearby_it(double precision, double precision, double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_in_ellipse(ra0 double precision, dec0 double precision, ra_ell double precision, dec_ell double precision, maj_ax double precision, axis_ratio double precision, pa double precision) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_ellipse' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_radial_query_it(double precision, double precision, double precision, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_radial_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_ellipse_query_it(ra_ell double precision, dec_ell double precision, majax double precision, axis_ratio double precision, PA double precision, iteration integer, full_flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(double precision[], integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, double precision[]) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra real, rightdec real, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join_pm( left_ra double precision, -- 1 left_dec double precision, -- 2 left_pmra double precision, -- 3 left_pmdec double precision, -- 4 left_epoch double precision, -- 5 right_ra double precision, -- 6 right_dec double precision, -- 7 right_epoch double precision, -- 8 max_epoch_delta double precision, --9 radius double precision -- 10 ) RETURNS boolean AS ' SELECT ( ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,0)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,1))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,2)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,3))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,4)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,5))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,6)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8)>== ($1,$2,$6,$7)::q3c_type) ' LANGUAGE SQL IMMUTABLE; -- not strict CREATE OR REPLACE FUNCTION q3c_ellipse_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, majoraxis double precision, axisratio double precision, pa double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,7))))) AND q3c_in_ellipse($3,$4,$1,$2,$5,$6,$7) AND ($5::double precision ==<<>>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_radial_query( real, real, double precision, double precision, double precision) returns boolean as 'SELECT ( (q3c_ang2ipix($1,$2)>=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,0)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,1))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,2)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,3))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,4)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,5))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,6)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8,$9)>== ($1,$2,$6,$7)::q3c_type) ' LANGUAGE SQL IMMUTABLE; -- not strict q3c-2.0.1/scripts/q3c--1.8.0.sql000066400000000000000000002635121453620405500156320ustar00rootroot00000000000000\echo Use "CREATE EXTENSION q3c" to load this file. \quit -- A dummy type used in the selectivity operator create type q3c_type as (ra double precision, dec double precision, ra1 double precision, dec1 double precision); -- A dummy operator function (always returns true) CREATE OR REPLACE FUNCTION q3c_seloper(double precision, q3c_type) RETURNS bool AS 'MODULE_PATHNAME', 'pgq3c_seloper' LANGUAGE C STRICT IMMUTABLE COST 1000; -- A selectivity function for the q3c operator CREATE OR REPLACE FUNCTION q3c_sel(internal, oid, internal, int4) RETURNS float8 AS 'MODULE_PATHNAME', 'pgq3c_sel' LANGUAGE C IMMUTABLE STRICT ; -- A selectivity function for the q3c operator CREATE OR REPLACE FUNCTION q3c_seljoin(internal, oid, internal, int2, internal) RETURNS float8 AS 'MODULE_PATHNAME', 'pgq3c_seljoin' LANGUAGE C IMMUTABLE STRICT ; -- distance operator with correct selectivity CREATE OPERATOR ==<<>>== ( LEFTARG = double precision, RIGHTARG = q3c_type, PROCEDURE = q3c_seloper, RESTRICT = q3c_sel, JOIN = q3c_seljoin ); CREATE OR REPLACE FUNCTION q3c_version() RETURNS cstring AS 'MODULE_PATHNAME', 'pgq3c_get_version' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_version() IS 'Function returning Q3C version'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(double precision, double precision) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix (double precision, double precision) IS 'Function converting Ra and Dec to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(ra real, decl real) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix_real' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix(real, real) IS 'Function converting Ra and Dec(floats) to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ipix2ang(ipix bigint) RETURNS double precision[] AS 'MODULE_PATHNAME', 'pgq3c_ipix2ang' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ipix2ang (bigint) IS 'Function converting the Q3C ipix value to Ra, Dec'; CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_pixarea' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_pixarea (bigint, int ) IS 'Function returning the area of the pixel containing ipix being located at certain depth in the quadtree'; CREATE OR REPLACE FUNCTION q3c_ipixcenter(ra double precision, decl double precision, int) RETURNS bigint AS 'SELECT ((q3c_ang2ipix($1,$2))>>((2*$3))<<((2*$3))) + ((1::bigint)<<(2*($3-1))) -1' LANGUAGE SQL; CREATE OR REPLACE FUNCTION q3c_dist(ra1 double precision, dec1 double precision, ra2 double precision, dec2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_dist(double precision, double precision, double precision, double precision) IS 'Function q3c_dist(ra1, dec1, ra2, dec2) computing the distance between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_sindist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_dist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_nearby_it(double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_nearby_pm_it( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, maxepoch_delta double precision, rad double precision, flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_pm_it' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is NOT as strict function because we accept nulls as pms CREATE OR REPLACE FUNCTION q3c_ellipse_nearby_it(double precision, double precision, double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_in_ellipse(ra0 double precision, dec0 double precision, ra_ell double precision, dec_ell double precision, maj_ax double precision, axis_ratio double precision, pa double precision) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_ellipse' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_radial_query_it(double precision, double precision, double precision, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_radial_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_ellipse_query_it(ra_ell double precision, dec_ell double precision, majax double precision, axis_ratio double precision, PA double precision, iteration integer, full_flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(double precision[], integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(polygon, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query1_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, double precision[]) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, polygon) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly1' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra real, rightdec real, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join_pm( left_ra double precision, -- 1 left_dec double precision, -- 2 left_pmra double precision, -- 3 left_pmdec double precision, -- 4 left_epoch double precision, -- 5 right_ra double precision, -- 6 right_dec double precision, -- 7 right_epoch double precision, -- 8 max_epoch_delta double precision, --9 radius double precision -- 10 ) RETURNS boolean AS ' SELECT ( ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,0)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,1))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,2)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,3))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,4)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,5))) OR ((q3c_ang2ipix($6,$7) >= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,6)) AND (q3c_ang2ipix($6,$7) <= q3c_nearby_pm_it($1,$2,$3,$4,$9,$10,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8)>== ($1,$2,$6,$7)::q3c_type) ' LANGUAGE SQL IMMUTABLE; -- not strict CREATE OR REPLACE FUNCTION q3c_ellipse_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, majoraxis double precision, axisratio double precision, pa double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,7))))) AND q3c_in_ellipse($3,$4,$1,$2,$5,$6,$7) AND ($5::double precision ==<<>>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_radial_query( real, real, double precision, double precision, double precision) returns boolean as 'SELECT ( (q3c_ang2ipix($1,$2)>=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)>== ( LEFTARG = double precision, RIGHTARG = q3c_type, PROCEDURE = q3c_seloper, RESTRICT = q3c_sel, JOIN = q3c_seljoin ); CREATE OR REPLACE FUNCTION q3c_version() RETURNS cstring AS 'MODULE_PATHNAME', 'pgq3c_get_version' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_version() IS 'Function returning Q3C version'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(double precision, double precision) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix (double precision, double precision) IS 'Function converting Ra and Dec to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(ra real, decl real) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix_real' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ang2ipix(real, real) IS 'Function converting Ra and Dec(floats) to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ipix2ang(ipix bigint) RETURNS double precision[] AS 'MODULE_PATHNAME', 'pgq3c_ipix2ang' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_ipix2ang (bigint) IS 'Function converting the Q3C ipix value to Ra, Dec'; CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_pixarea' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_pixarea (bigint, int ) IS 'Function returning the area of the pixel containing ipix being located at certain depth in the quadtree'; CREATE OR REPLACE FUNCTION q3c_ipixcenter(ra double precision, decl double precision, int) RETURNS bigint AS 'SELECT ((q3c_ang2ipix($1,$2))>>((2*$3))<<((2*$3))) + ((1::bigint)<<(2*($3-1))) -1' LANGUAGE SQL; CREATE OR REPLACE FUNCTION q3c_dist(ra1 double precision, dec1 double precision, ra2 double precision, dec2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_dist(double precision, double precision, double precision, double precision) IS 'Function q3c_dist(ra1, dec1, ra2, dec2) computing the distance between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist' LANGUAGE C IMMUTABLE STRICT COST 100; COMMENT ON FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) IS 'Function q3c_sindist(ra1, dec1, ra2, dec2) computing the sin(distance/2)^2 between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, cosdec_flag integer, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_dist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, cosdec_flag int, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist_pm' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_nearby_it(double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_nearby_pm_it( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, cosdec_flag int, maxepoch_delta double precision, rad double precision, flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_pm_it' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is NOT as strict function because we accept nulls as pms CREATE OR REPLACE FUNCTION q3c_ellipse_nearby_it(double precision, double precision, double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_in_ellipse(ra0 double precision, dec0 double precision, ra_ell double precision, dec_ell double precision, semimaj_ax double precision, axis_ratio double precision, pa double precision) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_ellipse' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_radial_query_it(double precision, double precision, double precision, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_radial_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_ellipse_query_it(ra_ell double precision, dec_ell double precision, semimajax double precision, axis_ratio double precision, PA double precision, iteration integer, full_flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(double precision[], integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(polygon, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query1_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, double precision[]) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, polygon) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly1' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra real, rightdec real, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join_pm( left_ra double precision, -- 1 left_dec double precision, -- 2 left_pmra double precision, -- 3 left_pmdec double precision, -- 4 cosdec_flag int, --5 left_epoch double precision, -- 6 right_ra double precision, -- 7 right_dec double precision, -- 8 right_epoch double precision, -- 9 max_epoch_delta double precision, -- 10 radius double precision -- 11 ) RETURNS boolean AS ' SELECT ( ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,0)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,1))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,2)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,3))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,4)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,5))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,6)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8,$9)>== ($1,$2,$6,$7)::q3c_type) ' LANGUAGE SQL IMMUTABLE; -- not strict CREATE OR REPLACE FUNCTION q3c_ellipse_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, semimajoraxis double precision, axisratio double precision, pa double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,7))))) AND q3c_in_ellipse($3,$4,$1,$2,$5,$6,$7) AND ($5::double precision ==<<>>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_radial_query( real, real, double precision, double precision, double precision) returns boolean as 'SELECT ( (q3c_ang2ipix($1,$2)>=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)>== ( LEFTARG = double precision, RIGHTARG = q3c_type, PROCEDURE = q3c_seloper, RESTRICT = q3c_sel, JOIN = q3c_seljoin ); CREATE OR REPLACE FUNCTION q3c_version() RETURNS cstring AS 'MODULE_PATHNAME', 'pgq3c_get_version' LANGUAGE C IMMUTABLE STRICT; COMMENT ON FUNCTION q3c_version() IS 'Function returning Q3C version'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(double precision, double precision) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE; COMMENT ON FUNCTION q3c_ang2ipix (double precision, double precision) IS 'Function converting Ra and Dec to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ang2ipix(ra real, decl real) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ang2ipix_real' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE; COMMENT ON FUNCTION q3c_ang2ipix(real, real) IS 'Function converting Ra and Dec(floats) to the Q3C ipix value'; CREATE OR REPLACE FUNCTION q3c_ipix2ang(ipix bigint) RETURNS double precision[] AS 'MODULE_PATHNAME', 'pgq3c_ipix2ang' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE; COMMENT ON FUNCTION q3c_ipix2ang (bigint) IS 'Function converting the Q3C ipix value to Ra, Dec'; CREATE OR REPLACE FUNCTION q3c_pixarea(ipix bigint, depth int) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_pixarea' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE; COMMENT ON FUNCTION q3c_pixarea (bigint, int ) IS 'Function returning the area of the pixel containing ipix being located at certain depth in the quadtree'; CREATE OR REPLACE FUNCTION q3c_ipixcenter(ra double precision, decl double precision, int) RETURNS bigint AS 'SELECT ((q3c_ang2ipix($1,$2))>>((2*$3))<<((2*$3))) + ((1::bigint)<<(2*($3-1))) -1' LANGUAGE SQL; CREATE OR REPLACE FUNCTION q3c_dist(ra1 double precision, dec1 double precision, ra2 double precision, dec2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE; COMMENT ON FUNCTION q3c_dist(double precision, double precision, double precision, double precision) IS 'Function q3c_dist(ra1, dec1, ra2, dec2) computing the distance between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE COST 100; COMMENT ON FUNCTION q3c_sindist(double precision, double precision, double precision, double precision) IS 'Function q3c_sindist(ra1, dec1, ra2, dec2) computing the sin(distance/2)^2 between points (ra1, dec1) and (ra2, dec2)'; CREATE OR REPLACE FUNCTION q3c_sindist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, cosdec_flag integer, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_sindist_pm' LANGUAGE C IMMUTABLE PARALLEL SAFE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_dist_pm( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, cosdec_flag int, epoch1 double precision, ra2 double precision, dec2 double precision, epoch2 double precision) RETURNS double precision AS 'MODULE_PATHNAME', 'pgq3c_dist_pm' LANGUAGE C IMMUTABLE PARALLEL SAFE COST 100; -- Importantly this is not strict CREATE OR REPLACE FUNCTION q3c_nearby_it(double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_nearby_pm_it( ra1 double precision, dec1 double precision, pmra1 double precision, pmdec1 double precision, cosdec_flag int, maxepoch_delta double precision, rad double precision, flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_nearby_pm_it' LANGUAGE C IMMUTABLE COST 100; -- Importantly this is NOT as strict function because we accept nulls as pms CREATE OR REPLACE FUNCTION q3c_ellipse_nearby_it(double precision, double precision, double precision, double precision, double precision, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_nearby_it' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_in_ellipse(ra0 double precision, dec0 double precision, ra_ell double precision, dec_ell double precision, semimaj_ax double precision, axis_ratio double precision, pa double precision) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_ellipse' LANGUAGE C IMMUTABLE STRICT COST 100; CREATE OR REPLACE FUNCTION q3c_radial_query_it(double precision, double precision, double precision, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_radial_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_ellipse_query_it(ra_ell double precision, dec_ell double precision, semimajax double precision, axis_ratio double precision, PA double precision, iteration integer, full_flag integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_ellipse_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(double precision[], integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_poly_query_it(polygon, integer, integer) RETURNS bigint AS 'MODULE_PATHNAME', 'pgq3c_poly_query1_it' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, double precision[]) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_in_poly(double precision, double precision, polygon) RETURNS boolean AS 'MODULE_PATHNAME', 'pgq3c_in_poly1' LANGUAGE C IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join(leftra double precision, leftdec double precision, rightra real, rightdec real, radius double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_nearby_it($1,$2,$5,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_nearby_it($1,$2,$5,7))))) AND q3c_sindist($1,$2,$3,$4)>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_join_pm( left_ra double precision, -- 1 left_dec double precision, -- 2 left_pmra double precision, -- 3 left_pmdec double precision, -- 4 cosdec_flag int, --5 left_epoch double precision, -- 6 right_ra double precision, -- 7 right_dec double precision, -- 8 right_epoch double precision, -- 9 max_epoch_delta double precision, -- 10 radius double precision -- 11 ) RETURNS boolean AS ' SELECT ( ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,0)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,1))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,2)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,3))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,4)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,5))) OR ((q3c_ang2ipix($7,$8) >= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,6)) AND (q3c_ang2ipix($7,$8) <= q3c_nearby_pm_it($1,$2,$3,$4,$5,$10,$11,7)))) AND q3c_sindist_pm($1,$2,$3,$4,$5,$6,$7,$8,$9)>== ($1,$2,$6,$7)::q3c_type) ' LANGUAGE SQL IMMUTABLE; -- not strict CREATE OR REPLACE FUNCTION q3c_ellipse_join(leftra double precision, leftdec double precision, rightra double precision, rightdec double precision, semimajoraxis double precision, axisratio double precision, pa double precision) RETURNS boolean AS ' SELECT (((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,0))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,1)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,2))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,3)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,4))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,5)))) OR ((q3c_ang2ipix($3,$4)>=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,6))) AND (q3c_ang2ipix($3,$4)<=(q3c_ellipse_nearby_it($1,$2,$5,$6,$7,7))))) AND q3c_in_ellipse($3,$4,$1,$2,$5,$6,$7) AND ($5::double precision ==<<>>== ($1,$2,$3,$4)::q3c_type) ' LANGUAGE SQL IMMUTABLE; CREATE OR REPLACE FUNCTION q3c_radial_query( real, real, double precision, double precision, double precision) returns boolean as 'SELECT ( (q3c_ang2ipix($1,$2)>=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,1) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,0,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,2,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,4,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,6,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,8,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,10,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,12,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,14,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,16,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,18,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,20,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,22,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,24,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,26,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,28,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,30,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,32,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,34,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,36,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,38,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,40,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,42,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,44,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,46,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,48,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,50,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,52,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,54,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,56,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,58,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,60,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,62,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,64,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,66,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,68,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,70,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,72,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,74,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,76,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,78,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,80,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,82,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,84,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,86,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,88,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,90,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,92,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,94,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,96,0) AND q3c_ang2ipix($1,$2)=q3c_radial_query_it($3,$4,$5,98,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,1) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,0,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,2,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,4,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,6,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,8,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,10,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,12,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,14,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,16,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,18,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,20,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,22,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,24,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,26,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,28,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,30,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,32,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,34,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,36,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,38,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,40,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,42,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,44,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,46,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,48,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,50,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,52,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,54,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,56,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,58,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,60,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,62,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,64,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,66,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,68,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,70,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,72,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,74,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,76,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,78,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,80,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,82,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,84,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,86,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,88,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,90,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,92,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,94,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,96,0) AND q3c_ang2ipix($1,$2)=q3c_ellipse_query_it($3,$4,$5,$6,$7,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,1) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,0,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,2,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,4,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,6,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,8,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,10,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,12,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,14,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,16,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,18,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,20,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,22,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,24,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,26,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,28,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,30,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,32,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,34,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,36,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,38,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,40,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,42,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,44,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,46,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,48,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,50,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,52,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,54,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,56,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,58,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,60,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,62,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,64,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,66,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,68,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,70,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,72,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,74,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,76,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,78,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,80,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,82,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,84,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,86,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,88,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,90,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,92,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,94,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,96,0) AND q3c_ang2ipix($1,$2)=q3c_poly_query_it($3,98,0) AND q3c_ang2ipix($1,$2)0; select count(*) from test where q3c_radial_query(ra,dec,0,-90,90); select count(*) from test where dec<0; -- select count(*) from test where q3c_radial_query(ra,dec,45,96,1); -- this will wait till i run stuff via pg_regress q3c-2.0.1/sql/cone_join_rev.sql000066400000000000000000001541361453620405500163550ustar00rootroot00000000000000select count(*) from test where q3c_join(171.890000,-85.710000,ra,dec,0.1); select count(*) from test where q3c_join(45.360000,-8.020000,ra,dec,0.1); select count(*) from test where q3c_join(247.030000,50.850000,ra,dec,0.1); select count(*) from test where q3c_join(308.900000,42.260000,ra,dec,0.1); select count(*) from test where q3c_join(122.970000,58.380000,ra,dec,0.1); select count(*) from test where q3c_join(301.240000,-38.620000,ra,dec,0.1); select count(*) from test where q3c_join(15.710000,-15.310000,ra,dec,0.1); select count(*) from test where q3c_join(238.380000,-33.890000,ra,dec,0.1); select count(*) from test where q3c_join(141.250000,-86.890000,ra,dec,0.1); select count(*) from test where q3c_join(336.320000,-80.060000,ra,dec,0.1); select count(*) from test where q3c_join(355.590000,-23.100000,ra,dec,0.1); select count(*) from test where q3c_join(91.060000,31.500000,ra,dec,0.1); select count(*) from test where q3c_join(154.730000,-58.350000,ra,dec,0.1); select count(*) from test where q3c_join(78.600000,40.910000,ra,dec,0.1); select count(*) from test where q3c_join(114.670000,-24.360000,ra,dec,0.1); select count(*) from test where q3c_join(154.940000,-45.770000,ra,dec,0.1); select count(*) from test where q3c_join(91.410000,88.290000,ra,dec,0.1); select count(*) from test where q3c_join(176.080000,-14.160000,ra,dec,0.1); select count(*) from test where q3c_join(300.950000,36.530000,ra,dec,0.1); select count(*) from test where q3c_join(358.020000,68.830000,ra,dec,0.1); select count(*) from test where q3c_join(239.290000,59.230000,ra,dec,0.1); select count(*) from test where q3c_join(196.760000,13.430000,ra,dec,0.1); select count(*) from test where q3c_join(122.430000,-80.440000,ra,dec,0.1); select count(*) from test where q3c_join(268.300000,-46.640000,ra,dec,0.1); select count(*) from test where q3c_join(166.370000,35.410000,ra,dec,0.1); select count(*) from test where q3c_join(68.640000,0.290000,ra,dec,0.1); select count(*) from test where q3c_join(227.110000,17.800000,ra,dec,0.1); select count(*) from test where q3c_join(173.780000,6.180000,ra,dec,0.1); select count(*) from test where q3c_join(160.650000,17.270000,ra,dec,0.1); select count(*) from test where q3c_join(79.720000,-26.260000,ra,dec,0.1); select count(*) from test where q3c_join(182.990000,18.270000,ra,dec,0.1); select count(*) from test where q3c_join(2.460000,34.780000,ra,dec,0.1); select count(*) from test where q3c_join(150.130000,-38.420000,ra,dec,0.1); select count(*) from test where q3c_join(158.000000,-3.370000,ra,dec,0.1); select count(*) from test where q3c_join(278.070000,-25.310000,ra,dec,0.1); select count(*) from test where q3c_join(42.340000,76.560000,ra,dec,0.1); select count(*) from test where q3c_join(62.810000,-9.770000,ra,dec,0.1); select count(*) from test where q3c_join(231.480000,-55.870000,ra,dec,0.1); select count(*) from test where q3c_join(80.350000,12.320000,ra,dec,0.1); select count(*) from test where q3c_join(221.420000,31.650000,ra,dec,0.1); select count(*) from test where q3c_join(186.690000,-48.980000,ra,dec,0.1); select count(*) from test where q3c_join(228.160000,72.530000,ra,dec,0.1); select count(*) from test where q3c_join(237.830000,-75.290000,ra,dec,0.1); select count(*) from test where q3c_join(107.700000,87.710000,ra,dec,0.1); select count(*) from test where q3c_join(89.770000,-49.510000,ra,dec,0.1); select count(*) from test where q3c_join(76.040000,40.040000,ra,dec,0.1); select count(*) from test where q3c_join(318.510000,-77.440000,ra,dec,0.1); select count(*) from test where q3c_join(349.180000,-43.310000,ra,dec,0.1); select count(*) from test where q3c_join(60.050000,58.680000,ra,dec,0.1); select count(*) from test where q3c_join(63.120000,-20.420000,ra,dec,0.1); select count(*) from test where q3c_join(250.390000,14.480000,ra,dec,0.1); select count(*) from test where q3c_join(153.860000,-16.300000,ra,dec,0.1); select count(*) from test where q3c_join(25.530000,85.960000,ra,dec,0.1); select count(*) from test where q3c_join(117.400000,23.600000,ra,dec,0.1); select count(*) from test where q3c_join(321.470000,-0.210000,ra,dec,0.1); select count(*) from test where q3c_join(169.740000,-12.270000,ra,dec,0.1); select count(*) from test where q3c_join(274.210000,-28.190000,ra,dec,0.1); select count(*) from test where q3c_join(166.880000,80.870000,ra,dec,0.1); select count(*) from test where q3c_join(99.750000,73.350000,ra,dec,0.1); select count(*) from test where q3c_join(324.820000,-25.490000,ra,dec,0.1); select count(*) from test where q3c_join(14.090000,65.660000,ra,dec,0.1); select count(*) from test where q3c_join(139.560000,45.280000,ra,dec,0.1); select count(*) from test where q3c_join(233.230000,62.310000,ra,dec,0.1); select count(*) from test where q3c_join(187.100000,21.300000,ra,dec,0.1); select count(*) from test where q3c_join(253.170000,39.610000,ra,dec,0.1); select count(*) from test where q3c_join(323.440000,76.630000,ra,dec,0.1); select count(*) from test where q3c_join(289.910000,-5.030000,ra,dec,0.1); select count(*) from test where q3c_join(44.580000,53.660000,ra,dec,0.1); select count(*) from test where q3c_join(199.450000,33.330000,ra,dec,0.1); select count(*) from test where q3c_join(286.520000,53.460000,ra,dec,0.1); select count(*) from test where q3c_join(197.790000,21.540000,ra,dec,0.1); select count(*) from test where q3c_join(185.260000,54.270000,ra,dec,0.1); select count(*) from test where q3c_join(140.930000,70.780000,ra,dec,0.1); select count(*) from test where q3c_join(316.800000,-2.190000,ra,dec,0.1); select count(*) from test where q3c_join(244.870000,46.940000,ra,dec,0.1); select count(*) from test where q3c_join(177.140000,-16.250000,ra,dec,0.1); select count(*) from test where q3c_join(5.610000,89.050000,ra,dec,0.1); select count(*) from test where q3c_join(342.280000,32.050000,ra,dec,0.1); select count(*) from test where q3c_join(359.150000,-24.380000,ra,dec,0.1); select count(*) from test where q3c_join(308.220000,-46.580000,ra,dec,0.1); select count(*) from test where q3c_join(81.490000,39.140000,ra,dec,0.1); select count(*) from test where q3c_join(290.960000,47.670000,ra,dec,0.1); select count(*) from test where q3c_join(108.630000,28.360000,ra,dec,0.1); select count(*) from test where q3c_join(146.500000,-69.860000,ra,dec,0.1); select count(*) from test where q3c_join(296.570000,58.780000,ra,dec,0.1); select count(*) from test where q3c_join(90.840000,-13.920000,ra,dec,0.1); select count(*) from test where q3c_join(141.310000,51.030000,ra,dec,0.1); select count(*) from test where q3c_join(339.980000,53.060000,ra,dec,0.1); select count(*) from test where q3c_join(218.850000,-2.770000,ra,dec,0.1); select count(*) from test where q3c_join(29.920000,11.400000,ra,dec,0.1); select count(*) from test where q3c_join(25.190000,-24.550000,ra,dec,0.1); select count(*) from test where q3c_join(96.660000,-57.510000,ra,dec,0.1); select count(*) from test where q3c_join(136.330000,-87.950000,ra,dec,0.1); select count(*) from test where q3c_join(36.200000,35.280000,ra,dec,0.1); select count(*) from test where q3c_join(48.270000,-7.860000,ra,dec,0.1); select count(*) from test where q3c_join(64.540000,60.620000,ra,dec,0.1); select count(*) from test where q3c_join(337.010000,-82.080000,ra,dec,0.1); select count(*) from test where q3c_join(37.680000,33.690000,ra,dec,0.1); select count(*) from test where q3c_join(138.550000,75.150000,ra,dec,0.1); select count(*) from test where q3c_join(171.620000,84.380000,ra,dec,0.1); select count(*) from test where q3c_join(28.890000,-72.530000,ra,dec,0.2); select count(*) from test where q3c_join(322.360000,75.710000,ra,dec,0.2); select count(*) from test where q3c_join(224.030000,-61.150000,ra,dec,0.2); select count(*) from test where q3c_join(345.900000,50.220000,ra,dec,0.2); select count(*) from test where q3c_join(219.970000,4.000000,ra,dec,0.2); select count(*) from test where q3c_join(98.240000,64.370000,ra,dec,0.2); select count(*) from test where q3c_join(232.710000,-33.270000,ra,dec,0.2); select count(*) from test where q3c_join(155.380000,-49.080000,ra,dec,0.2); select count(*) from test where q3c_join(118.250000,66.380000,ra,dec,0.2); select count(*) from test where q3c_join(92.590000,52.200000,ra,dec,0.2); select count(*) from test where q3c_join(248.060000,-55.650000,ra,dec,0.2); select count(*) from test where q3c_join(11.730000,25.770000,ra,dec,0.2); select count(*) from test where q3c_join(355.600000,-48.020000,ra,dec,0.2); select count(*) from test where q3c_join(91.670000,-48.620000,ra,dec,0.2); select count(*) from test where q3c_join(191.940000,-85.670000,ra,dec,0.2); select count(*) from test where q3c_join(188.410000,-5.550000,ra,dec,0.2); select count(*) from test where q3c_join(333.080000,21.760000,ra,dec,0.2); select count(*) from test where q3c_join(157.950000,67.920000,ra,dec,0.2); select count(*) from test where q3c_join(275.020000,3.380000,ra,dec,0.2); select count(*) from test where q3c_join(216.290000,26.640000,ra,dec,0.2); select count(*) from test where q3c_join(233.760000,5.400000,ra,dec,0.2); select count(*) from test where q3c_join(219.430000,-30.210000,ra,dec,0.2); select count(*) from test where q3c_join(65.300000,-42.440000,ra,dec,0.2); select count(*) from test where q3c_join(23.370000,-68.730000,ra,dec,0.2); select count(*) from test where q3c_join(345.640000,-52.500000,ra,dec,0.2); select count(*) from test where q3c_join(204.110000,38.080000,ra,dec,0.2); select count(*) from test where q3c_join(210.780000,-16.780000,ra,dec,0.2); select count(*) from test where q3c_join(257.650000,56.770000,ra,dec,0.2); select count(*) from test where q3c_join(236.720000,43.400000,ra,dec,0.2); select count(*) from test where q3c_join(39.990000,-52.200000,ra,dec,0.2); select count(*) from test where q3c_join(279.460000,55.860000,ra,dec,0.2); select count(*) from test where q3c_join(127.130000,-12.070000,ra,dec,0.2); select count(*) from test where q3c_join(195.000000,-16.060000,ra,dec,0.2); select count(*) from test where q3c_join(15.070000,-79.330000,ra,dec,0.2); select count(*) from test where q3c_join(199.340000,20.890000,ra,dec,0.2); select count(*) from test where q3c_join(279.810000,14.620000,ra,dec,0.2); select count(*) from test where q3c_join(148.480000,-7.710000,ra,dec,0.2); select count(*) from test where q3c_join(57.350000,69.940000,ra,dec,0.2); select count(*) from test where q3c_join(258.420000,-53.570000,ra,dec,0.2); select count(*) from test where q3c_join(283.690000,-27.340000,ra,dec,0.2); select count(*) from test where q3c_join(25.160000,-47.260000,ra,dec,0.2); select count(*) from test where q3c_join(94.830000,-2.820000,ra,dec,0.2); select count(*) from test where q3c_join(24.700000,8.140000,ra,dec,0.2); select count(*) from test where q3c_join(66.770000,-43.420000,ra,dec,0.2); select count(*) from test where q3c_join(113.040000,51.490000,ra,dec,0.2); select count(*) from test where q3c_join(55.510000,81.080000,ra,dec,0.2); select count(*) from test where q3c_join(146.180000,85.970000,ra,dec,0.2); select count(*) from test where q3c_join(277.050000,24.410000,ra,dec,0.2); select count(*) from test where q3c_join(340.120000,49.470000,ra,dec,0.2); select count(*) from test where q3c_join(227.390000,-41.760000,ra,dec,0.2); select count(*) from test where q3c_join(190.860000,-26.980000,ra,dec,0.2); select count(*) from test where q3c_join(122.530000,-25.460000,ra,dec,0.2); select count(*) from test where q3c_join(274.400000,67.140000,ra,dec,0.2); select count(*) from test where q3c_join(178.470000,-44.000000,ra,dec,0.2); select count(*) from test where q3c_join(86.740000,16.300000,ra,dec,0.2); select count(*) from test where q3c_join(251.210000,-85.560000,ra,dec,0.2); select count(*) from test where q3c_join(203.880000,1.260000,ra,dec,0.2); select count(*) from test where q3c_join(196.750000,77.200000,ra,dec,0.2); select count(*) from test where q3c_join(121.820000,29.530000,ra,dec,0.2); select count(*) from test where q3c_join(231.090000,1.530000,ra,dec,0.2); select count(*) from test where q3c_join(56.560000,-86.280000,ra,dec,0.2); select count(*) from test where q3c_join(210.230000,-42.990000,ra,dec,0.2); select count(*) from test where q3c_join(224.100000,77.960000,ra,dec,0.2); select count(*) from test where q3c_join(350.170000,75.930000,ra,dec,0.2); select count(*) from test where q3c_join(120.440000,-47.680000,ra,dec,0.2); select count(*) from test where q3c_join(146.910000,-28.280000,ra,dec,0.2); select count(*) from test where q3c_join(321.580000,75.160000,ra,dec,0.2); select count(*) from test where q3c_join(176.450000,85.300000,ra,dec,0.2); select count(*) from test where q3c_join(323.520000,-16.410000,ra,dec,0.2); select count(*) from test where q3c_join(294.790000,79.530000,ra,dec,0.2); select count(*) from test where q3c_join(342.260000,-8.180000,ra,dec,0.2); select count(*) from test where q3c_join(357.930000,41.590000,ra,dec,0.2); select count(*) from test where q3c_join(233.800000,17.590000,ra,dec,0.2); select count(*) from test where q3c_join(221.870000,-6.620000,ra,dec,0.2); select count(*) from test where q3c_join(214.140000,-43.450000,ra,dec,0.2); select count(*) from test where q3c_join(102.610000,49.910000,ra,dec,0.2); select count(*) from test where q3c_join(139.280000,-15.320000,ra,dec,0.2); select count(*) from test where q3c_join(216.150000,-34.290000,ra,dec,0.2); select count(*) from test where q3c_join(225.220000,68.670000,ra,dec,0.2); select count(*) from test where q3c_join(58.490000,49.250000,ra,dec,0.2); select count(*) from test where q3c_join(327.960000,-55.660000,ra,dec,0.2); select count(*) from test where q3c_join(205.630000,25.290000,ra,dec,0.2); select count(*) from test where q3c_join(303.500000,-76.970000,ra,dec,0.2); select count(*) from test where q3c_join(153.570000,-14.660000,ra,dec,0.2); select count(*) from test where q3c_join(7.840000,6.000000,ra,dec,0.2); select count(*) from test where q3c_join(118.310000,6.010000,ra,dec,0.2); select count(*) from test where q3c_join(16.980000,6.810000,ra,dec,0.2); select count(*) from test where q3c_join(315.850000,55.430000,ra,dec,0.2); select count(*) from test where q3c_join(186.920000,-38.240000,ra,dec,0.2); select count(*) from test where q3c_join(242.190000,7.670000,ra,dec,0.2); select count(*) from test where q3c_join(13.660000,-71.720000,ra,dec,0.2); select count(*) from test where q3c_join(113.330000,-54.900000,ra,dec,0.2); select count(*) from test where q3c_join(73.200000,71.290000,ra,dec,0.2); select count(*) from test where q3c_join(145.270000,28.810000,ra,dec,0.2); select count(*) from test where q3c_join(221.540000,-42.350000,ra,dec,0.2); select count(*) from test where q3c_join(194.010000,-62.980000,ra,dec,0.2); select count(*) from test where q3c_join(314.680000,-61.460000,ra,dec,0.2); select count(*) from test where q3c_join(115.550000,31.470000,ra,dec,0.2); select count(*) from test where q3c_join(208.620000,-60.140000,ra,dec,0.2); select count(*) from test where q3c_join(125.890000,-68.190000,ra,dec,0.2); select count(*) from test where q3c_join(119.360000,-19.380000,ra,dec,0.4); select count(*) from test where q3c_join(81.030000,78.020000,ra,dec,0.4); select count(*) from test where q3c_join(262.900000,79.350000,ra,dec,0.4); select count(*) from test where q3c_join(196.970000,-19.210000,ra,dec,0.4); select count(*) from test where q3c_join(135.240000,88.520000,ra,dec,0.4); select count(*) from test where q3c_join(329.710000,-0.060000,ra,dec,0.4); select count(*) from test where q3c_join(312.380000,-3.110000,ra,dec,0.4); select count(*) from test where q3c_join(335.250000,-9.190000,ra,dec,0.4); select count(*) from test where q3c_join(290.320000,-20.030000,ra,dec,0.4); select count(*) from test where q3c_join(69.590000,38.660000,ra,dec,0.4); select count(*) from test where q3c_join(285.060000,18.370000,ra,dec,0.4); select count(*) from test where q3c_join(108.730000,41.050000,ra,dec,0.4); select count(*) from test where q3c_join(152.600000,-15.770000,ra,dec,0.4); select count(*) from test where q3c_join(308.670000,-61.720000,ra,dec,0.4); select count(*) from test where q3c_join(108.940000,15.600000,ra,dec,0.4); select count(*) from test where q3c_join(165.410000,51.780000,ra,dec,0.4); select count(*) from test where q3c_join(10.080000,-81.140000,ra,dec,0.4); select count(*) from test where q3c_join(72.020000,-60.900000,ra,dec,0.4); select count(*) from test where q3c_join(73.290000,65.220000,ra,dec,0.4); select count(*) from test where q3c_join(150.760000,18.540000,ra,dec,0.4); select count(*) from test where q3c_join(196.430000,51.190000,ra,dec,0.4); select count(*) from test where q3c_join(102.300000,62.920000,ra,dec,0.4); select count(*) from test where q3c_join(120.370000,58.290000,ra,dec,0.4); select count(*) from test where q3c_join(142.640000,-44.110000,ra,dec,0.4); select count(*) from test where q3c_join(61.110000,9.530000,ra,dec,0.4); select count(*) from test where q3c_join(127.780000,41.430000,ra,dec,0.4); select count(*) from test where q3c_join(234.650000,7.440000,ra,dec,0.4); select count(*) from test where q3c_join(273.720000,-85.770000,ra,dec,0.4); select count(*) from test where q3c_join(136.990000,-11.510000,ra,dec,0.4); select count(*) from test where q3c_join(76.460000,18.120000,ra,dec,0.4); select count(*) from test where q3c_join(344.130000,25.440000,ra,dec,0.4); select count(*) from test where q3c_join(112.000000,-67.580000,ra,dec,0.4); select count(*) from test where q3c_join(352.070000,17.800000,ra,dec,0.4); select count(*) from test where q3c_join(236.340000,6.390000,ra,dec,0.4); select count(*) from test where q3c_join(16.810000,30.190000,ra,dec,0.4); select count(*) from test where q3c_join(305.480000,41.610000,ra,dec,0.4); select count(*) from test where q3c_join(274.350000,18.720000,ra,dec,0.4); select count(*) from test where q3c_join(175.420000,62.380000,ra,dec,0.4); select count(*) from test where q3c_join(260.690000,25.470000,ra,dec,0.4); select count(*) from test where q3c_join(62.160000,-65.890000,ra,dec,0.4); select count(*) from test where q3c_join(191.830000,-59.190000,ra,dec,0.4); select count(*) from test where q3c_join(181.700000,-10.270000,ra,dec,0.4); select count(*) from test where q3c_join(283.770000,-86.170000,ra,dec,0.4); select count(*) from test where q3c_join(30.040000,-35.890000,ra,dec,0.4); select count(*) from test where q3c_join(32.510000,-29.240000,ra,dec,0.4); select count(*) from test where q3c_join(183.180000,16.410000,ra,dec,0.4); select count(*) from test where q3c_join(14.050000,-78.680000,ra,dec,0.4); select count(*) from test where q3c_join(137.120000,60.540000,ra,dec,0.4); select count(*) from test where q3c_join(84.390000,-86.830000,ra,dec,0.4); select count(*) from test where q3c_join(107.860000,-76.490000,ra,dec,0.4); select count(*) from test where q3c_join(99.530000,14.290000,ra,dec,0.4); select count(*) from test where q3c_join(311.400000,-28.150000,ra,dec,0.4); select count(*) from test where q3c_join(275.470000,83.370000,ra,dec,0.4); select count(*) from test where q3c_join(243.740000,46.030000,ra,dec,0.4); select count(*) from test where q3c_join(108.210000,-71.760000,ra,dec,0.4); select count(*) from test where q3c_join(120.880000,-57.180000,ra,dec,0.4); select count(*) from test where q3c_join(173.750000,-67.780000,ra,dec,0.4); select count(*) from test where q3c_join(158.820000,5.710000,ra,dec,0.4); select count(*) from test where q3c_join(328.090000,-11.430000,ra,dec,0.4); select count(*) from test where q3c_join(213.560000,23.320000,ra,dec,0.4); select count(*) from test where q3c_join(67.230000,-17.120000,ra,dec,0.4); select count(*) from test where q3c_join(141.100000,35.790000,ra,dec,0.4); select count(*) from test where q3c_join(327.170000,23.420000,ra,dec,0.4); select count(*) from test where q3c_join(157.440000,-10.830000,ra,dec,0.4); select count(*) from test where q3c_join(243.910000,59.630000,ra,dec,0.4); select count(*) from test where q3c_join(118.580000,37.840000,ra,dec,0.4); select count(*) from test where q3c_join(33.450000,-31.560000,ra,dec,0.4); select count(*) from test where q3c_join(240.520000,54.890000,ra,dec,0.4); select count(*) from test where q3c_join(271.790000,-71.310000,ra,dec,0.4); select count(*) from test where q3c_join(19.260000,-29.450000,ra,dec,0.4); select count(*) from test where q3c_join(94.930000,3.580000,ra,dec,0.4); select count(*) from test where q3c_join(30.800000,38.540000,ra,dec,0.4); select count(*) from test where q3c_join(78.870000,10.990000,ra,dec,0.4); select count(*) from test where q3c_join(131.140000,-49.480000,ra,dec,0.4); select count(*) from test where q3c_join(79.610000,41.940000,ra,dec,0.4); select count(*) from test where q3c_join(176.280000,38.470000,ra,dec,0.4); select count(*) from test where q3c_join(313.150000,6.960000,ra,dec,0.4); select count(*) from test where q3c_join(22.220000,65.090000,ra,dec,0.4); select count(*) from test where q3c_join(275.490000,10.520000,ra,dec,0.4); select count(*) from test where q3c_join(244.960000,-77.820000,ra,dec,0.4); select count(*) from test where q3c_join(182.630000,-66.610000,ra,dec,0.4); select count(*) from test where q3c_join(340.500000,77.090000,ra,dec,0.4); select count(*) from test where q3c_join(250.570000,23.060000,ra,dec,0.4); select count(*) from test where q3c_join(164.840000,-32.920000,ra,dec,0.4); select count(*) from test where q3c_join(335.310000,-27.850000,ra,dec,0.4); select count(*) from test where q3c_join(293.980000,-78.290000,ra,dec,0.4); select count(*) from test where q3c_join(292.850000,84.800000,ra,dec,0.4); select count(*) from test where q3c_join(223.920000,-46.710000,ra,dec,0.4); select count(*) from test where q3c_join(339.190000,31.060000,ra,dec,0.4); select count(*) from test where q3c_join(170.660000,-84.770000,ra,dec,0.4); select count(*) from test where q3c_join(330.330000,49.310000,ra,dec,0.4); select count(*) from test where q3c_join(350.200000,-51.540000,ra,dec,0.4); select count(*) from test where q3c_join(122.270000,-83.350000,ra,dec,0.4); select count(*) from test where q3c_join(258.540000,-44.150000,ra,dec,0.4); select count(*) from test where q3c_join(291.010000,7.280000,ra,dec,0.4); select count(*) from test where q3c_join(111.680000,84.570000,ra,dec,0.4); select count(*) from test where q3c_join(332.550000,-61.050000,ra,dec,0.4); select count(*) from test where q3c_join(125.620000,56.510000,ra,dec,0.4); select count(*) from test where q3c_join(102.890000,27.320000,ra,dec,0.4); select count(*) from test where q3c_join(156.360000,46.690000,ra,dec,0.4); select count(*) from test where q3c_join(178.030000,-31.650000,ra,dec,0.8); select count(*) from test where q3c_join(59.900000,49.650000,ra,dec,0.8); select count(*) from test where q3c_join(53.970000,-31.250000,ra,dec,0.8); select count(*) from test where q3c_join(52.240000,73.840000,ra,dec,0.8); select count(*) from test where q3c_join(306.710000,4.320000,ra,dec,0.8); select count(*) from test where q3c_join(349.380000,84.030000,ra,dec,0.8); select count(*) from test where q3c_join(72.250000,86.420000,ra,dec,0.8); select count(*) from test where q3c_join(87.320000,51.740000,ra,dec,0.8); select count(*) from test where q3c_join(286.590000,-83.720000,ra,dec,0.8); select count(*) from test where q3c_join(202.060000,-66.440000,ra,dec,0.8); select count(*) from test where q3c_join(85.730000,87.500000,ra,dec,0.8); select count(*) from test where q3c_join(189.600000,-62.360000,ra,dec,0.8); select count(*) from test where q3c_join(45.670000,-23.640000,ra,dec,0.8); select count(*) from test where q3c_join(265.940000,-1.970000,ra,dec,0.8); select count(*) from test where q3c_join(22.410000,60.280000,ra,dec,0.8); select count(*) from test where q3c_join(287.080000,77.110000,ra,dec,0.8); select count(*) from test where q3c_join(231.950000,24.190000,ra,dec,0.8); select count(*) from test where q3c_join(109.020000,35.980000,ra,dec,0.8); select count(*) from test where q3c_join(170.290000,34.960000,ra,dec,0.8); select count(*) from test where q3c_join(307.760000,-27.160000,ra,dec,0.8); select count(*) from test where q3c_join(53.430000,-36.240000,ra,dec,0.8); select count(*) from test where q3c_join(19.300000,-50.550000,ra,dec,0.8); select count(*) from test where q3c_join(97.370000,-23.520000,ra,dec,0.8); select count(*) from test where q3c_join(179.640000,5.440000,ra,dec,0.8); select count(*) from test where q3c_join(158.110000,-27.860000,ra,dec,0.8); select count(*) from test where q3c_join(284.780000,-79.200000,ra,dec,0.8); select count(*) from test where q3c_join(91.650000,29.280000,ra,dec,0.8); select count(*) from test where q3c_join(190.720000,-13.770000,ra,dec,0.8); select count(*) from test where q3c_join(113.990000,60.350000,ra,dec,0.8); select count(*) from test where q3c_join(113.460000,81.540000,ra,dec,0.8); select count(*) from test where q3c_join(81.130000,-65.870000,ra,dec,0.8); select count(*) from test where q3c_join(269.000000,-57.940000,ra,dec,0.8); select count(*) from test where q3c_join(209.070000,66.110000,ra,dec,0.8); select count(*) from test where q3c_join(153.340000,73.060000,ra,dec,0.8); select count(*) from test where q3c_join(353.810000,-43.090000,ra,dec,0.8); select count(*) from test where q3c_join(342.480000,72.100000,ra,dec,0.8); select count(*) from test where q3c_join(11.350000,78.680000,ra,dec,0.8); select count(*) from test where q3c_join(332.420000,-60.510000,ra,dec,0.8); select count(*) from test where q3c_join(339.160000,56.640000,ra,dec,0.8); select count(*) from test where q3c_join(168.830000,35.610000,ra,dec,0.8); select count(*) from test where q3c_join(218.700000,12.490000,ra,dec,0.8); select count(*) from test where q3c_join(20.770000,42.260000,ra,dec,0.8); select count(*) from test where q3c_join(187.040000,57.890000,ra,dec,0.8); select count(*) from test where q3c_join(249.510000,-68.400000,ra,dec,0.8); select count(*) from test where q3c_join(100.180000,-31.980000,ra,dec,0.8); select count(*) from test where q3c_join(351.050000,29.380000,ra,dec,0.8); select count(*) from test where q3c_join(174.120000,-7.230000,ra,dec,0.8); select count(*) from test where q3c_join(181.390000,-80.740000,ra,dec,0.8); select count(*) from test where q3c_join(264.860000,-64.840000,ra,dec,0.8); select count(*) from test where q3c_join(316.530000,5.200000,ra,dec,0.8); select count(*) from test where q3c_join(228.400000,-42.270000,ra,dec,0.8); select count(*) from test where q3c_join(252.470000,-58.090000,ra,dec,0.8); select count(*) from test where q3c_join(280.740000,56.930000,ra,dec,0.8); select count(*) from test where q3c_join(205.210000,53.200000,ra,dec,0.8); select count(*) from test where q3c_join(277.880000,5.540000,ra,dec,0.8); select count(*) from test where q3c_join(30.750000,-21.590000,ra,dec,0.8); select count(*) from test where q3c_join(75.820000,-56.940000,ra,dec,0.8); select count(*) from test where q3c_join(305.090000,-53.220000,ra,dec,0.8); select count(*) from test where q3c_join(250.560000,-5.910000,ra,dec,0.8); select count(*) from test where q3c_join(164.230000,-0.090000,ra,dec,0.8); select count(*) from test where q3c_join(298.100000,-5.220000,ra,dec,0.8); select count(*) from test where q3c_join(184.170000,42.080000,ra,dec,0.8); select count(*) from test where q3c_join(74.440000,47.190000,ra,dec,0.8); select count(*) from test where q3c_join(220.910000,-1.290000,ra,dec,0.8); select count(*) from test where q3c_join(155.580000,-78.320000,ra,dec,0.8); select count(*) from test where q3c_join(130.450000,82.740000,ra,dec,0.8); select count(*) from test where q3c_join(37.520000,7.360000,ra,dec,0.8); select count(*) from test where q3c_join(128.790000,89.020000,ra,dec,0.8); select count(*) from test where q3c_join(296.260000,30.430000,ra,dec,0.8); select count(*) from test where q3c_join(71.930000,56.730000,ra,dec,0.8); select count(*) from test where q3c_join(67.800000,40.650000,ra,dec,0.8); select count(*) from test where q3c_join(175.870000,-40.240000,ra,dec,0.8); select count(*) from test where q3c_join(288.140000,65.650000,ra,dec,0.8); select count(*) from test where q3c_join(296.610000,45.130000,ra,dec,0.8); select count(*) from test where q3c_join(93.280000,53.430000,ra,dec,0.8); select count(*) from test where q3c_join(290.150000,19.380000,ra,dec,0.8); select count(*) from test where q3c_join(59.220000,-77.330000,ra,dec,0.8); select count(*) from test where q3c_join(12.490000,-37.030000,ra,dec,0.8); select count(*) from test where q3c_join(41.960000,81.190000,ra,dec,0.8); select count(*) from test where q3c_join(39.630000,-87.340000,ra,dec,0.8); select count(*) from test where q3c_join(257.500000,72.320000,ra,dec,0.8); select count(*) from test where q3c_join(227.570000,-88.050000,ra,dec,0.8); select count(*) from test where q3c_join(201.840000,29.330000,ra,dec,0.8); select count(*) from test where q3c_join(72.310000,-10.530000,ra,dec,0.8); select count(*) from test where q3c_join(90.980000,77.790000,ra,dec,0.8); select count(*) from test where q3c_join(149.850000,65.340000,ra,dec,0.8); select count(*) from test where q3c_join(140.920000,25.990000,ra,dec,0.8); select count(*) from test where q3c_join(316.190000,-34.380000,ra,dec,0.8); select count(*) from test where q3c_join(207.660000,63.350000,ra,dec,0.8); select count(*) from test where q3c_join(67.330000,84.700000,ra,dec,0.8); select count(*) from test where q3c_join(147.200000,-53.190000,ra,dec,0.8); select count(*) from test where q3c_join(339.270000,-4.350000,ra,dec,0.8); select count(*) from test where q3c_join(175.540000,-84.780000,ra,dec,0.8); select count(*) from test where q3c_join(268.010000,48.710000,ra,dec,0.8); select count(*) from test where q3c_join(148.680000,-88.240000,ra,dec,0.8); select count(*) from test where q3c_join(69.550000,17.610000,ra,dec,0.8); select count(*) from test where q3c_join(282.620000,-5.680000,ra,dec,0.8); select count(*) from test where q3c_join(319.890000,13.990000,ra,dec,0.8); select count(*) from test where q3c_join(73.360000,-46.070000,ra,dec,0.8); select count(*) from test where q3c_join(155.030000,69.850000,ra,dec,0.8); select count(*) from test where q3c_join(96.900000,-58.890000,ra,dec,1.6); select count(*) from test where q3c_join(150.970000,7.870000,ra,dec,1.6); select count(*) from test where q3c_join(209.240000,-59.680000,ra,dec,1.6); select count(*) from test where q3c_join(163.710000,-40.130000,ra,dec,1.6); select count(*) from test where q3c_join(266.380000,72.340000,ra,dec,1.6); select count(*) from test where q3c_join(49.250000,-86.810000,ra,dec,1.6); select count(*) from test where q3c_join(124.320000,-75.330000,ra,dec,1.6); select count(*) from test where q3c_join(23.590000,85.080000,ra,dec,1.6); select count(*) from test where q3c_join(359.060000,-30.090000,ra,dec,1.6); select count(*) from test where q3c_join(302.730000,-34.890000,ra,dec,1.6); select count(*) from test where q3c_join(106.600000,32.220000,ra,dec,1.6); select count(*) from test where q3c_join(22.670000,-14.400000,ra,dec,1.6); select count(*) from test where q3c_join(302.940000,21.630000,ra,dec,1.6); select count(*) from test where q3c_join(119.410000,59.940000,ra,dec,1.6); select count(*) from test where q3c_join(84.080000,56.540000,ra,dec,1.6); select count(*) from test where q3c_join(88.950000,29.080000,ra,dec,1.6); select count(*) from test where q3c_join(26.020000,-25.970000,ra,dec,1.6); select count(*) from test where q3c_join(147.290000,35.870000,ra,dec,1.6); select count(*) from test where q3c_join(344.760000,28.310000,ra,dec,1.6); select count(*) from test where q3c_join(150.430000,-72.510000,ra,dec,1.6); select count(*) from test where q3c_join(176.300000,77.140000,ra,dec,1.6); select count(*) from test where q3c_join(314.370000,25.830000,ra,dec,1.6); select count(*) from test where q3c_join(96.640000,-43.840000,ra,dec,1.6); select count(*) from test where q3c_join(135.110000,25.920000,ra,dec,1.6); select count(*) from test where q3c_join(321.780000,-38.660000,ra,dec,1.6); select count(*) from test where q3c_join(188.650000,-17.720000,ra,dec,1.6); select count(*) from test where q3c_join(347.720000,-0.610000,ra,dec,1.6); select count(*) from test where q3c_join(330.990000,-36.630000,ra,dec,1.6); select count(*) from test where q3c_join(30.460000,-73.870000,ra,dec,1.6); select count(*) from test where q3c_join(58.130000,-6.020000,ra,dec,1.6); select count(*) from test where q3c_join(306.000000,-7.130000,ra,dec,1.6); select count(*) from test where q3c_join(306.070000,-74.420000,ra,dec,1.6); select count(*) from test where q3c_join(310.340000,-39.110000,ra,dec,1.6); select count(*) from test where q3c_join(210.810000,-45.190000,ra,dec,1.6); select count(*) from test where q3c_join(259.480000,-56.240000,ra,dec,1.6); select count(*) from test where q3c_join(348.350000,-10.210000,ra,dec,1.6); select count(*) from test where q3c_join(9.420000,-82.220000,ra,dec,1.6); select count(*) from test where q3c_join(214.690000,24.590000,ra,dec,1.6); select count(*) from test where q3c_join(136.160000,60.350000,ra,dec,1.6); select count(*) from test where q3c_join(25.830000,81.580000,ra,dec,1.6); select count(*) from test where q3c_join(135.700000,-63.580000,ra,dec,1.6); select count(*) from test where q3c_join(357.770000,81.840000,ra,dec,1.6); select count(*) from test where q3c_join(224.040000,-47.160000,ra,dec,1.6); select count(*) from test where q3c_join(346.510000,3.610000,ra,dec,1.6); select count(*) from test where q3c_join(257.180000,40.790000,ra,dec,1.6); select count(*) from test where q3c_join(208.050000,-31.380000,ra,dec,1.6); select count(*) from test where q3c_join(91.120000,66.170000,ra,dec,1.6); select count(*) from test where q3c_join(158.390000,76.520000,ra,dec,1.6); select count(*) from test where q3c_join(301.860000,-12.020000,ra,dec,1.6); select count(*) from test where q3c_join(53.530000,-12.710000,ra,dec,1.6); select count(*) from test where q3c_join(25.400000,-55.220000,ra,dec,1.6); select count(*) from test where q3c_join(109.470000,51.620000,ra,dec,1.6); select count(*) from test where q3c_join(197.740000,89.000000,ra,dec,1.6); select count(*) from test where q3c_join(182.210000,29.330000,ra,dec,1.6); select count(*) from test where q3c_join(314.880000,-10.570000,ra,dec,1.6); select count(*) from test where q3c_join(127.750000,75.760000,ra,dec,1.6); select count(*) from test where q3c_join(232.820000,-58.430000,ra,dec,1.6); select count(*) from test where q3c_join(162.090000,36.160000,ra,dec,1.6); select count(*) from test where q3c_join(167.560000,46.030000,ra,dec,1.6); select count(*) from test where q3c_join(141.230000,-71.890000,ra,dec,1.6); select count(*) from test where q3c_join(335.100000,-65.060000,ra,dec,1.6); select count(*) from test where q3c_join(281.170000,-8.100000,ra,dec,1.6); select count(*) from test where q3c_join(231.440000,46.370000,ra,dec,1.6); select count(*) from test where q3c_join(77.910000,-51.040000,ra,dec,1.6); select count(*) from test where q3c_join(72.580000,-53.310000,ra,dec,1.6); select count(*) from test where q3c_join(107.450000,-11.790000,ra,dec,1.6); select count(*) from test where q3c_join(74.520000,0.990000,ra,dec,1.6); select count(*) from test where q3c_join(225.790000,60.510000,ra,dec,1.6); select count(*) from test where q3c_join(93.260000,-88.510000,ra,dec,1.6); select count(*) from test where q3c_join(288.930000,1.040000,ra,dec,1.6); select count(*) from test where q3c_join(344.800000,63.920000,ra,dec,1.6); select count(*) from test where q3c_join(152.870000,-60.300000,ra,dec,1.6); select count(*) from test where q3c_join(325.140000,-78.050000,ra,dec,1.6); select count(*) from test where q3c_join(33.610000,-80.500000,ra,dec,1.6); select count(*) from test where q3c_join(250.280000,-50.450000,ra,dec,1.6); select count(*) from test where q3c_join(147.150000,-17.030000,ra,dec,1.6); select count(*) from test where q3c_join(336.220000,41.410000,ra,dec,1.6); select count(*) from test where q3c_join(349.490000,6.570000,ra,dec,1.6); select count(*) from test where q3c_join(78.960000,41.360000,ra,dec,1.6); select count(*) from test where q3c_join(136.630000,3.090000,ra,dec,1.6); select count(*) from test where q3c_join(54.500000,8.720000,ra,dec,1.6); select count(*) from test where q3c_join(84.570000,-7.990000,ra,dec,1.6); select count(*) from test where q3c_join(118.840000,52.750000,ra,dec,1.6); select count(*) from test where q3c_join(49.310000,-22.050000,ra,dec,1.6); select count(*) from test where q3c_join(127.980000,-84.970000,ra,dec,1.6); select count(*) from test where q3c_join(246.850000,37.040000,ra,dec,1.6); select count(*) from test where q3c_join(297.920000,-80.150000,ra,dec,1.6); select count(*) from test where q3c_join(173.190000,-28.650000,ra,dec,1.6); select count(*) from test where q3c_join(124.660000,52.640000,ra,dec,1.6); select count(*) from test where q3c_join(44.330000,-28.750000,ra,dec,1.6); select count(*) from test where q3c_join(184.200000,46.320000,ra,dec,1.6); select count(*) from test where q3c_join(76.270000,-54.170000,ra,dec,1.6); select count(*) from test where q3c_join(332.540000,-64.250000,ra,dec,1.6); select count(*) from test where q3c_join(125.010000,41.310000,ra,dec,1.6); select count(*) from test where q3c_join(65.680000,0.120000,ra,dec,1.6); select count(*) from test where q3c_join(46.550000,7.430000,ra,dec,1.6); select count(*) from test where q3c_join(319.620000,-86.700000,ra,dec,1.6); select count(*) from test where q3c_join(56.890000,-68.160000,ra,dec,1.6); select count(*) from test where q3c_join(230.360000,-17.670000,ra,dec,1.6); select count(*) from test where q3c_join(12.030000,2.520000,ra,dec,1.6); select count(*) from test where q3c_join(13.900000,-26.260000,ra,dec,3.2); select count(*) from test where q3c_join(127.970000,18.160000,ra,dec,3.2); select count(*) from test where q3c_join(246.240000,27.970000,ra,dec,3.2); select count(*) from test where q3c_join(260.710000,86.580000,ra,dec,3.2); select count(*) from test where q3c_join(63.380000,61.820000,ra,dec,3.2); select count(*) from test where q3c_join(266.250000,-8.880000,ra,dec,3.2); select count(*) from test where q3c_join(41.320000,-1.230000,ra,dec,3.2); select count(*) from test where q3c_join(0.590000,-74.960000,ra,dec,3.2); select count(*) from test where q3c_join(36.060000,-72.560000,ra,dec,3.2); select count(*) from test where q3c_join(39.730000,73.900000,ra,dec,3.2); select count(*) from test where q3c_join(263.600000,7.960000,ra,dec,3.2); select count(*) from test where q3c_join(239.670000,-54.000000,ra,dec,3.2); select count(*) from test where q3c_join(219.940000,-53.600000,ra,dec,3.2); select count(*) from test where q3c_join(96.410000,-29.230000,ra,dec,3.2); select count(*) from test where q3c_join(121.080000,17.130000,ra,dec,3.2); select count(*) from test where q3c_join(185.950000,-34.870000,ra,dec,3.2); select count(*) from test where q3c_join(183.020000,33.240000,ra,dec,3.2); select count(*) from test where q3c_join(4.290000,47.950000,ra,dec,3.2); select count(*) from test where q3c_join(261.760000,44.950000,ra,dec,3.2); select count(*) from test where q3c_join(127.430000,42.390000,ra,dec,3.2); select count(*) from test where q3c_join(213.300000,66.000000,ra,dec,3.2); select count(*) from test where q3c_join(51.370000,66.360000,ra,dec,3.2); select count(*) from test where q3c_join(253.640000,88.040000,ra,dec,3.2); select count(*) from test where q3c_join(352.110000,-29.140000,ra,dec,3.2); select count(*) from test where q3c_join(238.780000,23.050000,ra,dec,3.2); select count(*) from test where q3c_join(165.650000,-33.550000,ra,dec,3.2); select count(*) from test where q3c_join(24.720000,-66.270000,ra,dec,3.2); select count(*) from test where q3c_join(67.990000,-82.430000,ra,dec,3.2); select count(*) from test where q3c_join(187.460000,11.880000,ra,dec,3.2); select count(*) from test where q3c_join(275.130000,4.990000,ra,dec,3.2); select count(*) from test where q3c_join(223.000000,-55.150000,ra,dec,3.2); select count(*) from test where q3c_join(283.070000,56.220000,ra,dec,3.2); select count(*) from test where q3c_join(347.340000,9.890000,ra,dec,3.2); select count(*) from test where q3c_join(307.810000,63.870000,ra,dec,3.2); select count(*) from test where q3c_join(56.480000,-63.410000,ra,dec,3.2); select count(*) from test where q3c_join(205.350000,-87.920000,ra,dec,3.2); select count(*) from test where q3c_join(286.420000,37.220000,ra,dec,3.2); select count(*) from test where q3c_join(191.690000,-69.100000,ra,dec,3.2); select count(*) from test where q3c_join(173.160000,-74.780000,ra,dec,3.2); select count(*) from test where q3c_join(122.830000,-61.290000,ra,dec,3.2); select count(*) from test where q3c_join(292.700000,41.510000,ra,dec,3.2); select count(*) from test where q3c_join(214.770000,12.600000,ra,dec,3.2); select count(*) from test where q3c_join(141.040000,48.960000,ra,dec,3.2); select count(*) from test where q3c_join(323.510000,-73.210000,ra,dec,3.2); select count(*) from test where q3c_join(294.180000,34.730000,ra,dec,3.2); select count(*) from test where q3c_join(305.050000,-40.980000,ra,dec,3.2); select count(*) from test where q3c_join(248.120000,20.730000,ra,dec,3.2); select count(*) from test where q3c_join(15.390000,4.950000,ra,dec,3.2); select count(*) from test where q3c_join(218.860000,-58.030000,ra,dec,3.2); select count(*) from test where q3c_join(30.530000,60.540000,ra,dec,3.2); select count(*) from test where q3c_join(62.400000,-87.010000,ra,dec,3.2); select count(*) from test where q3c_join(206.470000,-87.510000,ra,dec,3.2); select count(*) from test where q3c_join(354.740000,62.230000,ra,dec,3.2); select count(*) from test where q3c_join(39.210000,16.630000,ra,dec,3.2); select count(*) from test where q3c_join(231.880000,-65.510000,ra,dec,3.2); select count(*) from test where q3c_join(104.750000,-35.720000,ra,dec,3.2); select count(*) from test where q3c_join(269.820000,-18.750000,ra,dec,3.2); select count(*) from test where q3c_join(259.090000,-63.300000,ra,dec,3.2); select count(*) from test where q3c_join(324.560000,-80.870000,ra,dec,3.2); select count(*) from test where q3c_join(358.230000,-72.530000,ra,dec,3.2); select count(*) from test where q3c_join(252.100000,76.270000,ra,dec,3.2); select count(*) from test where q3c_join(258.170000,-27.110000,ra,dec,3.2); select count(*) from test where q3c_join(268.440000,-33.280000,ra,dec,3.2); select count(*) from test where q3c_join(174.910000,-49.630000,ra,dec,3.2); select count(*) from test where q3c_join(229.580000,32.860000,ra,dec,3.2); select count(*) from test where q3c_join(324.450000,24.840000,ra,dec,3.2); select count(*) from test where q3c_join(351.520000,75.780000,ra,dec,3.2); select count(*) from test where q3c_join(202.790000,-56.830000,ra,dec,3.2); select count(*) from test where q3c_join(130.260000,-46.290000,ra,dec,3.2); select count(*) from test where q3c_join(25.930000,56.530000,ra,dec,3.2); select count(*) from test where q3c_join(141.800000,28.370000,ra,dec,3.2); select count(*) from test where q3c_join(9.870000,-69.190000,ra,dec,3.2); select count(*) from test where q3c_join(242.140000,-80.580000,ra,dec,3.2); select count(*) from test where q3c_join(10.610000,-54.970000,ra,dec,3.2); select count(*) from test where q3c_join(287.280000,66.840000,ra,dec,3.2); select count(*) from test where q3c_join(244.150000,-62.280000,ra,dec,3.2); select count(*) from test where q3c_join(133.220000,-18.670000,ra,dec,3.2); select count(*) from test where q3c_join(206.490000,-58.650000,ra,dec,3.2); select count(*) from test where q3c_join(355.960000,22.690000,ra,dec,3.2); select count(*) from test where q3c_join(113.630000,-55.310000,ra,dec,3.2); select count(*) from test where q3c_join(91.500000,46.280000,ra,dec,3.2); select count(*) from test where q3c_join(181.570000,-56.770000,ra,dec,3.2); select count(*) from test where q3c_join(275.840000,-42.670000,ra,dec,3.2); select count(*) from test where q3c_join(266.310000,-82.410000,ra,dec,3.2); select count(*) from test where q3c_join(44.980000,13.440000,ra,dec,3.2); select count(*) from test where q3c_join(223.850000,-80.090000,ra,dec,3.2); select count(*) from test where q3c_join(334.920000,-25.120000,ra,dec,3.2); select count(*) from test where q3c_join(270.190000,88.240000,ra,dec,3.2); select count(*) from test where q3c_join(281.660000,-16.910000,ra,dec,3.2); select count(*) from test where q3c_join(261.330000,48.960000,ra,dec,3.2); select count(*) from test where q3c_join(101.200000,-73.000000,ra,dec,3.2); select count(*) from test where q3c_join(53.270000,47.170000,ra,dec,3.2); select count(*) from test where q3c_join(9.540000,-2.540000,ra,dec,3.2); select count(*) from test where q3c_join(222.010000,25.070000,ra,dec,3.2); select count(*) from test where q3c_join(263.550000,68.410000,ra,dec,3.2); select count(*) from test where q3c_join(236.620000,33.450000,ra,dec,3.2); select count(*) from test where q3c_join(33.890000,60.850000,ra,dec,3.2); select count(*) from test where q3c_join(267.360000,-68.100000,ra,dec,3.2); select count(*) from test where q3c_join(109.030000,-13.650000,ra,dec,3.2); select count(*) from test where q3c_join(170.900000,67.530000,ra,dec,3.2); select count(*) from test where q3c_join(344.970000,-20.390000,ra,dec,6.4); select count(*) from test where q3c_join(163.240000,16.790000,ra,dec,6.4); select count(*) from test where q3c_join(237.710000,-55.540000,ra,dec,6.4); select count(*) from test where q3c_join(100.380000,32.460000,ra,dec,6.4); select count(*) from test where q3c_join(3.250000,0.230000,ra,dec,6.4); select count(*) from test where q3c_join(198.320000,14.030000,ra,dec,6.4); select count(*) from test where q3c_join(217.590000,-43.840000,ra,dec,6.4); select count(*) from test where q3c_join(313.060000,26.120000,ra,dec,6.4); select count(*) from test where q3c_join(16.730000,-26.150000,ra,dec,6.4); select count(*) from test where q3c_join(300.600000,24.870000,ra,dec,6.4); select count(*) from test where q3c_join(336.670000,77.570000,ra,dec,6.4); select count(*) from test where q3c_join(16.940000,52.340000,ra,dec,6.4); select count(*) from test where q3c_join(313.410000,-47.240000,ra,dec,6.4); select count(*) from test where q3c_join(38.080000,-1.110000,ra,dec,6.4); select count(*) from test where q3c_join(162.950000,-67.650000,ra,dec,6.4); select count(*) from test where q3c_join(220.020000,13.620000,ra,dec,6.4); select count(*) from test where q3c_join(101.290000,-68.810000,ra,dec,6.4); select count(*) from test where q3c_join(58.760000,-57.240000,ra,dec,6.4); select count(*) from test where q3c_join(344.430000,-71.550000,ra,dec,6.4); select count(*) from test where q3c_join(130.300000,-43.970000,ra,dec,6.4); select count(*) from test where q3c_join(28.370000,18.050000,ra,dec,6.4); select count(*) from test where q3c_join(290.640000,21.090000,ra,dec,6.4); select count(*) from test where q3c_join(89.110000,26.980000,ra,dec,6.4); select count(*) from test where q3c_join(35.780000,25.930000,ra,dec,6.4); select count(*) from test where q3c_join(22.650000,-38.210000,ra,dec,6.4); select count(*) from test where q3c_join(301.720000,9.220000,ra,dec,6.4); select count(*) from test where q3c_join(44.990000,22.930000,ra,dec,6.4); select count(*) from test where q3c_join(224.460000,-41.200000,ra,dec,6.4); select count(*) from test where q3c_join(12.130000,7.180000,ra,dec,6.4); select count(*) from test where q3c_join(20.000000,78.000000,ra,dec,6.4); select count(*) from test where q3c_join(140.070000,78.030000,ra,dec,6.4); select count(*) from test where q3c_join(264.340000,80.060000,ra,dec,6.4); select count(*) from test where q3c_join(284.810000,24.100000,ra,dec,6.4); select count(*) from test where q3c_join(93.480000,30.580000,ra,dec,6.4); select count(*) from test where q3c_join(302.350000,65.530000,ra,dec,6.4); select count(*) from test where q3c_join(83.420000,37.840000,ra,dec,6.4); select count(*) from test where q3c_join(48.690000,-31.620000,ra,dec,6.4); select count(*) from test where q3c_join(90.160000,51.260000,ra,dec,6.4); select count(*) from test where q3c_join(99.830000,67.010000,ra,dec,6.4); select count(*) from test where q3c_join(329.700000,-52.230000,ra,dec,6.4); select count(*) from test where q3c_join(311.770000,54.520000,ra,dec,6.4); select count(*) from test where q3c_join(298.040000,86.240000,ra,dec,6.4); select count(*) from test where q3c_join(180.510000,41.140000,ra,dec,6.4); select count(*) from test where q3c_join(211.180000,-10.160000,ra,dec,6.4); select count(*) from test where q3c_join(282.050000,-79.410000,ra,dec,6.4); select count(*) from test where q3c_join(285.120000,16.460000,ra,dec,6.4); select count(*) from test where q3c_join(112.390000,-75.460000,ra,dec,6.4); select count(*) from test where q3c_join(15.860000,77.130000,ra,dec,6.4); select count(*) from test where q3c_join(247.530000,24.950000,ra,dec,6.4); select count(*) from test where q3c_join(339.400000,82.360000,ra,dec,6.4); select count(*) from test where q3c_join(183.470000,-15.470000,ra,dec,6.4); select count(*) from test where q3c_join(31.740000,-43.360000,ra,dec,6.4); select count(*) from test where q3c_join(136.210000,55.090000,ra,dec,6.4); select count(*) from test where q3c_join(28.880000,-59.280000,ra,dec,6.4); select count(*) from test where q3c_join(321.750000,-16.040000,ra,dec,6.4); select count(*) from test where q3c_join(186.820000,-77.900000,ra,dec,6.4); select count(*) from test where q3c_join(236.090000,-71.590000,ra,dec,6.4); select count(*) from test where q3c_join(1.560000,-46.590000,ra,dec,6.4); select count(*) from test where q3c_join(95.230000,38.010000,ra,dec,6.4); select count(*) from test where q3c_join(49.100000,-21.230000,ra,dec,6.4); select count(*) from test where q3c_join(115.170000,-34.950000,ra,dec,6.4); select count(*) from test where q3c_join(185.440000,28.240000,ra,dec,6.4); select count(*) from test where q3c_join(151.910000,-77.050000,ra,dec,6.4); select count(*) from test where q3c_join(266.580000,-19.800000,ra,dec,6.4); select count(*) from test where q3c_join(61.450000,52.650000,ra,dec,6.4); select count(*) from test where q3c_join(148.520000,-28.250000,ra,dec,6.4); select count(*) from test where q3c_join(59.790000,77.000000,ra,dec,6.4); select count(*) from test where q3c_join(47.260000,17.100000,ra,dec,6.4); select count(*) from test where q3c_join(2.930000,-36.820000,ra,dec,6.4); select count(*) from test where q3c_join(178.800000,-86.020000,ra,dec,6.4); select count(*) from test where q3c_join(106.870000,-26.920000,ra,dec,6.4); select count(*) from test where q3c_join(39.140000,-21.940000,ra,dec,6.4); select count(*) from test where q3c_join(227.610000,-78.280000,ra,dec,6.4); select count(*) from test where q3c_join(204.280000,85.300000,ra,dec,6.4); select count(*) from test where q3c_join(221.150000,-16.360000,ra,dec,6.4); select count(*) from test where q3c_join(170.220000,82.410000,ra,dec,6.4); select count(*) from test where q3c_join(303.490000,-12.710000,ra,dec,6.4); select count(*) from test where q3c_join(152.960000,-54.800000,ra,dec,6.4); select count(*) from test where q3c_join(330.630000,77.450000,ra,dec,6.4); select count(*) from test where q3c_join(8.500000,45.010000,ra,dec,6.4); select count(*) from test where q3c_join(158.570000,45.620000,ra,dec,6.4); select count(*) from test where q3c_join(312.840000,83.080000,ra,dec,6.4); select count(*) from test where q3c_join(3.310000,28.410000,ra,dec,6.4); select count(*) from test where q3c_join(201.980000,-66.990000,ra,dec,6.4); select count(*) from test where q3c_join(80.850000,53.950000,ra,dec,6.4); select count(*) from test where q3c_join(251.920000,51.080000,ra,dec,6.4); select count(*) from test where q3c_join(247.190000,56.300000,ra,dec,6.4); select count(*) from test where q3c_join(318.660000,14.710000,ra,dec,6.4); select count(*) from test where q3c_join(358.330000,-2.160000,ra,dec,6.4); select count(*) from test where q3c_join(258.200000,48.840000,ra,dec,6.4); select count(*) from test where q3c_join(270.270000,-80.330000,ra,dec,6.4); select count(*) from test where q3c_join(286.540000,-39.680000,ra,dec,6.4); select count(*) from test where q3c_join(199.010000,-80.000000,ra,dec,6.4); select count(*) from test where q3c_join(259.680000,-19.670000,ra,dec,6.4); select count(*) from test where q3c_join(0.550000,60.570000,ra,dec,6.4); select count(*) from test where q3c_join(33.620000,-85.230000,ra,dec,6.4); select count(*) from test where q3c_join(250.890000,21.020000,ra,dec,6.4); select count(*) from test where q3c_join(184.360000,22.640000,ra,dec,6.4); select count(*) from test where q3c_join(86.030000,-58.650000,ra,dec,6.4); select count(*) from test where q3c_join(207.900000,22.490000,ra,dec,6.4); select count(*) from test where q3c_join(44,34,ra,dec,6); select count(*) from test where q3c_join(44,37,ra,dec,6); select count(*) from test where q3c_join(46,34,ra,dec,6); select count(*) from test where q3c_join(46,37,ra,dec,6); select count(*) from test where q3c_join(134,34,ra,dec,6); select count(*) from test where q3c_join(134,37,ra,dec,6); select count(*) from test where q3c_join(136,34,ra,dec,6); select count(*) from test where q3c_join(136,37,ra,dec,6); select count(*) from test where q3c_join(224,34,ra,dec,6); select count(*) from test where q3c_join(224,37,ra,dec,6); select count(*) from test where q3c_join(226,34,ra,dec,6); select count(*) from test where q3c_join(226,37,ra,dec,6); select count(*) from test where q3c_join(314,34,ra,dec,6); select count(*) from test where q3c_join(314,37,ra,dec,6); select count(*) from test where q3c_join(316,34,ra,dec,6); select count(*) from test where q3c_join(316,37,ra,dec,6); select count(*) from test where q3c_join(44,-34,ra,dec,6); select count(*) from test where q3c_join(44,-37,ra,dec,6); select count(*) from test where q3c_join(46,-34,ra,dec,6); select count(*) from test where q3c_join(46,-37,ra,dec,6); select count(*) from test where q3c_join(134,-34,ra,dec,6); select count(*) from test where q3c_join(134,-37,ra,dec,6); select count(*) from test where q3c_join(136,-34,ra,dec,6); select count(*) from test where q3c_join(136,-37,ra,dec,6); select count(*) from test where q3c_join(224,-34,ra,dec,6); select count(*) from test where q3c_join(224,-37,ra,dec,6); select count(*) from test where q3c_join(226,-34,ra,dec,6); select count(*) from test where q3c_join(226,-37,ra,dec,6); select count(*) from test where q3c_join(314,-34,ra,dec,6); select count(*) from test where q3c_join(314,-37,ra,dec,6); select count(*) from test where q3c_join(316,-34,ra,dec,6); select count(*) from test where q3c_join(316,-37,ra,dec,6); select count(*) from test where q3c_join(258.61,-33.55,ra,dec,40); select count(*) from test where q3c_join(307.59,-23.31,ra,dec,40); select count(*) from test where q3c_join(274.78,55.22,ra,dec,40); select count(*) from test where q3c_join(100.34,-13.43,ra,dec,40); select count(*) from test where q3c_join(183.27,21.66,ra,dec,40); select count(*) from test where q3c_join(245.01,73.88,ra,dec,40); select count(*) from test where q3c_join(127.19,-0.64,ra,dec,40); select count(*) from test where q3c_join(154.84,-15.90,ra,dec,40); select count(*) from test where q3c_join(33.90,-84.53,ra,dec,40); select count(*) from test where q3c_join(286.89,-25.39,ra,dec,40); select count(*) from test where q3c_join(-45,-6,ra,dec,1); select count(*) from test where q3c_radial_query(ra,dec,0,90,90); select count(*) from test where dec>0; select count(*) from test where q3c_radial_query(ra,dec,0,-90,90); select count(*) from test where dec<0; q3c-2.0.1/sql/ellipse.sql000066400000000000000000001750571453620405500152000ustar00rootroot00000000000000select count(*) from test where q3c_ellipse_query(ra,dec,171.890000,-85.710000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,45.360000,-8.020000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,247.030000,50.850000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,308.900000,42.260000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,122.970000,58.380000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,301.240000,-38.620000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,15.710000,-15.310000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,238.380000,-33.890000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,141.250000,-86.890000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,336.320000,-80.060000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,355.590000,-23.100000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,91.060000,31.500000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,154.730000,-58.350000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,78.600000,40.910000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,114.670000,-24.360000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,154.940000,-45.770000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,91.410000,88.290000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,176.080000,-14.160000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,300.950000,36.530000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,358.020000,68.830000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,239.290000,59.230000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,196.760000,13.430000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,122.430000,-80.440000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,268.300000,-46.640000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,166.370000,35.410000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,68.640000,0.290000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,227.110000,17.800000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,173.780000,6.180000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,160.650000,17.270000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,79.720000,-26.260000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,182.990000,18.270000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,2.460000,34.780000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,150.130000,-38.420000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,158.000000,-3.370000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,278.070000,-25.310000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,42.340000,76.560000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,62.810000,-9.770000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,231.480000,-55.870000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,80.350000,12.320000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,221.420000,31.650000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,186.690000,-48.980000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,228.160000,72.530000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,237.830000,-75.290000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,107.700000,87.710000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,89.770000,-49.510000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,76.040000,40.040000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,318.510000,-77.440000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,349.180000,-43.310000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,60.050000,58.680000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,63.120000,-20.420000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,250.390000,14.480000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,153.860000,-16.300000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,25.530000,85.960000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,117.400000,23.600000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,321.470000,-0.210000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,169.740000,-12.270000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,274.210000,-28.190000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,166.880000,80.870000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,99.750000,73.350000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,324.820000,-25.490000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,14.090000,65.660000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,139.560000,45.280000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,233.230000,62.310000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,187.100000,21.300000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,253.170000,39.610000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,323.440000,76.630000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,289.910000,-5.030000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44.580000,53.660000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,199.450000,33.330000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,286.520000,53.460000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,197.790000,21.540000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,185.260000,54.270000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,140.930000,70.780000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316.800000,-2.190000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,244.870000,46.940000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,177.140000,-16.250000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,5.610000,89.050000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,342.280000,32.050000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,359.150000,-24.380000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,308.220000,-46.580000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,81.490000,39.140000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,290.960000,47.670000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,108.630000,28.360000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,146.500000,-69.860000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,296.570000,58.780000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,90.840000,-13.920000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,141.310000,51.030000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,339.980000,53.060000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,218.850000,-2.770000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,29.920000,11.400000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,25.190000,-24.550000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,96.660000,-57.510000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136.330000,-87.950000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,36.200000,35.280000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,48.270000,-7.860000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,64.540000,60.620000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,337.010000,-82.080000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,37.680000,33.690000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,138.550000,75.150000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,171.620000,84.380000,0.1,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,28.890000,-72.530000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,322.360000,75.710000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224.030000,-61.150000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,345.900000,50.220000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,219.970000,4.000000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,98.240000,64.370000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,232.710000,-33.270000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,155.380000,-49.080000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,118.250000,66.380000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,92.590000,52.200000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,248.060000,-55.650000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,11.730000,25.770000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,355.600000,-48.020000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,91.670000,-48.620000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,191.940000,-85.670000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,188.410000,-5.550000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,333.080000,21.760000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,157.950000,67.920000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,275.020000,3.380000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,216.290000,26.640000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,233.760000,5.400000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,219.430000,-30.210000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,65.300000,-42.440000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,23.370000,-68.730000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,345.640000,-52.500000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,204.110000,38.080000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,210.780000,-16.780000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,257.650000,56.770000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,236.720000,43.400000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,39.990000,-52.200000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,279.460000,55.860000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,127.130000,-12.070000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,195.000000,-16.060000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,15.070000,-79.330000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,199.340000,20.890000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,279.810000,14.620000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,148.480000,-7.710000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,57.350000,69.940000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,258.420000,-53.570000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,283.690000,-27.340000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,25.160000,-47.260000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,94.830000,-2.820000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,24.700000,8.140000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,66.770000,-43.420000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,113.040000,51.490000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,55.510000,81.080000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,146.180000,85.970000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,277.050000,24.410000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,340.120000,49.470000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,227.390000,-41.760000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,190.860000,-26.980000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,122.530000,-25.460000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,274.400000,67.140000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,178.470000,-44.000000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,86.740000,16.300000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,251.210000,-85.560000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,203.880000,1.260000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,196.750000,77.200000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,121.820000,29.530000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,231.090000,1.530000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,56.560000,-86.280000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,210.230000,-42.990000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224.100000,77.960000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,350.170000,75.930000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,120.440000,-47.680000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,146.910000,-28.280000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,321.580000,75.160000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,176.450000,85.300000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,323.520000,-16.410000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,294.790000,79.530000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,342.260000,-8.180000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,357.930000,41.590000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,233.800000,17.590000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,221.870000,-6.620000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,214.140000,-43.450000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,102.610000,49.910000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,139.280000,-15.320000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,216.150000,-34.290000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,225.220000,68.670000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,58.490000,49.250000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,327.960000,-55.660000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,205.630000,25.290000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,303.500000,-76.970000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,153.570000,-14.660000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,7.840000,6.000000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,118.310000,6.010000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,16.980000,6.810000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,315.850000,55.430000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,186.920000,-38.240000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,242.190000,7.670000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,13.660000,-71.720000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,113.330000,-54.900000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,73.200000,71.290000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,145.270000,28.810000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,221.540000,-42.350000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,194.010000,-62.980000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314.680000,-61.460000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,115.550000,31.470000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,208.620000,-60.140000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,125.890000,-68.190000,0.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,119.360000,-19.380000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,81.030000,78.020000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,262.900000,79.350000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,196.970000,-19.210000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,135.240000,88.520000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,329.710000,-0.060000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,312.380000,-3.110000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,335.250000,-9.190000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,290.320000,-20.030000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,69.590000,38.660000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,285.060000,18.370000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,108.730000,41.050000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,152.600000,-15.770000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,308.670000,-61.720000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,108.940000,15.600000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,165.410000,51.780000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,10.080000,-81.140000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,72.020000,-60.900000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,73.290000,65.220000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,150.760000,18.540000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,196.430000,51.190000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,102.300000,62.920000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,120.370000,58.290000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,142.640000,-44.110000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,61.110000,9.530000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,127.780000,41.430000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,234.650000,7.440000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,273.720000,-85.770000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136.990000,-11.510000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,76.460000,18.120000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,344.130000,25.440000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,112.000000,-67.580000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,352.070000,17.800000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,236.340000,6.390000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,16.810000,30.190000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,305.480000,41.610000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,274.350000,18.720000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,175.420000,62.380000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,260.690000,25.470000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,62.160000,-65.890000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,191.830000,-59.190000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,181.700000,-10.270000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,283.770000,-86.170000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,30.040000,-35.890000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,32.510000,-29.240000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,183.180000,16.410000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,14.050000,-78.680000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,137.120000,60.540000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,84.390000,-86.830000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,107.860000,-76.490000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,99.530000,14.290000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,311.400000,-28.150000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,275.470000,83.370000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,243.740000,46.030000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,108.210000,-71.760000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,120.880000,-57.180000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,173.750000,-67.780000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,158.820000,5.710000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,328.090000,-11.430000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,213.560000,23.320000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,67.230000,-17.120000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,141.100000,35.790000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,327.170000,23.420000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,157.440000,-10.830000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,243.910000,59.630000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,118.580000,37.840000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,33.450000,-31.560000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,240.520000,54.890000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,271.790000,-71.310000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,19.260000,-29.450000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,94.930000,3.580000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,30.800000,38.540000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,78.870000,10.990000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,131.140000,-49.480000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,79.610000,41.940000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,176.280000,38.470000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,313.150000,6.960000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,22.220000,65.090000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,275.490000,10.520000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,244.960000,-77.820000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,182.630000,-66.610000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,340.500000,77.090000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,250.570000,23.060000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,164.840000,-32.920000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,335.310000,-27.850000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,293.980000,-78.290000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,292.850000,84.800000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,223.920000,-46.710000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,339.190000,31.060000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,170.660000,-84.770000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,330.330000,49.310000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,350.200000,-51.540000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,122.270000,-83.350000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,258.540000,-44.150000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,291.010000,7.280000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,111.680000,84.570000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,332.550000,-61.050000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,125.620000,56.510000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,102.890000,27.320000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,156.360000,46.690000,0.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,178.030000,-31.650000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,59.900000,49.650000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,53.970000,-31.250000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,52.240000,73.840000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,306.710000,4.320000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,349.380000,84.030000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,72.250000,86.420000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,87.320000,51.740000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,286.590000,-83.720000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,202.060000,-66.440000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,85.730000,87.500000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,189.600000,-62.360000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,45.670000,-23.640000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,265.940000,-1.970000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,22.410000,60.280000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,287.080000,77.110000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,231.950000,24.190000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,109.020000,35.980000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,170.290000,34.960000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,307.760000,-27.160000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,53.430000,-36.240000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,19.300000,-50.550000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,97.370000,-23.520000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,179.640000,5.440000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,158.110000,-27.860000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,284.780000,-79.200000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,91.650000,29.280000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,190.720000,-13.770000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,113.990000,60.350000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,113.460000,81.540000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,81.130000,-65.870000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,269.000000,-57.940000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,209.070000,66.110000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,153.340000,73.060000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,353.810000,-43.090000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,342.480000,72.100000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,11.350000,78.680000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,332.420000,-60.510000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,339.160000,56.640000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,168.830000,35.610000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,218.700000,12.490000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,20.770000,42.260000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,187.040000,57.890000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,249.510000,-68.400000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,100.180000,-31.980000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,351.050000,29.380000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,174.120000,-7.230000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,181.390000,-80.740000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,264.860000,-64.840000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316.530000,5.200000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,228.400000,-42.270000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,252.470000,-58.090000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,280.740000,56.930000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,205.210000,53.200000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,277.880000,5.540000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,30.750000,-21.590000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,75.820000,-56.940000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,305.090000,-53.220000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,250.560000,-5.910000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,164.230000,-0.090000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,298.100000,-5.220000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,184.170000,42.080000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,74.440000,47.190000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,220.910000,-1.290000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,155.580000,-78.320000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,130.450000,82.740000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,37.520000,7.360000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,128.790000,89.020000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,296.260000,30.430000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,71.930000,56.730000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,67.800000,40.650000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,175.870000,-40.240000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,288.140000,65.650000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,296.610000,45.130000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,93.280000,53.430000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,290.150000,19.380000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,59.220000,-77.330000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,12.490000,-37.030000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,41.960000,81.190000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,39.630000,-87.340000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,257.500000,72.320000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,227.570000,-88.050000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,201.840000,29.330000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,72.310000,-10.530000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,90.980000,77.790000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,149.850000,65.340000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,140.920000,25.990000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316.190000,-34.380000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,207.660000,63.350000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,67.330000,84.700000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,147.200000,-53.190000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,339.270000,-4.350000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,175.540000,-84.780000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,268.010000,48.710000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,148.680000,-88.240000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,69.550000,17.610000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,282.620000,-5.680000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,319.890000,13.990000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,73.360000,-46.070000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,155.030000,69.850000,0.8,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,96.900000,-58.890000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,150.970000,7.870000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,209.240000,-59.680000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,163.710000,-40.130000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,266.380000,72.340000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,49.250000,-86.810000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,124.320000,-75.330000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,23.590000,85.080000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,359.060000,-30.090000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,302.730000,-34.890000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,106.600000,32.220000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,22.670000,-14.400000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,302.940000,21.630000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,119.410000,59.940000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,84.080000,56.540000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,88.950000,29.080000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,26.020000,-25.970000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,147.290000,35.870000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,344.760000,28.310000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,150.430000,-72.510000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,176.300000,77.140000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314.370000,25.830000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,96.640000,-43.840000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,135.110000,25.920000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,321.780000,-38.660000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,188.650000,-17.720000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,347.720000,-0.610000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,330.990000,-36.630000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,30.460000,-73.870000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,58.130000,-6.020000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,306.000000,-7.130000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,306.070000,-74.420000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,310.340000,-39.110000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,210.810000,-45.190000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,259.480000,-56.240000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,348.350000,-10.210000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,9.420000,-82.220000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,214.690000,24.590000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136.160000,60.350000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,25.830000,81.580000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,135.700000,-63.580000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,357.770000,81.840000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224.040000,-47.160000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,346.510000,3.610000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,257.180000,40.790000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,208.050000,-31.380000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,91.120000,66.170000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,158.390000,76.520000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,301.860000,-12.020000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,53.530000,-12.710000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,25.400000,-55.220000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,109.470000,51.620000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,197.740000,89.000000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,182.210000,29.330000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314.880000,-10.570000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,127.750000,75.760000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,232.820000,-58.430000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,162.090000,36.160000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,167.560000,46.030000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,141.230000,-71.890000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,335.100000,-65.060000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,281.170000,-8.100000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,231.440000,46.370000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,77.910000,-51.040000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,72.580000,-53.310000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,107.450000,-11.790000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,74.520000,0.990000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,225.790000,60.510000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,93.260000,-88.510000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,288.930000,1.040000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,344.800000,63.920000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,152.870000,-60.300000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,325.140000,-78.050000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,33.610000,-80.500000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,250.280000,-50.450000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,147.150000,-17.030000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,336.220000,41.410000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,349.490000,6.570000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,78.960000,41.360000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136.630000,3.090000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,54.500000,8.720000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,84.570000,-7.990000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,118.840000,52.750000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,49.310000,-22.050000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,127.980000,-84.970000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,246.850000,37.040000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,297.920000,-80.150000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,173.190000,-28.650000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,124.660000,52.640000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44.330000,-28.750000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,184.200000,46.320000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,76.270000,-54.170000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,332.540000,-64.250000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,125.010000,41.310000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,65.680000,0.120000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,46.550000,7.430000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,319.620000,-86.700000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,56.890000,-68.160000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,230.360000,-17.670000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,12.030000,2.520000,1.6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,13.900000,-26.260000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,127.970000,18.160000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,246.240000,27.970000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,260.710000,86.580000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,63.380000,61.820000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,266.250000,-8.880000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,41.320000,-1.230000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,0.590000,-74.960000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,36.060000,-72.560000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,39.730000,73.900000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,263.600000,7.960000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,239.670000,-54.000000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,219.940000,-53.600000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,96.410000,-29.230000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,121.080000,17.130000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,185.950000,-34.870000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,183.020000,33.240000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,4.290000,47.950000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,261.760000,44.950000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,127.430000,42.390000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,213.300000,66.000000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,51.370000,66.360000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,253.640000,88.040000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,352.110000,-29.140000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,238.780000,23.050000,3.201,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,165.650000,-33.550000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,24.720000,-66.270000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,67.990000,-82.430000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,187.460000,11.880000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,275.130000,4.990000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,223.000000,-55.150000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,283.070000,56.220000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,347.340000,9.890000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,307.810000,63.870000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,56.480000,-63.410000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,205.350000,-87.920000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,286.420000,37.220000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,191.690000,-69.100000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,173.160000,-74.780000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,122.830000,-61.290000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,292.700000,41.510000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,214.770000,12.600000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,141.040000,48.960000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,323.510000,-73.210000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,294.180000,34.730000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,305.050000,-40.980000,3.201,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,248.120000,20.730000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,15.390000,4.950000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,218.860000,-58.030000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,30.530000,60.540000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,62.400000,-87.010000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,206.470000,-87.510000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,354.740000,62.230000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,39.210000,16.630000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,231.880000,-65.510000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,104.750000,-35.720000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,269.820000,-18.750000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,259.090000,-63.300000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,324.560000,-80.870000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,358.230000,-72.530000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,252.100000,76.270000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,258.170000,-27.110000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,268.440000,-33.280000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,174.910000,-49.630000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,229.580000,32.860000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,324.450000,24.840000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,351.520000,75.780000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,202.790000,-56.830000,3.201,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,130.260000,-46.290000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,25.930000,56.530000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,141.800000,28.370000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,9.870000,-69.190000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,242.140000,-80.580000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,10.610000,-54.970000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,287.280000,66.840000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,244.150000,-62.280000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,133.220000,-18.670000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,206.490000,-58.650000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,355.960000,22.690000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,113.630000,-55.310000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,91.500000,46.280000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,181.570000,-56.770000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,275.840000,-42.670000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,266.310000,-82.410000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44.980000,13.440000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,223.850000,-80.090000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,334.920000,-25.120000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,270.190000,88.240000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,281.660000,-16.910000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,261.330000,48.960000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,101.200000,-73.000000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,53.270000,47.170000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,9.540000,-2.540000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,222.010000,25.070000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,263.550000,68.410000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,236.620000,33.450000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,33.890000,60.850000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,267.360000,-68.100000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,109.030000,-13.650000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,170.900000,67.530000,3.2,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,344.970000,-20.390000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,163.240000,16.790000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,237.710000,-55.540000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,100.380000,32.460000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,3.250000,0.230000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,198.320000,14.030000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,217.590000,-43.840000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,313.060000,26.120000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,16.730000,-26.150000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,300.600000,24.870000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,336.670000,77.570000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,16.940000,52.340000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,313.410000,-47.240000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,38.080000,-1.110000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,162.950000,-67.650000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,220.020000,13.620000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,101.290000,-68.810000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,58.760000,-57.240000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,344.430000,-71.550000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,130.300000,-43.970000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,28.370000,18.050000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,290.640000,21.090000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,89.110000,26.980000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,35.780000,25.930000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,22.650000,-38.210000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,301.720000,9.220000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44.990000,22.930000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224.460000,-41.200000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,12.130000,7.180000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,20.000000,78.000000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,140.070000,78.030000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,264.340000,80.060000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,284.810000,24.100000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,93.480000,30.580000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,302.350000,65.530000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,83.420000,37.840000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,48.690000,-31.620000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,90.160000,51.260000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,99.830000,67.010000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,329.700000,-52.230000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,311.770000,54.520000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,298.040000,86.240000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,180.510000,41.140000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,211.180000,-10.160000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,282.050000,-79.410000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,285.120000,16.460000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,112.390000,-75.460000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,15.860000,77.130000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,247.530000,24.950000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,339.400000,82.360000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,183.470000,-15.470000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,31.740000,-43.360000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136.210000,55.090000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,28.880000,-59.280000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,321.750000,-16.040000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,186.820000,-77.900000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,236.090000,-71.590000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,1.560000,-46.590000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,95.230000,38.010000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,49.100000,-21.230000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,115.170000,-34.950000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,185.440000,28.240000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,151.910000,-77.050000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,266.580000,-19.800000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,61.450000,52.650000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,148.520000,-28.250000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,59.790000,77.000000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,47.260000,17.100000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,2.930000,-36.820000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,178.800000,-86.020000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,106.870000,-26.920000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,39.140000,-21.940000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,227.610000,-78.280000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,204.280000,85.300000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,221.150000,-16.360000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,170.220000,82.410000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,303.490000,-12.710000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,152.960000,-54.800000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,330.630000,77.450000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,8.500000,45.010000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,158.570000,45.620000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,312.840000,83.080000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,3.310000,28.410000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,201.980000,-66.990000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,80.850000,53.950000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,251.920000,51.080000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,247.190000,56.300000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,318.660000,14.710000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,358.330000,-2.160000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,258.200000,48.840000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,270.270000,-80.330000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,286.540000,-39.680000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,199.010000,-80.000000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,259.680000,-19.670000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,0.550000,60.570000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,33.620000,-85.230000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,250.890000,21.020000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,184.360000,22.640000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,86.030000,-58.650000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,207.900000,22.490000,6.4,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,46,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,46,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,134,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,134,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,226,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,226,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316,34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316,37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,44,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,46,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,46,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,134,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,134,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,136,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,224,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,226,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,226,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,314,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316,-34,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,316,-37,6,1,0); select count(*) from test where q3c_ellipse_query(ra,dec,-45,-6,1,1,0);q3c-2.0.1/sql/errors.sql000066400000000000000000000052161453620405500150440ustar00rootroot00000000000000SELECT * FROM test_small WHERE q3c_poly_query(ra, dec, '((1.000000,0.000000), (0.998210,0.059804), (0.992847,0.119394), (0.983930,0.178557), (0.971490,0.237080), (0.955573,0.294755), (0.936235,0.351375), (0.913545,0.406737), (0.887586,0.460642), (0.858449,0.512899), (0.826239,0.563320), (0.791071,0.611724), (0.753071,0.657939), (0.712376,0.701798), (0.669131,0.743145), (0.623490,0.781831), (0.575617,0.817719), (0.525684,0.850680), (0.473869,0.880596), (0.420357,0.907359), (0.365341,0.930874), (0.309017,0.951057), (0.251587,0.967835), (0.193256,0.981148), (0.134233,0.990950), (0.074730,0.997204), (0.014959,0.999888), (-0.044865,0.998993), (-0.104528,0.994522), (-0.163818,0.986491), (-0.222521,0.974928), (-0.280427,0.959875), (-0.337330,0.941386), (-0.393025,0.919528), (-0.447313,0.894377), (-0.500000,0.866025), (-0.550897,0.834573), (-0.599822,0.800134), (-0.646600,0.762830), (-0.691063,0.722795), (-0.733052,0.680173), (-0.772417,0.635116), (-0.809017,0.587785), (-0.842721,0.538351), (-0.873408,0.486989), (-0.900969,0.433884), (-0.925304,0.379225), (-0.946327,0.323210), (-0.963963,0.266037), (-0.978148,0.207912), (-0.988831,0.149042), (-0.995974,0.089639), (-0.999552,0.029915), (-0.999552,-0.029915), (-0.995974,-0.089639), (-0.988831,-0.149042), (-0.978148,-0.207912), (-0.963963,-0.266037), (-0.946327,-0.323210), (-0.925304,-0.379225), (-0.900969,-0.433884), (-0.873408,-0.486989), (-0.842721,-0.538351), (-0.809017,-0.587785), (-0.772417,-0.635116), (-0.733052,-0.680173), (-0.691063,-0.722795), (-0.646600,-0.762830), (-0.599822,-0.800134), (-0.550897,-0.834573), (-0.500000,-0.866025), (-0.447313,-0.894377), (-0.393025,-0.919528), (-0.337330,-0.941386), (-0.280427,-0.959875), (-0.222521,-0.974928), (-0.163818,-0.986491), (-0.104528,-0.994522), (-0.044865,-0.998993), (0.014959,-0.999888), (0.074730,-0.997204), (0.134233,-0.990950), (0.193256,-0.981148), (0.251587,-0.967835), (0.309017,-0.951057), (0.365341,-0.930874), (0.420357,-0.907359), (0.473869,-0.880596), (0.525684,-0.850680), (0.575617,-0.817719), (0.623490,-0.781831), (0.669131,-0.743145), (0.712376,-0.701798), (0.753071,-0.657939), (0.791071,-0.611724), (0.826239,-0.563320), (0.858449,-0.512899), (0.887586,-0.460642), (0.913545,-0.406737), (0.936235,-0.351375), (0.955573,-0.294755), (0.971490,-0.237080), (0.983930,-0.178557), (0.992847,-0.119394), (0.998210,-0.059804))'::polygon); SELECT * FROM test_small WHERE q3c_poly_query(ra, dec, ARRAY[1,2,3,4,5,6,7]); SELECT * FROM test_small WHERE q3c_poly_query(ra, dec, ARRAY[1,2,3,4]); SELECT * FROM test_small WHERE q3c_poly_query(ra, dec, '((1,2),(3,4))'::polygon); SELECT * FROM test_small WHERE q3c_poly_query(ra, dec, '((0,0),(90,0),(45,89))'::polygon); q3c-2.0.1/sql/join.sql000066400000000000000000000007441453620405500144700ustar00rootroot00000000000000select count(*) from test1 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.002); select count(*) from test1 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.004); select count(*) from test1 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec, 0.0100115); -- shift to avoid numerical issues select count(*) from test1 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.0200015); select count(*) from test1 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.042); q3c-2.0.1/sql/join_ellipse.sql000066400000000000000000000007741453620405500162100ustar00rootroot00000000000000select count(*) from test1 as a, test as b where q3c_ellipse_join(a.ra,a.dec,b.ra,b.dec,0.002,1,0); select count(*) from test1 as a, test as b where q3c_ellipse_join(a.ra,a.dec,b.ra,b.dec,0.004,1,0); select count(*) from test1 as a, test as b where q3c_ellipse_join(a.ra,a.dec,b.ra,b.dec,0.0100115,1,0); select count(*) from test1 as a, test as b where q3c_ellipse_join(a.ra,a.dec,b.ra,b.dec,0.0200015,1,0); select count(*) from test1 as a, test as b where q3c_ellipse_join(a.ra,a.dec,b.ra,b.dec,0.042,1,0); q3c-2.0.1/sql/join_pm1.sql000066400000000000000000000021061453620405500152370ustar00rootroot00000000000000select count(*) from test_pm0 as a, test as b where q3c_join (a.ra,a.dec,b.ra,b.dec,0.002); select count(*) from test_pm0 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.004); select count(*) from test_pm0 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.01); select count(*) from test_pm0 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.02); select count(*) from test_pm0 as a, test as b where q3c_join(a.ra,a.dec,b.ra,b.dec,0.042); select count(*) from test_pm0 as a, test as b where q3c_join_pm (a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.002); select count(*) from test_pm0 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.004); select count(*) from test_pm0 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.01); select count(*) from test_pm0 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.02); select count(*) from test_pm0 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.042); q3c-2.0.1/sql/join_pm2.sql000066400000000000000000000061041453620405500152420ustar00rootroot00000000000000select count(*) from test_pm1 as a, test as b where q3c_join ( a.ra+a.pmra/3600/1000/cos(radians(a.dec))*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.002); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000/cos(radians(a.dec))*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.004); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000/cos(radians(a.dec))*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.01); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000/cos(radians(a.dec))*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.02); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000/cos(radians(a.dec))*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.042); select count(*) from test_pm1 as a, test as b where q3c_join_pm (a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.002); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.004); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.01); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.02); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,1,a.epoch,b.ra,b.dec,2000,100,0.042); select count(*) from test_pm1 as a, test as b where q3c_join ( a.ra+a.pmra/3600/1000*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.002); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.004); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.01); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.02); select count(*) from test_pm1 as a, test as b where q3c_join( a.ra+a.pmra/3600/1000*(2000-epoch), a.dec+a.pmdec/3600/1000*(2000-epoch), b.ra,b.dec,0.042); select count(*) from test_pm1 as a, test as b where q3c_join_pm (a.ra,a.dec,a.pmra,a.pmdec,0,a.epoch,b.ra,b.dec,2000,100,0.002); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,0,a.epoch,b.ra,b.dec,2000,100,0.004); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,0,a.epoch,b.ra,b.dec,2000,100,0.01); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,0,a.epoch,b.ra,b.dec,2000,100,0.02); select count(*) from test_pm1 as a, test as b where q3c_join_pm(a.ra,a.dec,a.pmra,a.pmdec,0,a.epoch,b.ra,b.dec,2000,100,0.042); q3c-2.0.1/sql/misc.sql000066400000000000000000000011331453620405500144550ustar00rootroot00000000000000select round(q3c_dist(1,2,3,4)::numeric,10); select round(q3c_dist(null,null,3,4)::numeric,10); select round(q3c_sindist(1,2,3,4)::numeric,10); select round(q3c_sindist(null,null,3,4)::numeric,10); select round(q3c_dist_pm(1,2,3,4,1,2000,1,0,2005)::numeric,10); select round(q3c_sindist_pm(1,2,3,4,1,2000,1,0,2005)::numeric,10); select round(q3c_dist_pm(1,2,3,4,1,2000,null,0,2005)::numeric,10); select round(q3c_sindist_pm(1,2,3,4,1,2000,null,0,2005)::numeric,10); select round(q3c_dist_pm(1,2,3,null,1,2000,0,0,2005)::numeric,10); select round(q3c_sindist_pm(1,2,3,null,1,2000,0,0,2005)::numeric,10); q3c-2.0.1/sql/poly.sql000066400000000000000000073155231453620405500145270ustar00rootroot00000000000000select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.225000,-10.628000,91.210000,-3.760000,87.365000,-6.677000,83.852000,-10.153000,88.975000,-12.733000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.093000,17.016000,99.358000,17.949000,98.150000,9.817000,101.381000,16.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.665000,-63.535000,215.521000,-65.578000,233.040000,-74.264000,250.285000,-76.989000,236.457000,-71.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.798000,-13.470000,356.925000,-10.324000,352.644000,-11.209000,352.927000,-7.031000,344.512000,-10.158000,349.892000,-14.465000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.083000,14.991000,297.423000,9.138000,306.213000,15.017000,298.510000,23.884000,295.355000,20.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.006000,3.078000,179.904000,4.429000,177.188000,1.546000,171.611000,3.884000,174.699000,-3.762000,179.101000,-1.027000,184.294000,-4.983000,183.270000,-2.036000,185.106000,-2.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.850000,-34.809000,223.432000,-36.884000,226.249000,-40.291000,229.186000,-38.935000,230.360000,-29.473000,230.303000,-30.413000,228.901000,-31.487000,228.877000,-31.511000,226.756000,-32.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.956000,65.961000,201.545000,60.149000,212.339000,58.925000,216.358000,60.575000,220.497000,67.137000,218.581000,67.203000,213.644000,68.577000,213.982000,67.894000,210.164000,66.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.252000,10.474000,246.980000,4.748000,250.319000,13.913000,241.583000,12.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.731000,8.312000,6.339000,7.341000,3.077000,6.508000,357.994000,5.337000,356.174000,-1.495000,359.209000,-3.826000,1.889000,-1.110000,2.607000,0.540000,6.787000,-0.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.470000,1.761000,175.846000,5.896000,175.510000,6.042000,174.701000,-6.468000,180.712000,-9.139000,181.915000,-0.351000,184.011000,0.849000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.470000,72.241000,125.686000,66.335000,113.641000,63.637000,130.176000,63.778000,131.581000,63.473000,138.713000,62.758000,143.109000,60.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.124000,20.711000,177.500000,32.598000,169.530000,34.745000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.589000,62.330000,146.753000,67.124000,160.127000,65.765000,156.806000,71.127000,142.589000,69.281000,139.374000,72.840000,137.788000,75.138000,115.404000,67.807000,137.762000,67.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.814000,-51.072000,259.625000,-41.542000,261.212000,-38.626000,258.423000,-39.900000,255.680000,-40.402000,253.719000,-40.605000,253.596000,-40.748000,252.270000,-42.575000,248.458000,-41.925000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.255000,-28.701000,187.607000,-27.433000,190.392000,-18.792000,183.601000,-19.935000,179.133000,-19.108000,179.713000,-21.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.122000,-0.887000,173.876000,-2.492000,172.973000,-6.706000,177.545000,-9.372000,176.763000,-12.131000,179.503000,-11.552000,181.421000,-5.508000,177.816000,-1.262000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.772000,43.585000,147.235000,39.114000,145.478000,42.857000,148.636000,51.616000,138.625000,49.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.750000,75.116000,320.881000,71.999000,325.420000,81.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.526000,24.104000,154.457000,15.702000,155.587000,16.681000,156.596000,15.168000,155.165000,22.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.266000,-5.750000,2.231000,1.823000,4.996000,5.306000,359.217000,6.572000,349.629000,7.580000,350.671000,-0.401000,350.934000,-0.867000,356.243000,-1.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.148000,30.791000,358.526000,28.594000,355.690000,37.864000,356.621000,41.468000,351.484000,33.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.386000,-0.045000,179.371000,-1.045000,186.134000,-1.835000,180.420000,8.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.540000,4.268000,262.998000,-0.062000,265.996000,-3.353000,266.962000,-1.384000,270.846000,0.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.609000,-16.517000,173.145000,-8.678000,169.333000,-7.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.921000,62.484000,295.664000,66.792000,273.277000,60.938000,285.892000,56.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.431000,-13.422000,183.452000,-17.870000,179.926000,-9.864000,186.308000,-27.576000,191.610000,-21.022000,191.430000,-14.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.395000,10.068000,342.777000,3.966000,343.110000,11.170000,337.662000,13.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.251000,-14.451000,254.259000,-25.475000,262.240000,-22.557000,260.956000,-26.996000,263.784000,-25.568000,265.887000,-30.064000,266.194000,-16.358000,265.552000,-14.819000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.641000,6.623000,346.679000,0.971000,353.300000,1.305000,356.684000,5.149000,358.645000,7.906000,348.387000,12.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.694000,2.025000,19.706000,-0.649000,23.900000,-4.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.972000,36.821000,261.941000,25.449000,276.134000,22.955000,278.571000,31.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.142000,46.779000,307.558000,41.820000,299.864000,56.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.663000,28.081000,276.726000,25.933000,285.877000,20.916000,282.780000,28.095000,284.019000,28.057000,286.016000,28.487000,280.710000,36.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.339000,-15.111000,8.996000,-16.302000,22.604000,-19.670000,21.142000,-13.826000,21.495000,-8.003000,18.611000,-9.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.739000,-46.502000,189.091000,-40.095000,175.020000,-36.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.546000,-12.721000,327.146000,-11.219000,322.230000,-12.301000,320.066000,-12.499000,323.314000,-12.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.813000,-13.729000,168.522000,-12.016000,160.516000,-9.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.383000,-61.657000,216.283000,-57.175000,215.838000,-61.280000,220.055000,-62.161000,222.138000,-54.790000,228.027000,-53.764000,228.906000,-51.369000,205.624000,-56.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.301000,1.395000,181.334000,6.843000,174.984000,5.982000,172.014000,7.406000,171.136000,6.702000,172.741000,-0.132000,173.382000,-0.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.040000,-5.563000,359.355000,1.595000,354.716000,7.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.902000,7.778000,15.291000,-0.233000,23.635000,-2.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.581000,45.536000,75.606000,33.566000,77.715000,45.140000,73.818000,45.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.126000,-7.327000,185.124000,-8.881000,191.253000,-11.807000,191.001000,-4.098000,185.424000,-1.590000,184.187000,-3.153000,182.249000,-3.058000,178.697000,-6.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.557000,69.843000,19.950000,67.501000,31.838000,63.572000,36.186000,59.994000,45.624000,56.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.301000,-4.726000,270.895000,0.794000,262.424000,-6.571000,259.560000,-10.059000,271.929000,-11.600000,273.237000,-13.056000,269.301000,-6.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.504000,-31.505000,18.045000,-25.412000,21.923000,-20.499000,13.779000,-18.058000,12.453000,-15.608000,8.498000,-24.990000,7.960000,-26.042000,11.002000,-24.847000,9.965000,-32.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.810000,30.887000,333.857000,31.839000,329.463000,28.286000,331.535000,27.779000,332.007000,25.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.842000,-27.463000,272.010000,-27.021000,267.067000,-25.428000,269.535000,-24.894000,268.467000,-23.038000,263.167000,-16.454000,258.752000,-17.089000,260.477000,-23.862000,256.174000,-24.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.009000,-52.995000,210.503000,-54.120000,204.460000,-50.279000,199.406000,-54.460000,198.888000,-57.765000,211.443000,-59.562000,218.002000,-62.822000,216.700000,-57.816000,219.299000,-54.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.948000,-40.057000,302.352000,-42.253000,294.911000,-32.487000,293.014000,-30.406000,291.449000,-31.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.296000,-13.621000,21.955000,-22.365000,26.554000,-23.449000,31.066000,-23.287000,31.350000,-17.010000,34.482000,-15.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.991000,-35.602000,184.876000,-36.013000,185.309000,-36.519000,188.923000,-37.341000,192.161000,-37.792000,193.919000,-43.206000,197.835000,-38.037000,201.929000,-30.863000,187.626000,-33.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.119000,-44.994000,179.074000,-39.734000,183.157000,-39.786000,177.332000,-37.283000,175.964000,-36.609000,160.592000,-39.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.426000,-64.498000,218.632000,-57.165000,219.043000,-65.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.857000,38.881000,178.269000,40.802000,179.259000,47.313000,175.672000,53.382000,172.783000,50.297000,166.941000,46.190000,168.409000,44.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.358000,-56.236000,294.947000,-63.749000,284.292000,-51.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.274000,-45.178000,39.336000,-47.189000,40.322000,-45.240000,25.677000,-41.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.546000,36.109000,279.217000,29.840000,282.311000,35.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.692000,73.605000,186.541000,69.063000,176.083000,73.843000,181.074000,73.581000,189.202000,74.593000,185.769000,78.844000,166.293000,76.925000,130.021000,80.409000,139.562000,69.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.481000,5.805000,95.996000,5.333000,97.412000,7.565000,102.494000,10.098000,101.654000,11.995000,103.382000,14.406000,100.479000,13.295000,97.536000,18.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.519000,-1.789000,178.613000,-3.122000,174.067000,-5.234000,177.835000,-7.330000,182.307000,-6.864000,188.827000,-12.290000,189.474000,-7.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.855000,64.294000,52.990000,62.615000,49.327000,64.504000,34.949000,74.228000,25.984000,72.555000,33.317000,59.813000,36.901000,55.527000,40.658000,60.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.502000,-3.298000,356.380000,-3.177000,356.618000,-13.161000,357.123000,-11.194000,0.093000,-10.060000,359.464000,-7.547000,0.261000,-7.529000,6.258000,-7.890000,2.765000,-4.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.333000,11.281000,13.356000,14.010000,6.249000,18.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.583000,24.027000,331.854000,26.490000,334.657000,22.179000,333.219000,13.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.802000,-19.541000,359.709000,-14.359000,1.167000,-16.480000,3.069000,-21.707000,0.385000,-25.090000,5.587000,-21.175000,7.051000,-21.869000,12.406000,-23.921000,5.806000,-20.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.448000,79.814000,291.919000,82.634000,297.314000,83.943000,277.444000,85.066000,228.418000,79.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.615000,57.087000,246.500000,69.349000,246.084000,69.480000,242.578000,68.504000,242.126000,62.390000,233.184000,58.485000,236.338000,56.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.413000,3.822000,327.327000,2.915000,327.219000,-0.498000,331.955000,-2.530000,333.722000,0.800000,334.763000,-0.343000,338.871000,2.262000,335.551000,4.701000,334.161000,3.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.596000,3.079000,324.940000,-2.209000,331.359000,0.387000,335.593000,-1.406000,338.791000,-0.893000,333.030000,4.128000,334.909000,12.543000,331.941000,7.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.438000,12.170000,340.042000,16.512000,331.953000,20.008000,332.503000,25.722000,330.992000,21.674000,327.514000,17.592000,328.130000,16.857000,325.336000,15.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.272000,32.295000,311.607000,29.126000,302.380000,40.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.770000,5.050000,1.760000,6.453000,353.739000,7.266000,2.725000,-2.434000,5.169000,1.589000,3.034000,4.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.725000,12.046000,349.637000,14.695000,345.727000,13.329000,344.901000,1.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.316000,10.002000,163.677000,7.787000,168.460000,-0.517000,170.067000,2.375000,177.707000,2.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.932000,1.893000,356.605000,-1.743000,358.110000,-2.741000,0.103000,-8.590000,0.690000,-9.745000,3.915000,-7.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.358000,-8.048000,254.711000,-16.633000,258.653000,-18.331000,256.712000,-13.114000,256.775000,-7.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.636000,36.490000,311.247000,33.768000,306.753000,30.688000,304.430000,27.089000,306.096000,24.835000,314.291000,26.319000,316.192000,25.615000,316.687000,29.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.102000,-1.343000,143.873000,-9.129000,147.479000,-3.877000,146.132000,-10.291000,148.968000,-8.175000,148.161000,-3.626000,148.941000,-5.949000,153.568000,-1.263000,154.821000,1.245000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.839000,-12.975000,168.200000,-22.939000,173.051000,-11.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.226000,51.904000,99.570000,50.440000,99.513000,50.349000,101.104000,50.213000,95.442000,45.423000,114.181000,57.290000,105.206000,52.649000,97.966000,53.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.719000,51.445000,182.047000,47.197000,186.806000,38.141000,198.602000,41.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.512000,16.486000,349.429000,10.343000,347.719000,20.886000,347.232000,21.210000,346.667000,20.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.610000,-14.089000,0.240000,-20.793000,0.870000,-22.266000,8.801000,-22.837000,12.274000,-8.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.214000,-51.014000,332.961000,-40.105000,332.482000,-42.451000,333.465000,-46.201000,331.293000,-45.660000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.981000,-54.451000,339.218000,-58.238000,331.717000,-54.249000,332.708000,-49.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.789000,77.615000,77.326000,79.817000,84.300000,77.265000,105.919000,83.231000,122.880000,84.323000,96.370000,85.068000,88.411000,85.337000,45.425000,85.073000,358.643000,79.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.072000,16.261000,12.410000,12.233000,14.774000,17.038000,13.827000,18.217000,19.239000,24.612000,10.501000,23.416000,2.561000,19.150000,2.509000,18.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.780000,-70.849000,72.566000,-76.307000,87.823000,-71.033000,85.489000,-67.328000,82.724000,-66.230000,63.140000,-63.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.074000,-16.478000,255.757000,-19.723000,253.026000,-13.426000,253.263000,-11.428000,250.150000,-9.768000,249.697000,-10.764000,249.249000,-12.207000,241.838000,-11.395000,248.811000,-13.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.970000,43.064000,283.759000,40.717000,266.848000,53.668000,270.825000,50.501000,267.862000,49.608000,268.300000,49.138000,265.205000,48.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.270000,-22.643000,174.135000,-27.904000,174.109000,-28.145000,179.184000,-34.012000,179.479000,-28.435000,184.225000,-24.968000,178.020000,-22.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.600000,35.184000,311.630000,34.767000,318.080000,39.574000,322.420000,39.286000,314.382000,45.717000,308.219000,43.753000,304.308000,42.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.460000,1.407000,350.874000,-5.451000,359.716000,-2.104000,0.531000,-0.632000,359.592000,8.607000,358.816000,5.287000,356.411000,2.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.954000,-28.741000,67.405000,-30.423000,66.934000,-32.309000,69.727000,-38.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.805000,26.715000,216.711000,23.775000,221.788000,22.696000,228.203000,25.431000,229.518000,25.281000,236.105000,29.336000,234.464000,29.413000,232.243000,34.347000,226.030000,30.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.085000,25.970000,237.742000,30.541000,231.043000,32.333000,222.481000,28.570000,227.177000,25.726000,231.028000,25.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.629000,-49.519000,205.250000,-52.597000,207.080000,-36.660000,201.782000,-38.737000,201.592000,-43.258000,201.333000,-42.950000,201.407000,-43.156000,199.690000,-43.215000,199.210000,-44.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.184000,-5.546000,4.344000,2.287000,357.822000,12.214000,355.996000,3.614000,349.901000,4.130000,354.385000,-1.471000,353.059000,-4.741000,358.459000,1.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.589000,59.249000,289.504000,64.336000,287.959000,65.593000,301.985000,68.543000,276.902000,67.505000,270.811000,75.452000,255.488000,63.547000,266.518000,64.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.759000,-16.280000,9.299000,-16.914000,22.082000,-16.545000,26.707000,-12.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.592000,-12.360000,279.529000,-14.243000,278.989000,-23.010000,284.959000,-19.055000,284.951000,-21.966000,289.775000,-17.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.148000,-5.260000,207.624000,-5.722000,205.715000,-5.503000,205.234000,-4.934000,202.632000,-6.907000,200.231000,-14.096000,210.758000,-8.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.561000,-16.966000,52.646000,-13.141000,54.842000,-12.052000,57.722000,-4.358000,48.891000,0.899000,45.760000,-3.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.709000,-33.675000,230.513000,-22.228000,232.976000,-28.408000,230.325000,-32.447000,224.789000,-35.965000,227.760000,-37.119000,227.924000,-38.381000,234.277000,-32.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.297000,-2.535000,23.524000,5.103000,16.312000,-0.463000,12.457000,4.868000,14.491000,-1.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.124000,2.323000,359.211000,0.214000,355.033000,-2.725000,6.074000,-7.891000,6.719000,-4.731000,8.232000,0.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.926000,-11.673000,229.627000,-11.809000,224.425000,-13.749000,222.623000,-14.611000,217.494000,-20.931000,225.061000,-16.360000,226.025000,-19.206000,227.980000,-20.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.307000,33.769000,11.474000,26.770000,11.967000,35.530000,4.718000,41.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.350000,-30.111000,112.068000,-23.684000,121.312000,-25.668000,106.243000,-23.018000,107.316000,-30.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.188000,-31.114000,195.063000,-37.859000,199.456000,-32.186000,193.090000,-23.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.609000,-14.825000,200.891000,-9.728000,196.824000,-8.977000,199.000000,-4.620000,188.078000,-12.163000,188.345000,-16.628000,186.716000,-19.509000,192.684000,-18.022000,192.980000,-12.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.516000,35.044000,96.802000,33.726000,106.353000,28.650000,106.999000,28.686000,108.527000,31.607000,108.136000,34.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.559000,-34.087000,188.527000,-35.536000,187.770000,-32.938000,190.949000,-31.973000,183.262000,-22.611000,183.990000,-26.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.492000,-71.257000,161.362000,-69.593000,182.890000,-69.459000,154.343000,-63.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.789000,-1.724000,165.330000,1.195000,159.751000,-2.223000,164.732000,-6.999000,168.322000,-9.655000,165.540000,-2.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.424000,-12.671000,187.726000,-5.112000,194.247000,-8.845000,193.039000,-4.712000,191.012000,1.802000,182.378000,5.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.535000,31.979000,179.179000,24.362000,182.025000,24.387000,190.168000,19.989000,189.483000,24.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.741000,-44.623000,314.284000,-49.981000,318.402000,-46.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.234000,18.912000,145.282000,18.452000,145.436000,17.248000,143.512000,14.845000,147.211000,7.378000,146.090000,14.010000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.793000,-26.554000,177.914000,-29.415000,177.565000,-27.566000,174.983000,-22.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.337000,-21.999000,8.160000,-21.599000,11.578000,-16.576000,2.686000,-19.237000,2.185000,-17.891000,354.433000,-18.350000,355.862000,-24.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.735000,13.428000,55.419000,27.554000,56.578000,23.216000,55.091000,20.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.704000,-29.666000,143.731000,-29.472000,147.116000,-33.060000,149.189000,-36.979000,154.222000,-34.654000,155.495000,-26.502000,152.650000,-23.821000,151.063000,-20.349000,150.042000,-19.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.949000,41.024000,128.087000,43.621000,119.177000,54.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.159000,-47.307000,21.351000,-43.705000,30.623000,-41.984000,24.992000,-38.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.603000,-7.031000,96.683000,-12.187000,95.464000,-18.758000,96.318000,-23.136000,99.119000,-22.473000,102.388000,-20.315000,105.941000,-17.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.399000,-50.945000,288.770000,-56.543000,298.455000,-48.609000,294.150000,-48.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.910000,5.879000,265.726000,-4.490000,269.199000,-0.972000,274.951000,2.150000,271.040000,3.590000,273.669000,5.751000,271.619000,8.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.160000,-11.276000,174.800000,-8.837000,177.763000,-8.962000,181.731000,-6.401000,176.804000,2.989000,175.970000,-2.417000,174.638000,-1.394000,170.995000,0.915000,171.785000,-6.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.923000,12.708000,341.016000,3.116000,350.183000,17.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.210000,-3.993000,190.202000,3.887000,182.547000,3.005000,173.227000,3.273000,180.707000,1.806000,175.084000,-0.246000,176.283000,-0.745000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.442000,5.839000,11.872000,9.031000,9.523000,14.896000,5.550000,9.762000,5.138000,7.822000,3.827000,6.110000,2.991000,3.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.519000,0.245000,135.348000,4.181000,143.845000,-0.349000,142.117000,4.656000,140.208000,5.435000,138.054000,5.491000,134.700000,12.452000,130.075000,12.501000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.224000,-8.478000,353.049000,3.214000,349.342000,4.101000,339.783000,3.747000,340.569000,2.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.585000,4.394000,357.604000,0.600000,356.843000,3.061000,355.916000,14.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.222000,46.221000,178.282000,49.042000,174.443000,47.317000,161.763000,43.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.654000,-49.848000,282.743000,-47.143000,290.511000,-49.907000,285.235000,-45.950000,285.142000,-45.164000,285.539000,-44.611000,279.583000,-40.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.027000,-42.274000,313.100000,-45.208000,311.756000,-44.893000,309.663000,-40.004000,308.936000,-47.194000,307.434000,-48.447000,316.041000,-54.438000,313.696000,-48.308000,314.043000,-48.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.077000,15.931000,38.206000,19.836000,36.361000,22.466000,27.944000,18.740000,35.565000,15.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.959000,27.792000,27.835000,27.334000,31.089000,24.212000,37.764000,31.030000,29.697000,34.731000,20.877000,35.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.578000,-3.341000,354.987000,-1.835000,1.066000,-3.533000,356.349000,-0.142000,0.620000,6.420000,355.394000,8.763000,351.789000,6.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.001000,15.020000,303.142000,10.821000,307.028000,12.570000,305.942000,10.890000,311.790000,9.960000,313.324000,15.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.462000,20.628000,296.804000,16.722000,298.979000,16.952000,300.106000,25.391000,293.989000,26.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.272000,36.636000,191.346000,35.537000,188.240000,35.353000,184.561000,32.017000,191.152000,32.405000,190.987000,30.802000,194.579000,25.699000,196.809000,25.794000,200.766000,33.566000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.186000,-4.925000,170.818000,-0.809000,166.508000,-6.289000,165.464000,-5.770000,164.421000,-6.682000,159.551000,-9.579000,161.685000,-16.291000,163.895000,-13.696000,173.276000,-9.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.526000,11.009000,19.200000,15.438000,18.438000,18.887000,14.974000,11.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.401000,-33.351000,242.978000,-34.513000,244.576000,-32.526000,237.669000,-28.203000,237.533000,-32.515000,237.405000,-32.710000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.354000,15.618000,359.258000,14.749000,5.054000,11.875000,8.507000,22.453000,3.495000,19.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.038000,18.334000,93.493000,19.067000,93.060000,19.872000,92.270000,16.614000,92.058000,13.352000,94.967000,11.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.002000,-1.013000,20.694000,-1.262000,18.438000,-2.108000,16.026000,-3.226000,18.392000,-3.233000,22.313000,-4.599000,22.687000,-8.431000,28.490000,-5.112000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.751000,-21.415000,22.288000,-15.830000,21.393000,-23.303000,20.806000,-27.514000,26.075000,-33.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.109000,-11.281000,174.691000,-15.116000,181.410000,-21.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.183000,14.482000,127.679000,18.471000,125.294000,27.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.885000,-11.295000,270.126000,-9.809000,265.439000,-10.686000,263.552000,-9.204000,263.712000,-20.720000,268.244000,-16.842000,273.271000,-17.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.747000,-37.705000,351.471000,-37.772000,348.831000,-29.250000,345.642000,-31.509000,343.266000,-30.494000,339.531000,-34.753000,344.909000,-35.939000,342.997000,-38.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.064000,-30.858000,286.740000,-27.372000,288.851000,-23.562000,287.865000,-17.813000,284.695000,-20.207000,284.331000,-24.068000,283.482000,-24.953000,282.831000,-33.249000,285.262000,-35.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.958000,-0.792000,204.093000,-1.686000,203.408000,-3.399000,214.128000,-4.408000,215.405000,-3.576000,210.407000,2.615000,207.838000,0.181000,207.666000,2.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.373000,3.846000,175.084000,6.489000,175.041000,2.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.165000,10.364000,13.312000,15.347000,8.709000,11.952000,4.602000,6.900000,11.424000,9.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.910000,-5.872000,284.505000,-8.897000,287.744000,-8.120000,284.293000,-2.916000,281.404000,-2.929000,273.202000,-1.726000,281.276000,-5.033000,280.593000,-6.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.225000,-15.493000,273.434000,-15.986000,274.486000,-13.624000,270.416000,-4.013000,265.204000,-9.239000,267.222000,-11.529000,271.640000,-13.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.068000,-7.609000,3.766000,5.316000,355.878000,3.980000,353.280000,-5.826000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.056000,73.474000,244.569000,75.683000,226.470000,68.026000,211.557000,66.771000,225.390000,59.988000,224.781000,58.979000,229.935000,64.843000,244.872000,65.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.810000,32.690000,228.266000,26.810000,225.395000,26.674000,222.014000,22.322000,226.577000,21.392000,234.100000,20.448000,236.712000,19.183000,237.843000,22.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.221000,-4.278000,122.123000,-3.191000,117.748000,-1.838000,117.077000,-1.858000,116.023000,-6.158000,118.266000,-11.410000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.844000,47.274000,322.465000,43.770000,324.810000,39.482000,326.432000,36.314000,332.214000,34.053000,338.942000,44.557000,337.061000,45.400000,333.970000,44.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.988000,-9.957000,13.850000,-3.395000,13.622000,-3.056000,20.807000,-0.235000,13.964000,1.457000,7.576000,1.241000,7.469000,-11.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.488000,-25.281000,305.805000,-24.109000,305.705000,-23.471000,306.397000,-19.955000,306.629000,-16.615000,300.180000,-16.749000,302.165000,-20.737000,302.053000,-23.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.753000,-1.465000,173.452000,-2.324000,181.841000,-4.561000,186.210000,-7.473000,188.356000,2.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.386000,-38.010000,29.214000,-28.710000,25.810000,-27.491000,21.933000,-31.971000,21.827000,-29.693000,17.801000,-36.184000,15.157000,-38.669000,13.726000,-40.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.871000,19.851000,261.199000,13.223000,262.426000,18.721000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.134000,-4.197000,168.624000,-9.737000,162.246000,-10.817000,165.414000,-19.366000,174.696000,-15.889000,174.978000,-14.474000,174.517000,-11.831000,179.386000,-7.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.635000,-56.644000,316.565000,-51.553000,316.563000,-48.413000,306.243000,-46.087000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.606000,-15.531000,163.452000,-13.538000,161.333000,-13.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.652000,-14.089000,188.778000,-12.689000,184.472000,-19.903000,189.197000,-22.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.152000,47.278000,105.156000,48.368000,93.880000,47.540000,97.658000,42.530000,101.477000,42.835000,108.082000,42.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.731000,-51.440000,11.415000,-48.724000,6.351000,-45.869000,352.152000,-49.634000,4.028000,-51.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.056000,0.163000,187.853000,8.404000,179.971000,-5.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.565000,-30.922000,177.933000,-30.427000,187.965000,-41.691000,187.608000,-33.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.663000,33.638000,339.261000,25.141000,347.546000,29.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.454000,37.911000,315.115000,42.462000,313.222000,44.206000,307.514000,48.514000,305.697000,44.519000,303.973000,41.771000,313.520000,37.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.070000,-14.650000,177.912000,-18.329000,179.233000,-19.545000,180.709000,-13.934000,182.381000,-10.550000,180.036000,-11.620000,174.722000,-8.792000,171.885000,-13.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.622000,10.102000,4.244000,6.161000,2.847000,11.027000,359.345000,2.543000,355.950000,2.718000,7.294000,0.410000,7.531000,5.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.304000,-29.337000,19.300000,-25.827000,19.701000,-25.369000,28.054000,-24.161000,14.000000,-20.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.543000,37.100000,351.902000,39.104000,344.936000,37.576000,338.959000,38.391000,343.045000,36.195000,343.841000,32.765000,346.340000,31.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.430000,-6.882000,103.569000,-8.784000,110.367000,-8.759000,113.398000,-5.401000,117.582000,-5.269000,117.520000,-1.990000,115.148000,2.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.849000,-2.702000,219.939000,-1.121000,218.860000,-4.855000,220.630000,-12.490000,223.736000,-12.351000,228.938000,-11.879000,225.361000,-8.286000,233.272000,-8.147000,229.698000,-5.453000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.874000,14.475000,47.611000,18.229000,30.300000,13.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.666000,60.478000,24.373000,58.538000,32.641000,55.504000,30.921000,68.136000,21.605000,64.806000,13.939000,66.365000,13.243000,66.486000,9.026000,58.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.401000,18.456000,6.138000,17.745000,16.681000,8.381000,17.773000,18.219000,16.434000,18.637000,20.040000,20.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.534000,-3.182000,206.273000,-0.525000,195.175000,2.779000,193.553000,3.941000,193.845000,-1.167000,196.637000,-4.233000,189.236000,-5.727000,196.538000,-12.595000,199.517000,-10.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.539000,5.767000,177.965000,12.510000,176.244000,15.421000,165.175000,8.268000,171.751000,6.215000,172.091000,6.264000,168.323000,1.080000,174.393000,3.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.915000,56.265000,354.126000,58.738000,355.713000,47.433000,356.592000,49.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.196000,-5.001000,0.082000,2.791000,350.448000,2.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.958000,32.963000,37.730000,28.245000,30.683000,30.109000,40.308000,18.241000,44.221000,22.630000,47.284000,19.530000,48.404000,22.570000,51.104000,23.627000,44.085000,26.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.361000,-17.630000,8.925000,-20.109000,12.668000,-24.739000,21.001000,-26.942000,17.681000,-21.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.687000,-10.120000,41.529000,-10.709000,45.275000,-9.451000,49.410000,-5.016000,42.747000,-5.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.733000,6.933000,199.105000,0.520000,199.687000,0.675000,209.458000,6.880000,210.201000,8.322000,205.164000,7.552000,204.047000,9.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.770000,-8.623000,23.431000,0.387000,27.385000,-10.121000,30.971000,-14.739000,31.644000,-11.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.681000,-0.251000,153.187000,-3.616000,154.174000,-6.096000,154.119000,-6.958000,156.060000,-10.066000,163.497000,-3.903000,162.269000,-1.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.438000,-21.915000,134.019000,-15.405000,136.518000,-6.380000,132.357000,-9.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.138000,-5.866000,32.484000,9.076000,29.563000,5.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.029000,-37.346000,36.479000,-41.133000,39.062000,-47.985000,44.388000,-39.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.759000,10.004000,251.158000,15.514000,249.590000,16.261000,244.193000,11.880000,246.751000,19.098000,238.150000,7.197000,244.713000,5.860000,247.975000,5.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.352000,-30.526000,314.039000,-23.543000,298.173000,-24.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.306000,-3.955000,4.337000,-9.176000,3.118000,-1.770000,0.090000,2.413000,359.028000,1.064000,352.813000,1.841000,354.928000,-2.704000,3.288000,-10.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.527000,-10.427000,173.520000,-5.134000,171.516000,-9.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.637000,-69.779000,205.505000,-64.677000,194.742000,-65.317000,193.726000,-62.614000,183.749000,-58.780000,181.339000,-60.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.672000,-21.805000,47.364000,-24.235000,48.018000,-23.773000,48.400000,-29.634000,42.511000,-17.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.900000,33.137000,50.377000,20.452000,46.159000,31.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.072000,21.863000,177.769000,21.301000,180.019000,23.338000,182.210000,26.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.132000,1.403000,8.607000,-3.049000,7.815000,-4.207000,5.348000,-3.057000,3.564000,-13.473000,8.476000,-9.175000,9.188000,-7.785000,9.524000,-7.171000,12.898000,-6.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.827000,29.797000,190.874000,20.423000,198.619000,19.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.252000,-40.138000,358.467000,-37.502000,351.448000,-31.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.522000,-52.235000,223.785000,-57.906000,223.334000,-55.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.758000,-34.637000,166.833000,-33.355000,163.681000,-26.663000,158.713000,-28.998000,158.743000,-32.696000,151.096000,-27.899000,150.719000,-30.032000,153.879000,-33.846000,154.196000,-34.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.404000,22.736000,157.247000,23.949000,155.269000,32.615000,149.437000,30.522000,145.969000,28.572000,145.088000,26.818000,145.396000,26.495000,144.011000,22.962000,150.831000,21.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.811000,-40.372000,22.815000,-35.771000,22.265000,-29.916000,13.296000,-31.448000,7.646000,-35.604000,14.210000,-37.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.911000,37.242000,150.919000,36.230000,152.772000,32.623000,147.240000,27.682000,161.384000,23.825000,162.954000,35.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.689000,35.052000,303.904000,35.260000,307.284000,33.948000,317.603000,38.017000,317.575000,38.514000,316.687000,40.158000,310.937000,38.969000,315.718000,43.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.562000,-20.405000,128.709000,-29.580000,128.062000,-32.960000,128.785000,-32.600000,130.669000,-29.355000,132.095000,-34.967000,131.854000,-23.363000,132.016000,-18.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.526000,-10.792000,181.163000,-3.766000,168.110000,-13.713000,168.454000,-14.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.075000,36.167000,118.678000,43.286000,114.714000,42.535000,113.107000,42.138000,114.230000,43.913000,110.669000,42.625000,100.900000,45.195000,101.318000,43.523000,104.269000,41.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.803000,-26.741000,200.525000,-26.387000,206.356000,-31.185000,214.565000,-22.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.854000,-10.264000,356.374000,-4.089000,359.760000,-5.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.484000,5.029000,194.678000,-3.353000,198.374000,-3.015000,201.064000,-8.760000,202.605000,-10.304000,203.369000,-10.446000,205.242000,-11.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.167000,64.757000,295.400000,63.925000,296.530000,59.688000,299.051000,61.960000,302.869000,58.010000,306.726000,58.173000,308.987000,57.580000,314.204000,64.200000,303.481000,65.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.777000,-53.142000,19.554000,-51.723000,13.904000,-55.867000,35.735000,-50.383000,30.205000,-47.984000,23.798000,-48.693000,20.456000,-44.843000,17.212000,-41.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.865000,-13.449000,173.451000,1.557000,177.514000,-4.852000,178.740000,-10.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.800000,-55.359000,354.193000,-53.377000,342.544000,-53.997000,341.930000,-52.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.721000,-9.254000,157.401000,-15.850000,161.055000,-14.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.674000,7.437000,355.063000,8.892000,1.085000,-6.279000,3.125000,4.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.524000,8.703000,179.204000,2.701000,181.042000,1.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.048000,72.034000,9.175000,73.831000,13.669000,72.526000,7.821000,72.465000,355.149000,69.765000,12.259000,70.948000,14.399000,69.327000,13.760000,63.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.250000,7.655000,144.175000,9.343000,135.611000,7.744000,141.563000,8.505000,141.438000,8.285000,142.499000,7.552000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.677000,-1.900000,97.402000,4.009000,91.292000,2.650000,91.761000,2.686000,89.004000,2.271000,90.007000,0.830000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.090000,-47.830000,311.419000,-51.711000,317.701000,-53.435000,321.635000,-55.591000,322.071000,-53.190000,329.186000,-58.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.762000,15.292000,177.959000,14.583000,175.167000,6.277000,180.534000,2.301000,179.429000,8.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.151000,-9.875000,133.235000,-6.631000,129.997000,-11.572000,136.498000,-11.524000,133.700000,-13.424000,139.785000,-18.133000,142.357000,-13.801000,142.724000,-6.699000,139.450000,-3.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.706000,-25.656000,36.940000,-30.962000,46.004000,-22.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.304000,51.580000,41.828000,41.284000,53.439000,42.417000,53.461000,38.285000,56.446000,42.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.355000,-22.426000,346.832000,-27.574000,347.562000,-29.259000,349.941000,-34.289000,353.886000,-30.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.719000,-32.344000,51.480000,-35.001000,54.342000,-32.879000,56.504000,-33.083000,58.279000,-35.358000,56.108000,-31.255000,61.199000,-30.399000,62.691000,-22.769000,57.336000,-22.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.377000,-8.510000,10.071000,-4.880000,6.080000,-3.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.924000,-71.710000,296.153000,-64.687000,286.172000,-66.714000,255.869000,-74.075000,284.333000,-74.162000,292.907000,-72.075000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.308000,51.340000,234.264000,51.569000,240.057000,53.391000,233.515000,57.776000,242.123000,59.052000,243.278000,59.142000,227.292000,63.550000,218.361000,58.308000,224.735000,55.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.824000,38.052000,160.651000,32.791000,182.455000,30.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.415000,16.302000,203.799000,9.144000,205.616000,7.300000,206.765000,6.214000,213.828000,2.652000,218.533000,8.707000,213.851000,10.700000,217.292000,13.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.814000,3.978000,185.486000,-2.350000,184.279000,-4.292000,183.978000,-5.504000,186.014000,-7.237000,191.545000,-3.085000,194.578000,-3.225000,187.945000,0.395000,186.569000,-1.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.511000,-53.894000,349.654000,-50.205000,342.416000,-52.272000,340.028000,-56.987000,350.708000,-55.816000,359.428000,-54.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.624000,72.684000,48.641000,71.854000,63.170000,68.021000,61.896000,72.179000,55.197000,77.985000,42.948000,78.420000,55.973000,75.610000,50.951000,75.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.868000,15.610000,189.475000,15.052000,190.738000,16.896000,190.953000,16.696000,187.949000,21.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.869000,-34.795000,70.855000,-45.200000,82.935000,-39.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.468000,-30.708000,216.931000,-31.788000,219.633000,-32.532000,225.640000,-33.391000,227.132000,-32.702000,227.736000,-39.351000,234.189000,-30.557000,227.794000,-25.294000,227.524000,-26.769000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.525000,46.866000,72.867000,53.093000,58.701000,52.461000,61.024000,58.853000,45.002000,49.618000,54.111000,49.746000,55.200000,49.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.510000,54.337000,179.059000,57.257000,187.142000,58.489000,172.443000,63.757000,170.732000,64.008000,160.571000,58.847000,164.353000,55.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.639000,6.393000,289.245000,1.940000,295.066000,4.504000,296.639000,6.811000,297.880000,9.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.264000,-13.471000,210.664000,-12.995000,210.323000,-11.770000,218.886000,-13.710000,212.695000,-5.100000,211.306000,-7.126000,208.244000,-9.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.894000,-19.194000,303.612000,-15.657000,298.682000,-16.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.246000,77.793000,345.372000,70.152000,350.301000,67.985000,5.532000,73.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.272000,53.972000,160.618000,52.242000,168.839000,47.153000,169.538000,46.130000,178.859000,44.644000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.815000,24.410000,354.534000,26.663000,349.733000,34.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.530000,-36.743000,85.795000,-36.068000,90.395000,-33.804000,85.429000,-33.193000,79.865000,-30.558000,77.396000,-38.906000,78.905000,-37.736000,79.204000,-38.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.148000,41.422000,92.717000,37.899000,97.948000,43.186000,103.252000,47.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.986000,-11.032000,9.004000,3.060000,357.263000,-6.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.305000,-41.873000,92.787000,-48.621000,96.402000,-46.259000,101.483000,-43.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.876000,-19.242000,211.128000,-22.050000,215.302000,-20.442000,222.405000,-22.831000,211.327000,-16.913000,206.998000,-14.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.577000,-23.712000,188.699000,-23.901000,185.496000,-23.245000,192.967000,-21.860000,187.815000,-22.412000,193.200000,-21.621000,185.567000,-20.874000,185.977000,-19.495000,187.356000,-16.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.625000,11.925000,321.228000,8.166000,330.439000,4.267000,330.498000,9.740000,332.644000,11.029000,335.180000,12.488000,333.874000,12.335000,331.344000,19.859000,325.942000,14.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.004000,-25.672000,92.978000,-24.387000,91.990000,-18.689000,85.381000,-20.670000,83.915000,-16.155000,77.621000,-17.169000,82.965000,-27.690000,83.688000,-26.921000,88.584000,-29.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.968000,-0.438000,179.197000,-6.152000,181.214000,-0.536000,184.800000,1.243000,181.154000,6.987000,178.768000,3.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.179000,-11.744000,345.016000,0.645000,340.522000,-2.958000,341.673000,2.541000,339.781000,-3.499000,339.576000,-0.695000,337.756000,0.735000,330.017000,-5.441000,332.943000,-12.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.039000,-46.014000,148.566000,-49.554000,141.120000,-50.354000,147.019000,-55.204000,167.117000,-57.567000,167.257000,-51.330000,164.054000,-51.160000,165.164000,-48.229000,166.489000,-46.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.261000,-35.634000,205.884000,-34.795000,197.765000,-25.450000,197.013000,-36.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.272000,-8.034000,170.203000,-14.808000,169.463000,-15.847000,170.087000,-15.745000,177.545000,-8.115000,175.275000,-8.919000,175.052000,-7.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.380000,-26.129000,239.735000,-22.497000,233.811000,-19.812000,234.176000,-21.273000,231.413000,-20.722000,226.850000,-29.994000,232.632000,-32.412000,237.722000,-27.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.403000,-0.982000,167.657000,10.535000,161.065000,6.548000,156.176000,8.246000,158.560000,6.356000,159.220000,5.796000,160.150000,-2.615000,160.584000,-2.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.355000,-16.099000,99.654000,-8.173000,100.943000,-13.744000,98.481000,-11.918000,99.017000,-18.748000,100.698000,-17.924000,101.114000,-18.519000,98.846000,-25.362000,102.767000,-19.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.933000,-1.979000,94.750000,-1.486000,91.478000,-5.437000,96.318000,-5.014000,103.655000,-10.868000,101.060000,-6.556000,100.908000,-3.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.679000,-11.848000,184.211000,-10.536000,176.908000,-14.736000,172.319000,-15.982000,177.457000,-18.317000,187.020000,-16.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.767000,-55.058000,90.017000,-51.946000,83.538000,-54.442000,89.039000,-61.254000,99.676000,-67.939000,99.268000,-64.774000,99.814000,-59.335000,107.140000,-58.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.988000,-4.863000,328.776000,-0.570000,324.946000,11.455000,320.135000,6.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.027000,-13.953000,106.011000,-21.089000,103.606000,-20.178000,105.479000,-23.644000,109.053000,-31.335000,109.657000,-22.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.894000,28.941000,160.072000,25.053000,164.681000,19.246000,166.441000,29.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.521000,-48.542000,183.187000,-47.989000,179.188000,-54.350000,187.235000,-58.127000,192.749000,-48.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.364000,38.394000,267.069000,33.065000,267.486000,32.420000,268.659000,32.209000,278.376000,36.912000,285.396000,44.460000,277.372000,42.041000,274.977000,41.546000,272.215000,46.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.451000,75.616000,278.681000,75.504000,300.435000,71.505000,311.659000,70.604000,312.955000,73.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.774000,-15.532000,149.410000,-6.951000,136.419000,-13.381000,137.928000,-17.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.686000,12.210000,53.998000,7.029000,56.148000,10.344000,63.059000,7.698000,59.833000,9.952000,59.688000,10.284000,59.793000,11.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.301000,-63.897000,162.484000,-60.341000,150.631000,-51.909000,151.688000,-53.836000,147.831000,-49.178000,141.296000,-50.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.214000,-0.115000,351.616000,-8.600000,346.611000,-9.292000,354.594000,-11.412000,358.518000,-11.789000,354.217000,-7.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.813000,-7.700000,233.933000,-7.711000,234.759000,-16.605000,234.648000,-12.820000,234.759000,-13.133000,235.594000,-12.449000,234.364000,-5.333000,229.187000,-5.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.286000,25.391000,254.957000,23.895000,255.145000,19.798000,260.794000,18.337000,253.637000,28.713000,248.223000,30.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.981000,19.919000,12.537000,27.281000,15.373000,14.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.831000,38.612000,70.842000,42.990000,70.870000,34.503000,66.397000,28.911000,73.947000,31.491000,75.574000,32.040000,84.740000,34.870000,82.148000,36.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.340000,36.798000,67.240000,27.726000,70.426000,29.103000,75.903000,33.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.765000,-48.317000,314.401000,-60.306000,326.563000,-51.730000,328.504000,-44.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.188000,18.878000,238.736000,16.548000,243.950000,10.407000,245.266000,12.264000,251.737000,16.081000,245.750000,22.062000,240.425000,24.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.698000,-15.893000,102.467000,-18.919000,109.758000,-22.582000,109.434000,-20.810000,106.915000,-18.761000,105.970000,-17.544000,110.488000,-14.638000,104.308000,-15.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.137000,-62.568000,3.270000,-60.430000,3.455000,-48.367000,346.528000,-60.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.848000,-4.659000,178.830000,-8.766000,183.618000,-5.350000,185.895000,-3.645000,189.199000,-1.625000,180.536000,-0.092000,179.040000,-3.614000,174.128000,-0.609000,175.425000,-1.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.002000,-37.209000,201.461000,-32.231000,195.198000,-28.701000,195.864000,-32.262000,200.635000,-38.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.285000,0.491000,220.939000,7.743000,217.249000,7.835000,216.872000,10.453000,213.327000,7.718000,206.768000,5.070000,210.597000,1.397000,213.586000,3.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.645000,22.195000,94.441000,22.019000,95.315000,20.074000,97.172000,15.268000,96.474000,11.491000,105.719000,19.856000,105.619000,20.229000,108.620000,25.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.050000,-5.241000,352.090000,-4.807000,359.739000,-4.197000,0.225000,4.101000,355.013000,4.802000,349.823000,2.896000,347.257000,4.889000,348.305000,2.353000,347.575000,-4.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.923000,19.717000,42.842000,21.103000,39.127000,22.536000,38.729000,28.021000,38.570000,29.168000,37.814000,16.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.955000,15.962000,312.651000,19.463000,312.616000,18.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.972000,9.960000,202.467000,15.760000,195.258000,20.355000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.528000,-7.707000,204.162000,-9.813000,204.032000,-12.340000,207.000000,-10.302000,208.116000,-13.838000,211.973000,-12.085000,218.196000,-11.247000,211.550000,-4.930000,202.991000,-1.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.958000,-11.548000,284.376000,-8.887000,276.939000,-14.113000,283.936000,-15.838000,289.644000,-22.113000,287.535000,-15.413000,292.520000,-14.852000,290.420000,-13.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.412000,43.231000,111.915000,48.270000,120.614000,55.095000,106.163000,42.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.016000,27.678000,25.361000,28.637000,19.055000,28.308000,17.461000,28.530000,15.257000,27.325000,22.271000,22.505000,21.343000,17.890000,27.404000,20.868000,25.646000,27.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.090000,6.051000,278.353000,13.857000,281.139000,16.519000,275.995000,20.129000,274.497000,18.357000,273.636000,19.043000,265.697000,12.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.499000,39.351000,62.746000,37.801000,63.798000,37.688000,67.146000,38.893000,53.739000,43.521000,47.779000,44.194000,46.247000,40.126000,51.067000,40.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.720000,-73.205000,173.450000,-72.481000,185.987000,-66.539000,169.901000,-66.943000,169.074000,-60.374000,157.497000,-68.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.488000,-23.330000,16.888000,-19.918000,24.386000,-20.059000,16.729000,-16.431000,8.428000,-18.034000,6.784000,-19.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.349000,-43.341000,104.081000,-33.939000,100.536000,-41.430000,94.573000,-41.188000,95.618000,-42.699000,98.180000,-49.101000,101.234000,-45.647000,101.445000,-48.704000,105.847000,-47.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.560000,28.625000,231.881000,22.155000,231.598000,19.406000,236.398000,25.310000,236.504000,25.517000,236.605000,27.317000,236.314000,28.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.040000,36.066000,106.040000,28.899000,105.251000,25.688000,109.723000,17.517000,121.621000,28.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.543000,40.843000,177.335000,39.957000,174.390000,37.303000,182.474000,38.068000,176.660000,31.566000,192.549000,36.720000,185.966000,42.897000,182.088000,48.564000,180.851000,44.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.083000,49.277000,278.199000,42.875000,295.818000,49.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.613000,-51.598000,123.439000,-55.471000,141.341000,-52.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.472000,-52.432000,21.645000,-55.506000,26.208000,-61.883000,34.321000,-64.309000,43.338000,-67.388000,40.310000,-59.496000,45.138000,-59.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.847000,-73.339000,93.803000,-77.799000,106.589000,-83.267000,124.892000,-77.667000,159.115000,-83.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.487000,60.298000,201.146000,71.254000,184.231000,62.780000,187.323000,61.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.469000,-17.404000,134.862000,-18.990000,132.044000,-28.568000,136.293000,-24.678000,144.755000,-19.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.360000,-15.007000,149.722000,-10.853000,154.812000,-7.814000,156.255000,-2.051000,156.969000,-0.967000,149.468000,-4.311000,147.964000,1.661000,139.666000,-9.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.738000,-14.410000,235.142000,-9.669000,232.997000,-10.465000,229.180000,-21.976000,235.970000,-18.898000,240.284000,-10.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.897000,-52.409000,9.466000,-46.458000,7.642000,-47.349000,7.264000,-49.345000,7.432000,-47.438000,5.799000,-48.208000,2.354000,-51.595000,354.340000,-55.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.712000,-4.420000,195.749000,-5.979000,196.505000,-4.038000,199.872000,-4.571000,202.727000,-4.503000,199.150000,-0.380000,196.348000,4.628000,189.533000,6.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.431000,19.544000,7.107000,24.707000,3.992000,27.511000,3.224000,15.840000,10.539000,18.358000,10.606000,12.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.247000,25.235000,245.772000,24.505000,245.676000,22.827000,251.857000,18.394000,250.222000,13.667000,253.911000,12.677000,257.023000,12.871000,258.794000,16.625000,255.220000,20.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.225000,0.736000,355.663000,3.161000,356.394000,2.587000,358.589000,-9.501000,1.103000,-0.964000,1.499000,0.426000,5.259000,6.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.862000,61.920000,32.794000,53.637000,24.356000,49.668000,32.291000,50.223000,37.739000,44.381000,45.111000,46.829000,42.649000,51.578000,39.470000,57.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.682000,-2.938000,192.587000,1.635000,187.017000,-2.764000,187.585000,-5.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.371000,67.040000,170.081000,67.669000,149.818000,71.477000,139.224000,74.369000,135.013000,71.951000,149.729000,64.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.736000,-13.154000,277.352000,-17.633000,279.121000,-17.543000,277.612000,-24.301000,290.422000,-20.816000,286.805000,-17.597000,286.883000,-14.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.717000,4.058000,5.121000,8.058000,353.231000,6.594000,355.059000,2.475000,355.542000,-1.987000,355.752000,-5.740000,356.580000,-5.341000,359.325000,0.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.425000,-55.697000,11.725000,-52.771000,12.611000,-58.977000,14.842000,-56.209000,27.722000,-50.048000,22.161000,-44.886000,8.521000,-45.902000,2.538000,-48.477000,10.985000,-50.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.961000,53.264000,9.266000,52.304000,2.195000,48.603000,358.831000,40.258000,11.227000,38.613000,10.639000,42.940000,15.112000,45.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.338000,10.265000,231.718000,6.025000,236.527000,2.391000,240.608000,3.189000,241.121000,5.399000,239.008000,9.238000,239.870000,15.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.404000,-5.952000,333.933000,-12.998000,331.855000,-7.893000,331.775000,-13.922000,340.251000,-18.588000,336.860000,-14.381000,338.208000,-12.601000,335.974000,-12.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.300000,-41.747000,75.883000,-37.308000,76.209000,-34.976000,71.170000,-41.365000,65.349000,-44.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.360000,8.817000,0.270000,4.264000,2.234000,1.019000,8.570000,-2.599000,11.884000,1.988000,16.658000,1.510000,9.761000,5.819000,17.988000,5.765000,12.566000,6.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.366000,49.055000,168.523000,49.294000,169.084000,53.744000,144.996000,47.186000,156.415000,43.200000,165.990000,43.651000,166.644000,46.371000,170.716000,46.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.299000,41.356000,292.221000,35.027000,308.727000,38.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.964000,-15.448000,356.813000,-14.791000,1.178000,-20.530000,358.889000,-23.829000,358.471000,-26.744000,8.313000,-25.531000,5.357000,-22.312000,9.579000,-22.425000,9.007000,-21.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.843000,6.718000,322.132000,5.547000,326.998000,8.388000,329.708000,8.671000,326.138000,14.700000,318.274000,19.400000,313.164000,11.978000,313.794000,11.029000,315.809000,5.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.446000,-59.754000,345.630000,-60.182000,343.709000,-63.658000,342.379000,-66.063000,358.312000,-60.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.897000,-13.451000,6.088000,-12.652000,7.111000,-7.256000,359.309000,-1.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.301000,-9.681000,117.685000,-14.083000,115.512000,-6.654000,108.047000,-6.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.430000,-21.013000,199.841000,-17.614000,200.962000,-17.514000,201.570000,-12.641000,189.922000,-5.819000,189.566000,-13.922000,191.141000,-17.359000,190.120000,-19.422000,194.974000,-17.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.832000,4.660000,147.201000,2.874000,146.310000,-3.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.089000,-5.121000,334.873000,-4.754000,332.932000,-2.380000,329.310000,-4.192000,329.278000,-2.236000,328.636000,-9.731000,328.183000,-11.528000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.732000,34.520000,193.825000,31.142000,184.330000,35.813000,181.553000,43.355000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.222000,-30.234000,332.948000,-39.518000,343.686000,-36.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.289000,34.731000,199.212000,48.192000,200.683000,41.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.758000,20.711000,182.995000,27.804000,186.584000,23.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.285000,18.215000,91.700000,13.177000,97.018000,11.737000,101.518000,13.942000,90.607000,20.623000,88.659000,20.934000,85.617000,21.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.939000,-54.661000,312.860000,-60.605000,309.992000,-59.044000,309.361000,-61.141000,329.262000,-61.077000,316.915000,-61.090000,321.113000,-53.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.618000,-48.964000,65.185000,-49.981000,64.865000,-49.899000,60.247000,-50.750000,71.110000,-58.580000,69.691000,-54.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.230000,35.494000,235.594000,34.915000,238.219000,35.766000,234.374000,37.085000,225.577000,40.952000,220.517000,41.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.892000,68.373000,310.938000,66.494000,287.698000,64.873000,300.844000,61.576000,303.954000,52.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.463000,10.621000,106.512000,12.671000,94.351000,2.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.566000,-10.912000,28.986000,-11.474000,29.318000,-18.977000,33.867000,-28.331000,36.117000,-23.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.545000,23.523000,188.024000,22.306000,192.020000,16.293000,194.336000,15.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.615000,20.890000,210.061000,21.646000,212.068000,20.664000,213.434000,22.720000,212.243000,27.015000,214.298000,34.180000,203.079000,30.937000,203.183000,30.060000,202.173000,24.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.799000,59.054000,312.604000,53.282000,328.390000,43.443000,335.094000,45.639000,328.637000,49.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.933000,-3.900000,98.807000,6.697000,94.885000,-3.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.865000,-34.781000,112.868000,-33.383000,110.099000,-31.322000,107.484000,-41.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.339000,11.537000,282.417000,10.847000,282.124000,0.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.900000,-11.544000,187.404000,-11.610000,184.984000,-7.876000,187.351000,-13.235000,196.072000,-14.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.333000,25.669000,329.535000,15.792000,335.589000,17.625000,336.169000,14.785000,338.495000,12.841000,337.072000,18.622000,342.215000,22.289000,341.021000,25.490000,337.497000,23.176000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.577000,4.654000,185.250000,7.592000,187.885000,3.757000,186.825000,7.693000,186.314000,9.559000,183.502000,10.463000,175.564000,9.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.124000,-41.627000,310.193000,-47.137000,330.812000,-45.421000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.151000,-76.577000,92.895000,-71.036000,74.948000,-65.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.397000,53.136000,282.181000,50.791000,284.308000,51.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.318000,-15.779000,209.025000,-7.533000,201.983000,-6.942000,195.884000,-4.241000,192.796000,-6.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.450000,-5.377000,356.182000,3.536000,350.753000,-6.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.086000,-26.740000,187.964000,-22.030000,186.235000,-19.778000,184.530000,-18.482000,183.492000,-21.857000,182.839000,-24.632000,182.220000,-26.810000,186.520000,-25.565000,186.919000,-25.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.857000,-22.151000,186.552000,-21.986000,181.172000,-16.573000,187.455000,-13.731000,187.466000,-11.917000,181.866000,-15.039000,176.278000,-16.570000,174.483000,-23.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.691000,-79.501000,316.468000,-77.994000,5.575000,-80.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.288000,21.899000,185.853000,22.173000,175.854000,28.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.119000,-3.710000,54.123000,-2.408000,47.638000,-4.836000,46.068000,-3.534000,47.434000,-6.917000,48.314000,-8.267000,46.481000,-14.883000,51.132000,-9.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.238000,63.982000,40.842000,68.630000,39.254000,74.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.926000,-21.710000,108.977000,-14.234000,109.739000,-9.512000,109.517000,-6.652000,105.653000,-7.650000,102.072000,-7.419000,104.329000,-12.727000,97.917000,-10.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.429000,-54.687000,337.355000,-54.974000,328.922000,-53.069000,325.954000,-51.182000,317.623000,-61.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.939000,37.599000,166.990000,39.051000,173.303000,40.754000,174.924000,51.230000,161.858000,46.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.914000,74.612000,124.733000,65.397000,124.885000,61.201000,135.628000,61.944000,138.258000,57.343000,158.660000,72.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.960000,-34.332000,182.388000,-39.048000,192.901000,-43.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.290000,11.209000,331.956000,15.717000,333.743000,9.185000,333.424000,9.490000,331.493000,10.287000,328.181000,7.478000,333.166000,7.139000,335.731000,4.271000,338.963000,-0.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.445000,-28.694000,315.425000,-31.457000,317.219000,-32.884000,319.010000,-30.245000,324.506000,-23.149000,325.071000,-20.638000,318.111000,-25.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.666000,-14.506000,178.464000,-19.341000,185.796000,-16.760000,184.307000,-15.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.915000,-20.469000,194.188000,-17.354000,192.447000,-24.617000,207.259000,-30.006000,205.026000,-24.763000,203.374000,-23.227000,210.777000,-20.449000,205.474000,-20.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.097000,-12.667000,27.007000,-16.103000,26.700000,-25.033000,31.578000,-23.786000,35.103000,-16.201000,35.115000,-14.613000,33.847000,-16.208000,33.527000,-15.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.825000,-2.319000,192.975000,2.940000,188.524000,5.707000,187.208000,3.710000,192.980000,-10.456000,189.308000,-4.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.273000,13.878000,328.285000,14.301000,328.139000,14.915000,331.016000,18.470000,327.955000,16.187000,319.533000,15.974000,323.613000,14.512000,327.822000,9.264000,332.134000,9.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.471000,17.289000,232.768000,15.701000,233.939000,15.388000,237.258000,14.298000,238.601000,10.696000,238.674000,13.860000,246.050000,14.196000,237.241000,17.488000,238.610000,25.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.151000,33.503000,85.081000,35.882000,79.978000,40.697000,74.871000,44.923000,73.108000,42.295000,68.166000,41.321000,77.201000,36.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.448000,-11.746000,280.363000,-15.014000,283.971000,-13.092000,285.855000,-12.237000,288.849000,-7.694000,283.125000,-12.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.373000,20.098000,147.574000,13.920000,156.469000,20.578000,147.041000,22.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.407000,2.341000,194.127000,5.752000,184.008000,-0.777000,188.212000,-3.346000,198.258000,-3.126000,196.756000,-1.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.203000,-5.827000,4.991000,1.633000,6.555000,-5.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.003000,14.875000,103.638000,17.536000,105.487000,24.801000,94.717000,24.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.640000,-0.602000,182.154000,1.681000,185.143000,8.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.995000,20.028000,245.822000,19.576000,246.536000,17.012000,247.790000,11.070000,248.833000,13.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.544000,-25.509000,340.923000,-16.871000,334.509000,-13.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.612000,-54.286000,267.577000,-58.587000,273.442000,-57.628000,268.188000,-46.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.013000,14.209000,181.137000,20.566000,176.015000,18.480000,172.372000,19.605000,171.546000,19.808000,177.030000,13.888000,176.488000,11.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.477000,-0.162000,177.487000,-0.819000,176.985000,-9.022000,187.788000,2.035000,179.317000,7.636000,177.444000,4.746000,176.576000,4.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.717000,-40.298000,143.457000,-38.051000,142.925000,-34.124000,141.362000,-39.644000,141.346000,-40.475000,136.082000,-43.287000,140.674000,-50.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.836000,-33.404000,293.583000,-30.873000,296.955000,-17.370000,282.293000,-20.066000,285.972000,-27.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.593000,-3.418000,306.858000,-2.218000,300.081000,7.889000,299.137000,11.496000,292.412000,7.457000,294.589000,1.271000,288.467000,-1.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.164000,-1.072000,287.388000,-0.237000,277.438000,0.119000,271.494000,-1.466000,276.441000,-1.420000,277.393000,-1.518000,279.219000,-2.584000,281.942000,-10.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.992000,21.447000,173.549000,25.462000,176.266000,17.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.776000,-22.910000,326.505000,-19.231000,324.331000,-21.992000,327.466000,-26.746000,327.963000,-28.832000,330.296000,-27.797000,330.295000,-29.277000,335.791000,-22.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.131000,33.531000,87.752000,37.725000,91.011000,30.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.179000,17.336000,270.872000,24.914000,262.788000,24.831000,267.002000,24.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.555000,2.484000,354.659000,-3.100000,352.637000,5.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.120000,0.630000,101.863000,-2.338000,98.136000,3.496000,97.787000,6.161000,90.199000,11.593000,90.145000,10.397000,89.912000,8.651000,91.585000,0.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.599000,-11.730000,326.356000,-15.435000,339.883000,-14.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.397000,-36.199000,64.497000,-34.869000,50.797000,-43.024000,59.073000,-45.507000,62.504000,-50.594000,62.430000,-44.480000,71.003000,-38.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.845000,69.818000,156.725000,77.699000,157.275000,73.540000,149.967000,64.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.229000,53.374000,341.366000,51.560000,336.471000,50.878000,328.875000,52.917000,328.591000,39.897000,335.270000,38.188000,338.527000,43.280000,342.470000,42.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.887000,30.779000,200.057000,30.383000,211.170000,22.714000,213.647000,25.308000,209.206000,29.732000,206.190000,33.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.336000,-4.155000,170.868000,0.301000,174.223000,-12.085000,180.699000,-8.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.107000,-46.093000,57.343000,-45.409000,56.820000,-48.679000,58.657000,-47.649000,67.670000,-46.847000,62.623000,-43.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.527000,10.015000,182.186000,7.229000,184.957000,13.370000,188.327000,16.200000,186.723000,16.888000,185.998000,18.110000,182.849000,19.922000,177.857000,21.926000,179.627000,19.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.903000,24.448000,264.005000,26.007000,261.359000,30.878000,255.552000,30.826000,258.508000,20.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.439000,-11.000000,2.072000,-6.452000,4.937000,-2.456000,3.647000,-2.156000,2.208000,2.472000,358.132000,1.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.844000,19.443000,277.217000,20.570000,272.725000,19.757000,270.823000,23.861000,262.120000,17.302000,267.717000,14.119000,266.414000,9.085000,269.525000,7.523000,277.402000,13.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.331000,-43.535000,24.067000,-40.008000,14.043000,-41.257000,14.705000,-46.199000,17.174000,-48.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.632000,-68.744000,99.150000,-63.947000,88.476000,-61.124000,83.639000,-59.847000,60.024000,-76.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.770000,0.414000,165.977000,1.973000,163.145000,6.996000,163.542000,10.292000,150.953000,7.421000,158.074000,4.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.413000,-15.353000,191.284000,-11.242000,187.601000,-10.821000,181.712000,-12.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.372000,54.350000,39.646000,53.527000,34.772000,62.177000,28.776000,54.527000,28.542000,50.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.736000,-2.740000,92.334000,-5.040000,94.805000,-3.410000,97.991000,-2.237000,95.055000,3.935000,93.558000,1.196000,90.759000,6.130000,86.419000,4.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.281000,-78.955000,137.572000,-75.957000,124.396000,-76.879000,97.994000,-77.191000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.886000,44.859000,95.245000,34.382000,93.437000,39.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.370000,57.080000,293.823000,54.988000,296.617000,52.938000,297.359000,53.062000,304.160000,53.882000,306.812000,53.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.553000,-34.281000,213.175000,-28.906000,203.573000,-27.976000,201.981000,-34.702000,196.894000,-39.006000,201.296000,-43.672000,210.257000,-38.404000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.758000,-29.440000,53.096000,-27.874000,55.969000,-28.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.462000,8.522000,349.297000,3.763000,347.512000,7.051000,347.029000,-2.075000,351.348000,1.465000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.312000,-30.687000,18.591000,-27.582000,24.882000,-30.671000,24.730000,-30.461000,19.371000,-20.356000,18.759000,-20.615000,18.706000,-23.728000,16.526000,-22.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.582000,63.003000,324.376000,61.599000,348.342000,53.607000,344.029000,60.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.998000,19.425000,288.364000,11.207000,293.131000,6.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.612000,-41.279000,35.334000,-42.877000,29.931000,-39.003000,29.196000,-39.839000,30.359000,-47.710000,33.667000,-51.270000,37.013000,-45.111000,43.503000,-48.279000,37.618000,-41.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.929000,-17.181000,184.926000,-14.879000,194.956000,-23.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.682000,-17.113000,235.397000,-19.523000,238.783000,-25.847000,241.548000,-18.742000,245.061000,-17.685000,241.380000,-13.184000,235.730000,-14.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.956000,-6.967000,50.270000,-5.313000,46.597000,-4.782000,45.377000,-6.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.652000,-62.916000,336.965000,-63.853000,327.587000,-64.473000,323.605000,-64.877000,338.251000,-69.271000,343.046000,-53.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.764000,-1.945000,23.779000,-2.919000,21.204000,0.821000,22.046000,1.418000,26.338000,6.812000,12.130000,5.799000,15.651000,2.108000,15.155000,1.882000,13.281000,-4.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.507000,-44.523000,283.469000,-36.205000,280.403000,-38.687000,277.929000,-39.322000,273.665000,-37.939000,276.633000,-40.885000,274.603000,-40.476000,271.651000,-43.927000,276.529000,-50.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.017000,4.770000,179.688000,-0.355000,178.860000,-4.486000,182.124000,4.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.019000,-46.140000,121.774000,-51.729000,117.341000,-53.967000,129.951000,-51.196000,132.647000,-52.786000,135.443000,-55.285000,132.938000,-48.024000,140.845000,-43.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.870000,28.766000,110.660000,19.695000,129.420000,24.716000,128.623000,25.738000,124.594000,26.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.940000,3.022000,19.933000,6.384000,18.512000,6.818000,14.994000,11.581000,14.650000,6.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.775000,13.758000,176.104000,16.037000,175.366000,20.239000,175.326000,4.930000,176.449000,12.311000,178.530000,9.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.116000,72.555000,107.672000,74.627000,131.406000,77.254000,115.905000,82.081000,86.419000,78.801000,72.220000,76.503000,97.414000,73.955000,94.822000,72.670000,91.174000,69.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.311000,-5.751000,233.397000,-5.944000,231.929000,-2.940000,231.425000,-11.789000,229.747000,-18.147000,230.801000,-17.215000,234.453000,-9.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.663000,1.434000,2.410000,5.020000,355.777000,12.344000,354.359000,7.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.414000,-61.909000,229.754000,-57.881000,227.744000,-51.439000,224.378000,-56.548000,226.366000,-62.698000,223.529000,-67.634000,230.280000,-62.081000,240.170000,-67.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.796000,2.541000,12.411000,-2.964000,10.437000,1.907000,6.657000,12.850000,4.871000,4.730000,5.316000,2.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.660000,51.405000,37.159000,51.921000,46.170000,45.641000,47.503000,42.807000,51.763000,43.660000,53.129000,41.077000,60.818000,50.549000,52.287000,52.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.217000,14.422000,73.338000,16.257000,73.290000,18.462000,78.161000,21.725000,73.673000,26.418000,69.489000,25.721000,67.330000,25.000000,63.082000,24.707000,62.810000,24.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.253000,5.884000,347.378000,8.719000,344.819000,10.777000,341.928000,12.840000,342.066000,7.451000,337.039000,11.385000,340.722000,8.262000,340.833000,5.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.722000,5.886000,9.020000,8.867000,3.271000,9.106000,5.205000,16.098000,2.158000,9.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.163000,11.734000,172.356000,5.050000,184.624000,12.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.167000,-74.611000,66.468000,-72.205000,77.148000,-89.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.945000,5.340000,139.569000,-3.071000,143.253000,-11.066000,147.287000,-2.714000,142.678000,-1.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.654000,0.333000,297.031000,4.491000,286.241000,4.499000,284.560000,3.682000,280.414000,1.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.966000,34.550000,341.732000,32.614000,343.746000,33.809000,338.588000,37.580000,335.108000,37.774000,334.227000,34.866000,337.576000,33.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.906000,-56.149000,129.707000,-54.611000,115.960000,-60.085000,136.240000,-63.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.098000,0.506000,352.071000,0.887000,356.712000,3.036000,350.580000,11.884000,349.838000,10.965000,351.137000,5.811000,350.343000,5.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.989000,22.882000,347.803000,24.312000,346.350000,25.040000,342.494000,28.114000,342.146000,26.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.873000,7.918000,193.169000,-0.146000,192.105000,3.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.581000,-42.096000,283.451000,-47.548000,287.467000,-46.301000,290.286000,-48.175000,296.855000,-40.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.660000,-2.223000,170.204000,-7.423000,171.176000,-3.945000,172.716000,-4.783000,173.585000,-6.553000,178.013000,2.313000,179.286000,3.517000,179.648000,6.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.965000,-0.934000,333.108000,-11.734000,335.433000,-9.502000,338.464000,-2.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.026000,25.789000,205.676000,27.028000,216.505000,33.598000,204.797000,34.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.656000,-9.433000,215.566000,-4.924000,214.761000,-13.890000,218.372000,-14.863000,219.612000,-15.799000,219.718000,-11.673000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.903000,1.252000,178.272000,-1.368000,180.033000,-9.692000,185.075000,-4.345000,185.456000,-8.273000,185.380000,-3.291000,187.403000,-10.862000,186.541000,-5.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.285000,1.759000,215.980000,4.390000,216.550000,7.968000,215.344000,10.900000,214.846000,14.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.393000,-39.450000,112.884000,-33.400000,117.188000,-27.339000,112.098000,-24.576000,107.091000,-23.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.897000,-71.051000,54.271000,-69.293000,100.278000,-77.127000,104.583000,-74.460000,94.500000,-70.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.960000,8.517000,168.872000,4.916000,169.631000,2.349000,168.585000,-1.561000,169.456000,-0.129000,172.505000,3.494000,178.844000,4.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.556000,73.285000,10.327000,67.314000,17.860000,69.171000,20.521000,66.675000,26.737000,71.149000,31.115000,68.289000,55.382000,68.977000,35.802000,75.176000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.130000,21.260000,67.698000,33.417000,64.576000,26.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.567000,-15.576000,50.978000,-17.534000,52.211000,-8.805000,46.955000,-6.177000,44.895000,-9.712000,36.433000,-6.887000,38.710000,-9.996000,43.475000,-11.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.503000,8.760000,74.491000,9.220000,74.736000,17.420000,67.265000,7.372000,68.480000,5.672000,75.307000,2.679000,77.615000,4.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.846000,-16.297000,23.720000,-15.920000,29.934000,-10.005000,25.336000,-13.591000,19.809000,-14.077000,22.791000,-26.003000,23.962000,-19.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.129000,21.957000,304.204000,21.505000,307.608000,25.970000,301.723000,19.858000,299.291000,14.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.774000,7.206000,299.855000,7.145000,298.564000,6.523000,297.559000,3.978000,303.916000,1.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.087000,21.384000,142.080000,22.253000,142.418000,26.276000,133.668000,25.116000,131.704000,23.174000,137.056000,13.051000,138.684000,20.774000,145.737000,16.806000,141.329000,20.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.910000,-1.058000,178.650000,-4.034000,182.226000,-2.282000,168.492000,9.359000,168.014000,4.264000,166.275000,1.881000,169.962000,-1.406000,169.714000,-7.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.883000,-61.241000,126.917000,-62.549000,110.393000,-66.787000,112.069000,-66.636000,128.540000,-63.918000,124.909000,-67.576000,144.053000,-63.933000,146.206000,-59.105000,130.319000,-60.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.273000,-58.097000,326.330000,-52.059000,322.200000,-49.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.600000,20.884000,322.154000,10.569000,331.691000,13.455000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.806000,-27.225000,23.953000,-20.485000,18.245000,-25.471000,20.076000,-30.022000,18.227000,-31.862000,28.762000,-34.341000,31.158000,-33.486000,32.508000,-24.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.722000,-58.290000,211.017000,-55.890000,219.732000,-58.431000,216.988000,-51.910000,217.475000,-51.196000,212.785000,-53.620000,209.691000,-45.020000,196.225000,-53.517000,204.635000,-54.972000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.067000,39.330000,319.216000,39.207000,327.816000,35.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.248000,-38.845000,2.612000,-40.109000,0.511000,-42.804000,3.675000,-40.762000,7.392000,-47.436000,2.765000,-34.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.012000,12.306000,9.034000,9.238000,9.353000,8.454000,8.987000,7.048000,9.640000,5.406000,15.381000,5.140000,16.171000,7.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.663000,-16.073000,87.897000,-9.960000,80.904000,-11.598000,79.253000,-10.469000,77.173000,-20.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.564000,-31.695000,21.485000,-31.742000,27.071000,-36.350000,37.377000,-39.731000,36.712000,-32.469000,31.590000,-29.084000,29.386000,-31.759000,27.433000,-31.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.888000,-12.044000,2.498000,-12.200000,352.440000,-10.819000,358.512000,-14.423000,359.977000,-14.691000,2.678000,-14.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.077000,13.191000,334.295000,5.211000,334.351000,6.178000,336.417000,4.221000,341.335000,6.388000,339.407000,8.689000,337.126000,11.307000,337.144000,15.677000,335.855000,21.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.187000,-37.294000,272.077000,-38.521000,280.358000,-26.536000,276.627000,-28.548000,274.342000,-32.505000,271.334000,-34.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.336000,-16.067000,291.131000,-14.199000,291.874000,-24.159000,296.784000,-19.866000,297.937000,-23.564000,297.865000,-22.538000,302.903000,-16.824000,298.374000,-16.719000,298.872000,-14.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.552000,-27.422000,70.464000,-29.379000,73.740000,-22.964000,66.830000,-22.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.424000,8.594000,178.027000,-2.063000,186.351000,-4.261000,185.431000,0.319000,189.251000,-0.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.110000,-6.435000,186.580000,-2.963000,183.201000,0.003000,182.563000,-1.253000,182.339000,-2.875000,173.451000,-6.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.399000,6.684000,225.108000,6.865000,222.849000,13.875000,217.770000,17.189000,213.391000,19.506000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.900000,2.696000,174.168000,5.117000,169.065000,3.513000,164.388000,4.959000,168.396000,1.145000,166.226000,-6.849000,174.579000,-6.886000,171.909000,0.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.381000,-1.102000,18.304000,-1.247000,19.372000,-1.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.719000,-58.525000,180.035000,-56.430000,191.385000,-52.054000,165.456000,-53.871000,167.336000,-62.592000,177.330000,-56.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.518000,6.256000,356.721000,4.582000,3.015000,-5.147000,9.802000,-0.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.534000,2.680000,356.569000,-1.122000,354.112000,-2.371000,4.864000,-0.061000,2.886000,4.738000,0.634000,6.992000,0.437000,1.787000,358.723000,2.900000,359.628000,1.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.776000,38.308000,55.401000,43.259000,54.912000,44.280000,61.423000,46.327000,54.147000,52.234000,46.630000,43.883000,41.336000,37.116000,46.187000,39.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.424000,-13.058000,252.469000,-11.885000,250.354000,-10.579000,251.084000,-8.228000,243.208000,-7.063000,241.787000,-7.338000,248.055000,-17.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.172000,24.141000,6.363000,19.015000,11.499000,25.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.479000,-17.628000,1.542000,-11.929000,3.507000,-7.428000,0.291000,-3.045000,356.014000,-8.325000,359.713000,-14.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.913000,31.727000,147.440000,33.879000,149.281000,26.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.045000,-6.076000,6.740000,2.034000,3.026000,5.630000,3.901000,8.332000,2.073000,5.038000,1.772000,4.660000,356.458000,10.302000,353.533000,2.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.102000,71.647000,260.592000,66.683000,251.364000,67.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.505000,1.231000,1.665000,0.621000,359.962000,-0.204000,353.683000,-0.696000,350.154000,0.801000,355.679000,-2.732000,355.592000,-4.304000,359.848000,-4.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.857000,-9.522000,299.414000,-3.496000,293.146000,-4.936000,291.631000,-4.915000,290.709000,-5.674000,291.117000,-7.286000,285.134000,-5.971000,288.109000,-10.617000,290.815000,-10.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.353000,19.535000,328.898000,9.689000,334.065000,2.172000,345.612000,10.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.299000,5.552000,64.117000,3.139000,64.825000,6.690000,70.557000,7.499000,71.645000,8.218000,72.743000,9.031000,66.636000,12.157000,61.221000,8.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.794000,-66.004000,187.607000,-67.961000,203.255000,-68.432000,183.697000,-55.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.357000,-11.987000,167.427000,-15.088000,162.325000,-18.933000,166.837000,-28.658000,169.219000,-26.278000,174.806000,-25.684000,172.758000,-19.708000,179.245000,-20.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.982000,46.498000,227.674000,47.949000,230.202000,50.016000,227.842000,51.127000,236.118000,56.240000,209.131000,51.240000,211.224000,49.667000,218.157000,49.610000,223.109000,48.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.980000,3.173000,7.270000,8.451000,2.554000,9.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.633000,-5.825000,357.952000,-10.082000,5.273000,-1.184000,357.766000,-1.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.184000,28.175000,29.787000,21.803000,36.911000,27.136000,36.980000,33.094000,34.580000,34.730000,25.591000,33.745000,29.686000,29.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.623000,-7.888000,126.087000,-6.823000,123.956000,-10.358000,126.957000,-10.238000,126.895000,-11.506000,128.773000,-6.669000,124.578000,-3.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.514000,-53.892000,198.677000,-47.560000,188.536000,-47.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.064000,68.425000,227.334000,63.234000,236.292000,69.943000,251.802000,71.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.113000,4.408000,38.407000,12.487000,27.236000,3.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.803000,-81.025000,330.581000,-73.450000,338.791000,-79.212000,326.531000,-78.180000,313.113000,-79.142000,317.153000,-80.203000,326.380000,-81.528000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.642000,44.641000,33.877000,48.014000,36.189000,50.368000,31.759000,51.866000,29.002000,49.812000,23.719000,44.622000,25.370000,40.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.455000,-37.437000,309.671000,-27.651000,297.034000,-26.628000,296.211000,-32.607000,301.989000,-33.137000,292.438000,-35.062000,305.925000,-37.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.865000,7.940000,349.588000,7.294000,351.263000,7.060000,352.732000,5.887000,352.560000,1.559000,359.456000,4.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.961000,33.129000,66.274000,28.179000,77.767000,38.857000,73.060000,43.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.257000,7.878000,168.769000,0.544000,169.576000,0.225000,176.822000,8.914000,177.414000,11.909000,175.587000,10.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.846000,40.798000,303.115000,43.842000,296.051000,44.084000,293.944000,45.257000,291.025000,45.371000,291.798000,41.087000,288.221000,38.267000,294.623000,33.226000,298.063000,36.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.021000,3.416000,347.053000,2.004000,344.368000,-0.769000,352.500000,-1.941000,350.545000,2.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.438000,-5.445000,341.865000,-1.163000,343.999000,3.094000,333.149000,5.531000,330.944000,-2.288000,337.408000,-0.308000,337.051000,-2.769000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.311000,68.042000,239.515000,66.279000,241.798000,64.560000,255.812000,62.329000,260.438000,72.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.029000,45.490000,149.931000,54.440000,149.574000,61.312000,139.092000,55.035000,140.891000,52.383000,133.375000,48.559000,134.909000,45.915000,134.945000,45.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.628000,-6.022000,4.050000,-5.852000,7.569000,3.461000,355.163000,1.561000,0.328000,0.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.051000,-25.289000,8.486000,-29.210000,7.350000,-31.197000,21.190000,-28.026000,9.286000,-22.165000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.807000,31.551000,65.654000,29.137000,71.281000,34.427000,64.680000,29.737000,58.296000,24.730000,60.186000,23.857000,63.633000,19.125000,65.025000,19.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.675000,-2.612000,146.886000,1.289000,151.126000,0.418000,146.720000,4.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.886000,39.376000,349.663000,32.782000,5.576000,38.023000,357.832000,39.595000,1.968000,40.824000,356.215000,39.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.816000,26.551000,146.690000,21.285000,149.105000,14.557000,148.673000,22.168000,152.932000,28.482000,149.180000,25.653000,142.639000,30.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.954000,20.127000,218.589000,16.339000,224.833000,5.876000,229.032000,18.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.392000,-41.417000,285.008000,-38.232000,282.218000,-37.719000,279.846000,-29.649000,275.002000,-34.970000,270.907000,-32.428000,272.237000,-34.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.634000,-1.346000,177.570000,-3.039000,178.964000,-1.428000,177.938000,1.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.753000,-23.749000,108.143000,-23.036000,100.456000,-25.235000,102.426000,-28.773000,103.687000,-30.462000,103.753000,-35.594000,105.767000,-32.665000,105.941000,-28.493000,107.894000,-33.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.205000,26.676000,24.561000,21.303000,25.088000,23.894000,27.791000,23.615000,27.751000,29.485000,28.872000,31.181000,26.705000,31.487000,24.337000,30.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.543000,16.835000,50.133000,18.771000,51.773000,11.669000,59.054000,16.119000,58.877000,13.626000,64.771000,8.613000,64.632000,15.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.418000,11.940000,93.898000,12.380000,96.470000,7.034000,94.833000,12.601000,100.882000,9.244000,99.391000,13.339000,89.103000,16.273000,86.778000,16.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.074000,24.918000,175.655000,18.427000,175.141000,17.530000,177.162000,18.107000,178.622000,17.563000,181.046000,13.379000,184.332000,12.125000,183.612000,17.859000,179.741000,21.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.130000,-31.702000,150.972000,-29.883000,155.121000,-28.836000,151.221000,-25.153000,151.567000,-23.067000,148.922000,-27.375000,146.402000,-26.724000,144.203000,-25.401000,145.214000,-31.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.545000,50.935000,65.723000,45.372000,61.216000,45.191000,67.138000,41.427000,82.346000,44.472000,81.431000,45.519000,74.428000,44.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.610000,-3.833000,136.241000,-3.522000,136.310000,-3.072000,138.685000,0.291000,138.495000,1.762000,124.373000,-4.112000,124.539000,-8.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.007000,48.908000,159.933000,52.463000,165.507000,55.238000,152.530000,53.464000,149.095000,56.592000,144.017000,43.202000,150.344000,44.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.667000,6.710000,296.552000,11.794000,294.396000,2.408000,290.442000,-0.813000,291.837000,-2.056000,296.390000,-4.345000,299.535000,-4.101000,303.248000,-3.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.913000,85.057000,18.429000,83.027000,30.890000,88.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.767000,11.050000,3.518000,14.003000,1.895000,16.290000,358.132000,13.048000,5.783000,8.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.873000,-27.423000,148.332000,-36.169000,147.899000,-38.702000,165.018000,-34.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.155000,-65.628000,169.800000,-66.178000,192.043000,-64.410000,184.817000,-62.031000,193.979000,-56.471000,187.763000,-56.703000,187.092000,-56.200000,180.319000,-58.515000,173.661000,-56.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.083000,-2.851000,16.621000,-0.636000,18.140000,-7.517000,12.027000,-10.274000,19.359000,-16.261000,25.237000,-15.355000,23.886000,-12.324000,22.931000,-9.768000,23.523000,-9.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.699000,-23.811000,253.487000,-30.198000,253.905000,-40.402000,256.929000,-33.725000,263.870000,-35.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.328000,-28.125000,252.457000,-30.217000,247.815000,-28.965000,263.409000,-31.745000,257.908000,-31.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.817000,2.893000,175.275000,-2.212000,178.425000,-5.743000,177.824000,-0.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.475000,-18.311000,348.175000,-15.778000,345.414000,-25.509000,346.652000,-26.421000,349.905000,-26.873000,350.691000,-24.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.484000,-31.669000,4.895000,-39.281000,5.141000,-37.278000,359.202000,-33.445000,3.861000,-36.074000,1.050000,-31.134000,358.499000,-31.222000,357.053000,-29.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.371000,4.683000,336.504000,-1.766000,331.657000,-3.256000,332.772000,-6.429000,337.068000,-6.647000,344.584000,-7.586000,341.364000,-1.080000,341.552000,4.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.098000,-35.523000,192.713000,-23.284000,187.346000,-28.917000,187.669000,-29.534000,184.455000,-31.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.277000,14.647000,157.367000,25.453000,156.551000,20.397000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.556000,21.467000,318.735000,11.436000,322.027000,12.238000,326.294000,14.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.846000,54.503000,181.945000,57.999000,174.955000,55.518000,167.722000,54.734000,169.814000,46.475000,179.987000,46.181000,180.030000,50.276000,183.420000,52.327000,184.630000,53.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.700000,44.467000,0.648000,48.407000,352.822000,51.208000,347.081000,58.305000,349.172000,50.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.624000,-13.120000,175.830000,1.604000,180.169000,-5.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.724000,40.953000,183.823000,32.613000,190.785000,34.456000,193.057000,34.197000,190.404000,37.252000,197.198000,37.558000,194.905000,38.285000,191.436000,39.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.908000,-74.698000,24.114000,-76.103000,11.348000,-72.405000,2.493000,-70.033000,346.382000,-65.663000,347.588000,-70.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.053000,0.851000,165.605000,2.507000,162.088000,-6.678000,166.029000,-6.296000,165.333000,-9.194000,175.740000,-0.304000,173.248000,-0.271000,170.805000,-1.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.035000,43.308000,267.684000,47.543000,260.418000,49.396000,260.032000,42.794000,260.803000,41.557000,264.137000,41.025000,269.429000,38.544000,270.403000,38.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.313000,5.088000,171.761000,3.463000,171.799000,3.558000,171.954000,4.035000,168.779000,7.022000,169.617000,2.733000,165.339000,0.576000,178.063000,-0.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.500000,65.270000,186.406000,63.392000,195.366000,59.364000,199.174000,60.469000,209.248000,62.284000,214.426000,63.705000,206.095000,70.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.447000,73.896000,97.174000,63.196000,95.854000,65.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.451000,43.440000,66.909000,50.815000,59.061000,48.491000,57.940000,47.964000,56.642000,47.955000,56.787000,47.405000,44.066000,50.493000,46.317000,47.665000,53.816000,45.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.957000,-15.398000,151.674000,-23.781000,158.028000,-29.530000,155.693000,-26.650000,154.170000,-23.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.841000,17.743000,212.016000,11.431000,214.609000,19.281000,215.274000,20.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.287000,-12.175000,125.118000,-18.751000,128.624000,-17.378000,132.461000,-11.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.546000,15.824000,132.079000,18.125000,137.134000,20.686000,133.103000,24.086000,129.535000,29.200000,126.878000,19.922000,123.424000,19.599000,124.831000,12.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.747000,-6.208000,1.640000,-5.636000,359.738000,0.831000,358.845000,2.325000,358.021000,3.957000,357.065000,3.676000,352.946000,2.349000,354.289000,-2.854000,357.462000,-5.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.607000,-26.117000,92.898000,-23.855000,99.104000,-20.830000,98.175000,-14.215000,96.939000,-11.868000,86.772000,-16.273000,89.498000,-18.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.739000,-4.634000,172.346000,-1.656000,178.952000,-15.274000,175.569000,-7.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.539000,32.366000,238.597000,27.508000,240.179000,32.029000,235.729000,37.460000,231.641000,34.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.649000,80.171000,293.736000,76.567000,314.634000,71.516000,334.262000,69.317000,330.389000,73.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.730000,66.606000,65.823000,63.804000,63.542000,64.195000,62.116000,64.685000,61.345000,63.073000,49.138000,60.741000,67.690000,60.469000,89.688000,62.264000,74.911000,64.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.094000,3.430000,34.482000,0.642000,36.224000,0.142000,41.225000,0.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.623000,6.827000,206.747000,7.217000,212.996000,-5.437000,212.978000,0.223000,217.579000,1.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.057000,-2.159000,185.092000,-6.010000,180.132000,1.561000,179.740000,8.988000,174.516000,5.411000,174.950000,3.498000,170.287000,1.973000,177.723000,1.100000,175.347000,-5.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.644000,-12.692000,213.472000,-14.239000,217.206000,-15.279000,217.737000,-11.807000,216.843000,-11.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.218000,-11.612000,205.792000,-14.810000,207.213000,-15.445000,203.189000,-12.693000,205.426000,-10.299000,201.851000,-9.716000,193.152000,-11.111000,193.241000,-11.997000,194.897000,-12.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.344000,-60.365000,261.967000,-66.074000,250.810000,-64.214000,248.098000,-65.402000,258.428000,-67.128000,254.506000,-74.372000,259.638000,-74.461000,272.056000,-73.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.534000,-40.738000,159.589000,-31.583000,153.514000,-32.026000,153.071000,-32.050000,156.532000,-41.610000,159.896000,-43.674000,160.098000,-44.338000,161.439000,-45.188000,160.662000,-39.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.562000,2.936000,17.076000,-1.715000,18.715000,2.238000,21.832000,0.692000,20.673000,5.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.600000,-16.742000,358.855000,-19.036000,357.410000,-7.945000,345.881000,-15.239000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.908000,30.629000,262.342000,26.509000,272.329000,33.453000,264.925000,34.850000,262.492000,37.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.090000,-30.995000,278.339000,-35.034000,279.576000,-29.709000,275.018000,-27.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.080000,-3.259000,50.460000,-5.560000,53.054000,-2.880000,54.394000,-3.140000,55.384000,0.905000,56.794000,2.468000,52.940000,4.144000,46.422000,5.440000,46.055000,4.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.858000,-23.815000,138.649000,-24.425000,134.009000,-24.141000,132.294000,-28.123000,141.056000,-27.639000,143.027000,-26.556000,146.395000,-26.802000,148.237000,-27.030000,149.029000,-26.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.783000,16.676000,37.837000,26.778000,35.271000,24.461000,32.433000,24.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.958000,55.861000,285.130000,56.185000,283.764000,53.910000,299.402000,42.541000,301.743000,51.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.330000,-80.047000,183.326000,-78.507000,159.485000,-78.022000,171.760000,-80.444000,223.140000,-88.910000,185.443000,-80.812000,246.539000,-87.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.547000,-0.016000,150.337000,1.531000,156.906000,-0.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.234000,36.381000,341.959000,38.808000,347.697000,29.515000,349.400000,30.174000,347.710000,26.840000,0.363000,29.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.360000,6.016000,221.938000,6.587000,220.473000,9.287000,215.504000,7.758000,208.393000,4.213000,207.915000,1.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.291000,-17.942000,318.109000,-17.711000,325.328000,-2.302000,315.556000,-3.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.975000,32.467000,327.890000,30.961000,324.102000,33.999000,322.030000,41.991000,312.989000,28.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.973000,-20.916000,265.608000,-10.535000,265.901000,-7.840000,255.337000,-7.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.334000,3.359000,142.803000,2.212000,142.660000,3.384000,139.704000,5.760000,146.815000,-3.064000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.209000,-5.227000,183.615000,3.495000,187.822000,6.996000,180.346000,2.569000,177.700000,-6.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.619000,-20.863000,324.933000,-24.162000,323.036000,-28.513000,331.791000,-32.163000,333.404000,-30.500000,329.413000,-26.778000,334.455000,-25.612000,330.806000,-24.478000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.447000,63.508000,127.138000,52.314000,136.882000,62.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.477000,-32.557000,350.896000,-29.825000,336.770000,-23.432000,333.005000,-26.984000,333.525000,-27.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.419000,-3.217000,108.786000,-2.032000,108.449000,-6.824000,109.553000,-6.459000,116.885000,1.140000,112.927000,4.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.113000,-79.007000,87.714000,-75.997000,75.444000,-75.209000,90.631000,-79.983000,79.754000,-81.788000,201.724000,-84.669000,153.793000,-84.684000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.564000,-1.534000,46.549000,6.879000,41.287000,7.822000,38.065000,4.838000,40.135000,2.615000,41.372000,-8.866000,44.606000,-3.305000,45.032000,-6.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.152000,6.053000,353.097000,12.004000,347.226000,6.290000,348.644000,-0.891000,349.216000,-0.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.259000,-16.740000,188.682000,-12.155000,183.347000,-6.621000,179.661000,-7.358000,177.201000,-7.728000,173.668000,-8.080000,176.447000,-11.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.335000,50.022000,297.666000,49.731000,301.127000,44.745000,317.416000,46.572000,316.160000,48.422000,316.134000,52.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.308000,-2.306000,192.031000,7.105000,188.813000,14.620000,183.383000,11.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.585000,18.671000,186.541000,14.968000,193.840000,23.010000,183.374000,28.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.494000,-8.058000,128.351000,-8.953000,131.664000,-10.008000,135.776000,-12.948000,138.626000,-13.282000,141.376000,-14.482000,145.183000,-12.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.996000,1.883000,292.567000,-3.669000,299.054000,-5.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.234000,-60.324000,350.135000,-59.872000,349.038000,-59.262000,349.373000,-55.432000,345.077000,-54.158000,337.941000,-56.513000,334.618000,-60.951000,345.287000,-58.895000,343.139000,-65.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.654000,-14.084000,183.295000,-13.039000,175.861000,-2.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.846000,-4.680000,3.949000,-5.677000,5.867000,-12.728000,10.267000,-11.482000,12.814000,-10.403000,18.343000,-7.677000,17.144000,-6.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.545000,-7.698000,0.995000,-0.458000,7.576000,3.004000,2.001000,6.089000,355.021000,-0.574000,354.587000,-2.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.624000,33.556000,341.816000,36.120000,334.022000,31.547000,334.011000,33.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.074000,-9.342000,80.004000,-10.788000,78.115000,-15.742000,76.500000,-20.221000,78.759000,-23.528000,81.377000,-20.300000,85.161000,-20.984000,91.201000,-20.338000,82.503000,-18.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.160000,12.681000,17.492000,12.347000,20.508000,8.803000,18.761000,16.045000,20.919000,16.471000,12.788000,16.225000,10.108000,15.818000,12.465000,15.566000,8.678000,9.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.047000,-1.347000,44.297000,0.786000,43.690000,-2.044000,44.587000,-4.566000,49.151000,-0.437000,49.037000,6.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.554000,40.392000,7.314000,43.706000,11.958000,42.810000,8.610000,44.488000,14.903000,45.856000,11.775000,47.118000,3.472000,49.403000,2.625000,45.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.637000,16.855000,23.816000,13.253000,24.341000,19.688000,22.731000,16.162000,20.863000,17.982000,21.571000,15.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.627000,12.165000,298.142000,13.886000,302.705000,5.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.744000,2.953000,184.795000,5.879000,182.867000,11.935000,178.794000,12.364000,173.236000,13.436000,172.111000,5.090000,178.987000,4.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.984000,-23.245000,122.347000,-17.427000,111.388000,-19.451000,105.277000,-20.276000,112.857000,-20.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.299000,51.691000,103.850000,48.490000,98.664000,48.052000,107.193000,45.900000,101.716000,43.037000,104.027000,40.455000,110.441000,40.620000,112.585000,42.258000,117.932000,45.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.499000,14.215000,16.891000,14.476000,10.863000,14.043000,9.187000,12.710000,7.821000,9.417000,8.666000,7.270000,16.914000,5.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.420000,22.470000,158.003000,21.911000,164.355000,18.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.864000,50.196000,183.732000,44.093000,195.735000,44.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.356000,-5.498000,178.306000,-5.379000,194.009000,0.782000,181.161000,3.416000,183.174000,0.960000,180.895000,-0.233000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.953000,11.594000,308.716000,12.506000,314.341000,9.192000,307.401000,15.934000,306.937000,17.971000,304.355000,21.457000,303.898000,15.612000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.671000,-17.129000,291.463000,-29.631000,291.385000,-31.487000,295.412000,-28.134000,296.603000,-34.004000,297.796000,-27.547000,298.130000,-25.871000,305.793000,-25.534000,300.623000,-23.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.511000,27.528000,135.078000,27.003000,139.521000,29.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.504000,1.765000,28.193000,-2.436000,28.159000,-8.005000,33.574000,-10.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.209000,-11.415000,183.098000,-1.306000,168.940000,-4.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.606000,1.697000,190.120000,-1.153000,179.230000,-0.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.911000,62.420000,158.474000,62.555000,166.307000,65.838000,161.502000,67.601000,157.279000,70.116000,152.901000,72.163000,154.187000,68.443000,136.880000,63.096000,143.006000,62.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.473000,-27.566000,18.234000,-29.734000,15.858000,-28.293000,15.569000,-24.145000,5.181000,-17.252000,9.350000,-31.535000,12.259000,-35.104000,14.819000,-32.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.503000,4.281000,224.495000,4.781000,221.483000,-3.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.057000,70.027000,75.297000,71.166000,73.130000,70.824000,67.405000,69.446000,77.374000,67.186000,80.960000,65.968000,102.977000,70.750000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.860000,17.934000,213.479000,17.857000,214.608000,13.878000,211.446000,13.731000,211.512000,11.525000,207.995000,9.391000,221.407000,6.045000,217.652000,12.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.654000,-48.521000,335.866000,-52.200000,351.639000,-51.745000,354.412000,-42.549000,353.129000,-41.969000,346.649000,-40.452000,343.089000,-43.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.649000,32.246000,161.328000,23.828000,167.226000,16.263000,171.089000,24.862000,168.927000,31.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.890000,-39.157000,190.735000,-37.748000,195.837000,-33.833000,196.452000,-25.093000,187.709000,-28.887000,185.568000,-30.820000,180.289000,-37.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.522000,-68.955000,241.571000,-68.860000,244.430000,-68.786000,232.588000,-60.932000,228.511000,-65.578000,230.506000,-67.850000,220.023000,-67.279000,220.129000,-67.464000,233.195000,-69.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.611000,6.196000,324.211000,13.093000,328.986000,14.160000,310.152000,18.254000,311.850000,16.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.283000,17.933000,211.595000,27.571000,205.309000,22.382000,200.453000,20.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.584000,-0.643000,179.921000,8.274000,177.874000,0.631000,176.380000,1.674000,171.945000,5.347000,176.643000,-0.596000,173.324000,-4.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.232000,-1.205000,179.255000,-5.790000,179.985000,-7.749000,184.806000,-4.314000,180.873000,-0.162000,183.826000,5.157000,179.067000,1.871000,175.964000,5.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.547000,2.875000,0.140000,1.156000,358.141000,6.209000,354.884000,4.025000,352.765000,4.033000,0.744000,-1.921000,1.075000,-5.224000,4.553000,-0.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.054000,-14.383000,166.020000,-20.753000,170.634000,-13.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.378000,80.578000,264.180000,82.553000,247.083000,86.834000,183.715000,87.563000,150.494000,82.254000,198.163000,82.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.049000,63.785000,297.934000,74.881000,315.783000,67.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.903000,-65.055000,31.840000,-70.168000,62.341000,-70.773000,61.209000,-66.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.829000,-65.668000,82.732000,-64.795000,87.135000,-58.023000,56.938000,-63.111000,71.797000,-70.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.569000,3.674000,114.834000,7.324000,118.156000,1.284000,119.885000,0.168000,127.373000,-1.148000,130.598000,-1.598000,125.468000,2.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.770000,5.939000,187.048000,0.191000,181.712000,1.816000,183.434000,-4.490000,188.562000,-1.825000,192.304000,-2.850000,192.833000,-2.826000,196.493000,-0.363000,194.183000,0.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.416000,26.485000,111.892000,23.105000,111.565000,19.190000,120.607000,20.610000,118.641000,24.007000,115.227000,24.493000,113.559000,28.756000,109.848000,30.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.009000,80.881000,74.528000,81.778000,328.018000,85.871000,45.196000,75.133000,47.946000,70.868000,60.834000,79.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.572000,-4.503000,165.314000,-6.944000,169.923000,-6.060000,178.275000,-3.244000,176.228000,0.800000,174.227000,1.451000,170.415000,-0.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.886000,7.411000,174.291000,-2.488000,179.012000,-9.174000,183.656000,-1.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.216000,-17.910000,189.505000,-20.443000,195.115000,-20.184000,191.911000,-16.303000,185.347000,-14.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.124000,-72.661000,72.812000,-71.495000,44.938000,-74.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.264000,29.281000,205.283000,28.958000,201.773000,28.255000,198.506000,26.383000,193.431000,24.090000,191.928000,22.777000,207.369000,26.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.242000,-74.338000,40.796000,-69.147000,36.950000,-62.565000,12.275000,-62.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.891000,-28.930000,344.045000,-33.464000,350.705000,-20.982000,349.950000,-20.134000,347.448000,-17.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.395000,-5.242000,355.646000,3.936000,355.081000,1.984000,348.792000,1.533000,349.743000,-6.551000,354.095000,-3.988000,355.246000,-7.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.078000,-9.946000,278.836000,-16.582000,282.951000,-19.944000,292.798000,-9.908000,289.805000,-9.750000,288.955000,-6.728000,282.328000,-7.229000,282.437000,-8.285000,276.128000,-6.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.937000,-40.659000,143.212000,-45.139000,153.836000,-49.496000,156.033000,-47.657000,157.742000,-47.199000,160.821000,-46.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.779000,-26.603000,90.007000,-21.629000,92.081000,-18.968000,89.905000,-19.085000,81.583000,-16.503000,84.793000,-21.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.405000,-33.941000,229.027000,-35.823000,220.827000,-40.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.093000,61.551000,183.676000,58.791000,188.132000,63.455000,192.880000,58.957000,198.147000,74.734000,180.990000,70.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.827000,-1.431000,307.005000,-3.365000,316.519000,-7.696000,312.628000,-1.441000,315.278000,-0.052000,313.135000,3.521000,311.351000,2.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.278000,-22.044000,203.440000,-20.204000,203.174000,-16.307000,200.204000,-11.724000,196.641000,-12.012000,195.970000,-10.699000,189.796000,-21.052000,194.550000,-20.946000,195.837000,-25.297000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.346000,0.218000,189.335000,-1.324000,183.327000,0.792000,186.150000,8.811000,182.307000,9.230000,174.754000,2.544000,178.828000,1.063000,179.960000,-0.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.982000,11.478000,183.750000,16.061000,173.653000,13.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.420000,-48.719000,82.875000,-51.144000,94.742000,-48.456000,90.374000,-48.759000,80.319000,-41.170000,80.152000,-42.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.508000,-3.330000,180.415000,-3.200000,187.028000,-10.776000,187.763000,-2.851000,185.591000,-1.441000,188.167000,1.971000,181.237000,7.721000,179.584000,0.785000,177.594000,-0.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.178000,-1.498000,324.125000,-2.136000,323.015000,-4.729000,334.712000,-4.549000,340.024000,-3.915000,337.632000,1.900000,333.224000,0.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.532000,27.177000,38.690000,19.417000,40.865000,19.619000,42.646000,26.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.560000,-13.723000,2.302000,-14.269000,6.118000,-19.647000,3.977000,-13.558000,4.446000,-13.101000,11.692000,-12.690000,2.553000,-6.396000,2.522000,-9.817000,0.938000,-14.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.706000,0.988000,32.879000,-7.051000,41.029000,0.467000,41.257000,5.838000,31.819000,7.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.690000,-50.034000,138.424000,-55.710000,145.685000,-59.579000,151.104000,-52.332000,148.721000,-51.340000,146.103000,-50.896000,141.522000,-47.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.967000,31.167000,319.169000,33.070000,316.470000,22.803000,313.818000,28.453000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.471000,-11.260000,221.834000,-14.257000,224.079000,-16.393000,222.773000,-10.876000,226.792000,-4.930000,224.735000,-1.166000,223.684000,0.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.121000,-69.628000,343.937000,-67.312000,350.002000,-72.108000,16.382000,-74.933000,22.247000,-71.682000,357.844000,-69.844000,0.489000,-68.759000,359.248000,-67.282000,359.637000,-65.397000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.322000,-29.377000,312.915000,-29.706000,317.581000,-33.093000,324.319000,-26.778000,315.355000,-14.478000,312.102000,-15.750000,312.915000,-18.008000,306.468000,-20.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.347000,-7.064000,106.187000,-8.197000,106.068000,-12.215000,107.827000,-11.891000,111.875000,-12.183000,110.866000,-10.326000,114.826000,-4.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.652000,-81.705000,95.926000,-87.117000,239.514000,-87.453000,195.787000,-81.502000,164.429000,-86.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.223000,-12.869000,275.466000,-8.894000,269.141000,-7.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.087000,56.409000,284.361000,66.452000,264.382000,60.349000,261.423000,58.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.636000,-47.004000,121.838000,-50.258000,133.421000,-53.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.336000,70.335000,43.380000,70.613000,54.067000,73.503000,51.024000,76.384000,40.107000,75.755000,32.704000,74.686000,16.994000,76.555000,29.303000,69.815000,34.007000,71.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.207000,17.732000,86.692000,27.196000,78.647000,24.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.015000,-60.709000,127.685000,-56.614000,126.229000,-56.718000,117.976000,-60.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.649000,43.965000,32.926000,37.941000,37.052000,32.964000,38.780000,34.287000,41.478000,30.142000,46.706000,32.531000,42.246000,35.769000,42.256000,36.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.917000,-11.579000,217.625000,-5.694000,221.917000,1.407000,222.739000,4.273000,217.803000,-0.522000,220.194000,5.517000,213.846000,-5.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.207000,-41.580000,184.222000,-40.663000,174.570000,-39.574000,179.683000,-44.126000,178.531000,-48.651000,185.809000,-45.414000,189.118000,-36.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.937000,-7.349000,163.778000,-9.499000,163.827000,0.721000,157.547000,-5.279000,157.078000,-5.035000,155.777000,-3.672000,149.755000,-10.056000,150.361000,-14.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.636000,5.604000,208.335000,3.903000,210.761000,4.511000,217.328000,14.169000,214.488000,10.061000,211.710000,9.093000,207.774000,8.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.689000,41.875000,282.612000,44.816000,278.581000,46.390000,277.670000,33.960000,278.888000,33.792000,290.493000,41.557000,281.585000,40.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.690000,-8.731000,17.312000,-16.852000,17.703000,-18.585000,23.740000,-3.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.795000,-5.089000,187.140000,-5.216000,181.118000,-0.545000,182.579000,1.642000,181.038000,1.939000,178.527000,1.350000,173.523000,1.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.163000,-36.411000,118.838000,-41.703000,113.535000,-41.051000,122.225000,-41.062000,122.558000,-37.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.238000,-0.709000,180.851000,3.338000,181.536000,5.554000,173.715000,4.343000,177.486000,-0.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.568000,-30.345000,295.423000,-26.134000,300.779000,-28.744000,296.542000,-22.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.844000,-16.438000,76.266000,-22.068000,75.459000,-27.244000,80.281000,-24.631000,78.992000,-21.312000,77.473000,-21.925000,77.280000,-21.326000,76.402000,-21.531000,73.127000,-16.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.391000,10.387000,169.596000,5.175000,168.014000,0.766000,164.929000,0.235000,162.317000,-0.947000,173.720000,-2.479000,174.217000,-1.859000,174.415000,1.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.155000,-11.877000,219.973000,-7.773000,220.788000,-8.633000,223.364000,-12.200000,222.094000,-5.965000,220.730000,-1.348000,217.647000,2.083000,218.213000,-5.854000,211.357000,-1.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.161000,-25.943000,28.565000,-23.359000,22.526000,-22.969000,21.673000,-23.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.376000,-0.380000,189.504000,2.943000,192.508000,-8.009000,194.291000,-14.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.798000,36.989000,267.777000,48.196000,259.367000,39.731000,263.989000,32.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.910000,-25.346000,312.475000,-25.108000,315.121000,-25.210000,316.346000,-29.771000,317.628000,-19.544000,311.315000,-17.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.791000,-9.848000,341.615000,-18.170000,349.306000,-0.511000,343.718000,-5.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.640000,-29.874000,337.307000,-33.968000,335.102000,-35.548000,329.933000,-32.730000,345.709000,-41.047000,343.420000,-38.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.498000,23.921000,141.551000,13.683000,145.820000,13.751000,147.172000,18.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.156000,12.921000,3.942000,15.285000,6.172000,24.421000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.450000,12.938000,357.719000,-2.011000,4.140000,-1.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.518000,15.499000,153.991000,19.433000,156.383000,16.899000,155.679000,27.380000,152.398000,26.661000,151.545000,26.563000,147.428000,23.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.216000,-39.633000,328.497000,-37.980000,321.227000,-25.179000,316.149000,-33.334000,314.115000,-35.270000,311.908000,-37.653000,316.109000,-36.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.112000,-9.128000,207.574000,-9.083000,207.297000,-1.648000,196.842000,-6.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.760000,10.696000,69.493000,12.151000,65.586000,8.116000,63.576000,4.657000,65.208000,-3.409000,68.749000,-1.703000,75.730000,2.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.509000,-10.956000,187.115000,-8.415000,180.796000,-15.659000,193.494000,-15.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.495000,-13.089000,201.742000,-20.487000,202.476000,-19.788000,208.569000,-17.910000,210.894000,-13.957000,205.698000,-6.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.643000,16.891000,196.688000,14.430000,197.424000,20.448000,198.203000,24.520000,196.274000,23.358000,189.628000,22.641000,185.944000,26.346000,187.942000,21.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.538000,-27.906000,197.030000,-27.836000,206.355000,-28.210000,206.655000,-24.974000,209.908000,-23.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.090000,35.736000,349.746000,36.364000,355.090000,32.090000,1.170000,32.513000,351.151000,42.511000,350.742000,39.655000,346.462000,42.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.476000,20.279000,132.134000,22.961000,129.469000,23.830000,128.571000,22.618000,124.475000,20.594000,124.910000,16.253000,123.445000,6.550000,125.990000,13.868000,130.154000,7.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.307000,-6.918000,358.436000,-5.530000,358.639000,-1.776000,357.105000,-7.472000,350.954000,-7.034000,4.428000,-13.725000,2.047000,-7.691000,3.965000,-6.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.759000,34.708000,40.622000,36.961000,44.492000,36.553000,42.235000,39.445000,40.273000,42.060000,33.838000,41.549000,34.274000,41.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.175000,-30.823000,65.354000,-28.553000,60.727000,-26.838000,51.858000,-25.257000,56.259000,-26.552000,47.551000,-26.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.810000,36.760000,333.376000,33.391000,329.984000,32.692000,326.985000,25.138000,334.977000,24.045000,334.974000,29.797000,335.791000,27.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.459000,-64.625000,108.540000,-63.719000,93.278000,-63.333000,87.229000,-71.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.256000,-10.520000,174.298000,-13.968000,178.369000,-15.906000,182.770000,-15.904000,181.801000,-4.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.728000,5.902000,167.366000,1.868000,171.766000,-3.131000,176.875000,-10.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.695000,-22.495000,34.399000,-16.443000,28.211000,-13.979000,20.193000,-14.160000,24.570000,-17.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.392000,27.343000,53.767000,29.840000,50.853000,31.404000,49.229000,30.160000,49.683000,25.931000,48.162000,26.160000,52.076000,19.722000,54.698000,14.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.310000,-74.219000,171.245000,-71.446000,167.044000,-68.574000,176.534000,-64.138000,170.535000,-64.359000,158.949000,-62.062000,155.967000,-62.067000,142.947000,-67.588000,147.299000,-73.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.717000,-5.171000,182.084000,-12.164000,188.259000,-3.416000,189.319000,-2.154000,187.487000,-0.518000,180.470000,-2.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.995000,26.501000,181.456000,29.188000,176.912000,24.314000,175.672000,23.276000,172.207000,14.792000,172.777000,14.024000,183.252000,23.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.627000,5.674000,121.924000,9.937000,125.833000,4.834000,127.324000,7.938000,129.765000,8.619000,129.121000,19.234000,129.069000,19.829000,121.261000,15.126000,119.318000,15.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.153000,-2.180000,247.027000,0.980000,245.149000,1.895000,246.757000,4.632000,244.696000,4.907000,238.603000,-3.858000,242.178000,-0.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.378000,29.920000,21.274000,23.505000,23.691000,26.994000,25.899000,21.233000,31.029000,24.697000,25.083000,29.810000,26.751000,31.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.680000,10.763000,54.466000,13.873000,69.499000,10.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.724000,15.533000,60.598000,14.621000,61.424000,14.411000,61.205000,22.279000,60.228000,19.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.350000,78.875000,275.541000,74.900000,277.733000,72.014000,290.413000,74.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.990000,-18.773000,186.355000,-29.127000,189.171000,-24.472000,195.119000,-22.876000,187.481000,-22.215000,186.243000,-17.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.227000,80.435000,342.368000,84.754000,331.311000,82.056000,289.777000,83.800000,302.290000,76.086000,308.959000,75.518000,322.098000,72.633000,329.514000,73.964000,337.085000,69.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.178000,-51.700000,168.259000,-54.615000,178.033000,-56.168000,181.209000,-61.069000,185.905000,-63.319000,187.210000,-55.932000,193.785000,-51.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.103000,20.294000,201.587000,15.731000,195.420000,14.347000,208.257000,12.626000,208.469000,19.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.795000,-18.764000,77.445000,-15.500000,67.740000,-16.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.168000,44.380000,36.119000,43.535000,39.101000,45.736000,41.570000,44.763000,23.619000,52.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.036000,-14.433000,58.231000,-16.322000,57.106000,-20.132000,63.552000,-23.150000,72.434000,-21.271000,66.258000,-13.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.499000,44.157000,164.611000,46.290000,159.340000,53.004000,151.104000,47.955000,148.971000,44.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.825000,-58.811000,49.741000,-56.068000,46.609000,-65.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.703000,-11.501000,7.259000,-12.319000,3.335000,-11.443000,0.607000,-8.692000,358.491000,-12.093000,3.827000,-14.846000,11.244000,-13.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.327000,2.930000,184.843000,-7.554000,180.528000,-2.583000,181.482000,-2.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.239000,2.123000,39.457000,2.042000,30.306000,-3.537000,43.514000,-13.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.181000,33.249000,334.113000,31.252000,352.719000,29.483000,349.484000,31.758000,345.338000,34.639000,343.245000,30.353000,342.173000,34.153000,342.163000,33.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.582000,-7.379000,295.707000,-13.296000,300.376000,-1.314000,296.535000,3.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.841000,25.009000,38.158000,17.002000,52.774000,16.940000,55.426000,18.058000,51.862000,23.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.853000,5.578000,359.927000,4.137000,357.812000,4.879000,353.825000,0.528000,3.799000,-5.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.296000,-3.101000,182.423000,-4.427000,184.868000,2.650000,178.455000,5.937000,172.263000,7.187000,175.316000,4.815000,171.092000,5.442000,171.418000,4.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.758000,-29.784000,182.382000,-16.757000,181.193000,-17.524000,173.437000,-21.688000,174.658000,-23.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.763000,-3.053000,153.326000,-6.947000,156.768000,-13.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.190000,74.000000,81.068000,77.220000,50.380000,78.901000,44.854000,76.012000,50.158000,76.343000,30.522000,73.634000,38.482000,68.510000,55.889000,75.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.960000,18.978000,231.998000,10.765000,237.534000,8.751000,239.158000,9.399000,242.715000,7.919000,242.171000,11.597000,245.247000,9.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.404000,37.229000,163.124000,42.683000,167.989000,41.109000,169.878000,44.109000,172.381000,44.715000,166.439000,45.913000,172.274000,47.810000,157.010000,47.310000,151.023000,47.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.411000,-10.417000,267.493000,-10.445000,267.567000,-9.301000,267.769000,-2.279000,261.380000,-10.687000,267.983000,-20.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.230000,-11.452000,102.461000,-3.670000,106.005000,-4.242000,104.691000,-3.326000,101.602000,-1.143000,92.954000,-0.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.109000,-36.453000,27.030000,-37.594000,24.316000,-32.551000,25.408000,-29.357000,21.221000,-29.520000,14.691000,-27.758000,9.119000,-27.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.514000,-22.749000,53.517000,-19.548000,59.595000,-18.044000,54.373000,-16.938000,48.882000,-14.049000,46.613000,-17.292000,47.323000,-23.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.932000,-23.222000,221.353000,-19.513000,214.260000,-24.237000,209.813000,-33.647000,214.465000,-33.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.819000,13.859000,148.736000,16.715000,148.959000,15.883000,146.762000,16.968000,148.746000,15.596000,142.291000,10.269000,143.621000,8.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.921000,-3.084000,169.936000,-4.112000,173.913000,-3.741000,169.912000,-6.264000,177.145000,-5.530000,180.753000,-2.084000,179.857000,-1.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.681000,54.741000,135.403000,59.325000,127.231000,57.615000,129.049000,52.083000,130.688000,52.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.042000,20.520000,3.317000,13.117000,4.770000,15.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.007000,-12.396000,226.226000,-16.463000,226.987000,-18.695000,224.826000,-19.372000,232.243000,-18.082000,228.838000,-26.066000,239.934000,-18.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.746000,-17.460000,357.393000,-16.857000,354.744000,-8.008000,346.518000,-3.281000,346.854000,-12.550000,346.541000,-13.060000,348.214000,-12.379000,342.072000,-15.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.871000,8.774000,158.387000,1.847000,169.458000,6.455000,163.213000,9.955000,163.887000,17.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.986000,-21.987000,165.037000,-16.204000,162.184000,-13.106000,158.988000,-11.164000,157.993000,-8.770000,156.111000,-5.479000,149.143000,-10.259000,154.769000,-14.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.587000,-0.576000,182.196000,-2.082000,188.211000,-8.074000,190.913000,-15.611000,191.361000,-12.860000,198.724000,-12.837000,196.266000,-8.817000,197.984000,-6.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.555000,-7.042000,243.390000,-12.441000,243.659000,-14.319000,245.959000,-10.192000,249.874000,-1.501000,240.589000,-1.541000,240.834000,-3.412000,239.815000,-9.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.401000,9.184000,225.425000,13.883000,216.591000,10.661000,213.687000,4.406000,221.267000,5.404000,224.132000,1.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.006000,-48.188000,44.690000,-47.455000,52.678000,-52.718000,55.178000,-61.166000,63.312000,-54.250000,65.498000,-48.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.902000,69.791000,351.022000,63.327000,352.140000,62.317000,346.039000,61.829000,341.907000,59.472000,0.039000,62.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.060000,11.572000,175.552000,14.680000,171.030000,20.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.085000,-2.358000,250.772000,-9.338000,249.854000,-14.885000,252.401000,-1.893000,251.466000,-4.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.023000,-4.310000,64.467000,-3.547000,56.586000,-3.106000,57.851000,-4.002000,54.199000,-9.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.435000,52.263000,71.270000,53.032000,60.223000,48.346000,65.282000,47.039000,67.148000,42.918000,73.045000,42.231000,73.408000,42.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.473000,-4.327000,0.338000,1.854000,357.270000,-3.354000,356.307000,-4.378000,350.999000,-5.807000,352.858000,-8.038000,357.131000,-15.414000,357.704000,-11.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.205000,73.349000,176.651000,73.189000,167.210000,83.627000,111.215000,85.309000,98.097000,81.156000,145.420000,79.355000,145.890000,79.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.121000,6.731000,307.799000,9.377000,308.599000,6.994000,305.104000,10.657000,304.917000,7.917000,304.191000,0.255000,308.249000,3.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.944000,16.370000,316.950000,6.256000,321.177000,5.473000,325.788000,12.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.678000,20.753000,30.489000,12.783000,30.296000,17.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.559000,-64.925000,91.096000,-58.638000,80.621000,-54.297000,76.996000,-52.372000,75.297000,-57.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.896000,18.328000,343.598000,16.445000,353.476000,18.993000,359.395000,19.896000,354.788000,21.825000,350.464000,25.763000,346.441000,24.949000,343.055000,23.369000,348.244000,21.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.486000,26.892000,243.142000,29.753000,231.371000,33.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.568000,4.469000,161.865000,-5.586000,163.425000,-4.079000,167.144000,-1.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.590000,17.526000,359.723000,20.190000,0.179000,13.138000,0.325000,8.967000,0.780000,9.998000,0.834000,9.681000,1.087000,10.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.536000,-43.197000,292.450000,-40.835000,287.903000,-39.746000,286.679000,-41.591000,283.895000,-39.695000,289.012000,-46.154000,295.938000,-53.180000,294.111000,-50.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.999000,-6.564000,181.724000,1.798000,182.523000,3.984000,177.568000,-1.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.659000,-6.793000,179.427000,-2.296000,179.478000,-6.691000,183.672000,-3.137000,181.041000,3.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.053000,-25.546000,62.289000,-23.978000,63.022000,-21.820000,53.135000,-29.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.381000,-23.403000,20.856000,-21.231000,18.557000,-18.401000,14.080000,-17.632000,13.283000,-25.307000,6.506000,-28.432000,18.437000,-33.435000,20.329000,-29.098000,21.659000,-29.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.097000,-2.408000,173.174000,-0.352000,179.870000,-1.899000,169.316000,3.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.940000,-17.378000,16.010000,-10.953000,10.881000,-10.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.714000,-9.753000,8.344000,-10.311000,4.984000,4.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.086000,35.108000,258.218000,31.162000,265.819000,27.439000,266.480000,27.938000,266.399000,21.447000,268.393000,28.649000,278.448000,28.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.739000,0.911000,36.961000,2.355000,36.137000,5.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.952000,-7.368000,191.540000,1.042000,180.435000,-3.209000,183.551000,-9.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.896000,8.393000,225.718000,8.145000,225.840000,13.670000,224.773000,14.594000,216.381000,17.471000,208.765000,7.438000,218.456000,6.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.892000,2.207000,103.970000,4.448000,99.376000,7.971000,95.828000,9.861000,93.908000,8.862000,95.204000,4.498000,89.888000,2.844000,98.555000,-3.196000,99.554000,-2.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.317000,-47.351000,291.146000,-49.005000,292.476000,-52.689000,283.097000,-57.883000,300.576000,-55.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.054000,1.866000,186.286000,-1.976000,181.805000,0.811000,181.950000,-4.746000,185.730000,-9.222000,186.808000,-5.203000,195.191000,-6.941000,190.721000,-3.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.064000,20.085000,158.167000,18.838000,156.648000,14.592000,155.392000,20.737000,152.384000,21.145000,153.374000,16.929000,157.850000,3.716000,160.644000,9.305000,165.563000,17.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.127000,-3.419000,334.570000,1.773000,335.325000,3.666000,327.187000,1.153000,325.540000,1.960000,318.086000,1.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.193000,-7.168000,43.882000,-17.176000,50.766000,-15.098000,54.794000,-20.212000,56.853000,-14.723000,57.324000,-11.189000,54.770000,-5.960000,51.852000,-3.566000,49.779000,-5.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.662000,-29.119000,222.820000,-26.229000,225.046000,-22.707000,219.300000,-21.681000,216.678000,-21.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.302000,-40.444000,126.066000,-39.236000,116.681000,-45.223000,117.202000,-52.006000,136.837000,-44.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.373000,27.090000,288.525000,28.595000,295.374000,27.766000,300.469000,28.260000,298.003000,30.594000,289.440000,30.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.397000,-11.788000,1.612000,-14.997000,1.738000,-7.747000,359.902000,-7.264000,353.989000,-19.972000,357.646000,-19.187000,359.805000,-17.890000,0.469000,-17.238000,4.284000,-23.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.066000,62.436000,132.867000,59.884000,144.111000,57.252000,149.026000,61.559000,141.923000,67.729000,124.061000,66.273000,130.851000,65.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.620000,25.383000,115.684000,20.729000,112.514000,17.747000,114.410000,6.900000,121.068000,9.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.493000,41.046000,138.594000,37.083000,137.077000,43.512000,121.689000,42.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.092000,21.352000,252.671000,22.474000,245.984000,17.618000,251.408000,19.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.381000,-47.456000,296.226000,-56.533000,307.624000,-59.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.190000,-4.837000,0.818000,-5.079000,355.207000,1.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.081000,-26.194000,159.183000,-21.952000,148.071000,-28.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.507000,-81.420000,175.481000,-79.877000,161.702000,-80.919000,159.396000,-76.630000,154.812000,-78.731000,111.325000,-80.942000,137.455000,-84.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.840000,-15.631000,344.061000,-14.345000,338.186000,-7.520000,336.660000,-14.010000,337.162000,-15.965000,335.789000,-21.464000,338.263000,-18.522000,338.274000,-19.182000,340.400000,-16.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.821000,25.524000,130.111000,25.976000,130.708000,25.766000,130.955000,32.834000,133.515000,35.497000,125.365000,32.043000,126.756000,31.678000,125.764000,24.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.383000,-56.324000,31.713000,-54.285000,30.450000,-60.627000,43.506000,-60.519000,49.031000,-62.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.611000,74.106000,48.429000,79.656000,58.858000,81.945000,19.281000,76.395000,0.296000,82.945000,357.552000,76.036000,346.523000,72.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.645000,-7.666000,14.575000,-4.368000,3.493000,-6.611000,16.332000,-14.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.735000,52.310000,191.619000,50.006000,179.299000,47.765000,193.566000,45.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.728000,-18.852000,210.323000,-22.263000,215.749000,-23.616000,215.819000,-19.415000,208.244000,-15.590000,208.275000,-17.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.037000,-10.370000,161.926000,-6.159000,162.847000,-4.138000,158.989000,-1.786000,159.573000,-7.398000,157.876000,-6.725000,158.794000,-8.620000,158.176000,-10.170000,159.840000,-10.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.185000,-27.489000,165.675000,-18.517000,167.446000,-23.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.067000,-37.409000,24.894000,-36.954000,26.768000,-35.013000,22.580000,-31.386000,17.929000,-32.140000,13.586000,-37.148000,10.928000,-37.784000,22.341000,-39.650000,23.636000,-39.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.287000,-5.152000,153.979000,-1.984000,151.521000,-1.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.326000,0.387000,2.540000,1.160000,359.363000,0.424000,7.427000,-4.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.253000,11.470000,357.674000,11.819000,357.970000,0.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.902000,21.123000,321.640000,13.802000,322.032000,13.885000,323.332000,12.615000,325.378000,18.958000,325.788000,19.123000,329.988000,23.696000,323.534000,23.461000,321.535000,25.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.015000,-2.296000,176.413000,-2.014000,177.893000,-1.486000,178.896000,-5.605000,179.871000,-2.898000,178.961000,-7.963000,178.427000,3.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.083000,4.065000,13.227000,2.650000,20.344000,6.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.502000,-4.949000,207.588000,-9.174000,210.671000,-7.756000,214.455000,-4.487000,216.284000,1.595000,214.660000,4.111000,208.985000,1.751000,209.882000,-3.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.144000,-60.049000,220.941000,-59.254000,217.221000,-55.651000,211.727000,-54.354000,205.218000,-54.073000,202.907000,-53.802000,197.968000,-52.889000,199.894000,-59.328000,206.770000,-58.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.235000,-32.824000,3.401000,-38.194000,1.654000,-36.852000,356.826000,-34.035000,359.253000,-49.639000,7.556000,-47.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.662000,39.022000,206.186000,36.433000,193.972000,33.756000,199.850000,31.982000,200.012000,25.979000,205.273000,28.317000,207.693000,29.351000,211.028000,33.614000,216.302000,35.508000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.318000,-4.634000,46.383000,-4.603000,55.671000,-6.556000,56.135000,-5.197000,51.677000,-2.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.330000,-0.510000,176.878000,6.744000,175.308000,-0.200000,168.734000,-0.499000,172.786000,-3.612000,172.609000,-8.949000,176.359000,-3.687000,183.679000,-4.961000,181.221000,-3.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.055000,-66.078000,166.334000,-58.417000,169.390000,-51.702000,158.666000,-50.089000,156.758000,-52.380000,157.344000,-54.181000,143.380000,-58.901000,157.790000,-66.673000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.909000,-40.719000,151.242000,-41.446000,149.804000,-43.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.063000,-29.490000,178.092000,-24.242000,177.230000,-33.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.853000,-5.771000,252.155000,-7.880000,251.292000,-8.913000,251.677000,-15.067000,254.128000,-15.425000,262.410000,-13.619000,261.770000,-11.331000,261.955000,-5.173000,253.852000,-1.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.145000,-6.304000,20.083000,-12.806000,23.173000,-7.465000,24.195000,-4.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.110000,1.914000,303.481000,-3.766000,301.898000,7.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.595000,57.220000,292.931000,55.912000,294.188000,46.093000,310.676000,41.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.499000,-75.347000,144.305000,-69.108000,122.825000,-67.803000,108.477000,-68.209000,102.038000,-67.021000,100.862000,-67.897000,113.179000,-72.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.983000,-15.870000,305.930000,-17.441000,302.055000,-10.712000,304.661000,-17.820000,302.389000,-16.730000,297.595000,-24.810000,312.622000,-23.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.255000,-64.114000,120.808000,-64.210000,108.435000,-68.733000,150.883000,-66.432000,133.086000,-64.767000,139.935000,-62.779000,137.013000,-62.656000,132.522000,-61.825000,124.721000,-59.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.251000,80.217000,273.155000,77.950000,260.984000,74.517000,259.760000,70.179000,257.014000,67.764000,270.107000,65.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.913000,-3.336000,183.482000,-1.144000,187.470000,-2.231000,185.305000,-0.275000,182.791000,2.488000,181.905000,-10.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.813000,-11.960000,182.784000,-11.521000,181.953000,-4.226000,175.680000,-5.011000,169.500000,-1.487000,171.764000,-9.227000,165.454000,-12.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.053000,24.214000,23.598000,24.576000,30.229000,28.194000,25.237000,31.310000,17.334000,26.662000,20.903000,24.085000,23.243000,20.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.378000,-11.293000,326.968000,4.853000,321.310000,-0.667000,317.853000,-3.218000,322.104000,-3.471000,320.011000,-6.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.087000,33.454000,86.588000,34.222000,89.931000,26.773000,95.326000,28.616000,100.024000,25.919000,95.899000,31.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.177000,1.739000,56.185000,-1.486000,56.340000,-2.309000,64.492000,0.882000,60.943000,5.460000,60.761000,8.741000,57.081000,10.933000,51.757000,7.801000,51.307000,4.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.967000,2.657000,219.071000,4.227000,216.490000,2.051000,214.405000,0.802000,217.830000,0.560000,219.171000,-3.117000,218.566000,-5.790000,224.107000,-4.579000,225.391000,3.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.898000,-0.534000,210.214000,-1.253000,208.587000,-2.161000,206.282000,-11.347000,211.837000,-8.933000,214.983000,-4.957000,219.325000,-5.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.953000,-55.402000,219.889000,-58.548000,216.613000,-57.079000,216.939000,-52.564000,215.742000,-52.762000,214.477000,-46.166000,210.412000,-52.927000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.761000,-59.967000,94.358000,-67.235000,100.199000,-60.433000,114.783000,-61.675000,102.057000,-57.221000,89.040000,-54.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.073000,24.252000,333.788000,12.914000,342.265000,11.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.274000,24.101000,318.068000,20.134000,316.780000,16.744000,317.412000,16.429000,326.020000,18.944000,330.371000,18.226000,332.343000,20.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.654000,-76.897000,93.966000,-77.949000,101.817000,-82.670000,88.250000,-67.792000,86.762000,-67.895000,85.607000,-67.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.608000,-13.792000,227.944000,-7.305000,221.501000,-7.163000,221.155000,-11.873000,222.539000,-15.964000,222.736000,-23.653000,223.576000,-20.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.254000,49.546000,43.089000,47.982000,41.823000,43.293000,50.528000,40.058000,57.120000,44.688000,51.039000,50.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.607000,-25.948000,165.658000,-11.983000,163.890000,-17.937000,160.548000,-29.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.158000,39.046000,266.705000,52.765000,257.189000,49.657000,259.415000,41.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.373000,29.065000,132.354000,30.796000,135.164000,35.850000,136.623000,37.881000,121.289000,33.889000,125.056000,32.614000,121.401000,31.494000,125.785000,31.183000,129.214000,23.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.965000,21.479000,70.587000,21.409000,65.047000,18.037000,68.516000,12.458000,71.865000,9.712000,71.530000,15.653000,72.384000,19.313000,72.115000,19.581000,71.696000,24.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.989000,17.220000,284.911000,21.994000,276.759000,21.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.437000,19.951000,178.523000,20.514000,179.152000,15.978000,181.254000,18.226000,182.218000,16.431000,182.241000,21.823000,179.033000,23.509000,178.247000,23.868000,178.771000,21.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.061000,78.911000,35.486000,79.857000,83.487000,85.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.359000,7.556000,175.788000,11.202000,179.204000,4.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.597000,24.774000,124.725000,31.184000,123.320000,28.548000,118.060000,23.270000,118.893000,18.688000,127.256000,18.232000,132.021000,19.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.813000,20.749000,82.841000,32.364000,86.815000,22.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.670000,-13.295000,124.295000,-12.214000,128.955000,-10.596000,129.405000,-10.659000,124.979000,-3.311000,120.794000,-2.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.902000,30.778000,140.736000,31.479000,128.634000,27.168000,138.693000,24.973000,139.147000,27.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.418000,-7.917000,71.040000,-13.274000,69.220000,-15.287000,71.859000,-13.162000,76.906000,-11.568000,80.321000,-12.428000,80.170000,-3.419000,76.303000,-4.268000,75.369000,-4.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.410000,-1.128000,178.351000,-0.219000,176.442000,9.898000,165.444000,8.701000,170.545000,3.371000,170.992000,3.135000,168.086000,-1.191000,174.158000,-3.073000,174.069000,1.346000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.401000,-11.900000,179.446000,-14.380000,181.162000,-13.849000,187.871000,-14.703000,186.451000,-13.481000,182.085000,-7.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.290000,-23.192000,36.046000,-23.111000,34.116000,-16.623000,23.641000,-30.485000,29.701000,-27.434000,32.084000,-28.926000,32.337000,-28.299000,37.155000,-27.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.342000,60.768000,307.273000,61.392000,311.816000,55.209000,317.802000,60.116000,323.798000,63.115000,321.745000,68.737000,308.755000,68.385000,305.919000,66.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.640000,-9.522000,283.748000,-3.109000,273.189000,-8.687000,284.765000,-13.966000,283.841000,-9.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.533000,22.620000,89.261000,21.227000,89.047000,20.956000,89.184000,20.529000,97.803000,15.256000,96.655000,18.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.787000,49.813000,209.669000,53.962000,207.585000,48.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.553000,-6.490000,176.947000,-9.954000,177.607000,-9.323000,187.202000,5.232000,183.485000,0.336000,182.653000,-1.303000,181.172000,-0.124000,179.855000,-2.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.302000,-47.173000,144.289000,-46.364000,145.283000,-41.404000,144.397000,-41.448000,129.605000,-46.998000,136.540000,-50.268000,153.842000,-51.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.174000,-9.168000,296.774000,-1.475000,290.503000,2.829000,288.483000,3.428000,288.087000,0.964000,289.819000,-4.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.923000,-34.870000,125.998000,-34.034000,128.251000,-35.475000,134.578000,-43.526000,140.669000,-38.827000,135.712000,-36.752000,137.950000,-31.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.588000,22.170000,242.673000,28.426000,246.380000,37.021000,236.344000,28.925000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.840000,-49.113000,217.514000,-53.786000,229.362000,-50.783000,236.171000,-44.032000,232.219000,-40.940000,228.709000,-40.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.585000,-6.899000,163.458000,-5.037000,163.697000,-4.991000,164.196000,5.319000,163.355000,5.556000,160.879000,4.977000,154.801000,7.778000,157.342000,1.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.912000,-31.212000,57.411000,-37.929000,54.971000,-44.525000,58.870000,-43.230000,63.148000,-47.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.978000,17.942000,230.432000,16.750000,230.226000,16.445000,226.902000,10.930000,225.327000,6.714000,232.802000,-0.574000,236.890000,7.411000,233.186000,11.259000,232.430000,10.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.741000,-13.219000,334.652000,-23.907000,337.994000,-25.164000,337.454000,-16.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.072000,-13.666000,31.620000,-18.524000,37.906000,-18.649000,41.232000,-14.912000,42.036000,-14.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.749000,-18.308000,106.664000,-16.838000,113.682000,-24.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.619000,24.591000,261.429000,20.348000,262.778000,23.344000,264.792000,26.197000,256.374000,28.353000,255.923000,27.281000,248.320000,27.676000,249.876000,23.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.368000,39.384000,18.108000,46.079000,12.160000,35.945000,20.900000,35.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.572000,71.153000,277.082000,73.641000,274.530000,62.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.141000,-5.125000,359.207000,-2.633000,359.031000,-8.449000,1.573000,-11.249000,359.288000,-15.073000,0.273000,-14.913000,11.077000,-6.689000,11.131000,-3.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.447000,-50.233000,279.759000,-42.863000,264.010000,-53.685000,276.579000,-53.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.664000,10.175000,179.136000,8.608000,169.545000,12.584000,170.123000,19.638000,166.143000,13.802000,159.883000,11.214000,165.015000,10.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.683000,11.955000,301.345000,20.568000,300.826000,14.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.881000,73.929000,223.746000,78.728000,219.580000,75.972000,217.578000,72.749000,216.554000,72.248000,249.735000,64.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.049000,-42.051000,108.691000,-41.723000,109.728000,-44.297000,116.131000,-52.666000,120.180000,-49.617000,121.932000,-47.864000,120.289000,-45.210000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.579000,-11.920000,193.644000,-21.531000,197.569000,-18.483000,202.215000,-17.302000,196.379000,-6.776000,193.951000,-10.091000,186.707000,-8.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.953000,-14.094000,31.201000,-19.247000,34.059000,-17.004000,33.365000,-14.352000,31.793000,-12.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.507000,37.760000,101.806000,44.463000,97.794000,52.136000,89.333000,49.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.996000,2.020000,356.089000,-2.207000,3.797000,-2.403000,2.991000,0.544000,8.375000,-3.564000,9.305000,0.579000,6.536000,3.064000,10.274000,6.437000,2.304000,4.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.460000,-35.697000,168.660000,-32.330000,163.336000,-32.304000,163.181000,-36.688000,166.429000,-40.016000,166.943000,-40.728000,171.006000,-37.494000,179.014000,-35.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.045000,33.865000,180.384000,41.074000,176.766000,44.557000,172.049000,41.437000,166.217000,46.248000,168.601000,34.180000,169.261000,31.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.778000,-64.397000,336.685000,-67.709000,334.817000,-69.565000,4.140000,-67.125000,343.515000,-55.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.954000,-2.569000,1.334000,1.169000,358.178000,8.754000,353.301000,-6.388000,353.391000,-6.672000,6.078000,-5.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.904000,-55.904000,31.546000,-56.644000,39.329000,-51.317000,23.908000,-50.677000,26.118000,-52.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.077000,31.890000,292.814000,29.294000,295.127000,32.578000,295.460000,34.261000,296.490000,34.854000,290.622000,46.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.741000,-56.854000,355.902000,-55.829000,353.084000,-53.998000,351.277000,-49.031000,345.447000,-50.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.244000,67.796000,277.634000,71.106000,263.719000,73.778000,239.298000,72.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.200000,-16.304000,330.647000,-11.117000,337.159000,-11.568000,325.200000,-1.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.220000,-20.715000,181.622000,-21.933000,184.460000,-20.700000,181.293000,-17.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.980000,-79.886000,339.721000,-70.144000,314.184000,-79.539000,341.324000,-79.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.922000,-64.628000,12.172000,-62.541000,17.781000,-63.254000,17.384000,-58.860000,14.436000,-56.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.654000,61.181000,62.519000,59.051000,56.858000,52.993000,71.967000,56.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.587000,46.387000,57.905000,44.447000,71.245000,43.669000,71.758000,44.777000,60.653000,48.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.354000,31.593000,177.756000,32.987000,166.968000,30.474000,171.772000,28.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.206000,34.212000,175.870000,32.755000,176.522000,32.232000,175.456000,30.842000,177.657000,30.900000,179.164000,29.035000,185.103000,25.910000,180.384000,31.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.939000,3.517000,189.974000,-3.774000,192.088000,12.814000,187.858000,8.904000,182.463000,13.211000,182.596000,2.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.581000,-66.670000,180.023000,-67.073000,187.094000,-65.635000,189.640000,-61.435000,170.553000,-63.841000,166.849000,-66.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.795000,27.711000,144.449000,21.063000,140.835000,15.572000,146.268000,18.088000,153.966000,13.407000,155.844000,21.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.657000,-5.530000,189.393000,0.248000,181.602000,4.566000,180.066000,-2.184000,179.231000,-9.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.500000,23.846000,5.961000,29.576000,7.095000,30.364000,353.919000,34.073000,359.900000,25.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.464000,56.587000,241.244000,50.547000,250.057000,46.305000,245.721000,43.169000,252.452000,47.435000,253.917000,40.455000,263.256000,43.285000,265.079000,47.950000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.778000,33.219000,24.565000,35.670000,30.582000,29.290000,31.161000,29.278000,35.039000,35.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.638000,-4.901000,49.897000,-2.842000,51.878000,-12.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.568000,16.684000,168.396000,17.496000,161.464000,23.151000,164.581000,16.562000,164.686000,13.857000,164.601000,8.754000,170.202000,9.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.733000,5.986000,217.279000,17.238000,212.330000,17.206000,205.079000,17.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.960000,58.448000,55.162000,59.027000,44.965000,58.823000,31.800000,65.128000,33.418000,63.594000,31.396000,55.115000,41.204000,55.187000,45.053000,54.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.462000,24.398000,257.917000,17.424000,271.347000,13.939000,267.118000,29.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.159000,-0.130000,352.907000,-1.618000,0.996000,-3.619000,1.776000,-1.429000,4.288000,4.152000,4.449000,5.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.930000,4.819000,163.829000,15.976000,158.943000,9.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.363000,-1.527000,178.306000,-1.097000,178.194000,-1.907000,188.682000,2.094000,182.940000,3.064000,177.179000,1.779000,174.554000,1.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.689000,-44.803000,188.903000,-47.305000,192.127000,-40.628000,196.759000,-39.808000,190.681000,-34.795000,185.845000,-37.188000,179.084000,-35.744000,186.429000,-40.270000,183.258000,-42.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.063000,37.328000,282.242000,37.265000,284.388000,44.508000,276.051000,40.570000,274.468000,40.558000,263.986000,41.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.220000,-41.017000,152.552000,-35.630000,141.374000,-38.261000,138.118000,-36.247000,132.203000,-36.324000,129.980000,-38.356000,134.533000,-40.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.753000,-22.736000,198.075000,-26.269000,200.549000,-18.128000,198.890000,-15.675000,189.966000,-16.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.992000,-23.070000,4.447000,-23.783000,3.223000,-24.744000,1.107000,-23.087000,357.502000,-24.702000,0.265000,-25.904000,357.792000,-27.342000,359.322000,-27.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.110000,14.614000,346.310000,24.171000,345.960000,21.105000,343.405000,18.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.014000,10.877000,188.035000,13.577000,187.831000,17.648000,183.816000,19.468000,184.683000,16.086000,185.415000,8.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.081000,-15.828000,340.689000,-7.422000,341.768000,-5.767000,341.736000,-2.900000,340.395000,-1.857000,339.202000,-2.057000,336.992000,-0.893000,335.068000,-8.685000,331.034000,-14.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.955000,-29.790000,166.435000,-31.266000,164.144000,-35.402000,169.856000,-34.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.666000,-15.019000,285.423000,-15.915000,283.401000,-9.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.512000,-11.883000,11.994000,-10.750000,12.466000,-1.039000,9.919000,-0.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.414000,39.053000,140.272000,29.308000,148.161000,28.693000,148.900000,33.130000,152.417000,31.799000,145.393000,37.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.123000,-41.711000,295.325000,-38.728000,291.404000,-40.427000,285.738000,-45.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.376000,-34.702000,158.034000,-34.501000,160.327000,-38.147000,153.233000,-35.929000,161.945000,-42.545000,163.621000,-50.965000,165.191000,-43.267000,174.166000,-41.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.813000,31.981000,155.687000,29.353000,160.894000,26.726000,162.660000,27.464000,166.961000,28.525000,173.510000,24.547000,175.246000,28.422000,172.831000,29.216000,169.011000,32.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.617000,-83.424000,259.511000,-85.024000,236.787000,-76.857000,198.138000,-80.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.060000,-28.436000,185.115000,-24.434000,180.998000,-22.299000,179.409000,-27.483000,177.220000,-27.535000,183.048000,-37.862000,181.147000,-30.532000,181.170000,-29.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.793000,-2.730000,218.892000,0.754000,220.259000,-0.100000,223.048000,1.789000,219.704000,11.371000,213.800000,11.010000,210.130000,12.531000,208.689000,8.829000,208.310000,2.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.187000,-17.667000,163.342000,-11.685000,165.073000,-10.373000,162.834000,-8.802000,161.939000,-8.445000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.075000,7.761000,6.361000,15.396000,2.586000,18.331000,5.590000,14.181000,3.043000,12.098000,3.644000,9.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.348000,35.903000,261.434000,29.683000,265.375000,39.174000,252.325000,40.499000,253.174000,35.512000,253.159000,33.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.155000,-13.441000,96.890000,-23.426000,95.967000,-26.865000,98.304000,-28.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.848000,-43.205000,33.886000,-39.981000,28.967000,-42.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.247000,4.555000,4.844000,2.562000,1.023000,-4.077000,4.398000,-2.378000,11.543000,-3.718000,12.043000,-1.710000,9.985000,3.096000,7.164000,3.453000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.585000,-2.543000,256.703000,-1.408000,254.322000,4.212000,251.339000,-2.377000,249.463000,-3.570000,246.186000,-6.430000,251.689000,-5.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.647000,-3.648000,165.781000,-11.560000,169.647000,1.067000,159.034000,-2.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.632000,81.868000,133.327000,75.336000,126.177000,72.186000,144.595000,74.484000,144.337000,72.245000,150.556000,69.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.381000,4.485000,15.795000,4.268000,15.715000,-3.032000,18.291000,1.018000,18.759000,0.504000,22.579000,6.081000,22.140000,6.154000,18.291000,13.863000,11.063000,11.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.557000,49.145000,292.623000,47.744000,291.383000,43.184000,295.849000,44.850000,303.176000,38.175000,301.800000,41.925000,300.058000,46.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.253000,-61.153000,243.469000,-64.271000,244.692000,-52.708000,239.045000,-56.746000,236.056000,-54.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.258000,33.257000,100.606000,29.411000,103.005000,28.337000,105.788000,29.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.743000,-10.997000,161.571000,-11.709000,163.323000,-9.249000,167.684000,-2.185000,162.817000,-6.679000,160.615000,-8.245000,158.940000,-7.383000,155.708000,-8.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.846000,-4.318000,356.325000,0.277000,356.484000,-7.122000,356.142000,-4.008000,353.942000,-17.456000,0.925000,-14.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.709000,-24.324000,179.915000,-21.253000,174.167000,-18.333000,173.289000,-18.978000,173.865000,-24.734000,173.047000,-31.811000,176.002000,-33.734000,178.900000,-27.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.373000,-12.282000,7.147000,-10.272000,5.089000,-18.130000,6.809000,-16.971000,11.611000,-4.911000,12.470000,-3.896000,7.358000,-6.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.397000,9.481000,202.654000,14.834000,199.299000,17.271000,188.940000,13.633000,198.252000,14.734000,201.802000,7.878000,199.841000,13.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.826000,40.836000,36.116000,47.523000,37.847000,44.908000,45.383000,47.626000,44.087000,55.217000,34.061000,54.028000,30.972000,53.275000,26.166000,54.165000,20.492000,50.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.923000,6.445000,353.722000,5.786000,357.193000,-1.948000,0.204000,-2.121000,0.134000,-2.896000,4.701000,-6.766000,2.998000,-1.327000,7.791000,-3.745000,2.571000,-0.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.896000,15.188000,320.012000,21.318000,320.644000,24.801000,320.690000,26.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.495000,60.457000,196.633000,75.952000,190.174000,72.902000,192.865000,67.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.486000,21.647000,241.952000,19.601000,244.508000,19.818000,243.460000,29.206000,243.177000,29.994000,241.808000,27.511000,239.252000,24.450000,234.397000,26.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.460000,7.810000,47.533000,6.966000,47.190000,-1.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.419000,-32.391000,30.996000,-22.988000,25.454000,-24.399000,26.617000,-32.791000,28.299000,-38.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.907000,-27.350000,195.723000,-26.384000,191.023000,-24.881000,189.218000,-23.858000,183.220000,-29.092000,183.516000,-31.036000,192.870000,-29.619000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.122000,6.023000,118.667000,4.101000,117.658000,15.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.111000,-7.551000,349.139000,-8.398000,347.468000,-7.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.074000,29.373000,142.273000,24.287000,147.395000,19.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.477000,31.739000,274.620000,36.912000,269.413000,35.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.491000,-45.591000,117.017000,-45.258000,108.489000,-43.630000,115.158000,-45.499000,115.380000,-47.229000,119.674000,-51.487000,125.703000,-48.733000,130.480000,-44.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.445000,43.340000,333.903000,36.266000,338.454000,37.698000,341.545000,39.115000,348.981000,46.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.724000,-8.951000,110.643000,-7.446000,114.014000,-8.565000,109.023000,-6.307000,115.779000,-5.760000,114.978000,-4.735000,108.645000,-5.492000,109.994000,1.529000,98.845000,-6.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.470000,28.612000,200.344000,34.241000,197.513000,38.277000,193.587000,34.617000,192.493000,33.192000,186.137000,32.684000,185.452000,27.675000,189.547000,24.555000,191.216000,24.945000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.897000,7.708000,138.033000,9.596000,136.595000,3.307000,137.114000,-0.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.392000,9.167000,0.370000,11.925000,1.997000,13.140000,349.586000,11.623000,351.288000,6.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.617000,-7.976000,337.706000,-16.349000,339.434000,-13.025000,347.523000,-12.266000,341.480000,-8.016000,342.976000,-7.196000,345.359000,-4.037000,334.447000,-2.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.152000,-80.771000,170.189000,-68.459000,148.722000,-72.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.228000,16.064000,79.434000,14.061000,79.345000,8.954000,82.739000,17.682000,82.730000,18.413000,77.504000,23.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.153000,-40.534000,347.497000,-43.326000,352.548000,-41.905000,2.400000,-41.671000,354.759000,-39.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.729000,5.285000,127.398000,6.504000,133.249000,8.295000,127.091000,9.885000,117.980000,12.856000,115.293000,9.433000,118.263000,7.750000,119.341000,5.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.714000,8.982000,359.719000,1.079000,354.775000,6.627000,5.215000,-3.952000,6.513000,-2.640000,3.751000,-1.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.797000,9.923000,31.693000,9.080000,44.643000,19.043000,42.971000,18.757000,34.011000,21.852000,29.527000,23.205000,32.410000,17.399000,31.398000,17.644000,27.792000,17.644000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.463000,-14.768000,28.460000,-18.390000,28.279000,-24.734000,35.592000,-27.030000,41.690000,-22.636000,37.521000,-20.826000,42.363000,-20.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.506000,19.384000,73.205000,18.975000,72.184000,12.737000,74.610000,16.389000,76.735000,14.756000,79.624000,12.540000,76.937000,16.990000,76.737000,19.531000,75.682000,19.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.311000,8.947000,13.515000,5.988000,10.988000,12.705000,1.656000,16.029000,4.161000,12.337000,357.145000,15.191000,359.262000,14.075000,359.335000,9.214000,356.543000,7.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.840000,-38.699000,298.598000,-45.020000,301.258000,-46.140000,306.781000,-51.094000,314.711000,-45.088000,319.172000,-45.134000,311.649000,-35.562000,308.769000,-40.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.587000,-38.315000,41.608000,-37.069000,40.610000,-26.774000,35.717000,-29.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.931000,-42.887000,286.201000,-46.153000,292.623000,-47.121000,289.708000,-50.906000,299.815000,-43.835000,297.155000,-43.947000,296.952000,-42.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.825000,5.471000,29.243000,0.294000,44.129000,-3.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.585000,10.844000,217.181000,4.733000,217.920000,5.004000,223.895000,0.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.527000,0.055000,171.289000,-2.908000,179.408000,-2.424000,181.238000,9.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.424000,-18.264000,74.358000,-22.021000,75.921000,-22.925000,75.692000,-28.467000,86.532000,-30.038000,88.214000,-23.809000,86.119000,-22.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.974000,-29.824000,36.687000,-32.820000,38.036000,-40.993000,40.836000,-38.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.341000,61.387000,137.509000,53.949000,147.007000,54.366000,149.360000,55.585000,144.270000,60.431000,140.008000,62.506000,138.557000,62.474000,156.164000,63.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.816000,13.367000,73.150000,12.018000,74.159000,11.725000,75.106000,12.261000,76.890000,6.770000,76.664000,5.304000,82.119000,15.985000,74.624000,16.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.003000,73.194000,328.885000,66.697000,341.871000,61.425000,348.588000,59.689000,347.108000,71.795000,341.414000,73.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.493000,84.408000,40.748000,79.652000,87.949000,86.980000,251.176000,83.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.664000,46.818000,149.185000,49.442000,149.441000,46.290000,152.648000,40.989000,154.600000,45.053000,163.732000,52.337000,153.653000,52.571000,149.281000,51.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.371000,2.744000,118.476000,9.601000,112.980000,13.719000,111.005000,10.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.219000,-29.155000,89.058000,-34.862000,90.706000,-35.814000,93.021000,-40.501000,102.127000,-44.258000,102.661000,-38.479000,101.422000,-33.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.267000,-8.955000,86.172000,-11.277000,86.927000,-12.759000,85.761000,-19.122000,88.934000,-16.657000,88.206000,-18.013000,90.752000,-17.985000,91.738000,-14.669000,97.105000,-6.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.450000,5.829000,61.454000,-2.711000,67.149000,-11.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.573000,4.777000,136.735000,3.985000,131.074000,5.437000,128.707000,7.303000,127.491000,7.592000,127.414000,9.026000,119.179000,-0.378000,130.391000,-2.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.604000,-24.426000,357.035000,-29.764000,356.799000,-21.436000,358.455000,-21.415000,2.411000,-19.899000,355.330000,-17.215000,354.509000,-16.912000,353.982000,-13.733000,351.940000,-18.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.597000,-17.617000,209.170000,-14.006000,200.532000,-3.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.259000,-2.971000,3.478000,2.032000,353.608000,7.141000,356.989000,2.334000,353.076000,-1.939000,355.607000,-1.805000,359.817000,2.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.101000,9.415000,313.471000,6.130000,314.034000,5.630000,313.426000,4.278000,311.075000,2.097000,318.795000,-2.889000,319.975000,-1.560000,321.337000,-2.469000,317.564000,4.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.385000,41.550000,141.548000,47.309000,144.027000,50.323000,150.949000,50.866000,151.132000,51.355000,147.130000,56.189000,135.643000,55.632000,133.333000,40.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.686000,34.233000,99.956000,30.380000,102.719000,23.412000,114.942000,35.500000,105.081000,35.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.963000,16.184000,172.840000,12.419000,182.237000,15.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.559000,18.725000,161.022000,12.858000,158.847000,18.687000,160.056000,12.928000,156.553000,6.416000,160.172000,4.041000,161.531000,2.033000,163.264000,5.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.024000,-7.345000,317.955000,-2.434000,316.760000,-0.480000,307.241000,-3.908000,316.349000,-7.635000,316.219000,-1.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.544000,-13.572000,28.986000,-11.563000,33.504000,-4.913000,17.598000,-5.507000,21.488000,-16.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.582000,18.900000,140.529000,9.957000,141.195000,18.276000,147.943000,19.448000,139.263000,23.708000,139.138000,21.141000,137.749000,21.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.098000,17.338000,358.016000,11.248000,356.077000,7.844000,0.333000,10.785000,2.060000,11.345000,4.050000,14.271000,4.956000,19.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.989000,59.823000,76.854000,57.677000,79.690000,62.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.070000,21.157000,79.906000,18.949000,83.873000,16.890000,86.754000,13.861000,86.989000,18.725000,92.125000,23.225000,91.981000,23.940000,90.818000,24.871000,82.727000,22.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.827000,-52.395000,321.660000,-49.322000,312.234000,-48.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.059000,-26.855000,30.828000,-25.402000,30.205000,-26.899000,29.206000,-26.608000,36.192000,-37.372000,36.942000,-35.334000,43.038000,-25.998000,40.615000,-28.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.371000,26.410000,318.508000,28.171000,322.425000,27.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.254000,9.394000,149.227000,9.294000,149.164000,12.238000,148.610000,19.495000,144.861000,14.859000,143.319000,13.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.770000,38.938000,258.665000,33.443000,257.023000,34.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.234000,-31.333000,39.446000,-23.893000,36.136000,-26.528000,36.073000,-34.985000,37.759000,-35.427000,41.556000,-32.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.232000,-35.176000,355.206000,-42.168000,353.618000,-29.561000,352.008000,-28.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.968000,-23.522000,336.759000,-13.777000,331.161000,-11.472000,328.742000,-19.370000,330.559000,-25.088000,328.311000,-28.172000,333.519000,-30.394000,336.231000,-23.462000,339.204000,-27.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.246000,-37.147000,228.404000,-35.960000,228.754000,-38.072000,219.752000,-35.774000,229.894000,-40.947000,234.400000,-46.051000,237.291000,-39.338000,235.465000,-39.068000,242.946000,-37.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.658000,-9.460000,319.966000,-5.210000,305.686000,5.729000,307.222000,-0.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.860000,39.174000,259.263000,42.050000,262.119000,40.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.364000,66.504000,182.806000,56.450000,185.163000,62.058000,186.849000,69.183000,182.594000,67.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.370000,62.576000,135.787000,69.506000,107.536000,65.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.188000,34.030000,338.329000,36.762000,331.996000,43.676000,326.149000,41.993000,328.193000,33.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.576000,-21.081000,8.628000,-22.494000,14.006000,-25.124000,12.978000,-14.526000,11.233000,-9.947000,7.903000,-16.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.174000,-3.069000,173.588000,-5.184000,169.575000,-9.553000,172.477000,-10.175000,180.372000,-14.581000,183.361000,-14.903000,181.505000,-7.620000,180.285000,-6.274000,179.034000,-1.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.186000,16.760000,186.968000,16.311000,193.249000,15.298000,191.955000,14.638000,196.889000,15.467000,195.584000,18.223000,193.952000,22.012000,191.703000,17.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.050000,-15.973000,20.713000,-10.536000,15.906000,-12.306000,13.350000,-7.260000,12.358000,-7.063000,8.646000,-6.080000,6.606000,-9.122000,9.737000,-13.255000,13.730000,-13.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.265000,-57.731000,351.076000,-53.584000,1.261000,-55.392000,356.514000,-51.389000,352.739000,-49.398000,342.322000,-42.960000,341.596000,-46.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.703000,14.590000,30.612000,10.940000,31.772000,9.862000,30.712000,3.067000,33.353000,0.726000,33.857000,4.791000,36.503000,4.595000,36.230000,6.185000,37.613000,7.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.045000,7.500000,22.144000,9.391000,19.478000,8.272000,18.571000,8.226000,11.359000,14.855000,13.076000,6.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.665000,-6.391000,113.870000,-6.072000,109.757000,-2.633000,107.737000,-1.938000,106.713000,-2.185000,107.466000,-5.544000,102.564000,-5.501000,114.670000,-12.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.313000,8.594000,105.845000,10.997000,107.112000,15.473000,101.002000,13.218000,98.772000,12.529000,98.321000,4.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.077000,5.538000,158.465000,9.264000,164.806000,15.129000,164.735000,15.752000,158.550000,20.587000,157.804000,20.980000,157.127000,23.070000,154.328000,18.369000,151.496000,16.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.802000,-3.876000,181.695000,7.463000,177.765000,2.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.160000,48.604000,193.042000,55.694000,185.819000,57.642000,170.308000,58.342000,172.274000,55.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.200000,0.585000,184.109000,-4.087000,189.099000,-7.738000,195.780000,-3.346000,199.537000,-2.482000,198.588000,-1.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.199000,54.825000,298.353000,46.258000,300.280000,46.114000,302.781000,43.647000,314.201000,47.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.126000,24.073000,337.377000,19.438000,351.993000,18.019000,343.648000,21.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.706000,-1.874000,335.667000,-7.154000,349.028000,-4.108000,349.719000,1.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.318000,-8.369000,192.369000,-3.364000,194.343000,1.703000,193.674000,0.522000,192.574000,-1.218000,191.799000,-0.049000,188.888000,-5.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.343000,46.480000,175.449000,48.020000,163.477000,54.074000,158.148000,52.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.170000,-3.392000,75.481000,1.616000,70.940000,0.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.601000,40.828000,273.493000,39.132000,284.621000,41.316000,284.093000,49.373000,276.103000,47.125000,267.378000,48.816000,272.259000,44.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.744000,-12.797000,186.643000,-2.406000,180.762000,2.428000,179.946000,0.746000,177.721000,-4.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.823000,5.169000,12.659000,5.670000,13.104000,-1.366000,20.975000,-1.390000,21.381000,1.383000,22.132000,1.835000,18.254000,7.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.930000,-18.725000,185.717000,-18.405000,184.469000,-17.943000,190.163000,-14.639000,180.305000,-14.081000,181.568000,-19.915000,179.476000,-24.063000,182.962000,-20.874000,185.526000,-25.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.033000,21.353000,298.001000,19.232000,299.517000,16.454000,312.095000,22.349000,305.350000,24.846000,302.612000,29.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.030000,41.720000,265.677000,36.122000,271.979000,34.737000,272.479000,30.537000,273.710000,34.177000,279.694000,36.873000,278.494000,36.931000,282.714000,39.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.607000,27.779000,12.698000,27.064000,4.748000,29.071000,2.831000,29.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.503000,19.170000,335.843000,25.006000,341.507000,16.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.424000,-28.866000,44.583000,-26.327000,43.227000,-18.296000,29.902000,-26.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.688000,-22.873000,21.248000,-17.986000,11.000000,-17.067000,4.993000,-27.538000,6.185000,-27.214000,12.272000,-26.449000,15.946000,-29.111000,19.420000,-31.391000,15.419000,-25.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.056000,-33.861000,213.574000,-26.624000,200.621000,-30.348000,200.669000,-36.077000,203.041000,-40.299000,213.873000,-39.051000,216.890000,-41.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.187000,2.639000,4.284000,2.779000,4.101000,3.495000,355.680000,5.716000,350.250000,7.089000,353.005000,1.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.020000,6.558000,175.489000,-0.690000,175.727000,-2.415000,178.892000,2.057000,180.967000,0.847000,185.634000,-2.232000,182.439000,4.602000,183.019000,12.481000,180.081000,6.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.100000,3.870000,179.214000,4.429000,175.901000,8.296000,175.572000,-3.480000,179.745000,-5.532000,180.851000,1.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.330000,-3.499000,170.317000,-3.830000,172.116000,-4.472000,175.979000,-13.620000,184.826000,-2.748000,175.740000,-2.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.848000,34.701000,235.514000,34.741000,231.991000,33.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.424000,-41.735000,353.472000,-37.784000,352.875000,-35.336000,331.062000,-35.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.084000,3.168000,330.538000,0.469000,328.478000,-7.837000,340.506000,-2.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.501000,21.932000,42.980000,29.618000,39.099000,36.271000,31.269000,36.475000,35.256000,31.966000,34.813000,27.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.800000,52.957000,195.769000,53.516000,195.205000,61.012000,195.378000,53.730000,190.974000,50.089000,190.111000,44.593000,194.187000,49.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.375000,28.599000,114.341000,32.406000,113.548000,36.710000,109.192000,44.014000,110.173000,38.354000,109.987000,35.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.709000,-14.220000,71.479000,-11.231000,71.604000,-11.721000,71.669000,-8.400000,72.816000,-10.014000,67.608000,-2.777000,65.040000,-1.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.893000,85.016000,66.672000,86.375000,346.393000,86.153000,341.953000,80.126000,352.957000,82.098000,57.236000,81.516000,30.476000,84.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.962000,-34.931000,140.691000,-35.286000,145.765000,-34.379000,147.355000,-29.392000,143.812000,-31.209000,147.955000,-28.032000,139.801000,-32.422000,136.526000,-35.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.942000,-5.196000,193.203000,-6.717000,207.237000,-12.911000,200.853000,-1.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.138000,8.004000,273.598000,1.414000,274.167000,2.180000,272.622000,8.862000,268.261000,12.775000,267.405000,17.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.094000,21.747000,60.634000,19.624000,50.729000,30.891000,49.413000,22.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.993000,25.645000,9.854000,27.367000,13.152000,33.551000,14.531000,34.246000,7.293000,41.376000,4.221000,37.514000,359.172000,35.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.544000,-20.604000,284.676000,-16.315000,279.259000,-27.101000,280.827000,-28.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.156000,-2.490000,202.445000,-4.468000,203.644000,-11.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.392000,50.169000,257.214000,49.882000,253.944000,50.406000,252.390000,46.382000,261.003000,39.121000,262.251000,42.395000,265.988000,43.083000,270.752000,48.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.806000,75.607000,254.534000,73.900000,250.515000,71.703000,261.355000,73.539000,280.353000,69.270000,252.700000,81.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.320000,-17.167000,246.671000,-19.754000,244.059000,-23.294000,246.999000,-23.120000,259.101000,-18.573000,254.088000,-17.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.074000,-4.613000,352.301000,-6.948000,357.040000,-5.376000,357.431000,-7.566000,1.408000,-2.961000,359.210000,-0.578000,4.689000,-0.686000,359.094000,2.063000,357.530000,2.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.363000,34.769000,143.940000,25.160000,140.258000,35.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.797000,6.121000,200.595000,10.855000,197.876000,14.176000,197.530000,15.893000,197.583000,16.222000,191.881000,10.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.910000,-10.007000,287.069000,-15.240000,288.220000,-18.117000,295.411000,-17.597000,297.340000,-15.357000,293.948000,-12.881000,297.585000,-10.535000,293.582000,-8.386000,289.216000,-6.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.698000,-19.076000,170.821000,-21.066000,181.506000,-21.860000,176.650000,-19.925000,180.392000,-16.951000,171.233000,-10.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.325000,-40.281000,81.505000,-40.588000,82.763000,-37.630000,75.038000,-38.218000,69.114000,-39.142000,68.670000,-41.997000,68.884000,-43.245000,72.863000,-41.112000,74.040000,-44.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.430000,-36.942000,35.699000,-31.262000,33.964000,-31.236000,29.448000,-39.229000,30.524000,-39.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.870000,20.150000,190.597000,11.567000,197.721000,18.374000,192.048000,24.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.677000,-13.303000,103.099000,-17.969000,105.884000,-25.854000,106.266000,-19.939000,110.131000,-21.682000,112.807000,-19.765000,108.806000,-17.617000,107.232000,-16.034000,105.461000,-14.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.643000,-59.669000,176.513000,-63.545000,174.527000,-64.246000,185.831000,-67.449000,206.084000,-60.248000,192.201000,-64.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.102000,-0.123000,323.337000,-1.142000,319.711000,9.204000,316.882000,9.650000,315.266000,4.109000,316.768000,-5.137000,320.229000,-0.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.008000,-1.082000,171.918000,0.495000,175.921000,-5.117000,170.508000,-6.684000,177.233000,-5.963000,172.851000,-10.175000,173.116000,-10.696000,180.876000,-5.773000,184.104000,-0.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.183000,-29.938000,312.239000,-29.364000,310.824000,-30.488000,313.297000,-29.703000,317.278000,-31.537000,315.387000,-23.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.876000,-22.484000,282.807000,-24.743000,272.611000,-12.182000,266.130000,-19.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.992000,3.747000,281.200000,5.110000,272.613000,10.050000,264.200000,3.181000,269.386000,0.797000,271.130000,-0.541000,271.880000,-0.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.549000,-38.634000,24.910000,-36.575000,23.426000,-37.038000,14.906000,-33.884000,21.230000,-38.073000,17.194000,-36.113000,19.123000,-38.247000,19.227000,-39.469000,24.923000,-42.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.881000,-29.976000,317.030000,-35.523000,327.611000,-29.980000,330.881000,-29.546000,324.449000,-25.524000,325.711000,-23.280000,319.443000,-23.450000,317.802000,-22.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.532000,-44.025000,177.111000,-41.069000,183.903000,-40.143000,180.328000,-34.362000,162.488000,-39.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.584000,14.443000,178.467000,9.783000,182.932000,10.854000,183.180000,4.993000,183.860000,8.664000,185.609000,4.425000,188.987000,12.677000,192.033000,13.539000,190.661000,18.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.502000,-81.441000,331.075000,-78.420000,317.519000,-81.769000,312.777000,-86.429000,206.924000,-87.346000,20.447000,-87.706000,54.573000,-81.935000,20.637000,-86.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.281000,0.247000,336.056000,4.883000,341.609000,5.592000,337.658000,7.919000,339.187000,15.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.978000,49.468000,136.501000,54.396000,138.632000,48.392000,125.611000,48.004000,128.546000,45.411000,138.277000,44.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.366000,9.327000,270.874000,6.129000,275.570000,6.175000,278.147000,3.633000,274.766000,7.667000,266.746000,14.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.122000,2.528000,106.508000,11.061000,103.094000,13.688000,93.606000,17.080000,94.235000,13.824000,91.785000,12.636000,95.678000,10.026000,93.449000,4.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.058000,44.617000,240.140000,45.396000,245.599000,41.215000,251.042000,46.116000,252.122000,47.207000,243.701000,51.254000,240.216000,52.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.935000,21.015000,140.437000,17.137000,140.960000,16.517000,142.032000,16.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.770000,-62.718000,114.019000,-63.800000,120.022000,-59.525000,119.123000,-57.532000,118.807000,-54.962000,102.749000,-50.876000,99.158000,-57.730000,99.060000,-61.695000,102.873000,-64.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.065000,26.703000,314.412000,34.811000,304.180000,30.345000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.949000,3.229000,356.858000,1.303000,359.066000,3.580000,356.720000,6.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.550000,-24.484000,35.345000,-25.638000,28.583000,-24.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.039000,-38.580000,313.228000,-36.846000,312.778000,-43.643000,313.052000,-49.558000,328.063000,-52.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.740000,7.826000,0.000000,-8.870000,1.887000,-2.738000,1.689000,2.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.093000,3.162000,3.731000,4.354000,3.814000,3.231000,359.926000,0.217000,8.232000,-5.619000,11.270000,0.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.744000,38.191000,176.007000,37.975000,168.107000,40.409000,169.075000,36.803000,173.692000,34.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.365000,-4.416000,0.269000,-5.276000,10.178000,0.768000,6.288000,5.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.985000,-59.597000,170.026000,-54.254000,163.118000,-59.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.316000,41.445000,48.481000,40.519000,45.418000,36.142000,57.066000,39.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.958000,19.464000,344.677000,12.310000,344.402000,11.668000,343.238000,9.139000,349.984000,13.253000,349.179000,20.615000,347.572000,21.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.588000,-21.811000,163.579000,-21.466000,162.758000,-28.263000,167.712000,-28.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.838000,13.839000,356.322000,12.921000,353.663000,12.001000,348.679000,9.988000,350.341000,10.104000,4.798000,8.320000,3.348000,9.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.578000,-47.058000,128.010000,-48.103000,130.136000,-41.187000,123.500000,-42.239000,117.762000,-38.095000,116.729000,-44.476000,116.045000,-44.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.624000,-43.695000,16.417000,-41.560000,13.374000,-31.052000,9.137000,-33.637000,4.243000,-32.842000,0.141000,-34.213000,5.381000,-36.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.283000,24.656000,298.298000,14.734000,298.163000,18.395000,304.503000,21.486000,303.243000,22.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.440000,-12.775000,193.790000,-14.336000,194.781000,-2.404000,190.539000,2.780000,187.086000,-3.433000,188.240000,-6.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.733000,-3.221000,297.774000,-4.414000,291.363000,-5.971000,290.630000,-6.098000,291.152000,-9.113000,294.026000,-8.670000,297.560000,-15.204000,299.191000,-13.259000,305.412000,-7.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.156000,-43.135000,328.377000,-38.618000,331.693000,-48.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.600000,-39.871000,279.988000,-40.188000,283.778000,-37.659000,283.546000,-30.758000,282.438000,-27.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.048000,30.705000,176.520000,40.489000,176.349000,39.151000,168.542000,42.022000,164.795000,35.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.732000,31.485000,158.849000,35.606000,152.192000,20.103000,159.842000,24.116000,159.126000,29.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.546000,26.132000,354.790000,27.761000,347.798000,19.328000,348.788000,14.607000,354.564000,19.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.132000,6.272000,0.227000,3.596000,5.484000,2.742000,11.090000,4.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.899000,-2.536000,127.065000,-2.345000,130.296000,6.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.289000,-8.791000,153.243000,-11.550000,151.455000,-13.653000,156.344000,-17.933000,157.198000,-14.683000,165.729000,-11.453000,164.937000,-10.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.809000,-24.247000,185.562000,-24.267000,180.453000,-20.432000,173.244000,-13.382000,181.295000,-30.270000,178.422000,-23.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.281000,-33.817000,112.505000,-27.945000,103.824000,-32.561000,109.744000,-38.984000,111.179000,-39.097000,112.024000,-38.314000,116.851000,-39.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.307000,-18.013000,321.744000,-19.594000,319.579000,-20.705000,322.829000,-21.889000,323.756000,-24.301000,330.174000,-19.925000,331.074000,-13.236000,327.062000,-15.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.409000,-6.685000,197.323000,-3.412000,191.288000,-2.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.589000,36.541000,60.289000,38.642000,64.143000,33.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.457000,10.753000,263.847000,8.484000,268.133000,16.960000,268.716000,12.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.478000,22.882000,250.055000,31.694000,245.687000,27.785000,244.999000,27.097000,241.317000,26.831000,242.029000,26.655000,241.796000,24.847000,239.236000,23.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.858000,15.678000,221.860000,19.410000,216.942000,15.811000,218.632000,4.981000,224.377000,2.903000,227.258000,12.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.031000,-44.180000,33.957000,-39.932000,26.786000,-31.287000,30.114000,-39.179000,27.797000,-40.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.202000,67.411000,309.532000,60.520000,312.481000,61.193000,315.279000,62.193000,330.539000,70.574000,325.337000,71.270000,332.072000,72.622000,311.379000,72.746000,306.861000,74.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.329000,-37.510000,230.712000,-39.218000,236.742000,-36.024000,232.874000,-35.663000,229.398000,-37.289000,225.678000,-41.249000,231.846000,-47.353000,232.346000,-41.625000,237.532000,-42.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.659000,-1.695000,188.207000,0.354000,174.510000,-3.300000,175.761000,-5.935000,182.013000,-4.995000,184.933000,-8.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.611000,-40.958000,102.952000,-44.294000,116.435000,-48.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.130000,80.266000,126.091000,71.842000,151.003000,75.800000,147.445000,73.960000,152.059000,71.770000,157.520000,74.415000,157.692000,76.361000,105.668000,82.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.743000,8.644000,338.748000,8.575000,335.710000,12.494000,334.704000,15.925000,332.354000,18.395000,332.137000,13.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.065000,13.350000,217.147000,14.155000,213.117000,20.477000,207.371000,22.367000,201.267000,18.459000,204.378000,15.529000,209.485000,14.981000,210.379000,10.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.656000,-25.296000,327.966000,-26.432000,334.981000,-20.508000,338.636000,-18.074000,330.377000,-16.792000,329.457000,-17.634000,326.248000,-19.516000,328.220000,-19.364000,320.606000,-22.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.177000,4.885000,19.594000,6.645000,25.624000,6.756000,18.156000,15.423000,18.185000,16.678000,14.753000,17.262000,16.343000,13.772000,14.182000,12.832000,9.910000,9.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.113000,5.303000,141.417000,9.002000,146.146000,12.398000,137.349000,11.581000,136.155000,12.776000,135.714000,9.683000,134.693000,7.164000,133.819000,6.171000,136.460000,6.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.324000,-2.474000,238.089000,-0.426000,238.756000,2.949000,236.776000,5.418000,232.306000,11.851000,228.424000,4.729000,232.276000,2.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.783000,23.453000,352.512000,23.544000,354.626000,26.072000,356.924000,29.699000,348.952000,29.594000,346.381000,23.730000,344.600000,20.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.442000,-30.453000,175.260000,-34.647000,184.369000,-27.402000,179.104000,-27.238000,175.193000,-23.691000,172.161000,-20.014000,175.551000,-26.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.251000,41.027000,322.186000,38.936000,318.079000,38.917000,321.130000,37.761000,316.639000,35.934000,324.704000,36.436000,323.651000,35.714000,331.599000,33.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.882000,-32.930000,185.942000,-33.726000,182.787000,-29.217000,173.368000,-23.787000,171.477000,-29.952000,166.090000,-28.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.615000,60.100000,326.521000,56.122000,327.272000,54.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.660000,9.268000,218.461000,8.610000,226.231000,10.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.994000,17.212000,321.973000,11.282000,324.913000,11.560000,325.799000,10.345000,328.871000,15.347000,327.288000,17.013000,323.815000,16.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.709000,-23.513000,171.074000,-22.774000,177.014000,-24.211000,178.996000,-22.501000,175.263000,-20.353000,168.765000,-21.311000,163.568000,-19.874000,163.335000,-26.677000,168.354000,-24.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.358000,-69.079000,240.691000,-62.967000,230.084000,-67.231000,227.275000,-68.121000,217.818000,-64.100000,217.675000,-65.535000,224.596000,-71.244000,208.445000,-77.768000,248.728000,-75.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.879000,35.037000,44.438000,33.121000,36.255000,40.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.686000,51.857000,143.868000,50.140000,163.023000,52.073000,145.823000,63.036000,141.421000,62.183000,142.773000,58.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.216000,32.349000,172.903000,27.594000,178.195000,25.234000,172.679000,23.004000,181.224000,17.152000,183.210000,27.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.321000,-12.376000,0.462000,-21.197000,1.430000,-14.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.019000,13.937000,177.835000,11.731000,183.851000,6.665000,187.258000,10.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.256000,-13.661000,178.623000,-16.012000,174.272000,-16.593000,174.351000,-18.181000,171.741000,-21.404000,189.621000,-16.804000,188.585000,-15.693000,188.359000,-14.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.166000,2.900000,359.525000,9.559000,355.143000,10.028000,350.388000,9.280000,350.482000,6.663000,348.552000,4.606000,353.607000,5.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.779000,19.881000,349.318000,9.546000,355.845000,9.673000,2.658000,6.478000,2.719000,8.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.059000,34.077000,210.961000,34.479000,205.895000,26.777000,220.250000,22.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.880000,-3.385000,89.587000,-9.405000,94.834000,-1.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.541000,6.205000,185.721000,10.995000,178.586000,19.448000,174.740000,11.659000,169.750000,7.299000,171.377000,6.468000,173.532000,3.279000,177.514000,5.921000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.546000,30.209000,245.735000,32.948000,240.463000,28.811000,238.876000,33.055000,231.297000,22.352000,239.986000,21.203000,243.362000,18.144000,242.979000,23.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.959000,12.489000,12.798000,13.139000,15.407000,13.295000,20.218000,13.226000,15.852000,19.132000,8.842000,22.953000,1.272000,21.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.039000,-28.380000,263.099000,-30.292000,265.931000,-29.736000,270.663000,-24.498000,272.968000,-15.371000,267.333000,-22.217000,267.122000,-19.006000,266.040000,-21.791000,265.225000,-20.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.946000,2.394000,348.845000,1.841000,344.927000,-1.921000,357.776000,1.254000,1.543000,2.423000,354.185000,4.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.038000,-16.969000,9.417000,-18.569000,13.279000,-19.307000,15.485000,-19.658000,19.254000,-24.164000,22.913000,-20.881000,15.901000,-17.185000,19.061000,-8.965000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.434000,-13.598000,133.166000,-11.113000,130.716000,-10.031000,128.187000,-16.375000,133.146000,-22.500000,133.786000,-23.189000,136.422000,-15.237000,142.753000,-18.571000,145.080000,-14.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.653000,2.517000,192.664000,4.895000,189.167000,3.709000,182.896000,1.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.525000,38.723000,347.238000,34.931000,343.535000,43.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.034000,-58.653000,350.705000,-58.715000,6.635000,-61.755000,20.005000,-61.125000,10.922000,-59.079000,8.430000,-55.640000,1.315000,-50.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.812000,-20.053000,55.460000,-21.366000,62.355000,-23.782000,66.932000,-26.421000,73.331000,-18.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.374000,-61.393000,118.877000,-66.287000,116.458000,-61.303000,124.035000,-57.178000,125.920000,-52.983000,127.023000,-52.149000,121.365000,-54.500000,111.637000,-54.485000,104.568000,-56.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.196000,21.289000,140.653000,16.014000,141.127000,16.838000,142.037000,19.633000,144.153000,27.210000,134.972000,26.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.421000,44.095000,231.842000,45.578000,221.602000,44.581000,218.517000,42.078000,226.273000,45.227000,224.191000,40.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.391000,10.378000,351.423000,6.383000,354.256000,12.857000,355.978000,13.735000,349.727000,17.319000,345.227000,17.606000,345.811000,16.990000,345.131000,15.854000,348.146000,13.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.018000,21.900000,168.185000,20.784000,168.398000,20.604000,171.205000,12.935000,170.051000,22.674000,171.771000,30.921000,167.473000,32.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.046000,-39.933000,30.945000,-41.803000,18.180000,-48.983000,22.025000,-46.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.677000,-5.616000,169.559000,-4.256000,174.632000,-2.617000,173.951000,-1.940000,177.082000,-1.429000,174.504000,-0.123000,171.013000,1.625000,172.128000,5.713000,167.857000,3.679000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.107000,18.127000,143.175000,22.435000,136.644000,23.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.127000,-15.807000,336.600000,-16.227000,334.156000,-19.373000,336.445000,-19.807000,339.365000,-19.355000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.969000,16.208000,56.655000,14.699000,58.454000,15.030000,57.351000,9.701000,61.562000,13.537000,62.104000,15.037000,69.930000,16.397000,62.792000,19.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.003000,15.127000,280.745000,14.110000,285.411000,23.753000,278.331000,22.747000,278.754000,22.056000,279.990000,20.321000,275.309000,23.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.109000,48.782000,3.988000,51.311000,1.553000,54.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.331000,13.605000,15.051000,12.781000,22.244000,11.882000,21.915000,4.750000,26.696000,11.521000,30.284000,13.446000,28.903000,15.002000,23.935000,18.248000,21.069000,21.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.714000,-10.613000,6.183000,-4.263000,359.434000,2.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.209000,8.227000,55.232000,12.218000,53.052000,13.468000,51.854000,15.097000,49.104000,18.099000,44.900000,20.748000,43.821000,21.270000,44.929000,14.242000,47.257000,13.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.692000,-27.539000,6.286000,-24.529000,1.248000,-22.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.649000,-0.477000,78.615000,0.048000,82.587000,-1.642000,88.589000,0.915000,83.255000,7.926000,77.817000,7.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.205000,-2.211000,224.558000,5.044000,228.812000,4.508000,229.817000,4.310000,228.386000,13.445000,226.215000,10.186000,222.229000,7.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.194000,10.244000,346.681000,2.745000,347.089000,-2.686000,348.413000,-5.560000,351.123000,-0.049000,354.644000,0.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.476000,-44.465000,193.303000,-39.399000,179.542000,-39.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.562000,-0.019000,150.413000,2.656000,153.992000,4.938000,150.988000,7.461000,148.157000,13.236000,144.020000,8.115000,140.581000,9.914000,141.537000,-1.622000,144.601000,-2.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.842000,-21.057000,168.945000,-25.079000,172.968000,-27.432000,177.885000,-23.600000,184.289000,-13.110000,181.503000,-13.023000,172.088000,-16.336000,172.389000,-17.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.650000,2.204000,182.466000,-3.387000,182.617000,0.050000,178.626000,4.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.733000,35.304000,77.391000,34.061000,75.984000,32.642000,78.703000,29.915000,81.509000,30.261000,85.093000,29.548000,89.039000,29.001000,95.870000,33.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.600000,2.450000,301.048000,-0.728000,302.994000,2.528000,299.419000,5.686000,296.843000,6.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.014000,-64.036000,226.518000,-59.057000,214.150000,-59.565000,225.021000,-66.259000,227.296000,-69.788000,239.891000,-73.967000,238.433000,-68.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.504000,0.715000,169.192000,-13.578000,180.603000,-8.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.155000,-17.764000,304.271000,-20.031000,304.960000,-23.048000,302.389000,-25.731000,297.215000,-28.942000,301.954000,-27.143000,303.355000,-27.303000,314.190000,-25.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.454000,-4.643000,359.148000,-2.459000,349.118000,-5.375000,354.327000,-10.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.067000,5.758000,179.456000,3.057000,177.723000,4.756000,175.873000,4.642000,178.270000,0.571000,172.043000,-2.801000,182.366000,-3.831000,183.006000,0.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.501000,-10.086000,229.248000,-4.775000,223.523000,-1.569000,228.155000,-6.822000,220.038000,-7.905000,223.512000,-7.806000,228.113000,-11.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.305000,34.181000,40.950000,40.164000,34.140000,35.208000,33.358000,38.176000,25.512000,30.307000,26.311000,29.331000,32.257000,32.144000,37.128000,26.259000,41.021000,27.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.874000,5.716000,204.978000,3.874000,197.439000,7.601000,195.340000,9.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.651000,-75.355000,266.264000,-67.302000,265.077000,-66.879000,258.745000,-67.035000,241.509000,-69.690000,222.421000,-73.209000,233.291000,-72.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.915000,80.260000,76.165000,81.874000,65.022000,77.122000,96.941000,73.862000,105.007000,81.413000,115.112000,80.643000,65.788000,85.663000,64.582000,85.248000,17.967000,84.552000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.052000,69.125000,259.941000,64.872000,279.283000,63.623000,296.412000,67.507000,303.939000,72.904000,298.838000,76.306000,257.808000,72.388000,249.000000,71.271000,249.437000,71.065000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.668000,4.958000,239.685000,-2.169000,247.519000,-2.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.032000,14.965000,355.278000,11.371000,2.883000,10.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.238000,-39.331000,144.494000,-28.132000,140.602000,-30.396000,139.005000,-24.707000,135.053000,-24.464000,133.751000,-24.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.215000,4.770000,168.664000,3.718000,180.193000,-0.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.416000,-1.622000,175.733000,-9.018000,180.354000,0.643000,184.206000,4.026000,174.896000,6.941000,167.746000,1.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.783000,68.429000,231.726000,66.004000,237.796000,69.447000,233.539000,74.160000,235.843000,71.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.184000,57.307000,138.736000,52.140000,153.380000,54.729000,150.371000,66.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.440000,10.349000,356.584000,5.895000,351.535000,6.826000,0.714000,-0.989000,5.834000,1.431000,3.450000,3.560000,2.345000,7.900000,0.443000,8.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.508000,-53.903000,148.496000,-51.954000,153.123000,-58.520000,149.989000,-50.297000,153.075000,-48.828000,145.089000,-46.793000,144.935000,-47.639000,135.840000,-50.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.681000,26.028000,172.398000,25.556000,170.029000,28.380000,168.399000,17.133000,176.069000,15.634000,180.091000,19.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.392000,-55.095000,313.764000,-50.295000,315.825000,-48.160000,301.136000,-48.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.889000,-31.471000,12.383000,-25.655000,14.488000,-22.225000,12.561000,-20.801000,5.915000,-22.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.091000,-8.703000,346.050000,-9.332000,339.713000,-9.413000,344.992000,-13.313000,343.262000,-12.425000,343.897000,-15.130000,344.335000,-17.927000,345.399000,-23.832000,346.090000,-21.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.892000,-29.634000,299.964000,-28.958000,293.560000,-19.855000,289.487000,-24.044000,289.504000,-27.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.862000,14.709000,335.682000,15.170000,338.950000,12.350000,343.082000,10.754000,339.429000,6.445000,341.544000,3.173000,350.939000,5.393000,353.843000,8.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.599000,-28.455000,155.587000,-34.712000,163.549000,-36.003000,163.848000,-34.709000,162.094000,-32.429000,159.113000,-31.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.397000,-38.935000,215.161000,-38.416000,211.924000,-37.315000,209.399000,-36.222000,210.301000,-32.528000,209.029000,-30.938000,206.092000,-37.074000,209.587000,-42.929000,218.379000,-41.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.380000,-21.311000,135.519000,-18.570000,136.429000,-16.760000,133.414000,-13.056000,132.483000,-9.487000,127.814000,-12.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.587000,-50.549000,235.510000,-51.287000,234.553000,-52.024000,241.245000,-52.681000,241.245000,-52.173000,250.352000,-49.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.129000,12.008000,8.765000,12.221000,13.708000,11.243000,14.318000,9.796000,22.079000,18.438000,19.098000,19.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.889000,-16.241000,184.586000,-17.329000,186.531000,-14.807000,187.691000,-16.653000,193.357000,-12.590000,190.912000,-10.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.921000,0.027000,185.604000,4.613000,182.886000,-1.390000,189.457000,-5.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.526000,-49.441000,183.534000,-41.415000,171.670000,-42.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.309000,-11.239000,266.853000,-6.094000,270.040000,0.150000,263.212000,-1.588000,262.265000,-2.520000,263.434000,-4.568000,263.189000,-4.787000,260.306000,-8.976000,263.468000,-8.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.551000,-21.316000,169.494000,-18.686000,167.076000,-18.327000,167.529000,-14.564000,157.716000,-16.493000,157.405000,-18.723000,162.369000,-19.999000,165.488000,-21.318000,163.974000,-25.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.541000,-6.003000,337.603000,-6.130000,329.157000,-9.363000,335.053000,-12.145000,341.931000,-13.572000,346.547000,-8.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.046000,-56.985000,350.031000,-49.289000,345.177000,-43.503000,337.940000,-50.981000,343.224000,-50.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.689000,11.691000,155.740000,10.976000,156.633000,9.705000,152.922000,10.551000,158.073000,2.795000,169.224000,3.152000,168.576000,11.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.832000,22.872000,329.045000,23.437000,327.618000,29.236000,321.713000,22.279000,319.413000,15.616000,322.960000,15.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.419000,33.183000,25.119000,36.828000,22.309000,39.606000,22.148000,39.848000,30.480000,40.924000,17.370000,40.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.690000,28.445000,26.960000,20.707000,29.533000,21.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.070000,-8.424000,350.226000,-10.057000,356.460000,-16.552000,4.736000,-10.244000,358.787000,-6.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.129000,10.845000,348.861000,11.343000,348.897000,14.742000,346.635000,13.525000,342.282000,14.982000,337.909000,16.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.533000,6.986000,165.458000,12.578000,156.504000,12.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.272000,-59.268000,68.793000,-55.301000,74.138000,-52.985000,62.395000,-52.804000,53.394000,-53.226000,50.962000,-55.874000,54.594000,-59.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.977000,1.332000,13.126000,1.831000,13.286000,7.070000,12.403000,9.508000,8.777000,-1.630000,14.804000,-4.924000,17.759000,-3.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.852000,29.939000,164.541000,31.646000,160.711000,34.626000,154.977000,31.169000,154.162000,29.828000,162.712000,30.785000,164.232000,26.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.353000,-6.867000,208.793000,-8.529000,208.997000,-10.219000,208.684000,-14.042000,215.022000,-6.091000,206.537000,-0.958000,204.979000,-4.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.683000,-31.733000,351.898000,-27.307000,347.476000,-26.221000,345.961000,-28.294000,339.960000,-34.952000,342.310000,-34.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.449000,-29.259000,130.886000,-32.254000,123.764000,-32.314000,126.888000,-36.493000,124.243000,-41.161000,124.168000,-41.621000,130.107000,-39.902000,137.712000,-36.317000,138.603000,-31.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.568000,-60.747000,11.401000,-55.985000,4.441000,-60.625000,5.454000,-60.580000,11.392000,-64.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.363000,18.468000,185.785000,18.650000,190.170000,16.937000,191.341000,16.312000,193.674000,21.846000,193.015000,24.343000,187.862000,22.084000,188.280000,23.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.253000,20.418000,70.754000,32.368000,68.060000,26.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.740000,-2.203000,188.437000,1.466000,182.207000,0.447000,181.457000,3.322000,180.562000,6.093000,181.538000,-1.293000,181.359000,-1.687000,179.921000,-5.664000,180.345000,-7.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.502000,8.256000,336.948000,13.756000,335.091000,17.764000,332.455000,19.300000,329.644000,18.992000,328.372000,18.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.989000,-72.504000,276.611000,-71.833000,264.396000,-68.620000,269.887000,-68.228000,251.387000,-63.603000,245.042000,-75.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.422000,10.668000,55.648000,16.387000,51.770000,13.688000,53.513000,9.067000,51.511000,10.038000,50.348000,9.037000,49.805000,6.497000,49.666000,4.217000,55.929000,5.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.657000,-47.821000,348.161000,-55.100000,354.080000,-49.937000,352.670000,-53.409000,0.906000,-50.406000,7.758000,-42.870000,2.153000,-40.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.810000,6.496000,0.459000,5.390000,9.386000,12.255000,5.216000,10.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.487000,-33.001000,154.103000,-26.565000,145.507000,-31.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.285000,-10.583000,190.597000,-5.444000,190.384000,-1.769000,190.587000,-1.682000,185.807000,1.000000,180.374000,6.371000,180.000000,-1.407000,177.288000,-2.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.172000,39.321000,108.268000,39.706000,110.983000,36.411000,108.236000,41.425000,113.975000,36.371000,106.530000,47.447000,98.591000,44.860000,97.770000,38.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.961000,-3.234000,43.267000,-14.947000,43.852000,-7.138000,46.767000,-3.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.899000,-3.632000,5.271000,2.969000,1.479000,4.165000,354.822000,5.885000,358.736000,3.631000,357.149000,1.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.758000,-32.522000,354.294000,-37.039000,359.525000,-36.212000,358.541000,-31.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.494000,83.295000,254.549000,78.163000,296.298000,76.306000,308.222000,77.210000,322.915000,72.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.190000,23.940000,147.188000,19.496000,151.755000,26.147000,157.482000,28.927000,159.857000,31.102000,156.625000,31.761000,150.856000,29.428000,145.994000,31.808000,143.646000,26.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.960000,32.249000,317.625000,26.359000,324.668000,27.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.820000,29.138000,139.139000,24.906000,139.049000,34.064000,138.388000,35.217000,136.264000,39.589000,130.542000,34.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.232000,15.402000,143.628000,18.387000,150.574000,16.887000,134.013000,21.344000,139.540000,10.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.500000,-10.454000,12.485000,-10.118000,10.201000,-7.689000,14.849000,-1.511000,13.934000,-1.848000,11.069000,-2.539000,7.563000,-2.815000,6.710000,-7.862000,2.921000,-7.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.256000,41.568000,162.102000,28.752000,168.218000,27.210000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.917000,2.015000,357.096000,-8.749000,359.344000,-0.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.255000,1.378000,12.999000,0.591000,4.234000,-4.156000,7.971000,-4.201000,15.269000,-4.992000,17.789000,0.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.768000,-25.003000,276.140000,-23.770000,271.387000,-25.983000,273.729000,-18.933000,269.783000,-23.605000,268.092000,-30.344000,277.347000,-32.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.297000,-62.821000,199.952000,-69.256000,234.606000,-70.331000,235.253000,-66.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.564000,33.611000,119.911000,26.436000,135.607000,24.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.074000,-64.650000,204.913000,-67.318000,176.655000,-60.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.917000,-46.072000,43.349000,-48.900000,42.159000,-54.506000,44.669000,-57.991000,52.411000,-58.912000,56.001000,-51.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.581000,4.913000,173.753000,12.010000,169.483000,13.547000,165.761000,12.826000,159.743000,9.338000,159.386000,2.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.236000,3.287000,155.716000,-4.727000,155.583000,5.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.629000,10.895000,163.436000,11.644000,156.826000,15.829000,159.842000,7.701000,159.772000,0.775000,162.376000,6.775000,164.718000,1.528000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.522000,34.784000,218.229000,31.709000,220.183000,24.070000,224.993000,25.217000,228.945000,35.603000,219.226000,40.531000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.134000,62.506000,13.245000,63.834000,19.048000,56.820000,20.963000,63.535000,15.609000,65.173000,26.072000,68.974000,21.816000,69.000000,31.340000,71.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.367000,17.078000,173.172000,12.375000,177.216000,14.501000,178.585000,9.775000,180.141000,13.686000,186.312000,14.081000,185.153000,18.941000,175.600000,27.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.104000,-8.417000,48.633000,-10.339000,50.794000,-7.031000,49.526000,-12.366000,55.319000,-4.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.651000,14.086000,25.871000,11.652000,25.719000,8.193000,32.009000,14.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.153000,49.312000,252.135000,45.213000,260.217000,44.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.147000,-47.847000,189.905000,-43.976000,191.473000,-51.412000,182.337000,-52.554000,195.753000,-52.254000,201.630000,-52.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.162000,33.568000,102.750000,41.248000,93.894000,29.023000,114.266000,33.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.634000,45.768000,136.291000,47.362000,146.804000,49.901000,139.792000,53.676000,138.470000,59.740000,132.925000,53.605000,126.343000,52.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.076000,0.878000,348.802000,6.276000,350.566000,-0.883000,345.286000,-1.551000,345.762000,-7.665000,354.084000,-8.489000,352.856000,-5.467000,354.591000,-3.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.158000,31.509000,279.157000,28.510000,285.055000,21.821000,289.248000,34.891000,287.230000,34.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.862000,-55.721000,328.319000,-56.012000,329.249000,-66.028000,339.349000,-59.284000,342.276000,-55.911000,343.026000,-51.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.017000,-0.740000,5.752000,9.332000,5.730000,14.246000,1.082000,6.087000,354.060000,4.331000,0.182000,-2.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.280000,-16.525000,87.613000,-10.548000,81.857000,-17.641000,80.552000,-20.448000,83.800000,-18.379000,88.694000,-24.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.485000,-26.830000,175.036000,-24.870000,180.792000,-28.961000,171.749000,-28.738000,173.970000,-35.022000,181.752000,-32.280000,193.322000,-30.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.025000,-21.856000,109.925000,-24.496000,111.407000,-20.058000,103.853000,-18.676000,101.035000,-14.087000,100.362000,-21.866000,100.805000,-21.777000,100.255000,-28.798000,103.144000,-27.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.058000,-13.237000,122.816000,-13.627000,121.028000,-13.178000,114.972000,-12.873000,113.318000,-5.991000,104.887000,-9.873000,109.872000,-12.598000,110.832000,-19.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.733000,41.875000,270.529000,38.329000,262.503000,36.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.566000,-6.691000,351.483000,-13.440000,354.891000,-16.967000,0.179000,-14.222000,1.287000,-13.638000,2.174000,-12.802000,3.587000,-10.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.005000,-20.704000,24.256000,-25.656000,30.252000,-19.461000,29.956000,-19.892000,33.597000,-24.849000,39.707000,-18.989000,34.106000,-18.703000,34.010000,-17.004000,31.702000,-17.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.287000,-62.641000,139.809000,-57.097000,125.119000,-53.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.118000,-30.184000,58.674000,-33.019000,56.549000,-28.762000,53.854000,-25.633000,47.889000,-21.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.085000,39.461000,70.032000,43.828000,68.587000,47.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.394000,-10.608000,48.711000,-18.315000,54.993000,-15.660000,54.952000,-7.130000,57.613000,-3.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.092000,-6.970000,103.299000,-22.412000,107.841000,-10.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.995000,69.416000,316.314000,67.346000,322.959000,64.890000,330.526000,63.434000,333.359000,64.536000,330.173000,67.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.397000,-8.749000,346.639000,-4.169000,349.201000,-8.477000,349.406000,-1.406000,348.340000,1.589000,344.712000,-2.257000,338.318000,-2.813000,344.922000,-4.568000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.015000,-21.910000,4.656000,-25.870000,13.544000,-20.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.440000,-8.914000,106.148000,-11.638000,103.020000,-9.752000,110.885000,-18.296000,111.468000,-18.164000,113.076000,-15.937000,111.711000,-14.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.436000,-8.048000,19.608000,-2.944000,17.526000,-15.656000,18.082000,-13.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.001000,22.584000,149.996000,32.164000,142.218000,29.190000,138.912000,31.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.325000,-38.306000,140.630000,-38.283000,141.409000,-39.361000,145.537000,-42.657000,146.552000,-36.582000,139.878000,-29.557000,140.023000,-31.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.883000,37.864000,283.969000,32.608000,289.538000,29.436000,291.148000,30.833000,294.124000,35.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.958000,-67.750000,171.900000,-65.748000,150.757000,-72.127000,171.742000,-76.806000,171.186000,-80.983000,177.573000,-76.206000,180.134000,-78.799000,201.652000,-79.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.082000,48.108000,235.598000,47.776000,231.871000,45.933000,228.769000,43.109000,228.556000,42.409000,231.011000,41.353000,240.473000,37.262000,251.206000,41.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.844000,-5.958000,354.787000,-12.849000,359.097000,-22.622000,1.263000,-15.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.108000,-11.863000,162.312000,-6.080000,153.703000,-17.064000,156.536000,-16.103000,157.276000,-20.807000,161.407000,-22.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.447000,34.301000,144.484000,35.739000,137.690000,38.204000,134.779000,38.303000,135.010000,32.390000,138.024000,28.063000,142.267000,31.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.068000,-14.175000,153.125000,-23.011000,145.169000,-26.196000,155.625000,-28.991000,162.330000,-24.648000,161.610000,-17.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.584000,-9.742000,95.359000,-8.541000,82.790000,-8.715000,81.606000,-10.691000,83.678000,-16.523000,85.822000,-17.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.817000,-17.831000,154.363000,-15.740000,155.353000,-11.138000,150.639000,-14.016000,145.540000,-21.382000,157.257000,-27.982000,159.488000,-22.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.848000,-30.475000,336.066000,-25.331000,335.783000,-18.623000,334.708000,-15.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.961000,-62.207000,335.110000,-65.426000,327.313000,-61.464000,328.160000,-68.569000,337.292000,-69.646000,335.440000,-71.338000,334.776000,-78.536000,1.053000,-75.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.691000,-67.372000,217.665000,-56.933000,215.558000,-58.913000,204.139000,-61.951000,199.293000,-65.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.985000,-1.325000,170.526000,-7.461000,176.043000,-0.926000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.276000,54.486000,256.885000,50.271000,253.157000,55.135000,251.479000,49.932000,262.351000,45.257000,268.305000,42.272000,267.402000,47.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.406000,-2.485000,178.466000,-12.588000,178.278000,-10.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.979000,-39.470000,66.051000,-31.115000,59.191000,-25.512000,55.154000,-29.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.863000,1.562000,8.814000,4.446000,4.643000,1.567000,4.056000,1.714000,8.053000,-0.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.371000,24.257000,216.719000,23.802000,226.281000,18.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.460000,40.350000,25.879000,43.419000,29.218000,38.214000,20.805000,32.913000,30.410000,35.785000,38.407000,32.612000,39.691000,33.484000,40.959000,36.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.342000,12.190000,188.020000,7.050000,190.180000,3.261000,195.266000,14.384000,191.555000,12.872000,195.009000,15.099000,190.575000,12.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.520000,-0.687000,186.558000,5.630000,183.795000,3.813000,180.118000,8.302000,174.768000,-0.458000,178.787000,-6.940000,182.237000,-8.586000,188.264000,-8.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.892000,33.249000,271.438000,36.677000,266.645000,24.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.938000,-13.687000,6.673000,-9.787000,8.030000,-3.641000,0.266000,-6.958000,359.662000,-8.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.443000,58.056000,30.924000,54.769000,20.686000,61.627000,19.195000,61.394000,17.468000,65.445000,11.426000,68.232000,1.794000,64.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.978000,-10.141000,178.058000,-3.915000,179.683000,2.300000,174.942000,-4.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.836000,-79.141000,326.020000,-78.899000,5.923000,-79.073000,43.374000,-78.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.430000,19.396000,333.510000,11.985000,330.048000,16.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.788000,23.421000,21.450000,26.586000,20.512000,27.782000,23.634000,31.396000,21.395000,30.083000,20.286000,31.482000,19.770000,30.336000,18.632000,31.497000,14.233000,33.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.972000,-47.041000,323.201000,-49.126000,331.684000,-43.564000,314.828000,-38.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.721000,-35.236000,67.526000,-27.711000,64.151000,-37.842000,77.072000,-37.260000,78.523000,-37.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.284000,54.442000,186.927000,59.722000,156.094000,62.269000,172.601000,52.684000,172.861000,55.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.010000,77.826000,181.307000,74.730000,187.094000,64.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.294000,13.562000,184.254000,18.791000,171.137000,11.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.878000,1.296000,176.950000,-3.675000,178.727000,-2.067000,181.500000,-6.368000,179.408000,-0.831000,184.576000,-1.259000,183.746000,1.297000,180.333000,0.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.222000,10.901000,340.299000,5.333000,344.110000,1.546000,344.993000,2.456000,345.160000,-1.885000,352.714000,3.968000,354.484000,6.354000,354.941000,7.589000,349.257000,12.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.090000,48.986000,325.013000,45.459000,322.768000,45.742000,316.681000,41.794000,323.817000,40.917000,328.887000,33.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.672000,-43.740000,147.742000,-38.499000,155.240000,-44.074000,155.583000,-38.534000,153.004000,-37.756000,151.933000,-30.599000,141.538000,-28.941000,145.327000,-34.734000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.315000,9.920000,215.479000,6.913000,217.977000,5.840000,213.864000,12.113000,215.969000,12.166000,211.940000,20.083000,212.516000,13.991000,212.128000,14.593000,209.018000,15.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.727000,-20.812000,152.813000,-31.442000,170.095000,-24.658000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.445000,-16.854000,59.921000,-22.082000,59.920000,-26.970000,67.496000,-16.460000,67.065000,-15.035000,63.342000,-15.918000,64.235000,-8.553000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.067000,11.160000,25.367000,5.531000,32.023000,5.239000,33.831000,8.002000,39.100000,8.499000,34.491000,14.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.217000,-35.250000,25.862000,-33.397000,28.365000,-31.115000,29.530000,-31.157000,34.147000,-23.605000,25.483000,-27.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.623000,59.859000,265.157000,58.618000,255.889000,54.440000,260.739000,49.227000,264.489000,54.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.736000,10.439000,190.028000,5.707000,186.396000,5.200000,192.105000,4.717000,200.839000,0.135000,201.253000,4.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.175000,-5.086000,161.248000,-8.389000,171.963000,-4.305000,172.026000,-2.342000,161.163000,3.065000,154.962000,-1.749000,160.091000,-2.558000,159.588000,-4.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.386000,-34.986000,334.724000,-34.747000,339.081000,-31.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.475000,24.380000,82.336000,27.085000,82.574000,23.032000,89.562000,24.553000,91.744000,32.435000,85.037000,39.932000,79.430000,29.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.001000,16.270000,67.840000,16.325000,65.438000,15.739000,68.755000,15.158000,74.476000,9.245000,72.059000,20.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.963000,-5.807000,342.995000,-7.310000,354.069000,-15.309000,359.605000,-8.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.140000,28.270000,52.046000,37.644000,51.949000,36.413000,53.567000,31.727000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.453000,26.715000,344.907000,23.947000,353.280000,29.443000,353.708000,30.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.626000,4.775000,178.300000,6.936000,183.320000,12.550000,178.883000,13.047000,173.931000,19.758000,174.516000,11.438000,173.568000,11.571000,174.458000,9.081000,175.713000,7.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.680000,1.857000,176.521000,-6.749000,184.402000,-4.008000,183.295000,0.497000,186.083000,5.849000,183.210000,3.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.499000,-4.801000,155.175000,2.558000,139.248000,0.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.378000,-20.754000,192.033000,-35.979000,192.907000,-26.085000,194.247000,-22.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.066000,35.301000,51.466000,34.153000,45.765000,37.174000,47.044000,30.148000,47.990000,28.014000,48.146000,26.764000,48.599000,20.859000,49.570000,29.084000,56.868000,23.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.567000,62.778000,34.647000,59.936000,42.793000,55.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.751000,80.989000,157.389000,80.687000,164.952000,71.481000,166.773000,70.537000,167.608000,70.632000,181.228000,67.543000,196.701000,69.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.249000,0.424000,182.406000,-0.720000,187.167000,-0.877000,180.047000,2.498000,185.326000,7.483000,179.816000,4.382000,179.248000,7.653000,171.842000,5.619000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.470000,-1.015000,19.522000,-0.665000,20.044000,8.683000,11.511000,-1.622000,14.040000,-3.991000,20.784000,-5.729000,17.655000,-1.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.477000,25.773000,5.439000,19.451000,6.663000,21.040000,9.054000,33.756000,359.002000,33.515000,0.858000,28.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.733000,11.322000,318.396000,18.619000,309.282000,17.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.415000,-31.446000,262.885000,-38.990000,265.482000,-40.773000,270.749000,-30.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.093000,9.424000,323.995000,9.753000,325.177000,11.358000,316.506000,3.466000,321.667000,7.734000,323.878000,9.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.391000,-46.067000,64.556000,-43.442000,66.545000,-40.201000,56.720000,-52.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.175000,-26.878000,191.539000,-28.148000,190.293000,-30.107000,192.207000,-33.081000,191.273000,-34.672000,200.764000,-32.699000,203.669000,-35.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.448000,18.204000,18.812000,14.258000,27.827000,10.849000,25.756000,16.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.722000,72.950000,265.248000,73.613000,269.513000,76.204000,239.229000,77.437000,239.200000,71.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.487000,37.721000,68.253000,40.928000,54.251000,37.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.377000,46.433000,215.603000,47.730000,216.101000,41.085000,217.173000,35.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.379000,14.664000,327.490000,15.256000,326.749000,22.549000,312.250000,23.184000,313.308000,17.950000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.907000,-13.874000,175.771000,-13.035000,174.140000,-11.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.406000,38.221000,180.628000,35.427000,182.429000,38.825000,190.387000,43.863000,188.415000,47.278000,184.611000,44.401000,178.977000,44.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.392000,-65.633000,48.175000,-74.186000,57.588000,-69.402000,57.375000,-67.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.292000,6.367000,171.609000,5.475000,172.543000,4.106000,175.434000,3.221000,179.878000,3.668000,183.629000,4.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.754000,-2.173000,226.827000,-0.960000,222.741000,2.242000,219.529000,5.650000,216.603000,11.430000,217.845000,6.646000,218.282000,4.439000,215.141000,6.413000,215.540000,-5.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.864000,-47.122000,325.733000,-44.283000,329.993000,-37.713000,321.791000,-39.350000,312.051000,-40.881000,321.531000,-45.132000,322.512000,-43.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.615000,24.100000,281.332000,30.550000,272.869000,29.049000,267.521000,25.132000,268.483000,23.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.424000,-5.475000,282.526000,0.497000,285.605000,-5.866000,287.062000,-6.661000,289.496000,-6.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.459000,-0.700000,6.457000,5.810000,358.803000,3.245000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.353000,-0.853000,166.854000,-7.783000,168.670000,-13.023000,167.673000,-5.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.525000,2.752000,179.167000,6.331000,176.125000,1.265000,181.039000,-3.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.614000,-6.449000,172.540000,-3.151000,168.021000,-7.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.852000,-59.971000,279.622000,-66.360000,272.790000,-61.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.957000,4.785000,182.209000,2.930000,180.606000,2.336000,181.668000,-0.475000,182.818000,-3.777000,191.123000,-3.826000,185.379000,2.332000,192.933000,0.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.339000,-3.656000,204.346000,-4.685000,200.425000,-8.076000,205.722000,-11.238000,209.714000,-8.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.126000,13.708000,209.270000,8.670000,210.821000,14.472000,210.463000,22.750000,208.340000,22.355000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.336000,-14.686000,30.043000,-0.284000,29.324000,1.481000,26.839000,-3.971000,29.660000,-6.254000,27.768000,-14.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.951000,-14.248000,7.982000,-9.693000,6.664000,-8.325000,359.001000,-12.338000,3.447000,-15.643000,0.524000,-20.819000,4.478000,-16.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.326000,58.466000,239.299000,58.382000,227.026000,61.574000,220.989000,65.181000,214.901000,63.878000,215.577000,60.994000,218.148000,59.174000,227.056000,51.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.848000,-42.462000,341.555000,-42.750000,331.670000,-48.769000,330.280000,-52.412000,345.426000,-51.757000,342.662000,-48.559000,347.696000,-46.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.928000,30.049000,272.683000,28.426000,277.926000,29.054000,277.906000,26.903000,286.803000,32.727000,273.704000,34.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.207000,-31.507000,142.558000,-25.916000,140.113000,-25.499000,137.999000,-21.223000,130.700000,-30.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.253000,-29.455000,281.891000,-29.566000,276.175000,-26.493000,276.438000,-37.913000,280.485000,-37.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.715000,-12.211000,193.437000,-9.033000,190.504000,-11.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.169000,-62.083000,319.306000,-65.404000,335.363000,-63.939000,345.815000,-68.457000,340.210000,-64.059000,357.808000,-67.352000,348.442000,-60.404000,347.584000,-58.485000,340.657000,-59.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.546000,18.480000,191.327000,19.005000,200.109000,15.650000,195.942000,20.536000,196.077000,27.180000,190.801000,21.242000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.720000,14.902000,4.314000,22.630000,3.070000,20.244000,2.562000,8.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.502000,-17.419000,301.645000,-15.908000,300.417000,-10.282000,303.081000,-10.967000,305.577000,-4.744000,304.701000,-5.112000,291.194000,-4.849000,293.212000,-11.759000,295.093000,-14.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.045000,13.739000,39.016000,14.269000,35.310000,18.101000,35.635000,16.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.451000,-0.164000,231.618000,-6.537000,232.835000,-5.006000,235.888000,5.815000,235.046000,7.743000,233.567000,6.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.988000,-1.575000,183.224000,10.751000,177.116000,3.437000,176.235000,3.425000,176.086000,-3.669000,178.262000,-1.667000,178.924000,-0.427000,181.297000,-5.483000,184.089000,-1.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.412000,7.040000,5.082000,8.733000,357.691000,4.814000,356.314000,0.571000,353.671000,0.505000,354.579000,-6.196000,1.813000,-1.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.338000,-24.294000,71.742000,-25.184000,68.990000,-25.648000,64.297000,-34.359000,70.562000,-30.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.373000,-84.915000,125.866000,-80.029000,126.252000,-79.604000,86.705000,-81.546000,49.938000,-86.323000,27.754000,-84.100000,354.014000,-85.852000,347.753000,-86.771000,304.655000,-86.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.369000,0.187000,174.690000,12.726000,169.495000,12.063000,166.645000,10.106000,160.406000,5.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.062000,11.031000,326.728000,4.808000,328.751000,10.829000,328.884000,16.886000,328.756000,17.426000,313.228000,12.665000,314.858000,9.369000,320.985000,11.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.411000,-4.432000,155.785000,-7.693000,156.979000,-8.828000,163.274000,-13.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.095000,66.007000,351.040000,69.596000,337.376000,73.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.680000,18.474000,175.372000,10.697000,174.181000,9.842000,175.997000,9.334000,177.492000,10.726000,180.943000,11.934000,184.981000,14.456000,178.376000,12.791000,176.969000,20.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.007000,84.733000,235.407000,81.756000,238.443000,79.183000,248.998000,70.833000,258.737000,77.440000,264.742000,70.545000,270.037000,72.135000,290.138000,72.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.990000,-15.883000,172.117000,-9.145000,162.433000,-5.905000,162.478000,-9.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.802000,-17.367000,182.058000,-17.909000,185.481000,-21.335000,190.185000,-20.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.955000,-47.989000,12.440000,-45.268000,10.571000,-43.124000,355.587000,-37.164000,354.963000,-40.284000,358.524000,-42.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.088000,56.094000,77.640000,52.641000,82.519000,51.051000,84.748000,51.112000,85.639000,51.018000,89.697000,49.367000,88.860000,47.944000,94.307000,48.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.230000,-34.694000,150.431000,-37.483000,163.812000,-33.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.010000,-8.081000,339.140000,-6.229000,341.849000,-10.279000,342.200000,-3.806000,339.942000,-2.685000,342.544000,3.631000,328.506000,-5.921000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.359000,-6.895000,345.796000,-6.435000,349.200000,-14.857000,352.821000,-12.590000,349.369000,-9.707000,349.435000,-9.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.664000,62.928000,258.504000,61.437000,255.130000,53.979000,263.641000,58.369000,272.399000,55.934000,275.868000,59.955000,271.428000,66.633000,264.286000,60.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.267000,-56.409000,188.452000,-59.397000,192.686000,-53.406000,188.609000,-52.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.642000,31.903000,22.188000,27.970000,26.575000,23.989000,30.747000,27.838000,35.826000,30.018000,36.568000,32.910000,36.233000,34.723000,27.915000,40.551000,27.573000,32.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.870000,65.932000,116.342000,66.642000,113.603000,64.694000,124.403000,65.893000,123.808000,64.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.689000,15.428000,177.764000,15.175000,184.535000,14.224000,185.421000,17.176000,186.988000,19.925000,184.964000,21.323000,183.791000,20.497000,182.997000,17.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.337000,3.818000,246.997000,9.862000,242.706000,0.768000,249.209000,-1.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.267000,-1.990000,149.462000,-8.565000,151.679000,-1.968000,156.422000,-4.284000,153.795000,-1.348000,155.361000,0.283000,152.009000,5.122000,149.228000,4.622000,144.449000,7.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.467000,-3.904000,5.907000,-1.575000,2.045000,-2.089000,0.042000,-2.204000,9.075000,-7.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.689000,33.824000,205.715000,40.355000,207.046000,38.452000,208.467000,41.417000,211.217000,41.855000,206.198000,42.726000,210.986000,44.623000,206.679000,48.410000,203.875000,48.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.264000,-54.385000,238.884000,-64.033000,246.684000,-67.139000,250.185000,-63.914000,253.953000,-63.733000,253.720000,-63.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.420000,-50.235000,26.633000,-50.772000,18.382000,-57.181000,29.393000,-54.635000,30.551000,-54.062000,28.086000,-61.584000,32.552000,-54.984000,36.384000,-52.017000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.152000,-16.745000,235.533000,-21.897000,246.628000,-16.127000,245.269000,-14.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.639000,-0.575000,189.206000,1.027000,176.756000,-7.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.573000,-6.671000,352.859000,-9.673000,351.825000,-7.041000,352.257000,-3.502000,348.087000,-8.497000,349.552000,-13.536000,354.931000,-20.026000,356.160000,-18.902000,353.649000,-14.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.628000,19.332000,249.194000,24.418000,243.591000,22.607000,242.779000,20.638000,246.334000,17.527000,245.920000,16.452000,250.330000,18.022000,253.314000,18.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.794000,-66.922000,18.039000,-65.389000,26.128000,-64.015000,12.212000,-63.897000,10.530000,-62.142000,2.341000,-60.816000,1.945000,-62.848000,350.192000,-60.960000,6.875000,-65.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.150000,-47.346000,226.994000,-43.299000,229.823000,-48.302000,227.001000,-48.460000,222.234000,-55.620000,222.992000,-56.932000,240.726000,-51.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.794000,-18.541000,174.926000,-19.341000,175.280000,-20.339000,179.703000,-25.477000,182.990000,-27.341000,182.860000,-25.988000,183.132000,-23.017000,181.988000,-18.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.634000,-33.952000,310.878000,-22.883000,307.275000,-19.306000,303.978000,-24.802000,307.592000,-27.709000,307.695000,-34.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.146000,2.472000,36.663000,3.099000,35.960000,3.369000,39.616000,5.538000,35.049000,5.477000,29.579000,2.666000,28.157000,-1.118000,36.631000,-1.297000,38.625000,-2.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.975000,-29.016000,240.407000,-22.632000,229.005000,-19.858000,229.199000,-21.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.085000,-52.573000,217.921000,-45.986000,214.973000,-48.895000,210.827000,-45.200000,211.375000,-49.398000,214.347000,-54.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.146000,46.674000,129.991000,43.649000,125.032000,35.743000,131.926000,37.204000,134.037000,38.274000,139.566000,38.205000,136.940000,40.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.280000,53.776000,13.487000,42.740000,28.047000,43.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.527000,-12.778000,166.208000,-20.105000,178.490000,-17.775000,181.087000,-12.269000,172.814000,-12.373000,173.288000,-13.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.186000,-57.644000,195.574000,-68.557000,224.720000,-66.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.917000,-5.498000,303.986000,-12.907000,306.525000,3.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.764000,-35.614000,76.174000,-39.917000,74.214000,-42.409000,80.473000,-42.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.551000,-4.523000,169.929000,5.442000,170.897000,2.687000,173.006000,-4.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.325000,-1.248000,118.704000,-2.799000,131.321000,-3.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.937000,-38.636000,300.624000,-32.085000,302.939000,-37.213000,307.916000,-32.793000,304.270000,-27.234000,302.275000,-26.235000,298.997000,-28.891000,293.644000,-28.178000,295.347000,-34.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.899000,50.848000,36.540000,50.233000,42.504000,57.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.439000,29.739000,129.239000,29.712000,126.894000,16.594000,137.472000,17.930000,134.291000,22.798000,142.409000,27.496000,142.553000,28.934000,133.950000,24.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.811000,12.156000,111.927000,16.069000,109.542000,15.474000,111.831000,12.553000,112.932000,10.787000,113.104000,8.730000,111.613000,4.008000,116.783000,9.500000,121.055000,11.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.726000,59.104000,260.952000,62.125000,258.852000,65.728000,262.614000,67.182000,245.042000,63.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.040000,9.903000,33.818000,2.489000,35.148000,4.352000,38.020000,4.594000,40.011000,12.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.231000,26.946000,337.708000,18.993000,345.004000,20.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.842000,53.323000,350.124000,52.671000,5.573000,47.148000,5.556000,48.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.058000,18.590000,315.231000,25.036000,315.588000,25.131000,316.314000,26.006000,323.577000,26.290000,320.617000,28.617000,319.493000,28.749000,315.588000,30.589000,307.158000,23.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.299000,-25.416000,191.717000,-23.463000,196.288000,-27.907000,193.647000,-36.278000,199.269000,-26.648000,203.919000,-24.180000,198.663000,-26.059000,198.898000,-17.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.439000,43.786000,148.504000,48.329000,137.452000,56.858000,126.668000,48.235000,138.075000,48.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.892000,-15.693000,3.731000,-20.886000,358.003000,-20.078000,2.984000,-28.475000,3.342000,-30.107000,13.651000,-22.799000,13.422000,-22.734000,7.368000,-21.616000,6.369000,-13.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.079000,-23.216000,324.490000,-30.960000,326.394000,-31.721000,330.029000,-29.829000,328.771000,-26.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.535000,-38.346000,150.176000,-42.224000,147.841000,-42.971000,144.302000,-47.958000,153.476000,-48.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.408000,8.551000,302.061000,14.455000,306.142000,12.833000,306.942000,15.592000,302.813000,18.320000,304.469000,21.258000,301.144000,20.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.496000,14.966000,173.599000,16.205000,171.403000,16.127000,175.002000,18.329000,173.248000,18.707000,171.359000,21.114000,166.235000,21.041000,167.429000,18.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.298000,-37.856000,323.980000,-39.113000,323.150000,-38.611000,316.957000,-35.702000,317.468000,-26.549000,308.044000,-30.002000,305.464000,-33.166000,308.157000,-36.730000,313.519000,-36.823000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.606000,15.253000,277.066000,18.942000,260.306000,14.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.935000,-47.355000,63.521000,-42.095000,52.022000,-44.111000,58.622000,-39.526000,51.907000,-43.331000,56.241000,-36.662000,49.010000,-45.342000,47.958000,-48.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.119000,-33.922000,210.866000,-31.069000,206.104000,-24.824000,194.874000,-27.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.885000,6.547000,20.946000,10.172000,25.375000,16.331000,18.777000,13.049000,14.053000,14.424000,14.819000,13.276000,10.996000,7.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.107000,9.284000,26.951000,-2.896000,39.818000,-2.447000,35.014000,4.907000,35.162000,11.976000,34.133000,7.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.800000,-34.029000,50.170000,-21.355000,45.011000,-23.089000,45.801000,-24.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.639000,61.880000,231.725000,63.436000,222.299000,64.506000,219.625000,64.949000,214.256000,57.490000,217.565000,57.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.895000,-61.214000,200.776000,-59.337000,195.844000,-54.041000,191.529000,-52.223000,182.037000,-56.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.130000,83.851000,73.442000,81.032000,92.131000,74.350000,116.019000,73.026000,119.152000,78.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.772000,-3.783000,169.562000,-6.409000,173.871000,-3.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.756000,-35.585000,338.345000,-46.547000,342.078000,-44.435000,339.465000,-38.113000,335.694000,-31.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.794000,-53.324000,337.651000,-60.756000,346.023000,-59.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.704000,-16.743000,45.377000,-18.473000,50.545000,-19.932000,56.555000,-16.850000,48.940000,-14.969000,53.794000,-13.241000,44.932000,-9.627000,40.485000,-10.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.292000,6.587000,175.391000,9.610000,174.899000,0.865000,181.190000,-5.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.097000,2.139000,324.632000,4.642000,314.264000,2.198000,314.795000,0.895000,308.738000,-4.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.001000,6.733000,46.528000,1.423000,45.031000,15.324000,37.785000,12.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.865000,45.220000,212.087000,44.260000,203.512000,49.347000,207.870000,56.668000,193.811000,56.642000,195.367000,54.241000,194.645000,47.064000,200.515000,42.836000,201.951000,46.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.738000,6.960000,337.799000,2.105000,338.121000,-8.881000,339.646000,-7.857000,340.566000,3.290000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.925000,-8.349000,43.149000,-3.900000,39.090000,-7.156000,35.671000,-2.475000,36.609000,-7.708000,38.435000,-9.823000,40.499000,-17.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.465000,-39.006000,230.467000,-30.625000,230.660000,-32.187000,226.440000,-37.327000,234.972000,-38.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.912000,-0.482000,29.273000,-1.130000,32.230000,-1.445000,30.138000,4.026000,30.537000,5.178000,21.154000,4.984000,22.306000,3.664000,19.154000,3.212000,26.812000,-2.660000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.910000,-34.657000,314.875000,-25.381000,309.150000,-32.632000,305.318000,-33.801000,309.144000,-34.291000,299.075000,-34.925000,303.639000,-35.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.282000,-10.050000,9.213000,-5.157000,358.730000,-0.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.942000,7.726000,104.921000,15.780000,103.614000,17.137000,98.633000,11.640000,94.616000,12.577000,93.972000,12.626000,100.417000,5.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.048000,-2.997000,2.112000,-0.263000,353.836000,-3.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.172000,21.640000,329.938000,21.053000,330.958000,22.397000,334.043000,26.483000,332.086000,34.266000,320.984000,26.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.108000,3.958000,182.546000,14.534000,177.430000,7.792000,178.520000,3.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.601000,28.114000,12.660000,25.059000,19.553000,16.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.702000,76.041000,234.146000,73.469000,219.063000,70.597000,230.317000,68.990000,238.439000,69.318000,240.595000,65.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.776000,68.158000,143.433000,70.316000,148.031000,61.826000,152.230000,59.084000,160.708000,56.529000,160.158000,61.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.444000,-18.502000,152.577000,-11.301000,145.719000,-18.726000,151.617000,-19.880000,155.281000,-22.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.534000,-16.696000,346.892000,-19.444000,345.963000,-25.874000,350.841000,-22.771000,355.281000,-25.587000,0.369000,-20.933000,346.932000,-14.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.386000,69.859000,224.989000,71.578000,220.862000,73.795000,217.935000,71.506000,191.093000,76.831000,211.599000,69.103000,221.215000,60.400000,231.348000,64.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.616000,-56.182000,61.147000,-59.621000,76.679000,-64.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.476000,-9.585000,352.024000,-12.576000,357.777000,-19.486000,359.690000,-19.421000,358.461000,-9.342000,356.391000,-8.233000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.404000,-47.120000,218.929000,-62.821000,211.238000,-57.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.436000,-32.402000,326.339000,-34.232000,323.316000,-33.771000,318.002000,-30.256000,320.617000,-33.349000,321.043000,-36.305000,321.908000,-37.755000,326.404000,-39.320000,326.222000,-37.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.481000,30.205000,133.575000,30.427000,137.333000,38.113000,130.278000,32.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.636000,-34.180000,317.406000,-30.975000,310.715000,-32.331000,300.901000,-33.840000,300.651000,-35.479000,304.796000,-39.556000,309.443000,-37.650000,310.591000,-39.331000,317.520000,-37.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.314000,27.266000,328.232000,26.749000,325.447000,16.827000,328.369000,16.987000,331.063000,17.846000,329.220000,23.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.067000,-34.561000,97.548000,-34.170000,111.926000,-36.860000,108.900000,-32.672000,107.024000,-33.501000,106.051000,-33.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.422000,35.313000,87.278000,32.104000,87.619000,30.209000,91.542000,27.443000,100.221000,29.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.710000,58.269000,20.128000,51.288000,21.587000,49.248000,28.968000,52.168000,28.543000,53.745000,33.908000,51.509000,29.260000,55.709000,38.402000,54.363000,25.804000,59.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.431000,2.644000,191.515000,4.042000,183.536000,16.557000,182.402000,15.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.970000,-6.886000,40.076000,0.584000,42.887000,1.222000,40.708000,2.942000,40.650000,4.017000,39.941000,5.636000,36.146000,12.108000,33.194000,6.925000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.770000,-29.286000,231.360000,-35.552000,228.080000,-24.638000,226.444000,-28.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.685000,-5.980000,175.193000,-10.846000,183.246000,-8.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.095000,-3.295000,332.756000,7.023000,331.092000,8.197000,330.333000,1.717000,326.344000,4.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.979000,-50.309000,167.773000,-37.443000,155.305000,-47.307000,166.593000,-45.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.564000,47.286000,287.108000,48.748000,288.225000,46.945000,290.903000,40.187000,297.352000,41.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.352000,-7.787000,1.337000,2.286000,358.839000,1.186000,354.524000,-2.679000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.575000,20.608000,66.940000,17.774000,62.632000,25.165000,63.529000,29.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.663000,-2.245000,359.072000,-5.845000,5.622000,-5.550000,4.399000,-1.855000,7.126000,-5.577000,8.109000,-2.449000,11.733000,0.606000,1.793000,7.478000,359.090000,3.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.881000,2.179000,181.720000,7.356000,180.603000,-2.538000,188.526000,-2.663000,195.975000,0.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.220000,-35.655000,74.625000,-34.819000,71.298000,-28.068000,68.137000,-29.471000,66.255000,-33.093000,63.861000,-34.088000,77.316000,-39.514000,85.589000,-38.140000,78.905000,-37.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.168000,5.941000,42.447000,13.976000,44.353000,16.269000,41.271000,16.358000,39.546000,21.021000,34.965000,12.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.302000,19.914000,295.201000,18.660000,293.339000,11.128000,298.341000,18.257000,298.160000,19.685000,302.163000,19.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.571000,0.839000,284.254000,-3.540000,290.259000,-2.792000,277.120000,6.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.211000,-42.600000,290.795000,-40.227000,293.138000,-35.829000,283.857000,-28.463000,282.348000,-36.301000,276.017000,-35.567000,273.479000,-35.440000,280.990000,-36.997000,277.020000,-40.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.813000,-46.101000,140.627000,-54.639000,139.277000,-53.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.392000,21.123000,27.209000,23.195000,25.077000,24.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.534000,-30.980000,270.469000,-28.872000,265.923000,-32.612000,264.855000,-35.889000,278.647000,-41.980000,275.618000,-34.700000,276.569000,-27.828000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.944000,54.401000,18.019000,49.828000,22.003000,61.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.701000,20.405000,77.420000,17.176000,78.930000,11.954000,84.998000,13.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.029000,-44.604000,138.561000,-38.645000,128.075000,-39.397000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.435000,26.053000,280.565000,22.380000,285.525000,22.789000,286.610000,17.214000,292.651000,18.085000,292.501000,23.414000,294.683000,27.348000,286.655000,33.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.119000,36.605000,69.266000,32.920000,74.948000,31.090000,79.573000,36.337000,81.649000,33.320000,82.904000,36.445000,88.244000,35.909000,79.935000,39.557000,80.854000,42.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.555000,-3.607000,35.070000,-6.735000,30.294000,-9.664000,32.706000,-9.508000,32.694000,-9.638000,37.061000,-10.162000,39.148000,-12.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.453000,53.469000,129.416000,52.120000,132.839000,45.586000,135.527000,52.575000,145.160000,59.291000,131.543000,54.243000,130.409000,59.075000,128.019000,55.591000,122.009000,58.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.682000,15.756000,174.016000,12.511000,182.033000,7.552000,187.688000,14.096000,190.170000,18.966000,181.783000,18.084000,179.865000,16.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.894000,22.542000,220.174000,19.642000,213.851000,15.162000,215.614000,15.850000,217.733000,9.138000,222.282000,16.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.996000,-25.553000,119.659000,-31.887000,119.443000,-29.366000,121.161000,-24.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.404000,11.622000,111.475000,12.922000,102.558000,23.988000,102.518000,18.336000,99.330000,21.187000,100.442000,16.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.465000,-16.007000,46.748000,-14.461000,48.714000,-15.147000,45.190000,-8.298000,44.130000,-11.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.894000,-13.938000,192.257000,-7.515000,184.050000,-6.905000,177.539000,-9.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.600000,34.485000,199.556000,44.153000,185.626000,49.107000,183.021000,45.716000,181.008000,44.546000,187.439000,38.624000,188.154000,33.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.627000,2.201000,168.007000,-1.774000,176.154000,-10.585000,181.758000,-7.038000,183.405000,-4.967000,177.247000,-2.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.669000,57.716000,39.546000,49.573000,37.398000,42.842000,44.598000,42.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.455000,19.144000,349.263000,11.563000,359.207000,17.331000,352.690000,19.409000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.460000,-3.553000,191.185000,-1.165000,179.651000,2.683000,180.155000,-6.633000,179.957000,-10.332000,182.000000,-7.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.042000,-10.313000,180.362000,-3.368000,170.999000,3.415000,172.281000,-4.138000,174.030000,-7.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.812000,21.824000,272.162000,24.052000,271.748000,21.359000,266.195000,18.371000,264.833000,15.006000,266.903000,15.512000,278.596000,16.855000,275.316000,20.542000,276.998000,23.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.327000,-50.708000,4.542000,-51.939000,2.203000,-54.159000,353.602000,-51.932000,345.036000,-55.347000,359.005000,-60.470000,3.156000,-61.437000,6.574000,-57.640000,10.300000,-57.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.730000,-61.895000,307.514000,-61.909000,313.018000,-63.705000,316.193000,-66.288000,318.859000,-54.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.687000,48.920000,257.694000,46.615000,240.781000,50.170000,229.128000,51.050000,238.470000,48.828000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.851000,47.357000,167.974000,47.952000,166.521000,47.827000,158.004000,43.405000,170.101000,40.984000,173.037000,39.378000,171.779000,43.188000,175.514000,44.942000,176.786000,44.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.626000,55.888000,39.294000,52.242000,36.829000,53.921000,36.784000,51.505000,26.642000,51.391000,37.676000,48.418000,41.856000,50.094000,42.830000,51.191000,48.031000,53.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.676000,11.296000,277.617000,10.159000,283.210000,1.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.194000,-48.750000,359.027000,-48.258000,349.402000,-43.607000,350.993000,-38.153000,344.985000,-35.751000,340.181000,-39.219000,340.451000,-40.199000,336.902000,-38.301000,339.821000,-44.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.768000,-42.332000,211.071000,-45.593000,216.090000,-42.145000,208.607000,-35.960000,210.125000,-32.083000,211.159000,-29.274000,203.939000,-34.586000,205.430000,-37.856000,202.785000,-40.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.701000,0.117000,201.623000,8.960000,195.260000,6.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.515000,-43.686000,234.935000,-34.123000,226.990000,-35.156000,224.199000,-29.473000,225.393000,-35.952000,219.805000,-31.463000,221.601000,-37.958000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.898000,-80.674000,234.248000,-88.911000,138.503000,-83.768000,162.644000,-77.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.424000,50.026000,167.636000,50.882000,168.243000,44.541000,167.154000,41.883000,175.487000,42.786000,172.571000,44.338000,183.855000,44.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.674000,-12.474000,155.051000,-9.583000,158.163000,-16.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.508000,-3.547000,356.888000,-2.973000,357.468000,-4.578000,359.769000,-0.542000,357.388000,0.076000,357.879000,0.721000,352.686000,7.282000,348.793000,4.933000,354.013000,-2.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.720000,-23.024000,351.550000,-34.078000,352.319000,-36.180000,354.406000,-30.299000,358.631000,-33.755000,3.668000,-33.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.022000,-56.050000,160.080000,-55.386000,160.225000,-54.540000,132.978000,-64.892000,165.828000,-60.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.213000,26.790000,305.840000,21.266000,316.784000,23.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.842000,-15.764000,353.335000,-10.522000,344.605000,-1.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.896000,4.449000,202.602000,-4.136000,204.062000,-2.975000,207.100000,8.893000,201.220000,10.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.089000,46.686000,255.228000,50.779000,252.547000,50.577000,248.168000,45.697000,251.056000,38.242000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.025000,15.509000,175.323000,20.540000,162.461000,17.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.771000,53.495000,193.088000,58.796000,190.168000,46.386000,194.807000,48.349000,194.967000,44.124000,199.757000,47.402000,203.864000,45.646000,202.071000,46.623000,202.925000,47.445000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.456000,-15.630000,168.701000,-23.242000,174.690000,-22.159000,173.732000,-17.312000,168.498000,-5.062000,167.425000,-12.655000,162.269000,-12.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.671000,-30.292000,15.046000,-30.818000,13.481000,-34.436000,11.846000,-35.705000,15.792000,-34.116000,16.599000,-33.943000,23.520000,-24.353000,19.872000,-29.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.945000,-51.676000,346.109000,-44.061000,342.635000,-49.124000,335.507000,-49.337000,337.761000,-53.152000,327.256000,-56.243000,337.920000,-57.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.549000,0.616000,358.544000,-2.649000,4.610000,-3.839000,6.860000,-0.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.156000,10.372000,162.335000,2.319000,166.211000,0.740000,165.439000,4.762000,167.769000,4.204000,170.542000,3.805000,167.779000,13.469000,161.374000,16.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.253000,4.023000,185.522000,4.337000,183.628000,8.937000,181.757000,10.429000,178.279000,8.634000,173.340000,8.677000,171.212000,5.493000,179.202000,4.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.920000,18.006000,178.655000,13.050000,180.418000,8.236000,181.468000,4.648000,182.233000,11.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.670000,15.720000,358.570000,7.044000,355.719000,17.156000,353.253000,18.552000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.083000,4.984000,201.551000,6.916000,202.264000,7.333000,198.707000,8.789000,192.411000,9.710000,196.095000,7.321000,193.917000,3.622000,195.380000,4.131000,195.766000,2.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.633000,45.560000,212.976000,46.547000,214.747000,52.791000,206.235000,47.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.446000,5.356000,184.031000,7.132000,177.444000,9.365000,183.367000,1.271000,186.177000,0.727000,189.117000,-0.965000,190.327000,2.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.279000,-3.485000,182.617000,-4.333000,179.289000,-9.658000,185.923000,-6.737000,189.754000,-5.774000,191.509000,-1.886000,188.680000,4.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.679000,-1.217000,0.686000,-3.949000,10.963000,1.959000,9.467000,2.372000,5.354000,6.105000,2.836000,-1.527000,359.491000,1.259000,358.605000,1.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.054000,-4.371000,177.921000,4.982000,175.789000,3.389000,167.133000,2.834000,168.741000,2.378000,173.960000,-1.265000,172.386000,-7.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.131000,-30.508000,138.496000,-36.603000,142.126000,-30.608000,146.756000,-33.745000,149.445000,-33.058000,140.949000,-22.856000,142.565000,-26.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.356000,-57.210000,272.611000,-55.213000,270.094000,-56.379000,268.990000,-55.979000,267.419000,-57.119000,264.054000,-58.932000,255.504000,-60.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.027000,6.545000,341.886000,12.719000,331.561000,2.257000,336.467000,2.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.850000,40.856000,192.670000,31.897000,197.584000,37.277000,198.736000,45.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.811000,40.071000,126.322000,43.371000,112.345000,43.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.871000,0.832000,175.399000,-7.695000,179.578000,-1.127000,181.041000,-5.135000,183.665000,0.982000,181.083000,4.553000,177.136000,8.625000,171.610000,4.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.054000,-4.884000,246.647000,0.956000,244.599000,3.834000,242.805000,-5.704000,252.850000,-8.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.151000,-52.892000,357.393000,-54.692000,3.779000,-55.250000,6.044000,-61.441000,12.681000,-56.537000,10.711000,-53.112000,8.401000,-53.411000,6.194000,-44.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.461000,16.163000,5.583000,22.618000,11.235000,16.203000,17.505000,13.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.724000,3.394000,181.230000,5.482000,184.154000,10.351000,178.801000,0.961000,179.592000,-0.642000,182.440000,-0.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.116000,11.002000,6.575000,9.307000,8.727000,9.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.020000,-60.145000,126.118000,-48.449000,124.383000,-54.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.150000,-33.715000,208.469000,-23.588000,202.070000,-23.349000,196.709000,-22.239000,190.287000,-26.846000,194.894000,-27.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.871000,22.083000,126.590000,19.872000,131.613000,16.519000,131.184000,15.611000,129.485000,13.048000,136.090000,16.385000,136.712000,17.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.238000,-38.348000,114.832000,-38.090000,124.565000,-38.480000,137.919000,-38.881000,138.835000,-35.943000,126.878000,-35.108000,124.906000,-31.226000,123.869000,-32.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.155000,-19.794000,47.435000,-19.581000,52.098000,-10.374000,48.624000,-11.702000,47.625000,-11.119000,40.763000,-9.323000,46.029000,-12.528000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.012000,57.615000,97.637000,57.145000,78.675000,69.331000,82.303000,63.698000,75.120000,63.350000,77.621000,58.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.431000,-53.118000,223.628000,-62.972000,237.414000,-63.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.272000,35.935000,329.773000,39.001000,329.337000,45.596000,317.561000,40.519000,322.950000,40.210000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.580000,30.202000,347.262000,29.466000,350.160000,25.945000,350.325000,25.963000,352.070000,21.778000,354.907000,33.292000,350.900000,28.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.943000,-0.929000,173.103000,3.853000,167.284000,-2.263000,164.132000,-8.316000,168.028000,-5.173000,170.972000,-9.215000,171.092000,-4.775000,171.914000,-3.686000,176.537000,-1.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.222000,13.359000,31.784000,10.776000,30.508000,10.826000,32.827000,4.896000,39.624000,7.250000,41.024000,5.380000,44.407000,5.611000,38.468000,14.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.847000,45.444000,117.923000,39.270000,106.703000,49.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.133000,7.969000,10.776000,14.971000,10.395000,11.074000,13.203000,11.293000,18.847000,9.660000,19.080000,7.964000,19.627000,8.073000,20.714000,8.510000,20.439000,10.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.790000,-8.015000,148.966000,-9.056000,145.287000,-11.963000,147.447000,-10.515000,148.141000,-12.343000,152.363000,-9.469000,154.371000,1.015000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.433000,53.808000,34.435000,53.279000,32.606000,51.668000,39.045000,52.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.275000,-35.007000,262.602000,-30.148000,261.972000,-30.445000,259.529000,-25.261000,257.414000,-23.567000,259.589000,-30.576000,263.601000,-37.760000,262.880000,-34.962000,266.772000,-38.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.511000,42.839000,47.401000,37.247000,47.071000,32.977000,53.090000,34.679000,53.385000,34.715000,54.023000,36.146000,63.096000,42.817000,55.140000,46.449000,54.900000,45.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.139000,-10.954000,225.878000,-7.865000,225.160000,-10.909000,225.259000,-15.128000,227.149000,-12.001000,227.372000,-9.753000,233.167000,-11.280000,236.282000,-5.461000,221.690000,-2.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.579000,26.016000,92.489000,27.939000,80.280000,26.075000,77.650000,24.388000,76.861000,23.772000,79.504000,18.590000,82.074000,17.940000,83.484000,23.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.921000,-31.855000,276.284000,-31.243000,268.197000,-37.903000,272.427000,-41.206000,275.312000,-42.744000,277.437000,-44.301000,274.568000,-38.127000,275.906000,-36.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.219000,-61.543000,132.116000,-66.432000,153.130000,-66.162000,152.726000,-57.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.283000,53.012000,242.410000,56.182000,244.590000,63.886000,242.185000,62.157000,239.934000,56.422000,233.697000,62.045000,232.757000,57.202000,230.408000,54.674000,240.421000,45.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.840000,-60.141000,156.495000,-60.802000,168.276000,-57.688000,172.465000,-53.886000,153.873000,-55.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.133000,6.581000,352.299000,0.152000,355.661000,4.542000,354.612000,13.789000,352.716000,10.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.411000,2.110000,287.911000,4.036000,285.973000,4.341000,284.770000,3.137000,279.141000,-2.143000,284.510000,-0.593000,285.951000,-4.820000,288.536000,-2.615000,287.281000,1.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.210000,17.470000,6.406000,16.805000,359.173000,29.894000,356.878000,27.281000,359.587000,14.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.342000,28.704000,152.967000,23.775000,150.052000,26.228000,150.272000,22.466000,149.658000,14.925000,149.196000,13.093000,155.337000,18.869000,157.178000,23.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.331000,8.824000,132.168000,10.590000,131.719000,10.449000,132.339000,16.092000,123.324000,11.236000,126.102000,7.739000,132.750000,5.382000,132.863000,7.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.935000,-33.120000,18.598000,-32.643000,19.040000,-29.294000,15.114000,-32.459000,11.233000,-30.513000,11.370000,-35.038000,11.828000,-35.728000,14.164000,-34.970000,21.353000,-39.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.451000,17.767000,106.298000,21.020000,109.703000,20.787000,109.040000,24.021000,109.797000,26.592000,97.166000,26.251000,104.806000,25.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.820000,12.009000,324.138000,5.384000,319.274000,3.256000,321.326000,1.612000,329.064000,1.265000,330.080000,4.477000,331.287000,6.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.415000,17.953000,328.234000,10.039000,330.736000,21.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.627000,13.997000,44.320000,19.607000,41.763000,31.059000,35.070000,29.623000,38.087000,25.722000,39.356000,23.166000,38.545000,21.009000,40.324000,17.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.264000,38.189000,199.148000,45.471000,205.542000,32.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.488000,-13.033000,133.221000,-11.158000,129.978000,-7.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.305000,13.350000,106.913000,17.537000,113.742000,11.274000,112.729000,10.381000,116.542000,7.492000,117.983000,3.216000,119.852000,13.372000,118.326000,14.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.012000,-35.664000,6.115000,-36.111000,2.493000,-29.640000,0.388000,-34.333000,3.051000,-36.511000,359.920000,-36.032000,1.363000,-38.329000,5.059000,-38.691000,6.026000,-40.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.334000,13.724000,7.880000,9.022000,0.722000,15.754000,355.977000,16.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.218000,36.905000,2.844000,38.940000,1.063000,35.615000,3.742000,32.841000,6.194000,30.936000,9.801000,33.635000,6.565000,26.241000,8.132000,28.324000,13.180000,31.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.662000,34.028000,141.172000,35.607000,132.900000,40.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.063000,47.449000,230.681000,50.787000,222.306000,50.255000,220.881000,53.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.904000,-22.473000,305.588000,-25.180000,309.872000,-24.120000,310.360000,-21.615000,308.829000,-21.822000,308.145000,-18.066000,307.452000,-17.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.480000,18.594000,6.557000,26.917000,6.421000,28.669000,355.206000,30.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.566000,-2.979000,208.708000,-4.489000,211.488000,-0.666000,211.204000,0.290000,205.127000,0.024000,203.629000,-1.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.159000,18.407000,62.444000,18.456000,59.464000,14.845000,56.180000,16.064000,58.575000,12.301000,62.382000,5.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.954000,-25.186000,21.116000,-28.068000,23.693000,-21.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.748000,16.016000,232.917000,17.876000,227.627000,12.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.470000,19.481000,175.619000,18.641000,170.732000,13.976000,172.854000,7.817000,175.398000,11.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.944000,-20.458000,342.305000,-14.553000,338.703000,-15.984000,337.813000,-17.568000,335.473000,-20.154000,332.621000,-28.854000,340.061000,-26.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.338000,-3.745000,2.793000,-2.005000,3.058000,0.065000,359.281000,3.533000,355.857000,4.714000,351.462000,-3.699000,353.474000,-3.597000,356.391000,-2.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.963000,60.582000,235.429000,62.026000,248.996000,61.336000,249.401000,71.409000,218.392000,66.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.207000,-26.091000,193.819000,-22.256000,186.003000,-24.587000,185.849000,-27.437000,180.931000,-28.937000,189.706000,-28.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.788000,23.131000,307.313000,22.129000,305.763000,15.793000,306.231000,12.752000,308.051000,8.878000,312.023000,13.152000,316.563000,13.653000,313.029000,18.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.273000,-4.907000,4.634000,-3.486000,3.977000,-7.112000,2.488000,-12.985000,8.535000,-7.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.546000,-54.498000,137.966000,-53.629000,131.955000,-49.736000,134.487000,-47.148000,125.181000,-44.153000,125.977000,-50.671000,125.979000,-51.312000,115.996000,-58.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.873000,-38.080000,254.559000,-39.936000,262.244000,-36.331000,263.530000,-33.576000,258.941000,-27.678000,259.292000,-35.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.395000,-5.321000,130.000000,-6.613000,128.124000,-18.069000,133.863000,-13.213000,133.996000,-14.314000,138.802000,-13.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.321000,-28.183000,19.774000,-30.558000,26.753000,-37.132000,26.434000,-29.586000,31.986000,-23.522000,28.254000,-22.332000,25.777000,-25.370000,19.346000,-25.105000,15.319000,-23.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.586000,-41.264000,348.351000,-37.415000,345.847000,-45.290000,343.514000,-47.122000,351.612000,-48.650000,4.043000,-49.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.487000,-34.999000,5.581000,-32.447000,7.464000,-29.367000,9.439000,-35.243000,10.207000,-28.756000,8.496000,-27.862000,13.912000,-25.308000,13.127000,-24.382000,8.071000,-26.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.049000,18.805000,234.412000,24.335000,230.361000,22.809000,230.580000,26.081000,231.248000,30.141000,230.745000,28.255000,225.925000,23.848000,224.860000,23.214000,223.037000,21.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.845000,15.997000,178.538000,13.790000,180.222000,15.502000,182.901000,11.944000,181.745000,16.359000,176.546000,20.786000,172.545000,22.526000,171.568000,22.276000,177.981000,18.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.890000,12.838000,198.613000,3.260000,198.277000,4.144000,204.601000,6.821000,197.108000,5.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.266000,49.891000,321.658000,49.976000,326.224000,43.743000,331.431000,47.800000,332.311000,46.771000,344.872000,48.245000,337.178000,50.087000,328.726000,53.891000,324.520000,52.733000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.215000,-38.985000,94.647000,-31.982000,92.701000,-31.405000,87.384000,-37.306000,95.455000,-44.945000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.073000,-54.597000,169.244000,-54.289000,161.738000,-49.586000,153.939000,-61.905000,163.378000,-58.529000,182.662000,-62.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.759000,8.715000,352.138000,5.120000,354.808000,12.056000,355.081000,12.661000,352.765000,14.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.130000,1.866000,315.309000,8.127000,321.839000,10.643000,315.311000,13.204000,314.661000,16.033000,312.298000,12.603000,310.695000,8.403000,311.550000,6.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.830000,-40.744000,129.396000,-40.098000,136.440000,-45.017000,131.062000,-42.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.037000,-24.877000,48.652000,-24.089000,48.437000,-28.841000,49.351000,-33.346000,49.997000,-32.025000,53.660000,-32.027000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.040000,19.972000,98.792000,17.566000,95.593000,18.763000,96.201000,18.300000,97.521000,10.548000,100.300000,14.860000,100.440000,15.557000,105.664000,10.753000,104.835000,11.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.344000,0.726000,189.720000,1.983000,186.966000,8.712000,184.286000,9.974000,184.955000,1.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.999000,-13.021000,38.003000,-24.839000,47.776000,-16.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.152000,-54.586000,135.748000,-55.971000,130.714000,-57.509000,130.322000,-59.916000,130.342000,-66.801000,137.023000,-62.171000,140.357000,-65.317000,142.381000,-62.830000,147.330000,-58.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.670000,-23.734000,55.328000,-22.403000,54.879000,-19.597000,53.983000,-17.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.166000,20.852000,186.239000,20.559000,190.213000,14.246000,193.291000,22.253000,200.433000,24.023000,193.228000,24.766000,185.049000,28.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.305000,3.030000,357.967000,8.268000,356.925000,5.805000,352.659000,0.968000,357.464000,-5.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.801000,39.954000,343.963000,33.294000,353.933000,33.856000,353.145000,35.772000,355.270000,35.297000,359.818000,35.446000,2.110000,35.878000,353.851000,39.434000,351.879000,40.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.790000,1.862000,337.624000,-6.777000,334.665000,-13.131000,346.143000,-6.464000,344.352000,-5.761000,349.297000,-3.058000,348.859000,-0.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.296000,-0.872000,18.894000,-6.204000,22.274000,-2.201000,21.219000,6.450000,8.474000,-0.654000,9.643000,-3.260000,12.310000,-1.211000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.471000,16.438000,4.624000,12.471000,15.139000,10.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.694000,50.124000,214.760000,52.976000,216.911000,58.426000,211.826000,45.637000,216.412000,43.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.477000,-10.643000,321.249000,-8.935000,328.239000,-20.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.736000,20.481000,359.525000,16.514000,350.360000,16.557000,3.872000,7.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.405000,-21.606000,182.621000,-21.893000,187.621000,-27.593000,188.210000,-29.043000,185.573000,-32.949000,184.765000,-36.255000,197.708000,-31.007000,197.012000,-22.444000,190.956000,-24.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.249000,-51.290000,167.728000,-56.078000,176.225000,-50.932000,166.929000,-51.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.187000,0.625000,357.125000,-1.814000,5.542000,-3.579000,1.144000,0.174000,353.911000,5.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.512000,-46.713000,312.136000,-53.670000,323.434000,-55.491000,315.663000,-51.635000,325.866000,-52.390000,325.622000,-51.435000,325.220000,-48.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.084000,-27.813000,210.370000,-23.694000,211.979000,-17.709000,207.250000,-16.957000,206.663000,-15.660000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.323000,-13.363000,179.521000,-14.285000,178.353000,-15.928000,180.339000,-15.878000,183.521000,-18.977000,183.373000,-13.035000,189.276000,-9.967000,185.895000,-11.027000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.797000,-24.924000,175.761000,-15.546000,170.301000,-13.654000,172.151000,-5.897000,170.427000,-8.352000,160.834000,-12.208000,161.663000,-13.475000,159.897000,-17.491000,159.447000,-18.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.290000,-5.854000,16.976000,1.229000,16.541000,1.506000,8.840000,-2.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.831000,13.903000,89.629000,20.536000,84.284000,19.051000,81.205000,14.757000,77.901000,10.286000,90.423000,9.579000,90.232000,10.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.484000,-35.068000,28.304000,-41.150000,33.380000,-44.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.258000,0.195000,163.880000,9.151000,157.078000,-0.503000,155.273000,-2.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.839000,-28.856000,216.708000,-18.152000,210.936000,-17.250000,206.625000,-20.879000,204.536000,-19.400000,201.149000,-25.905000,207.209000,-27.646000,207.299000,-30.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.422000,33.730000,220.947000,25.873000,223.233000,32.475000,231.816000,33.541000,225.403000,41.642000,221.784000,35.486000,221.277000,35.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.639000,-1.877000,186.647000,-1.733000,180.510000,6.996000,178.255000,5.465000,177.245000,1.394000,170.143000,2.587000,173.328000,-2.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.220000,7.403000,352.873000,6.314000,347.810000,9.067000,349.872000,6.090000,343.572000,5.548000,354.184000,-3.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.570000,6.367000,103.438000,0.443000,103.119000,3.596000,103.140000,1.018000,100.739000,-4.101000,103.240000,-5.422000,107.241000,-6.456000,111.166000,2.478000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.392000,-52.298000,43.083000,-48.487000,46.221000,-46.448000,35.598000,-39.901000,28.785000,-43.093000,24.170000,-48.156000,20.510000,-47.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.673000,-42.544000,232.396000,-37.867000,222.229000,-42.565000,229.868000,-53.341000,231.839000,-53.483000,233.396000,-48.975000,235.606000,-45.319000,246.568000,-42.591000,240.299000,-43.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.190000,38.004000,325.629000,31.404000,334.580000,37.730000,341.296000,36.308000,337.278000,37.900000,334.620000,46.888000,331.089000,42.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.028000,35.803000,339.754000,34.595000,319.827000,37.224000,327.893000,30.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.624000,-60.996000,259.179000,-65.226000,255.195000,-62.665000,262.231000,-61.535000,253.478000,-53.748000,235.751000,-56.006000,239.433000,-58.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.505000,-8.458000,342.457000,-2.585000,343.409000,2.474000,339.250000,1.699000,338.465000,3.190000,335.917000,6.361000,335.416000,-2.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.493000,21.784000,7.252000,23.289000,4.019000,23.291000,5.625000,26.794000,1.317000,28.909000,356.825000,16.039000,1.806000,20.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.196000,-24.806000,2.556000,-14.680000,1.669000,-12.375000,3.177000,-9.275000,359.037000,-10.935000,358.255000,-10.890000,357.149000,-10.368000,357.768000,-14.600000,358.589000,-16.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.023000,-54.961000,83.102000,-53.532000,78.831000,-54.015000,68.848000,-60.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.281000,2.715000,293.301000,-3.774000,293.064000,-5.945000,295.120000,-8.420000,296.881000,-6.519000,302.493000,-7.907000,303.242000,-6.418000,302.695000,-5.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.954000,0.990000,139.515000,-12.013000,135.756000,-3.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.761000,-2.804000,22.604000,-15.984000,23.860000,-16.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.543000,19.109000,151.282000,29.613000,149.813000,30.413000,148.050000,31.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.131000,-15.500000,278.670000,-13.734000,283.361000,-23.642000,284.547000,-22.624000,285.393000,-20.440000,285.560000,-20.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.509000,4.638000,354.161000,10.706000,347.024000,8.372000,344.978000,6.814000,342.610000,4.225000,346.523000,1.039000,346.841000,2.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.416000,27.997000,300.047000,35.470000,298.282000,22.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.507000,-17.976000,28.078000,-22.332000,33.716000,-14.723000,36.378000,-10.507000,32.845000,-10.084000,29.292000,-12.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.641000,30.217000,294.103000,23.498000,292.078000,37.354000,282.097000,35.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.147000,1.403000,83.014000,4.208000,77.703000,2.084000,78.565000,-2.355000,77.236000,-2.555000,78.826000,-3.506000,82.036000,-10.692000,84.244000,-5.969000,82.272000,-3.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.087000,36.433000,184.756000,38.982000,184.286000,29.917000,197.966000,28.728000,195.533000,35.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.508000,-39.637000,173.874000,-32.857000,157.932000,-29.281000,154.452000,-39.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.019000,-29.125000,3.740000,-29.461000,359.848000,-23.867000,4.123000,-15.577000,357.987000,-19.992000,355.158000,-14.129000,352.795000,-19.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.593000,0.964000,87.895000,7.368000,79.796000,7.171000,76.843000,5.557000,75.738000,-1.089000,80.007000,2.455000,80.747000,0.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.164000,21.159000,298.519000,25.672000,290.134000,28.769000,289.148000,23.698000,288.856000,22.034000,288.482000,18.056000,295.669000,22.870000,298.781000,20.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.424000,23.952000,182.187000,23.306000,179.900000,32.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.406000,3.190000,79.389000,-0.701000,77.059000,-4.283000,76.805000,-9.334000,81.905000,-8.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.072000,3.889000,314.382000,-0.955000,319.222000,-3.526000,318.423000,-7.266000,328.798000,-6.241000,327.539000,1.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.607000,-22.771000,88.357000,-8.477000,78.050000,-10.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.977000,-22.685000,348.298000,-27.090000,4.313000,-20.831000,352.794000,-18.075000,352.428000,-18.928000,348.794000,-16.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.738000,-9.054000,305.037000,-10.554000,312.621000,-11.646000,315.840000,-10.491000,316.896000,-6.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.288000,16.323000,166.759000,14.465000,162.307000,17.137000,170.912000,20.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.312000,32.930000,48.400000,33.648000,44.171000,35.210000,36.937000,44.176000,35.648000,36.960000,39.854000,35.249000,37.557000,33.174000,40.607000,32.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.105000,-50.608000,79.796000,-49.216000,80.829000,-49.239000,80.063000,-47.607000,78.673000,-44.411000,81.027000,-42.248000,75.740000,-41.555000,74.562000,-44.017000,74.327000,-44.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.539000,17.594000,201.720000,11.226000,206.596000,4.677000,209.713000,9.341000,213.897000,5.812000,218.315000,10.601000,211.315000,11.090000,218.135000,12.963000,210.697000,12.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.427000,-10.268000,178.161000,-3.330000,175.633000,-8.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.293000,48.618000,73.777000,49.061000,81.419000,48.639000,82.068000,50.147000,84.322000,58.670000,76.129000,52.517000,74.059000,52.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.281000,-56.365000,56.934000,-51.352000,57.156000,-57.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.713000,10.720000,356.352000,10.796000,355.987000,10.302000,355.346000,10.718000,354.815000,8.934000,6.566000,8.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.215000,-36.638000,247.306000,-22.416000,244.349000,-31.098000,245.454000,-32.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.893000,-27.098000,189.605000,-29.863000,181.874000,-34.553000,193.516000,-31.010000,198.316000,-33.242000,194.076000,-27.283000,194.268000,-26.782000,187.005000,-22.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.550000,-17.327000,5.903000,-18.437000,10.310000,-24.547000,12.987000,-18.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.298000,-27.911000,322.962000,-23.906000,316.024000,-20.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.847000,0.982000,14.635000,1.605000,17.646000,-3.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.696000,-29.637000,343.742000,-35.365000,346.701000,-38.546000,338.296000,-41.985000,353.714000,-39.986000,358.742000,-40.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.460000,11.459000,49.496000,10.451000,49.226000,4.608000,46.813000,2.644000,63.798000,6.488000,54.388000,7.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.822000,12.715000,350.844000,9.033000,353.332000,7.362000,355.314000,6.249000,357.436000,2.912000,357.657000,7.674000,3.015000,11.469000,358.908000,11.477000,359.926000,14.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.629000,22.691000,339.230000,27.454000,340.161000,27.521000,333.853000,28.981000,330.096000,27.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.665000,1.499000,316.574000,-0.649000,320.481000,11.764000,315.049000,4.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.265000,5.306000,341.389000,4.251000,341.012000,5.020000,336.647000,7.792000,338.455000,3.804000,334.252000,-5.600000,340.496000,-5.660000,341.200000,-1.298000,342.808000,2.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.791000,-36.664000,223.694000,-46.120000,230.738000,-41.290000,228.416000,-35.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.945000,8.378000,170.480000,11.465000,169.853000,15.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.643000,-19.205000,336.346000,-12.493000,342.225000,-8.465000,335.075000,-7.874000,328.980000,-7.129000,333.158000,-9.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.102000,44.784000,118.883000,45.286000,115.671000,42.888000,107.452000,37.207000,108.505000,36.943000,112.538000,38.618000,118.057000,37.338000,119.916000,36.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.962000,-15.551000,169.112000,-15.188000,169.682000,-8.570000,165.414000,-21.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.279000,-77.434000,205.092000,-78.923000,197.595000,-78.458000,179.639000,-78.947000,191.591000,-79.889000,159.019000,-83.712000,237.994000,-81.562000,245.284000,-76.886000,231.272000,-76.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.585000,67.307000,128.677000,61.383000,132.099000,61.847000,145.993000,67.551000,146.603000,73.364000,135.678000,72.514000,127.862000,69.601000,130.297000,72.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.212000,3.551000,170.625000,4.058000,171.578000,-2.815000,173.755000,-12.238000,180.496000,-8.155000,180.717000,-6.980000,180.033000,-2.393000,180.489000,-1.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.611000,-1.023000,240.160000,1.377000,241.756000,2.590000,232.024000,7.448000,230.567000,4.456000,232.773000,1.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.118000,-19.045000,107.444000,-19.011000,108.584000,-16.845000,100.387000,-16.024000,99.959000,-17.007000,98.136000,-26.618000,100.218000,-20.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.762000,-52.726000,234.147000,-53.435000,228.995000,-44.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.501000,-10.931000,348.662000,-18.427000,356.340000,-20.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.930000,2.148000,344.863000,1.008000,338.042000,10.553000,337.550000,4.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.350000,14.245000,257.767000,27.849000,253.353000,21.446000,252.662000,12.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.112000,47.975000,3.935000,47.959000,18.597000,44.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.331000,10.776000,27.543000,12.135000,26.173000,14.415000,25.791000,15.887000,31.609000,16.124000,27.577000,21.073000,27.894000,25.669000,22.597000,24.439000,23.700000,11.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.702000,53.041000,71.112000,53.581000,58.764000,65.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.826000,-57.559000,130.187000,-55.726000,143.873000,-53.316000,135.459000,-51.427000,133.550000,-45.073000,124.213000,-49.536000,114.640000,-53.896000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.057000,-38.961000,24.942000,-45.290000,25.203000,-45.478000,19.014000,-49.315000,29.876000,-46.617000,32.660000,-46.545000,39.828000,-45.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.666000,-9.121000,324.482000,-16.491000,325.582000,-15.996000,327.988000,-10.309000,332.322000,-17.296000,328.983000,-9.710000,331.920000,-8.327000,329.431000,-7.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.061000,-19.611000,246.611000,-21.014000,249.095000,-19.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.012000,34.587000,0.985000,32.193000,2.985000,34.735000,5.570000,41.075000,1.578000,38.246000,0.274000,41.926000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.765000,-0.638000,5.537000,-3.669000,4.912000,2.008000,9.513000,-9.483000,13.251000,-7.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.353000,-64.190000,238.138000,-66.051000,249.657000,-63.544000,228.542000,-58.943000,228.977000,-62.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.803000,8.715000,115.642000,7.885000,117.781000,9.278000,125.755000,6.483000,121.529000,10.177000,115.334000,14.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.323000,-69.856000,274.582000,-74.501000,281.419000,-69.912000,292.309000,-66.417000,280.654000,-61.806000,275.029000,-63.120000,268.772000,-55.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.344000,40.456000,33.029000,31.344000,29.279000,28.295000,33.080000,29.140000,34.365000,25.949000,44.301000,31.539000,47.205000,32.678000,44.350000,38.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.151000,66.877000,127.237000,66.172000,123.492000,66.743000,122.155000,68.045000,106.835000,62.901000,128.922000,62.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.416000,25.643000,140.521000,26.098000,139.465000,31.474000,140.108000,23.209000,132.804000,21.819000,134.501000,20.388000,139.880000,21.506000,149.401000,18.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.623000,-3.176000,191.098000,-3.895000,191.560000,-7.544000,196.890000,-2.956000,196.702000,1.021000,195.994000,3.619000,194.595000,8.821000,192.717000,2.463000,191.689000,1.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.085000,0.821000,163.864000,5.500000,166.229000,12.270000,162.441000,12.406000,158.571000,12.061000,157.643000,10.083000,158.003000,6.529000,161.141000,1.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.447000,36.072000,85.093000,41.893000,78.294000,51.350000,76.021000,49.746000,74.094000,48.973000,73.641000,51.868000,67.593000,51.303000,63.194000,44.817000,69.286000,43.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.192000,-34.184000,46.314000,-36.105000,48.512000,-38.696000,57.408000,-41.169000,55.816000,-39.578000,53.282000,-36.867000,57.529000,-38.310000,50.847000,-33.506000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.417000,-8.923000,182.370000,-12.127000,189.884000,-13.570000,193.912000,-11.876000,194.569000,-10.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.410000,-23.840000,332.524000,-25.865000,342.731000,-23.846000,345.986000,-30.644000,346.689000,-14.413000,344.003000,-18.389000,343.068000,-17.891000,337.334000,-16.492000,334.097000,-22.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.242000,10.459000,356.304000,8.214000,359.873000,7.299000,7.555000,12.999000,4.911000,13.963000,2.907000,14.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.279000,1.004000,352.481000,-0.578000,356.412000,-8.025000,359.371000,-7.463000,3.658000,-7.553000,1.893000,0.551000,4.184000,1.677000,4.623000,6.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.560000,3.423000,350.376000,2.179000,351.814000,-5.489000,353.050000,-1.564000,354.603000,-9.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.892000,-56.117000,249.324000,-50.515000,250.045000,-57.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.749000,-17.801000,157.030000,-25.583000,156.148000,-19.543000,159.602000,-16.109000,154.287000,-8.189000,153.942000,-14.988000,148.398000,-12.738000,150.470000,-15.811000,146.888000,-15.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.561000,20.403000,301.837000,22.540000,300.643000,24.061000,298.697000,25.838000,299.981000,18.769000,300.730000,18.294000,305.304000,11.014000,305.527000,20.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.816000,-31.020000,7.508000,-30.789000,3.005000,-25.725000,2.875000,-28.844000,0.086000,-29.362000,5.813000,-35.681000,9.980000,-35.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.305000,-22.185000,199.181000,-24.794000,196.003000,-31.393000,202.579000,-32.011000,204.842000,-31.767000,207.212000,-31.604000,205.406000,-28.568000,205.994000,-29.042000,208.083000,-21.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.040000,46.095000,137.973000,34.050000,151.871000,31.194000,158.910000,39.069000,153.248000,41.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.467000,-10.497000,339.810000,-13.047000,341.654000,-15.461000,343.356000,-12.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.551000,0.782000,187.278000,-1.615000,185.748000,-0.964000,185.469000,1.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.225000,44.204000,268.848000,41.048000,272.426000,44.410000,285.285000,45.579000,278.130000,49.227000,273.101000,47.457000,274.940000,51.177000,267.368000,48.631000,262.109000,42.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.808000,-29.890000,335.177000,-23.093000,337.032000,-34.895000,337.037000,-36.882000,340.063000,-34.074000,341.853000,-32.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.485000,10.031000,143.479000,15.284000,140.186000,17.783000,133.278000,13.088000,133.986000,8.050000,132.833000,6.485000,139.395000,7.411000,140.614000,1.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.978000,-24.120000,317.976000,-17.231000,305.510000,-12.377000,309.056000,-15.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.504000,7.753000,264.777000,10.027000,265.358000,2.500000,269.288000,7.477000,266.995000,14.356000,266.182000,14.565000,263.179000,13.404000,261.675000,13.010000,256.464000,8.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.037000,42.094000,280.966000,46.275000,280.122000,50.382000,273.307000,48.908000,258.411000,43.878000,268.354000,42.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.105000,0.019000,349.258000,-8.307000,349.911000,-9.054000,352.379000,4.997000,348.929000,4.868000,347.801000,3.347000,350.187000,1.518000,343.802000,3.131000,348.945000,1.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.286000,1.266000,346.295000,-6.354000,349.367000,-4.603000,350.887000,-4.968000,358.361000,-4.538000,358.519000,-0.945000,354.709000,2.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.002000,39.274000,128.520000,41.652000,117.796000,39.070000,123.877000,33.990000,125.249000,33.259000,126.880000,31.526000,133.090000,28.890000,130.724000,34.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.660000,-7.695000,332.362000,-4.299000,328.047000,-10.003000,334.424000,-11.676000,341.085000,-8.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.184000,7.295000,340.355000,1.508000,348.300000,2.750000,350.345000,10.121000,346.157000,7.679000,343.763000,10.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.178000,5.830000,182.717000,0.242000,181.832000,1.039000,182.816000,-2.063000,176.906000,2.267000,181.712000,-5.945000,190.566000,-10.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.479000,-65.080000,299.386000,-59.381000,291.919000,-59.347000,291.148000,-59.955000,283.477000,-61.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.555000,-11.028000,151.667000,-7.323000,144.107000,-6.510000,151.642000,-8.710000,147.765000,-9.468000,144.304000,-11.849000,149.321000,-10.944000,152.073000,-14.804000,152.704000,-11.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.853000,-26.428000,152.558000,-25.583000,152.237000,-26.349000,147.401000,-19.973000,147.651000,-25.143000,153.717000,-30.273000,155.119000,-32.398000,155.392000,-29.512000,155.654000,-28.445000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.412000,10.926000,353.759000,5.237000,358.680000,-6.311000,1.390000,4.724000,359.845000,5.420000,3.076000,8.571000,0.071000,6.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.586000,71.004000,268.106000,64.595000,268.583000,63.772000,282.760000,63.667000,291.110000,60.566000,301.854000,64.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.986000,9.342000,16.445000,5.752000,11.432000,13.910000,10.682000,14.219000,7.616000,12.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.143000,-42.844000,156.005000,-45.596000,157.786000,-36.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.961000,-1.941000,192.545000,3.669000,184.747000,-7.067000,185.369000,-7.306000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.992000,-38.410000,234.272000,-37.988000,229.305000,-40.486000,239.820000,-43.080000,242.172000,-42.290000,243.375000,-41.257000,251.512000,-38.190000,241.375000,-33.326000,240.237000,-39.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.538000,-59.626000,206.069000,-58.671000,202.549000,-44.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.053000,-34.692000,54.538000,-41.754000,69.331000,-43.408000,63.157000,-38.600000,72.577000,-36.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.435000,4.461000,328.246000,3.306000,329.116000,-1.002000,329.514000,1.503000,328.966000,8.923000,325.049000,8.342000,322.578000,5.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.293000,-21.384000,172.064000,-16.284000,173.633000,-17.280000,177.698000,-14.242000,169.746000,-12.735000,167.540000,-10.102000,168.603000,-15.076000,166.504000,-16.180000,166.715000,-16.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.394000,-25.723000,159.000000,-30.253000,160.905000,-31.538000,162.694000,-30.377000,159.275000,-27.883000,166.601000,-27.107000,162.030000,-26.063000,166.730000,-24.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.631000,-28.678000,142.945000,-26.337000,135.025000,-23.761000,127.374000,-27.956000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.530000,-14.509000,219.615000,-15.176000,212.519000,-16.338000,221.107000,-20.793000,225.579000,-18.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.815000,28.562000,34.431000,30.114000,35.842000,32.509000,29.950000,34.673000,24.154000,40.546000,24.571000,33.928000,20.249000,32.359000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.289000,50.753000,1.764000,42.209000,2.107000,42.398000,0.777000,53.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.049000,-1.314000,345.902000,-0.979000,345.775000,-1.774000,346.056000,-2.460000,344.312000,-3.661000,345.991000,-12.820000,353.621000,-7.577000,350.715000,-4.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.955000,14.986000,178.393000,15.058000,167.290000,13.755000,178.851000,4.380000,179.700000,4.286000,178.518000,11.168000,184.948000,10.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.002000,20.468000,208.810000,21.095000,210.934000,17.047000,216.129000,28.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.179000,13.219000,284.832000,9.336000,284.776000,9.081000,283.885000,7.264000,285.812000,8.161000,286.668000,3.889000,290.208000,7.860000,295.439000,13.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.998000,-4.380000,14.115000,-6.012000,15.486000,-6.755000,20.025000,-10.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.384000,17.828000,14.745000,15.090000,15.213000,9.017000,20.191000,20.040000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.193000,9.905000,28.826000,-0.859000,26.269000,7.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.760000,-0.380000,20.409000,-0.832000,20.557000,7.777000,14.312000,4.316000,10.342000,9.878000,7.212000,3.020000,9.310000,-3.158000,8.740000,-5.110000,13.620000,-2.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.575000,-18.255000,49.039000,-17.541000,40.637000,-11.411000,38.490000,-15.936000,42.282000,-18.343000,40.704000,-19.797000,43.123000,-19.229000,44.195000,-19.245000,45.125000,-25.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.266000,-71.559000,288.659000,-67.445000,288.660000,-66.990000,284.047000,-65.751000,289.180000,-64.942000,299.554000,-61.108000,263.909000,-63.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.278000,2.907000,355.330000,-1.854000,355.017000,0.482000,356.068000,7.788000,352.197000,13.958000,345.094000,2.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.136000,-8.144000,172.674000,-23.902000,174.150000,-17.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.085000,0.289000,183.525000,3.027000,181.989000,8.798000,180.076000,5.798000,179.493000,2.337000,177.585000,-1.861000,179.811000,-3.449000,180.158000,-9.610000,180.235000,-4.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.570000,7.066000,172.191000,6.056000,168.342000,6.079000,168.400000,3.295000,174.048000,-0.316000,175.340000,1.967000,178.318000,5.667000,176.119000,4.805000,174.811000,11.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.625000,12.916000,175.056000,18.221000,173.175000,15.029000,171.395000,21.634000,168.011000,13.351000,164.600000,11.008000,168.550000,5.345000,171.084000,6.292000,171.382000,4.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.508000,-38.332000,282.602000,-42.942000,287.217000,-46.111000,296.469000,-46.677000,295.285000,-37.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.678000,14.546000,133.667000,15.289000,136.220000,7.888000,138.543000,15.339000,136.727000,18.228000,136.153000,18.849000,132.816000,21.491000,128.951000,20.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.085000,-17.202000,125.862000,-15.586000,122.749000,-17.144000,118.334000,-16.835000,118.619000,-20.262000,122.285000,-26.022000,125.435000,-27.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.524000,7.084000,156.764000,16.693000,144.988000,9.631000,151.129000,8.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.174000,4.586000,358.522000,7.800000,356.407000,8.138000,350.494000,10.515000,350.312000,10.212000,350.300000,9.858000,349.585000,11.051000,347.416000,5.038000,349.219000,-1.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.722000,-37.197000,44.092000,-33.482000,45.033000,-32.183000,41.753000,-28.546000,39.021000,-24.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.971000,-35.313000,317.138000,-27.938000,316.983000,-31.875000,314.225000,-32.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.840000,-11.591000,91.485000,-4.087000,87.940000,-14.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.892000,-61.881000,128.512000,-63.543000,130.602000,-64.324000,145.700000,-72.536000,145.185000,-69.901000,155.113000,-68.780000,146.330000,-65.302000,144.108000,-65.092000,153.509000,-58.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.982000,-27.662000,152.372000,-20.663000,142.260000,-24.046000,137.728000,-27.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.358000,12.566000,189.700000,8.990000,193.443000,6.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.977000,59.360000,4.021000,56.872000,8.685000,51.091000,5.475000,62.221000,1.942000,64.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.121000,7.485000,78.978000,8.500000,77.140000,5.143000,77.261000,0.205000,92.025000,-1.470000,92.446000,-0.630000,89.780000,0.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.170000,27.005000,273.104000,28.624000,280.638000,22.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.844000,-6.905000,46.734000,-9.113000,54.041000,-7.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.687000,-5.523000,307.022000,-10.116000,311.249000,-11.126000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.796000,21.372000,19.987000,25.338000,28.251000,16.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.194000,-27.335000,75.263000,-23.936000,72.703000,-20.417000,63.031000,-18.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.912000,-14.435000,358.144000,0.206000,3.789000,-5.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.006000,7.948000,136.514000,-7.457000,136.137000,-0.383000,137.495000,-0.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.554000,27.491000,33.285000,26.461000,46.206000,23.172000,40.447000,28.198000,40.164000,28.467000,41.632000,32.507000,38.997000,31.122000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.638000,-9.280000,187.716000,-9.000000,188.378000,-7.849000,182.351000,-2.125000,180.860000,-4.579000,178.303000,-8.058000,181.031000,-8.700000,183.545000,-16.688000,184.852000,-17.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.986000,62.096000,292.985000,60.011000,296.295000,58.392000,298.076000,48.466000,314.360000,49.146000,313.288000,51.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.002000,-57.373000,163.482000,-63.917000,160.260000,-52.933000,158.892000,-48.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.847000,-4.004000,321.462000,-11.185000,317.653000,-18.064000,321.718000,-19.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.702000,-2.491000,171.763000,-4.036000,168.590000,1.201000,165.055000,0.157000,167.863000,-3.433000,169.839000,-6.237000,173.305000,-7.968000,176.672000,-7.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.968000,-52.627000,115.641000,-41.615000,109.868000,-39.258000,115.633000,-49.657000,116.715000,-51.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.301000,-3.550000,0.273000,3.079000,3.003000,3.469000,1.481000,8.363000,0.925000,9.031000,356.827000,4.004000,355.980000,2.422000,358.089000,2.744000,357.643000,0.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.467000,57.325000,257.830000,52.840000,255.556000,56.798000,255.099000,57.542000,257.441000,58.896000,264.066000,59.178000,260.962000,63.898000,247.002000,67.901000,250.241000,60.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.223000,7.812000,246.708000,9.054000,253.303000,6.962000,253.020000,3.791000,252.309000,1.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.287000,-44.991000,30.843000,-44.994000,28.729000,-41.512000,21.678000,-42.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.718000,-23.626000,201.813000,-26.437000,199.823000,-32.187000,209.586000,-19.870000,209.745000,-17.476000,207.089000,-16.834000,204.108000,-22.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.444000,5.621000,195.602000,4.734000,189.982000,2.654000,203.335000,-2.837000,198.622000,4.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.181000,-31.348000,357.909000,-30.260000,349.449000,-37.837000,354.196000,-42.483000,4.930000,-39.406000,6.815000,-39.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.161000,13.291000,0.571000,8.091000,355.279000,-1.127000,359.172000,-0.104000,359.691000,0.286000,2.385000,-2.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.443000,37.999000,34.182000,33.516000,36.797000,32.320000,42.657000,29.277000,44.144000,37.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.696000,38.889000,2.524000,41.447000,351.710000,40.443000,352.439000,46.175000,339.816000,42.790000,340.944000,39.692000,341.711000,34.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.573000,-4.849000,329.062000,-0.188000,329.849000,0.313000,329.195000,2.870000,331.269000,8.853000,329.057000,7.384000,327.417000,11.191000,323.506000,10.701000,321.387000,5.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.582000,53.659000,61.837000,53.230000,65.202000,52.632000,68.470000,48.012000,73.925000,46.934000,77.854000,50.856000,77.861000,55.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.991000,-13.519000,0.365000,-8.924000,351.670000,-10.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.971000,-5.529000,176.985000,-8.192000,182.962000,-16.834000,182.831000,-16.170000,180.577000,-11.811000,183.363000,-9.476000,183.536000,-5.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.772000,32.946000,219.825000,43.344000,210.009000,34.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.913000,45.999000,345.525000,37.236000,349.627000,50.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.286000,12.451000,154.044000,8.733000,155.203000,4.951000,150.601000,-1.280000,157.385000,-0.496000,159.925000,0.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.291000,38.853000,221.172000,38.332000,221.524000,31.317000,228.964000,28.291000,238.284000,29.544000,233.210000,38.743000,236.131000,45.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.885000,-52.878000,205.227000,-48.567000,201.450000,-46.938000,204.200000,-42.939000,198.547000,-45.723000,196.071000,-44.628000,204.845000,-54.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.275000,4.994000,182.456000,4.581000,199.943000,0.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.698000,-51.717000,207.197000,-53.530000,211.105000,-55.839000,226.359000,-56.816000,229.950000,-56.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.953000,-0.238000,284.636000,-2.662000,283.451000,2.601000,282.312000,-5.920000,279.908000,-0.996000,279.285000,-6.671000,274.823000,-10.842000,288.715000,-12.544000,291.950000,-8.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.775000,14.565000,310.420000,12.781000,305.154000,12.506000,312.356000,9.584000,313.479000,7.201000,316.175000,8.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.064000,11.771000,319.433000,10.192000,316.974000,12.377000,315.682000,13.372000,318.126000,6.130000,325.131000,1.328000,322.011000,6.584000,326.037000,6.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.072000,14.919000,172.854000,17.498000,168.077000,18.617000,162.380000,21.548000,169.620000,5.739000,169.508000,12.983000,173.580000,8.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.331000,29.373000,89.561000,32.731000,88.428000,33.123000,85.173000,34.692000,83.617000,31.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.351000,-21.735000,177.096000,-30.930000,181.980000,-27.099000,183.144000,-24.274000,185.983000,-21.266000,174.448000,-19.038000,174.623000,-19.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.595000,-3.859000,286.863000,-2.988000,278.425000,6.553000,277.516000,1.789000,277.582000,-0.592000,270.097000,1.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.573000,24.851000,277.226000,24.061000,276.558000,16.368000,278.687000,19.403000,286.384000,21.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.713000,59.197000,25.832000,60.471000,30.901000,59.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.109000,-5.839000,336.106000,-19.181000,340.861000,-14.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.604000,7.531000,96.166000,12.006000,94.336000,9.246000,91.637000,11.819000,90.866000,2.749000,90.239000,1.773000,92.906000,2.798000,95.102000,3.198000,99.630000,-2.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.189000,0.261000,285.728000,0.942000,284.670000,-2.930000,281.937000,-7.316000,288.648000,-2.432000,289.408000,-2.408000,288.342000,0.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.415000,-17.352000,9.774000,-26.068000,15.341000,-26.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.614000,-37.253000,173.100000,-40.318000,173.001000,-37.874000,165.053000,-54.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.759000,32.424000,116.984000,28.672000,110.392000,34.080000,108.980000,30.818000,107.245000,25.496000,119.877000,22.729000,126.231000,22.453000,118.130000,33.472000,117.821000,33.635000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.562000,53.207000,26.428000,61.051000,23.929000,60.155000,20.476000,59.542000,15.669000,56.696000,20.343000,55.269000,12.879000,54.971000,23.345000,48.118000,25.782000,53.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.339000,-72.847000,101.555000,-70.456000,84.826000,-60.424000,74.020000,-59.249000,68.981000,-62.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.404000,-26.956000,354.719000,-30.362000,1.032000,-40.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.798000,-16.549000,346.234000,-12.623000,338.871000,-11.051000,339.641000,-13.185000,335.410000,-18.029000,332.947000,-19.832000,338.148000,-17.133000,339.709000,-18.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.758000,11.902000,47.635000,12.399000,43.653000,13.566000,50.185000,3.010000,52.809000,5.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.478000,-23.195000,113.454000,-24.231000,108.684000,-16.499000,104.770000,-12.304000,103.230000,-17.449000,95.802000,-20.837000,100.623000,-21.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.988000,-9.755000,348.560000,-4.039000,342.400000,-4.462000,336.402000,-13.364000,348.583000,-17.874000,348.841000,-18.328000,349.897000,-12.196000,347.455000,-10.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.453000,1.350000,349.285000,3.160000,346.695000,3.188000,339.702000,6.741000,346.039000,1.660000,342.526000,2.798000,338.544000,-2.794000,350.685000,-6.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.216000,7.704000,229.135000,10.035000,230.902000,8.447000,233.600000,7.221000,235.236000,8.587000,231.710000,10.905000,231.993000,15.262000,231.666000,16.070000,223.764000,14.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.933000,-11.882000,14.618000,-12.111000,5.726000,-10.346000,6.284000,-12.015000,11.675000,-16.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.271000,24.162000,219.901000,26.286000,221.743000,18.047000,228.553000,15.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.029000,-6.845000,82.161000,-9.641000,84.243000,-14.676000,89.550000,-13.661000,89.797000,-7.581000,81.682000,-4.001000,78.374000,-0.362000,76.751000,0.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.438000,22.547000,186.926000,22.000000,186.599000,12.149000,189.402000,9.289000,189.500000,12.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.177000,31.536000,235.939000,34.001000,251.771000,29.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.447000,-29.487000,155.873000,-23.613000,151.064000,-25.400000,149.715000,-26.035000,151.123000,-20.988000,144.552000,-23.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.005000,-36.959000,323.269000,-33.085000,319.019000,-29.981000,322.566000,-28.529000,325.837000,-26.854000,315.426000,-28.728000,305.903000,-30.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.235000,10.834000,249.495000,12.530000,248.583000,14.104000,248.989000,-1.270000,249.115000,1.698000,250.792000,3.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.747000,-39.242000,67.937000,-37.428000,60.642000,-35.211000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.626000,-35.568000,47.393000,-33.324000,53.062000,-28.495000,46.337000,-32.326000,40.331000,-29.926000,42.102000,-37.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.576000,-29.779000,353.696000,-30.172000,358.560000,-31.092000,358.354000,-34.191000,6.379000,-33.014000,7.214000,-29.463000,5.929000,-24.815000,0.627000,-22.340000,357.031000,-23.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.464000,-55.784000,145.335000,-54.225000,139.620000,-51.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.654000,37.106000,207.878000,37.401000,203.969000,40.858000,204.668000,34.362000,206.435000,31.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.649000,38.181000,6.482000,36.717000,7.742000,35.249000,21.647000,40.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.324000,-12.700000,3.833000,-8.997000,6.703000,-6.900000,1.136000,-3.179000,2.395000,1.812000,357.875000,-5.376000,359.072000,-4.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.586000,-8.742000,142.373000,-3.349000,140.711000,-11.098000,145.607000,-20.696000,145.852000,-11.623000,146.697000,-10.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.629000,-45.381000,357.461000,-50.073000,8.043000,-48.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.566000,16.626000,146.627000,12.838000,139.128000,8.495000,146.895000,11.270000,149.296000,8.557000,152.220000,14.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.547000,-57.684000,314.850000,-56.510000,321.989000,-53.692000,323.041000,-53.484000,332.859000,-53.034000,325.438000,-49.905000,322.294000,-44.159000,318.462000,-50.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.328000,-21.644000,232.748000,-24.082000,229.421000,-23.235000,233.087000,-27.218000,233.029000,-27.417000,227.163000,-29.533000,229.450000,-30.463000,237.120000,-27.407000,240.186000,-21.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.925000,22.246000,24.770000,24.570000,21.061000,26.771000,18.544000,29.062000,17.576000,27.520000,13.421000,23.847000,18.805000,17.175000,19.417000,22.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.243000,-18.615000,118.149000,-19.006000,122.700000,-18.456000,121.690000,-11.114000,118.327000,-13.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.390000,12.620000,227.843000,13.406000,223.097000,14.192000,224.257000,20.617000,220.752000,21.579000,218.896000,14.701000,220.145000,12.664000,215.323000,11.003000,218.639000,6.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.644000,1.892000,188.522000,-13.876000,191.554000,-1.937000,188.510000,-0.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.353000,-28.060000,74.873000,-29.654000,67.394000,-27.718000,71.061000,-41.054000,82.604000,-40.297000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.169000,5.334000,189.087000,10.352000,183.351000,9.077000,187.111000,-0.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.970000,-8.080000,100.294000,-10.612000,105.984000,-14.807000,105.040000,-15.796000,108.425000,-16.871000,114.283000,-13.945000,110.318000,-11.346000,112.602000,-7.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.752000,3.684000,8.356000,6.422000,4.937000,7.541000,355.050000,10.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.663000,29.506000,174.464000,27.031000,173.019000,22.544000,185.042000,31.780000,180.778000,30.133000,180.145000,32.323000,179.400000,37.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.653000,-21.751000,10.039000,-21.425000,0.449000,-15.249000,4.559000,-18.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.747000,-13.864000,359.197000,-14.654000,359.764000,-12.843000,358.428000,-1.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.572000,22.143000,23.012000,22.461000,14.635000,26.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.337000,35.939000,155.424000,33.707000,153.848000,41.157000,133.580000,38.819000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.385000,-21.683000,174.874000,-17.094000,174.975000,-15.898000,170.595000,-16.486000,169.658000,-15.769000,165.111000,-9.367000,165.900000,-16.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.463000,59.890000,42.989000,59.846000,43.325000,59.902000,63.130000,65.143000,62.031000,70.842000,57.436000,73.172000,38.557000,72.249000,37.308000,68.713000,42.110000,67.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.341000,-16.095000,30.588000,-6.660000,29.881000,-8.024000,27.443000,-10.086000,27.360000,-10.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.103000,16.152000,167.431000,9.334000,175.678000,12.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.790000,-43.728000,38.385000,-48.212000,59.685000,-43.855000,48.536000,-37.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.187000,-18.180000,247.862000,-15.966000,246.439000,-17.655000,254.287000,-22.299000,261.014000,-24.282000,263.319000,-19.519000,257.619000,-17.850000,257.230000,-14.283000,255.294000,-10.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.697000,-32.146000,205.965000,-35.549000,205.424000,-30.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.360000,-10.411000,330.105000,-8.214000,324.709000,-14.257000,322.891000,-7.265000,327.335000,-20.405000,333.980000,-14.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.076000,-57.237000,90.992000,-52.394000,89.697000,-52.437000,85.007000,-55.952000,78.856000,-60.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.896000,-0.306000,345.448000,8.931000,345.599000,-3.166000,346.709000,-6.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.757000,-15.118000,63.579000,-13.849000,60.855000,-8.029000,61.369000,-17.178000,63.467000,-17.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.884000,78.086000,224.857000,73.343000,212.074000,69.456000,224.743000,69.675000,214.920000,64.680000,220.389000,64.211000,232.004000,62.551000,232.369000,64.871000,252.551000,69.010000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.227000,0.470000,195.219000,-1.692000,195.596000,-4.742000,195.988000,-7.257000,200.836000,-6.760000,199.934000,-14.776000,207.992000,-13.834000,208.018000,-13.344000,206.604000,-5.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.592000,-79.120000,86.329000,-75.430000,81.480000,-78.204000,46.818000,-75.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.066000,-13.010000,50.435000,-8.198000,51.089000,-7.476000,50.018000,-7.683000,46.847000,-1.489000,42.133000,-10.940000,41.343000,-14.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.068000,-3.229000,177.930000,3.220000,170.141000,-3.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.625000,-4.826000,2.340000,6.042000,2.062000,-0.036000,358.928000,-4.113000,356.865000,-6.458000,3.175000,-1.439000,359.960000,-5.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.064000,-5.969000,69.054000,-11.276000,76.873000,-6.502000,73.615000,-3.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.177000,45.620000,73.992000,47.109000,65.567000,56.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.262000,0.318000,29.808000,-3.203000,19.903000,5.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.368000,-5.908000,185.498000,-3.361000,184.438000,2.185000,180.091000,2.779000,177.567000,3.212000,175.391000,2.345000,178.029000,0.347000,178.623000,-3.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.993000,-8.714000,189.130000,-6.819000,185.391000,-4.213000,183.553000,-9.939000,190.574000,-12.360000,196.236000,-14.070000,190.749000,-10.382000,197.508000,-11.393000,191.093000,-8.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.612000,-6.345000,260.153000,-7.112000,261.849000,-4.464000,259.337000,10.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.135000,78.371000,137.336000,77.680000,138.719000,75.775000,123.797000,70.871000,138.739000,67.650000,153.365000,67.206000,161.561000,73.678000,171.904000,74.327000,164.750000,78.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.794000,14.965000,353.976000,7.651000,353.032000,4.918000,357.822000,11.221000,359.663000,8.752000,1.457000,7.759000,4.552000,12.147000,359.761000,19.896000,356.903000,14.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.618000,-59.894000,30.268000,-59.477000,29.830000,-47.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.448000,10.403000,353.572000,8.476000,359.195000,9.303000,355.477000,11.789000,355.718000,14.964000,355.992000,16.842000,348.616000,15.852000,347.692000,16.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.128000,-19.707000,350.936000,-29.574000,4.845000,-23.705000,8.567000,-20.557000,359.418000,-21.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.100000,35.167000,162.210000,26.330000,163.380000,20.277000,166.126000,25.995000,171.207000,26.739000,165.240000,29.239000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.002000,-16.387000,280.359000,-5.163000,278.086000,-11.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.987000,-53.113000,278.462000,-51.893000,273.275000,-51.994000,273.102000,-45.098000,269.360000,-48.881000,267.985000,-48.878000,264.187000,-44.984000,258.539000,-54.161000,265.050000,-60.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.989000,-16.699000,164.637000,-14.399000,161.236000,-9.851000,161.435000,-12.992000,160.506000,-14.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.943000,30.331000,273.529000,26.808000,274.402000,28.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.521000,-0.092000,120.548000,4.217000,117.105000,7.791000,112.543000,5.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.132000,9.422000,173.221000,5.820000,169.523000,7.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.718000,34.892000,245.534000,34.335000,233.789000,47.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.818000,38.418000,142.208000,35.991000,142.727000,29.633000,150.869000,27.865000,152.738000,31.190000,149.474000,35.407000,151.164000,42.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.343000,-58.934000,173.816000,-58.192000,171.690000,-52.164000,172.060000,-49.878000,153.325000,-55.439000,163.421000,-60.660000,164.437000,-62.542000,166.091000,-62.590000,169.156000,-66.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.410000,-72.622000,151.471000,-74.255000,152.914000,-72.767000,160.840000,-73.866000,177.876000,-71.077000,149.796000,-69.464000,144.775000,-64.848000,142.000000,-69.941000,144.675000,-71.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.682000,83.820000,290.078000,83.399000,297.393000,83.706000,309.783000,81.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.208000,9.986000,212.749000,11.581000,209.050000,12.179000,208.389000,13.043000,207.355000,12.832000,206.610000,11.824000,202.735000,6.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.574000,-12.652000,183.441000,-16.797000,175.977000,-17.565000,181.010000,-17.466000,188.508000,-14.015000,189.761000,-10.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.306000,-56.791000,15.585000,-50.607000,13.863000,-48.615000,351.133000,-52.364000,351.540000,-53.830000,2.596000,-55.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.343000,53.723000,205.211000,53.915000,197.557000,63.045000,192.661000,67.727000,193.971000,62.219000,178.015000,63.239000,189.706000,57.017000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.141000,-37.765000,313.246000,-34.590000,313.416000,-36.552000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.851000,24.720000,227.260000,24.956000,230.215000,16.988000,233.954000,19.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.445000,-1.284000,9.886000,2.974000,9.159000,6.823000,1.501000,5.711000,359.770000,3.567000,357.849000,-0.458000,2.770000,-4.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.901000,23.988000,337.128000,13.769000,337.781000,10.286000,343.904000,14.098000,346.463000,15.017000,353.726000,16.703000,346.279000,15.888000,348.601000,19.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.139000,70.105000,55.096000,75.612000,59.228000,71.442000,61.477000,65.855000,56.717000,60.839000,72.090000,61.786000,78.273000,70.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.397000,5.519000,169.425000,4.465000,168.764000,-1.379000,169.948000,-3.586000,175.843000,1.716000,177.120000,6.348000,174.393000,11.274000,169.395000,7.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.156000,-0.043000,233.308000,-2.876000,233.345000,-0.682000,231.245000,-8.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.854000,-0.976000,46.788000,-1.536000,45.260000,2.837000,48.599000,10.499000,44.993000,8.959000,44.218000,13.921000,41.203000,9.691000,39.801000,7.420000,35.729000,4.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.656000,-13.746000,8.552000,-15.845000,13.662000,-12.624000,9.693000,-10.385000,11.202000,-5.258000,7.323000,-9.107000,6.472000,-6.335000,359.202000,-6.286000,359.649000,-15.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.896000,51.692000,216.298000,49.379000,229.741000,46.854000,226.002000,51.249000,227.319000,52.531000,224.670000,53.508000,215.313000,60.915000,218.014000,55.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.155000,34.080000,159.801000,31.461000,155.962000,35.798000,162.646000,37.262000,158.548000,42.235000,152.227000,43.931000,143.432000,34.132000,149.034000,33.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.192000,60.447000,319.705000,54.666000,324.508000,57.575000,325.658000,60.533000,329.202000,55.388000,331.210000,62.032000,343.438000,64.991000,346.129000,65.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.094000,2.863000,69.452000,5.266000,73.101000,2.131000,63.092000,8.805000,61.605000,6.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.299000,-26.264000,212.367000,-25.867000,213.033000,-27.814000,212.484000,-29.887000,216.842000,-24.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.995000,8.362000,29.549000,6.431000,27.093000,11.967000,26.340000,20.554000,23.920000,14.310000,18.515000,11.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.701000,2.660000,303.414000,-2.003000,309.731000,-2.620000,314.234000,-0.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.518000,-15.487000,153.909000,-12.989000,145.180000,-5.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.652000,-43.832000,334.199000,-54.287000,343.586000,-48.428000,345.414000,-48.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.739000,49.307000,75.189000,52.171000,66.447000,52.604000,68.064000,50.581000,69.483000,48.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.457000,54.556000,100.119000,54.649000,92.472000,59.047000,91.912000,55.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.595000,4.400000,255.019000,6.427000,255.349000,8.995000,249.619000,5.446000,249.274000,7.596000,246.729000,10.873000,245.057000,3.485000,242.879000,-0.741000,248.257000,-5.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.992000,21.354000,350.601000,14.149000,357.382000,24.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.716000,44.089000,172.793000,45.621000,162.570000,48.030000,158.986000,38.719000,163.561000,39.121000,162.499000,34.290000,166.981000,32.847000,175.076000,41.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.577000,13.144000,29.351000,11.716000,29.822000,8.486000,26.432000,12.564000,29.749000,4.854000,29.201000,2.552000,32.622000,-0.006000,34.818000,-0.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.031000,80.478000,289.481000,77.375000,307.114000,65.838000,307.260000,73.014000,327.369000,73.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.304000,-5.260000,249.930000,-3.642000,249.404000,0.076000,243.469000,4.378000,242.396000,3.233000,241.701000,3.651000,239.994000,-4.943000,245.108000,-6.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.854000,3.293000,348.451000,-2.097000,349.738000,-2.641000,349.660000,2.999000,349.391000,5.685000,355.278000,4.274000,348.538000,7.838000,346.334000,12.169000,341.725000,9.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.675000,17.888000,160.011000,11.490000,160.672000,10.125000,160.465000,10.299000,155.372000,8.521000,159.176000,6.224000,159.165000,4.365000,165.485000,2.936000,169.923000,4.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.367000,-51.272000,146.381000,-47.469000,139.013000,-45.751000,132.986000,-36.056000,129.398000,-42.864000,123.513000,-45.762000,134.597000,-50.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.999000,-60.113000,61.624000,-59.693000,59.931000,-62.644000,64.451000,-62.132000,71.316000,-54.712000,70.999000,-52.911000,53.392000,-58.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.840000,0.843000,166.479000,-2.792000,170.882000,-6.253000,169.960000,-9.147000,170.284000,-16.534000,174.236000,-16.028000,174.592000,-9.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.310000,20.790000,69.687000,17.540000,70.415000,16.669000,75.437000,16.117000,75.545000,18.159000,76.020000,26.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.686000,15.498000,177.198000,6.970000,181.387000,9.902000,186.486000,17.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.041000,-8.699000,78.810000,-7.662000,78.898000,-4.152000,75.893000,1.335000,70.690000,4.969000,70.024000,4.031000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.085000,-65.991000,80.900000,-62.851000,70.953000,-68.508000,71.206000,-66.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.768000,0.579000,354.917000,-6.101000,356.250000,-8.232000,0.164000,-2.661000,1.664000,-2.904000,7.376000,-3.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.213000,-67.334000,234.078000,-77.964000,247.627000,-78.361000,272.427000,-77.078000,269.208000,-63.370000,268.439000,-63.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.841000,-21.412000,195.753000,-17.838000,184.491000,-12.077000,182.479000,-15.782000,179.306000,-23.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.237000,-41.995000,170.844000,-39.504000,178.391000,-36.312000,179.608000,-33.054000,177.503000,-29.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.178000,-10.285000,359.653000,-5.636000,1.337000,-7.057000,4.135000,-2.696000,359.085000,-1.102000,358.235000,2.974000,351.438000,-7.688000,356.050000,-9.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.159000,43.589000,74.568000,49.930000,67.155000,51.291000,59.041000,47.403000,57.160000,47.290000,64.577000,44.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.740000,-7.966000,182.119000,-8.296000,186.000000,5.095000,183.138000,1.981000,182.674000,0.948000,181.826000,1.502000,179.780000,2.266000,173.914000,3.140000,175.209000,2.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.220000,18.898000,267.583000,25.680000,262.216000,29.272000,263.987000,20.333000,266.084000,14.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.845000,-35.062000,167.040000,-36.991000,169.372000,-26.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.858000,3.194000,199.245000,8.247000,187.094000,17.477000,185.569000,13.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.874000,4.610000,18.617000,2.871000,26.775000,2.792000,15.896000,11.684000,16.863000,8.250000,9.262000,11.366000,12.367000,7.299000,15.544000,5.581000,14.933000,2.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.734000,-27.334000,256.679000,-23.617000,257.260000,-21.492000,254.541000,-23.244000,252.489000,-22.160000,254.335000,-31.145000,261.598000,-34.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.082000,-45.053000,199.162000,-37.230000,203.173000,-34.138000,198.469000,-32.486000,193.858000,-34.804000,193.498000,-33.246000,193.593000,-26.440000,188.958000,-28.702000,189.381000,-32.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.226000,-31.688000,350.001000,-28.170000,347.668000,-25.982000,348.398000,-24.337000,341.225000,-24.307000,335.674000,-20.178000,338.387000,-24.669000,339.815000,-26.994000,339.655000,-28.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.078000,-16.043000,132.757000,-22.699000,141.519000,-22.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.718000,26.805000,345.514000,25.210000,341.769000,30.283000,336.066000,30.607000,328.221000,29.591000,336.754000,26.736000,332.314000,22.953000,337.789000,20.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.154000,19.958000,8.817000,5.500000,9.553000,9.101000,12.197000,9.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.484000,-12.699000,13.948000,-11.386000,6.627000,-5.718000,10.080000,-0.875000,0.215000,-5.973000,4.623000,-8.772000,3.964000,-11.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.017000,23.026000,332.375000,21.099000,330.370000,18.262000,334.558000,16.694000,345.718000,18.581000,339.382000,20.872000,330.085000,24.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.869000,-4.929000,326.312000,-15.322000,331.601000,-13.543000,332.724000,-6.851000,334.670000,-5.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.249000,25.398000,352.437000,26.216000,349.163000,29.814000,346.690000,34.434000,336.033000,33.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.078000,-54.502000,32.413000,-49.052000,23.548000,-39.165000,17.569000,-40.877000,27.702000,-49.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.274000,-10.761000,162.785000,-13.135000,166.820000,-12.044000,169.429000,-14.124000,173.078000,-16.878000,174.118000,-9.413000,172.175000,-1.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.239000,62.176000,318.716000,58.115000,331.375000,58.463000,336.159000,57.894000,330.139000,66.896000,316.751000,72.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.673000,10.186000,212.689000,10.501000,212.565000,3.943000,217.716000,4.620000,217.826000,4.409000,221.249000,3.388000,219.610000,16.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.075000,11.884000,181.459000,5.393000,185.511000,5.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.447000,-4.252000,178.364000,2.254000,175.024000,5.334000,178.014000,-2.090000,181.465000,-7.312000,182.337000,-1.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.161000,-23.631000,358.778000,-23.135000,357.848000,-16.307000,357.714000,-15.287000,0.732000,-11.445000,355.414000,-12.627000,353.244000,-11.772000,350.554000,-11.112000,343.897000,-18.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.413000,84.542000,83.109000,82.599000,121.076000,81.547000,135.208000,77.900000,191.382000,81.358000,114.594000,86.184000,310.515000,89.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.190000,4.018000,181.944000,3.255000,173.582000,7.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.647000,13.120000,7.442000,11.268000,9.889000,13.883000,17.010000,18.558000,8.341000,23.561000,4.461000,20.204000,0.136000,17.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.087000,-22.433000,199.994000,-26.844000,203.875000,-24.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.781000,8.733000,359.023000,6.783000,0.493000,11.659000,356.468000,19.118000,354.454000,16.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.157000,-36.585000,344.916000,-50.020000,347.597000,-49.481000,345.943000,-39.826000,347.061000,-34.691000,343.086000,-36.777000,342.154000,-36.334000,339.850000,-40.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.456000,14.492000,345.420000,11.140000,345.425000,3.775000,351.672000,4.303000,350.232000,6.683000,353.091000,8.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.641000,-2.887000,314.407000,3.057000,323.530000,-1.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.523000,-4.468000,214.768000,-7.459000,211.141000,-6.840000,207.208000,-8.084000,210.922000,-21.557000,222.363000,-18.827000,217.067000,-14.568000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.987000,10.109000,341.366000,14.644000,338.928000,20.927000,330.900000,11.473000,329.612000,10.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.522000,-54.757000,69.561000,-57.448000,79.752000,-59.524000,81.760000,-57.159000,84.085000,-55.049000,98.347000,-53.393000,92.102000,-53.574000,91.613000,-46.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.905000,-23.612000,335.881000,-31.859000,339.449000,-27.901000,346.657000,-22.545000,340.178000,-20.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.833000,-12.832000,24.013000,-15.630000,19.241000,-20.562000,23.485000,-23.423000,25.538000,-23.539000,33.373000,-11.977000,28.287000,-9.952000,22.541000,-9.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.874000,54.878000,52.376000,57.716000,51.675000,57.894000,41.074000,53.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.300000,12.085000,252.269000,8.867000,253.508000,16.497000,251.216000,13.185000,246.114000,13.140000,249.594000,3.385000,260.346000,8.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.348000,-13.787000,12.715000,-12.718000,12.168000,-12.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.803000,24.700000,162.204000,18.197000,163.410000,18.138000,168.913000,23.610000,166.635000,26.548000,163.847000,33.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.865000,44.460000,99.986000,48.541000,105.671000,44.698000,107.496000,47.927000,102.969000,50.662000,111.083000,56.934000,98.574000,52.354000,87.672000,46.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.936000,-5.180000,6.749000,-4.579000,4.032000,4.015000,357.604000,-6.590000,8.906000,-11.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.259000,18.757000,344.864000,19.815000,338.323000,20.047000,339.541000,14.007000,342.288000,10.582000,345.321000,10.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.000000,-13.124000,240.834000,-7.997000,237.023000,-5.870000,236.108000,-8.589000,233.006000,-12.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.597000,69.232000,326.463000,66.240000,321.534000,52.432000,333.819000,57.748000,336.155000,58.112000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.656000,-32.390000,124.363000,-31.667000,115.967000,-28.934000,122.149000,-34.812000,119.715000,-39.953000,123.373000,-40.157000,124.512000,-40.507000,125.637000,-36.136000,133.592000,-35.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.203000,9.675000,346.881000,7.536000,355.517000,6.874000,347.818000,12.157000,348.095000,18.689000,346.803000,15.328000,344.185000,15.254000,342.912000,16.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.955000,5.592000,151.727000,9.882000,143.917000,9.407000,141.789000,5.730000,145.495000,4.242000,141.223000,1.876000,148.657000,3.508000,148.572000,3.238000,150.748000,-3.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.158000,-8.475000,205.727000,-8.147000,201.241000,-6.663000,199.312000,-12.495000,204.575000,-13.363000,207.552000,-11.897000,213.435000,-16.389000,214.922000,-13.818000,209.791000,-11.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.610000,-56.055000,276.363000,-52.034000,278.726000,-60.089000,284.591000,-59.569000,286.916000,-58.702000,289.895000,-56.249000,288.816000,-54.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.141000,-41.502000,185.022000,-44.052000,189.588000,-43.463000,190.940000,-49.727000,196.896000,-45.360000,194.353000,-44.203000,198.853000,-44.802000,191.446000,-41.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.483000,42.203000,98.786000,41.656000,79.195000,46.932000,82.896000,43.898000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.263000,-14.924000,355.919000,-15.053000,356.196000,-16.139000,1.336000,-8.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.337000,7.401000,5.069000,-3.061000,6.461000,-0.954000,10.448000,-7.730000,11.894000,-6.654000,16.282000,-2.806000,13.098000,-1.261000,9.657000,0.662000,8.069000,3.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.981000,33.616000,349.773000,34.363000,348.282000,36.715000,344.465000,36.830000,345.369000,31.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.954000,31.209000,222.234000,31.020000,220.908000,35.735000,224.225000,35.262000,223.045000,41.243000,222.061000,44.283000,209.695000,39.303000,216.115000,39.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.770000,-49.485000,21.683000,-50.500000,25.889000,-50.415000,32.859000,-47.936000,31.151000,-46.275000,35.313000,-39.854000,24.795000,-40.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.658000,52.471000,319.183000,60.297000,316.021000,56.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.990000,-32.544000,315.614000,-35.732000,313.835000,-41.690000,319.339000,-40.643000,326.163000,-44.281000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.922000,52.244000,339.983000,47.717000,335.076000,43.973000,339.892000,46.574000,347.414000,50.998000,345.357000,51.212000,344.657000,52.666000,341.189000,51.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.655000,7.173000,322.336000,2.321000,318.686000,0.323000,333.467000,-2.954000,333.488000,0.169000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.621000,29.038000,0.196000,29.149000,1.629000,27.468000,12.530000,26.787000,8.546000,29.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.041000,-10.305000,337.413000,-10.290000,348.711000,-15.132000,344.482000,-12.772000,344.729000,-10.912000,343.617000,-10.417000,348.443000,-7.812000,344.904000,-8.615000,345.058000,-8.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.144000,-4.722000,314.445000,-10.762000,315.229000,-11.176000,314.098000,-16.650000,325.045000,-5.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.637000,-0.706000,13.340000,0.897000,13.020000,3.141000,15.395000,11.271000,3.745000,13.833000,0.656000,11.527000,7.043000,3.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.330000,-81.257000,67.978000,-71.291000,62.542000,-71.868000,60.063000,-67.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.992000,27.190000,235.288000,25.997000,236.898000,24.723000,231.940000,22.635000,236.483000,19.197000,234.285000,16.572000,235.297000,16.941000,237.046000,18.347000,244.828000,20.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.249000,-14.843000,12.841000,-9.304000,1.745000,-5.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.361000,19.630000,338.602000,22.587000,334.859000,33.145000,333.637000,33.639000,327.497000,29.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.458000,14.046000,64.412000,9.618000,65.247000,15.761000,64.951000,16.367000,67.091000,19.079000,68.143000,25.411000,63.368000,18.800000,57.463000,20.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.208000,22.468000,231.996000,11.436000,239.972000,12.910000,238.469000,16.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.049000,63.058000,43.519000,62.876000,49.529000,62.244000,51.822000,62.084000,60.474000,59.570000,64.095000,58.558000,69.336000,58.769000,53.341000,70.945000,53.506000,65.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.671000,24.503000,169.457000,25.296000,163.416000,24.362000,163.809000,15.667000,165.825000,17.400000,167.914000,18.787000,166.143000,15.092000,171.992000,22.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.295000,-28.769000,71.403000,-25.931000,76.122000,-20.874000,74.922000,-14.272000,69.364000,-11.683000,66.563000,-16.895000,63.017000,-16.042000,63.222000,-18.378000,66.444000,-19.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.232000,34.162000,293.767000,26.036000,300.448000,25.452000,304.806000,30.607000,309.728000,33.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.209000,-74.197000,197.997000,-82.583000,201.066000,-80.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.619000,10.719000,174.317000,4.010000,167.809000,0.152000,170.388000,0.673000,177.558000,-2.781000,176.320000,3.602000,180.954000,3.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.421000,-13.957000,176.887000,-6.746000,172.515000,-5.320000,171.841000,-10.362000,172.371000,-12.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.418000,64.810000,244.157000,63.034000,247.030000,51.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.595000,59.057000,197.962000,56.144000,209.804000,61.902000,214.608000,63.825000,204.106000,62.931000,205.247000,64.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.524000,40.763000,289.330000,36.881000,289.884000,32.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.435000,2.930000,12.857000,-0.233000,12.664000,1.957000,10.125000,-1.218000,9.932000,-1.192000,7.836000,-4.718000,12.370000,-2.148000,20.140000,-1.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.622000,6.765000,90.490000,3.276000,90.906000,2.692000,84.462000,-2.295000,87.973000,-6.307000,91.593000,-2.926000,96.978000,-6.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.812000,8.087000,331.676000,16.007000,329.956000,13.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.279000,-29.110000,352.575000,-29.325000,351.294000,-23.939000,351.800000,-22.651000,359.443000,-18.513000,358.895000,-16.885000,352.518000,-21.421000,349.892000,-18.003000,339.927000,-23.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.631000,24.685000,196.136000,21.545000,197.652000,20.857000,190.770000,17.571000,196.886000,16.684000,210.263000,22.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.781000,17.988000,10.694000,16.267000,15.222000,16.850000,19.510000,18.374000,17.137000,19.952000,7.271000,25.073000,8.750000,21.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.313000,61.260000,280.914000,60.588000,261.442000,70.282000,252.112000,60.639000,275.471000,55.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.234000,-5.314000,173.456000,-8.036000,179.883000,-8.110000,176.980000,-1.789000,175.897000,-2.643000,175.641000,4.798000,167.717000,-2.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.395000,-66.097000,259.978000,-69.109000,266.692000,-68.961000,295.956000,-73.389000,298.874000,-70.626000,289.303000,-57.839000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.980000,5.657000,3.448000,4.727000,0.409000,5.061000,5.283000,1.861000,5.964000,2.094000,10.524000,4.745000,7.319000,3.967000,5.288000,13.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.977000,69.580000,293.586000,73.263000,292.442000,69.065000,300.708000,76.359000,260.205000,76.347000,270.397000,72.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.917000,82.434000,287.283000,82.163000,282.030000,75.006000,301.402000,71.807000,300.805000,74.375000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.112000,-37.958000,1.910000,-30.318000,358.809000,-35.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.846000,-25.904000,115.187000,-23.864000,113.847000,-17.928000,112.202000,-18.429000,108.161000,-14.622000,107.520000,-18.229000,107.551000,-21.845000,105.916000,-28.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.362000,65.870000,283.020000,68.529000,273.214000,65.857000,271.604000,67.228000,272.548000,65.140000,263.122000,59.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.527000,48.156000,184.562000,46.866000,183.230000,52.884000,178.712000,55.669000,171.000000,50.579000,170.570000,49.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.353000,-69.019000,189.010000,-58.319000,182.907000,-59.306000,166.291000,-65.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.267000,44.333000,15.591000,49.071000,15.287000,43.292000,13.430000,39.893000,12.563000,38.747000,15.421000,39.436000,14.944000,38.986000,17.837000,39.293000,21.818000,42.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.981000,1.025000,180.812000,3.565000,179.599000,-0.051000,180.312000,-4.251000,181.496000,-3.735000,183.457000,-3.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.559000,32.853000,239.085000,35.080000,241.802000,31.142000,238.338000,42.928000,236.531000,39.966000,237.189000,38.267000,230.901000,36.179000,229.104000,34.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.200000,-25.922000,115.883000,-28.368000,116.362000,-29.256000,121.146000,-24.998000,121.564000,-23.663000,125.419000,-19.749000,115.006000,-19.322000,115.010000,-26.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.008000,-12.614000,234.188000,-11.422000,235.453000,-6.136000,231.799000,-1.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.644000,39.403000,1.464000,39.071000,2.807000,34.616000,12.927000,37.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.694000,34.169000,294.109000,28.377000,292.960000,39.837000,290.707000,43.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.345000,2.856000,180.230000,5.217000,178.753000,5.832000,173.212000,4.300000,178.302000,-3.012000,180.688000,-2.973000,183.497000,-2.025000,185.923000,0.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.923000,-30.292000,126.422000,-27.975000,122.024000,-25.769000,119.021000,-26.859000,117.864000,-26.972000,115.274000,-26.067000,112.147000,-30.498000,117.303000,-29.990000,119.669000,-34.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.876000,-44.393000,216.498000,-49.010000,224.017000,-42.274000,228.086000,-46.503000,226.251000,-42.841000,226.924000,-38.208000,221.521000,-35.904000,216.781000,-33.464000,219.461000,-41.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.489000,-19.196000,93.438000,-22.198000,89.804000,-25.741000,97.856000,-20.115000,98.656000,-19.569000,101.179000,-17.084000,95.919000,-15.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.171000,16.013000,10.820000,23.453000,2.277000,12.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.152000,54.186000,338.646000,60.252000,329.330000,59.396000,325.911000,55.556000,323.563000,49.963000,325.501000,51.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.526000,36.149000,140.627000,38.955000,144.080000,38.331000,143.932000,38.757000,141.807000,42.559000,135.624000,37.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.715000,-54.918000,175.683000,-58.596000,169.641000,-55.468000,169.856000,-54.277000,172.692000,-44.638000,164.195000,-45.004000,162.776000,-51.876000,151.612000,-53.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.820000,-18.043000,44.926000,-12.465000,32.316000,-15.618000,34.357000,-27.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.676000,-3.560000,207.546000,-6.478000,211.225000,2.778000,208.582000,3.779000,205.374000,5.937000,204.052000,-0.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.169000,-1.677000,212.344000,-7.602000,212.626000,-8.408000,219.401000,-8.715000,222.125000,-9.822000,217.389000,0.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.851000,3.476000,349.747000,0.266000,355.133000,0.121000,354.613000,6.996000,352.272000,3.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.618000,36.887000,341.735000,40.756000,345.618000,44.954000,345.240000,52.640000,338.988000,47.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.797000,9.178000,6.100000,3.478000,7.939000,2.952000,14.108000,7.246000,14.090000,8.365000,9.782000,10.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.064000,9.900000,4.001000,17.805000,0.345000,10.233000,4.083000,2.601000,6.456000,4.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.630000,-15.214000,13.841000,-16.768000,12.354000,-14.300000,10.587000,-20.759000,6.123000,-18.703000,3.484000,-27.006000,11.395000,-26.936000,11.726000,-26.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.151000,-11.140000,318.520000,-20.839000,315.135000,-23.832000,322.279000,-22.395000,327.409000,-18.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.984000,-35.779000,183.120000,-39.427000,180.784000,-32.436000,178.292000,-37.863000,179.877000,-41.069000,184.196000,-44.318000,186.312000,-42.142000,183.706000,-41.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.754000,-17.847000,339.775000,-10.955000,336.130000,-12.475000,334.292000,-20.972000,338.108000,-23.409000,338.288000,-23.211000,339.037000,-22.583000,341.155000,-26.957000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.321000,18.840000,73.271000,18.098000,69.253000,25.665000,67.949000,30.337000,60.498000,27.892000,57.804000,25.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.825000,16.425000,171.348000,23.584000,164.347000,21.652000,166.853000,12.468000,172.326000,6.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.317000,-70.286000,276.004000,-66.916000,246.071000,-66.826000,239.742000,-65.767000,248.911000,-71.198000,249.701000,-71.286000,249.021000,-71.674000,242.267000,-74.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.642000,19.338000,275.700000,16.571000,276.025000,21.893000,271.999000,8.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.412000,15.360000,327.768000,20.835000,326.213000,23.361000,319.706000,20.870000,315.069000,23.625000,315.754000,18.623000,321.603000,13.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.197000,-9.725000,299.340000,-10.342000,305.716000,-0.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.261000,-5.858000,26.056000,-6.060000,19.151000,-2.120000,22.830000,-7.880000,18.632000,-7.225000,16.977000,-10.214000,22.890000,-9.311000,25.316000,-9.796000,30.365000,-12.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.308000,-27.271000,252.772000,-19.480000,241.962000,-14.798000,246.014000,-24.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.702000,-0.356000,342.809000,0.941000,337.106000,4.245000,340.328000,0.628000,341.551000,-0.941000,337.710000,-6.122000,342.908000,-5.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.938000,-32.241000,8.193000,-26.437000,6.994000,-25.857000,7.831000,-23.179000,5.996000,-25.625000,3.784000,-22.742000,356.261000,-29.984000,2.177000,-32.424000,2.028000,-35.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.528000,-0.594000,171.729000,-8.544000,173.425000,-1.504000,168.723000,-2.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.184000,-6.208000,180.280000,-7.526000,177.706000,-7.541000,175.999000,-10.571000,182.437000,-10.019000,179.600000,-11.886000,182.766000,-15.310000,184.996000,-9.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.886000,-82.620000,356.926000,-81.025000,322.469000,-81.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.418000,-6.200000,263.755000,-10.573000,266.735000,-14.580000,267.573000,-6.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.838000,-23.673000,276.811000,-28.172000,278.151000,-27.256000,278.544000,-27.233000,282.110000,-14.383000,280.812000,-17.166000,279.201000,-18.671000,278.710000,-20.209000,272.985000,-15.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.444000,7.228000,341.189000,2.881000,341.614000,0.501000,346.162000,-2.540000,346.948000,-0.022000,347.773000,-3.398000,350.403000,1.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.429000,3.868000,180.127000,-7.818000,180.229000,-2.190000,185.603000,-2.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.486000,9.057000,270.600000,3.994000,269.038000,0.827000,272.764000,4.225000,269.541000,0.412000,273.211000,-0.172000,282.546000,5.086000,274.590000,8.188000,270.889000,9.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.203000,-30.479000,179.521000,-29.802000,183.447000,-27.740000,178.194000,-26.724000,164.357000,-27.850000,170.317000,-31.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.518000,-13.865000,14.603000,-13.487000,16.509000,-13.689000,21.965000,-10.114000,15.516000,-5.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.492000,64.760000,321.254000,65.393000,322.383000,66.639000,343.855000,66.754000,318.824000,72.076000,315.764000,69.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.757000,-34.241000,211.809000,-45.464000,214.756000,-40.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.853000,-15.178000,151.282000,-14.775000,158.716000,-3.832000,151.071000,-4.812000,144.487000,-16.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.203000,-9.499000,143.804000,-6.220000,145.855000,-14.966000,146.546000,-20.129000,146.828000,-15.532000,151.590000,-18.137000,150.667000,-15.057000,145.475000,-5.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.961000,0.418000,84.330000,1.511000,73.137000,4.843000,79.074000,-0.887000,80.080000,-0.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.847000,-78.191000,173.613000,-74.385000,175.850000,-74.806000,196.539000,-72.375000,176.208000,-70.538000,166.221000,-62.286000,162.383000,-69.697000,147.439000,-67.432000,142.764000,-76.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.536000,-2.153000,283.357000,0.320000,281.692000,-1.487000,275.838000,-5.255000,282.040000,-7.204000,282.295000,-7.776000,282.666000,-9.478000,285.214000,-4.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.214000,-21.548000,201.529000,-25.798000,203.182000,-22.823000,204.376000,-22.688000,208.348000,-21.225000,204.486000,-16.385000,198.279000,-17.877000,194.814000,-19.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.133000,24.198000,182.785000,25.318000,188.899000,17.156000,191.467000,18.276000,193.790000,19.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.350000,46.158000,78.288000,42.136000,84.831000,39.941000,79.672000,32.335000,85.197000,35.629000,86.668000,30.235000,94.100000,40.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.255000,-18.010000,119.857000,-11.422000,113.179000,-16.774000,108.159000,-13.698000,109.275000,-16.709000,109.987000,-22.262000,111.512000,-23.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.666000,18.610000,84.130000,13.404000,84.474000,13.045000,87.683000,12.310000,89.796000,16.937000,87.748000,21.861000,88.399000,29.600000,81.045000,28.220000,81.734000,21.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.054000,-11.809000,80.105000,-6.463000,74.707000,-7.235000,67.070000,-6.960000,72.210000,-19.502000,78.472000,-20.445000,74.747000,-12.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.926000,1.711000,191.956000,3.988000,190.103000,5.729000,186.799000,2.253000,182.773000,-3.180000,188.453000,-0.247000,192.489000,1.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.239000,-0.500000,354.110000,-2.539000,0.653000,-7.973000,5.106000,-0.158000,1.261000,1.558000,358.563000,1.938000,355.555000,6.823000,352.851000,0.264000,353.429000,0.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.664000,49.811000,151.043000,49.918000,160.983000,48.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.587000,-11.961000,319.957000,-7.989000,307.172000,-10.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.992000,-5.042000,84.032000,-10.811000,80.485000,-3.435000,80.458000,-2.678000,78.398000,2.434000,72.818000,-2.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.475000,-34.483000,21.984000,-27.102000,21.428000,-34.209000,20.682000,-35.658000,27.457000,-40.306000,33.533000,-40.126000,25.522000,-36.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.995000,17.890000,140.560000,12.201000,140.973000,11.501000,138.438000,5.075000,141.021000,7.905000,141.912000,7.907000,150.318000,5.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.440000,2.890000,355.735000,0.740000,355.975000,-2.787000,348.055000,-6.743000,0.850000,4.345000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.647000,38.220000,144.231000,49.644000,141.931000,45.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.695000,-32.198000,203.350000,-26.607000,194.820000,-35.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.902000,87.585000,356.804000,83.572000,52.140000,82.391000,52.202000,76.338000,81.778000,78.093000,86.817000,79.315000,104.152000,80.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.037000,52.630000,27.485000,54.662000,15.264000,50.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.842000,-0.235000,252.277000,6.093000,243.477000,-0.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.446000,36.048000,48.997000,35.134000,45.144000,30.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.942000,9.056000,81.452000,2.061000,82.795000,-0.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.155000,-9.924000,261.862000,-13.821000,266.510000,-13.790000,267.435000,-13.270000,266.191000,-2.994000,264.902000,-8.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.764000,-54.183000,308.133000,-50.485000,299.593000,-46.155000,296.909000,-52.974000,303.443000,-54.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.931000,-3.723000,174.488000,-4.646000,181.886000,-3.960000,180.636000,0.334000,177.511000,2.143000,175.014000,2.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.639000,-40.806000,10.153000,-37.518000,359.976000,-39.673000,356.271000,-39.349000,357.215000,-42.652000,357.765000,-42.861000,349.521000,-47.613000,359.281000,-42.607000,359.970000,-43.031000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.302000,3.073000,184.734000,4.252000,182.714000,7.713000,179.264000,-3.145000,180.450000,2.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.201000,-9.644000,159.500000,-10.367000,158.027000,-14.408000,158.336000,-13.522000,157.966000,-21.787000,161.223000,-14.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.363000,13.350000,345.403000,4.792000,352.251000,15.392000,349.520000,14.013000,341.592000,18.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.991000,14.212000,212.734000,14.089000,212.158000,11.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.635000,20.389000,118.747000,15.352000,121.903000,11.785000,122.917000,8.064000,123.189000,17.014000,130.185000,19.306000,123.410000,19.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.234000,40.286000,94.530000,38.751000,97.473000,39.048000,91.756000,41.783000,99.909000,44.800000,89.668000,42.128000,85.004000,48.317000,80.155000,41.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.097000,0.865000,36.517000,-4.592000,45.211000,-3.859000,43.719000,-2.934000,48.110000,-4.004000,46.724000,0.865000,40.061000,-0.112000,39.872000,6.829000,36.482000,4.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.069000,-4.333000,2.445000,-4.853000,1.579000,1.315000,5.207000,3.617000,5.915000,6.788000,358.150000,5.120000,357.397000,3.047000,355.629000,2.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.568000,-9.075000,221.738000,-13.810000,221.749000,-13.836000,230.738000,-9.865000,226.783000,-8.599000,231.642000,-7.923000,232.102000,-7.221000,227.250000,-6.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.265000,-39.631000,144.377000,-45.263000,144.928000,-30.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.633000,47.597000,265.603000,46.508000,266.375000,42.077000,264.562000,35.410000,273.361000,35.158000,268.875000,41.807000,278.283000,42.268000,271.385000,45.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.834000,24.576000,316.998000,18.976000,309.715000,17.678000,313.496000,8.773000,317.317000,14.032000,317.586000,12.482000,320.605000,21.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.091000,43.464000,315.448000,48.890000,317.583000,58.410000,304.130000,54.235000,299.969000,51.957000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.963000,63.605000,246.708000,61.520000,250.694000,62.010000,252.270000,61.089000,246.509000,66.264000,251.592000,67.253000,225.592000,67.231000,219.255000,65.722000,226.762000,66.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.834000,9.780000,28.997000,22.584000,17.949000,22.384000,21.172000,16.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.677000,-69.670000,191.301000,-77.595000,201.498000,-77.498000,219.530000,-69.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.116000,-11.602000,197.861000,-12.334000,195.411000,-2.875000,192.618000,-3.448000,191.583000,-4.752000,190.523000,-6.155000,190.408000,-9.959000,195.516000,-14.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.814000,-43.912000,140.196000,-41.987000,143.341000,-41.705000,146.346000,-41.783000,143.470000,-39.174000,147.575000,-36.865000,145.607000,-35.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.709000,60.674000,103.458000,54.121000,100.767000,50.824000,111.250000,52.495000,113.912000,52.595000,119.393000,50.006000,120.362000,55.925000,119.405000,56.544000,123.472000,59.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.693000,-10.222000,164.881000,-11.772000,165.803000,-10.986000,171.791000,-11.171000,171.813000,-7.500000,167.134000,3.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.152000,50.812000,28.059000,52.266000,25.123000,47.025000,25.842000,46.152000,25.628000,45.538000,26.436000,44.550000,37.422000,41.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.547000,39.711000,100.931000,34.034000,100.796000,28.378000,112.980000,31.973000,103.536000,36.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.151000,12.747000,87.493000,10.929000,94.613000,11.122000,95.006000,8.324000,95.143000,5.796000,97.182000,4.051000,100.149000,11.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.290000,-45.882000,101.040000,-41.028000,101.228000,-32.381000,93.830000,-39.484000,92.103000,-41.555000,95.918000,-44.577000,96.356000,-44.649000,98.488000,-49.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.269000,-6.621000,77.734000,-3.888000,75.850000,-8.985000,79.924000,-19.626000,85.634000,-14.436000,85.400000,-9.887000,87.938000,-4.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.872000,57.977000,321.274000,60.588000,317.217000,66.489000,292.425000,63.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.707000,-46.962000,349.036000,-56.014000,358.110000,-52.525000,357.076000,-54.868000,0.437000,-59.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.548000,-0.014000,352.990000,-0.926000,0.732000,-4.404000,2.685000,-3.303000,7.250000,-3.846000,2.537000,-0.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.087000,19.828000,152.940000,20.978000,154.856000,18.631000,158.447000,18.445000,160.914000,21.612000,159.402000,26.652000,152.478000,27.478000,150.802000,27.249000,149.882000,28.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.993000,0.292000,278.784000,-4.300000,285.420000,-3.023000,288.800000,-2.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.866000,66.400000,137.092000,68.819000,131.462000,70.233000,128.318000,72.021000,123.119000,69.138000,105.329000,64.520000,121.874000,59.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.796000,-0.103000,45.177000,-2.072000,39.920000,-1.337000,37.004000,3.700000,36.503000,1.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.240000,-11.000000,160.741000,-6.303000,157.913000,-1.385000,148.484000,-0.800000,146.284000,-2.310000,150.427000,-5.483000,145.548000,-8.309000,145.165000,-11.092000,151.979000,-8.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.499000,9.826000,184.447000,9.105000,178.001000,16.048000,179.144000,11.366000,180.797000,8.031000,185.611000,5.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.757000,-34.375000,225.850000,-29.513000,226.816000,-35.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.324000,-2.764000,33.311000,-5.109000,33.768000,-8.567000,36.308000,-10.797000,37.871000,-10.777000,40.890000,-9.869000,46.907000,-15.649000,47.827000,-11.283000,44.945000,-7.087000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.358000,13.033000,13.549000,2.135000,17.395000,4.169000,22.485000,6.981000,29.169000,9.600000,24.654000,17.159000,17.181000,15.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.423000,38.374000,216.429000,35.598000,216.372000,26.595000,232.119000,33.297000,230.359000,34.367000,234.024000,35.078000,223.735000,38.152000,220.658000,37.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.668000,-46.051000,175.769000,-44.983000,177.373000,-43.998000,168.543000,-39.943000,167.908000,-37.823000,166.414000,-44.920000,164.440000,-37.506000,161.198000,-46.584000,166.055000,-50.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.068000,-46.115000,152.888000,-45.530000,153.039000,-40.768000,157.667000,-43.347000,150.231000,-38.999000,156.023000,-37.122000,144.178000,-31.583000,140.693000,-34.623000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.917000,56.937000,249.587000,61.536000,259.697000,60.899000,262.848000,66.655000,234.508000,66.382000,241.857000,61.782000,242.885000,60.422000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.970000,12.476000,180.589000,4.920000,173.650000,2.476000,175.859000,1.422000,178.671000,2.789000,179.641000,2.082000,181.051000,2.402000,182.925000,0.845000,186.081000,-0.280000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.856000,4.185000,322.469000,7.136000,325.938000,5.938000,325.594000,11.339000,324.277000,17.296000,322.085000,10.953000,319.259000,14.749000,317.036000,15.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.993000,28.619000,196.475000,26.735000,200.788000,21.550000,200.876000,28.622000,204.482000,32.840000,196.701000,38.840000,195.763000,39.687000,195.000000,33.288000,189.151000,37.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.322000,74.456000,132.888000,73.113000,141.428000,71.172000,150.795000,74.491000,154.159000,75.046000,157.559000,71.874000,174.362000,72.929000,197.849000,78.151000,201.932000,83.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.876000,-20.725000,139.620000,-17.173000,134.730000,-13.660000,134.776000,-9.239000,133.885000,-4.932000,129.703000,-5.599000,130.279000,-19.934000,133.265000,-19.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.218000,-8.772000,349.782000,-6.697000,343.930000,-4.799000,340.012000,-5.812000,338.998000,-8.157000,343.769000,-7.844000,340.972000,-10.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.486000,66.261000,299.344000,66.969000,307.172000,58.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.723000,22.682000,0.278000,27.425000,1.015000,33.177000,352.059000,27.922000,350.255000,23.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.918000,-19.914000,22.956000,-13.412000,17.785000,-23.779000,21.338000,-22.553000,23.475000,-21.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.747000,48.545000,142.336000,52.913000,146.779000,50.050000,146.441000,50.831000,148.665000,48.984000,152.272000,58.924000,145.073000,57.317000,142.416000,55.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.738000,3.997000,181.612000,12.484000,167.514000,8.705000,173.454000,3.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.188000,39.409000,187.441000,37.873000,192.469000,32.266000,192.539000,31.543000,199.241000,23.804000,194.945000,30.306000,199.415000,29.444000,201.815000,31.604000,194.776000,31.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.700000,-50.000000,348.128000,-48.492000,338.209000,-50.281000,335.850000,-53.635000,334.451000,-58.385000,332.814000,-62.210000,338.088000,-62.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.545000,-10.495000,39.435000,0.369000,29.928000,0.670000,29.392000,0.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.334000,10.289000,2.380000,8.948000,354.663000,6.721000,2.219000,-1.285000,5.026000,3.592000,6.547000,17.667000,3.040000,11.022000,2.003000,11.998000,0.344000,13.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.179000,-22.469000,331.470000,-21.727000,324.701000,-29.635000,327.670000,-30.843000,328.322000,-37.300000,340.063000,-26.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.835000,7.183000,271.835000,6.175000,269.272000,7.914000,271.061000,9.690000,257.968000,16.387000,259.255000,2.716000,263.072000,6.535000,265.357000,3.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.208000,25.242000,309.089000,24.100000,303.483000,28.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.134000,14.765000,191.012000,17.462000,175.507000,16.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.812000,-13.708000,355.806000,-11.376000,0.420000,-23.684000,1.030000,-14.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.232000,-7.123000,221.500000,-5.618000,219.478000,7.065000,217.195000,-0.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.644000,3.196000,114.930000,4.888000,112.715000,12.643000,106.463000,9.118000,106.304000,8.650000,101.866000,7.117000,100.262000,5.514000,103.528000,5.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.220000,-26.070000,174.035000,-25.669000,189.624000,-27.683000,189.448000,-25.201000,186.096000,-24.372000,182.373000,-21.849000,180.860000,-16.399000,174.695000,-23.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.094000,-12.193000,148.305000,-17.445000,156.393000,-12.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.898000,-43.417000,22.453000,-41.042000,15.891000,-34.749000,18.575000,-44.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.464000,-2.767000,4.053000,-3.571000,11.368000,-10.281000,8.699000,-3.149000,9.370000,-1.804000,12.870000,2.255000,11.817000,2.473000,12.928000,5.064000,6.997000,4.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.110000,-10.381000,261.669000,-3.473000,255.422000,-12.953000,257.003000,-16.733000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.143000,-12.808000,315.415000,-6.014000,307.114000,-12.039000,308.762000,-12.865000,311.171000,-18.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.774000,50.339000,94.542000,44.096000,99.805000,45.518000,101.217000,54.776000,91.763000,54.373000,90.425000,53.757000,89.720000,59.359000,86.508000,59.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.705000,3.222000,23.600000,2.632000,24.218000,1.054000,22.368000,1.077000,25.156000,-1.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.800000,50.014000,212.856000,43.661000,217.851000,44.012000,219.848000,44.206000,216.896000,38.656000,223.735000,41.689000,230.715000,41.577000,234.450000,47.180000,227.786000,50.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.283000,-32.972000,115.500000,-27.282000,107.890000,-34.452000,113.242000,-36.078000,115.941000,-33.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.850000,6.160000,353.225000,4.010000,6.624000,0.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.699000,56.300000,175.525000,53.775000,184.387000,48.395000,199.538000,46.960000,197.468000,50.366000,202.472000,56.407000,196.592000,60.020000,193.752000,58.441000,190.253000,55.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.379000,53.084000,161.601000,50.506000,161.220000,48.527000,154.029000,43.493000,162.135000,46.452000,161.601000,45.898000,164.921000,43.811000,166.964000,41.883000,176.716000,50.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.325000,-13.733000,130.272000,-8.040000,125.861000,-11.580000,124.749000,-12.507000,119.499000,-13.424000,125.098000,-12.578000,125.433000,-12.991000,126.714000,-14.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.740000,-25.121000,264.034000,-23.682000,261.502000,-16.120000,262.732000,-9.702000,258.660000,-13.665000,250.941000,-12.802000,253.116000,-16.306000,252.586000,-18.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.166000,-0.093000,1.915000,-0.286000,358.413000,1.677000,352.099000,3.387000,352.613000,-3.538000,356.358000,-4.846000,3.927000,-5.280000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.959000,-1.989000,240.987000,0.251000,238.017000,-13.621000,239.821000,-13.692000,241.935000,-9.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.201000,22.921000,83.210000,19.178000,72.474000,30.600000,76.272000,25.307000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.926000,-49.781000,139.118000,-45.996000,139.973000,-47.691000,140.177000,-50.097000,136.458000,-57.752000,151.316000,-51.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.201000,18.737000,16.410000,18.929000,13.558000,22.338000,13.836000,19.895000,10.008000,25.713000,12.397000,20.723000,10.548000,14.620000,9.806000,10.548000,12.842000,14.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.681000,20.331000,331.501000,11.182000,332.712000,23.865000,330.616000,20.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.658000,55.750000,5.348000,60.043000,13.706000,50.586000,25.554000,48.621000,27.208000,48.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.532000,27.796000,84.289000,19.232000,89.463000,26.388000,88.800000,29.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.274000,70.229000,32.007000,66.205000,33.585000,66.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.570000,-5.315000,32.085000,-8.403000,40.963000,-13.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.303000,36.741000,165.917000,40.744000,161.897000,46.183000,151.588000,40.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.605000,-58.362000,55.436000,-57.494000,52.916000,-56.274000,47.554000,-50.064000,48.343000,-56.318000,47.925000,-60.647000,45.553000,-61.527000,50.307000,-62.079000,58.012000,-63.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.918000,-18.240000,325.975000,-11.617000,325.373000,-12.942000,323.678000,-14.159000,326.023000,-13.839000,321.519000,-19.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.200000,-10.211000,15.373000,-7.000000,17.177000,-15.705000,17.319000,-15.897000,21.104000,-14.396000,24.925000,-13.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.350000,2.908000,339.124000,4.231000,333.491000,4.777000,339.596000,1.179000,334.140000,-3.538000,341.423000,-0.283000,342.046000,3.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.464000,-47.136000,263.653000,-39.939000,261.819000,-33.465000,257.727000,-33.233000,255.249000,-31.073000,258.187000,-37.427000,252.417000,-35.931000,256.382000,-39.428000,259.057000,-40.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.350000,-1.377000,179.592000,-7.577000,177.757000,2.110000,171.645000,0.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.247000,-50.031000,103.058000,-47.147000,105.122000,-54.767000,105.756000,-47.784000,118.779000,-45.035000,105.973000,-44.962000,104.240000,-44.312000,98.103000,-38.708000,95.530000,-39.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.807000,42.983000,48.947000,50.731000,37.999000,46.672000,34.811000,53.400000,27.830000,44.705000,37.432000,37.975000,38.987000,38.849000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.049000,10.642000,174.697000,13.860000,166.234000,13.833000,164.627000,11.187000,165.901000,7.741000,167.443000,6.583000,167.546000,8.358000,171.128000,8.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.890000,69.653000,167.216000,72.241000,177.291000,76.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.390000,63.416000,140.064000,58.964000,167.836000,64.375000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.196000,38.444000,237.624000,41.785000,232.788000,40.719000,239.223000,34.895000,241.066000,38.758000,240.769000,33.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.839000,34.725000,87.308000,38.699000,83.327000,42.611000,81.152000,49.869000,75.082000,44.073000,79.997000,39.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.316000,-11.039000,130.053000,-11.372000,124.693000,-11.765000,124.899000,-17.489000,119.320000,-19.338000,121.323000,-23.900000,130.564000,-22.223000,129.241000,-18.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.674000,21.077000,211.148000,17.867000,210.636000,13.562000,205.600000,12.861000,210.698000,11.868000,213.804000,4.246000,216.662000,10.640000,214.183000,14.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.246000,15.832000,176.533000,16.117000,172.149000,19.068000,172.646000,15.421000,176.678000,12.250000,181.085000,11.627000,185.523000,11.404000,182.544000,12.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.574000,-48.825000,132.284000,-54.444000,143.099000,-51.057000,144.203000,-42.856000,139.161000,-42.041000,139.792000,-48.972000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.172000,30.948000,288.405000,33.293000,289.775000,37.540000,283.216000,36.625000,282.274000,33.883000,282.575000,31.826000,276.982000,30.663000,282.541000,30.909000,279.602000,27.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.877000,-35.849000,218.835000,-43.441000,218.595000,-43.296000,216.772000,-45.490000,228.195000,-48.602000,223.123000,-44.183000,226.415000,-40.298000,222.351000,-41.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.423000,18.010000,178.873000,19.028000,182.569000,20.017000,187.135000,17.082000,180.659000,22.683000,185.880000,23.636000,183.504000,27.512000,178.675000,29.198000,172.711000,21.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.000000,11.283000,43.405000,9.098000,48.014000,5.747000,52.575000,10.825000,40.078000,18.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.282000,-51.778000,346.423000,-52.756000,342.107000,-57.991000,346.078000,-60.929000,352.901000,-49.961000,350.522000,-46.399000,348.454000,-44.027000,342.129000,-47.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.288000,-65.067000,132.758000,-68.023000,142.839000,-64.344000,140.542000,-61.839000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.625000,-11.518000,351.134000,-15.404000,348.504000,-6.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.046000,38.046000,355.489000,49.968000,347.648000,42.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.950000,-21.783000,349.391000,-16.253000,353.200000,-18.388000,352.524000,-17.383000,355.185000,-10.949000,350.488000,-11.987000,347.540000,-4.436000,340.535000,-8.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.230000,-11.431000,82.269000,-11.062000,83.782000,-6.627000,79.660000,-7.800000,67.974000,-13.106000,67.973000,-16.462000,71.432000,-14.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.987000,12.132000,237.093000,14.391000,241.231000,9.880000,233.465000,20.662000,231.860000,22.776000,234.850000,16.662000,234.093000,14.392000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.896000,0.470000,172.931000,1.962000,168.269000,-1.697000,172.212000,-4.035000,176.242000,-6.373000,176.704000,-7.693000,178.160000,-8.664000,179.288000,-13.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.854000,-45.435000,165.712000,-42.091000,162.752000,-49.413000,171.224000,-56.641000,180.329000,-52.101000,186.319000,-51.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.741000,5.467000,190.308000,9.640000,188.600000,9.105000,186.932000,7.689000,189.502000,2.536000,189.181000,-0.974000,190.991000,2.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.737000,33.580000,298.757000,32.681000,293.034000,32.142000,295.087000,31.367000,295.574000,26.674000,298.045000,28.902000,299.518000,28.221000,309.566000,28.644000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.965000,-17.447000,212.014000,-18.366000,210.414000,-16.077000,206.967000,-16.017000,210.229000,-23.916000,219.681000,-26.684000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.935000,-5.166000,183.512000,-3.174000,184.712000,-6.802000,185.196000,-5.867000,185.538000,-4.208000,186.012000,5.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.020000,59.372000,313.021000,54.957000,315.152000,50.196000,317.801000,53.946000,321.573000,55.801000,328.142000,56.637000,332.014000,61.537000,326.204000,65.714000,314.049000,62.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.447000,-37.989000,72.648000,-37.575000,62.254000,-35.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.546000,19.997000,35.598000,26.344000,34.304000,20.869000,26.430000,24.882000,29.048000,14.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.632000,-10.440000,183.539000,-12.944000,174.668000,-5.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.734000,-1.963000,187.680000,-6.564000,196.429000,-6.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.171000,-19.452000,218.881000,-29.578000,227.458000,-28.703000,231.084000,-21.804000,223.466000,-20.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.543000,-21.769000,199.217000,-20.732000,198.836000,-21.779000,201.939000,-27.012000,202.330000,-27.954000,202.231000,-31.911000,218.940000,-26.143000,210.497000,-25.172000,209.911000,-22.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.553000,10.630000,5.138000,11.713000,359.277000,17.191000,1.134000,9.586000,357.799000,8.400000,1.130000,5.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.336000,8.756000,182.964000,5.101000,182.524000,3.270000,182.707000,-1.597000,184.006000,-1.839000,185.910000,-2.852000,190.702000,-2.726000,188.682000,2.103000,189.650000,7.727000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.980000,-46.070000,336.927000,-54.556000,343.775000,-49.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.884000,25.073000,207.419000,24.882000,210.712000,16.794000,209.395000,18.136000,202.528000,12.827000,207.880000,14.454000,206.730000,8.829000,213.834000,13.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.381000,-23.655000,312.558000,-23.730000,315.638000,-24.636000,311.734000,-18.709000,310.174000,-21.743000,303.649000,-22.382000,304.747000,-26.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.600000,-52.241000,61.472000,-58.914000,60.192000,-59.285000,50.839000,-63.333000,78.420000,-60.417000,78.906000,-59.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.617000,-60.362000,172.336000,-50.679000,165.447000,-50.994000,152.032000,-52.373000,160.630000,-54.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.512000,-27.975000,65.275000,-30.656000,75.372000,-31.501000,83.097000,-30.100000,82.595000,-29.000000,75.197000,-19.624000,73.497000,-25.705000,69.315000,-21.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.771000,-21.075000,170.112000,-25.609000,173.156000,-16.989000,171.254000,-17.091000,169.685000,-15.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.288000,-21.828000,300.172000,-31.186000,292.723000,-29.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.403000,-49.385000,30.735000,-47.534000,29.728000,-44.506000,21.112000,-35.592000,22.319000,-41.599000,15.032000,-46.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.625000,19.812000,343.091000,23.139000,332.383000,22.833000,336.064000,20.729000,332.493000,18.622000,336.257000,15.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.897000,43.002000,205.191000,42.369000,205.818000,46.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.534000,14.915000,162.045000,20.004000,164.298000,20.788000,168.444000,25.639000,157.650000,28.270000,159.215000,22.332000,155.466000,22.750000,152.952000,15.415000,158.687000,20.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.380000,-23.699000,230.297000,-24.602000,236.708000,-31.052000,248.108000,-34.001000,243.821000,-30.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.082000,5.992000,173.300000,17.428000,165.423000,14.127000,159.752000,7.178000,166.066000,11.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.257000,-60.809000,224.763000,-63.044000,221.678000,-63.164000,215.463000,-69.266000,230.640000,-64.435000,231.621000,-63.555000,247.418000,-61.106000,229.880000,-62.944000,226.499000,-61.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.700000,12.194000,0.674000,7.441000,4.082000,22.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.763000,4.842000,182.378000,5.082000,181.743000,5.790000,173.517000,1.635000,182.948000,2.140000,188.553000,1.750000,186.435000,4.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.886000,44.557000,80.570000,43.923000,74.221000,46.000000,84.730000,50.344000,74.398000,55.713000,68.975000,48.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.186000,-2.140000,342.966000,-2.222000,339.525000,-6.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.524000,-62.765000,173.712000,-54.321000,182.821000,-49.497000,174.834000,-52.836000,168.030000,-45.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.516000,33.231000,358.080000,24.753000,8.632000,29.984000,3.219000,31.558000,7.922000,31.931000,5.135000,32.931000,3.752000,32.464000,6.107000,35.615000,1.891000,35.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.862000,-14.240000,350.448000,-10.957000,354.133000,-11.416000,350.225000,-1.131000,349.381000,-10.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.507000,71.088000,209.632000,70.268000,213.819000,65.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.076000,-2.919000,204.399000,-1.130000,210.265000,0.327000,201.809000,4.578000,199.437000,2.283000,192.971000,2.622000,192.118000,0.719000,200.939000,-2.809000,202.050000,-3.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.854000,-17.361000,121.120000,-25.531000,119.094000,-24.072000,113.854000,-24.450000,112.754000,-28.859000,119.853000,-28.297000,121.016000,-36.257000,126.479000,-32.783000,123.994000,-25.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.038000,24.188000,302.508000,27.626000,298.721000,19.958000,302.832000,21.864000,304.772000,22.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.269000,-15.912000,311.777000,-14.094000,311.154000,-12.384000,299.753000,-7.879000,303.469000,-14.590000,300.474000,-18.123000,306.210000,-17.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.076000,70.841000,96.082000,65.180000,108.791000,71.958000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.309000,7.838000,252.913000,10.230000,253.613000,10.061000,252.094000,11.378000,250.732000,16.934000,246.651000,17.645000,242.786000,19.141000,245.576000,11.555000,247.282000,11.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.159000,-9.416000,320.343000,-13.705000,321.537000,-10.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.617000,-17.669000,22.103000,-20.757000,27.927000,-20.915000,32.209000,-22.538000,26.513000,-17.424000,25.676000,-15.355000,24.878000,-8.661000,24.285000,-9.436000,17.028000,-15.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.416000,-28.796000,20.627000,-33.321000,17.953000,-35.908000,26.333000,-28.288000,22.946000,-25.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.145000,-1.197000,181.354000,0.842000,183.058000,5.436000,177.223000,9.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.807000,-29.573000,269.080000,-27.063000,265.312000,-29.718000,267.056000,-39.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.071000,3.251000,240.465000,-0.421000,243.386000,2.374000,247.063000,11.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.392000,4.182000,195.955000,-0.191000,200.355000,2.316000,200.021000,14.284000,195.175000,12.443000,193.328000,11.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.566000,-43.617000,243.779000,-45.101000,248.492000,-54.443000,253.190000,-44.427000,251.363000,-41.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.978000,43.253000,102.828000,39.437000,104.622000,45.561000,104.226000,46.409000,101.782000,52.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.441000,73.657000,104.489000,75.657000,64.660000,76.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.717000,-22.580000,30.904000,-14.905000,30.665000,-18.350000,30.683000,-17.264000,24.621000,-20.037000,26.968000,-23.720000,28.815000,-24.740000,32.157000,-25.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.768000,42.642000,206.540000,33.740000,206.866000,30.409000,216.733000,29.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.405000,7.820000,1.921000,13.707000,355.785000,13.092000,357.564000,9.817000,352.160000,10.517000,3.154000,0.707000,3.376000,6.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.564000,-63.139000,7.574000,-65.001000,31.404000,-76.851000,52.524000,-80.192000,27.467000,-72.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.017000,42.030000,239.348000,48.421000,235.451000,44.185000,234.659000,42.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.162000,-46.568000,178.685000,-48.302000,180.393000,-43.101000,174.876000,-48.048000,174.789000,-48.031000,169.503000,-47.328000,162.906000,-51.203000,169.381000,-51.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.084000,17.806000,348.427000,17.142000,349.365000,14.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.444000,-35.961000,121.707000,-34.820000,115.078000,-27.804000,112.917000,-29.700000,113.821000,-26.999000,114.036000,-24.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.342000,-3.546000,196.547000,-9.034000,196.287000,-15.250000,205.218000,-12.274000,201.429000,-8.521000,200.203000,-7.900000,202.676000,-6.717000,193.533000,-0.814000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.027000,18.836000,295.495000,10.130000,298.638000,14.476000,302.057000,15.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.534000,-2.198000,175.506000,-0.423000,176.310000,-4.654000,182.658000,-8.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.721000,21.710000,2.445000,22.004000,354.446000,26.044000,355.962000,14.303000,7.176000,14.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.075000,-14.910000,0.433000,-19.050000,2.507000,-23.170000,1.837000,-23.956000,0.214000,-24.069000,359.470000,-32.103000,6.649000,-27.363000,9.312000,-21.531000,9.737000,-20.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.564000,0.239000,344.200000,-5.734000,349.611000,-5.507000,345.905000,-9.499000,348.858000,-13.035000,355.653000,-4.106000,352.718000,1.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.145000,19.672000,283.198000,16.026000,284.763000,16.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.778000,33.661000,209.952000,25.758000,213.743000,27.200000,210.872000,34.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.078000,16.726000,110.118000,17.834000,108.389000,18.544000,109.538000,23.112000,104.204000,25.063000,97.556000,15.671000,106.407000,15.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.997000,44.975000,191.295000,41.051000,201.201000,45.419000,192.213000,48.344000,200.632000,49.541000,180.287000,51.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.633000,23.585000,37.158000,32.157000,34.352000,29.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.810000,28.143000,149.780000,28.779000,152.846000,27.873000,158.886000,28.849000,151.049000,31.749000,151.537000,34.060000,147.056000,29.125000,139.651000,25.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.543000,-10.238000,178.504000,-10.492000,173.660000,-12.481000,169.488000,-16.439000,171.784000,-24.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.782000,58.604000,263.627000,59.510000,252.667000,64.394000,252.349000,64.639000,242.311000,62.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.485000,-3.490000,356.796000,-8.626000,4.888000,-9.254000,9.924000,-0.882000,1.926000,5.430000,0.410000,2.280000,358.238000,8.362000,358.299000,7.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.802000,8.466000,164.491000,-3.389000,173.405000,-3.904000,178.935000,0.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.454000,40.513000,18.241000,40.299000,21.641000,40.163000,5.685000,45.224000,12.516000,44.070000,13.099000,40.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.220000,-18.110000,73.235000,-23.244000,77.853000,-30.672000,88.894000,-24.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.065000,1.605000,91.232000,4.068000,91.013000,3.889000,89.095000,-2.997000,92.773000,3.266000,93.929000,-0.040000,97.431000,3.062000,96.373000,4.766000,91.483000,7.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.551000,28.356000,108.238000,25.437000,112.262000,28.176000,119.879000,25.938000,106.951000,34.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.303000,-7.097000,126.110000,-7.472000,122.520000,-5.480000,116.202000,-6.875000,118.720000,-4.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.042000,-27.176000,343.037000,-26.539000,340.084000,-28.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.457000,-16.176000,60.377000,-15.577000,62.151000,-14.188000,57.078000,-13.412000,56.277000,-5.693000,54.707000,-10.782000,51.183000,-10.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.234000,-10.899000,345.824000,-4.877000,344.785000,-2.450000,345.775000,4.412000,343.888000,-2.696000,343.000000,-3.775000,336.610000,-1.579000,342.632000,-7.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.803000,34.967000,19.234000,34.292000,20.561000,34.981000,5.305000,38.299000,2.545000,33.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.068000,-20.236000,18.959000,-23.888000,21.561000,-21.606000,22.955000,-19.623000,22.827000,-14.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.183000,65.776000,349.214000,68.880000,349.059000,60.628000,352.073000,57.401000,5.858000,60.616000,9.838000,63.483000,6.025000,65.290000,6.666000,66.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.013000,-13.091000,118.314000,-11.694000,116.967000,-4.674000,108.255000,-7.229000,101.688000,-6.274000,107.121000,-9.273000,105.281000,-13.504000,109.688000,-19.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.646000,-29.990000,188.080000,-21.690000,182.269000,-17.292000,178.054000,-14.569000,176.770000,-25.242000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.572000,-53.972000,236.785000,-56.361000,236.171000,-55.558000,232.516000,-58.528000,231.746000,-57.946000,222.273000,-62.144000,232.546000,-60.655000,231.220000,-65.122000,233.159000,-61.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.639000,53.083000,262.399000,54.983000,246.527000,55.659000,237.350000,58.549000,249.450000,48.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.398000,80.785000,132.339000,76.810000,150.040000,74.702000,151.186000,75.207000,154.058000,69.888000,184.568000,73.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.984000,45.358000,102.061000,54.382000,98.845000,57.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.320000,-17.933000,116.788000,-13.533000,116.809000,-12.897000,113.462000,-5.504000,110.475000,-14.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.782000,58.751000,251.215000,63.836000,251.889000,62.297000,249.400000,62.782000,246.264000,63.893000,255.317000,58.504000,257.653000,53.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.166000,-60.776000,241.652000,-49.041000,234.073000,-47.196000,241.331000,-53.509000,229.796000,-55.031000,239.361000,-54.068000,237.505000,-54.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.598000,-0.632000,175.342000,-2.085000,180.492000,-4.987000,180.227000,-3.037000,173.817000,10.837000,172.905000,4.683000,174.496000,1.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.192000,23.285000,133.342000,21.413000,137.511000,17.631000,137.464000,14.611000,137.337000,13.053000,142.523000,7.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.999000,-47.627000,201.868000,-44.262000,202.041000,-52.935000,199.233000,-54.191000,192.634000,-57.654000,199.493000,-56.367000,203.688000,-55.509000,204.938000,-55.388000,216.764000,-53.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.352000,-37.753000,332.185000,-31.672000,329.131000,-29.170000,323.161000,-27.491000,319.177000,-24.591000,319.902000,-30.220000,318.155000,-27.959000,318.158000,-33.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.168000,34.557000,299.727000,31.172000,306.498000,30.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.260000,-41.145000,136.351000,-39.426000,130.202000,-26.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.288000,-26.158000,345.054000,-25.784000,348.404000,-27.845000,352.221000,-21.661000,355.789000,-21.242000,356.765000,-19.427000,353.328000,-19.128000,356.523000,-16.999000,349.092000,-15.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.694000,-25.243000,158.590000,-27.744000,157.732000,-32.600000,160.897000,-35.842000,161.162000,-24.647000,160.185000,-24.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.693000,-17.914000,34.568000,-26.610000,34.033000,-27.679000,44.695000,-32.223000,41.650000,-27.166000,41.366000,-26.849000,42.070000,-24.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.111000,-2.005000,219.358000,-2.658000,214.630000,-0.708000,216.319000,-5.371000,216.347000,-6.209000,219.898000,-12.325000,222.890000,-6.717000,225.694000,-6.796000,223.674000,-4.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.337000,-39.336000,295.628000,-32.639000,289.118000,-30.282000,286.246000,-29.622000,283.467000,-22.576000,283.446000,-26.748000,285.102000,-40.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.439000,45.755000,124.940000,49.592000,124.423000,49.673000,121.933000,49.729000,113.562000,42.381000,108.869000,34.559000,117.213000,40.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.943000,12.403000,162.277000,8.663000,175.522000,13.555000,174.849000,18.361000,170.942000,18.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.513000,39.333000,0.974000,38.358000,11.432000,39.258000,16.236000,41.281000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.378000,36.791000,334.821000,33.495000,334.403000,32.708000,330.661000,31.177000,330.437000,28.059000,335.185000,22.540000,342.648000,30.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.757000,-15.121000,173.898000,-22.469000,175.104000,-23.552000,178.107000,-23.796000,185.219000,-30.076000,185.800000,-24.735000,191.783000,-21.705000,189.771000,-19.907000,184.578000,-21.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.112000,-31.421000,316.507000,-38.252000,323.913000,-28.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.713000,-14.445000,183.770000,-15.147000,181.922000,-13.456000,179.617000,-25.645000,189.497000,-18.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.187000,8.127000,14.223000,10.734000,9.265000,4.255000,17.234000,-3.341000,20.698000,-2.934000,22.373000,0.594000,22.857000,1.522000,25.257000,7.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.052000,0.512000,178.466000,-6.952000,181.073000,-1.045000,186.886000,3.870000,182.004000,6.301000,177.646000,9.126000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.169000,-15.570000,33.520000,-16.342000,34.055000,-15.493000,35.074000,-17.633000,38.472000,-3.069000,37.173000,-3.366000,31.923000,-1.601000,31.172000,-7.074000,32.208000,-9.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.338000,30.899000,13.859000,31.427000,10.866000,32.007000,8.982000,26.484000,13.626000,24.284000,20.873000,26.407000,27.051000,27.889000,25.943000,28.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.880000,-18.129000,188.279000,-14.423000,184.261000,-13.199000,174.124000,-13.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.593000,-52.521000,202.972000,-47.708000,201.892000,-48.134000,198.424000,-45.054000,194.874000,-50.645000,201.581000,-53.339000,198.430000,-54.538000,208.408000,-55.073000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.885000,-28.081000,133.911000,-26.537000,144.074000,-31.335000,147.368000,-32.591000,149.727000,-33.559000,150.050000,-25.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.283000,2.357000,89.173000,1.551000,91.608000,0.639000,94.289000,0.027000,100.659000,0.478000,92.047000,3.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.272000,-68.872000,251.909000,-61.450000,239.086000,-71.069000,223.321000,-77.593000,258.346000,-75.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.123000,-1.003000,179.986000,5.848000,176.672000,4.780000,182.135000,2.890000,183.576000,-1.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.846000,25.099000,176.243000,33.896000,171.035000,36.592000,168.315000,33.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.034000,26.022000,115.435000,25.046000,109.853000,32.552000,114.914000,39.381000,106.233000,33.673000,98.997000,35.600000,105.181000,31.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.830000,-6.439000,189.568000,4.189000,188.120000,1.232000,181.552000,-1.591000,182.097000,-5.790000,185.227000,-5.493000,181.719000,-9.841000,185.530000,-7.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.112000,23.482000,74.468000,19.238000,76.473000,16.956000,82.824000,19.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.759000,20.480000,294.583000,22.584000,301.815000,15.933000,304.032000,11.789000,308.385000,12.552000,309.998000,11.814000,305.108000,16.976000,310.039000,21.528000,303.811000,21.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.193000,-28.942000,328.710000,-33.037000,327.722000,-37.495000,339.532000,-30.758000,334.089000,-29.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.132000,4.237000,136.044000,3.479000,135.865000,3.225000,145.715000,-2.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.796000,1.396000,358.614000,0.187000,6.495000,-4.958000,1.848000,1.159000,2.073000,1.691000,2.246000,3.628000,2.228000,5.405000,1.696000,4.552000,359.586000,5.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.098000,-22.407000,137.829000,-15.028000,130.535000,-17.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.651000,3.639000,160.733000,2.907000,158.481000,13.147000,154.474000,11.038000,147.800000,6.839000,154.833000,-0.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.651000,-2.728000,3.420000,-3.722000,15.815000,-3.880000,8.307000,3.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.596000,-39.451000,290.702000,-32.211000,286.519000,-30.932000,282.888000,-30.419000,282.590000,-31.240000,279.063000,-37.739000,283.413000,-37.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.380000,46.303000,141.121000,40.481000,142.027000,39.561000,142.921000,38.951000,142.512000,33.219000,147.571000,36.322000,149.466000,39.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.144000,10.749000,44.125000,13.852000,44.518000,18.559000,39.894000,6.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.635000,7.949000,6.173000,4.439000,4.607000,5.611000,5.062000,2.301000,5.165000,-6.475000,10.354000,-2.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.894000,14.331000,12.099000,14.437000,15.120000,11.153000,17.030000,10.788000,13.926000,8.307000,14.790000,5.157000,23.631000,12.352000,27.419000,18.978000,19.592000,13.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.608000,-28.624000,133.094000,-31.548000,136.115000,-23.263000,128.789000,-27.927000,122.422000,-28.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.025000,39.469000,126.630000,34.031000,137.117000,41.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.497000,-50.125000,149.626000,-49.555000,152.252000,-50.468000,154.989000,-43.285000,142.533000,-46.230000,137.361000,-45.476000,135.951000,-49.945000,135.348000,-51.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.841000,16.540000,342.897000,19.939000,343.479000,7.585000,344.230000,6.804000,348.659000,5.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.770000,35.133000,12.319000,37.618000,14.610000,34.221000,21.409000,37.216000,22.871000,37.100000,19.725000,37.785000,22.159000,41.266000,26.255000,43.136000,18.609000,44.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.520000,15.797000,182.886000,8.272000,187.820000,4.883000,184.906000,18.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.490000,23.870000,241.994000,15.883000,239.566000,12.237000,253.553000,18.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.877000,-38.055000,195.327000,-35.431000,201.007000,-35.605000,200.938000,-28.999000,193.541000,-30.379000,192.277000,-31.380000,190.732000,-35.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.653000,-24.535000,52.797000,-23.454000,53.244000,-18.848000,47.336000,-13.921000,49.272000,-19.161000,49.478000,-27.074000,49.483000,-28.642000,50.773000,-29.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.563000,29.721000,205.594000,31.241000,212.630000,27.540000,206.237000,32.144000,203.108000,35.683000,199.349000,39.853000,198.919000,34.645000,197.583000,26.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.535000,30.061000,27.716000,34.144000,32.452000,35.196000,36.569000,38.607000,20.034000,43.688000,22.174000,38.125000,17.819000,38.999000,19.071000,37.189000,20.859000,26.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.607000,0.033000,19.850000,-2.535000,18.107000,-5.822000,13.816000,-7.194000,19.359000,-9.437000,25.737000,-8.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.090000,79.090000,265.121000,79.595000,279.966000,82.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.964000,-20.749000,40.023000,-17.712000,32.372000,-18.984000,26.838000,-15.628000,23.707000,-20.141000,36.877000,-29.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.815000,36.835000,309.546000,41.553000,304.720000,44.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.418000,-28.127000,221.600000,-23.853000,213.994000,-40.751000,216.206000,-37.724000,224.137000,-37.005000,223.486000,-31.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.824000,-26.895000,49.049000,-33.802000,58.396000,-30.453000,62.169000,-32.217000,63.219000,-30.676000,69.295000,-31.692000,63.589000,-30.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.766000,-20.070000,30.392000,-17.877000,28.145000,-22.351000,33.564000,-20.027000,32.137000,-23.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.159000,-64.358000,82.971000,-57.507000,75.755000,-63.398000,78.037000,-69.855000,78.707000,-67.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.744000,77.223000,212.633000,79.825000,202.661000,78.561000,176.546000,71.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.747000,-9.874000,46.147000,-11.650000,53.876000,-16.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.867000,-84.387000,344.601000,-85.223000,328.176000,-76.964000,280.667000,-82.775000,259.340000,-79.777000,262.456000,-82.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.715000,-12.300000,187.440000,-4.195000,182.545000,-10.229000,178.641000,-5.325000,180.442000,-9.088000,179.900000,-13.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.587000,-3.957000,355.838000,5.601000,354.140000,8.732000,348.795000,3.823000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.103000,47.710000,318.477000,45.113000,321.335000,44.877000,310.015000,51.228000,300.408000,48.158000,298.779000,46.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.508000,8.555000,38.617000,4.626000,39.765000,9.331000,39.501000,12.305000,41.049000,16.813000,40.491000,15.577000,38.289000,13.649000,34.956000,16.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.426000,-28.467000,55.416000,-21.690000,47.832000,-22.522000,43.309000,-20.488000,42.711000,-25.072000,46.395000,-29.470000,47.357000,-30.529000,49.712000,-36.199000,56.226000,-31.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.464000,-28.828000,96.787000,-30.445000,106.822000,-32.534000,98.922000,-25.624000,97.180000,-23.882000,96.513000,-26.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.597000,-36.538000,179.249000,-35.937000,171.815000,-38.532000,171.595000,-39.943000,170.124000,-41.840000,167.384000,-49.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.127000,-45.178000,198.546000,-35.465000,192.734000,-34.024000,189.636000,-31.141000,186.390000,-30.403000,190.154000,-41.319000,189.736000,-45.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.333000,8.586000,246.351000,20.560000,240.440000,21.955000,241.496000,15.181000,241.118000,15.577000,239.997000,10.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.951000,-41.115000,355.639000,-41.509000,1.116000,-41.343000,9.484000,-42.794000,18.432000,-42.191000,13.059000,-34.806000,2.922000,-37.345000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.165000,65.091000,90.674000,68.363000,80.041000,67.019000,86.102000,63.413000,87.492000,63.321000,93.604000,63.194000,97.416000,58.959000,107.248000,59.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.107000,8.299000,151.927000,10.481000,149.945000,16.840000,155.339000,21.670000,145.172000,16.068000,141.211000,11.451000,142.642000,12.029000,147.039000,15.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.242000,-13.315000,182.624000,-11.107000,183.562000,-9.550000,181.424000,-3.844000,174.906000,-5.479000,169.775000,-12.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.211000,-4.355000,196.299000,-6.917000,193.077000,-0.815000,189.919000,0.254000,184.127000,1.905000,184.424000,-2.592000,179.674000,-2.574000,181.900000,-3.925000,181.893000,-5.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.585000,-42.725000,306.722000,-41.034000,308.611000,-46.457000,308.706000,-49.109000,311.094000,-49.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.374000,-9.583000,215.459000,-9.745000,221.621000,-7.109000,222.939000,-2.973000,222.671000,-0.495000,219.602000,0.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.317000,-45.468000,290.106000,-42.450000,286.465000,-42.508000,284.916000,-48.572000,276.377000,-49.310000,287.211000,-51.207000,293.643000,-50.553000,301.553000,-49.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.296000,61.917000,344.883000,68.063000,336.026000,66.341000,322.506000,67.850000,322.192000,60.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.656000,79.509000,257.771000,76.038000,276.228000,85.100000,111.110000,87.252000,128.384000,86.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.343000,15.494000,73.246000,17.323000,84.168000,11.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.054000,22.771000,85.765000,21.360000,80.926000,15.926000,89.425000,9.121000,93.536000,18.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.127000,79.169000,215.252000,85.046000,212.435000,76.404000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.560000,83.746000,180.942000,85.611000,287.180000,81.552000,301.916000,85.761000,10.445000,79.989000,23.226000,84.141000,83.817000,85.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.750000,-18.008000,166.636000,-6.099000,167.889000,-2.937000,165.553000,-3.731000,155.919000,-5.213000,156.615000,-6.787000,160.995000,-11.918000,161.530000,-11.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.134000,-61.348000,213.999000,-66.995000,230.568000,-72.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.281000,37.755000,172.930000,37.236000,165.132000,34.833000,173.526000,36.115000,172.737000,28.956000,174.720000,31.258000,178.665000,31.481000,178.099000,37.277000,182.429000,38.940000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.103000,65.066000,34.152000,59.209000,52.386000,60.036000,58.559000,57.658000,57.657000,61.489000,60.251000,65.797000,59.301000,67.202000,49.724000,65.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.865000,9.446000,6.382000,7.788000,8.801000,6.571000,10.225000,3.742000,15.952000,5.749000,17.584000,10.655000,20.458000,14.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.955000,-67.578000,178.848000,-63.929000,178.650000,-62.648000,174.523000,-62.086000,172.984000,-59.808000,163.468000,-64.639000,153.544000,-59.231000,144.954000,-64.335000,149.528000,-72.478000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.936000,13.504000,166.559000,9.428000,158.986000,14.725000,164.676000,12.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.051000,12.734000,178.957000,8.946000,181.228000,9.863000,182.492000,10.426000,182.465000,8.673000,183.909000,4.632000,183.998000,9.595000,186.779000,8.546000,189.964000,12.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.933000,-36.157000,5.704000,-27.505000,356.217000,-27.257000,350.927000,-34.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.433000,37.321000,351.669000,39.947000,356.206000,36.578000,357.639000,33.909000,6.844000,38.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.763000,1.884000,38.520000,9.240000,35.742000,-7.608000,36.941000,-3.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.548000,-21.333000,58.763000,-27.574000,58.020000,-19.429000,60.697000,-19.283000,59.323000,-16.855000,58.638000,-17.334000,57.879000,-15.099000,58.042000,-14.301000,52.199000,-12.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.923000,-54.646000,251.201000,-48.785000,243.718000,-44.703000,234.402000,-49.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.184000,2.192000,84.469000,2.662000,77.444000,-2.984000,78.317000,-6.556000,80.832000,-10.424000,83.132000,-12.716000,86.972000,-7.299000,93.356000,-10.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.461000,-69.134000,76.828000,-71.405000,92.215000,-72.964000,97.742000,-68.944000,104.774000,-65.347000,89.801000,-63.881000,80.519000,-61.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.771000,45.191000,175.963000,29.495000,183.629000,34.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.628000,-1.787000,8.704000,-6.226000,16.190000,-12.565000,17.277000,-3.936000,24.917000,-1.237000,15.320000,5.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.714000,-12.264000,5.174000,-7.767000,5.560000,-3.703000,5.866000,-2.910000,357.810000,-5.846000,353.525000,-8.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.496000,-9.942000,38.076000,-14.923000,42.102000,-8.552000,42.895000,-12.091000,43.111000,-8.108000,42.965000,-5.435000,41.722000,1.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.470000,13.485000,345.231000,15.573000,341.969000,8.044000,343.969000,5.043000,355.457000,4.901000,352.388000,8.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.964000,-13.028000,311.614000,-13.858000,320.834000,-13.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.499000,-16.146000,12.477000,-19.590000,9.244000,-17.493000,7.585000,-13.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.829000,-5.148000,342.383000,-0.309000,344.110000,2.633000,340.524000,5.221000,334.404000,4.132000,333.219000,4.807000,334.366000,2.266000,332.944000,1.914000,336.009000,-0.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.916000,-4.297000,176.034000,-2.573000,175.964000,0.665000,172.951000,-9.739000,176.252000,-14.307000,176.701000,-8.443000,184.488000,-6.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.027000,-24.584000,273.502000,-16.642000,271.575000,-19.479000,275.847000,-25.063000,272.287000,-26.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.465000,-20.571000,73.594000,-28.691000,76.915000,-24.154000,79.872000,-24.034000,80.395000,-24.002000,86.857000,-20.625000,79.785000,-13.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.809000,9.268000,70.789000,13.831000,66.852000,10.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.345000,57.837000,18.556000,58.504000,359.038000,61.842000,356.774000,60.942000,7.372000,52.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.226000,-14.039000,334.862000,-4.428000,326.253000,-5.978000,326.077000,-6.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.864000,8.416000,46.121000,8.930000,54.214000,3.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.951000,-56.802000,247.827000,-58.428000,257.944000,-57.701000,260.468000,-51.378000,253.721000,-48.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.754000,40.838000,85.488000,45.688000,88.045000,38.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.849000,-62.457000,200.356000,-61.465000,197.917000,-62.698000,203.707000,-64.261000,199.243000,-65.445000,212.934000,-67.961000,226.321000,-64.651000,204.868000,-60.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.712000,-11.960000,230.192000,-10.696000,220.118000,-4.222000,215.670000,-9.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.209000,-10.250000,36.452000,-13.373000,33.556000,-17.153000,31.224000,-17.776000,31.583000,-18.753000,27.237000,-18.324000,28.358000,-24.726000,39.220000,-29.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.053000,1.312000,189.607000,-0.101000,189.039000,8.072000,182.421000,8.030000,178.958000,4.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.825000,-19.814000,323.343000,-20.743000,339.280000,-28.395000,338.351000,-26.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.162000,69.443000,93.035000,74.278000,106.944000,72.233000,101.541000,75.868000,94.145000,78.123000,84.471000,78.946000,81.105000,75.518000,66.046000,73.930000,61.737000,71.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.650000,13.690000,337.306000,15.004000,337.262000,14.359000,342.764000,18.989000,346.042000,20.166000,343.647000,27.757000,336.615000,28.705000,334.166000,26.115000,331.586000,19.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.947000,47.101000,104.913000,43.448000,105.626000,44.671000,111.372000,47.577000,97.806000,54.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.455000,-66.607000,356.003000,-64.824000,341.233000,-63.951000,346.370000,-76.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.970000,8.520000,267.753000,12.254000,268.148000,5.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.809000,-7.724000,332.064000,-7.396000,334.226000,-7.204000,338.850000,-12.017000,340.079000,-12.451000,339.898000,-10.038000,335.229000,-5.160000,334.791000,-1.137000,334.137000,-2.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.563000,15.128000,203.533000,8.784000,205.356000,5.894000,212.929000,5.212000,220.885000,2.673000,214.138000,6.599000,218.889000,10.125000,214.687000,10.027000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.414000,-12.670000,252.386000,-9.819000,247.541000,-14.610000,253.918000,-18.221000,251.927000,-19.986000,256.985000,-28.107000,260.100000,-22.909000,263.352000,-20.237000,261.190000,-17.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.674000,2.957000,266.214000,-2.847000,271.578000,5.238000,274.717000,6.508000,275.352000,7.442000,271.862000,8.541000,274.483000,14.670000,262.703000,5.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.002000,5.627000,354.694000,5.935000,349.157000,7.671000,347.143000,7.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.814000,88.391000,62.715000,82.263000,101.982000,73.958000,111.540000,73.848000,119.556000,74.301000,130.109000,77.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.752000,-10.841000,192.317000,-15.099000,198.235000,-2.731000,194.616000,-3.506000,187.340000,1.199000,186.480000,-4.665000,185.767000,-7.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.721000,-10.795000,325.386000,-21.261000,329.750000,-20.692000,326.868000,-23.933000,329.820000,-25.560000,332.042000,-22.736000,331.852000,-24.857000,334.843000,-19.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.748000,7.005000,191.464000,12.854000,192.445000,8.949000,189.794000,7.142000,192.746000,1.471000,195.682000,-2.572000,200.776000,5.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.461000,0.684000,319.716000,-5.527000,329.151000,-3.090000,324.746000,-0.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.010000,-47.463000,17.187000,-43.504000,22.833000,-47.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.791000,49.629000,274.693000,41.749000,275.502000,43.598000,273.162000,45.165000,272.979000,45.145000,278.447000,52.585000,270.293000,47.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.534000,3.281000,171.347000,-3.824000,170.581000,-6.646000,169.273000,-12.117000,175.057000,-7.317000,176.946000,-7.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.389000,77.495000,78.790000,78.145000,82.954000,75.879000,85.578000,76.943000,54.006000,80.147000,54.783000,76.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.294000,5.072000,155.049000,4.214000,148.683000,8.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.466000,-3.029000,78.687000,-0.983000,75.028000,-1.766000,69.908000,6.143000,69.930000,-1.848000,69.942000,-9.947000,78.595000,-6.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.170000,-8.624000,180.810000,-2.886000,184.138000,3.714000,178.752000,0.868000,176.879000,1.176000,172.822000,1.730000,176.589000,-3.934000,179.934000,-9.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.444000,42.434000,34.719000,35.293000,38.067000,32.011000,43.775000,34.485000,39.628000,36.612000,31.019000,41.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.572000,-6.189000,186.370000,-1.837000,190.715000,-9.130000,186.271000,-16.722000,192.087000,-10.744000,197.888000,-17.072000,198.625000,-14.197000,193.971000,-9.892000,195.560000,-7.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.669000,-33.291000,176.175000,-33.212000,171.000000,-40.068000,187.496000,-41.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.258000,15.356000,304.641000,19.968000,303.618000,18.827000,293.657000,11.911000,298.722000,10.495000,301.793000,2.507000,305.446000,2.436000,304.467000,7.231000,305.066000,7.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.848000,14.615000,152.148000,23.574000,145.268000,17.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.612000,18.148000,177.273000,15.560000,177.023000,20.797000,170.553000,25.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.948000,80.830000,259.490000,76.846000,267.365000,78.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.091000,71.306000,335.058000,72.668000,336.358000,74.180000,356.155000,75.461000,9.279000,79.133000,320.071000,81.095000,317.409000,79.651000,311.228000,69.876000,324.932000,69.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.033000,44.743000,357.085000,38.780000,352.238000,34.886000,355.727000,33.485000,359.959000,36.058000,6.756000,41.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.531000,39.173000,154.784000,38.891000,159.074000,35.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.358000,30.108000,69.138000,17.350000,68.479000,24.094000,70.307000,24.285000,71.491000,25.912000,68.861000,26.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.579000,18.539000,113.890000,15.311000,117.887000,18.996000,122.128000,24.535000,121.784000,25.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.516000,62.459000,208.408000,63.063000,226.685000,64.582000,197.764000,68.239000,197.786000,62.071000,195.824000,61.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.405000,22.826000,263.298000,26.372000,260.674000,24.133000,260.319000,29.330000,254.417000,20.438000,256.889000,17.285000,256.388000,14.790000,260.149000,16.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.732000,26.014000,337.283000,32.846000,332.571000,32.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.231000,30.736000,115.882000,27.992000,121.742000,23.552000,122.150000,32.905000,119.024000,30.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.534000,8.954000,288.108000,12.783000,284.989000,9.147000,287.639000,3.909000,290.089000,1.255000,295.507000,0.552000,296.093000,6.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.039000,-22.836000,151.763000,-20.367000,152.555000,-14.943000,146.909000,-16.112000,151.951000,-22.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.348000,-1.096000,179.091000,-3.773000,179.553000,-6.485000,188.553000,-3.665000,185.934000,-3.009000,179.933000,0.292000,179.785000,0.235000,180.065000,4.796000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.906000,-44.385000,166.381000,-44.238000,169.968000,-50.224000,171.194000,-53.439000,173.307000,-48.730000,177.797000,-56.116000,181.989000,-55.224000,181.114000,-52.457000,181.526000,-45.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.210000,57.243000,182.528000,50.488000,202.237000,53.583000,198.043000,54.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.463000,-10.675000,183.843000,-6.271000,187.561000,-2.663000,183.854000,-5.359000,186.889000,-1.994000,183.133000,-0.670000,179.505000,-6.137000,171.426000,-13.305000,179.578000,-11.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.200000,46.604000,350.479000,52.992000,346.532000,37.943000,355.454000,38.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.511000,4.059000,177.345000,3.992000,179.969000,7.823000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.456000,8.093000,263.041000,9.137000,259.083000,4.454000,257.856000,3.231000,261.376000,-0.034000,265.891000,-1.578000,266.755000,-1.307000,267.837000,-0.273000,270.499000,3.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.156000,-12.368000,11.461000,-3.893000,14.697000,3.061000,9.783000,3.663000,8.836000,-0.821000,5.229000,-0.597000,7.490000,-7.306000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.763000,40.769000,235.410000,41.154000,240.324000,40.048000,230.738000,38.999000,236.133000,35.489000,249.123000,37.954000,253.640000,42.484000,243.167000,42.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.841000,-3.720000,173.654000,-10.967000,181.633000,-13.171000,183.769000,-8.684000,186.367000,-5.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.749000,34.567000,293.843000,33.621000,289.090000,33.157000,291.730000,32.566000,297.398000,22.678000,300.219000,28.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.749000,4.301000,359.525000,5.659000,355.283000,5.982000,357.061000,4.870000,356.201000,-3.096000,357.835000,2.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.620000,-1.225000,206.522000,1.701000,201.894000,3.955000,207.046000,-5.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.901000,-75.340000,24.147000,-77.625000,29.098000,-79.945000,45.035000,-77.156000,44.669000,-74.584000,43.094000,-71.258000,48.618000,-67.187000,28.018000,-74.571000,3.762000,-71.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.355000,2.604000,322.552000,5.315000,336.062000,-3.080000,332.401000,-0.068000,329.054000,2.553000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.044000,-15.590000,199.353000,-16.264000,199.492000,-19.861000,195.204000,-25.202000,201.160000,-19.535000,201.870000,-27.358000,205.335000,-27.227000,207.568000,-22.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.261000,64.783000,110.737000,64.460000,92.870000,66.508000,90.300000,64.830000,95.086000,60.041000,97.865000,59.149000,107.477000,61.227000,116.166000,54.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.295000,32.704000,137.328000,30.751000,137.908000,29.494000,136.965000,27.932000,138.831000,21.688000,142.999000,21.783000,139.434000,27.433000,145.993000,22.061000,143.908000,27.612000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.502000,-1.378000,151.017000,-1.287000,152.798000,-11.942000,156.601000,-7.776000,155.417000,0.386000,152.853000,3.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.990000,-56.335000,157.493000,-52.247000,150.831000,-51.305000,145.990000,-52.331000,141.265000,-48.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.119000,-47.447000,14.534000,-51.458000,10.809000,-55.541000,12.871000,-54.042000,21.809000,-43.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.643000,31.961000,170.638000,28.795000,173.033000,29.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.879000,-30.199000,187.005000,-30.494000,183.648000,-29.833000,182.802000,-33.690000,181.551000,-35.994000,189.654000,-38.225000,188.770000,-33.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.089000,-43.410000,184.339000,-42.724000,197.231000,-52.101000,198.599000,-48.122000,206.563000,-49.245000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.020000,58.948000,240.162000,51.062000,246.059000,46.887000,244.882000,49.311000,252.673000,50.800000,243.631000,52.280000,249.084000,56.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.332000,26.547000,318.721000,30.795000,315.396000,34.857000,322.168000,39.018000,302.630000,37.582000,312.641000,29.082000,314.259000,31.319000,314.032000,31.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.775000,-46.361000,351.712000,-46.883000,355.441000,-53.943000,0.629000,-52.608000,6.063000,-52.099000,5.471000,-50.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.224000,5.845000,5.885000,1.537000,3.603000,2.774000,358.568000,2.779000,2.192000,0.017000,7.215000,-1.177000,11.456000,-0.120000,12.677000,3.564000,9.003000,2.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.624000,-2.517000,163.359000,8.801000,162.191000,-2.598000,162.662000,-6.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.014000,-13.277000,208.153000,-17.089000,212.027000,-12.434000,212.161000,-12.653000,216.358000,-17.473000,215.723000,-16.053000,213.782000,-11.491000,218.700000,-11.972000,214.069000,-7.430000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.048000,-7.342000,154.678000,-6.838000,155.443000,-3.508000,151.997000,1.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.466000,16.247000,333.488000,18.623000,332.528000,20.872000,330.935000,22.616000,331.553000,26.110000,327.906000,23.097000,327.788000,23.126000,318.633000,22.411000,323.491000,14.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.181000,20.804000,316.613000,24.129000,315.515000,18.399000,315.529000,16.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.072000,24.018000,297.448000,24.159000,305.167000,27.445000,291.938000,33.100000,293.840000,28.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.841000,-42.942000,118.641000,-43.142000,115.896000,-44.317000,119.610000,-47.061000,133.663000,-40.888000,128.568000,-38.322000,122.967000,-37.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.780000,11.012000,353.059000,7.768000,355.419000,10.068000,0.056000,11.382000,1.601000,12.494000,4.341000,20.809000,0.146000,19.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.537000,0.772000,167.263000,4.580000,165.643000,-3.386000,167.538000,-6.096000,167.790000,-8.304000,169.916000,-6.342000,177.882000,-9.297000,176.645000,-8.020000,177.995000,-5.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.374000,-9.551000,338.028000,-4.873000,341.334000,-1.345000,332.981000,-1.019000,329.870000,-6.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.317000,34.091000,196.890000,32.811000,200.417000,30.603000,200.926000,35.843000,198.226000,34.993000,195.956000,37.190000,195.994000,36.825000,188.657000,41.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.621000,-59.634000,190.352000,-59.627000,192.613000,-61.627000,198.080000,-63.628000,205.534000,-56.235000,193.645000,-53.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.007000,48.473000,116.855000,55.156000,126.081000,48.262000,121.504000,58.057000,115.336000,57.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.341000,1.852000,11.527000,2.110000,12.801000,4.770000,8.408000,8.648000,6.701000,1.801000,5.444000,-3.294000,6.627000,-3.080000,8.979000,-4.773000,11.162000,-2.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.913000,-18.504000,352.134000,-22.728000,345.666000,-21.964000,350.087000,-25.958000,348.594000,-32.951000,354.059000,-25.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.986000,5.330000,81.849000,6.343000,78.669000,12.834000,80.143000,20.649000,75.493000,13.258000,75.184000,10.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.203000,39.546000,129.232000,39.794000,138.728000,33.976000,142.252000,39.984000,140.625000,46.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.855000,-12.746000,175.096000,-13.977000,176.380000,-20.985000,184.867000,-28.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.660000,3.112000,161.104000,2.247000,157.546000,-8.367000,167.357000,-6.168000,171.777000,-3.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.008000,13.306000,336.067000,0.928000,347.808000,3.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.224000,10.972000,172.223000,9.338000,175.457000,7.766000,178.882000,-0.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.380000,76.974000,44.501000,82.260000,56.800000,82.245000,294.235000,88.313000,309.804000,84.010000,347.157000,76.643000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.154000,6.875000,353.549000,6.780000,353.502000,4.220000,352.595000,-0.831000,355.580000,-1.554000,357.368000,-8.673000,359.993000,-7.608000,7.684000,0.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.396000,-14.159000,333.935000,-19.738000,341.818000,-27.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.714000,4.397000,325.217000,7.706000,325.706000,13.592000,321.908000,15.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.888000,38.612000,105.084000,42.845000,103.759000,38.652000,100.046000,38.122000,100.029000,32.296000,99.986000,27.528000,105.102000,34.438000,108.315000,31.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.550000,-61.000000,191.839000,-68.187000,196.040000,-67.951000,210.761000,-59.973000,198.509000,-57.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.817000,62.483000,121.791000,65.348000,135.226000,67.584000,96.109000,67.681000,111.878000,60.201000,112.141000,56.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.511000,-1.403000,342.076000,-2.353000,340.993000,2.620000,341.663000,7.007000,340.361000,7.935000,331.697000,11.064000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.550000,14.813000,344.210000,18.653000,338.726000,23.954000,330.592000,17.924000,332.140000,17.116000,334.805000,15.243000,334.831000,14.996000,336.135000,13.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.003000,-7.857000,100.144000,-10.525000,94.902000,-14.793000,100.846000,-13.067000,104.497000,-11.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.221000,10.855000,347.378000,4.010000,351.880000,10.801000,354.544000,13.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.770000,14.555000,177.411000,6.371000,180.124000,2.395000,188.256000,1.930000,186.179000,7.726000,189.263000,13.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.521000,-35.422000,207.975000,-31.863000,198.842000,-31.865000,200.002000,-39.521000,203.739000,-36.204000,210.943000,-40.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.276000,-6.454000,24.404000,-6.710000,25.413000,0.575000,22.754000,-6.864000,22.809000,-5.932000,22.578000,-6.055000,19.826000,-6.420000,20.930000,-7.927000,19.072000,-10.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.743000,12.869000,232.839000,10.146000,233.624000,7.050000,236.616000,5.984000,240.507000,12.829000,240.129000,13.643000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.774000,-55.752000,344.597000,-46.518000,334.053000,-54.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.908000,7.821000,174.317000,4.028000,176.596000,11.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.368000,-22.272000,181.478000,-19.665000,179.470000,-16.090000,170.027000,-21.696000,173.412000,-20.042000,173.015000,-20.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.476000,13.800000,117.790000,13.379000,123.059000,21.285000,119.084000,20.666000,116.874000,25.524000,114.659000,17.485000,109.660000,14.728000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.355000,44.930000,99.041000,41.504000,99.667000,44.111000,108.285000,42.488000,101.991000,48.592000,105.480000,52.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.595000,60.839000,44.591000,59.238000,49.006000,53.672000,59.445000,55.785000,61.753000,57.273000,54.004000,59.333000,55.924000,61.708000,49.587000,65.452000,41.921000,62.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.887000,4.167000,105.671000,5.552000,95.229000,7.567000,91.553000,7.101000,97.253000,2.972000,90.907000,6.027000,97.504000,0.808000,98.373000,0.728000,99.609000,-4.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.843000,23.958000,178.881000,14.658000,186.567000,14.322000,193.020000,14.330000,192.021000,15.984000,194.372000,23.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.661000,-47.011000,195.803000,-39.585000,201.083000,-41.441000,203.023000,-41.970000,194.197000,-35.741000,193.487000,-35.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.190000,-7.249000,173.457000,-6.707000,177.078000,-5.759000,177.484000,-6.009000,184.233000,-5.479000,173.773000,3.519000,172.387000,-4.049000,171.222000,-6.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.803000,-2.367000,273.592000,3.896000,279.572000,8.996000,272.820000,6.201000,270.907000,9.053000,268.482000,4.518000,270.129000,3.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.692000,-45.715000,46.010000,-38.894000,23.985000,-34.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.828000,46.235000,304.491000,49.740000,302.549000,34.782000,309.013000,36.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.118000,2.337000,132.345000,0.819000,127.431000,-5.295000,131.218000,-7.981000,143.421000,-3.040000,140.336000,2.143000,142.158000,4.721000,138.676000,3.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.463000,37.311000,190.337000,39.732000,179.433000,38.852000,176.853000,35.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.627000,-45.912000,189.407000,-48.639000,186.499000,-43.573000,184.784000,-45.207000,179.858000,-47.562000,178.315000,-56.391000,185.554000,-58.177000,189.305000,-60.361000,196.994000,-50.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.842000,19.120000,177.972000,18.210000,173.772000,19.422000,170.024000,19.866000,169.353000,14.278000,177.491000,6.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.783000,-39.836000,196.116000,-51.004000,196.088000,-51.073000,207.773000,-52.916000,206.729000,-44.712000,217.512000,-40.358000,207.127000,-42.893000,205.023000,-36.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.168000,-0.408000,7.016000,1.328000,6.218000,-2.943000,9.753000,-12.956000,11.172000,-9.042000,10.984000,-8.612000,10.020000,-7.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.321000,7.676000,17.420000,1.238000,16.919000,2.858000,12.054000,8.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.536000,-3.706000,34.313000,-8.111000,30.548000,-9.063000,43.533000,-9.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.059000,72.736000,329.261000,65.257000,342.395000,61.800000,347.289000,64.501000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.955000,-4.549000,3.969000,1.924000,351.327000,-0.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.305000,-4.268000,2.987000,-0.574000,353.538000,4.743000,357.383000,-2.836000,353.210000,-5.348000,358.588000,-12.930000,0.768000,-11.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.932000,-29.361000,176.911000,-23.824000,169.083000,-29.981000,176.267000,-33.748000,183.089000,-30.711000,181.275000,-31.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.122000,3.652000,336.282000,7.140000,337.700000,0.370000,339.154000,-0.968000,338.551000,-5.431000,345.968000,-1.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.109000,-66.787000,234.713000,-69.971000,239.979000,-68.113000,227.137000,-61.364000,224.612000,-52.848000,221.617000,-58.716000,212.197000,-59.809000,209.545000,-62.331000,217.168000,-62.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.439000,-31.989000,325.349000,-29.921000,321.351000,-22.983000,317.147000,-22.903000,311.977000,-31.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.731000,-16.739000,305.207000,-22.608000,303.580000,-20.204000,303.120000,-21.970000,300.101000,-26.056000,303.421000,-24.984000,308.343000,-27.405000,311.396000,-26.720000,310.215000,-20.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.848000,-5.819000,141.733000,-1.644000,142.130000,-6.967000,138.566000,-14.022000,146.426000,-14.723000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.718000,5.451000,34.990000,19.138000,20.426000,17.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.914000,-56.703000,1.182000,-55.900000,356.606000,-44.834000,349.990000,-47.760000,340.908000,-54.188000,347.654000,-54.004000,340.390000,-55.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.445000,-5.734000,27.217000,0.684000,22.551000,-0.694000,16.627000,3.155000,15.987000,-3.242000,13.530000,-4.686000,23.501000,-7.001000,20.806000,-4.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.331000,11.489000,338.725000,10.236000,342.093000,7.650000,343.336000,13.042000,345.898000,14.580000,344.222000,14.220000,338.533000,13.132000,334.171000,14.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.328000,-21.793000,7.032000,-19.350000,9.343000,-25.329000,6.480000,-32.173000,8.104000,-31.956000,11.891000,-29.660000,13.529000,-30.015000,18.760000,-32.322000,20.360000,-30.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.020000,49.254000,346.586000,58.860000,327.474000,54.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.330000,5.239000,85.959000,6.587000,84.571000,1.842000,87.273000,0.267000,88.421000,-6.628000,91.255000,-8.937000,95.378000,-2.897000,95.791000,-1.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.117000,-42.544000,351.188000,-38.085000,342.924000,-47.157000,341.220000,-51.647000,344.996000,-50.432000,351.414000,-51.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.429000,-7.282000,180.031000,-0.803000,173.077000,-5.241000,183.320000,-10.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.779000,-39.319000,136.943000,-46.572000,138.062000,-50.189000,148.842000,-47.362000,155.142000,-42.030000,153.048000,-43.099000,152.342000,-41.240000,144.879000,-44.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.199000,41.996000,349.948000,40.555000,349.905000,45.826000,346.268000,40.105000,343.327000,32.992000,345.656000,30.805000,356.844000,31.439000,358.375000,40.343000,352.189000,38.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.242000,26.038000,225.210000,28.520000,225.723000,22.831000,230.164000,24.565000,225.977000,41.515000,222.455000,40.210000,225.055000,34.579000,221.664000,38.547000,220.576000,31.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.869000,-17.672000,359.000000,-18.366000,11.853000,-21.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.315000,-17.981000,235.071000,-18.281000,235.024000,-16.582000,231.879000,-10.992000,233.740000,-19.359000,225.957000,-21.683000,235.938000,-27.577000,235.809000,-25.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.232000,14.185000,157.014000,18.319000,156.852000,17.316000,149.306000,18.014000,149.490000,13.796000,149.148000,9.067000,153.942000,8.644000,161.181000,5.127000,159.390000,8.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.443000,43.194000,102.781000,42.470000,95.186000,41.898000,102.108000,37.963000,106.952000,37.386000,109.342000,36.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.508000,27.978000,163.719000,26.128000,157.101000,41.291000,156.691000,40.119000,151.432000,35.162000,153.233000,34.359000,155.299000,33.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.271000,-26.663000,222.287000,-24.944000,223.774000,-14.769000,217.019000,-17.105000,209.741000,-16.592000,215.123000,-27.107000,216.766000,-24.723000,216.765000,-27.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.873000,2.291000,173.787000,9.267000,173.826000,7.304000,172.400000,5.719000,173.180000,-0.970000,177.446000,-2.521000,183.804000,-4.966000,182.532000,1.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.251000,-12.287000,332.981000,-8.455000,328.218000,-10.193000,335.737000,-15.784000,339.055000,-16.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.338000,-14.759000,218.491000,-15.313000,220.628000,-17.090000,216.387000,-10.023000,217.184000,-2.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.052000,-20.395000,341.944000,-33.596000,341.714000,-35.853000,343.556000,-36.132000,352.087000,-30.006000,343.889000,-24.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.889000,63.628000,76.510000,68.677000,70.980000,69.459000,58.679000,67.571000,59.692000,66.612000,39.305000,64.953000,48.287000,64.168000,48.561000,60.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.246000,-69.963000,176.052000,-72.050000,205.487000,-73.293000,215.299000,-63.004000,200.218000,-67.669000,194.864000,-61.783000,194.076000,-63.858000,188.953000,-61.030000,179.247000,-63.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.690000,-9.741000,7.103000,-10.359000,358.135000,-5.913000,352.279000,-8.401000,355.219000,-10.160000,352.955000,-17.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.060000,23.275000,97.268000,18.906000,111.028000,22.870000,108.266000,21.787000,112.248000,26.702000,108.529000,25.050000,105.037000,27.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.628000,-0.729000,324.766000,-1.899000,320.361000,-7.054000,333.552000,-1.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.716000,-23.264000,265.250000,-26.012000,266.882000,-30.124000,276.646000,-28.003000,274.127000,-25.540000,269.742000,-25.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.268000,-9.103000,347.763000,-9.215000,349.854000,-12.455000,359.709000,-10.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.569000,-8.153000,0.511000,-10.007000,1.848000,-4.768000,359.356000,2.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.849000,29.378000,160.147000,35.789000,163.439000,39.591000,163.240000,43.744000,155.329000,39.108000,155.556000,35.676000,157.064000,35.595000,151.929000,31.296000,155.282000,32.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.606000,-6.158000,22.597000,-8.275000,24.569000,-11.176000,32.142000,-7.776000,27.996000,-6.431000,29.151000,1.024000,26.769000,-2.728000,26.331000,1.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.485000,59.782000,124.984000,58.048000,126.403000,52.455000,138.220000,60.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.169000,-6.884000,55.821000,-6.790000,54.555000,-4.550000,53.519000,-1.156000,43.068000,0.606000,47.356000,-6.778000,46.509000,-9.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.682000,-9.854000,206.069000,-14.302000,199.807000,-16.820000,206.833000,-17.972000,209.134000,-22.202000,209.285000,-18.836000,216.295000,-18.722000,212.657000,-10.617000,208.400000,-7.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.343000,-14.114000,202.039000,-22.659000,201.829000,-21.481000,205.073000,-19.478000,204.547000,-18.186000,203.415000,-13.756000,206.894000,-12.712000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.429000,-70.853000,88.512000,-70.841000,80.995000,-68.267000,73.638000,-66.303000,72.366000,-65.003000,73.008000,-60.562000,70.930000,-58.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.892000,64.192000,334.478000,70.631000,330.679000,66.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.814000,41.823000,181.464000,37.286000,178.544000,37.702000,179.744000,35.990000,185.906000,33.244000,192.929000,32.303000,184.871000,37.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.666000,26.481000,301.681000,27.845000,301.215000,26.266000,300.965000,25.795000,293.571000,20.223000,301.682000,20.525000,312.121000,24.600000,305.482000,25.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.468000,-26.784000,214.824000,-26.848000,216.210000,-27.656000,220.494000,-30.531000,221.667000,-31.871000,221.780000,-31.593000,221.845000,-32.291000,223.802000,-29.011000,220.410000,-27.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.006000,43.775000,358.306000,41.951000,357.518000,47.656000,352.897000,35.810000,352.721000,33.591000,0.349000,39.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.339000,59.968000,134.169000,60.159000,144.783000,57.276000,139.747000,62.898000,140.329000,63.841000,142.969000,66.249000,136.177000,66.450000,133.442000,63.770000,117.767000,64.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.869000,-12.115000,61.694000,-11.846000,61.811000,-17.601000,61.444000,-21.922000,60.895000,-23.256000,63.866000,-18.863000,67.165000,-20.348000,72.624000,-22.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.090000,-39.165000,189.820000,-35.244000,186.682000,-33.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.429000,-2.610000,300.415000,0.523000,300.169000,5.920000,299.881000,2.886000,298.647000,1.623000,293.411000,-0.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.142000,-14.580000,39.733000,-13.457000,43.419000,-7.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.913000,20.980000,142.625000,25.261000,135.631000,20.474000,145.176000,15.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.332000,-49.060000,318.089000,-47.474000,295.214000,-44.796000,294.724000,-44.653000,291.724000,-50.340000,301.757000,-50.805000,292.692000,-54.246000,306.923000,-53.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.462000,8.536000,184.670000,10.283000,189.956000,14.902000,181.763000,15.326000,179.840000,18.712000,179.127000,19.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.247000,45.245000,194.538000,42.743000,195.286000,37.533000,191.999000,34.376000,195.493000,35.181000,192.974000,29.675000,198.974000,34.562000,201.659000,29.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.629000,55.483000,275.281000,53.575000,263.387000,61.188000,260.048000,57.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.205000,37.735000,131.760000,41.109000,121.304000,43.032000,123.532000,34.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.972000,20.578000,0.671000,19.963000,358.011000,17.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.322000,-1.355000,16.358000,-1.851000,2.689000,4.213000,2.699000,0.941000,1.394000,-0.710000,4.803000,-3.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.057000,52.743000,219.576000,52.972000,226.754000,48.695000,237.397000,50.317000,236.516000,54.075000,239.366000,56.791000,234.232000,55.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.286000,40.981000,218.971000,42.360000,217.799000,46.520000,213.931000,45.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.587000,-7.769000,49.573000,-6.366000,45.737000,-3.468000,42.094000,-3.405000,45.252000,-12.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.003000,-8.825000,8.114000,-9.761000,8.616000,-10.657000,7.234000,-11.551000,8.905000,-11.865000,8.492000,-14.486000,13.924000,-10.499000,18.521000,-8.408000,13.835000,-7.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.183000,-28.219000,358.974000,-28.121000,2.901000,-26.971000,3.645000,-26.897000,6.660000,-30.139000,6.080000,-27.679000,6.625000,-26.979000,9.045000,-23.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.278000,3.710000,236.975000,4.513000,239.205000,4.161000,241.241000,1.818000,237.848000,10.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.787000,-36.212000,52.489000,-28.556000,41.563000,-30.840000,40.747000,-33.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.297000,-18.223000,3.706000,-20.191000,4.677000,-21.974000,5.852000,-21.433000,11.867000,-18.696000,5.758000,-12.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.018000,-28.679000,339.884000,-19.092000,328.160000,-16.930000,328.501000,-17.218000,325.029000,-17.671000,330.945000,-20.106000,327.122000,-19.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.049000,-53.478000,99.969000,-51.823000,89.168000,-58.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.613000,31.772000,322.031000,40.157000,312.543000,42.671000,311.699000,41.315000,307.908000,37.085000,302.660000,31.824000,305.588000,27.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.756000,3.892000,187.219000,6.890000,183.254000,9.343000,188.878000,-6.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.860000,53.233000,227.745000,62.071000,246.607000,53.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.346000,-19.852000,355.262000,-15.543000,353.592000,-21.996000,356.297000,-21.061000,359.625000,-19.523000,0.996000,-12.226000,2.667000,-6.261000,353.844000,-12.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.388000,-57.893000,337.684000,-61.852000,344.857000,-68.389000,5.983000,-64.252000,355.263000,-61.309000,10.185000,-64.951000,10.198000,-59.499000,358.698000,-58.277000,355.995000,-54.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.259000,72.860000,304.119000,75.377000,310.207000,80.659000,298.051000,78.797000,270.422000,75.528000,295.185000,72.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.874000,-4.722000,178.386000,-3.388000,181.709000,-5.166000,184.209000,8.013000,180.510000,4.313000,178.675000,1.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.606000,52.153000,229.399000,53.620000,240.731000,52.249000,229.123000,57.131000,214.715000,55.082000,215.819000,52.298000,223.315000,53.493000,225.888000,52.606000,227.995000,52.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.903000,57.136000,356.225000,57.386000,0.757000,53.690000,357.757000,54.769000,4.543000,50.598000,5.441000,48.880000,6.143000,51.065000,5.559000,52.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.662000,-37.007000,343.180000,-33.804000,329.638000,-37.517000,331.467000,-44.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.400000,5.821000,130.941000,4.923000,131.307000,9.045000,122.651000,-2.182000,128.513000,-4.085000,129.569000,-4.230000,136.214000,-6.382000,131.765000,1.487000,138.201000,1.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.654000,-1.805000,7.165000,0.813000,357.184000,5.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.489000,35.749000,223.772000,38.827000,221.899000,27.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.388000,-26.600000,174.929000,-35.258000,176.737000,-30.680000,180.691000,-36.471000,180.775000,-27.452000,182.449000,-24.790000,174.468000,-20.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.485000,-10.569000,356.093000,-4.129000,346.329000,-4.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.975000,38.431000,38.496000,41.101000,42.704000,44.737000,38.851000,49.409000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.852000,-0.984000,13.125000,-1.712000,10.680000,0.833000,9.859000,3.447000,10.003000,3.930000,9.624000,6.026000,7.576000,5.295000,5.062000,0.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.393000,-3.308000,180.201000,-1.328000,180.990000,1.739000,173.671000,2.164000,171.961000,0.471000,173.364000,-3.446000,171.911000,-4.216000,176.752000,-4.011000,178.955000,-4.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.439000,-28.318000,104.486000,-32.501000,106.767000,-33.351000,116.194000,-27.473000,114.090000,-23.699000,112.704000,-22.678000,109.404000,-28.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.824000,19.178000,184.412000,17.639000,189.667000,26.828000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.972000,8.795000,169.223000,15.052000,164.692000,5.670000,170.574000,6.834000,175.186000,4.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.319000,-15.415000,190.842000,-12.358000,184.908000,-13.091000,181.010000,-9.066000,180.681000,-14.016000,176.823000,-13.957000,180.503000,-19.138000,186.929000,-18.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.059000,-18.801000,107.377000,-16.113000,113.189000,-19.176000,112.204000,-13.499000,100.020000,-8.748000,105.504000,-13.139000,103.049000,-14.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.529000,19.630000,119.737000,14.722000,117.931000,7.467000,120.169000,7.974000,122.613000,7.608000,129.988000,14.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.727000,-15.513000,357.263000,-15.893000,356.200000,-13.109000,355.191000,-12.923000,352.636000,-13.543000,353.297000,-19.726000,358.271000,-22.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.899000,1.094000,187.334000,-3.114000,190.516000,-1.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.039000,9.072000,72.860000,9.801000,69.484000,13.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.514000,-12.258000,67.859000,-11.296000,69.731000,-10.060000,67.351000,-3.673000,61.347000,-7.892000,65.823000,-8.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.274000,-24.662000,27.816000,-24.859000,30.411000,-20.448000,30.131000,-18.337000,26.559000,-19.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.121000,-56.169000,191.777000,-58.352000,181.873000,-46.930000,177.937000,-53.233000,184.391000,-55.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.281000,-6.916000,45.283000,-2.322000,41.016000,-12.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.199000,-5.662000,166.862000,-8.418000,166.244000,-6.091000,165.695000,-5.149000,166.053000,-9.337000,160.134000,-13.289000,167.069000,-13.746000,169.214000,-17.854000,171.868000,-19.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.161000,44.358000,106.449000,46.292000,104.913000,45.025000,101.114000,36.845000,106.389000,37.624000,115.636000,33.621000,118.839000,34.303000,113.889000,39.281000,115.081000,39.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.013000,18.335000,345.287000,14.779000,341.779000,11.331000,344.602000,9.186000,352.006000,11.124000,349.962000,17.105000,351.449000,18.032000,355.202000,21.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.339000,16.969000,3.763000,12.878000,3.254000,12.852000,2.934000,17.576000,358.064000,14.967000,356.207000,18.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.511000,40.201000,248.095000,38.870000,252.036000,35.254000,265.570000,38.235000,258.058000,43.897000,243.019000,40.122000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.181000,-25.974000,2.339000,-24.971000,4.093000,-30.987000,4.401000,-35.384000,3.595000,-37.807000,12.262000,-38.365000,9.277000,-33.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.340000,-3.975000,157.631000,1.962000,156.867000,-0.661000,152.878000,-4.750000,151.555000,-10.610000,156.704000,-8.019000,157.542000,-8.564000,162.746000,-8.586000,157.815000,-7.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.113000,-1.184000,152.658000,-2.113000,153.190000,-3.437000,159.925000,-2.984000,161.061000,-6.742000,165.160000,-2.826000,165.672000,6.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.839000,-3.136000,165.156000,0.591000,166.859000,-9.268000,166.277000,-10.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.191000,32.587000,22.630000,34.976000,21.407000,42.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.046000,-1.425000,16.696000,-5.630000,23.101000,0.414000,17.139000,1.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.059000,38.536000,148.457000,50.099000,141.513000,47.305000,138.328000,48.746000,131.308000,50.374000,133.724000,42.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.184000,35.503000,3.256000,36.398000,0.183000,35.196000,358.394000,33.645000,0.852000,26.146000,6.305000,30.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.324000,-21.680000,154.456000,-16.897000,158.130000,-12.086000,149.848000,-14.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.922000,-47.022000,61.428000,-45.903000,56.748000,-42.840000,38.962000,-46.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.545000,-46.168000,151.882000,-44.892000,149.266000,-41.217000,141.694000,-41.074000,142.157000,-37.387000,136.935000,-46.790000,140.887000,-49.874000,143.050000,-48.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.770000,12.337000,356.027000,23.182000,347.354000,19.270000,339.548000,21.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.882000,2.273000,8.428000,8.032000,355.193000,-2.168000,353.238000,-3.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.308000,37.176000,139.364000,36.564000,138.185000,42.353000,133.373000,47.877000,130.124000,48.332000,125.214000,38.949000,128.200000,34.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.332000,-11.008000,346.713000,-3.842000,341.862000,-4.055000,344.584000,-9.095000,336.417000,-12.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.040000,62.211000,74.891000,59.659000,78.016000,55.996000,81.597000,60.252000,81.001000,60.926000,93.832000,57.391000,85.339000,62.889000,83.395000,64.731000,81.168000,69.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.226000,-34.760000,7.999000,-33.951000,6.841000,-38.356000,8.815000,-40.836000,7.979000,-41.818000,12.131000,-42.812000,13.358000,-43.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.230000,-10.541000,1.387000,-10.104000,2.040000,-8.947000,10.870000,-5.703000,2.049000,-4.244000,1.109000,-4.915000,359.086000,0.451000,357.868000,-3.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.978000,11.605000,47.612000,17.332000,39.735000,18.279000,40.715000,16.358000,35.346000,16.798000,36.244000,11.584000,40.802000,7.314000,47.479000,4.596000,48.695000,6.658000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.948000,51.273000,142.436000,50.485000,142.832000,48.495000,159.706000,42.777000,162.402000,50.980000,153.695000,50.915000,145.592000,55.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.789000,-3.127000,313.490000,-3.883000,324.151000,1.286000,321.412000,5.403000,319.118000,11.301000,315.292000,9.834000,313.485000,3.891000,309.179000,7.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.930000,12.662000,182.709000,14.648000,182.938000,13.781000,176.133000,9.205000,180.025000,10.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.414000,-26.068000,208.020000,-25.853000,205.359000,-27.376000,208.396000,-33.449000,208.497000,-32.465000,209.225000,-32.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.094000,1.392000,182.610000,0.674000,178.405000,6.400000,178.624000,4.654000,175.010000,3.902000,177.620000,0.417000,174.385000,-7.341000,186.710000,-4.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.574000,60.940000,317.272000,61.429000,312.379000,61.707000,313.377000,63.720000,303.804000,68.183000,308.102000,61.014000,306.435000,59.189000,314.174000,56.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.520000,11.736000,53.255000,9.543000,55.909000,6.265000,61.496000,12.324000,58.536000,13.159000,59.936000,20.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.249000,6.441000,331.395000,6.776000,341.572000,5.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.996000,-26.262000,26.209000,-28.578000,23.510000,-29.398000,25.782000,-30.366000,26.758000,-30.349000,33.164000,-30.780000,32.664000,-27.812000,30.277000,-28.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.165000,31.980000,325.107000,26.423000,326.631000,23.084000,333.281000,30.042000,331.957000,31.458000,329.354000,33.928000,333.173000,35.410000,332.589000,38.890000,324.955000,33.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.510000,5.328000,141.399000,2.365000,149.823000,-1.824000,152.325000,0.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.077000,39.858000,334.994000,40.517000,337.716000,41.224000,331.931000,44.608000,331.489000,47.466000,322.217000,40.622000,322.523000,35.754000,332.111000,36.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.355000,-26.730000,344.074000,-36.825000,345.675000,-26.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.189000,64.201000,354.674000,62.631000,350.580000,70.951000,336.310000,69.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.871000,-36.794000,108.160000,-43.386000,115.838000,-42.856000,119.296000,-44.435000,127.226000,-40.848000,120.350000,-35.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.874000,-17.064000,253.429000,-17.815000,245.789000,-10.903000,246.011000,-14.086000,239.949000,-14.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.834000,26.302000,182.730000,26.881000,172.455000,26.806000,167.860000,22.813000,167.478000,16.713000,175.763000,14.670000,178.126000,18.616000,179.439000,21.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.753000,3.020000,359.176000,2.393000,357.389000,2.771000,355.434000,4.435000,353.670000,1.595000,358.224000,0.487000,5.420000,-6.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.870000,63.783000,323.619000,68.991000,305.966000,71.554000,301.784000,67.012000,294.386000,67.151000,315.370000,62.307000,316.049000,62.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.853000,-4.273000,204.031000,-4.171000,206.236000,-2.054000,195.651000,0.178000,193.665000,-1.339000,192.529000,-3.595000,205.336000,-12.781000,204.641000,-11.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.368000,-4.974000,333.274000,-4.201000,335.152000,1.427000,336.839000,4.423000,326.424000,3.344000,329.721000,1.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.061000,-2.847000,109.914000,-0.771000,111.143000,-4.181000,110.502000,-9.629000,114.438000,-10.367000,118.654000,-9.451000,117.343000,-7.264000,120.129000,-5.488000,114.875000,-3.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.911000,-76.847000,177.938000,-80.920000,194.687000,-82.896000,210.468000,-87.731000,221.463000,-80.891000,230.639000,-76.452000,226.508000,-74.205000,215.105000,-75.129000,208.823000,-75.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.140000,-15.462000,352.246000,-15.515000,343.609000,-12.460000,348.014000,-16.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.553000,15.081000,231.377000,6.819000,231.261000,2.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.007000,27.867000,4.656000,30.652000,9.687000,30.565000,7.882000,29.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.555000,46.218000,161.479000,41.500000,159.081000,43.702000,152.645000,40.608000,158.686000,31.898000,163.885000,37.703000,167.858000,31.869000,165.640000,36.286000,170.230000,43.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.960000,3.348000,348.088000,3.720000,353.398000,-2.894000,353.860000,-3.521000,4.034000,-5.695000,356.863000,-3.256000,359.441000,-1.856000,356.729000,-1.176000,357.209000,3.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.692000,-20.458000,55.165000,-14.449000,55.684000,-15.977000,49.289000,-18.352000,54.580000,-24.986000,57.622000,-23.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.056000,2.469000,165.850000,-7.611000,173.428000,-11.118000,172.920000,-13.272000,174.798000,-7.848000,182.981000,-9.280000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.336000,34.873000,53.430000,30.483000,63.751000,27.758000,61.950000,28.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.752000,-25.327000,340.966000,-21.689000,340.616000,-21.198000,335.326000,-23.991000,338.555000,-23.808000,333.822000,-25.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.564000,23.169000,161.151000,25.109000,154.027000,24.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.284000,-17.203000,322.636000,-20.945000,326.336000,-20.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.808000,3.814000,357.391000,-0.441000,1.467000,-1.269000,359.944000,1.591000,3.206000,-3.704000,5.481000,10.036000,0.802000,4.868000,358.006000,9.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.180000,2.766000,330.344000,8.925000,333.020000,9.882000,329.947000,12.645000,326.306000,19.287000,328.802000,10.726000,327.079000,3.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.928000,13.316000,229.111000,16.607000,228.796000,8.971000,231.594000,13.216000,233.686000,17.314000,234.416000,18.533000,233.709000,21.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.998000,-35.905000,17.006000,-31.694000,18.696000,-24.318000,9.118000,-27.727000,5.319000,-35.509000,6.928000,-38.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.333000,-0.127000,156.493000,-3.836000,160.900000,-7.975000,165.125000,-5.792000,163.842000,1.041000,157.872000,3.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.898000,-25.148000,21.350000,-34.506000,21.222000,-31.863000,23.988000,-36.467000,29.147000,-35.119000,23.561000,-30.619000,31.008000,-31.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.709000,23.498000,189.513000,33.355000,179.772000,31.708000,182.866000,26.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.237000,-3.273000,37.440000,-2.014000,32.547000,-4.272000,29.268000,0.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.893000,-30.478000,180.632000,-34.021000,184.101000,-27.619000,183.130000,-26.200000,179.694000,-25.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.486000,-30.930000,222.764000,-28.521000,230.475000,-32.564000,237.437000,-38.394000,233.763000,-33.249000,242.136000,-30.601000,233.557000,-31.836000,237.691000,-27.597000,230.500000,-26.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.940000,54.835000,171.303000,48.922000,170.132000,58.749000,162.680000,57.123000,161.636000,59.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.689000,-23.474000,191.807000,-23.138000,185.335000,-20.174000,180.124000,-16.160000,179.980000,-20.208000,181.066000,-22.418000,175.932000,-22.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.279000,-27.847000,107.675000,-32.652000,117.755000,-32.522000,119.827000,-30.321000,112.625000,-27.456000,111.189000,-27.280000,109.550000,-19.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.264000,37.264000,4.034000,30.979000,8.869000,27.368000,18.782000,36.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.460000,-15.884000,210.683000,-12.241000,210.413000,-6.998000,202.826000,-8.972000,202.806000,-10.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.896000,62.195000,12.695000,55.044000,9.892000,58.325000,16.839000,54.093000,8.963000,63.555000,9.633000,65.892000,3.935000,63.942000,3.038000,63.223000,3.820000,62.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.274000,31.285000,232.218000,34.700000,232.062000,43.304000,227.523000,35.283000,225.648000,31.947000,237.979000,29.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.331000,10.114000,183.618000,12.029000,179.623000,9.040000,176.578000,12.640000,181.640000,2.189000,185.064000,2.289000,182.526000,7.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.004000,48.905000,99.604000,47.432000,102.455000,41.964000,101.260000,40.672000,109.020000,40.044000,109.683000,34.745000,112.683000,44.711000,113.429000,45.339000,112.394000,46.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.947000,46.339000,25.660000,43.150000,27.283000,42.099000,20.142000,42.876000,27.443000,40.747000,22.753000,39.937000,34.356000,36.409000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.588000,23.451000,357.502000,21.265000,3.499000,20.168000,1.203000,11.095000,9.977000,13.972000,9.602000,17.973000,8.683000,22.716000,2.672000,28.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.518000,-4.282000,199.771000,-2.061000,188.333000,0.664000,184.561000,-5.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.405000,-11.964000,216.610000,-9.165000,217.353000,-6.775000,213.147000,-5.787000,207.997000,-2.504000,205.609000,-7.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.179000,64.480000,108.715000,68.146000,113.424000,65.800000,86.465000,77.718000,86.133000,72.293000,97.233000,69.703000,92.547000,63.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.634000,-7.990000,331.985000,-11.288000,326.980000,-14.747000,332.325000,-16.482000,333.469000,-18.008000,334.442000,-16.694000,334.225000,-14.980000,335.182000,-13.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.840000,-45.869000,31.536000,-51.045000,44.942000,-40.701000,42.355000,-44.345000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.457000,-15.131000,354.680000,-13.630000,353.170000,-9.204000,348.984000,-7.957000,348.380000,-7.658000,348.266000,-10.106000,341.142000,-10.643000,347.494000,-11.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.324000,-17.616000,112.046000,-20.032000,110.334000,-15.187000,116.164000,-12.431000,105.934000,-9.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.851000,0.154000,176.793000,-3.701000,177.802000,-6.290000,188.180000,-6.089000,188.759000,-2.573000,186.303000,0.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.392000,-11.332000,12.846000,-6.594000,12.304000,0.013000,10.269000,-8.986000,10.890000,-11.998000,11.560000,-12.035000,15.112000,-14.813000,15.699000,-15.427000,16.907000,-15.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.923000,10.941000,317.429000,12.016000,319.447000,18.981000,316.088000,17.556000,312.511000,16.892000,312.148000,10.895000,317.952000,9.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.660000,-0.752000,172.896000,-0.782000,170.545000,-9.010000,174.848000,-6.480000,176.137000,-8.882000,181.405000,-8.949000,184.409000,-4.417000,176.938000,-1.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.531000,25.934000,345.312000,34.062000,338.157000,31.648000,334.865000,21.894000,346.391000,21.578000,343.283000,23.433000,345.459000,22.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.368000,23.620000,23.539000,19.499000,23.141000,20.573000,26.055000,24.310000,24.739000,25.871000,24.493000,26.202000,25.859000,33.729000,21.653000,29.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.048000,-2.249000,6.325000,-12.283000,9.014000,-9.304000,4.087000,2.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.140000,-27.320000,197.902000,-28.234000,200.216000,-25.067000,195.801000,-19.954000,195.889000,-29.017000,192.022000,-29.525000,193.824000,-31.515000,194.867000,-33.435000,196.436000,-30.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.047000,-28.920000,139.725000,-32.639000,129.423000,-36.522000,131.994000,-46.004000,133.572000,-46.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.861000,-24.771000,16.590000,-23.473000,15.223000,-22.821000,15.887000,-22.143000,11.251000,-17.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.635000,44.338000,330.089000,48.133000,324.445000,47.891000,324.342000,48.006000,324.902000,53.268000,319.524000,48.852000,314.682000,49.421000,318.028000,46.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.830000,-0.229000,17.923000,-2.720000,17.653000,2.919000,13.674000,11.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.450000,-9.758000,212.682000,-4.025000,203.462000,-10.341000,209.578000,-8.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.603000,65.443000,69.302000,69.521000,25.227000,69.348000,32.126000,69.177000,35.540000,68.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.598000,-25.430000,339.784000,-26.309000,340.059000,-22.627000,334.852000,-20.514000,333.106000,-32.865000,335.901000,-35.901000,340.997000,-29.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.253000,81.842000,14.616000,84.122000,9.139000,84.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.718000,5.839000,359.191000,4.654000,359.970000,1.682000,2.176000,9.227000,0.360000,14.254000,359.492000,12.077000,350.926000,9.308000,351.072000,5.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.768000,-2.778000,24.730000,-1.904000,27.806000,-9.571000,30.213000,-9.730000,32.627000,-14.193000,33.712000,-14.297000,36.226000,-12.851000,34.781000,-8.048000,37.616000,-9.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.711000,-11.313000,202.397000,-24.898000,212.365000,-25.234000,211.325000,-17.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.930000,-48.043000,34.222000,-48.832000,40.347000,-54.748000,36.654000,-58.362000,43.735000,-53.330000,46.666000,-50.981000,47.780000,-43.371000,45.518000,-44.566000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.973000,27.611000,1.185000,29.038000,359.598000,40.338000,353.839000,38.155000,348.147000,40.453000,346.866000,39.713000,348.247000,32.473000,344.131000,27.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.935000,58.315000,5.350000,54.776000,12.906000,46.946000,10.982000,56.620000,16.074000,58.724000,8.204000,64.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.763000,4.062000,185.133000,3.482000,181.678000,-1.783000,191.532000,8.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.551000,38.711000,238.410000,38.671000,222.783000,29.929000,231.597000,32.193000,232.982000,29.372000,236.921000,26.045000,241.668000,29.785000,243.232000,33.568000,239.673000,33.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.786000,1.638000,84.928000,5.023000,82.449000,-1.648000,84.416000,-3.456000,86.745000,-3.689000,87.912000,-2.265000,90.189000,-3.108000,88.310000,-0.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.656000,45.113000,34.074000,41.657000,34.990000,38.521000,37.843000,37.360000,36.747000,35.870000,40.150000,35.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.489000,7.134000,354.614000,12.621000,349.969000,6.469000,347.777000,5.850000,343.812000,5.928000,346.544000,3.413000,349.455000,3.431000,350.164000,0.438000,353.733000,-3.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.521000,-60.210000,122.024000,-54.546000,105.863000,-56.180000,100.944000,-54.915000,108.107000,-58.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.549000,-8.499000,14.212000,-14.662000,9.220000,-14.572000,13.110000,-18.699000,20.256000,-15.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.089000,-24.220000,226.143000,-23.297000,220.035000,-30.100000,224.815000,-32.874000,231.240000,-27.766000,230.350000,-24.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.307000,-61.334000,289.605000,-59.120000,287.603000,-57.625000,293.740000,-49.595000,288.314000,-52.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.219000,-0.911000,162.639000,2.936000,163.196000,4.708000,159.361000,8.701000,151.086000,0.247000,149.716000,-6.471000,157.461000,-9.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.980000,69.993000,92.085000,66.749000,91.918000,58.442000,101.930000,62.361000,104.813000,63.841000,105.428000,65.344000,106.683000,66.133000,114.301000,71.317000,97.233000,69.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.685000,-24.860000,197.796000,-28.463000,202.313000,-21.716000,211.753000,-20.948000,203.074000,-17.381000,196.978000,-16.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.567000,-29.069000,284.867000,-28.859000,288.231000,-33.625000,287.408000,-28.098000,290.940000,-28.065000,292.807000,-26.700000,292.040000,-19.338000,287.428000,-25.294000,286.230000,-25.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.610000,13.453000,110.728000,14.576000,108.821000,17.619000,104.870000,17.829000,104.320000,22.013000,98.892000,14.159000,101.348000,14.639000,105.074000,7.021000,105.676000,11.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.280000,42.522000,47.028000,44.855000,27.363000,45.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.957000,3.423000,355.132000,-0.148000,352.299000,-1.291000,349.902000,-3.983000,348.646000,-6.163000,346.406000,-9.126000,353.682000,-7.707000,1.352000,-8.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.355000,-10.239000,139.480000,-1.635000,138.332000,-4.114000,137.265000,-1.593000,137.280000,-5.883000,134.461000,-12.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.164000,17.523000,149.398000,21.164000,141.264000,17.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.028000,-19.924000,268.901000,-24.115000,272.752000,-20.278000,276.318000,-13.206000,270.566000,-14.227000,270.906000,-12.991000,267.610000,-12.418000,266.106000,-14.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.038000,-11.622000,81.127000,-5.794000,77.197000,-6.132000,73.348000,-7.767000,70.574000,-8.648000,73.144000,-9.471000,71.965000,-13.241000,75.479000,-13.012000,79.106000,-12.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.886000,9.292000,354.692000,6.748000,353.974000,-0.386000,0.952000,-0.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.505000,-6.939000,9.000000,-8.011000,6.059000,-4.214000,4.169000,-3.263000,1.280000,-7.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.379000,29.206000,54.982000,28.031000,50.272000,21.607000,55.991000,22.102000,60.716000,22.934000,67.513000,22.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.574000,-12.785000,141.959000,-9.216000,145.418000,-14.152000,138.588000,-11.889000,145.862000,-16.977000,150.367000,-23.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.155000,47.308000,54.620000,49.593000,48.841000,61.188000,35.790000,55.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.295000,63.865000,53.401000,68.685000,32.200000,69.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.064000,8.084000,161.387000,13.087000,157.405000,1.431000,162.878000,3.448000,161.077000,0.274000,160.663000,-0.702000,167.992000,4.376000,171.004000,4.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.557000,25.071000,148.398000,25.082000,147.342000,33.329000,145.967000,30.518000,143.196000,27.307000,144.220000,25.161000,138.935000,30.107000,150.184000,16.920000,147.288000,23.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.086000,-22.995000,33.199000,-24.427000,39.661000,-29.931000,44.838000,-30.031000,39.175000,-19.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.493000,-6.066000,354.916000,-12.015000,356.349000,-5.971000,358.874000,-11.409000,357.240000,-1.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.723000,-2.157000,39.882000,-9.079000,37.364000,8.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.866000,11.872000,142.261000,8.481000,142.308000,8.110000,145.914000,8.825000,149.856000,11.491000,151.081000,17.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.782000,-5.580000,183.126000,-6.663000,188.923000,-11.823000,190.259000,-12.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.411000,23.814000,192.894000,26.654000,196.092000,23.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.548000,7.888000,333.413000,11.982000,325.680000,10.549000,323.561000,8.615000,331.594000,7.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.516000,-23.023000,321.306000,-17.856000,317.363000,-18.613000,321.359000,-16.109000,314.797000,-15.891000,314.897000,-16.969000,309.441000,-19.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.031000,-24.128000,354.022000,-15.826000,344.937000,-13.362000,337.295000,-18.782000,344.143000,-25.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.102000,-5.490000,1.150000,1.217000,3.010000,1.813000,356.014000,8.286000,353.208000,3.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.923000,-1.384000,359.772000,-8.408000,356.431000,4.421000,356.531000,1.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.449000,-18.227000,300.010000,-26.104000,300.167000,-25.518000,302.221000,-27.737000,303.554000,-25.044000,307.574000,-19.533000,304.245000,-19.772000,300.350000,-20.378000,299.892000,-12.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.756000,-4.453000,208.063000,-0.504000,203.784000,-12.930000,212.321000,-10.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.833000,7.443000,40.890000,12.884000,40.479000,6.085000,38.724000,12.789000,34.622000,7.438000,35.090000,-3.019000,42.157000,0.496000,45.906000,-0.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.241000,11.663000,29.006000,10.705000,30.241000,11.423000,30.790000,13.500000,33.722000,15.705000,29.783000,14.816000,34.064000,19.460000,27.459000,17.896000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.833000,38.627000,270.784000,35.610000,290.258000,32.839000,290.969000,35.181000,283.514000,39.179000,286.083000,40.909000,287.223000,42.925000,287.286000,42.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.636000,2.894000,2.897000,-3.233000,3.872000,-3.937000,6.114000,-5.930000,7.341000,-1.619000,10.622000,-0.185000,7.120000,1.361000,6.913000,3.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.074000,-19.699000,228.459000,-16.608000,228.327000,-22.466000,220.311000,-18.356000,225.375000,-26.458000,233.501000,-31.427000,239.668000,-24.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.193000,-53.012000,74.550000,-53.965000,75.024000,-51.321000,77.011000,-46.723000,79.854000,-43.678000,73.166000,-41.956000,71.692000,-44.269000,67.185000,-52.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.489000,70.239000,59.334000,80.956000,54.301000,81.193000,48.731000,81.985000,45.764000,78.056000,37.989000,72.677000,47.747000,73.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.114000,-50.667000,213.380000,-46.757000,201.023000,-55.115000,199.360000,-56.585000,203.732000,-55.103000,205.884000,-54.100000,213.616000,-59.368000,214.422000,-54.784000,208.411000,-53.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.888000,23.606000,46.948000,14.810000,51.883000,20.514000,51.081000,23.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.699000,-11.069000,102.435000,-11.009000,100.896000,-7.339000,104.189000,0.281000,97.243000,-5.056000,97.471000,-9.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.195000,-25.069000,221.323000,-24.509000,215.256000,-26.022000,216.860000,-28.033000,214.988000,-29.056000,226.903000,-28.952000,232.013000,-25.478000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.078000,-33.541000,130.044000,-33.751000,128.506000,-33.950000,129.890000,-41.289000,140.594000,-34.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.220000,5.095000,183.411000,2.915000,185.080000,1.115000,181.842000,-4.739000,189.622000,-1.847000,190.429000,-8.080000,190.924000,-4.937000,193.391000,-1.831000,192.753000,-0.791000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.056000,-28.550000,127.633000,-36.523000,125.284000,-38.881000,130.110000,-44.358000,138.141000,-33.695000,131.513000,-36.989000,134.179000,-32.958000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.819000,39.553000,254.503000,41.919000,250.764000,27.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.822000,3.468000,1.635000,-6.335000,2.407000,-5.834000,1.874000,-0.611000,4.758000,-0.627000,4.227000,-0.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.429000,-30.819000,354.697000,-23.539000,354.526000,-24.271000,352.424000,-24.457000,354.039000,-24.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.159000,-0.613000,98.453000,-11.713000,106.792000,2.710000,102.048000,-0.643000,98.690000,2.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.935000,3.462000,354.965000,3.253000,345.005000,5.284000,347.546000,-4.283000,347.752000,-4.261000,354.886000,-2.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.659000,28.651000,235.474000,27.941000,242.565000,28.589000,249.286000,28.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.483000,-0.690000,4.852000,0.164000,2.581000,3.612000,358.714000,1.600000,359.684000,-1.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.323000,-10.153000,86.524000,-14.742000,90.652000,-23.153000,94.487000,-21.592000,94.807000,-15.110000,91.576000,-15.346000,91.361000,-14.828000,89.729000,-9.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.841000,-14.248000,348.572000,-11.786000,354.382000,-13.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.852000,6.234000,312.608000,6.131000,318.277000,4.514000,316.748000,7.405000,317.709000,7.967000,312.216000,10.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.827000,60.025000,47.030000,60.402000,61.572000,58.498000,41.225000,69.453000,40.771000,69.720000,44.007000,64.051000,36.594000,58.990000,41.293000,60.488000,45.257000,57.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.799000,4.316000,351.798000,1.882000,347.588000,0.815000,341.907000,-1.279000,346.751000,-4.249000,355.148000,-5.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.580000,4.442000,170.916000,3.751000,172.539000,2.203000,174.197000,3.797000,177.658000,0.853000,174.531000,7.665000,172.800000,6.526000,171.233000,13.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.319000,11.955000,160.059000,11.507000,152.768000,17.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.616000,68.705000,285.361000,63.567000,287.515000,62.414000,292.138000,62.373000,298.806000,64.893000,306.550000,60.095000,309.871000,59.374000,323.250000,65.176000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.322000,38.574000,334.222000,41.477000,332.344000,48.722000,323.746000,33.847000,325.452000,34.267000,327.355000,33.241000,334.616000,29.483000,334.396000,34.720000,337.966000,32.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.240000,-33.073000,14.187000,-32.763000,6.322000,-27.688000,13.435000,-35.039000,12.274000,-36.148000,12.386000,-39.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.000000,41.444000,151.817000,46.205000,142.132000,51.680000,140.302000,55.965000,137.617000,58.998000,129.869000,52.309000,130.580000,46.571000,137.301000,48.335000,136.791000,41.430000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.978000,33.430000,136.473000,32.539000,136.842000,32.007000,140.873000,31.300000,139.350000,35.029000,142.332000,36.289000,144.668000,40.529000,135.752000,37.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.724000,-15.474000,160.374000,-16.058000,164.623000,-20.601000,167.926000,-18.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.613000,53.639000,242.318000,49.652000,234.319000,49.421000,238.382000,47.163000,231.935000,45.546000,243.226000,43.677000,244.765000,39.619000,244.210000,44.580000,247.445000,42.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.722000,-17.781000,268.650000,-9.032000,265.239000,-5.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.903000,-43.882000,330.346000,-46.780000,323.220000,-53.750000,351.257000,-52.007000,339.712000,-43.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.205000,-7.382000,178.826000,-10.238000,188.246000,-14.801000,186.999000,-9.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.508000,42.779000,172.012000,43.058000,179.600000,46.175000,172.053000,47.928000,168.081000,44.678000,159.244000,47.205000,158.737000,41.782000,166.429000,40.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.399000,-9.710000,171.353000,-10.437000,168.835000,-14.046000,181.850000,-6.890000,179.574000,-4.557000,175.316000,-5.619000,171.213000,-5.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.110000,56.560000,289.055000,53.538000,297.114000,52.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.001000,75.093000,131.741000,74.480000,118.218000,75.095000,110.151000,76.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.059000,-8.098000,173.827000,3.340000,169.626000,-0.519000,173.835000,-6.244000,169.155000,-12.449000,179.203000,-12.203000,180.690000,-11.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.890000,-7.195000,176.080000,-2.089000,175.865000,-5.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.181000,29.084000,337.993000,31.410000,335.737000,41.340000,333.899000,37.763000,331.430000,35.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.976000,17.277000,267.064000,19.596000,264.224000,22.801000,257.233000,21.180000,260.449000,15.621000,259.887000,10.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.580000,-4.539000,96.931000,-2.549000,97.661000,7.471000,81.737000,3.581000,90.913000,2.192000,88.868000,-4.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.622000,-28.335000,122.435000,-29.414000,124.194000,-28.503000,125.423000,-16.486000,121.164000,-21.908000,121.918000,-18.406000,120.465000,-20.260000,120.355000,-18.125000,114.706000,-21.040000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.379000,-4.816000,357.225000,-5.705000,358.578000,-4.378000,350.154000,4.153000,353.132000,-0.428000,350.556000,-3.513000,354.274000,-2.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.976000,18.650000,10.705000,17.570000,17.687000,16.676000,20.572000,16.288000,19.007000,20.774000,17.912000,22.373000,17.306000,28.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.783000,7.951000,53.977000,11.966000,54.563000,12.884000,52.315000,13.869000,45.142000,14.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.457000,-53.461000,326.272000,-57.132000,331.630000,-58.481000,332.431000,-46.892000,326.696000,-46.100000,322.216000,-43.120000,323.975000,-49.999000,322.003000,-49.973000,309.892000,-50.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.708000,7.967000,141.934000,3.993000,137.880000,1.531000,138.902000,-7.091000,144.613000,-4.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.264000,-4.930000,8.326000,-6.079000,3.986000,7.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.331000,-6.270000,349.879000,-1.774000,351.462000,-1.958000,350.846000,-0.395000,348.173000,5.041000,342.477000,4.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.808000,-24.678000,128.368000,-26.959000,117.476000,-31.460000,125.847000,-29.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.132000,22.315000,281.021000,21.508000,287.982000,24.431000,291.718000,23.946000,291.104000,27.782000,286.509000,33.392000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.335000,-43.845000,260.587000,-44.629000,267.032000,-46.605000,263.807000,-41.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.431000,26.565000,121.345000,31.163000,126.769000,29.359000,125.016000,34.216000,128.205000,40.623000,120.987000,42.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.460000,-0.002000,270.029000,-8.038000,278.615000,-4.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.944000,-13.048000,91.462000,-19.447000,94.493000,-9.186000,90.664000,-10.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.863000,40.196000,99.768000,34.587000,103.448000,40.519000,108.311000,40.587000,93.083000,48.365000,94.758000,45.241000,95.977000,43.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.452000,83.740000,6.948000,76.646000,29.448000,78.176000,35.119000,77.430000,37.530000,74.428000,47.882000,79.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.233000,-14.889000,336.236000,-10.341000,324.480000,-12.192000,327.705000,-14.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.219000,-44.335000,245.842000,-44.242000,232.505000,-50.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.993000,-29.156000,14.254000,-28.112000,18.153000,-35.548000,19.188000,-23.890000,17.817000,-25.180000,16.326000,-25.654000,16.333000,-17.653000,6.938000,-26.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.626000,56.089000,38.816000,64.312000,26.493000,59.901000,9.935000,59.882000,23.739000,50.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.248000,-4.483000,356.833000,-6.601000,0.721000,-5.759000,3.176000,-3.687000,5.198000,6.378000,2.810000,-0.719000,2.076000,-0.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.904000,-7.594000,179.466000,-7.248000,178.053000,-8.164000,179.695000,-3.703000,178.218000,-2.669000,175.332000,-0.575000,175.495000,-5.568000,176.585000,-11.309000,178.759000,-13.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.992000,-34.394000,160.397000,-35.758000,166.902000,-32.839000,158.792000,-30.290000,157.368000,-24.896000,157.455000,-23.771000,150.803000,-29.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.637000,23.494000,42.012000,19.511000,49.519000,30.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.740000,12.083000,16.320000,7.974000,21.582000,2.020000,23.424000,-0.050000,25.761000,4.213000,26.020000,9.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.270000,31.051000,173.674000,36.258000,163.281000,44.552000,166.728000,34.114000,166.133000,33.033000,168.517000,33.417000,170.234000,32.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.388000,-34.178000,192.706000,-30.848000,189.257000,-29.840000,183.854000,-27.929000,183.907000,-32.718000,184.993000,-33.965000,187.288000,-35.825000,189.378000,-36.961000,190.631000,-38.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.912000,14.845000,299.373000,25.771000,297.690000,20.281000,293.258000,16.905000,294.358000,13.165000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.266000,13.925000,305.944000,15.053000,310.097000,17.380000,309.394000,19.469000,297.635000,11.374000,300.486000,10.980000,299.664000,6.128000,303.488000,13.357000,306.342000,5.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.041000,-5.113000,13.793000,-4.829000,21.075000,-1.939000,17.135000,-2.441000,14.780000,4.328000,10.237000,-2.420000,9.802000,-2.158000,2.660000,-6.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.709000,-10.355000,8.029000,-14.634000,5.934000,-20.049000,8.256000,-20.323000,17.766000,-24.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.851000,-54.077000,329.923000,-57.195000,336.560000,-59.809000,326.179000,-49.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.637000,-6.175000,181.163000,5.587000,181.625000,9.150000,179.717000,7.228000,178.209000,10.183000,171.118000,9.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.261000,-17.662000,68.904000,-22.203000,68.320000,-22.187000,65.696000,-25.706000,67.692000,-28.580000,73.207000,-29.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.399000,-21.232000,31.965000,-20.905000,36.112000,-18.110000,29.890000,-13.658000,28.536000,-9.609000,25.145000,-14.117000,19.834000,-19.215000,21.295000,-21.318000,26.166000,-24.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.204000,-4.521000,4.975000,8.727000,357.954000,4.004000,358.106000,-0.788000,354.490000,-3.178000,356.381000,-2.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.282000,36.889000,310.830000,37.286000,312.069000,33.835000,304.329000,34.076000,320.997000,27.273000,321.458000,28.982000,322.452000,30.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.272000,14.437000,288.611000,19.075000,282.732000,17.483000,282.674000,22.355000,276.084000,13.424000,279.956000,8.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.261000,-35.091000,69.219000,-39.176000,70.581000,-41.853000,75.874000,-43.324000,81.497000,-42.526000,80.845000,-34.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.559000,55.494000,328.035000,63.132000,320.535000,57.984000,318.987000,54.783000,309.357000,55.490000,310.107000,53.758000,318.998000,49.985000,318.013000,46.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.151000,9.889000,16.438000,7.092000,17.510000,8.244000,16.639000,7.283000,19.896000,5.532000,22.850000,8.096000,26.433000,6.052000,20.850000,11.606000,21.089000,15.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.162000,61.432000,140.952000,61.636000,130.415000,70.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.836000,-7.595000,164.702000,-11.365000,173.243000,-9.309000,177.172000,-9.960000,180.655000,-11.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.679000,-74.474000,301.252000,-82.580000,309.027000,-79.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.427000,37.416000,19.053000,37.879000,12.870000,29.895000,17.425000,26.122000,23.472000,31.970000,22.250000,33.218000,24.119000,34.620000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.652000,11.106000,197.250000,0.164000,195.021000,9.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.562000,-5.770000,310.583000,-7.780000,312.399000,-11.758000,317.577000,-6.976000,318.726000,-7.251000,315.042000,-0.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.791000,40.997000,72.410000,34.599000,75.862000,34.746000,76.307000,29.988000,87.115000,28.905000,81.635000,34.385000,90.055000,33.304000,81.618000,40.119000,78.617000,36.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.569000,43.511000,14.659000,41.731000,18.390000,38.604000,20.501000,44.581000,23.894000,40.414000,24.968000,39.189000,15.445000,50.038000,13.955000,48.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.625000,4.465000,185.044000,9.846000,180.870000,6.707000,171.936000,2.818000,181.064000,0.542000,183.980000,0.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.915000,8.192000,53.741000,6.963000,57.165000,5.666000,57.754000,2.687000,58.646000,6.068000,62.886000,9.809000,58.226000,8.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.025000,-27.398000,359.458000,-29.898000,6.441000,-32.446000,6.913000,-30.570000,14.105000,-29.040000,10.143000,-25.876000,8.941000,-22.304000,6.117000,-26.013000,6.352000,-22.705000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.713000,39.367000,346.352000,43.251000,348.061000,40.855000,347.393000,44.975000,354.976000,42.285000,349.470000,44.697000,356.002000,51.491000,344.928000,48.676000,335.025000,48.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.643000,30.483000,257.506000,32.983000,255.227000,35.686000,244.013000,33.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.176000,-7.673000,180.945000,-16.742000,182.163000,-23.298000,185.267000,-15.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.695000,-28.104000,286.570000,-34.860000,281.032000,-36.519000,292.268000,-37.376000,292.436000,-36.301000,290.785000,-35.489000,289.317000,-34.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.744000,26.190000,161.740000,29.518000,158.302000,29.569000,155.761000,29.727000,164.581000,15.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.725000,13.926000,262.034000,9.112000,265.506000,10.333000,272.685000,14.269000,273.654000,14.826000,268.943000,14.393000,267.454000,19.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.859000,10.568000,57.993000,15.633000,59.697000,17.321000,57.593000,16.398000,53.683000,15.593000,53.412000,10.023000,54.984000,10.767000,54.359000,13.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.833000,-27.165000,43.244000,-27.379000,34.555000,-23.560000,38.226000,-18.587000,32.262000,-18.738000,29.647000,-24.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.975000,49.042000,340.348000,45.991000,335.263000,45.582000,344.635000,44.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.010000,17.064000,21.456000,17.809000,18.179000,18.185000,12.364000,19.307000,13.434000,14.337000,13.403000,9.025000,17.109000,9.035000,23.786000,7.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.211000,-1.136000,177.958000,-1.945000,174.412000,-9.116000,178.843000,-17.913000,177.426000,-11.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.852000,18.173000,213.943000,19.672000,215.843000,25.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.589000,-10.035000,300.292000,-11.288000,295.416000,-11.311000,303.438000,-11.957000,301.979000,-15.975000,305.062000,-13.646000,307.419000,-18.533000,312.240000,-10.835000,308.827000,-10.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.599000,-36.263000,349.725000,-27.572000,343.974000,-30.025000,342.978000,-30.261000,341.615000,-32.284000,342.571000,-35.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.733000,81.454000,45.053000,78.910000,69.571000,77.664000,69.669000,75.546000,65.899000,71.931000,82.533000,75.385000,112.854000,75.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.741000,-0.063000,1.178000,7.929000,0.599000,5.022000,359.678000,-3.014000,359.339000,-10.183000,4.148000,-3.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.537000,25.732000,328.253000,34.256000,322.529000,29.162000,318.784000,31.207000,314.260000,24.088000,321.139000,25.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.583000,67.860000,210.024000,65.957000,214.139000,66.277000,213.730000,68.859000,233.838000,73.557000,225.341000,79.803000,184.296000,80.289000,178.403000,78.611000,190.145000,70.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.673000,16.567000,180.854000,14.340000,186.434000,11.030000,190.172000,12.913000,184.835000,16.469000,182.619000,23.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.875000,2.838000,54.015000,9.177000,40.763000,10.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.670000,12.907000,163.433000,14.835000,162.391000,17.939000,160.882000,20.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.240000,16.874000,6.796000,13.851000,3.035000,15.144000,359.499000,5.864000,1.612000,7.951000,5.261000,2.151000,7.785000,8.308000,6.540000,11.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.037000,-0.850000,5.236000,-5.408000,15.556000,-0.569000,18.096000,0.081000,15.953000,4.964000,9.132000,2.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.622000,-30.275000,313.665000,-28.325000,312.571000,-28.708000,312.373000,-25.390000,309.181000,-25.193000,306.584000,-30.882000,306.551000,-30.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.203000,29.419000,17.463000,26.659000,21.582000,26.242000,22.777000,28.810000,22.246000,33.521000,14.604000,37.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.908000,-9.730000,146.840000,-13.367000,147.975000,-9.177000,147.162000,-8.609000,143.945000,-7.179000,140.379000,-5.455000,135.539000,-1.965000,132.481000,-6.132000,130.624000,-8.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.094000,-1.930000,179.735000,7.122000,177.759000,7.578000,174.460000,8.600000,179.142000,6.512000,178.763000,5.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.378000,-9.331000,18.132000,-11.450000,19.967000,-9.432000,24.976000,-6.720000,19.149000,-6.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.605000,-20.704000,300.468000,-17.973000,301.350000,-15.653000,298.428000,-17.714000,291.784000,-17.819000,295.568000,-23.705000,297.071000,-26.490000,305.371000,-25.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.377000,9.128000,10.216000,10.195000,19.143000,10.525000,5.668000,11.099000,1.787000,8.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.267000,3.282000,13.367000,-9.669000,21.682000,-7.848000,20.523000,-5.387000,22.692000,-5.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.947000,-10.651000,26.750000,-9.431000,27.708000,-13.565000,32.308000,-12.710000,32.943000,-16.274000,36.212000,-12.040000,36.220000,-7.650000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.360000,-2.449000,186.976000,2.071000,173.439000,2.985000,177.711000,0.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.606000,7.739000,21.579000,12.543000,13.022000,18.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.407000,-10.235000,2.497000,-14.767000,2.637000,-14.033000,3.187000,-13.186000,4.630000,-11.070000,6.508000,-8.993000,357.239000,-6.859000,355.315000,-7.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.373000,36.141000,308.596000,35.416000,313.089000,29.881000,309.993000,27.102000,322.802000,25.444000,325.113000,32.926000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.761000,-44.446000,132.880000,-35.378000,127.541000,-33.369000,124.727000,-26.491000,119.967000,-28.199000,119.346000,-32.534000,118.751000,-36.116000,112.488000,-40.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.063000,-20.946000,274.866000,-26.082000,273.341000,-29.606000,275.289000,-29.459000,272.874000,-32.306000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.419000,54.875000,39.195000,49.155000,55.932000,49.992000,49.902000,55.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.582000,-17.642000,223.695000,-22.960000,217.495000,-20.335000,220.720000,-26.261000,216.751000,-26.449000,226.291000,-31.834000,235.262000,-28.016000,229.901000,-26.505000,226.707000,-25.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.851000,-40.180000,262.962000,-37.512000,263.630000,-39.914000,268.253000,-43.451000,269.134000,-33.655000,268.424000,-32.011000,267.685000,-32.546000,264.254000,-34.019000,254.219000,-35.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.017000,-2.320000,149.648000,-4.889000,148.899000,-7.371000,154.871000,-2.799000,153.588000,-4.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.753000,19.673000,192.364000,24.925000,198.422000,16.319000,199.763000,13.190000,206.289000,12.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.190000,40.075000,35.753000,37.322000,34.420000,38.299000,31.758000,36.519000,31.467000,36.030000,33.647000,28.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.828000,0.099000,24.155000,10.447000,25.591000,4.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.345000,7.759000,344.895000,4.614000,352.097000,5.455000,351.309000,8.307000,356.544000,11.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.285000,46.481000,139.056000,42.449000,137.463000,50.156000,127.004000,50.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.135000,-13.442000,308.439000,-8.721000,306.895000,-2.533000,302.774000,-5.888000,295.403000,-3.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.411000,-11.347000,315.192000,-11.965000,316.710000,-13.546000,314.062000,-14.070000,316.404000,-17.482000,317.038000,-17.356000,320.055000,-23.158000,325.192000,-13.938000,327.425000,-11.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.866000,38.358000,295.886000,39.332000,288.451000,35.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.504000,6.219000,193.676000,7.799000,203.714000,16.289000,203.768000,18.048000,193.604000,16.780000,195.236000,11.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.116000,14.006000,186.549000,5.808000,187.662000,6.608000,192.192000,9.673000,197.161000,8.548000,192.859000,14.023000,194.919000,20.325000,181.722000,14.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.870000,1.516000,166.690000,-1.854000,167.391000,0.518000,170.122000,-2.059000,168.022000,0.617000,170.746000,1.506000,167.275000,2.767000,162.824000,4.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.898000,-24.334000,121.990000,-27.908000,122.538000,-23.188000,121.799000,-21.183000,120.331000,-21.997000,117.215000,-21.701000,115.056000,-22.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.821000,0.050000,161.749000,-4.576000,165.298000,-8.043000,165.353000,-9.955000,175.275000,-9.533000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.914000,8.315000,185.458000,13.904000,177.134000,15.303000,176.295000,18.789000,171.301000,21.494000,173.408000,15.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.549000,55.735000,41.427000,51.952000,38.458000,46.222000,49.264000,53.259000,49.819000,53.092000,54.724000,53.981000,46.651000,55.113000,45.140000,58.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.592000,-7.309000,7.393000,-2.663000,0.764000,4.288000,354.924000,1.748000,349.478000,-4.942000,354.958000,-6.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.627000,4.949000,11.299000,1.278000,12.151000,2.959000,15.586000,-2.239000,16.906000,4.042000,17.252000,7.874000,17.420000,8.445000,8.338000,9.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.281000,-23.909000,311.083000,-20.883000,310.906000,-16.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.014000,-24.996000,4.650000,-27.274000,11.954000,-40.314000,11.680000,-29.979000,13.636000,-26.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.228000,-4.411000,7.880000,-2.729000,8.272000,-1.743000,358.489000,2.402000,352.128000,2.223000,356.623000,-1.271000,0.803000,-0.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.839000,-9.144000,183.033000,-5.642000,183.787000,-4.634000,185.747000,-3.594000,191.982000,-1.274000,193.216000,3.602000,185.306000,0.035000,185.193000,3.862000,180.674000,0.826000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.011000,-50.145000,30.106000,-38.168000,17.453000,-40.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.597000,-1.254000,202.353000,-9.577000,198.007000,-4.544000,195.320000,1.725000,194.838000,1.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.300000,-4.327000,182.854000,3.093000,183.793000,-1.129000,179.294000,-5.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.247000,-11.960000,100.950000,-25.204000,103.125000,-24.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.777000,-38.968000,117.317000,-26.336000,105.764000,-27.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.779000,6.827000,263.424000,2.914000,268.753000,1.149000,274.531000,1.729000,276.097000,3.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.984000,6.368000,181.349000,8.466000,178.160000,8.952000,180.058000,-2.077000,188.992000,3.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.034000,23.871000,296.312000,23.757000,293.270000,30.428000,293.544000,31.503000,286.178000,35.292000,282.120000,19.996000,284.801000,22.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.474000,33.923000,68.830000,42.107000,69.235000,42.947000,75.363000,47.967000,63.707000,46.614000,64.221000,44.722000,54.993000,43.295000,56.046000,43.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.980000,-39.712000,194.683000,-42.287000,193.126000,-41.308000,185.278000,-45.744000,191.497000,-45.980000,192.030000,-46.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.303000,-62.323000,148.531000,-61.669000,148.874000,-60.698000,150.215000,-58.346000,153.387000,-54.622000,153.186000,-54.290000,142.216000,-54.566000,139.006000,-50.786000,127.626000,-54.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.199000,83.630000,208.702000,86.151000,45.853000,87.232000,70.622000,83.852000,84.536000,77.925000,95.136000,78.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.928000,4.726000,299.081000,5.047000,301.456000,10.899000,305.720000,11.038000,305.777000,15.631000,295.962000,12.219000,294.584000,10.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.290000,-16.334000,238.015000,-14.510000,244.750000,-22.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.517000,-12.896000,63.512000,-10.519000,61.839000,-12.489000,61.696000,-15.701000,71.979000,-21.614000,70.500000,-16.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.368000,60.365000,17.865000,56.834000,26.289000,62.540000,28.722000,69.503000,33.154000,71.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.678000,19.366000,334.152000,15.517000,333.612000,21.293000,332.063000,24.247000,326.833000,28.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.864000,-6.428000,173.842000,-9.393000,175.019000,-11.311000,184.431000,-22.148000,184.472000,-15.999000,184.870000,-15.251000,184.980000,-14.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.271000,-21.284000,172.438000,-25.291000,177.675000,-29.801000,179.261000,-29.127000,180.034000,-25.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.328000,4.803000,257.560000,3.861000,255.793000,6.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.052000,-7.145000,265.813000,-10.242000,269.420000,-17.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.634000,37.042000,236.376000,31.787000,246.128000,26.670000,241.097000,30.809000,247.255000,28.138000,240.390000,35.434000,239.659000,36.303000,239.649000,39.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.644000,7.670000,351.711000,3.809000,352.928000,3.081000,357.225000,3.868000,1.604000,3.606000,4.903000,5.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.681000,43.008000,3.693000,43.153000,20.056000,33.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.682000,-15.969000,11.868000,-15.832000,12.088000,-18.525000,8.552000,-20.866000,15.518000,-23.480000,17.467000,-26.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.044000,38.258000,281.652000,36.336000,276.781000,29.982000,288.625000,33.691000,292.771000,34.409000,290.972000,36.007000,282.953000,46.833000,282.195000,43.180000,281.724000,43.898000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.261000,13.967000,177.067000,20.478000,165.967000,17.940000,165.344000,17.173000,168.627000,15.538000,167.131000,14.672000,169.066000,7.597000,171.485000,6.323000,172.359000,5.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.383000,8.060000,116.033000,11.175000,109.195000,13.945000,115.324000,19.661000,108.562000,17.455000,107.310000,15.107000,106.909000,13.476000,101.337000,14.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.657000,-61.698000,285.797000,-65.568000,282.758000,-69.272000,302.667000,-69.922000,299.981000,-65.387000,309.609000,-62.416000,310.384000,-60.577000,298.336000,-60.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.465000,-45.887000,310.552000,-43.537000,306.033000,-46.043000,293.722000,-44.884000,300.543000,-51.365000,306.149000,-55.304000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.209000,6.779000,32.313000,6.896000,33.859000,9.842000,28.797000,9.589000,26.317000,12.578000,26.475000,2.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.550000,18.464000,221.711000,21.054000,226.150000,18.934000,228.748000,21.948000,220.796000,24.251000,215.831000,29.145000,215.926000,22.439000,214.520000,21.524000,214.677000,18.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.533000,5.208000,178.272000,7.075000,175.483000,-2.840000,184.214000,3.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.748000,-16.284000,351.979000,-17.149000,354.574000,-14.905000,347.490000,-9.735000,340.489000,-8.244000,340.026000,-11.371000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.389000,48.579000,22.969000,51.695000,27.480000,52.193000,22.177000,56.536000,19.753000,57.736000,6.219000,62.147000,7.015000,59.390000,6.677000,59.164000,15.178000,54.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.540000,-47.907000,336.266000,-51.605000,355.342000,-50.673000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.286000,-15.831000,72.715000,-19.367000,74.586000,-18.839000,77.377000,-16.020000,79.813000,-20.399000,83.744000,-19.165000,74.622000,-11.924000,74.514000,-13.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.745000,1.954000,157.504000,2.458000,151.779000,5.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.826000,55.031000,28.998000,54.445000,28.052000,52.607000,33.004000,52.839000,31.779000,57.843000,29.957000,59.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.444000,-5.254000,177.266000,-8.789000,178.570000,-5.575000,178.407000,-4.911000,185.430000,-9.335000,184.835000,-0.028000,179.784000,-0.473000,177.904000,-0.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.758000,-12.197000,183.644000,-5.719000,180.768000,-1.441000,178.536000,-0.686000,178.782000,-1.443000,177.119000,-0.652000,179.201000,-4.708000,178.677000,-9.498000,178.442000,-10.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.556000,2.860000,176.502000,0.965000,176.629000,-4.520000,178.102000,-2.868000,177.742000,-5.200000,186.934000,-5.868000,184.990000,0.959000,182.807000,2.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.951000,5.015000,24.533000,5.165000,32.458000,-6.475000,32.258000,-5.568000,31.304000,-0.894000,36.045000,-0.594000,35.837000,0.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.009000,6.923000,68.502000,5.049000,59.407000,10.633000,60.169000,4.952000,64.405000,2.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.099000,-19.511000,36.489000,-20.463000,38.803000,-6.839000,35.148000,-8.970000,25.308000,-8.467000,32.437000,-11.481000,31.473000,-15.122000,32.586000,-16.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.860000,7.838000,22.234000,9.467000,18.576000,9.186000,17.080000,9.718000,26.282000,0.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.213000,12.110000,124.587000,6.095000,125.003000,-7.258000,126.073000,-3.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.665000,-58.895000,311.707000,-53.347000,306.955000,-54.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.552000,78.173000,25.591000,76.436000,33.874000,71.511000,79.884000,83.668000,20.598000,78.542000,20.227000,77.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.707000,-4.718000,32.456000,-5.949000,28.835000,-9.007000,29.551000,-9.263000,31.548000,-13.341000,32.846000,-14.605000,33.798000,-13.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.940000,35.524000,164.061000,39.429000,161.387000,37.906000,157.598000,36.504000,163.920000,29.636000,171.444000,27.607000,167.181000,33.193000,167.365000,33.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.580000,87.961000,212.576000,78.288000,210.586000,72.038000,221.329000,76.495000,223.303000,76.263000,238.808000,74.829000,272.206000,79.667000,245.873000,80.158000,251.902000,82.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.391000,-24.203000,358.849000,-21.197000,356.881000,-21.805000,353.227000,-17.119000,351.545000,-27.926000,352.908000,-29.312000,354.394000,-33.248000,353.336000,-26.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.094000,3.966000,174.790000,2.662000,177.816000,1.471000,176.384000,5.440000,180.391000,10.737000,172.727000,15.185000,170.393000,12.101000,169.199000,8.746000,173.124000,5.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.518000,-5.870000,338.706000,-3.054000,335.628000,-2.760000,339.026000,-13.662000,344.318000,-13.817000,343.228000,-11.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.551000,42.728000,325.416000,43.497000,329.955000,46.260000,322.460000,53.258000,308.164000,53.112000,310.606000,44.934000,316.724000,45.505000,318.948000,38.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.489000,-0.657000,359.028000,6.017000,359.819000,0.949000,356.563000,5.751000,355.772000,-3.556000,359.063000,-5.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.559000,-49.889000,37.890000,-45.072000,37.338000,-46.754000,44.096000,-40.209000,41.196000,-37.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.831000,9.148000,346.421000,6.641000,344.542000,-0.686000,348.503000,-2.685000,354.920000,-3.005000,359.032000,-2.507000,353.611000,3.204000,356.665000,5.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.563000,15.493000,98.648000,22.606000,95.272000,15.296000,86.810000,15.900000,99.139000,11.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.101000,31.856000,322.168000,27.832000,324.930000,28.659000,328.495000,28.413000,336.509000,30.396000,341.678000,31.108000,332.325000,39.048000,325.687000,39.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.019000,40.507000,90.020000,42.242000,90.429000,37.856000,89.493000,36.313000,91.412000,36.226000,98.641000,35.300000,98.888000,34.447000,101.835000,38.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.109000,-1.675000,324.424000,-2.424000,323.383000,-4.443000,324.750000,-6.195000,331.990000,-6.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.128000,-13.503000,8.103000,-13.448000,3.587000,-11.397000,5.625000,-10.228000,3.854000,-9.410000,0.233000,-10.402000,357.605000,-7.524000,358.327000,-18.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.697000,48.027000,347.561000,45.705000,349.500000,46.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.313000,-3.433000,312.687000,4.299000,308.194000,-1.620000,302.795000,-5.570000,315.633000,-6.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.270000,-46.582000,353.338000,-39.150000,353.719000,-32.570000,346.857000,-36.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.993000,19.848000,279.608000,13.661000,280.183000,11.190000,285.711000,12.201000,289.050000,7.507000,292.404000,13.518000,290.705000,14.784000,289.087000,15.827000,288.748000,19.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.049000,-54.114000,137.443000,-52.193000,133.536000,-50.034000,134.978000,-54.570000,128.937000,-51.985000,120.752000,-55.308000,123.245000,-57.752000,137.831000,-60.465000,143.342000,-55.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.170000,69.444000,253.612000,66.218000,207.149000,81.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.656000,11.170000,116.674000,16.501000,116.016000,11.368000,109.188000,7.189000,115.441000,8.853000,119.298000,9.261000,121.827000,11.638000,118.558000,10.073000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.051000,70.851000,135.971000,71.993000,126.578000,79.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.116000,-18.256000,333.197000,-16.019000,322.145000,-17.406000,320.816000,-19.907000,323.372000,-24.360000,329.291000,-24.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.202000,-24.073000,228.965000,-25.958000,236.587000,-36.471000,235.366000,-30.737000,241.392000,-24.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.705000,12.633000,237.108000,8.601000,237.956000,14.284000,244.750000,17.822000,240.172000,18.479000,237.894000,16.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.314000,-15.974000,168.755000,-7.849000,166.125000,-11.037000,166.096000,-11.747000,164.265000,-14.301000,160.259000,-17.290000,177.133000,-18.995000,170.856000,-15.716000,172.694000,-12.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.340000,17.916000,108.747000,20.602000,110.965000,22.701000,114.157000,25.618000,109.431000,23.847000,111.850000,26.869000,109.883000,29.854000,101.409000,25.291000,103.788000,18.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.879000,-5.008000,301.448000,-6.985000,297.783000,-7.360000,299.982000,-8.006000,315.838000,-11.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.264000,11.601000,337.148000,14.200000,341.051000,14.784000,334.702000,23.567000,330.439000,22.630000,323.168000,21.765000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.373000,-13.820000,226.122000,-15.194000,229.467000,-15.514000,222.617000,-6.970000,221.661000,-6.788000,221.222000,-13.096000,222.387000,-11.924000,223.730000,-10.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.955000,7.882000,47.614000,2.083000,44.801000,6.450000,40.549000,8.147000,40.560000,13.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.339000,55.334000,344.238000,50.962000,349.297000,52.974000,2.779000,52.283000,359.386000,59.572000,347.852000,58.803000,337.739000,62.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.383000,69.315000,162.092000,71.272000,156.212000,75.226000,133.975000,74.622000,143.750000,63.240000,139.876000,59.342000,156.508000,64.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.397000,-2.962000,219.618000,7.377000,214.499000,11.001000,210.170000,8.259000,209.446000,12.131000,206.651000,4.968000,207.551000,4.480000,209.279000,3.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.149000,-34.246000,152.871000,-40.068000,166.133000,-36.551000,163.539000,-25.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.080000,44.136000,24.376000,38.515000,34.485000,44.012000,34.469000,52.444000,28.480000,47.188000,27.935000,49.857000,26.078000,45.998000,24.692000,45.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.033000,-5.654000,200.881000,-0.311000,196.966000,0.851000,195.166000,-3.037000,186.958000,-3.302000,191.246000,-6.773000,193.613000,-10.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.927000,33.200000,173.242000,26.045000,174.030000,23.789000,180.003000,28.731000,186.597000,34.224000,180.453000,33.053000,185.136000,35.411000,177.756000,35.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.694000,-26.974000,46.298000,-17.934000,49.571000,-28.288000,50.592000,-27.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.848000,-48.445000,164.039000,-49.979000,165.611000,-51.479000,174.026000,-53.572000,167.843000,-50.437000,176.803000,-46.716000,170.479000,-44.080000,168.380000,-46.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.447000,26.014000,142.228000,23.932000,148.105000,19.621000,155.005000,17.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.050000,-16.667000,295.780000,-12.788000,295.160000,-10.934000,292.509000,-11.121000,290.213000,-9.662000,284.796000,-8.593000,289.108000,-13.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.832000,-32.440000,299.677000,-33.747000,304.572000,-44.489000,315.481000,-36.504000,305.479000,-33.705000,309.496000,-29.165000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.668000,26.090000,182.948000,29.117000,177.009000,25.912000,170.688000,27.817000,172.974000,21.573000,172.587000,17.723000,182.112000,17.363000,183.289000,21.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.639000,-30.257000,313.807000,-26.675000,311.634000,-38.261000,317.434000,-36.089000,316.943000,-37.282000,320.160000,-39.259000,320.141000,-37.849000,326.817000,-38.256000,326.301000,-34.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.205000,28.182000,12.863000,20.495000,25.136000,15.882000,23.347000,19.055000,27.991000,19.756000,25.348000,22.305000,22.747000,22.638000,23.682000,27.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.707000,-1.142000,351.120000,5.746000,351.360000,14.933000,346.882000,14.143000,343.284000,7.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.870000,52.939000,335.292000,42.371000,338.073000,47.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.709000,-5.197000,330.997000,-7.325000,328.732000,-5.730000,329.605000,-9.328000,328.360000,-15.023000,328.786000,-18.427000,333.109000,-12.447000,337.155000,-11.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.264000,-26.479000,243.268000,-33.653000,249.152000,-24.773000,248.348000,-19.401000,247.323000,-21.636000,238.880000,-21.187000,237.363000,-24.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.223000,6.350000,31.381000,12.256000,25.970000,1.852000,25.510000,-0.304000,29.828000,1.923000,33.253000,-3.991000,34.845000,0.102000,36.095000,0.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.118000,-38.359000,293.891000,-34.175000,291.034000,-42.165000,293.744000,-44.321000,295.221000,-44.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.299000,-8.872000,184.335000,-9.287000,179.493000,-7.814000,188.997000,-16.444000,190.635000,-13.337000,191.787000,-9.104000,186.935000,-8.889000,186.271000,-8.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.701000,-39.198000,131.294000,-37.053000,122.944000,-39.790000,124.092000,-46.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.370000,28.518000,110.935000,31.469000,104.048000,28.073000,97.396000,33.449000,95.881000,30.361000,108.434000,20.484000,108.113000,21.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.858000,59.830000,271.976000,55.055000,269.682000,54.607000,278.562000,51.275000,289.217000,53.832000,287.063000,57.429000,284.433000,62.125000,282.877000,62.214000,284.718000,57.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.209000,36.283000,316.139000,42.216000,298.453000,30.550000,301.345000,30.724000,302.429000,29.763000,307.868000,28.351000,308.796000,34.145000,312.037000,34.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.789000,53.850000,180.768000,51.371000,179.804000,48.399000,181.672000,45.954000,187.952000,44.420000,189.856000,44.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.773000,-9.866000,74.243000,-10.977000,77.344000,-15.748000,72.243000,-4.243000,64.656000,-6.262000,66.829000,-11.759000,71.184000,-8.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.592000,-31.641000,214.505000,-29.082000,216.234000,-29.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.416000,19.361000,277.407000,18.754000,274.133000,24.023000,263.685000,22.525000,262.945000,21.602000,270.939000,22.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.870000,-33.878000,82.157000,-32.580000,81.484000,-34.208000,69.511000,-33.841000,79.719000,-35.818000,77.672000,-37.131000,82.107000,-36.514000,86.766000,-37.246000,86.687000,-36.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.683000,-34.506000,341.443000,-39.193000,344.952000,-38.743000,342.872000,-32.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.446000,-17.723000,354.065000,-18.058000,352.452000,-19.385000,352.790000,-19.946000,349.980000,-22.938000,2.034000,-17.942000,356.465000,-17.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.591000,72.905000,207.428000,67.022000,218.467000,77.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.929000,-8.279000,67.837000,-5.805000,69.700000,-7.207000,67.891000,0.170000,73.030000,4.166000,65.086000,1.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.906000,-11.754000,146.738000,-7.635000,151.150000,-11.336000,150.296000,-10.124000,147.749000,-6.188000,149.476000,1.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.905000,-0.205000,4.808000,1.677000,1.963000,7.858000,359.855000,4.989000,359.055000,9.169000,354.551000,5.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.480000,32.615000,351.348000,29.830000,0.714000,25.328000,5.601000,28.611000,0.002000,29.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.333000,-25.926000,35.728000,-25.806000,30.734000,-21.799000,31.839000,-21.239000,27.117000,-13.754000,27.271000,-20.636000,23.842000,-19.321000,28.004000,-21.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.824000,1.325000,344.010000,-1.707000,339.167000,-2.598000,336.994000,-3.389000,345.921000,-7.991000,350.563000,-6.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.902000,11.775000,0.409000,10.383000,2.678000,9.620000,4.176000,10.244000,359.666000,18.043000,0.282000,11.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.498000,31.270000,85.444000,22.557000,78.731000,26.165000,81.380000,17.595000,90.537000,20.233000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.440000,-61.800000,55.399000,-58.650000,38.621000,-59.627000,42.808000,-63.407000,44.804000,-68.092000,49.489000,-71.154000,55.985000,-72.109000,55.852000,-65.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.255000,3.906000,348.373000,2.679000,348.518000,9.992000,346.581000,8.921000,342.905000,4.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.597000,-0.003000,130.956000,0.559000,131.885000,1.208000,130.738000,2.153000,130.247000,10.822000,125.686000,-5.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.009000,-41.166000,140.841000,-36.838000,135.461000,-33.664000,136.444000,-39.128000,135.604000,-39.055000,133.793000,-40.480000,139.541000,-45.746000,142.581000,-49.357000,150.318000,-46.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.504000,21.887000,210.761000,22.713000,209.542000,18.612000,208.539000,20.010000,207.496000,21.605000,206.187000,24.347000,206.866000,11.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.579000,83.804000,50.136000,75.336000,72.078000,79.621000,160.156000,86.410000,236.948000,87.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.416000,-9.122000,165.865000,-0.345000,162.488000,0.776000,159.208000,4.035000,163.940000,-1.331000,164.197000,-1.536000,160.001000,-3.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.683000,-35.377000,128.557000,-39.197000,124.278000,-32.757000,128.024000,-27.657000,127.083000,-26.043000,123.921000,-29.084000,121.765000,-26.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.695000,-36.378000,17.044000,-33.088000,12.412000,-33.538000,10.830000,-34.523000,4.668000,-34.532000,9.969000,-35.475000,9.644000,-35.921000,15.169000,-38.601000,15.141000,-38.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.570000,-17.474000,33.709000,-7.734000,26.901000,-6.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.549000,7.690000,358.750000,2.637000,357.514000,8.265000,356.749000,6.027000,358.082000,2.569000,350.391000,0.228000,355.749000,-7.766000,358.316000,-4.164000,1.521000,-3.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.699000,-36.193000,209.413000,-43.340000,214.110000,-44.095000,222.120000,-44.361000,215.470000,-42.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.588000,-28.654000,215.593000,-33.825000,224.861000,-34.027000,231.773000,-34.145000,228.529000,-24.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.853000,25.403000,149.105000,11.533000,146.286000,23.455000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.516000,4.179000,1.738000,-1.833000,2.506000,1.376000,4.424000,14.929000,2.739000,13.508000,359.802000,9.880000,351.370000,6.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.207000,19.107000,168.794000,14.548000,168.788000,22.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.301000,1.070000,217.077000,-4.829000,229.598000,0.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.673000,19.456000,156.193000,21.324000,151.041000,18.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.067000,12.563000,171.797000,7.580000,170.853000,3.295000,179.738000,4.451000,180.999000,3.461000,186.855000,7.487000,184.133000,11.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.039000,-5.025000,327.862000,-7.653000,325.300000,-10.459000,327.940000,-10.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.614000,-53.182000,299.930000,-48.854000,308.369000,-46.948000,297.255000,-42.496000,297.040000,-39.694000,285.924000,-44.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.490000,-23.784000,353.626000,-19.313000,358.326000,-15.749000,3.577000,-13.133000,355.501000,-14.827000,356.050000,-11.269000,349.546000,-12.937000,348.645000,-12.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.074000,57.821000,95.249000,51.712000,102.792000,43.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.192000,10.720000,165.016000,7.514000,163.752000,5.931000,160.159000,4.195000,164.189000,5.485000,165.061000,0.165000,168.079000,4.602000,167.099000,8.761000,163.895000,12.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.581000,-65.819000,42.772000,-62.494000,34.164000,-65.969000,28.132000,-62.459000,20.240000,-68.824000,29.273000,-69.305000,34.406000,-71.322000,38.881000,-72.687000,42.282000,-68.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.974000,29.858000,38.979000,25.995000,41.960000,23.365000,40.017000,20.906000,42.367000,21.644000,38.921000,19.085000,45.427000,22.026000,46.308000,22.796000,54.368000,22.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.762000,-84.751000,274.244000,-78.938000,234.702000,-81.257000,205.305000,-75.731000,196.461000,-83.030000,194.436000,-83.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.349000,-12.247000,348.435000,-19.915000,353.429000,-16.129000,352.640000,-14.774000,352.872000,-8.725000,344.495000,-7.236000,343.469000,-8.619000,341.484000,-7.644000,346.876000,-12.245000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.684000,-40.186000,356.037000,-42.143000,348.212000,-46.083000,342.093000,-48.040000,347.393000,-49.903000,348.661000,-51.577000,355.526000,-51.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.097000,26.765000,268.907000,29.313000,268.356000,31.673000,272.686000,34.360000,261.517000,33.621000,262.710000,31.387000,262.847000,30.795000,257.208000,28.745000,259.489000,26.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.014000,-28.521000,217.778000,-28.426000,219.961000,-35.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.674000,8.118000,204.925000,13.166000,200.364000,15.854000,200.676000,16.904000,201.450000,20.711000,192.771000,22.861000,195.534000,8.623000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.851000,-3.629000,238.769000,-9.057000,241.296000,-13.103000,242.964000,-10.157000,245.835000,-10.573000,241.337000,-8.869000,243.658000,-7.056000,245.431000,-2.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.697000,1.296000,40.974000,-2.089000,41.067000,8.454000,38.855000,6.118000,27.722000,4.425000,27.889000,2.759000,29.204000,0.646000,35.842000,1.647000,37.398000,-4.644000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.238000,42.196000,48.704000,36.425000,55.263000,34.800000,63.680000,41.931000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.626000,-2.426000,171.784000,-2.592000,177.799000,2.106000,178.970000,1.996000,177.857000,4.740000,175.349000,4.824000,175.966000,6.929000,174.031000,4.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.423000,37.250000,226.459000,34.907000,227.917000,25.643000,235.359000,33.410000,235.837000,35.644000,237.394000,38.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.053000,-31.875000,69.615000,-36.194000,88.387000,-36.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.961000,-28.623000,87.427000,-27.184000,86.325000,-28.741000,81.447000,-28.209000,78.011000,-27.492000,81.304000,-32.610000,86.695000,-33.289000,88.894000,-32.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.242000,3.161000,3.342000,2.585000,357.792000,-2.593000,4.881000,-6.416000,7.593000,-6.783000,10.120000,-6.965000,6.289000,1.812000,12.077000,6.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.229000,23.847000,56.096000,22.115000,64.063000,23.386000,47.158000,34.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.498000,14.128000,315.616000,14.963000,308.699000,26.049000,305.738000,20.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.920000,54.508000,182.137000,51.037000,182.181000,45.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.972000,-0.473000,214.248000,-3.972000,220.073000,-5.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.610000,-79.842000,338.758000,-87.190000,5.556000,-80.164000,284.753000,-83.968000,213.903000,-85.399000,193.012000,-87.989000,140.630000,-83.401000,105.580000,-82.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.431000,-15.713000,37.425000,-17.455000,36.914000,-21.721000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.948000,55.760000,65.337000,47.239000,81.364000,55.998000,75.635000,59.443000,73.704000,64.798000,60.152000,59.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.316000,77.668000,174.241000,74.485000,177.896000,74.304000,168.756000,70.634000,179.284000,68.926000,180.392000,65.350000,224.255000,79.510000,192.933000,78.190000,186.834000,76.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.799000,8.240000,359.267000,8.956000,2.226000,-1.454000,2.531000,-4.717000,6.373000,-2.820000,11.517000,3.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.321000,-0.155000,172.287000,-8.016000,176.593000,-3.748000,178.862000,-0.973000,176.942000,-1.086000,176.273000,0.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.445000,58.288000,109.670000,45.476000,114.887000,53.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.901000,37.852000,19.344000,35.830000,22.963000,38.846000,31.003000,44.432000,28.258000,51.161000,29.568000,52.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.228000,-19.449000,77.804000,-13.512000,76.838000,-14.084000,75.406000,-17.431000,69.730000,-23.406000,72.733000,-22.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.398000,-2.304000,189.873000,3.105000,180.995000,4.535000,180.307000,5.928000,172.507000,2.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.450000,23.256000,294.898000,23.460000,288.228000,29.437000,287.122000,22.837000,291.252000,20.892000,292.458000,14.425000,294.549000,15.057000,299.296000,17.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.697000,23.270000,139.520000,20.809000,138.151000,24.394000,134.573000,24.997000,133.046000,23.457000,135.281000,12.801000,139.305000,18.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.179000,-41.426000,139.550000,-45.093000,140.904000,-47.246000,134.189000,-43.791000,140.443000,-48.675000,135.309000,-48.484000,153.327000,-54.540000,156.220000,-49.611000,147.958000,-48.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.121000,-40.593000,250.735000,-34.429000,239.911000,-34.490000,237.327000,-39.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.279000,36.563000,359.956000,35.297000,359.668000,36.383000,354.898000,41.762000,349.959000,41.402000,344.702000,40.174000,343.674000,40.000000,345.647000,33.195000,351.073000,35.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.447000,-19.661000,61.426000,-19.923000,60.586000,-25.738000,63.147000,-21.771000,60.962000,-15.615000,52.626000,-19.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.027000,7.994000,140.089000,8.981000,141.192000,6.828000,150.466000,-5.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.786000,58.255000,239.810000,60.083000,219.500000,67.710000,218.215000,62.359000,211.375000,58.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.405000,-2.615000,166.657000,-1.310000,168.251000,-5.404000,169.206000,-9.177000,172.030000,-9.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.258000,14.951000,254.512000,15.309000,254.313000,17.760000,250.924000,11.433000,252.460000,12.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.920000,-6.045000,359.398000,-8.644000,1.648000,-4.293000,8.867000,-0.316000,6.278000,4.866000,359.537000,-0.354000,359.258000,-0.421000,356.833000,3.251000,359.799000,-3.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.542000,-59.230000,324.281000,-59.715000,308.316000,-61.153000,322.515000,-64.208000,344.108000,-68.710000,335.878000,-64.701000,341.412000,-58.112000,327.770000,-59.977000,326.154000,-58.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.671000,10.880000,120.906000,2.265000,124.419000,0.274000,128.902000,8.636000,125.733000,8.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.519000,-37.678000,116.033000,-31.444000,111.464000,-29.152000,96.066000,-39.243000,103.947000,-37.716000,108.811000,-43.483000,111.567000,-37.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.655000,-5.575000,16.062000,-7.218000,23.658000,-3.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.708000,-17.439000,187.815000,-23.795000,185.541000,-23.024000,181.293000,-19.415000,185.263000,-26.230000,186.917000,-26.628000,186.190000,-30.020000,190.321000,-27.400000,190.624000,-25.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.224000,-52.535000,189.702000,-50.399000,173.033000,-50.381000,185.346000,-53.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.798000,4.892000,356.103000,0.122000,349.995000,3.593000,349.433000,-5.463000,1.486000,-3.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.965000,-21.666000,151.779000,-21.395000,145.162000,-24.910000,144.325000,-25.842000,153.473000,-30.454000,154.081000,-27.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.129000,8.346000,4.542000,10.938000,16.396000,5.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.400000,8.249000,126.805000,17.594000,127.501000,3.691000,131.297000,5.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.565000,36.055000,69.230000,37.663000,73.212000,39.584000,63.327000,41.237000,55.702000,43.352000,61.343000,40.976000,53.716000,41.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.121000,-23.518000,169.126000,-21.197000,169.301000,-24.514000,163.303000,-24.172000,163.440000,-27.047000,164.574000,-29.812000,177.453000,-21.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.205000,-21.179000,347.869000,-12.423000,345.669000,-16.605000,345.957000,-21.173000,337.163000,-23.535000,339.356000,-27.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.181000,1.531000,40.715000,-6.410000,42.318000,1.077000,47.260000,-1.652000,45.959000,5.345000,50.001000,7.009000,49.840000,7.857000,35.579000,9.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.475000,-1.164000,224.170000,6.931000,221.755000,10.416000,219.601000,7.374000,219.752000,8.194000,212.564000,11.319000,212.109000,11.151000,216.932000,5.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.625000,39.485000,38.936000,40.363000,42.515000,39.608000,47.870000,38.177000,46.389000,36.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.731000,-45.364000,127.670000,-47.720000,129.561000,-57.270000,144.646000,-55.213000,151.917000,-48.180000,143.035000,-48.027000,144.357000,-41.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.134000,17.215000,195.070000,5.717000,196.409000,6.299000,195.815000,5.572000,194.219000,2.217000,202.043000,1.507000,205.488000,6.056000,204.578000,8.717000,201.741000,9.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.042000,11.011000,25.296000,9.335000,36.083000,19.003000,35.589000,21.387000,36.963000,24.352000,30.597000,22.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.175000,-26.593000,270.320000,-25.417000,267.753000,-17.266000,267.951000,-17.044000,258.511000,-17.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.610000,0.093000,178.993000,0.710000,179.604000,0.509000,181.112000,-2.750000,182.089000,3.296000,179.604000,7.227000,175.643000,6.713000,174.060000,6.642000,176.855000,3.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.524000,47.211000,204.350000,47.927000,199.225000,48.487000,200.053000,45.719000,194.935000,43.418000,198.133000,37.531000,203.039000,41.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.593000,1.069000,242.670000,6.671000,236.459000,-3.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.261000,22.978000,8.930000,9.355000,4.780000,14.876000,10.065000,14.723000,358.845000,23.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.906000,-15.585000,281.499000,-11.091000,283.801000,-14.752000,281.069000,-22.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.135000,14.958000,211.325000,17.298000,209.528000,20.806000,208.100000,20.583000,207.821000,21.805000,203.905000,20.346000,205.641000,10.427000,207.665000,14.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.738000,-35.254000,192.396000,-39.345000,186.833000,-33.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.598000,59.063000,317.414000,60.470000,316.998000,63.205000,326.915000,59.870000,318.208000,67.655000,314.918000,72.574000,313.431000,65.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.322000,-10.268000,192.354000,-5.035000,190.451000,-3.951000,189.828000,-8.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.829000,-42.929000,304.815000,-44.557000,305.579000,-46.782000,306.751000,-46.318000,309.821000,-41.833000,303.618000,-40.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.189000,-6.055000,73.874000,-6.068000,66.574000,-8.874000,77.680000,-15.364000,78.638000,-10.329000,77.307000,-7.167000,82.630000,-2.676000,80.536000,-3.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.260000,-38.986000,236.417000,-36.173000,226.905000,-37.331000,224.440000,-37.798000,230.602000,-41.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.795000,71.608000,161.875000,78.305000,151.345000,75.689000,143.191000,73.844000,129.472000,75.652000,139.554000,68.041000,135.597000,65.076000,136.453000,63.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.906000,-48.902000,42.213000,-44.502000,44.491000,-43.016000,54.353000,-43.093000,46.975000,-41.586000,43.781000,-40.735000,40.967000,-40.956000,38.922000,-40.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.080000,-17.403000,271.227000,-21.283000,280.859000,-22.971000,281.982000,-16.555000,274.572000,-14.967000,274.062000,-15.307000,272.313000,-16.516000,266.545000,-10.064000,269.642000,-15.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.371000,-38.450000,215.250000,-41.128000,209.253000,-49.135000,215.252000,-52.155000,227.035000,-35.551000,223.441000,-36.508000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.321000,15.817000,288.337000,9.224000,299.979000,11.451000,287.870000,15.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.142000,-4.603000,280.196000,-1.917000,275.992000,-5.973000,278.166000,-11.684000,279.298000,-11.742000,283.633000,-12.127000,286.809000,-12.096000,285.746000,-9.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.342000,43.495000,354.727000,45.361000,350.811000,43.345000,354.988000,42.820000,356.964000,41.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.356000,-40.483000,171.417000,-47.752000,168.775000,-43.532000,170.469000,-43.391000,172.302000,-42.506000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.819000,8.964000,356.835000,9.750000,355.942000,10.316000,355.437000,12.883000,355.385000,17.128000,350.435000,16.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.346000,-5.844000,353.347000,-4.453000,355.266000,7.587000,354.587000,10.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.966000,24.077000,150.957000,23.709000,152.058000,26.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.810000,30.399000,296.151000,38.541000,288.783000,31.748000,288.443000,30.795000,284.413000,28.749000,288.134000,29.363000,283.748000,23.657000,287.211000,26.404000,291.424000,28.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.476000,-26.589000,176.740000,-29.799000,177.117000,-37.644000,178.932000,-36.871000,193.126000,-29.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.615000,-3.607000,187.522000,-10.746000,189.232000,-6.287000,189.187000,-5.721000,190.508000,-5.457000,191.335000,-3.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.416000,-3.639000,133.950000,1.843000,134.234000,-4.002000,132.870000,3.549000,132.628000,4.069000,133.018000,-6.544000,139.208000,-7.441000,139.498000,-6.758000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.452000,-16.613000,296.672000,-15.326000,289.740000,-14.192000,291.365000,-9.102000,289.931000,-5.394000,282.697000,-9.158000,280.863000,-19.220000,287.646000,-16.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.215000,13.528000,201.660000,16.689000,198.111000,21.723000,190.710000,20.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.240000,22.040000,172.813000,19.337000,172.467000,19.341000,177.897000,16.075000,176.033000,12.528000,183.045000,10.393000,184.889000,14.490000,189.431000,20.281000,188.066000,21.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.905000,-8.767000,45.859000,-0.717000,42.877000,-4.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.615000,33.301000,12.140000,30.353000,20.668000,30.471000,27.230000,31.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.253000,11.674000,299.432000,16.258000,298.645000,14.648000,292.016000,10.048000,290.861000,8.747000,293.332000,5.032000,295.957000,6.801000,295.870000,5.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.174000,-52.815000,211.426000,-58.291000,215.470000,-49.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.428000,11.513000,168.032000,16.450000,167.289000,8.217000,161.446000,4.882000,172.541000,7.484000,177.113000,6.149000,171.266000,10.398000,170.681000,10.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.319000,-1.239000,202.049000,-3.025000,202.470000,-0.705000,202.833000,2.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.012000,43.525000,198.070000,35.882000,204.685000,37.153000,202.674000,37.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.611000,-44.639000,344.080000,-42.446000,340.500000,-41.573000,333.204000,-45.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.858000,-16.565000,125.514000,-22.931000,122.728000,-22.112000,123.907000,-23.908000,117.647000,-25.659000,130.719000,-32.571000,132.141000,-32.571000,137.117000,-21.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.762000,-16.352000,298.558000,-15.589000,290.370000,-22.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.930000,25.496000,121.310000,20.899000,122.886000,23.169000,128.050000,20.987000,123.528000,31.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.237000,13.111000,189.438000,19.422000,192.266000,18.543000,196.587000,18.501000,197.852000,17.951000,193.994000,22.648000,188.934000,31.580000,181.236000,27.946000,187.065000,22.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.390000,-10.079000,1.692000,-6.194000,2.189000,-7.940000,351.477000,-3.450000,353.297000,-6.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.823000,-7.075000,148.158000,-7.395000,151.482000,-21.548000,154.740000,-16.865000,154.141000,-20.956000,160.316000,-19.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.183000,46.605000,88.510000,54.581000,87.120000,46.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.868000,41.228000,282.971000,39.366000,274.893000,40.262000,278.046000,26.263000,281.345000,28.984000,286.727000,33.075000,288.143000,33.545000,285.007000,34.148000,282.406000,33.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.792000,-66.052000,169.199000,-65.829000,167.637000,-72.267000,204.921000,-61.493000,201.203000,-61.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.229000,36.365000,149.564000,36.190000,149.064000,36.526000,142.654000,34.321000,145.166000,33.812000,142.379000,30.813000,143.423000,28.087000,147.685000,33.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.704000,2.253000,340.650000,0.649000,341.488000,5.023000,348.317000,4.984000,344.435000,11.202000,345.503000,14.461000,339.832000,11.507000,339.435000,10.642000,336.239000,8.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.497000,44.587000,168.149000,31.208000,176.458000,35.781000,181.919000,35.518000,173.643000,38.289000,176.656000,41.069000,171.374000,44.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.571000,48.523000,324.040000,41.330000,322.830000,36.848000,323.413000,33.447000,327.924000,34.328000,325.233000,37.830000,331.730000,33.908000,332.878000,34.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.288000,17.049000,155.266000,20.594000,155.344000,27.241000,153.900000,23.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.896000,5.375000,155.310000,7.656000,151.063000,6.890000,150.253000,5.313000,148.229000,1.964000,151.211000,1.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.273000,-18.308000,29.318000,-13.841000,29.376000,-9.986000,20.497000,-6.621000,19.085000,-10.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.914000,75.555000,179.984000,70.550000,195.563000,67.097000,198.541000,62.551000,201.925000,65.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.134000,28.537000,306.406000,27.399000,314.952000,22.036000,317.164000,21.178000,319.379000,22.447000,317.880000,23.637000,314.991000,25.574000,313.851000,26.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.003000,-27.008000,276.576000,-25.887000,281.335000,-28.762000,287.104000,-31.804000,290.405000,-21.248000,284.390000,-20.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.968000,48.761000,187.617000,52.674000,176.405000,63.007000,171.813000,60.036000,167.306000,57.346000,169.574000,55.666000,179.862000,54.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.610000,41.873000,144.533000,42.470000,143.388000,44.546000,144.233000,47.614000,148.163000,51.272000,144.608000,51.749000,140.545000,41.292000,143.465000,39.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.724000,-25.220000,85.320000,-23.211000,88.049000,-30.691000,93.833000,-35.122000,94.520000,-25.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.642000,-10.727000,337.450000,-8.592000,338.171000,-13.306000,340.284000,-15.773000,343.321000,-9.952000,335.075000,2.905000,336.847000,-2.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.441000,8.533000,156.688000,2.697000,162.695000,1.789000,158.888000,14.374000,151.105000,11.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.788000,39.443000,137.060000,36.475000,140.258000,34.200000,135.591000,31.475000,148.063000,26.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.457000,16.963000,4.724000,22.195000,2.179000,21.473000,0.826000,20.444000,0.747000,19.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.014000,47.778000,196.364000,51.983000,190.157000,48.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.721000,-4.750000,355.033000,-3.639000,357.112000,-7.226000,8.828000,1.432000,5.046000,-0.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.821000,-0.451000,356.977000,-6.785000,4.865000,1.204000,8.250000,1.832000,358.649000,2.888000,355.949000,3.697000,356.594000,1.379000,353.455000,1.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.538000,11.798000,178.527000,19.148000,169.177000,24.559000,166.387000,20.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.911000,18.537000,297.927000,19.655000,286.313000,15.134000,288.470000,14.448000,287.452000,14.036000,291.109000,12.903000,291.577000,12.833000,295.946000,9.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.636000,-3.444000,142.119000,-18.355000,148.081000,-13.336000,150.096000,-13.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.850000,-49.452000,61.828000,-50.651000,66.621000,-48.874000,52.351000,-45.611000,45.397000,-45.124000,48.752000,-51.901000,53.883000,-53.494000,59.119000,-53.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.939000,20.963000,147.150000,10.874000,150.416000,6.956000,152.876000,14.410000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.525000,80.414000,329.460000,75.232000,354.075000,64.507000,355.160000,69.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.797000,28.660000,214.583000,26.732000,226.274000,19.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.332000,-16.546000,205.014000,-16.057000,202.496000,-13.933000,202.700000,-23.731000,203.833000,-21.874000,203.422000,-17.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.094000,-11.933000,244.478000,-5.042000,240.483000,-8.314000,237.455000,-5.883000,239.258000,-15.947000,243.652000,-19.844000,243.181000,-18.288000,242.811000,-14.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.913000,19.480000,129.189000,21.107000,129.262000,19.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.093000,-8.619000,199.730000,-1.325000,194.082000,-6.746000,197.719000,-9.168000,195.952000,-14.598000,202.567000,-15.526000,203.557000,-11.245000,204.562000,-9.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.426000,-6.002000,123.330000,-2.893000,112.656000,-2.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.560000,9.919000,263.002000,16.871000,261.738000,22.099000,259.119000,14.164000,255.171000,10.910000,254.623000,10.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.798000,19.248000,225.927000,18.445000,231.533000,11.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.362000,-13.440000,348.028000,-2.481000,340.880000,-12.051000,344.970000,-13.071000,344.823000,-16.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.295000,5.242000,201.516000,6.950000,196.239000,11.082000,188.915000,16.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.236000,41.951000,154.186000,38.664000,160.114000,36.441000,157.282000,33.003000,158.967000,33.678000,168.945000,36.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.385000,12.759000,173.978000,8.175000,169.848000,5.515000,174.973000,2.322000,174.467000,3.288000,180.276000,5.386000,180.502000,7.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.708000,11.849000,340.790000,19.562000,338.781000,19.209000,334.473000,14.035000,333.719000,7.992000,338.922000,13.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.388000,-13.426000,78.875000,-22.191000,77.559000,-27.876000,91.127000,-22.217000,91.618000,-16.917000,86.450000,-18.633000,87.771000,-15.917000,87.251000,-16.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.735000,-8.997000,165.198000,0.468000,156.287000,1.037000,157.257000,-2.924000,151.746000,-6.403000,159.089000,-9.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.121000,-48.178000,284.490000,-44.800000,275.895000,-43.224000,271.608000,-40.856000,268.987000,-37.964000,270.692000,-44.073000,268.038000,-50.059000,274.978000,-47.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.870000,71.239000,355.382000,67.641000,9.697000,67.903000,12.122000,69.569000,20.707000,70.983000,11.086000,73.493000,8.120000,76.769000,354.013000,80.006000,357.412000,77.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.058000,-37.240000,358.569000,-45.671000,1.770000,-47.759000,2.088000,-46.269000,14.031000,-43.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.562000,0.656000,33.045000,-0.808000,27.534000,-5.365000,32.687000,-3.580000,41.460000,-1.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.156000,-4.551000,346.772000,-5.868000,353.922000,-12.508000,354.274000,-8.265000,0.038000,-12.438000,357.528000,-9.203000,0.134000,-7.907000,356.561000,-5.134000,347.104000,-1.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.680000,2.571000,75.411000,2.724000,71.019000,5.109000,68.164000,7.439000,69.362000,-3.005000,72.497000,-4.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.027000,-54.945000,64.604000,-52.593000,57.637000,-54.590000,47.677000,-58.589000,57.125000,-65.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.568000,-11.198000,357.134000,-4.951000,353.016000,-2.273000,353.933000,-4.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.115000,24.397000,240.144000,25.143000,239.951000,28.066000,238.564000,29.606000,238.502000,41.284000,230.236000,33.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.427000,-47.854000,173.378000,-47.142000,177.848000,-46.842000,182.713000,-44.640000,183.110000,-39.162000,173.124000,-39.764000,172.067000,-37.595000,171.911000,-44.115000,160.388000,-41.896000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.404000,-32.782000,179.969000,-27.692000,186.385000,-40.198000,191.577000,-41.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.063000,4.441000,172.416000,4.297000,163.557000,3.867000,168.457000,-0.554000,167.358000,-4.569000,171.477000,-2.196000,173.290000,0.959000,173.394000,-0.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.625000,-21.344000,186.975000,-16.178000,177.208000,-21.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.161000,-10.270000,184.764000,-8.664000,182.669000,-9.390000,182.246000,-4.191000,179.937000,-10.537000,175.375000,-13.327000,176.087000,-14.035000,181.751000,-15.548000,182.154000,-16.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.221000,-7.438000,339.711000,-7.119000,341.987000,-12.494000,350.338000,-9.374000,356.352000,-6.695000,348.441000,-7.831000,348.048000,-4.132000,346.181000,-1.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.221000,-58.387000,331.295000,-57.610000,332.047000,-58.878000,330.587000,-59.347000,318.838000,-58.480000,334.778000,-70.388000,337.290000,-63.142000,341.151000,-70.069000,344.525000,-59.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.591000,22.928000,357.490000,6.013000,1.574000,9.451000,2.370000,14.649000,358.449000,21.401000,355.438000,20.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.583000,-74.470000,59.675000,-70.764000,62.803000,-66.666000,54.731000,-64.786000,51.690000,-64.889000,40.464000,-67.485000,31.874000,-66.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.830000,5.705000,8.268000,0.819000,7.770000,2.030000,4.284000,2.926000,4.576000,1.583000,6.373000,-0.115000,9.304000,-9.020000,11.021000,-5.911000,14.531000,5.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.312000,6.600000,213.661000,2.445000,217.121000,2.020000,218.133000,-0.367000,217.189000,8.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.984000,-10.454000,12.991000,-9.023000,13.457000,-8.493000,10.295000,-4.941000,6.982000,-3.982000,7.296000,-5.835000,5.892000,-9.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.311000,-40.799000,195.090000,-43.084000,194.023000,-49.741000,196.466000,-50.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.136000,21.727000,155.464000,17.576000,158.967000,12.796000,159.600000,13.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.724000,79.024000,61.512000,77.200000,63.452000,76.338000,49.403000,73.625000,75.131000,72.247000,81.350000,67.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.780000,-1.322000,166.501000,-3.588000,164.815000,1.568000,157.320000,-1.151000,165.524000,-9.043000,166.124000,-6.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.868000,53.684000,4.684000,45.659000,4.860000,47.003000,6.262000,50.121000,7.384000,51.874000,7.944000,54.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.221000,-2.016000,22.512000,-4.413000,29.321000,-12.122000,32.007000,-5.693000,37.747000,-7.012000,34.947000,-3.795000,35.425000,-1.320000,32.808000,0.306000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.162000,25.385000,309.770000,19.059000,306.583000,19.192000,308.845000,18.262000,305.262000,11.808000,306.722000,13.552000,311.039000,10.387000,312.396000,12.857000,317.621000,13.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.344000,49.516000,320.208000,60.496000,313.167000,61.358000,312.872000,59.130000,310.940000,57.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.863000,40.219000,195.060000,34.277000,190.733000,43.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.522000,24.928000,164.471000,22.103000,171.687000,25.579000,168.719000,27.385000,173.639000,26.942000,169.580000,29.240000,169.750000,32.015000,160.768000,24.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.565000,31.677000,235.094000,39.479000,232.658000,39.090000,234.313000,34.392000,243.660000,30.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.520000,-26.198000,48.699000,-23.831000,44.925000,-14.974000,35.438000,-27.198000,39.458000,-24.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.273000,49.415000,0.614000,47.013000,357.995000,48.884000,355.009000,51.019000,347.591000,48.785000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.612000,-5.672000,232.334000,-4.404000,236.898000,-11.825000,239.451000,-5.528000,240.882000,1.933000,234.918000,0.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.943000,13.834000,170.672000,10.192000,174.584000,9.705000,170.469000,7.495000,170.749000,7.032000,175.563000,8.797000,182.503000,8.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.364000,-21.392000,69.335000,-20.883000,65.510000,-15.614000,62.158000,-21.586000,61.756000,-20.091000,56.409000,-25.082000,57.713000,-28.489000,60.644000,-25.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.483000,15.577000,185.159000,22.706000,180.003000,18.624000,175.133000,17.712000,180.933000,17.242000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.602000,44.500000,173.633000,48.343000,174.713000,40.822000,176.081000,48.716000,185.438000,46.910000,180.582000,50.245000,188.326000,50.444000,184.170000,51.875000,173.516000,53.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.081000,43.411000,141.138000,47.815000,145.878000,36.945000,148.252000,33.093000,149.458000,38.924000,154.057000,39.376000,152.635000,40.337000,152.285000,42.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.797000,-6.476000,142.294000,-8.368000,139.852000,-12.202000,140.583000,-11.627000,142.195000,-17.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.028000,-85.789000,139.546000,-83.008000,41.714000,-86.445000,28.564000,-87.771000,14.058000,-83.547000,356.463000,-83.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.578000,-54.810000,345.078000,-55.660000,324.983000,-56.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.183000,28.589000,173.718000,30.988000,166.091000,38.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.269000,41.636000,101.094000,36.197000,106.293000,35.183000,112.362000,37.080000,114.156000,36.770000,115.880000,36.098000,118.402000,37.948000,122.122000,40.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.496000,23.279000,168.163000,30.807000,166.494000,23.499000,163.294000,15.945000,176.227000,20.652000,176.532000,25.552000,171.807000,23.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.917000,-3.916000,6.132000,0.884000,359.977000,10.614000,358.419000,4.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.423000,2.960000,335.738000,5.926000,331.628000,3.304000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.298000,7.835000,186.559000,10.552000,188.792000,9.447000,184.793000,12.526000,187.438000,16.805000,181.419000,15.960000,176.772000,19.623000,180.417000,15.723000,175.844000,13.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.198000,30.146000,287.090000,26.576000,300.114000,28.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.389000,13.519000,353.844000,-1.862000,357.779000,5.310000,3.527000,6.516000,353.434000,10.210000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.518000,-30.391000,136.065000,-25.112000,135.147000,-24.461000,134.798000,-23.927000,132.814000,-20.450000,129.368000,-17.188000,129.788000,-20.936000,127.712000,-20.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.024000,27.262000,58.272000,28.553000,52.867000,18.892000,54.706000,15.044000,61.108000,17.735000,64.407000,17.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.180000,36.456000,108.292000,31.827000,107.394000,31.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.961000,3.926000,358.146000,3.370000,354.562000,2.680000,353.640000,2.106000,352.270000,-4.626000,355.930000,-3.939000,357.161000,-2.488000,357.202000,-3.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.152000,-16.451000,28.393000,-10.849000,30.145000,-9.606000,33.946000,-6.013000,26.829000,-2.009000,26.306000,-3.642000,24.279000,-2.276000,23.648000,-1.920000,23.538000,-3.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.255000,-3.479000,170.877000,-1.097000,170.458000,0.302000,174.557000,0.315000,173.065000,1.814000,174.670000,3.722000,162.366000,4.161000,167.998000,-1.009000,167.135000,-8.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.842000,-28.026000,163.979000,-19.704000,161.165000,-32.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.599000,-8.397000,348.899000,-11.233000,350.240000,-2.968000,339.782000,-3.863000,346.824000,-6.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.174000,56.487000,109.366000,57.852000,112.722000,60.406000,123.104000,59.140000,129.065000,67.644000,116.986000,68.943000,94.276000,66.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.318000,38.526000,274.182000,47.914000,271.863000,42.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.253000,16.756000,68.176000,18.802000,67.753000,17.798000,63.456000,14.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.691000,-67.644000,206.639000,-67.765000,197.071000,-69.658000,190.867000,-72.446000,196.672000,-73.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.887000,14.979000,215.114000,13.207000,219.373000,17.998000,213.793000,22.547000,214.979000,18.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.037000,-9.188000,153.580000,-8.526000,150.162000,-12.808000,145.593000,-12.008000,153.594000,-15.435000,156.497000,-17.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.724000,38.786000,355.169000,39.915000,354.070000,30.407000,359.174000,28.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.833000,-7.496000,10.905000,-4.301000,17.535000,-7.997000,10.309000,3.378000,8.177000,0.769000,9.583000,-2.247000,8.571000,-0.555000,9.475000,-4.957000,9.827000,-7.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.959000,-27.832000,296.612000,-31.246000,307.407000,-36.055000,309.901000,-35.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.153000,-44.565000,289.497000,-42.944000,283.201000,-42.371000,280.717000,-41.845000,276.758000,-44.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.447000,19.051000,223.615000,20.856000,221.145000,18.286000,224.795000,17.245000,226.786000,13.934000,231.526000,12.251000,235.204000,22.222000,231.452000,19.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.981000,-10.323000,193.981000,-9.702000,194.863000,-6.327000,193.925000,-4.772000,195.195000,-1.731000,192.302000,-6.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.126000,-22.869000,189.800000,-15.667000,184.309000,-15.882000,183.894000,-15.156000,182.178000,-18.892000,178.562000,-22.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.397000,-11.023000,352.567000,-3.747000,354.501000,-16.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.032000,5.783000,10.704000,0.769000,21.660000,8.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.860000,-62.396000,219.426000,-61.679000,217.337000,-61.641000,224.080000,-65.262000,230.894000,-66.060000,235.162000,-58.488000,230.202000,-61.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.502000,6.301000,157.985000,5.681000,153.983000,0.796000,159.593000,-3.796000,161.674000,-5.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.375000,44.842000,346.361000,48.777000,331.342000,52.390000,326.235000,48.238000,338.269000,36.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.366000,5.475000,199.519000,0.313000,198.264000,1.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.399000,-6.373000,359.640000,-4.138000,2.504000,-3.235000,2.897000,-2.993000,8.749000,-2.620000,9.002000,0.223000,5.549000,1.907000,4.031000,3.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.330000,-3.570000,356.411000,-1.966000,354.658000,-2.209000,352.438000,-12.993000,356.445000,-14.106000,0.291000,-15.637000,5.562000,-9.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.823000,-6.484000,267.348000,-9.787000,267.388000,-9.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.270000,-31.468000,45.562000,-35.766000,55.106000,-32.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.521000,58.228000,9.433000,60.604000,1.720000,62.651000,355.742000,66.460000,353.727000,61.042000,342.900000,59.649000,345.324000,58.498000,355.836000,54.162000,354.754000,51.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.285000,24.183000,112.184000,31.127000,112.689000,31.391000,102.354000,23.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.779000,-10.964000,270.657000,-6.037000,266.446000,-5.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.406000,7.145000,52.583000,17.058000,44.860000,22.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.252000,-12.032000,334.328000,-13.553000,337.006000,-3.993000,333.021000,-5.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.932000,48.710000,290.407000,52.228000,279.806000,53.281000,274.397000,51.992000,274.540000,45.659000,277.288000,48.578000,282.532000,43.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.620000,-8.717000,338.446000,-3.439000,344.575000,-19.195000,342.754000,-12.135000,342.020000,-11.843000,345.817000,-8.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.726000,-15.537000,167.379000,-19.848000,171.286000,-14.757000,167.405000,-6.922000,162.110000,-6.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.269000,12.733000,325.522000,22.697000,325.432000,15.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.768000,61.289000,329.449000,51.489000,338.143000,57.266000,340.952000,49.206000,342.999000,55.508000,345.870000,58.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.927000,-21.768000,167.969000,-16.094000,163.637000,-17.644000,162.060000,-20.239000,170.811000,-25.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.944000,-11.797000,111.862000,-10.612000,110.219000,-11.153000,108.923000,-16.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.694000,-1.593000,171.332000,1.986000,168.438000,5.785000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.483000,1.578000,180.291000,5.704000,174.921000,-0.072000,171.298000,0.390000,175.888000,-3.830000,176.907000,-4.251000,182.612000,-8.347000,179.998000,-3.493000,187.614000,0.273000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.728000,31.039000,87.965000,32.468000,97.735000,23.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.166000,55.677000,57.987000,56.598000,70.917000,66.890000,64.471000,67.786000,56.451000,60.374000,43.607000,61.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.938000,-0.878000,20.117000,-0.880000,12.849000,3.768000,8.156000,2.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.558000,24.480000,236.987000,21.367000,232.473000,25.887000,230.478000,22.821000,227.608000,21.734000,229.120000,14.167000,237.612000,16.762000,238.455000,13.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.395000,33.241000,157.417000,33.632000,156.756000,35.608000,153.956000,37.013000,153.110000,43.557000,152.110000,39.157000,151.853000,38.659000,144.063000,34.620000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.072000,-21.346000,61.929000,-18.688000,61.242000,-10.453000,52.278000,-22.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.363000,45.869000,302.694000,48.787000,304.723000,41.356000,312.453000,41.665000,308.892000,47.746000,313.141000,46.647000,317.428000,45.444000,302.074000,58.508000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.674000,54.989000,158.336000,52.871000,156.896000,45.665000,176.061000,41.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.402000,-74.855000,132.020000,-75.773000,103.177000,-85.264000,123.293000,-83.091000,135.302000,-81.803000,140.091000,-83.483000,171.620000,-80.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.441000,4.722000,179.801000,-1.049000,172.161000,-2.280000,179.526000,-3.388000,183.500000,-2.958000,186.281000,5.994000,182.404000,3.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.446000,21.427000,187.364000,31.605000,190.304000,21.040000,196.136000,19.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.534000,22.755000,335.549000,28.827000,326.568000,19.396000,332.895000,20.947000,334.778000,20.134000,335.091000,23.268000,336.252000,21.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.621000,12.882000,56.134000,8.647000,48.385000,20.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.018000,-55.064000,286.975000,-51.857000,286.258000,-52.152000,281.325000,-49.734000,280.944000,-52.433000,273.603000,-60.776000,283.567000,-57.669000,293.244000,-58.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.559000,82.350000,316.558000,76.819000,349.240000,82.117000,48.997000,80.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.638000,-12.662000,189.962000,-7.633000,187.116000,-4.290000,180.749000,2.390000,181.562000,-3.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.941000,-52.149000,126.241000,-52.138000,121.192000,-46.101000,113.187000,-59.564000,129.420000,-57.071000,135.461000,-54.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.299000,10.705000,264.870000,12.101000,258.749000,15.323000,257.587000,5.848000,262.895000,8.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.586000,-1.033000,183.790000,2.002000,192.482000,4.665000,187.814000,7.231000,181.189000,14.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.642000,37.290000,301.916000,36.808000,300.994000,38.538000,304.339000,44.447000,296.204000,40.033000,295.124000,38.555000,293.525000,36.913000,294.495000,34.718000,296.973000,32.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.480000,-24.381000,263.621000,-25.992000,254.745000,-34.532000,260.748000,-35.741000,259.117000,-40.046000,264.696000,-33.971000,265.039000,-33.751000,269.944000,-34.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.939000,41.206000,16.524000,36.409000,15.364000,39.653000,21.495000,46.254000,16.710000,48.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.778000,-7.381000,37.660000,-10.293000,37.084000,-9.351000,29.265000,-17.358000,39.690000,-21.236000,40.192000,-11.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.412000,-32.314000,16.094000,-22.955000,14.510000,-25.032000,13.793000,-24.487000,12.319000,-20.712000,12.917000,-26.012000,12.043000,-23.999000,4.559000,-24.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.486000,47.332000,15.251000,52.717000,18.281000,45.519000,18.022000,44.877000,9.374000,39.608000,15.978000,41.345000,25.393000,42.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.308000,8.356000,86.354000,3.878000,87.101000,3.109000,84.597000,8.015000,84.371000,14.871000,82.347000,15.357000,82.129000,11.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.492000,47.131000,250.815000,43.595000,242.085000,41.695000,243.836000,39.547000,253.105000,38.908000,259.544000,34.178000,258.433000,42.097000,264.278000,43.835000,259.303000,44.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.672000,-1.472000,6.107000,-4.286000,5.550000,-9.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.556000,-36.223000,12.968000,-40.476000,14.137000,-37.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.347000,-23.001000,121.360000,-18.051000,113.049000,-15.418000,114.863000,-9.831000,106.207000,-17.823000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.861000,4.757000,9.049000,6.013000,7.778000,7.168000,5.735000,11.676000,5.668000,8.264000,5.623000,8.247000,4.863000,9.498000,4.967000,3.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.755000,-70.749000,145.416000,-70.083000,148.051000,-79.654000,180.405000,-79.002000,197.934000,-77.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.608000,45.155000,106.679000,42.931000,112.931000,46.095000,116.275000,44.348000,120.606000,49.320000,116.388000,49.407000,111.628000,49.106000,117.720000,55.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.810000,43.171000,284.539000,42.641000,279.928000,34.646000,292.106000,43.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.113000,8.722000,357.277000,4.683000,1.610000,-5.249000,4.145000,-3.704000,2.170000,-0.569000,6.287000,-1.419000,2.681000,2.874000,3.129000,3.645000,2.515000,6.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.349000,-38.827000,42.475000,-35.927000,44.199000,-31.991000,32.928000,-33.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.249000,5.334000,163.462000,8.382000,156.926000,12.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.870000,-7.243000,185.327000,-7.827000,182.247000,-2.894000,183.721000,-1.353000,183.429000,7.047000,179.411000,5.065000,178.378000,1.690000,178.730000,-1.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.038000,-39.358000,203.674000,-36.612000,201.225000,-34.532000,197.266000,-29.712000,194.984000,-29.417000,202.425000,-43.354000,201.984000,-39.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.119000,-4.611000,187.651000,-9.128000,191.226000,-2.784000,172.632000,-0.533000,180.235000,-2.703000,176.407000,-3.060000,173.028000,-6.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.946000,-11.106000,64.243000,-12.028000,61.193000,-10.533000,59.904000,-11.803000,59.134000,-12.418000,58.427000,-12.631000,61.887000,-15.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.742000,33.804000,181.788000,37.887000,185.617000,43.655000,181.378000,44.635000,180.935000,44.503000,177.988000,49.654000,171.670000,42.222000,175.493000,37.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.855000,52.847000,237.375000,53.917000,221.321000,49.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.700000,-27.117000,8.970000,-21.666000,11.928000,-26.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.813000,15.384000,10.178000,13.348000,8.610000,19.569000,9.866000,24.095000,7.430000,26.253000,5.104000,20.977000,3.613000,23.232000,359.293000,26.693000,0.737000,15.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.373000,-17.286000,331.934000,-13.712000,330.514000,-5.694000,329.717000,-4.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.758000,-48.732000,121.292000,-55.649000,137.942000,-54.345000,146.813000,-53.059000,135.860000,-45.213000,135.395000,-45.969000,135.785000,-52.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.313000,44.580000,129.929000,42.190000,129.160000,37.218000,131.794000,36.260000,134.585000,31.341000,142.921000,32.567000,138.996000,41.100000,147.976000,46.478000,142.301000,49.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.910000,-0.627000,98.166000,-8.966000,96.855000,-1.176000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.311000,-14.782000,156.815000,-9.795000,154.528000,-10.593000,150.932000,-10.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.494000,41.243000,34.286000,43.392000,36.086000,45.948000,46.964000,50.915000,36.668000,53.070000,35.886000,48.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.417000,-33.101000,237.889000,-31.824000,237.488000,-30.896000,236.387000,-30.757000,238.905000,-25.299000,228.843000,-26.021000,229.252000,-29.745000,231.828000,-32.594000,230.272000,-31.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.190000,3.335000,122.782000,3.363000,123.159000,6.734000,120.278000,10.196000,116.778000,5.346000,113.824000,1.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.373000,28.104000,192.966000,20.979000,197.719000,23.157000,204.157000,34.603000,200.146000,35.350000,194.085000,31.307000,197.221000,28.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.002000,61.168000,118.798000,67.215000,120.821000,62.624000,116.417000,61.146000,126.823000,50.038000,128.423000,56.400000,144.337000,62.770000,129.757000,60.384000,136.716000,63.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.800000,-89.012000,338.829000,-85.427000,358.934000,-81.730000,336.756000,-73.648000,308.200000,-77.339000,305.114000,-73.659000,304.687000,-77.322000,254.656000,-84.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.179000,-56.321000,350.552000,-60.320000,349.616000,-63.294000,359.553000,-68.254000,7.590000,-61.938000,5.082000,-57.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.633000,-24.766000,19.294000,-25.895000,21.533000,-24.864000,21.004000,-16.471000,14.914000,-16.333000,14.354000,-16.570000,8.852000,-17.840000,7.824000,-21.211000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.237000,-1.615000,180.296000,0.882000,178.767000,7.816000,172.545000,-5.014000,177.088000,-2.300000,177.903000,-2.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.118000,-24.183000,255.271000,-23.495000,252.689000,-16.997000,241.223000,-14.063000,245.968000,-19.597000,242.788000,-28.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.225000,39.935000,297.127000,38.019000,304.010000,42.798000,292.959000,46.988000,289.172000,43.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.809000,9.955000,196.862000,9.937000,199.360000,11.793000,201.654000,6.654000,200.437000,11.163000,207.798000,10.353000,200.990000,13.846000,203.643000,21.059000,199.942000,16.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.013000,85.161000,225.135000,87.504000,108.411000,88.124000,69.902000,84.707000,110.072000,78.702000,143.832000,82.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.001000,-24.565000,327.054000,-24.208000,329.358000,-32.715000,335.151000,-26.315000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.734000,-11.546000,276.032000,-13.190000,285.125000,-17.966000,288.989000,-15.592000,280.486000,-12.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.151000,23.337000,182.273000,19.876000,186.930000,20.015000,188.514000,20.045000,188.838000,14.672000,190.220000,15.368000,192.003000,29.181000,187.736000,24.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.059000,7.059000,346.359000,4.784000,347.449000,4.152000,345.237000,-2.112000,350.644000,2.252000,353.482000,8.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.397000,1.334000,127.444000,-3.133000,135.404000,-7.412000,135.525000,2.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.731000,40.814000,293.635000,41.694000,301.896000,38.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.267000,88.069000,131.361000,85.015000,195.761000,85.220000,204.290000,83.874000,273.060000,85.748000,306.927000,80.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.081000,-19.486000,15.659000,-29.213000,22.021000,-21.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.569000,1.799000,174.442000,-4.571000,180.701000,-2.393000,180.977000,-2.477000,183.508000,-1.012000,185.201000,7.863000,182.456000,2.845000,182.603000,8.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.211000,71.877000,146.202000,71.970000,164.632000,68.953000,149.144000,72.470000,138.113000,72.457000,118.498000,69.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.708000,-22.911000,172.643000,-21.367000,174.397000,-9.994000,170.717000,-9.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.570000,-8.743000,339.454000,-15.035000,338.563000,-11.797000,333.264000,-9.307000,340.189000,-18.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.425000,5.131000,358.118000,5.617000,358.458000,6.632000,349.723000,1.044000,355.299000,-0.129000,359.588000,0.983000,359.851000,1.748000,2.209000,2.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.626000,-66.120000,85.625000,-61.156000,81.809000,-66.371000,74.973000,-58.962000,71.678000,-65.522000,76.725000,-75.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.973000,-15.193000,207.805000,-16.043000,209.966000,-18.332000,214.340000,-12.450000,210.964000,-10.277000,209.249000,-14.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.321000,2.034000,1.965000,-10.338000,9.592000,-7.456000,10.588000,-9.054000,10.573000,-8.428000,10.070000,-6.145000,13.259000,-3.297000,11.184000,-0.689000,15.000000,2.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.794000,-0.776000,174.736000,-2.175000,175.353000,-5.927000,185.346000,7.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.195000,28.579000,98.807000,26.652000,101.861000,26.324000,107.737000,27.301000,102.696000,22.308000,107.895000,20.797000,111.391000,22.775000,110.093000,27.827000,107.694000,32.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.644000,23.568000,256.223000,28.270000,250.223000,25.163000,252.631000,18.790000,259.418000,18.430000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.499000,46.970000,164.094000,43.636000,162.422000,41.987000,169.963000,40.063000,170.580000,34.929000,176.369000,33.607000,179.269000,40.068000,182.445000,42.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.517000,32.409000,20.487000,34.054000,17.465000,32.370000,12.210000,31.316000,12.564000,30.557000,11.674000,27.143000,17.101000,28.717000,17.544000,29.413000,19.671000,28.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.660000,-22.555000,193.858000,-16.835000,194.168000,-15.699000,192.775000,-14.463000,194.029000,-11.804000,192.044000,-11.011000,187.959000,-14.828000,187.632000,-22.313000,190.396000,-20.346000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.615000,28.165000,179.203000,30.533000,179.298000,30.957000,174.296000,23.646000,179.722000,21.729000,182.326000,18.474000,180.839000,25.228000,183.526000,25.307000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.322000,10.109000,358.244000,20.246000,355.091000,20.602000,349.993000,20.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.055000,-27.130000,335.621000,-30.450000,336.625000,-33.498000,342.381000,-33.692000,329.892000,-20.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.648000,35.412000,233.190000,32.950000,234.504000,35.109000,237.414000,39.763000,226.926000,42.521000,223.943000,38.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.252000,-7.115000,347.123000,-4.608000,344.588000,-4.535000,344.252000,-3.604000,343.882000,-6.782000,342.637000,-8.634000,339.343000,-14.625000,343.479000,-16.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.241000,20.789000,155.646000,19.166000,156.392000,26.726000,157.100000,25.496000,162.458000,21.962000,158.578000,28.300000,158.468000,31.639000,155.443000,29.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.475000,13.289000,52.010000,10.661000,49.108000,11.010000,46.528000,4.499000,53.559000,9.110000,55.080000,7.727000,59.443000,10.903000,58.224000,17.025000,52.683000,17.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.293000,60.864000,184.703000,59.616000,184.381000,64.756000,191.872000,63.839000,175.888000,66.021000,161.779000,65.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.868000,-30.259000,66.595000,-28.768000,66.248000,-24.939000,64.171000,-22.502000,60.861000,-18.040000,59.018000,-19.319000,53.592000,-18.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.660000,12.714000,58.610000,11.555000,58.686000,10.551000,55.768000,18.477000,59.044000,-0.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.601000,57.456000,91.937000,56.944000,95.421000,56.659000,86.175000,53.292000,88.296000,49.531000,94.308000,54.343000,111.636000,53.680000,104.586000,59.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.261000,-16.099000,154.321000,-22.370000,155.078000,-27.676000,162.840000,-21.729000,161.844000,-14.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.514000,8.240000,187.110000,2.929000,183.898000,6.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.415000,-15.388000,303.176000,-13.450000,300.169000,-18.836000,294.927000,-18.185000,298.210000,-21.646000,298.481000,-22.867000,300.100000,-26.888000,305.148000,-31.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.376000,14.580000,176.279000,17.310000,172.213000,26.985000,171.456000,25.489000,164.348000,17.532000,168.922000,14.113000,172.127000,10.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.916000,-57.720000,248.714000,-64.738000,254.649000,-61.148000,252.402000,-57.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.074000,28.246000,352.840000,35.380000,350.387000,28.674000,343.020000,24.672000,351.441000,28.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.618000,31.516000,34.767000,33.665000,39.858000,29.641000,48.765000,26.532000,47.564000,29.815000,51.967000,29.281000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.214000,63.665000,29.449000,49.836000,36.343000,54.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.661000,13.058000,228.702000,9.573000,228.790000,5.623000,235.465000,8.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.636000,23.121000,181.036000,16.261000,185.589000,10.500000,183.101000,17.512000,188.139000,13.485000,184.552000,18.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.562000,11.667000,151.841000,19.078000,151.741000,8.190000,156.912000,3.286000,155.265000,8.045000,156.157000,10.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.492000,8.310000,203.408000,9.970000,202.314000,12.808000,199.845000,23.415000,199.801000,14.482000,196.893000,12.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.808000,37.660000,76.997000,37.367000,73.200000,40.227000,70.283000,42.424000,81.750000,31.993000,81.814000,34.075000,86.817000,34.979000,80.972000,34.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.582000,-8.735000,263.531000,-4.281000,254.635000,-0.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.361000,7.315000,232.282000,15.972000,229.024000,18.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.600000,-42.345000,281.985000,-39.067000,280.421000,-38.948000,283.615000,-35.291000,278.930000,-38.099000,276.476000,-32.939000,274.881000,-35.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.339000,-0.399000,178.600000,-3.543000,182.806000,-2.389000,175.890000,4.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.694000,-5.820000,27.444000,1.016000,15.874000,-2.392000,19.133000,-5.382000,20.104000,-7.510000,17.262000,-10.432000,23.642000,-7.241000,23.679000,-8.859000,24.330000,-10.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.922000,-65.480000,165.837000,-69.168000,174.220000,-72.130000,168.725000,-77.214000,201.758000,-78.398000,188.567000,-75.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.243000,32.047000,312.694000,31.873000,313.305000,42.917000,308.177000,34.981000,309.784000,34.136000,301.549000,31.145000,306.243000,25.981000,311.717000,26.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.529000,56.076000,352.707000,49.569000,357.412000,52.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.850000,-42.516000,191.096000,-37.200000,195.723000,-44.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.271000,52.566000,114.366000,49.406000,117.912000,53.039000,119.858000,56.088000,124.155000,57.601000,132.667000,59.598000,124.625000,58.782000,106.459000,61.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.038000,-8.458000,193.773000,-8.922000,189.026000,1.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.933000,34.287000,335.886000,26.246000,351.737000,35.262000,347.781000,36.071000,342.468000,32.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.558000,0.496000,126.254000,0.556000,123.255000,4.381000,118.434000,11.621000,115.829000,8.419000,117.574000,5.764000,115.243000,0.384000,118.281000,0.446000,120.518000,-4.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.587000,58.624000,240.376000,62.290000,224.559000,53.313000,233.936000,53.601000,246.593000,51.554000,251.993000,51.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.158000,-5.276000,183.833000,-0.978000,183.863000,-5.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.936000,-39.797000,149.563000,-39.609000,155.025000,-44.793000,158.074000,-39.483000,152.581000,-37.176000,154.214000,-33.906000,148.124000,-34.935000,142.070000,-33.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.932000,4.902000,358.054000,-8.466000,0.891000,-3.778000,5.577000,-9.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.644000,3.793000,174.452000,4.641000,175.858000,-2.255000,179.037000,2.599000,178.217000,7.974000,169.662000,7.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.951000,69.664000,94.242000,75.818000,96.158000,66.827000,100.390000,62.435000,133.143000,65.853000,127.765000,68.502000,134.764000,73.998000,125.410000,72.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.977000,23.148000,74.068000,23.484000,72.925000,24.945000,76.816000,31.553000,71.688000,25.729000,70.739000,27.590000,63.420000,27.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.723000,-36.825000,359.834000,-36.119000,2.761000,-38.167000,10.268000,-32.855000,2.245000,-33.659000,7.512000,-28.505000,0.680000,-31.194000,356.835000,-25.292000,353.815000,-28.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.581000,26.469000,87.925000,24.418000,93.432000,30.829000,82.199000,34.017000,85.889000,29.572000,81.173000,31.601000,82.011000,27.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.803000,14.143000,176.537000,10.261000,174.985000,9.176000,179.876000,4.839000,181.008000,3.482000,179.921000,6.640000,182.976000,8.287000,186.547000,10.012000,181.376000,9.297000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.733000,-13.824000,168.472000,-19.888000,160.294000,-21.852000,162.704000,-27.617000,175.097000,-28.860000,179.161000,-18.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.872000,-9.604000,27.059000,-6.008000,30.740000,-10.658000,24.304000,-1.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.626000,-24.285000,163.107000,-29.758000,165.472000,-32.077000,164.102000,-34.116000,165.537000,-33.998000,169.975000,-39.006000,172.385000,-31.330000,169.404000,-31.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.872000,1.760000,37.980000,-2.679000,42.654000,-10.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.745000,64.346000,160.770000,66.676000,150.422000,66.578000,166.286000,61.302000,169.633000,54.531000,169.947000,59.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.585000,-19.238000,351.969000,-23.889000,349.235000,-16.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.974000,4.207000,143.773000,4.413000,138.832000,-3.195000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.095000,28.184000,19.009000,30.377000,17.466000,25.142000,16.256000,30.695000,13.982000,30.795000,15.758000,12.982000,23.650000,16.912000,25.821000,24.599000,24.002000,28.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.102000,7.976000,355.164000,3.545000,358.285000,1.978000,356.912000,0.518000,0.579000,-0.373000,1.531000,0.287000,5.615000,4.723000,5.557000,6.572000,2.763000,5.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.779000,12.189000,215.862000,8.167000,214.783000,13.095000,214.973000,13.281000,218.746000,15.458000,215.215000,17.405000,208.945000,22.313000,209.529000,15.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.214000,-43.172000,60.839000,-34.426000,62.516000,-32.198000,59.926000,-30.769000,49.911000,-30.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.239000,-54.855000,188.731000,-48.634000,185.220000,-52.131000,176.847000,-63.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.187000,49.264000,11.777000,43.745000,9.675000,46.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.035000,6.121000,147.830000,7.607000,147.931000,8.491000,145.651000,5.744000,144.477000,9.593000,140.922000,4.473000,148.614000,-4.785000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.137000,-18.971000,139.645000,-28.823000,141.279000,-19.496000,133.236000,-13.286000,131.016000,-12.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.860000,5.248000,77.892000,11.391000,76.667000,6.660000,79.825000,3.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.090000,-5.148000,256.558000,-6.388000,254.779000,-3.356000,258.229000,5.030000,248.801000,5.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.741000,3.332000,180.383000,8.670000,181.534000,8.788000,179.767000,13.430000,174.462000,17.090000,172.885000,13.932000,175.334000,11.817000,171.124000,9.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.481000,20.633000,271.611000,21.521000,277.033000,18.872000,275.729000,30.461000,263.609000,32.203000,266.757000,26.296000,265.766000,25.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.528000,-1.230000,182.300000,3.879000,178.862000,1.363000,174.800000,-0.620000,176.624000,-2.630000,172.834000,-6.056000,183.497000,-6.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.889000,-1.704000,231.249000,0.725000,230.721000,4.126000,230.488000,9.524000,219.427000,6.776000,222.947000,0.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.020000,-44.389000,159.516000,-48.430000,153.218000,-32.156000,153.190000,-37.949000,152.230000,-38.856000,143.531000,-38.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.587000,-5.373000,274.043000,-9.334000,279.473000,-1.457000,279.507000,0.773000,277.323000,0.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.149000,50.050000,323.580000,51.218000,334.943000,44.626000,332.989000,49.197000,344.222000,49.139000,337.088000,50.375000,327.173000,52.410000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.267000,-62.969000,63.897000,-78.094000,73.984000,-72.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.139000,16.840000,330.399000,19.903000,335.800000,19.266000,339.892000,17.646000,339.185000,23.513000,329.219000,29.860000,328.909000,29.003000,326.753000,30.776000,331.114000,23.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.988000,4.576000,143.206000,4.479000,141.803000,4.491000,137.913000,-1.620000,140.096000,-2.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.341000,3.268000,8.881000,3.128000,10.446000,4.977000,12.619000,9.660000,3.959000,5.888000,356.454000,5.643000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.709000,28.525000,43.251000,25.384000,38.066000,24.026000,47.639000,15.225000,50.431000,15.262000,51.607000,16.415000,56.658000,16.576000,52.334000,31.292000,49.659000,25.945000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.203000,-10.041000,283.910000,-11.222000,290.329000,-17.962000,296.049000,-2.005000,290.519000,-7.948000,289.491000,-6.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.920000,-14.424000,255.963000,-9.157000,253.902000,-13.848000,253.870000,-15.464000,252.900000,-17.355000,266.949000,-19.589000,262.516000,-15.185000,263.318000,-14.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.190000,16.148000,10.481000,12.862000,4.813000,13.739000,5.055000,10.357000,13.117000,8.736000,12.292000,5.324000,16.193000,4.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.248000,-35.884000,130.460000,-39.541000,132.654000,-38.963000,135.282000,-39.146000,145.701000,-40.870000,143.901000,-39.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.944000,52.130000,194.714000,64.492000,188.911000,66.564000,180.722000,60.633000,182.333000,57.648000,177.601000,53.246000,176.318000,50.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.296000,44.206000,310.917000,47.700000,316.251000,49.042000,297.433000,54.764000,297.747000,38.929000,302.795000,44.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.595000,-69.043000,11.836000,-68.688000,24.789000,-66.341000,7.140000,-53.666000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.102000,55.677000,187.136000,57.727000,198.366000,58.364000,195.591000,63.105000,183.652000,66.758000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.614000,43.423000,284.512000,45.992000,289.216000,47.088000,279.427000,45.525000,277.048000,47.996000,272.758000,50.123000,268.226000,50.078000,272.767000,41.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.785000,0.997000,285.176000,-0.907000,281.194000,-1.277000,280.763000,-2.209000,277.967000,-6.829000,294.134000,-8.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.295000,46.212000,319.230000,46.556000,315.400000,46.785000,311.374000,44.155000,316.422000,36.300000,329.710000,43.714000,328.133000,44.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.368000,17.761000,13.093000,18.120000,14.789000,8.807000,21.541000,14.573000,21.356000,17.269000,22.363000,18.235000,18.262000,20.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.595000,-24.727000,322.709000,-29.027000,323.346000,-32.454000,329.586000,-32.816000,335.528000,-29.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.686000,69.494000,212.191000,66.191000,217.786000,69.072000,227.055000,71.157000,230.552000,74.570000,217.460000,78.013000,191.037000,77.711000,201.156000,74.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.065000,-57.614000,291.000000,-57.289000,302.981000,-61.323000,302.380000,-60.510000,296.797000,-58.391000,292.118000,-48.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.443000,7.838000,140.934000,7.027000,139.928000,13.427000,138.419000,14.992000,134.727000,8.983000,131.928000,6.140000,133.015000,4.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.269000,0.482000,142.528000,-6.367000,149.173000,-10.046000,150.917000,-11.066000,153.838000,-4.030000,151.059000,-1.073000,150.024000,-1.122000,146.661000,2.302000,141.647000,3.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.163000,-0.328000,227.168000,-0.068000,219.986000,-0.693000,218.639000,-6.596000,224.553000,-3.135000,221.853000,-9.858000,230.044000,-5.359000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.636000,-9.309000,358.381000,-15.931000,355.414000,-14.391000,0.293000,-25.884000,3.610000,-19.822000,3.341000,-19.233000,0.352000,-15.436000,359.130000,-8.615000,357.326000,-7.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.426000,44.491000,211.469000,42.754000,210.357000,36.444000,216.125000,38.874000,222.396000,39.636000,230.586000,39.911000,230.345000,42.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.992000,-33.716000,172.521000,-32.499000,171.298000,-34.635000,161.496000,-32.523000,162.467000,-34.550000,172.007000,-38.208000,172.375000,-41.538000,176.717000,-39.727000,174.023000,-37.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.840000,-27.151000,104.627000,-23.650000,89.484000,-30.752000,94.729000,-33.079000,96.024000,-36.149000,96.997000,-36.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.457000,-34.314000,52.881000,-31.286000,50.053000,-34.511000,43.785000,-43.267000,48.293000,-42.363000,49.249000,-44.515000,56.403000,-39.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.272000,-76.301000,106.938000,-75.885000,98.825000,-71.414000,96.333000,-68.852000,94.466000,-65.234000,86.759000,-65.771000,82.681000,-64.478000,68.052000,-69.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.936000,-24.176000,179.285000,-25.464000,186.175000,-22.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.659000,-69.263000,71.820000,-66.796000,31.830000,-72.357000,22.184000,-80.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.156000,3.203000,10.865000,3.614000,9.813000,6.781000,4.477000,-7.528000,8.079000,-8.837000,9.711000,-6.892000,14.211000,-6.188000,13.664000,-3.507000,15.838000,-5.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.695000,26.487000,111.060000,25.484000,113.013000,21.895000,119.687000,19.876000,116.926000,26.859000,120.269000,27.715000,117.757000,29.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.341000,-19.099000,357.784000,-15.486000,356.098000,-16.146000,352.388000,-10.443000,351.625000,-15.294000,351.565000,-16.857000,351.376000,-16.661000,346.716000,-26.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.246000,14.589000,350.135000,17.400000,345.912000,13.287000,343.997000,11.388000,344.013000,10.107000,340.368000,8.035000,340.037000,7.120000,341.063000,4.968000,347.745000,2.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.331000,9.641000,205.349000,16.899000,204.553000,18.938000,193.486000,19.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.126000,-3.009000,356.489000,0.408000,348.942000,3.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.661000,-23.247000,353.987000,-26.912000,347.843000,-28.525000,349.118000,-29.085000,0.662000,-30.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.630000,-61.868000,347.714000,-61.144000,349.655000,-57.739000,339.227000,-57.395000,338.067000,-57.508000,338.243000,-61.954000,327.825000,-58.420000,343.828000,-66.953000,347.296000,-70.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.869000,40.895000,150.770000,40.654000,149.675000,40.303000,150.263000,34.563000,158.668000,38.939000,157.541000,39.916000,155.275000,44.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.969000,-11.960000,131.767000,-20.690000,134.785000,-17.163000,131.558000,-11.202000,129.548000,-14.876000,129.170000,-14.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.678000,-40.678000,160.597000,-37.254000,160.502000,-37.066000,164.776000,-34.810000,151.925000,-32.880000,147.977000,-38.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.631000,11.914000,51.313000,2.803000,55.080000,-0.085000,60.019000,3.297000,55.989000,-1.582000,63.044000,3.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.107000,0.392000,170.287000,-3.690000,170.848000,-2.438000,171.077000,-2.271000,167.547000,3.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.138000,-2.944000,171.361000,-0.640000,170.145000,2.804000,167.274000,-0.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.942000,31.608000,33.106000,26.250000,36.247000,29.517000,37.614000,30.146000,35.677000,30.894000,35.884000,37.976000,31.154000,33.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.217000,-51.156000,125.484000,-54.004000,116.469000,-63.075000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.542000,-39.523000,345.392000,-38.107000,338.398000,-35.072000,334.640000,-32.961000,330.474000,-38.386000,336.362000,-42.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.095000,11.916000,325.764000,10.212000,325.458000,6.819000,336.660000,11.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.835000,-9.973000,38.036000,-15.902000,36.102000,-12.102000,31.899000,-19.410000,35.280000,-24.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.415000,14.221000,289.516000,16.883000,284.212000,18.631000,289.906000,22.952000,285.128000,20.723000,283.049000,20.316000,277.627000,24.835000,278.007000,14.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.463000,44.184000,350.049000,35.403000,354.286000,35.102000,0.557000,34.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.801000,6.197000,243.093000,14.686000,238.981000,13.669000,234.234000,14.771000,232.131000,12.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.754000,5.209000,293.275000,6.757000,298.030000,2.641000,298.945000,9.781000,290.631000,10.143000,283.655000,6.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.688000,-5.592000,9.720000,0.345000,16.611000,3.280000,13.223000,9.283000,7.505000,4.313000,4.293000,9.694000,0.766000,8.690000,6.306000,3.235000,0.730000,5.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.728000,11.172000,335.725000,8.331000,330.115000,9.871000,327.143000,-1.263000,336.861000,-2.585000,339.353000,-1.238000,342.150000,2.633000,343.939000,5.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.580000,15.592000,258.467000,7.189000,262.408000,7.341000,266.261000,6.541000,265.169000,9.965000,270.896000,11.937000,267.669000,16.617000,262.871000,12.998000,260.134000,13.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.633000,-17.145000,203.391000,-14.409000,198.387000,-21.258000,195.176000,-20.573000,202.268000,-30.349000,207.391000,-26.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.897000,-22.024000,354.547000,-15.122000,354.277000,-14.985000,356.113000,-12.098000,349.784000,-10.536000,348.848000,-11.747000,345.684000,-10.068000,343.532000,-14.909000,349.985000,-15.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.211000,19.007000,0.779000,8.887000,6.761000,11.153000,6.241000,17.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.718000,-39.567000,115.993000,-43.619000,114.180000,-29.690000,106.683000,-28.093000,105.055000,-28.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.944000,60.968000,158.828000,65.364000,160.423000,51.980000,174.329000,58.650000,176.695000,59.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.934000,-39.509000,29.277000,-41.309000,21.674000,-31.882000,15.058000,-31.473000,15.727000,-33.195000,11.875000,-31.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.647000,8.370000,172.217000,6.923000,169.664000,4.266000,172.667000,2.581000,174.882000,4.133000,177.896000,3.632000,177.256000,12.379000,173.879000,9.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.042000,-21.138000,208.265000,-16.320000,210.823000,-16.154000,205.280000,-13.890000,211.577000,-12.431000,206.429000,-6.788000,204.407000,-12.816000,201.498000,-12.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.943000,14.352000,89.314000,20.833000,86.475000,17.897000,85.890000,21.730000,81.552000,17.190000,81.309000,17.390000,78.958000,14.695000,85.533000,11.997000,90.642000,8.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.732000,14.735000,163.845000,13.810000,163.427000,14.728000,163.588000,22.593000,162.484000,13.740000,160.004000,8.770000,163.361000,4.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.025000,42.267000,198.311000,40.233000,191.743000,37.535000,196.803000,32.113000,200.132000,36.093000,203.695000,38.780000,206.375000,37.532000,208.532000,40.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.667000,-0.157000,283.566000,-5.987000,280.574000,-8.944000,280.965000,-12.748000,293.453000,-8.448000,291.745000,-6.771000,296.196000,-6.368000,288.142000,-2.267000,290.008000,1.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.916000,32.666000,260.355000,34.380000,261.408000,34.181000,269.138000,32.150000,257.275000,44.851000,256.218000,36.989000,253.683000,38.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.931000,-15.296000,200.567000,-11.837000,196.881000,-11.549000,189.857000,-17.965000,197.370000,-15.370000,197.277000,-23.069000,199.367000,-21.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.775000,-3.662000,10.810000,-4.290000,6.061000,-8.079000,9.164000,-9.216000,10.035000,-8.141000,9.316000,-10.514000,10.282000,-9.659000,20.888000,-8.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.663000,-44.025000,347.217000,-44.209000,346.770000,-44.577000,339.757000,-42.172000,336.862000,-48.762000,337.156000,-49.989000,354.816000,-53.904000,2.177000,-54.376000,358.094000,-44.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.056000,10.642000,7.416000,-4.969000,8.717000,5.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.556000,30.511000,346.789000,31.599000,341.848000,44.627000,341.807000,40.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.698000,-21.754000,308.198000,-19.616000,314.402000,-22.857000,315.131000,-23.538000,308.350000,-21.765000,312.178000,-29.581000,321.606000,-26.839000,323.374000,-27.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.750000,-8.805000,32.240000,-14.655000,41.305000,-15.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.031000,2.044000,9.789000,6.809000,7.329000,2.819000,2.304000,2.284000,0.192000,-6.053000,7.513000,-5.081000,16.095000,-3.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.127000,19.749000,189.683000,28.405000,184.835000,22.245000,182.612000,16.239000,187.443000,14.927000,185.464000,12.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.939000,49.473000,188.700000,49.768000,179.778000,51.531000,178.968000,48.404000,192.827000,40.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.587000,-11.692000,230.945000,-13.475000,222.920000,-16.795000,229.985000,-14.839000,232.090000,-16.006000,234.626000,-18.832000,240.409000,-12.212000,239.397000,-9.810000,234.474000,-10.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.351000,52.572000,21.788000,54.101000,26.605000,52.504000,27.031000,52.643000,28.485000,54.143000,26.785000,55.812000,25.785000,58.715000,12.822000,54.254000,16.375000,55.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.624000,-11.337000,358.040000,-11.173000,6.137000,-2.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.572000,55.390000,284.371000,52.356000,285.073000,50.777000,291.042000,56.026000,292.430000,61.334000,287.328000,61.010000,271.124000,63.328000,273.344000,55.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.994000,-8.009000,81.898000,-7.241000,81.246000,-4.498000,75.918000,4.627000,72.652000,-3.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.843000,-45.712000,43.784000,-42.988000,42.786000,-41.105000,27.334000,-43.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.401000,25.765000,154.187000,28.137000,157.408000,15.012000,160.159000,19.654000,162.350000,19.451000,160.367000,27.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.345000,-42.528000,125.020000,-39.497000,117.069000,-37.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.316000,-65.687000,303.659000,-58.629000,289.619000,-57.613000,280.816000,-53.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.685000,-15.834000,156.714000,-18.027000,163.511000,-14.459000,163.204000,-9.678000,160.535000,-5.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.576000,5.153000,332.895000,7.366000,338.095000,1.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.402000,2.682000,20.713000,-6.149000,19.287000,3.396000,20.622000,4.158000,20.185000,7.522000,20.873000,11.381000,18.264000,9.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.037000,27.851000,102.760000,24.226000,111.747000,22.082000,111.444000,27.408000,114.802000,27.115000,109.250000,30.959000,105.761000,36.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.432000,29.063000,168.730000,34.715000,167.651000,35.323000,169.001000,17.217000,170.077000,20.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.077000,57.565000,16.900000,59.182000,8.231000,56.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.577000,37.347000,271.049000,38.976000,269.678000,40.893000,266.996000,39.289000,256.875000,39.425000,266.473000,35.972000,265.234000,30.956000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.632000,-6.535000,359.958000,-11.173000,356.342000,-13.941000,356.840000,-16.589000,2.032000,-11.927000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.549000,-34.238000,6.029000,-33.122000,355.525000,-26.889000,352.072000,-29.017000,353.303000,-34.328000,358.217000,-37.110000,359.310000,-36.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.038000,-12.880000,357.189000,-11.179000,2.068000,-15.382000,1.318000,-17.428000,2.581000,-22.551000,8.599000,-12.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.573000,36.739000,258.833000,31.712000,267.195000,33.128000,261.708000,27.542000,265.351000,26.495000,268.284000,32.115000,270.618000,28.359000,271.389000,32.466000,272.580000,32.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.887000,-40.242000,277.676000,-32.534000,272.009000,-30.228000,269.491000,-28.446000,266.582000,-31.923000,265.350000,-32.411000,262.114000,-28.844000,262.827000,-33.201000,257.258000,-37.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.821000,13.781000,2.198000,15.868000,352.098000,14.186000,351.893000,13.885000,353.595000,9.323000,354.103000,10.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.781000,35.512000,56.594000,36.357000,58.187000,36.638000,57.467000,37.423000,51.177000,44.157000,47.368000,36.827000,47.446000,32.690000,52.779000,33.559000,54.156000,32.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.770000,-48.558000,96.739000,-48.958000,98.992000,-46.158000,108.168000,-50.436000,105.569000,-38.496000,102.030000,-41.795000,98.471000,-40.574000,99.424000,-41.451000,98.474000,-41.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.506000,-70.623000,27.366000,-70.508000,47.831000,-73.191000,42.041000,-77.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.746000,-0.262000,0.805000,-3.432000,2.544000,-4.438000,8.400000,-1.185000,6.824000,2.117000,4.061000,10.394000,3.682000,9.956000,359.412000,4.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.495000,7.092000,339.672000,10.074000,345.321000,13.494000,343.466000,17.440000,341.173000,19.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.754000,-4.219000,133.519000,6.997000,127.262000,0.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.022000,-12.359000,192.289000,-20.006000,190.309000,-24.368000,195.276000,-23.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.819000,-11.702000,119.388000,-15.622000,120.643000,-17.742000,122.491000,-15.622000,123.224000,-16.054000,124.588000,-14.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.621000,1.064000,166.265000,2.360000,173.803000,0.908000,171.353000,2.062000,175.403000,7.618000,171.937000,7.044000,173.334000,10.115000,165.705000,11.666000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.147000,10.312000,223.146000,3.787000,231.784000,19.759000,230.820000,15.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.260000,19.922000,197.324000,32.599000,184.609000,30.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.549000,45.029000,126.238000,42.380000,129.282000,38.359000,125.647000,35.674000,130.565000,31.167000,139.357000,29.737000,142.167000,32.618000,135.852000,36.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.881000,-7.810000,142.991000,-3.397000,145.590000,4.284000,140.367000,0.577000,132.117000,3.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.965000,-10.385000,314.853000,-4.218000,316.354000,-0.312000,313.952000,-0.154000,313.050000,-4.749000,310.368000,-3.322000,303.198000,-6.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.484000,6.666000,319.093000,4.421000,324.999000,4.424000,327.465000,7.484000,325.839000,11.255000,323.673000,12.673000,321.615000,12.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.851000,39.211000,3.779000,38.501000,2.594000,35.885000,2.882000,31.534000,7.083000,37.356000,8.086000,37.116000,13.849000,40.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.410000,-25.574000,195.424000,-32.577000,187.817000,-33.468000,199.363000,-35.444000,201.193000,-33.111000,200.758000,-32.010000,204.800000,-28.257000,198.423000,-30.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.428000,-47.982000,56.563000,-49.855000,47.974000,-55.275000,64.372000,-57.364000,60.617000,-51.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.244000,16.022000,357.669000,19.659000,354.493000,14.782000,354.826000,11.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.247000,-8.065000,324.865000,1.481000,316.618000,-0.779000,312.704000,0.292000,313.225000,-2.531000,318.246000,-5.365000,316.850000,-11.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.511000,-11.813000,256.572000,-8.614000,258.039000,-1.845000,251.755000,-1.900000,251.021000,-2.180000,249.852000,-2.573000,249.112000,-9.665000,247.563000,-10.603000,244.752000,-14.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.038000,67.188000,219.203000,64.340000,221.918000,64.224000,228.924000,61.752000,230.365000,60.867000,244.641000,57.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.293000,21.421000,310.719000,25.135000,310.908000,31.388000,306.537000,33.262000,301.211000,27.162000,301.844000,25.683000,302.746000,25.034000,296.100000,24.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.040000,1.183000,0.543000,-2.509000,1.345000,-5.133000,6.236000,-3.007000,5.641000,1.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.889000,-15.131000,98.387000,-5.888000,103.420000,-10.110000,103.892000,-10.962000,100.785000,-9.606000,101.290000,-10.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.127000,-27.969000,353.859000,-30.165000,352.272000,-37.413000,358.172000,-40.164000,1.708000,-42.968000,1.170000,-38.795000,0.374000,-35.453000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.303000,-49.908000,76.069000,-53.549000,68.120000,-47.210000,72.588000,-60.010000,77.135000,-59.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.167000,-56.888000,193.372000,-56.586000,197.955000,-60.614000,209.855000,-62.623000,220.864000,-59.267000,204.722000,-49.161000,204.443000,-53.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.245000,-1.874000,29.850000,3.692000,31.108000,-4.123000,31.754000,-4.183000,37.223000,-7.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.765000,-69.924000,176.009000,-66.901000,170.047000,-69.746000,163.342000,-70.946000,161.889000,-71.100000,153.730000,-79.161000,178.865000,-73.652000,180.034000,-73.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.453000,29.530000,255.868000,25.117000,258.474000,26.920000,262.100000,24.746000,263.571000,23.871000,264.797000,24.501000,266.257000,30.244000,258.470000,37.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.748000,-3.187000,13.348000,0.708000,23.202000,-7.796000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.105000,-35.465000,261.656000,-35.072000,268.528000,-32.938000,267.244000,-32.240000,259.870000,-32.715000,256.292000,-31.503000,250.493000,-38.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.831000,39.797000,355.596000,43.161000,357.001000,45.832000,338.812000,47.180000,340.770000,43.293000,344.884000,42.725000,338.722000,36.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.133000,68.454000,132.938000,67.162000,108.478000,77.949000,114.415000,73.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.350000,-21.300000,328.029000,-26.290000,329.008000,-24.636000,330.460000,-24.955000,332.864000,-20.719000,328.104000,-17.492000,320.610000,-12.371000,324.431000,-19.007000,319.295000,-17.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.164000,42.179000,66.153000,48.747000,65.001000,42.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.009000,63.574000,156.951000,70.857000,142.849000,63.959000,142.303000,63.083000,146.287000,60.561000,158.960000,58.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.422000,6.370000,359.353000,7.009000,358.833000,9.255000,350.448000,7.393000,359.942000,-7.824000,0.313000,-2.815000,2.657000,-4.607000,7.060000,3.580000,4.367000,2.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.212000,-64.003000,211.358000,-67.218000,217.179000,-68.093000,237.444000,-68.387000,235.093000,-66.889000,213.240000,-62.087000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.594000,19.012000,24.838000,12.505000,26.579000,17.947000,28.019000,19.619000,33.946000,20.405000,31.129000,25.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.649000,-6.664000,194.140000,-5.555000,187.933000,-3.998000,185.070000,-5.080000,181.749000,-10.406000,183.458000,-13.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.705000,-64.745000,309.171000,-59.397000,305.525000,-55.268000,285.385000,-58.643000,285.371000,-67.116000,295.345000,-69.452000,308.539000,-67.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.208000,-64.845000,104.032000,-74.084000,111.564000,-73.654000,102.686000,-60.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.041000,45.559000,167.552000,44.402000,168.871000,37.496000,174.737000,42.166000,174.622000,46.668000,172.470000,50.323000,163.656000,54.813000,162.399000,53.886000,161.866000,51.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.485000,24.143000,48.240000,23.851000,52.097000,20.009000,54.387000,23.263000,39.855000,31.780000,43.387000,27.616000,41.199000,28.550000,41.529000,20.896000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.497000,16.169000,37.390000,13.941000,32.658000,14.166000,36.572000,12.677000,34.336000,10.597000,40.353000,10.358000,41.215000,8.916000,45.757000,15.483000,47.128000,17.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.308000,-27.035000,154.240000,-33.017000,165.112000,-25.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.052000,-32.290000,95.804000,-28.692000,86.896000,-29.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.191000,-4.485000,359.824000,-3.148000,4.750000,-6.164000,2.545000,4.304000,0.911000,-0.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.391000,25.060000,108.281000,25.858000,109.542000,18.269000,110.494000,18.947000,117.110000,13.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.803000,-41.290000,166.204000,-39.846000,163.660000,-39.651000,166.499000,-38.273000,164.086000,-37.547000,163.597000,-37.839000,159.696000,-33.568000,160.460000,-46.317000,166.110000,-44.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.720000,-46.606000,246.233000,-41.329000,251.281000,-46.251000,247.319000,-50.860000,253.032000,-52.241000,259.427000,-54.800000,265.560000,-52.970000,260.106000,-48.351000,255.001000,-47.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.607000,-28.630000,174.015000,-30.723000,172.891000,-36.632000,184.596000,-29.688000,182.881000,-24.393000,177.322000,-27.599000,174.520000,-21.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.078000,-7.383000,8.241000,-5.000000,10.272000,-2.864000,3.046000,-4.654000,2.156000,-8.213000,0.442000,-8.730000,2.834000,-14.314000,5.424000,-13.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.172000,9.019000,166.769000,5.014000,165.288000,-2.878000,166.243000,-3.663000,172.295000,-1.724000,167.341000,-5.943000,177.194000,4.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.051000,31.129000,138.710000,29.198000,146.733000,24.809000,146.567000,28.421000,146.787000,28.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.669000,-34.824000,87.908000,-28.671000,93.592000,-27.815000,85.306000,-26.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.861000,-80.337000,202.028000,-80.109000,193.805000,-79.544000,191.428000,-78.992000,197.426000,-70.507000,140.748000,-73.528000,137.256000,-80.945000,177.201000,-80.954000,177.660000,-79.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.320000,18.383000,171.706000,15.989000,166.537000,17.909000,165.734000,10.873000,165.822000,10.328000,169.108000,9.750000,176.563000,9.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.340000,0.739000,181.031000,-1.202000,183.778000,-0.858000,189.252000,1.185000,189.502000,2.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.886000,-15.501000,182.164000,-15.199000,186.217000,-14.655000,190.456000,-16.555000,184.335000,-1.491000,174.624000,-11.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.122000,-28.490000,102.985000,-33.863000,111.421000,-33.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.991000,5.384000,355.717000,8.791000,357.442000,4.613000,2.953000,-0.142000,10.663000,7.363000,9.357000,7.031000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.484000,-57.346000,357.090000,-62.934000,0.237000,-66.778000,2.112000,-69.561000,0.173000,-57.188000,357.547000,-55.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.974000,-20.510000,217.805000,-21.806000,216.892000,-23.738000,231.538000,-25.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.049000,21.727000,27.330000,22.916000,25.960000,25.094000,30.196000,31.852000,23.895000,34.400000,22.200000,32.735000,19.408000,28.298000,18.381000,26.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.116000,40.444000,45.861000,42.379000,45.725000,44.315000,46.418000,47.406000,38.965000,44.061000,37.398000,45.601000,36.397000,39.068000,39.981000,33.770000,42.569000,36.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.698000,-16.177000,30.309000,-12.803000,31.723000,-11.701000,32.193000,-7.687000,24.879000,-2.871000,22.409000,-6.561000,23.912000,-9.364000,25.573000,-12.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.838000,28.934000,239.800000,33.491000,241.887000,26.018000,241.023000,23.051000,243.188000,18.157000,245.321000,25.453000,249.688000,22.840000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.387000,-4.884000,48.891000,-10.061000,52.657000,-9.703000,47.499000,-16.777000,52.206000,-18.478000,56.192000,-14.188000,60.170000,-12.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.775000,-34.550000,45.618000,-35.946000,47.410000,-35.906000,46.101000,-37.132000,50.167000,-37.522000,50.851000,-42.027000,56.142000,-42.235000,61.647000,-32.872000,50.451000,-32.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.119000,-12.722000,308.815000,-2.139000,310.992000,-8.965000,307.099000,-13.051000,313.379000,-9.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.008000,18.168000,132.894000,22.209000,127.742000,26.880000,122.180000,19.054000,128.814000,19.657000,128.836000,19.138000,129.553000,16.328000,136.456000,14.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.047000,2.326000,349.942000,2.237000,355.325000,-7.939000,354.991000,-6.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.633000,-34.357000,305.295000,-46.794000,313.996000,-44.698000,315.769000,-42.846000,316.220000,-42.525000,307.780000,-40.939000,308.368000,-32.652000,307.593000,-33.114000,306.422000,-36.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.110000,-1.918000,183.175000,0.591000,180.633000,-0.020000,180.702000,0.956000,180.369000,5.393000,176.664000,7.620000,178.320000,-0.036000,172.177000,-6.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.296000,-42.172000,59.363000,-43.995000,67.259000,-46.272000,69.024000,-40.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.697000,43.578000,314.405000,38.782000,317.772000,47.439000,317.606000,54.245000,315.908000,49.556000,305.517000,49.273000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.694000,-18.564000,18.566000,-13.789000,15.125000,-10.347000,19.073000,-14.873000,11.864000,-10.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.678000,-0.059000,136.306000,3.668000,139.106000,8.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.074000,10.199000,127.807000,7.828000,124.251000,15.693000,114.767000,13.695000,120.225000,12.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.639000,42.948000,27.039000,41.954000,21.793000,38.447000,21.837000,35.838000,27.713000,34.765000,28.567000,36.005000,32.510000,34.765000,35.069000,37.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.212000,-25.801000,146.638000,-25.779000,143.041000,-24.936000,143.722000,-34.225000,148.919000,-26.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.766000,-13.831000,204.973000,-12.243000,208.201000,-7.748000,203.568000,-3.923000,200.672000,-9.296000,201.269000,-10.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.425000,-6.513000,11.629000,-6.365000,9.622000,-5.140000,9.097000,-4.569000,7.517000,0.291000,8.101000,-16.527000,9.612000,-9.434000,11.181000,-14.000000,13.976000,-8.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.214000,43.244000,204.026000,46.229000,202.619000,42.461000,202.086000,39.407000,204.374000,36.706000,208.283000,37.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.893000,-15.422000,337.609000,-18.683000,341.661000,-16.379000,341.142000,-13.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.925000,18.488000,163.075000,14.538000,160.128000,8.955000,161.151000,5.253000,172.986000,8.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.338000,0.822000,5.345000,-1.775000,5.962000,2.209000,9.771000,2.474000,8.739000,3.476000,10.624000,5.429000,5.871000,5.588000,0.768000,8.440000,0.840000,5.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.032000,39.003000,4.610000,38.807000,11.776000,44.464000,351.673000,49.150000,353.173000,46.280000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.424000,-70.074000,82.748000,-65.924000,79.077000,-64.671000,86.675000,-59.107000,82.810000,-59.716000,74.532000,-60.141000,50.463000,-62.031000,61.315000,-64.033000,52.275000,-64.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.095000,-0.217000,189.282000,-2.965000,185.818000,5.085000,179.513000,6.802000,178.880000,5.011000,177.048000,2.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.663000,-6.125000,341.383000,-9.031000,341.660000,-10.674000,352.002000,-11.145000,349.181000,-8.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.130000,-47.978000,97.392000,-54.223000,99.500000,-56.005000,107.320000,-50.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.234000,30.157000,11.013000,32.188000,9.099000,29.330000,15.737000,24.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.673000,17.574000,68.329000,16.604000,77.367000,8.929000,77.727000,23.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.142000,-4.813000,338.474000,-6.316000,342.687000,-6.968000,338.413000,-9.409000,345.032000,-7.772000,345.461000,-8.112000,349.898000,-9.103000,356.353000,-3.765000,350.806000,2.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.053000,2.757000,1.235000,4.357000,357.970000,-0.055000,357.446000,-2.182000,358.894000,-3.744000,356.435000,-8.758000,0.338000,-5.410000,3.673000,-0.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.474000,61.191000,344.327000,62.410000,337.537000,68.039000,321.404000,62.185000,317.336000,58.590000,321.029000,57.426000,328.663000,58.453000,333.577000,52.137000,332.655000,59.377000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.631000,65.944000,102.937000,63.004000,106.587000,61.452000,105.521000,65.214000,106.414000,75.574000,97.215000,69.328000,91.738000,69.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.721000,22.778000,309.129000,18.071000,308.653000,13.911000,314.202000,16.856000,318.271000,19.618000,323.770000,23.334000,317.033000,25.952000,312.309000,28.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.540000,7.790000,190.546000,0.810000,190.666000,13.382000,188.211000,10.359000,184.151000,10.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.511000,40.702000,136.394000,32.383000,149.991000,30.617000,148.158000,32.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.717000,-0.558000,134.117000,2.633000,132.720000,-0.464000,134.075000,-1.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.559000,18.222000,194.477000,18.528000,204.465000,11.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.418000,43.537000,200.437000,46.608000,212.852000,55.424000,192.757000,48.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.394000,26.118000,352.869000,24.083000,346.563000,34.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.877000,-31.666000,242.167000,-33.594000,244.162000,-32.934000,239.266000,-39.954000,245.155000,-33.022000,248.077000,-33.373000,242.328000,-30.192000,244.087000,-31.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.908000,-59.696000,348.432000,-55.611000,345.431000,-49.900000,338.823000,-55.247000,338.005000,-55.739000,333.926000,-55.031000,330.574000,-50.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.237000,17.502000,227.888000,15.168000,232.539000,18.238000,231.407000,22.573000,228.056000,19.231000,227.942000,18.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.303000,9.021000,192.853000,2.214000,193.447000,4.193000,194.287000,4.724000,197.832000,13.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.506000,45.543000,266.277000,44.432000,267.417000,42.624000,268.882000,38.502000,269.739000,38.155000,269.796000,37.934000,270.407000,37.767000,272.942000,33.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.997000,39.425000,307.523000,40.550000,307.981000,39.970000,299.473000,35.598000,303.994000,34.864000,305.953000,35.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.442000,9.273000,179.550000,7.569000,175.885000,5.921000,178.732000,2.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.078000,-64.375000,140.367000,-64.358000,152.500000,-61.456000,139.784000,-62.102000,119.666000,-59.289000,133.314000,-65.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.851000,-1.495000,253.437000,-2.053000,249.192000,-4.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.395000,23.038000,192.626000,30.389000,179.379000,34.828000,185.539000,27.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.263000,-63.830000,148.285000,-47.043000,143.609000,-46.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.300000,36.068000,59.801000,34.305000,54.567000,44.642000,52.918000,43.157000,50.733000,41.315000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.707000,41.749000,111.314000,38.896000,108.976000,33.387000,114.065000,32.861000,119.406000,36.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.880000,-68.719000,99.744000,-75.605000,92.071000,-72.281000,86.945000,-72.137000,145.221000,-78.366000,130.771000,-75.755000,138.165000,-74.443000,101.094000,-73.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.533000,32.798000,325.571000,19.302000,326.857000,20.881000,327.188000,20.515000,331.131000,23.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.682000,42.931000,96.050000,54.120000,96.002000,54.202000,89.045000,50.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.514000,38.297000,160.367000,37.288000,161.131000,41.860000,158.972000,43.183000,160.534000,49.896000,151.018000,45.298000,153.841000,42.380000,145.941000,38.109000,150.445000,32.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.973000,35.938000,155.926000,32.239000,159.833000,32.466000,158.698000,34.664000,156.361000,36.612000,163.307000,36.598000,153.711000,39.189000,153.398000,39.465000,153.240000,36.262000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.524000,-1.691000,193.296000,0.364000,187.844000,0.085000,187.312000,-2.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.032000,-21.726000,213.442000,-15.666000,209.004000,-17.085000,204.385000,-25.177000,213.632000,-24.383000,213.108000,-31.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.171000,-57.423000,145.139000,-60.785000,150.713000,-60.004000,141.318000,-66.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.462000,63.578000,261.338000,65.633000,268.136000,56.524000,266.523000,50.750000,269.002000,50.089000,276.268000,57.386000,280.672000,57.070000,280.867000,63.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.586000,43.043000,284.286000,36.901000,284.989000,35.325000,286.348000,39.163000,289.895000,41.953000,294.818000,42.808000,301.655000,46.695000,276.838000,49.209000,283.116000,45.750000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.924000,-0.180000,22.338000,1.138000,27.759000,-4.458000,23.447000,1.880000,26.257000,1.403000,22.702000,3.541000,21.189000,3.958000,15.916000,5.582000,13.693000,2.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.475000,61.371000,298.364000,59.741000,307.711000,60.488000,307.649000,59.720000,310.872000,59.584000,313.365000,57.017000,324.880000,68.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.528000,19.745000,214.156000,21.100000,203.387000,20.265000,203.684000,10.471000,202.715000,8.715000,208.477000,7.213000,209.435000,6.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.276000,-0.454000,199.440000,-4.184000,208.108000,3.966000,204.730000,5.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.484000,-14.465000,40.843000,-25.567000,46.119000,-19.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.412000,22.237000,218.265000,20.551000,216.896000,18.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.558000,35.710000,172.716000,36.331000,167.662000,38.807000,164.347000,42.061000,152.373000,39.994000,160.547000,35.297000,160.980000,31.687000,161.530000,34.748000,165.669000,30.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.195000,-50.055000,14.518000,-44.665000,17.401000,-50.543000,3.852000,-51.486000,12.240000,-52.512000,18.430000,-53.380000,22.822000,-55.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.032000,-27.834000,202.753000,-22.175000,202.266000,-25.254000,201.480000,-29.868000,206.743000,-19.079000,202.522000,-19.154000,201.503000,-18.534000,199.140000,-16.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.668000,-26.013000,58.647000,-24.501000,56.203000,-23.014000,55.153000,-20.819000,53.302000,-23.912000,51.227000,-24.809000,43.944000,-21.612000,45.242000,-22.750000,52.524000,-27.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.021000,-75.534000,177.227000,-79.309000,151.838000,-74.614000,175.996000,-73.289000,163.092000,-71.830000,121.297000,-75.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.590000,-9.358000,155.845000,-11.907000,155.675000,-12.084000,164.294000,-6.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.572000,41.300000,220.233000,36.463000,219.926000,30.355000,223.429000,29.954000,230.943000,23.896000,229.723000,32.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.961000,-16.784000,334.034000,-11.416000,331.281000,-8.169000,331.257000,-14.812000,331.082000,-14.386000,322.227000,-21.909000,325.433000,-22.008000,331.612000,-19.897000,331.404000,-27.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.785000,37.562000,103.083000,36.251000,103.733000,37.009000,107.835000,44.341000,104.227000,43.776000,102.447000,45.352000,97.441000,46.469000,92.632000,40.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.452000,12.671000,224.134000,7.945000,228.919000,4.910000,228.433000,10.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.136000,-8.102000,354.638000,-10.469000,355.489000,-11.672000,351.965000,-13.302000,350.738000,-18.047000,354.564000,-15.011000,351.753000,-18.459000,359.625000,-20.896000,358.426000,-9.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.061000,11.057000,203.145000,7.674000,203.531000,18.426000,202.866000,20.998000,201.235000,19.213000,193.920000,16.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.322000,23.522000,180.954000,25.026000,186.999000,24.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.839000,1.253000,356.869000,-11.056000,2.594000,-0.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.062000,11.284000,330.343000,6.458000,337.975000,7.848000,345.605000,7.373000,340.743000,14.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.462000,-43.554000,79.749000,-45.112000,78.498000,-45.005000,80.788000,-51.048000,79.478000,-50.586000,71.079000,-49.176000,80.602000,-54.695000,82.008000,-62.001000,85.456000,-57.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.759000,-2.900000,175.645000,-3.061000,182.198000,-5.631000,185.716000,4.747000,182.035000,-0.676000,182.146000,-0.103000,181.041000,3.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.867000,-44.504000,257.685000,-55.365000,269.788000,-56.158000,276.474000,-53.524000,279.502000,-50.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.774000,35.539000,49.423000,36.501000,45.822000,47.754000,44.230000,49.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.070000,27.663000,329.270000,18.629000,343.888000,19.664000,335.209000,30.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.893000,-33.234000,60.933000,-24.496000,59.274000,-29.828000,54.044000,-26.861000,58.437000,-31.287000,51.519000,-32.845000,53.253000,-34.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.939000,-14.836000,265.543000,-15.677000,264.811000,-19.177000,265.802000,-21.557000,269.312000,-19.263000,274.467000,-18.272000,281.037000,-20.731000,271.800000,-11.076000,267.054000,-12.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.290000,22.781000,110.822000,16.315000,111.545000,17.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.568000,10.033000,327.792000,10.737000,320.487000,17.649000,318.742000,12.534000,312.160000,11.503000,315.894000,10.700000,310.583000,7.070000,318.283000,9.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.360000,34.276000,10.189000,26.865000,9.504000,30.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.206000,36.319000,143.842000,31.349000,153.352000,28.432000,159.506000,30.478000,162.441000,31.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.492000,-0.132000,186.288000,0.624000,185.968000,-0.457000,187.001000,-1.700000,195.162000,-7.222000,196.440000,-8.536000,192.566000,-2.094000,196.570000,-2.552000,196.478000,-0.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.049000,-29.243000,357.515000,-33.688000,0.862000,-30.846000,353.102000,-19.506000,349.765000,-18.012000,349.061000,-19.296000,342.073000,-27.550000,342.399000,-29.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.576000,45.503000,271.673000,43.186000,266.228000,36.119000,273.333000,41.608000,274.545000,44.271000,280.573000,50.444000,272.188000,47.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.321000,-72.798000,271.613000,-73.705000,294.706000,-75.055000,306.429000,-76.870000,308.592000,-76.100000,314.493000,-74.859000,301.866000,-70.638000,298.143000,-71.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.563000,-18.325000,345.813000,-17.192000,346.474000,-24.355000,340.372000,-21.098000,341.579000,-26.249000,350.262000,-27.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.490000,75.514000,65.522000,80.186000,220.695000,86.212000,359.916000,85.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.415000,56.368000,321.210000,49.369000,315.261000,59.013000,302.478000,61.904000,314.002000,58.161000,313.796000,58.059000,307.614000,55.169000,312.822000,56.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.215000,36.793000,286.810000,28.861000,287.234000,22.330000,292.485000,28.613000,292.931000,33.114000,292.407000,32.909000,290.932000,32.132000,290.826000,32.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.659000,25.713000,64.936000,20.975000,61.047000,23.117000,58.060000,12.306000,64.003000,8.162000,64.499000,15.773000,67.596000,12.559000,66.628000,16.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.128000,-14.511000,197.294000,-20.499000,206.535000,-16.171000,198.031000,-8.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.310000,0.078000,348.002000,-1.259000,347.347000,-2.354000,346.314000,-0.091000,343.229000,-2.549000,339.886000,-7.320000,350.904000,-12.580000,355.797000,-15.538000,356.478000,-13.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.140000,25.595000,354.871000,26.884000,345.424000,29.543000,345.529000,26.024000,338.443000,24.548000,342.349000,19.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.059000,-11.801000,213.855000,-19.687000,217.738000,-17.677000,213.040000,-4.420000,212.792000,-5.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.282000,19.463000,44.744000,23.065000,45.891000,24.780000,33.783000,26.076000,27.893000,18.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.728000,-38.596000,341.854000,-43.277000,358.008000,-49.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.242000,-12.445000,164.523000,-17.423000,166.913000,-15.127000,168.433000,-10.566000,167.229000,-8.481000,162.702000,-10.331000,156.705000,-9.056000,158.967000,-13.511000,158.178000,-16.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.494000,43.360000,7.922000,41.730000,9.108000,47.821000,14.645000,45.888000,18.127000,44.935000,8.196000,49.239000,354.100000,49.519000,1.405000,48.939000,353.942000,46.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.141000,-2.427000,310.289000,-2.517000,314.422000,-6.014000,319.633000,2.681000,306.531000,4.935000,309.580000,0.601000,308.033000,0.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.821000,-6.056000,189.001000,-9.871000,190.887000,-8.411000,181.615000,4.232000,178.785000,1.034000,183.446000,-4.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.006000,-25.919000,334.471000,-24.822000,333.512000,-22.576000,333.584000,-21.040000,338.490000,-14.139000,328.796000,-13.371000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.307000,-8.565000,14.117000,-6.881000,15.353000,-5.563000,11.910000,-5.888000,7.629000,-4.781000,16.207000,-15.592000,14.316000,-8.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.110000,22.240000,161.624000,25.213000,160.761000,25.618000,159.978000,20.823000,154.956000,15.265000,158.318000,15.305000,157.802000,11.132000,160.479000,14.206000,160.591000,15.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.680000,-15.791000,174.982000,-16.170000,179.862000,-22.313000,181.227000,-15.922000,175.103000,-13.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.460000,44.435000,339.278000,46.462000,348.050000,52.564000,353.161000,55.131000,334.956000,57.684000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.919000,-39.409000,73.739000,-48.067000,76.516000,-44.614000,79.686000,-43.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.167000,29.893000,74.853000,36.265000,75.532000,28.857000,72.168000,32.240000,72.987000,27.965000,75.213000,22.995000,79.528000,25.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.414000,14.744000,54.527000,6.164000,48.039000,6.153000,54.107000,5.629000,49.151000,2.346000,49.672000,-0.157000,52.280000,1.641000,58.606000,1.778000,63.670000,6.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.615000,-5.964000,80.938000,-5.189000,68.978000,-6.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.326000,-35.074000,231.020000,-38.234000,232.232000,-40.119000,235.866000,-39.017000,241.325000,-33.134000,239.693000,-26.143000,236.953000,-29.185000,236.921000,-26.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.091000,26.745000,59.461000,22.012000,62.886000,29.564000,62.857000,36.353000,50.784000,33.078000,46.639000,25.791000,55.497000,29.449000,51.383000,26.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.020000,35.791000,241.629000,41.710000,241.150000,34.427000,237.280000,28.539000,243.428000,22.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.716000,75.320000,183.624000,67.496000,194.035000,63.376000,205.387000,65.429000,212.072000,65.296000,206.410000,67.345000,214.393000,67.402000,223.332000,69.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.306000,-56.936000,325.348000,-56.382000,320.502000,-57.274000,323.414000,-58.574000,319.244000,-66.368000,326.144000,-58.645000,333.993000,-65.676000,338.684000,-59.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.264000,34.063000,313.250000,34.943000,310.909000,37.081000,307.821000,39.835000,310.241000,35.350000,303.651000,34.515000,305.487000,32.912000,312.774000,29.871000,313.647000,29.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.759000,39.995000,137.942000,34.907000,146.537000,40.518000,155.922000,41.709000,146.968000,48.655000,143.358000,46.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.819000,-6.907000,1.739000,-0.928000,6.759000,5.597000,356.237000,7.809000,358.392000,-1.987000,357.189000,-5.670000,357.040000,-6.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.641000,54.457000,147.074000,50.410000,156.832000,47.276000,153.021000,52.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.666000,-2.569000,81.745000,3.972000,84.556000,1.591000,87.481000,2.459000,88.796000,4.786000,82.665000,6.535000,80.618000,6.699000,73.237000,12.176000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.689000,12.696000,182.602000,6.781000,187.476000,8.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.268000,40.576000,301.390000,38.827000,306.470000,36.325000,309.675000,39.036000,309.882000,45.469000,302.118000,45.648000,297.105000,48.382000,296.498000,41.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.936000,-17.905000,13.173000,-15.914000,7.493000,-13.600000,1.369000,-15.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.871000,59.059000,272.142000,54.254000,271.680000,43.324000,272.630000,45.881000,286.464000,54.126000,281.714000,56.049000,281.044000,59.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.151000,-38.209000,143.615000,-43.914000,150.048000,-43.219000,156.247000,-44.645000,154.713000,-42.385000,157.730000,-35.525000,150.008000,-35.976000,149.433000,-32.415000,147.503000,-28.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.168000,0.944000,39.520000,4.032000,36.456000,2.407000,29.139000,4.479000,25.757000,1.093000,31.139000,-5.090000,33.686000,-0.112000,34.615000,-6.588000,36.816000,-5.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.356000,9.169000,142.608000,9.338000,147.836000,9.012000,144.808000,13.738000,149.546000,18.669000,146.544000,21.965000,139.428000,23.736000,134.707000,12.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.969000,41.367000,193.219000,45.342000,197.326000,46.159000,195.830000,48.376000,192.829000,52.645000,185.466000,53.431000,175.595000,54.869000,178.500000,45.260000,182.570000,44.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.629000,46.760000,192.202000,45.988000,204.804000,51.885000,195.660000,56.228000,185.679000,55.729000,188.916000,51.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.269000,32.359000,186.082000,29.963000,185.360000,41.989000,174.133000,40.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.667000,-42.788000,109.693000,-45.399000,126.139000,-50.888000,119.521000,-48.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.074000,-23.269000,359.514000,-23.157000,355.251000,-7.357000,354.780000,-12.822000,352.637000,-14.418000,356.919000,-14.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.134000,13.033000,285.577000,15.096000,282.344000,22.117000,280.072000,14.816000,275.064000,17.707000,276.547000,14.568000,274.403000,8.059000,279.780000,10.314000,282.006000,10.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.314000,13.810000,187.801000,7.548000,196.320000,14.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.172000,-31.542000,51.749000,-26.950000,55.526000,-27.589000,58.184000,-27.787000,57.352000,-24.902000,52.161000,-25.663000,43.655000,-20.746000,43.484000,-22.809000,41.178000,-23.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.644000,10.703000,173.963000,4.526000,185.414000,10.729000,181.719000,9.820000,177.072000,14.620000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.276000,-56.304000,327.603000,-52.775000,316.898000,-54.803000,317.093000,-54.968000,312.702000,-53.441000,308.794000,-61.033000,309.425000,-62.422000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.806000,-14.291000,189.674000,-9.927000,197.339000,-9.139000,181.117000,-5.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.843000,-20.224000,187.847000,-19.542000,189.964000,-17.191000,190.643000,-4.726000,185.503000,-11.022000,183.451000,-12.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.834000,-8.514000,187.656000,-3.036000,188.316000,-3.169000,178.829000,2.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.674000,-46.187000,163.689000,-44.124000,156.819000,-50.969000,165.860000,-46.032000,168.399000,-42.968000,165.189000,-39.218000,159.899000,-39.256000,160.251000,-40.665000,155.199000,-39.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.581000,68.848000,324.820000,68.263000,323.120000,63.559000,354.870000,70.659000,338.190000,71.742000,335.508000,76.993000,334.549000,78.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.772000,-18.778000,30.456000,-6.969000,30.796000,-14.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.956000,-70.270000,339.956000,-67.424000,324.827000,-62.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.355000,0.237000,166.380000,6.610000,172.442000,8.257000,167.760000,13.193000,162.416000,16.963000,160.392000,11.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.245000,-21.240000,46.131000,-17.624000,37.696000,-26.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.149000,-25.123000,307.495000,-33.031000,309.156000,-29.955000,308.262000,-27.477000,308.717000,-25.756000,307.025000,-24.636000,304.898000,-24.580000,305.021000,-23.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.353000,43.647000,22.999000,39.840000,23.855000,45.794000,23.387000,48.061000,13.938000,53.987000,17.026000,48.514000,12.033000,45.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.544000,6.761000,26.195000,5.270000,24.660000,17.290000,21.941000,15.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.828000,-33.204000,197.794000,-40.988000,194.061000,-35.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.829000,-49.699000,17.117000,-53.509000,12.920000,-47.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.630000,-24.904000,166.290000,-21.990000,167.624000,-25.421000,177.000000,-28.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.341000,79.977000,345.324000,81.523000,15.129000,83.186000,39.583000,82.030000,339.016000,84.396000,309.874000,81.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.226000,24.496000,59.163000,24.677000,61.467000,25.265000,58.315000,25.357000,58.644000,32.803000,52.376000,29.126000,49.098000,28.488000,49.389000,25.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.901000,26.409000,272.034000,23.707000,267.752000,29.777000,261.563000,31.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.915000,-75.209000,133.900000,-76.238000,116.952000,-71.286000,119.246000,-71.072000,109.001000,-67.624000,96.846000,-62.434000,99.590000,-71.110000,74.845000,-71.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.272000,-2.464000,359.213000,-15.761000,2.147000,-9.545000,6.693000,-8.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.162000,-40.170000,29.681000,-36.444000,27.424000,-43.197000,31.224000,-44.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.759000,-12.026000,187.046000,-8.693000,189.605000,-9.701000,194.759000,-4.836000,189.957000,-5.259000,187.376000,-6.042000,178.216000,-13.716000,184.082000,-9.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.009000,-1.688000,156.460000,-10.609000,160.919000,-9.619000,159.807000,-5.524000,157.786000,-0.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.047000,-34.960000,113.915000,-34.473000,117.617000,-35.197000,127.670000,-33.970000,122.993000,-31.372000,122.577000,-30.515000,115.920000,-25.325000,109.688000,-30.064000,116.211000,-31.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.886000,-24.752000,107.820000,-23.190000,107.736000,-26.950000,109.031000,-26.601000,117.375000,-29.251000,114.915000,-24.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.195000,-16.825000,174.597000,-15.604000,175.628000,-7.355000,178.512000,-1.724000,171.668000,2.313000,169.521000,-5.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.280000,7.732000,156.903000,6.442000,152.190000,8.220000,160.171000,3.333000,162.499000,2.846000,165.307000,0.353000,162.949000,9.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.040000,-50.092000,219.725000,-50.400000,221.868000,-48.257000,220.878000,-39.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.578000,-78.686000,63.236000,-74.093000,357.909000,-81.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.701000,51.036000,146.343000,49.415000,162.188000,56.088000,155.026000,57.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.635000,-39.729000,270.377000,-43.789000,278.721000,-45.567000,272.397000,-32.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.909000,4.911000,184.306000,9.034000,185.562000,10.180000,183.399000,10.955000,179.711000,17.598000,182.695000,9.457000,174.950000,7.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.626000,-36.456000,163.007000,-45.012000,159.901000,-48.114000,163.636000,-46.692000,168.589000,-44.603000,169.236000,-52.484000,174.260000,-47.927000,172.244000,-40.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.598000,-62.464000,301.158000,-63.524000,298.644000,-62.330000,289.109000,-57.647000,296.452000,-65.507000,294.542000,-67.046000,302.249000,-73.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.280000,-0.174000,260.608000,0.450000,261.993000,3.723000,257.651000,0.980000,256.820000,5.422000,252.400000,6.865000,256.268000,-0.040000,251.119000,-2.972000,256.890000,-4.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.920000,-41.306000,236.346000,-38.285000,232.303000,-35.796000,232.489000,-26.495000,224.359000,-28.898000,222.597000,-33.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.204000,29.380000,192.730000,29.247000,183.907000,27.499000,189.626000,25.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.744000,-4.613000,180.170000,-9.482000,183.112000,-5.392000,183.768000,-4.373000,173.974000,1.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.797000,-17.385000,180.873000,-20.699000,182.746000,-21.338000,181.883000,-22.729000,184.948000,-15.985000,185.015000,-13.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.263000,58.241000,202.996000,58.191000,224.065000,65.336000,207.720000,73.343000,197.966000,69.079000,195.186000,70.336000,198.399000,66.201000,199.335000,65.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.526000,15.948000,284.905000,13.857000,286.495000,13.145000,288.698000,19.357000,280.788000,27.058000,284.149000,22.012000,285.552000,20.614000,282.833000,21.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.808000,64.171000,304.753000,63.516000,297.334000,67.137000,287.319000,67.501000,286.713000,75.101000,268.417000,69.787000,283.716000,61.462000,295.534000,62.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.575000,13.834000,7.531000,14.175000,5.469000,18.164000,6.623000,19.310000,5.209000,19.519000,0.311000,20.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.914000,24.098000,174.508000,21.765000,169.209000,19.117000,174.278000,17.065000,174.678000,17.121000,173.160000,15.168000,175.126000,16.570000,174.533000,11.886000,180.855000,13.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.065000,-14.908000,353.584000,-3.208000,353.614000,-1.272000,348.742000,1.466000,347.800000,-4.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.193000,4.884000,357.502000,7.392000,2.924000,0.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.555000,2.375000,281.459000,9.116000,283.878000,16.006000,279.321000,13.688000,270.622000,8.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.729000,36.834000,123.085000,34.475000,120.508000,39.727000,112.202000,41.925000,106.087000,42.010000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.663000,-20.149000,341.968000,-22.068000,341.675000,-17.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.225000,-1.304000,177.689000,-2.519000,177.160000,-7.357000,186.204000,-7.195000,181.911000,1.740000,184.580000,3.880000,183.873000,6.741000,179.302000,6.267000,175.126000,4.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.069000,-5.739000,48.381000,-9.178000,51.741000,-18.213000,53.907000,-14.383000,52.887000,-8.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.400000,17.063000,276.242000,13.145000,279.970000,20.091000,271.995000,28.203000,273.470000,23.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.048000,15.858000,52.010000,15.457000,49.460000,15.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.931000,-9.730000,207.923000,1.441000,203.465000,-2.909000,203.843000,0.594000,201.729000,-5.172000,199.174000,-6.220000,201.025000,-6.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.950000,-16.789000,230.409000,-16.907000,230.448000,-26.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.722000,-8.624000,151.941000,-4.307000,144.284000,-6.404000,143.216000,-9.871000,145.827000,-16.042000,147.308000,-17.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.002000,13.742000,6.883000,14.222000,7.893000,8.342000,11.407000,5.829000,13.610000,6.226000,14.562000,10.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.794000,23.829000,178.308000,22.383000,183.227000,20.318000,195.733000,27.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.905000,-47.050000,20.584000,-35.556000,18.723000,-38.572000,13.843000,-40.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.171000,-9.394000,35.131000,-8.462000,19.928000,-11.291000,26.193000,-13.365000,23.170000,-13.895000,27.336000,-15.676000,28.736000,-23.049000,29.960000,-20.335000,36.256000,-17.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.228000,35.425000,151.761000,34.310000,159.441000,23.857000,166.575000,26.903000,171.034000,36.988000,166.958000,35.353000,169.730000,37.792000,163.007000,33.158000,158.379000,38.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.662000,46.269000,267.197000,47.696000,266.891000,55.578000,260.356000,49.576000,262.286000,46.792000,259.287000,44.947000,262.337000,46.246000,258.815000,40.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.988000,-13.783000,0.636000,-15.932000,0.829000,-18.688000,11.534000,-20.145000,11.477000,-18.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.360000,-2.851000,2.917000,1.178000,0.012000,2.300000,355.100000,3.276000,3.750000,-1.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.980000,8.380000,180.412000,11.620000,181.044000,5.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.034000,76.086000,286.309000,80.767000,289.715000,84.310000,247.666000,74.785000,252.568000,70.547000,264.336000,71.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.826000,2.576000,178.476000,-0.231000,179.899000,-0.350000,186.292000,1.351000,180.902000,2.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.746000,-7.494000,22.572000,-12.570000,31.068000,-5.355000,31.347000,-0.169000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.660000,-33.711000,67.431000,-33.134000,68.570000,-34.934000,69.516000,-28.043000,70.920000,-25.037000,59.013000,-27.399000,57.680000,-28.212000,58.377000,-29.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.057000,-12.587000,45.652000,-11.558000,40.842000,-7.441000,35.366000,-1.357000,34.218000,-2.952000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.197000,-15.966000,151.806000,-19.519000,147.919000,-21.116000,152.777000,-23.425000,158.273000,-31.468000,159.835000,-23.979000,160.982000,-23.177000,165.924000,-21.912000,166.870000,-21.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.066000,-59.683000,253.001000,-59.675000,281.099000,-62.692000,288.051000,-63.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.565000,-4.123000,341.158000,-6.445000,342.090000,-12.760000,344.956000,-11.140000,350.618000,-7.810000,352.272000,-7.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.412000,20.462000,218.703000,25.184000,226.012000,25.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.404000,3.415000,74.539000,-5.110000,78.369000,-9.306000,77.056000,-5.162000,77.181000,-0.849000,78.139000,1.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.233000,-23.169000,187.701000,-22.732000,185.750000,-24.245000,182.113000,-23.659000,182.152000,-25.166000,201.296000,-29.869000,200.250000,-28.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.282000,16.189000,32.277000,14.038000,26.678000,18.072000,25.766000,16.366000,30.943000,13.134000,26.331000,12.803000,26.429000,11.729000,32.043000,5.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.610000,27.424000,6.637000,31.089000,5.931000,30.259000,359.097000,21.157000,3.904000,22.031000,3.595000,15.238000,13.640000,22.284000,9.987000,31.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.356000,-7.566000,178.741000,-5.988000,178.863000,-1.005000,184.427000,3.437000,183.852000,3.337000,175.665000,5.067000,173.293000,0.929000,172.711000,-0.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.175000,-15.243000,271.736000,-15.228000,268.202000,-13.375000,262.135000,-17.530000,280.510000,-16.938000,278.156000,-15.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.775000,-35.326000,207.856000,-40.094000,207.397000,-37.290000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.111000,-21.990000,18.026000,-24.168000,15.325000,-28.711000,20.822000,-30.254000,22.107000,-30.559000,21.790000,-33.232000,25.323000,-31.494000,28.577000,-24.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.774000,38.512000,166.384000,34.274000,163.407000,33.311000,160.048000,31.237000,164.197000,32.120000,163.974000,31.045000,167.602000,28.809000,168.448000,36.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.002000,-8.575000,221.496000,-0.649000,213.562000,-6.244000,213.323000,-12.231000,216.345000,-11.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.741000,-25.200000,288.378000,-20.274000,288.687000,-11.307000,281.421000,-14.222000,280.355000,-13.388000,277.780000,-16.107000,273.061000,-19.233000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.016000,-1.327000,191.302000,-1.336000,190.684000,1.519000,187.563000,-7.165000,190.494000,-12.854000,193.939000,-9.542000,193.515000,-6.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.777000,-4.395000,62.447000,-5.196000,63.745000,-6.088000,65.433000,-1.157000,65.258000,1.447000,58.052000,1.756000,60.287000,0.035000,57.431000,0.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.727000,53.808000,148.092000,50.625000,134.926000,51.299000,135.509000,48.597000,148.197000,39.201000,153.223000,41.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.533000,55.450000,109.167000,60.996000,100.435000,63.816000,105.683000,56.320000,105.896000,56.533000,106.972000,54.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.088000,15.285000,5.991000,22.597000,3.580000,22.163000,3.841000,18.473000,5.599000,12.186000,4.627000,9.236000,9.958000,8.129000,12.027000,14.352000,11.020000,14.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.783000,52.471000,149.867000,45.225000,145.540000,39.719000,151.502000,42.265000,160.768000,38.331000,155.749000,47.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.130000,15.835000,342.666000,18.085000,327.600000,24.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.154000,7.489000,279.910000,0.947000,285.836000,12.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.232000,29.453000,145.279000,21.003000,146.495000,29.906000,150.771000,29.426000,153.446000,29.651000,146.552000,36.408000,139.702000,33.509000,136.496000,31.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.561000,-45.736000,350.672000,-43.904000,347.310000,-54.312000,355.161000,-57.341000,4.344000,-55.502000,4.783000,-54.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.804000,70.054000,34.880000,64.777000,44.777000,67.891000,33.312000,62.545000,38.947000,62.220000,54.078000,65.148000,59.952000,64.495000,62.328000,68.762000,65.512000,70.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.092000,25.423000,126.616000,27.072000,128.332000,22.315000,137.703000,18.032000,132.563000,21.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.356000,23.444000,160.970000,21.376000,175.469000,19.954000,172.708000,27.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.398000,12.619000,172.094000,17.524000,173.615000,11.284000,176.806000,16.438000,180.419000,14.858000,178.141000,25.760000,174.067000,22.686000,169.846000,25.609000,163.345000,22.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.402000,-8.447000,163.907000,-16.402000,167.234000,-17.745000,171.268000,-20.839000,172.811000,-15.251000,173.905000,-13.526000,173.898000,-13.041000,169.333000,-7.516000,166.147000,-8.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.428000,2.361000,102.256000,-0.292000,97.663000,7.227000,93.095000,0.532000,95.254000,-3.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.852000,-23.419000,177.704000,-20.596000,172.494000,-18.624000,172.391000,-14.889000,170.519000,-18.139000,169.631000,-17.509000,169.978000,-20.173000,161.511000,-20.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.435000,-22.703000,150.694000,-16.624000,137.005000,-16.818000,137.066000,-23.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.999000,-26.748000,3.792000,-29.042000,4.823000,-30.916000,12.209000,-20.784000,6.201000,-23.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.648000,-73.914000,202.217000,-64.518000,163.137000,-67.462000,158.756000,-74.244000,166.285000,-75.594000,178.956000,-75.490000,169.079000,-78.137000,189.220000,-75.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.183000,45.428000,333.217000,42.776000,331.934000,35.943000,325.472000,32.628000,331.158000,33.002000,331.803000,33.678000,333.800000,30.801000,334.810000,31.921000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.245000,10.511000,176.056000,-1.542000,176.343000,-1.011000,182.192000,-3.245000,183.737000,-1.947000,179.667000,3.544000,184.203000,3.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.396000,-24.543000,334.081000,-30.783000,331.628000,-30.984000,333.060000,-35.193000,336.373000,-34.337000,338.768000,-34.836000,344.936000,-29.745000,337.250000,-31.790000,340.157000,-29.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.069000,-2.400000,195.187000,2.006000,200.715000,1.245000,197.299000,3.998000,196.577000,6.361000,195.727000,5.875000,194.209000,10.800000,190.932000,12.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.724000,-4.218000,225.316000,-4.965000,219.504000,-3.345000,222.975000,-10.625000,224.117000,-8.997000,224.100000,-10.868000,228.094000,-10.653000,228.144000,-6.444000,229.137000,-4.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.812000,-28.371000,85.000000,-28.465000,89.176000,-23.708000,85.843000,-23.945000,73.782000,-22.657000,72.152000,-30.288000,72.537000,-33.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.202000,-31.326000,138.822000,-25.608000,138.668000,-27.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.376000,-29.535000,106.932000,-27.420000,115.786000,-39.136000,115.751000,-31.478000,111.387000,-31.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.611000,-37.750000,85.930000,-42.198000,91.007000,-46.974000,87.378000,-39.879000,86.705000,-39.429000,90.631000,-40.513000,91.428000,-32.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.675000,-31.847000,226.543000,-41.639000,226.681000,-36.319000,230.191000,-38.613000,227.675000,-25.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.874000,-8.464000,14.676000,-6.582000,14.442000,-0.241000,16.223000,2.172000,11.929000,5.513000,10.017000,3.710000,9.990000,3.328000,8.102000,-1.207000,5.445000,-6.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.908000,1.748000,227.756000,-3.823000,229.159000,-5.669000,222.464000,-6.220000,236.966000,-2.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.876000,9.323000,14.659000,14.595000,20.822000,17.805000,7.715000,17.850000,6.424000,11.036000,10.584000,11.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.931000,-5.984000,157.023000,-8.720000,160.603000,-7.791000,169.728000,-5.440000,169.833000,-1.652000,164.123000,0.362000,163.060000,-4.031000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.655000,-48.240000,355.762000,-55.610000,0.393000,-54.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.738000,-27.074000,192.364000,-25.509000,201.987000,-17.843000,188.492000,-18.585000,190.776000,-22.164000,189.317000,-22.975000,184.422000,-23.116000,190.431000,-23.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.709000,-24.692000,198.667000,-11.554000,192.514000,-21.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.355000,-23.688000,1.906000,-21.423000,11.179000,-20.186000,10.818000,-21.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.695000,1.432000,357.342000,-2.809000,355.401000,-8.319000,2.930000,-5.241000,5.961000,-6.928000,3.878000,-4.052000,2.899000,-3.250000,1.869000,1.968000,1.470000,5.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.405000,-3.905000,90.740000,-1.615000,93.109000,2.559000,89.198000,1.981000,87.132000,1.757000,82.601000,4.429000,84.787000,0.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.415000,5.876000,171.351000,10.735000,168.194000,10.202000,163.029000,16.338000,164.509000,13.668000,165.904000,10.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.256000,11.680000,22.307000,6.722000,20.937000,11.635000,20.988000,22.038000,15.560000,15.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.290000,-36.285000,148.016000,-35.713000,152.564000,-36.977000,153.411000,-37.365000,153.024000,-31.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.421000,53.603000,249.136000,52.084000,266.418000,47.389000,266.092000,51.109000,271.547000,51.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.794000,56.875000,309.173000,54.556000,287.446000,63.899000,281.941000,61.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.397000,29.986000,230.602000,28.584000,230.926000,28.082000,228.980000,25.655000,235.555000,26.002000,242.520000,24.043000,240.358000,26.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.431000,5.605000,0.324000,7.529000,349.536000,5.183000,357.742000,1.007000,356.131000,-6.851000,4.865000,-3.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.199000,3.778000,186.594000,4.292000,189.988000,7.706000,188.613000,12.959000,181.469000,6.798000,180.814000,1.659000,182.909000,1.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.260000,53.709000,137.589000,60.402000,129.361000,61.139000,116.758000,57.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.874000,17.908000,295.147000,23.324000,295.285000,27.100000,298.000000,34.158000,288.159000,30.409000,288.297000,26.132000,291.591000,26.172000,289.177000,23.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.194000,-65.261000,320.394000,-62.642000,328.542000,-70.784000,332.935000,-68.994000,329.945000,-65.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.617000,-10.685000,8.323000,-7.187000,359.056000,-5.192000,358.603000,-5.697000,356.377000,-2.467000,355.832000,-10.798000,358.325000,-16.996000,1.051000,-11.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.143000,45.574000,219.329000,48.453000,221.340000,56.526000,207.854000,57.007000,204.111000,52.741000,194.502000,50.291000,200.240000,45.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.768000,12.099000,235.660000,11.788000,235.017000,15.685000,234.578000,4.965000,237.211000,6.838000,240.922000,8.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.098000,13.106000,192.503000,10.294000,188.834000,12.928000,191.200000,15.356000,185.289000,17.432000,179.656000,20.841000,184.937000,15.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.978000,-69.250000,28.783000,-76.299000,34.119000,-68.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.486000,-69.498000,88.880000,-65.528000,112.933000,-65.741000,100.819000,-61.110000,89.842000,-55.317000,88.756000,-57.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.175000,75.770000,213.705000,70.750000,229.461000,79.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.343000,-43.943000,96.567000,-37.291000,96.210000,-33.739000,87.147000,-34.929000,81.163000,-30.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.459000,-48.738000,333.807000,-48.240000,337.886000,-45.503000,347.246000,-46.415000,337.766000,-36.226000,333.790000,-41.387000,332.711000,-41.421000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.572000,2.818000,2.045000,3.187000,3.145000,4.110000,353.781000,8.012000,353.260000,9.379000,345.576000,6.054000,352.264000,-1.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.253000,-60.731000,150.572000,-62.592000,169.206000,-60.545000,155.242000,-59.453000,157.268000,-50.305000,156.387000,-49.716000,153.785000,-56.325000,139.565000,-61.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.593000,11.734000,87.381000,13.225000,87.868000,7.356000,97.591000,7.724000,97.003000,8.984000,88.980000,9.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.536000,38.514000,20.074000,36.217000,22.114000,32.942000,21.436000,36.093000,17.643000,43.084000,16.638000,42.670000,11.398000,45.515000,15.235000,37.801000,15.295000,29.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.862000,-67.378000,70.440000,-65.351000,61.146000,-64.611000,64.267000,-62.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.821000,15.239000,195.243000,21.669000,194.408000,14.368000,191.281000,14.716000,195.755000,13.035000,194.542000,9.766000,199.207000,11.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.424000,36.784000,292.730000,43.892000,278.556000,44.902000,275.315000,43.338000,271.196000,39.053000,278.432000,40.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.396000,13.437000,124.427000,16.398000,123.740000,19.209000,123.685000,20.785000,119.424000,17.159000,118.687000,18.504000,115.986000,13.891000,116.307000,8.128000,120.232000,6.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.804000,24.735000,325.938000,24.266000,322.754000,20.191000,326.423000,17.503000,327.973000,20.184000,338.455000,23.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.868000,32.242000,282.421000,42.673000,283.151000,45.598000,280.861000,45.426000,277.752000,46.601000,272.926000,47.123000,270.471000,40.250000,270.405000,39.137000,275.414000,35.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.273000,-9.117000,310.361000,-16.959000,312.426000,-22.468000,317.554000,-21.703000,314.961000,-15.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.524000,16.749000,261.911000,16.096000,262.304000,17.003000,255.458000,20.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.614000,64.100000,313.287000,61.701000,298.029000,60.068000,305.555000,59.934000,305.555000,59.073000,321.176000,57.853000,326.811000,61.454000,327.381000,61.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.265000,7.424000,180.761000,-0.258000,182.915000,-9.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.655000,-4.196000,356.267000,-1.383000,359.620000,-0.366000,5.572000,-5.219000,5.946000,-4.654000,6.481000,-3.831000,357.413000,1.613000,352.135000,-0.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.007000,31.434000,316.609000,30.770000,323.609000,37.703000,312.305000,35.934000,305.145000,37.240000,306.492000,33.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.997000,3.020000,347.982000,9.015000,341.053000,7.000000,340.561000,2.216000,332.833000,-1.459000,348.935000,2.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.096000,42.406000,254.984000,42.585000,243.932000,46.135000,253.366000,34.462000,256.048000,37.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.447000,74.530000,17.357000,71.095000,28.964000,72.044000,44.477000,72.753000,22.338000,74.475000,21.169000,75.043000,19.626000,76.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.208000,4.982000,31.110000,4.391000,29.682000,14.696000,18.746000,9.016000,19.297000,8.239000,22.303000,7.011000,20.274000,6.794000,18.487000,4.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.225000,-2.209000,181.627000,1.048000,170.905000,3.337000,170.496000,2.681000,176.026000,0.016000,179.576000,-4.424000,180.508000,-6.371000,181.046000,-2.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.744000,-7.523000,63.163000,-5.694000,71.306000,-17.431000,69.643000,-11.901000,72.274000,-7.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.881000,20.136000,98.858000,26.565000,86.872000,23.092000,88.374000,20.012000,98.039000,17.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.098000,-1.228000,193.031000,-7.404000,193.429000,-12.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.164000,74.481000,274.440000,77.910000,273.186000,63.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.213000,-63.136000,78.581000,-59.054000,77.735000,-60.253000,68.891000,-57.404000,71.304000,-60.190000,77.175000,-66.312000,85.156000,-73.585000,88.677000,-67.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.807000,41.318000,331.696000,41.764000,318.922000,45.502000,323.776000,41.594000,327.274000,33.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.099000,-47.157000,106.864000,-40.948000,108.202000,-47.672000,97.121000,-49.488000,112.692000,-49.703000,120.284000,-52.002000,122.366000,-47.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.966000,12.038000,95.422000,7.122000,94.463000,9.137000,94.657000,3.869000,90.082000,-3.562000,93.529000,-2.228000,99.116000,-2.589000,100.189000,-1.758000,99.433000,1.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.807000,-69.444000,308.550000,-68.508000,287.568000,-73.309000,310.576000,-69.122000,325.273000,-71.664000,315.138000,-68.358000,313.606000,-65.026000,314.550000,-62.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.542000,65.647000,160.352000,62.209000,158.340000,59.623000,149.318000,58.654000,154.125000,56.151000,160.781000,53.112000,161.078000,53.727000,173.335000,60.249000,163.050000,59.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.564000,57.659000,166.266000,53.135000,172.828000,48.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.398000,0.884000,265.009000,1.316000,255.770000,2.455000,256.798000,-2.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.702000,60.228000,354.227000,63.040000,341.373000,62.086000,343.230000,60.816000,350.843000,59.230000,7.609000,57.499000,7.718000,59.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.437000,24.726000,159.733000,17.370000,160.445000,17.652000,164.088000,23.544000,172.107000,29.167000,166.979000,28.205000,163.035000,30.961000,161.795000,35.309000,156.623000,32.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.522000,20.366000,359.969000,20.364000,1.344000,25.672000,350.271000,23.673000,353.025000,24.944000,351.510000,17.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.232000,7.729000,219.515000,7.543000,205.353000,5.959000,207.185000,0.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.941000,-44.057000,335.698000,-41.660000,338.278000,-34.119000,329.551000,-42.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.659000,-13.415000,282.004000,-14.483000,286.889000,-16.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.960000,-48.712000,225.274000,-46.001000,218.447000,-41.865000,203.991000,-38.671000,207.005000,-43.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.822000,-46.775000,352.707000,-46.796000,344.751000,-50.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.302000,-30.513000,5.331000,-46.698000,10.546000,-42.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.835000,1.473000,354.578000,-7.365000,5.327000,-3.277000,359.510000,1.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.199000,5.367000,355.303000,-2.889000,1.074000,-7.640000,5.467000,-1.210000,0.274000,1.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.841000,29.380000,188.949000,34.347000,188.101000,26.479000,187.980000,23.473000,190.819000,23.362000,198.975000,24.433000,195.007000,26.465000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.179000,33.765000,2.098000,34.904000,10.781000,24.801000,13.729000,26.672000,13.086000,28.213000,12.223000,29.530000,11.906000,34.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.960000,-6.290000,25.160000,-0.599000,23.674000,3.117000,17.444000,2.382000,24.284000,1.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.956000,-9.910000,256.918000,-9.511000,258.437000,-8.659000,261.035000,-8.023000,255.909000,-2.307000,253.725000,-5.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.852000,-11.657000,18.233000,-8.163000,9.227000,-12.107000,21.045000,-23.220000,21.471000,-21.415000,18.267000,-15.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.401000,8.578000,339.116000,8.442000,339.862000,1.095000,333.312000,6.193000,342.620000,4.906000,341.682000,3.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.804000,-19.184000,147.338000,-18.018000,147.797000,-17.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.330000,-57.430000,207.750000,-55.762000,189.475000,-54.699000,198.437000,-56.693000,201.428000,-61.923000,210.445000,-64.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.612000,2.639000,4.183000,4.425000,0.890000,4.941000,356.778000,1.197000,0.510000,-4.126000,355.024000,-8.327000,6.379000,-9.793000,8.144000,-6.606000,6.645000,-4.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.301000,-4.445000,151.519000,-11.173000,156.052000,-2.494000,160.385000,-0.378000,156.821000,0.041000,160.285000,2.636000,153.256000,-0.342000,150.696000,-1.834000,144.432000,-2.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.857000,-20.562000,183.455000,-15.897000,187.769000,-17.252000,183.149000,-12.448000,184.749000,-7.852000,182.877000,-11.980000,184.559000,-6.203000,181.720000,-11.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.974000,-24.053000,353.722000,-22.462000,355.280000,-20.274000,356.291000,-16.546000,343.602000,-16.126000,347.815000,-25.688000,348.322000,-26.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.057000,29.688000,304.002000,23.120000,318.493000,29.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.271000,-4.182000,1.334000,-0.152000,0.952000,3.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.115000,8.496000,248.114000,8.164000,245.135000,4.297000,258.866000,-0.874000,258.621000,2.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.357000,-20.966000,127.656000,-28.604000,132.693000,-23.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.253000,30.747000,101.674000,35.933000,97.948000,38.009000,84.625000,34.765000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.890000,6.539000,179.368000,9.862000,172.754000,8.690000,171.708000,8.538000,173.796000,6.992000,171.113000,8.222000,171.349000,-0.996000,178.268000,-1.543000,183.677000,2.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.675000,25.235000,275.600000,26.439000,272.793000,28.541000,271.131000,30.305000,271.465000,26.948000,267.808000,28.376000,267.037000,25.463000,270.042000,22.101000,269.359000,21.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.839000,-28.247000,166.949000,-28.060000,163.044000,-35.212000,170.196000,-34.047000,172.930000,-33.566000,174.734000,-31.008000,174.694000,-27.305000,172.509000,-29.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.591000,-10.390000,318.791000,-6.464000,326.774000,-13.502000,331.398000,-5.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.554000,21.272000,337.691000,23.397000,341.709000,26.608000,338.175000,32.079000,333.288000,31.879000,330.301000,32.205000,330.405000,23.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.682000,6.083000,350.560000,6.938000,346.865000,11.567000,343.344000,15.515000,347.019000,8.149000,346.573000,7.694000,344.739000,6.753000,351.290000,-0.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.955000,-59.272000,284.542000,-61.343000,281.900000,-69.070000,291.085000,-64.247000,305.523000,-58.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.899000,-4.842000,198.527000,-5.112000,195.889000,-0.479000,195.156000,-1.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.446000,-0.254000,354.433000,-0.240000,355.977000,-2.047000,354.660000,-1.608000,353.827000,-8.860000,2.348000,-4.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.668000,56.716000,148.276000,55.219000,145.468000,55.648000,140.361000,51.699000,142.193000,50.424000,145.709000,47.983000,150.203000,52.527000,151.699000,51.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.951000,-3.815000,7.671000,-2.825000,358.796000,8.412000,358.678000,-1.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.513000,13.957000,196.795000,9.129000,200.843000,4.564000,204.100000,7.796000,206.614000,10.240000,207.909000,9.598000,212.398000,11.079000,212.641000,11.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.128000,31.065000,132.385000,31.974000,137.495000,33.308000,137.958000,39.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.144000,29.523000,6.429000,28.602000,1.140000,21.633000,0.271000,15.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.771000,-16.419000,248.745000,-20.633000,250.256000,-23.227000,252.315000,-25.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.912000,25.275000,113.282000,16.843000,114.566000,14.478000,110.095000,10.210000,111.877000,8.541000,118.255000,11.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.811000,-55.584000,250.734000,-61.643000,247.044000,-53.398000,252.673000,-52.201000,247.429000,-52.218000,246.837000,-51.245000,247.644000,-45.867000,241.547000,-52.484000,237.894000,-57.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.110000,-10.253000,36.162000,-9.232000,39.054000,-9.087000,39.331000,-7.989000,43.616000,-6.637000,37.718000,-4.532000,37.377000,-3.942000,37.168000,-3.243000,31.070000,0.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.712000,1.044000,181.222000,-0.413000,180.091000,5.082000,177.370000,-2.078000,176.793000,-4.928000,178.331000,-5.585000,182.175000,-10.119000,188.459000,0.235000,186.537000,1.506000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.677000,-1.274000,179.246000,-1.473000,179.934000,-4.321000,182.850000,-3.496000,182.130000,-0.502000,186.453000,6.553000,179.266000,1.768000,177.132000,3.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.072000,12.365000,180.695000,15.262000,181.627000,19.572000,179.937000,26.850000,179.018000,21.587000,178.735000,20.380000,176.235000,14.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.568000,-4.111000,154.629000,0.678000,150.485000,4.080000,148.504000,2.082000,151.125000,-4.226000,146.118000,-8.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.238000,26.248000,268.424000,31.382000,270.621000,32.126000,279.527000,31.794000,273.669000,33.742000,272.824000,35.442000,266.386000,41.568000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.296000,27.223000,158.520000,30.068000,149.499000,26.288000,157.110000,26.054000,164.853000,23.715000,163.800000,25.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.316000,-49.418000,227.935000,-47.604000,224.329000,-57.881000,227.166000,-56.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.931000,-48.580000,118.983000,-54.881000,126.780000,-49.662000,128.131000,-41.498000,123.908000,-42.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.698000,-40.132000,144.724000,-44.641000,145.314000,-44.531000,149.144000,-41.898000,151.272000,-42.886000,153.119000,-44.077000,155.290000,-39.050000,155.483000,-36.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.373000,32.195000,18.538000,30.509000,26.012000,33.295000,17.126000,36.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.012000,-12.806000,300.884000,-11.927000,307.320000,-11.072000,304.913000,-8.998000,300.110000,-9.372000,291.001000,-13.983000,297.370000,-17.645000,297.806000,-13.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.137000,-4.963000,344.842000,-7.549000,352.957000,-11.811000,352.605000,-5.676000,357.183000,-4.407000,349.806000,2.602000,349.599000,0.861000,347.675000,-1.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.799000,-5.032000,184.051000,-5.598000,188.743000,-11.160000,191.700000,-7.994000,194.345000,-7.077000,193.535000,2.681000,190.604000,0.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.614000,-2.009000,3.509000,-2.874000,6.746000,-1.064000,4.342000,1.488000,1.889000,1.745000,355.809000,3.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.423000,-46.697000,110.117000,-56.101000,110.533000,-43.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.568000,36.950000,118.355000,40.010000,116.335000,42.587000,112.600000,36.161000,109.650000,33.352000,109.289000,32.830000,116.543000,31.887000,116.365000,34.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.533000,-27.323000,276.065000,-24.366000,276.569000,-21.365000,271.441000,-17.640000,268.207000,-32.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.112000,-30.973000,23.604000,-35.419000,26.767000,-41.889000,30.844000,-46.007000,39.503000,-43.193000,36.803000,-39.327000,42.410000,-35.390000,36.958000,-34.894000,33.784000,-33.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.091000,-52.440000,32.707000,-57.158000,29.361000,-51.622000,35.440000,-49.560000,28.143000,-46.712000,16.833000,-47.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.839000,-28.644000,326.458000,-33.968000,330.083000,-29.489000,337.321000,-31.111000,339.203000,-28.947000,337.423000,-26.102000,335.009000,-25.910000,331.355000,-21.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.721000,-39.455000,117.691000,-40.075000,123.011000,-39.661000,120.505000,-30.624000,116.329000,-30.608000,104.762000,-29.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.939000,-33.948000,26.504000,-27.981000,23.695000,-19.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.575000,53.621000,253.984000,53.052000,252.354000,55.151000,247.075000,59.215000,244.886000,64.459000,245.078000,59.305000,229.819000,61.119000,231.463000,60.704000,243.021000,55.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.518000,27.207000,94.310000,25.076000,105.059000,21.978000,109.753000,26.978000,107.347000,27.239000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.397000,27.322000,110.213000,28.096000,105.730000,26.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.117000,26.476000,62.075000,25.225000,66.472000,17.024000,70.303000,19.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.712000,-9.146000,187.419000,-8.357000,187.407000,-2.767000,179.497000,-8.753000,186.100000,-14.465000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.274000,59.519000,296.284000,47.975000,303.316000,55.527000,298.339000,57.681000,303.235000,61.968000,294.959000,59.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.720000,54.394000,172.611000,55.479000,165.383000,45.211000,171.561000,49.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.382000,37.393000,330.622000,32.219000,336.376000,22.285000,347.075000,31.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.465000,56.567000,113.248000,56.178000,117.336000,56.680000,116.639000,58.159000,111.822000,67.096000,104.151000,56.989000,109.728000,58.110000,102.909000,51.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.367000,-23.122000,201.776000,-26.160000,209.875000,-21.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.975000,75.376000,73.343000,75.979000,76.378000,74.918000,73.911000,71.794000,104.563000,72.161000,105.997000,72.896000,93.493000,75.976000,92.385000,78.092000,105.766000,83.733000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.223000,-22.725000,208.347000,-27.453000,218.912000,-34.823000,216.628000,-31.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.521000,11.862000,28.759000,12.311000,28.859000,13.879000,20.826000,20.909000,18.003000,18.229000,9.908000,13.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.188000,6.663000,74.481000,10.496000,78.628000,7.671000,79.872000,10.391000,75.401000,12.318000,75.922000,13.004000,71.347000,12.933000,71.676000,8.431000,72.887000,2.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.802000,-26.601000,58.827000,-20.259000,47.654000,-22.843000,42.965000,-24.301000,45.297000,-27.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.257000,21.773000,202.217000,30.500000,192.734000,30.826000,190.434000,29.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.003000,2.728000,128.371000,-1.870000,126.119000,-4.560000,133.339000,-14.821000,131.583000,-6.272000,135.993000,0.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.779000,68.159000,289.537000,65.590000,276.249000,69.298000,298.975000,55.075000,312.706000,64.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.011000,-65.354000,313.869000,-68.188000,328.307000,-65.212000,321.086000,-57.248000,320.236000,-55.911000,321.049000,-52.010000,310.398000,-56.279000,308.723000,-56.211000,309.065000,-59.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.983000,58.364000,147.132000,61.568000,164.282000,64.682000,154.781000,65.540000,156.761000,71.810000,145.869000,64.978000,138.146000,62.262000,139.844000,62.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.007000,28.084000,187.917000,29.188000,185.751000,31.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.712000,-16.320000,10.647000,-21.315000,8.878000,-15.212000,10.056000,-14.491000,8.713000,-8.014000,7.544000,-8.628000,4.094000,-10.533000,4.072000,-15.414000,6.947000,-20.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.577000,4.531000,168.002000,11.171000,172.167000,15.753000,162.106000,19.895000,157.466000,17.609000,157.097000,13.589000,161.829000,8.846000,161.746000,6.419000,164.491000,9.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.726000,4.755000,207.489000,4.189000,209.613000,12.668000,205.520000,9.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.216000,8.787000,161.454000,4.887000,171.958000,-5.471000,175.222000,1.823000,169.778000,3.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.998000,55.695000,78.695000,46.460000,92.522000,53.596000,95.622000,56.171000,82.167000,56.095000,80.111000,57.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.557000,26.672000,295.176000,23.122000,309.207000,19.865000,297.117000,29.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.335000,1.178000,98.775000,1.918000,101.137000,4.577000,97.567000,15.664000,94.292000,8.471000,92.411000,10.903000,88.482000,14.547000,88.927000,11.024000,91.937000,5.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.761000,-24.215000,159.489000,-23.376000,164.624000,-21.468000,170.120000,-26.423000,166.856000,-18.478000,162.942000,-10.922000,159.212000,-14.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.492000,13.186000,131.292000,12.564000,138.453000,4.093000,141.700000,7.139000,147.074000,4.296000,141.964000,14.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.354000,66.602000,348.192000,57.338000,5.417000,60.252000,0.495000,66.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.881000,50.743000,133.976000,55.650000,132.394000,58.121000,137.943000,59.596000,135.132000,60.644000,118.829000,60.944000,120.023000,54.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.651000,17.534000,217.413000,17.221000,212.637000,27.710000,205.331000,23.442000,207.593000,11.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.266000,-0.517000,354.111000,-3.587000,1.223000,-6.781000,4.748000,1.138000,3.617000,8.931000,1.112000,8.819000,359.020000,5.797000,357.492000,9.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.309000,-4.816000,181.603000,-4.553000,180.725000,-6.768000,184.922000,-4.849000,186.788000,4.489000,181.416000,3.885000,180.980000,-2.710000,176.501000,-3.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.468000,-11.153000,46.972000,-19.953000,41.480000,-21.899000,41.194000,-23.811000,42.380000,-23.762000,47.028000,-26.897000,51.195000,-29.376000,51.456000,-22.935000,53.330000,-25.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.600000,-63.247000,276.158000,-60.472000,272.414000,-68.419000,280.342000,-66.683000,279.685000,-61.851000,278.855000,-60.645000,288.158000,-64.887000,290.365000,-63.799000,278.603000,-53.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.893000,47.033000,158.158000,43.909000,158.810000,35.799000,168.060000,40.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.034000,6.011000,319.988000,2.747000,324.440000,8.363000,334.169000,13.014000,327.665000,15.577000,323.632000,10.747000,319.029000,14.586000,317.501000,6.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.598000,33.121000,7.012000,29.781000,1.598000,18.490000,8.775000,22.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.281000,38.055000,53.840000,36.870000,54.588000,36.116000,46.575000,32.802000,57.677000,32.639000,61.668000,31.561000,66.286000,35.158000,68.799000,35.164000,58.628000,37.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.739000,3.273000,177.864000,-0.580000,187.184000,0.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.307000,-26.163000,197.972000,-32.369000,207.294000,-39.509000,213.742000,-30.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.380000,-60.864000,16.882000,-60.838000,28.115000,-64.891000,41.109000,-58.706000,42.557000,-57.505000,34.830000,-52.941000,17.607000,-57.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.707000,47.856000,182.975000,51.151000,185.756000,55.377000,169.185000,51.087000,169.393000,49.864000,173.661000,49.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.332000,-12.779000,163.004000,-11.014000,162.341000,-10.812000,163.803000,-17.305000,170.613000,-18.441000,171.024000,-13.849000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.351000,-35.073000,20.045000,-32.723000,15.098000,-33.248000,11.147000,-36.534000,13.057000,-44.592000,22.076000,-40.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.817000,44.858000,201.290000,41.467000,216.435000,43.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.300000,-25.423000,246.370000,-30.771000,260.923000,-32.732000,263.967000,-24.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.242000,-41.899000,77.390000,-44.599000,90.716000,-38.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.660000,-8.656000,23.305000,-12.591000,20.564000,-18.241000,27.886000,-8.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.883000,-6.014000,151.260000,-6.248000,152.600000,-7.944000,149.464000,-5.842000,154.567000,-13.724000,159.120000,-11.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.996000,-41.949000,153.025000,-40.454000,140.364000,-39.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.879000,-36.603000,14.603000,-38.334000,20.165000,-38.858000,28.735000,-39.987000,29.166000,-31.208000,27.944000,-27.902000,24.483000,-31.886000,23.526000,-30.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.236000,6.835000,176.553000,0.059000,187.497000,1.548000,185.909000,8.751000,183.835000,9.551000,183.382000,10.461000,179.430000,13.156000,174.760000,15.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.442000,-37.442000,118.618000,-33.912000,124.615000,-33.456000,118.145000,-21.789000,117.318000,-22.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.981000,-7.188000,67.874000,-12.256000,71.215000,-13.267000,71.592000,-15.939000,74.569000,-14.958000,80.493000,-14.861000,75.100000,-12.630000,74.769000,-12.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.811000,0.230000,198.179000,-3.827000,198.446000,-3.729000,196.936000,-2.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.824000,-1.510000,354.972000,-0.945000,359.897000,-2.057000,358.039000,-5.585000,3.640000,-5.718000,3.682000,-5.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.614000,-10.939000,36.165000,-1.477000,32.076000,-2.686000,26.551000,-1.772000,23.617000,-1.564000,24.707000,-5.823000,29.744000,-4.716000,24.917000,-7.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.663000,35.067000,136.464000,32.322000,143.540000,29.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.443000,-21.244000,332.499000,-23.838000,335.472000,-25.014000,331.289000,-33.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.217000,28.669000,358.325000,33.761000,357.296000,31.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.048000,21.182000,8.288000,24.878000,353.490000,14.271000,354.873000,12.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.299000,-11.306000,208.581000,-11.366000,208.111000,-17.902000,210.950000,-14.495000,213.994000,-13.157000,215.509000,-6.832000,217.449000,-5.028000,206.113000,-4.053000,205.587000,-4.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.464000,7.224000,337.570000,13.091000,330.872000,11.661000,324.616000,4.768000,333.177000,5.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.565000,-79.815000,115.553000,-77.094000,128.446000,-70.951000,129.604000,-69.987000,109.982000,-68.744000,97.731000,-66.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.587000,78.463000,50.913000,72.460000,75.702000,76.656000,109.120000,84.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.655000,-9.504000,325.571000,-13.805000,316.532000,-5.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.674000,13.221000,160.233000,15.153000,161.385000,16.501000,160.433000,16.297000,158.933000,15.475000,154.119000,6.169000,157.171000,9.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.626000,-33.162000,226.501000,-36.954000,236.086000,-31.286000,230.184000,-27.645000,225.129000,-28.849000,223.210000,-27.555000,216.184000,-24.983000,222.527000,-30.122000,224.502000,-30.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.432000,-37.130000,11.736000,-37.911000,17.562000,-38.362000,17.870000,-38.573000,25.422000,-36.833000,21.685000,-32.999000,16.223000,-33.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.848000,11.276000,167.240000,10.490000,165.505000,8.932000,171.000000,6.626000,175.077000,4.475000,177.048000,14.720000,174.422000,13.929000,171.711000,17.765000,168.317000,14.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.583000,64.899000,264.161000,64.202000,259.608000,65.280000,257.720000,62.288000,248.861000,56.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.806000,-5.878000,149.450000,-6.343000,150.084000,-6.675000,151.194000,-8.696000,151.190000,-5.212000,150.788000,0.579000,150.504000,10.143000,145.739000,2.601000,143.639000,-0.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.005000,5.621000,269.452000,5.278000,272.086000,-2.028000,276.255000,1.128000,277.098000,0.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.261000,16.125000,53.541000,15.137000,57.597000,12.392000,64.096000,20.283000,55.141000,22.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.023000,-2.190000,9.950000,2.837000,14.468000,4.881000,9.760000,4.063000,17.050000,7.651000,8.591000,9.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.313000,-7.331000,308.495000,-5.041000,309.828000,-4.940000,309.176000,-1.495000,301.121000,5.916000,305.660000,-1.313000,300.143000,-0.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.084000,2.145000,184.555000,2.717000,178.004000,6.411000,175.872000,-5.159000,180.873000,-1.604000,181.605000,-3.965000,182.135000,-3.221000,186.490000,-6.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.799000,6.930000,138.812000,12.949000,133.633000,12.019000,134.221000,12.937000,131.362000,13.734000,127.782000,14.238000,123.105000,13.551000,124.579000,9.321000,125.908000,7.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.048000,57.076000,161.422000,58.624000,161.385000,57.539000,165.077000,62.722000,165.167000,70.051000,164.123000,71.431000,153.200000,69.282000,161.845000,65.421000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.035000,22.354000,330.729000,19.834000,343.771000,16.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.037000,-12.010000,8.241000,-19.112000,7.307000,-24.836000,12.158000,-22.768000,15.312000,-25.103000,16.878000,-21.518000,19.493000,-16.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.236000,-46.728000,180.266000,-38.951000,172.553000,-38.087000,167.565000,-50.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.737000,-0.750000,126.520000,5.080000,123.494000,3.009000,119.371000,1.934000,134.744000,-6.503000,131.335000,-2.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.570000,25.200000,224.659000,21.543000,227.306000,33.965000,227.016000,39.242000,224.748000,33.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.733000,-4.564000,323.560000,-4.826000,325.904000,-1.550000,324.587000,-1.243000,316.763000,0.523000,314.201000,-3.325000,314.319000,-3.819000,316.995000,-5.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.819000,31.077000,22.160000,29.669000,21.484000,21.163000,27.785000,26.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.406000,35.896000,55.653000,34.181000,65.714000,38.975000,58.712000,37.324000,63.077000,41.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.283000,-25.200000,173.065000,-28.146000,177.764000,-26.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.485000,4.397000,277.388000,1.335000,277.519000,-3.475000,278.357000,-5.699000,282.541000,2.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.026000,-4.591000,170.709000,-5.613000,178.498000,-0.955000,177.578000,6.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.687000,32.656000,13.393000,31.174000,10.537000,30.941000,11.492000,23.132000,16.547000,26.205000,23.402000,28.064000,21.470000,36.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.148000,17.001000,18.992000,15.772000,12.797000,12.786000,25.234000,11.231000,26.980000,18.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.310000,16.459000,64.560000,16.658000,62.975000,15.864000,62.545000,14.616000,64.216000,7.777000,67.629000,9.528000,68.175000,5.267000,77.738000,14.648000,72.750000,19.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.198000,75.677000,282.128000,77.116000,319.659000,82.269000,313.888000,85.772000,239.768000,81.194000,263.212000,73.555000,265.470000,78.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.235000,39.791000,262.250000,39.147000,265.373000,41.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.740000,12.510000,342.685000,11.503000,337.356000,3.496000,342.215000,4.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.663000,-5.794000,317.598000,-13.382000,324.827000,-16.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.071000,7.110000,331.028000,6.387000,333.508000,7.108000,331.848000,8.092000,331.469000,10.343000,329.529000,9.941000,326.877000,8.652000,327.470000,8.346000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.491000,55.006000,188.453000,61.083000,197.020000,56.170000,195.439000,60.031000,192.266000,63.444000,201.468000,66.970000,189.071000,63.950000,176.884000,64.751000,185.053000,63.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.493000,-45.126000,44.008000,-42.749000,46.141000,-43.597000,45.530000,-38.973000,38.239000,-36.042000,40.756000,-41.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.432000,39.833000,80.935000,46.046000,67.425000,35.840000,72.007000,38.721000,73.186000,38.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.968000,-55.485000,71.281000,-54.460000,82.400000,-58.288000,71.106000,-45.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.315000,-62.092000,24.803000,-64.243000,20.686000,-71.231000,27.304000,-68.988000,39.761000,-68.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.906000,-30.412000,152.939000,-24.319000,153.475000,-29.468000,153.139000,-34.069000,164.808000,-33.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.084000,-15.318000,278.038000,-8.320000,276.445000,-5.707000,276.144000,-8.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.440000,-12.726000,177.316000,-18.438000,181.748000,-18.191000,186.246000,-10.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.541000,14.880000,212.591000,19.758000,220.630000,3.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.865000,59.981000,115.136000,57.168000,119.932000,55.758000,114.518000,66.031000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.837000,-7.295000,16.272000,1.150000,6.107000,-3.352000,0.686000,-9.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.166000,-32.084000,164.839000,-32.431000,164.775000,-35.101000,176.543000,-30.332000,171.799000,-19.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.379000,-1.769000,95.865000,1.969000,93.662000,5.089000,83.920000,1.103000,85.443000,-3.907000,86.395000,-9.751000,91.293000,-3.658000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.901000,0.402000,49.006000,5.011000,50.182000,6.573000,48.807000,11.212000,42.076000,8.455000,40.569000,6.624000,42.646000,6.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.212000,20.810000,175.913000,21.819000,174.951000,29.548000,173.743000,30.616000,170.353000,27.415000,167.914000,23.730000,160.535000,18.767000,166.088000,21.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.977000,-8.788000,164.686000,-6.203000,164.448000,-1.510000,154.824000,-1.116000,151.352000,-6.065000,156.248000,-8.436000,151.787000,-11.355000,156.949000,-13.007000,161.287000,-10.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.572000,3.244000,184.681000,-4.639000,179.308000,-2.762000,180.550000,-6.782000,181.434000,-9.815000,190.129000,-5.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.259000,-41.417000,6.240000,-46.281000,358.753000,-43.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.171000,-5.380000,219.019000,1.498000,222.917000,3.828000,220.875000,4.549000,217.441000,3.018000,215.737000,3.869000,210.893000,5.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.094000,-11.009000,236.876000,-10.252000,235.389000,-6.317000,234.370000,-1.579000,231.570000,-9.815000,223.475000,-8.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.705000,-7.167000,104.600000,-6.044000,105.702000,-15.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.307000,22.144000,222.336000,34.486000,224.111000,25.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.030000,-0.066000,352.694000,-1.242000,357.839000,-5.580000,1.171000,-4.546000,8.801000,0.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.752000,58.145000,348.635000,60.671000,348.618000,64.431000,337.461000,58.144000,336.625000,56.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.222000,-51.432000,11.458000,-46.946000,7.234000,-44.636000,5.444000,-40.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.447000,17.987000,254.233000,16.112000,257.438000,21.622000,256.656000,22.544000,260.478000,27.100000,247.688000,25.190000,247.361000,19.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.011000,-3.202000,191.125000,6.131000,183.821000,-2.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.434000,-56.105000,328.078000,-50.751000,332.898000,-49.671000,332.559000,-49.136000,333.220000,-47.675000,335.983000,-45.224000,329.847000,-42.492000,327.925000,-43.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.324000,24.124000,201.565000,24.813000,197.882000,35.622000,189.022000,32.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.667000,11.855000,355.304000,8.769000,356.979000,2.402000,9.041000,0.874000,4.995000,4.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.265000,0.020000,215.950000,0.856000,213.799000,1.350000,211.054000,-2.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.373000,-19.746000,331.916000,-14.746000,328.921000,-11.961000,321.801000,-15.392000,329.163000,-14.627000,329.932000,-15.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.851000,80.671000,3.411000,83.366000,13.524000,80.780000,337.027000,80.408000,17.721000,79.698000,10.495000,78.513000,30.473000,78.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.652000,-25.956000,168.677000,-23.084000,163.005000,-29.449000,159.985000,-22.671000,157.734000,-26.302000,158.507000,-32.804000,158.129000,-38.392000,167.632000,-32.599000,167.570000,-29.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.286000,9.625000,183.116000,0.665000,183.266000,0.762000,183.412000,0.751000,185.630000,-1.856000,188.344000,-0.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.523000,22.857000,131.256000,27.811000,129.747000,27.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.873000,-24.451000,342.971000,-26.063000,349.864000,-20.714000,349.782000,-18.268000,343.135000,-18.733000,341.403000,-22.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.136000,-47.540000,204.936000,-47.071000,210.476000,-43.834000,203.646000,-42.197000,195.336000,-39.966000,199.065000,-46.392000,201.479000,-49.430000,201.845000,-56.994000,211.195000,-50.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.030000,-3.267000,105.819000,-4.421000,109.687000,-8.213000,112.285000,-6.499000,115.186000,-7.513000,113.917000,-5.718000,117.610000,-6.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.963000,-16.791000,134.828000,-15.652000,134.971000,-19.714000,139.127000,-12.728000,138.349000,-8.172000,136.747000,-6.547000,134.597000,-10.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.620000,23.825000,140.086000,30.343000,130.620000,29.730000,132.974000,19.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.571000,-29.046000,253.839000,-34.690000,255.312000,-35.211000,260.015000,-30.892000,270.104000,-35.520000,269.490000,-30.156000,270.031000,-29.593000,260.705000,-27.397000,259.602000,-27.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.546000,15.474000,250.606000,18.895000,253.415000,17.186000,251.089000,20.829000,254.452000,29.544000,251.463000,29.029000,245.643000,26.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.886000,0.447000,39.545000,-7.487000,46.283000,3.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.998000,-3.927000,265.963000,-13.864000,267.681000,-6.765000,269.157000,-4.653000,271.873000,-3.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.701000,30.949000,208.746000,21.433000,214.553000,21.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.521000,-19.978000,167.937000,-24.632000,167.977000,-24.729000,170.896000,-27.859000,178.068000,-29.264000,179.756000,-21.779000,174.831000,-16.387000,173.952000,-15.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.600000,8.928000,185.577000,1.358000,179.227000,14.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.641000,30.104000,311.353000,28.503000,312.147000,26.901000,320.619000,20.061000,316.249000,37.566000,315.986000,36.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.143000,8.949000,89.321000,4.596000,90.987000,13.655000,82.140000,14.629000,79.740000,13.661000,77.676000,10.750000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.436000,40.346000,127.694000,47.558000,131.863000,40.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.596000,-4.616000,185.653000,-0.581000,183.806000,2.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.475000,-26.788000,187.522000,-17.036000,187.850000,-15.406000,183.765000,-14.295000,181.460000,-12.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.793000,-1.795000,183.606000,0.998000,175.394000,-0.242000,175.241000,0.274000,173.853000,2.431000,173.111000,1.129000,169.292000,-1.946000,168.460000,-2.896000,167.403000,-6.262000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.420000,-56.148000,92.194000,-67.809000,110.211000,-69.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.901000,1.646000,200.410000,4.631000,191.716000,-3.296000,194.103000,-3.035000,201.355000,-6.157000,197.959000,-2.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.023000,9.629000,359.777000,2.178000,355.673000,4.211000,351.820000,0.239000,357.476000,0.537000,1.047000,-0.285000,5.922000,-3.756000,2.346000,1.608000,3.474000,3.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.635000,4.193000,358.685000,-1.842000,1.273000,6.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.813000,-2.749000,173.331000,-7.573000,174.838000,-11.256000,179.230000,-5.181000,180.113000,-10.048000,186.934000,3.106000,181.273000,-1.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.099000,-22.828000,336.808000,-24.194000,338.871000,-26.523000,338.589000,-32.926000,353.455000,-26.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.229000,-9.460000,177.924000,-10.018000,183.800000,-5.437000,168.155000,-3.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.381000,47.751000,11.331000,47.947000,9.759000,46.545000,5.650000,44.782000,8.004000,41.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.104000,48.906000,341.266000,41.200000,351.332000,37.982000,348.712000,45.747000,352.163000,44.484000,356.293000,52.989000,349.556000,56.064000,346.781000,56.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.890000,0.799000,18.169000,-1.342000,21.100000,-6.760000,18.584000,-6.431000,15.638000,-8.534000,25.197000,-16.100000,24.488000,-8.108000,29.534000,-2.303000,23.880000,-4.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.522000,27.192000,32.264000,32.639000,27.444000,29.666000,24.822000,28.024000,27.525000,25.494000,25.560000,21.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.391000,16.668000,359.703000,18.373000,0.624000,27.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.169000,1.325000,173.201000,6.895000,174.032000,2.590000,174.197000,1.682000,174.786000,-1.451000,169.662000,-4.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.341000,37.161000,200.655000,36.164000,202.283000,37.852000,200.244000,40.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.791000,54.807000,192.445000,57.051000,197.369000,57.475000,195.371000,60.178000,191.952000,59.716000,206.924000,63.639000,186.702000,59.091000,178.939000,58.789000,184.166000,56.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.637000,30.163000,177.445000,35.275000,173.199000,35.420000,172.165000,41.881000,168.547000,39.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.306000,14.469000,179.015000,12.174000,177.574000,23.287000,174.283000,22.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.109000,29.378000,27.779000,41.592000,22.228000,42.155000,17.844000,37.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.597000,7.129000,350.215000,1.657000,353.384000,-0.037000,357.472000,-3.573000,3.664000,8.282000,359.129000,3.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.755000,64.629000,359.913000,71.776000,344.801000,70.213000,341.835000,72.969000,331.053000,61.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.212000,5.141000,167.917000,2.139000,174.017000,2.588000,172.594000,3.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.246000,85.833000,250.352000,83.543000,356.349000,88.249000,333.737000,87.821000,11.435000,84.853000,31.266000,78.659000,58.712000,80.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.252000,-19.805000,307.889000,-16.995000,304.045000,-9.243000,300.834000,-13.400000,299.376000,-7.020000,298.747000,-14.493000,293.412000,-13.423000,291.729000,-13.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.441000,-11.375000,326.022000,-11.201000,321.283000,-9.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.087000,14.740000,163.904000,17.044000,171.322000,14.680000,166.965000,20.861000,159.317000,24.001000,164.323000,20.592000,166.048000,19.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.311000,37.141000,279.683000,38.242000,282.891000,40.830000,284.483000,48.768000,277.065000,47.361000,267.912000,50.330000,267.386000,48.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.640000,13.947000,167.599000,20.132000,167.122000,18.761000,171.469000,11.470000,174.346000,11.759000,173.884000,7.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.420000,42.421000,177.041000,46.150000,167.104000,50.046000,164.607000,43.601000,165.837000,41.023000,167.012000,41.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.219000,2.994000,103.309000,-3.506000,100.386000,4.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.042000,3.865000,188.605000,7.871000,188.582000,7.921000,179.148000,7.780000,182.606000,-1.433000,183.931000,2.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.992000,-28.760000,291.439000,-33.159000,292.999000,-39.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.309000,25.705000,166.521000,31.562000,163.968000,28.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.537000,9.672000,187.858000,9.355000,187.259000,8.901000,180.858000,11.496000,182.942000,4.378000,183.366000,0.707000,183.814000,-1.391000,192.078000,-2.107000,190.498000,1.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.831000,30.813000,199.295000,26.736000,203.052000,23.368000,200.370000,22.128000,202.722000,20.747000,208.491000,20.222000,215.878000,25.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.897000,40.548000,171.969000,45.312000,168.454000,46.637000,168.234000,44.157000,169.636000,42.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.026000,36.096000,355.198000,30.531000,355.616000,29.248000,8.685000,23.055000,15.655000,29.254000,13.142000,30.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.005000,17.311000,338.312000,11.098000,338.328000,3.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.876000,-4.519000,110.584000,-15.290000,117.097000,-14.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.759000,-0.772000,357.281000,-5.145000,1.594000,1.817000,3.002000,4.001000,6.632000,7.132000,1.234000,4.403000,358.074000,2.344000,357.692000,1.709000,355.559000,1.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.298000,-3.724000,352.967000,3.894000,355.368000,6.549000,350.351000,3.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.144000,-5.879000,135.793000,-7.892000,133.353000,-13.785000,138.185000,-7.188000,145.084000,-4.132000,144.684000,-1.300000,141.944000,-0.900000,139.631000,-4.532000,140.674000,-0.195000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.187000,12.373000,337.042000,10.852000,338.105000,9.244000,336.299000,5.829000,337.109000,4.282000,345.416000,5.565000,345.381000,11.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.014000,47.967000,265.699000,46.794000,263.453000,46.200000,255.245000,40.141000,262.794000,41.561000,272.352000,35.973000,276.729000,42.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.885000,4.315000,352.649000,-0.183000,359.908000,-1.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.785000,7.437000,231.562000,11.645000,224.680000,11.228000,226.643000,5.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.492000,-29.844000,13.409000,-30.328000,6.319000,-26.253000,13.965000,-24.638000,9.291000,-20.534000,4.951000,-20.643000,4.590000,-24.995000,2.018000,-23.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.090000,31.652000,355.216000,37.597000,357.606000,33.234000,353.373000,35.355000,352.739000,27.506000,351.133000,25.490000,357.202000,27.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.663000,6.859000,90.430000,2.701000,95.132000,0.679000,94.826000,-1.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.830000,5.900000,141.590000,9.630000,145.596000,11.750000,137.069000,12.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.086000,11.625000,47.175000,12.867000,41.652000,18.480000,44.852000,12.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.799000,-18.588000,312.893000,-23.006000,310.556000,-22.161000,314.130000,-24.940000,327.085000,-27.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.384000,-1.007000,329.890000,4.107000,330.925000,-6.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.334000,-25.738000,107.860000,-31.238000,103.296000,-31.003000,111.112000,-35.708000,111.727000,-33.832000,114.270000,-32.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.191000,-47.378000,213.786000,-53.052000,218.778000,-56.045000,216.556000,-53.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.822000,-79.147000,131.003000,-79.691000,124.674000,-77.024000,76.738000,-80.664000,58.449000,-81.625000,47.072000,-82.835000,119.880000,-85.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.668000,9.535000,189.416000,15.905000,185.159000,13.252000,182.876000,14.452000,183.722000,10.561000,182.247000,11.648000,179.068000,9.774000,176.093000,6.717000,177.476000,6.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.898000,51.407000,32.415000,44.139000,38.688000,41.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.214000,-54.829000,182.977000,-61.218000,180.717000,-63.500000,187.775000,-62.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.702000,-3.824000,189.013000,-1.487000,185.882000,-0.248000,183.287000,2.550000,180.531000,0.646000,180.084000,1.716000,176.170000,6.117000,174.547000,-0.472000,174.595000,-6.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.245000,-28.121000,58.404000,-29.232000,53.756000,-33.195000,58.519000,-30.752000,57.236000,-38.062000,67.505000,-36.381000,66.052000,-35.170000,68.729000,-28.417000,61.735000,-26.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.769000,51.462000,210.326000,46.746000,209.280000,49.545000,196.565000,55.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.686000,35.719000,3.047000,34.267000,3.845000,32.168000,4.487000,27.490000,6.388000,32.355000,8.853000,31.399000,1.524000,39.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.824000,-36.746000,125.403000,-36.528000,125.805000,-38.377000,127.078000,-42.596000,127.869000,-40.571000,123.230000,-33.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.385000,45.629000,101.809000,43.114000,95.798000,37.980000,99.801000,38.678000,110.587000,36.325000,104.612000,43.270000,105.275000,44.762000,100.211000,50.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.009000,-0.152000,266.256000,0.980000,268.982000,1.308000,267.325000,4.741000,268.123000,4.994000,266.356000,5.879000,272.806000,11.014000,264.320000,8.692000,262.242000,7.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.881000,-0.028000,165.132000,3.156000,161.544000,6.812000,152.359000,1.311000,154.137000,-0.448000,154.336000,-2.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.213000,47.898000,168.544000,52.425000,179.418000,58.447000,160.199000,56.894000,159.138000,56.537000,161.953000,51.334000,160.091000,46.638000,164.119000,51.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.381000,-35.377000,260.902000,-33.931000,252.849000,-28.433000,251.489000,-31.343000,244.249000,-33.814000,240.977000,-34.025000,247.928000,-36.861000,252.453000,-42.989000,254.787000,-40.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.307000,35.869000,40.258000,38.004000,48.269000,33.548000,40.937000,37.900000,46.524000,34.961000,44.624000,37.413000,40.133000,39.532000,29.443000,44.921000,36.403000,32.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.031000,7.932000,20.692000,12.651000,15.649000,23.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.815000,-14.531000,163.882000,-12.784000,168.552000,-17.840000,174.552000,-21.972000,183.002000,-14.124000,174.703000,-15.912000,174.663000,-15.377000,174.724000,-12.754000,172.897000,-8.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.804000,8.209000,225.737000,9.184000,218.873000,11.674000,216.613000,13.007000,215.386000,17.809000,211.945000,11.505000,212.998000,8.117000,216.602000,6.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.123000,-24.611000,236.880000,-23.417000,244.368000,-25.783000,226.447000,-20.521000,224.697000,-23.274000,233.548000,-23.017000,227.684000,-28.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.321000,-70.789000,307.166000,-69.691000,320.359000,-74.521000,307.452000,-80.920000,336.373000,-76.848000,358.256000,-80.111000,353.830000,-73.365000,341.916000,-72.914000,335.990000,-71.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.931000,-17.004000,287.064000,-23.931000,289.452000,-18.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.065000,48.197000,281.623000,48.175000,285.014000,51.473000,288.877000,50.323000,291.007000,61.000000,286.847000,57.968000,277.629000,55.412000,274.363000,55.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.175000,75.303000,45.462000,78.180000,51.350000,81.699000,5.555000,84.271000,350.164000,79.505000,27.392000,73.877000,41.274000,70.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.008000,-32.526000,271.703000,-31.124000,266.571000,-25.292000,261.769000,-25.045000,252.707000,-35.317000,260.592000,-33.366000,263.140000,-32.590000,263.468000,-32.586000,264.040000,-32.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.148000,15.259000,162.098000,13.926000,166.729000,4.773000,166.587000,12.568000,171.721000,15.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.657000,26.529000,352.520000,24.495000,352.327000,20.968000,1.931000,21.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.961000,-75.336000,23.259000,-66.192000,20.091000,-73.674000,18.998000,-73.568000,343.804000,-75.754000,356.951000,-80.220000,19.600000,-76.445000,25.246000,-76.233000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.816000,-44.940000,144.792000,-31.632000,146.018000,-37.257000,142.890000,-38.691000,145.634000,-44.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.612000,12.098000,263.661000,21.186000,257.976000,12.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.729000,52.808000,159.332000,46.230000,165.774000,45.205000,171.254000,42.469000,174.030000,38.467000,177.513000,38.466000,181.207000,42.189000,177.917000,47.698000,173.613000,51.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.666000,5.552000,5.171000,3.874000,0.764000,1.642000,5.578000,2.733000,8.587000,2.547000,16.452000,7.040000,12.606000,8.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.493000,-73.971000,142.783000,-75.515000,129.210000,-71.170000,139.587000,-75.285000,136.812000,-74.480000,129.390000,-76.190000,138.059000,-78.458000,145.507000,-78.066000,152.647000,-71.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.409000,67.383000,286.389000,69.357000,230.427000,73.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.716000,3.639000,123.966000,4.329000,126.486000,3.341000,126.135000,1.700000,131.400000,-5.739000,137.599000,0.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.941000,-60.381000,7.282000,-60.801000,15.434000,-65.456000,16.611000,-64.096000,16.997000,-58.112000,12.562000,-52.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.925000,31.462000,136.432000,27.935000,137.846000,28.407000,139.508000,27.550000,144.407000,29.180000,144.722000,34.342000,146.305000,35.760000,143.956000,34.922000,144.407000,36.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.745000,41.528000,162.269000,46.946000,158.276000,47.033000,158.805000,44.336000,153.203000,44.984000,162.921000,40.450000,161.065000,33.613000,163.807000,33.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.156000,-4.236000,185.920000,-2.923000,191.326000,0.320000,184.178000,2.749000,180.654000,0.915000,175.722000,-3.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.152000,6.533000,4.829000,5.290000,3.906000,-0.912000,3.068000,-4.174000,7.585000,3.037000,7.969000,2.508000,10.522000,1.493000,12.854000,3.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.267000,12.401000,234.081000,12.204000,237.468000,17.576000,229.300000,21.653000,221.516000,25.534000,225.079000,15.745000,223.772000,12.938000,227.627000,12.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.642000,-21.922000,285.600000,-29.007000,289.507000,-21.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.488000,-31.065000,119.351000,-29.167000,119.515000,-22.366000,117.028000,-25.549000,116.586000,-21.569000,112.884000,-38.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.355000,24.480000,19.578000,29.312000,19.246000,29.811000,13.539000,34.660000,14.998000,30.155000,11.395000,32.097000,19.500000,24.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.020000,-13.492000,273.794000,-13.077000,282.890000,-15.650000,289.531000,-16.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.593000,-30.027000,340.260000,-26.257000,331.593000,-24.332000,335.006000,-31.003000,343.980000,-37.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.756000,-30.824000,3.985000,-31.602000,8.193000,-32.218000,17.678000,-30.808000,10.381000,-30.634000,10.104000,-28.121000,7.071000,-30.051000,4.665000,-27.812000,1.873000,-23.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.986000,52.868000,217.419000,49.017000,223.472000,43.603000,228.117000,40.234000,239.184000,46.280000,233.875000,45.782000,232.543000,47.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.905000,22.451000,358.876000,19.463000,1.363000,11.288000,7.350000,10.142000,4.230000,14.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.671000,-19.850000,202.531000,-23.544000,204.243000,-25.100000,205.096000,-14.412000,204.892000,-11.681000,196.714000,-14.528000,200.299000,-18.870000,197.714000,-19.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.012000,-67.940000,81.102000,-72.789000,90.607000,-82.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.439000,0.229000,48.846000,-11.713000,51.594000,-15.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.414000,21.721000,255.934000,21.406000,255.042000,22.495000,250.380000,23.420000,247.079000,18.429000,255.886000,18.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.046000,5.676000,299.329000,7.224000,302.042000,3.897000,302.515000,4.597000,302.416000,9.473000,299.149000,10.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.287000,-37.154000,114.285000,-38.533000,115.630000,-36.142000,114.979000,-31.845000,108.876000,-24.668000,110.888000,-29.398000,111.187000,-29.903000,111.570000,-31.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.280000,-7.495000,277.623000,3.630000,266.379000,3.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.922000,1.345000,345.380000,-7.101000,349.168000,-12.561000,353.938000,-6.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.001000,4.114000,178.449000,-0.230000,184.661000,1.821000,188.524000,1.547000,182.738000,4.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.233000,47.054000,276.407000,42.645000,283.601000,44.808000,284.980000,41.740000,294.236000,40.256000,293.494000,43.382000,286.150000,52.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.987000,21.878000,184.520000,28.013000,173.957000,26.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.003000,1.498000,1.726000,4.942000,359.899000,3.357000,357.660000,4.966000,355.820000,4.600000,357.188000,-6.820000,1.974000,-9.705000,3.599000,-9.082000,1.840000,-6.015000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.924000,42.339000,111.535000,39.829000,117.379000,48.807000,106.256000,51.102000,98.138000,50.409000,106.770000,48.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.766000,79.209000,134.918000,85.866000,175.115000,87.335000,92.030000,85.919000,101.565000,83.050000,87.083000,81.909000,104.340000,74.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.409000,-4.576000,2.277000,-8.386000,12.331000,-12.883000,6.615000,2.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.354000,11.239000,186.087000,10.325000,182.840000,3.095000,185.261000,7.357000,189.146000,7.404000,190.819000,10.798000,193.530000,15.224000,188.703000,12.899000,186.900000,16.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.261000,-4.059000,336.847000,-3.877000,335.505000,0.508000,335.602000,1.349000,330.434000,-7.397000,330.944000,-7.825000,332.417000,-9.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.881000,8.057000,126.561000,5.328000,129.082000,2.435000,126.339000,-1.238000,127.352000,-2.474000,137.615000,-3.286000,134.439000,0.031000,138.045000,2.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.222000,-1.334000,1.958000,-0.091000,356.523000,1.333000,354.987000,1.151000,350.973000,-2.419000,353.308000,-4.370000,355.297000,-6.796000,358.294000,-6.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.853000,-6.495000,49.464000,-1.013000,48.577000,3.510000,47.112000,-1.245000,46.155000,-3.774000,45.796000,-3.725000,45.019000,-3.414000,45.613000,-9.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.250000,-42.853000,220.568000,-49.596000,233.715000,-46.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.625000,5.359000,350.541000,16.472000,344.847000,10.543000,342.219000,12.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.146000,7.143000,14.185000,7.880000,11.799000,11.896000,10.876000,11.808000,3.746000,6.307000,2.378000,1.579000,5.202000,-1.520000,12.342000,-0.917000,9.263000,4.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.849000,-55.355000,299.707000,-51.940000,306.787000,-51.106000,293.887000,-49.928000,300.576000,-47.436000,298.564000,-47.895000,293.377000,-49.668000,291.584000,-49.010000,286.866000,-50.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.121000,-52.744000,202.536000,-51.583000,204.451000,-48.444000,201.346000,-43.960000,190.828000,-51.864000,191.543000,-52.726000,195.342000,-51.247000,190.926000,-54.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.126000,4.103000,22.614000,2.371000,19.036000,7.994000,20.185000,-4.189000,23.923000,-4.422000,28.045000,-3.900000,29.808000,-3.824000,23.966000,-0.530000,29.263000,0.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.293000,-19.515000,125.023000,-13.726000,120.752000,-14.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.800000,-5.385000,151.859000,-6.502000,161.740000,-7.816000,162.355000,-6.265000,163.354000,1.152000,161.762000,-0.796000,158.644000,5.886000,156.684000,-2.250000,156.490000,-2.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.306000,66.782000,145.648000,63.816000,153.461000,71.431000,153.080000,72.938000,141.498000,71.810000,137.539000,72.077000,133.173000,75.818000,130.320000,74.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.117000,49.834000,185.337000,46.624000,191.696000,51.477000,196.768000,50.891000,192.308000,56.250000,190.796000,58.184000,187.670000,57.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.382000,10.203000,341.189000,12.243000,336.571000,11.670000,331.895000,14.066000,333.581000,4.540000,334.961000,3.470000,335.997000,8.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.215000,11.016000,58.224000,13.302000,56.544000,12.063000,52.798000,1.207000,56.655000,-3.275000,59.328000,-4.258000,60.879000,3.185000,64.907000,2.117000,67.366000,7.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.849000,-61.778000,227.287000,-60.863000,223.112000,-49.616000,217.684000,-57.260000,212.731000,-56.519000,215.360000,-58.258000,205.065000,-63.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.996000,-13.473000,32.963000,-26.582000,40.139000,-28.847000,42.045000,-22.380000,45.366000,-19.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.889000,26.515000,213.809000,24.408000,223.011000,25.128000,227.467000,30.484000,227.720000,36.366000,222.767000,34.056000,214.503000,33.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.311000,-9.294000,177.094000,-6.990000,178.425000,-11.910000,176.991000,-22.160000,181.487000,-19.159000,184.135000,-18.569000,182.014000,-15.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.632000,49.124000,5.770000,53.131000,348.333000,51.021000,341.669000,44.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.134000,53.892000,342.054000,48.962000,348.648000,52.531000,346.112000,56.107000,344.279000,66.810000,336.251000,62.604000,335.707000,61.244000,328.029000,65.892000,335.503000,58.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.221000,32.302000,291.189000,25.870000,293.215000,33.119000,289.125000,36.746000,285.581000,44.017000,287.702000,37.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.216000,57.714000,94.967000,59.357000,85.703000,59.063000,60.561000,57.200000,62.480000,56.983000,72.571000,55.910000,77.386000,55.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.057000,-26.547000,88.174000,-24.768000,95.938000,-27.379000,93.738000,-27.879000,88.432000,-29.099000,89.859000,-28.967000,94.649000,-32.449000,96.343000,-30.194000,99.080000,-29.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.822000,-17.767000,6.599000,-16.474000,6.541000,-23.913000,16.347000,-25.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.576000,-14.871000,51.101000,-10.029000,52.686000,-17.138000,55.206000,-19.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.233000,6.295000,325.504000,-1.383000,332.800000,-2.590000,338.686000,-7.809000,335.039000,-2.588000,340.209000,-7.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.442000,-20.736000,2.180000,-16.763000,352.576000,-13.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.221000,15.212000,82.133000,13.704000,88.751000,25.631000,87.432000,26.510000,82.415000,24.372000,77.149000,24.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.462000,-9.109000,14.903000,2.450000,6.257000,1.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.799000,-2.953000,178.366000,-2.172000,177.714000,-0.207000,176.392000,-0.790000,174.885000,1.208000,162.018000,-6.519000,169.031000,-11.133000,172.496000,-6.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.773000,-3.860000,34.452000,-3.840000,34.539000,2.380000,26.899000,8.027000,23.758000,1.633000,17.068000,3.196000,23.910000,0.378000,25.554000,-2.195000,27.627000,-7.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.383000,-43.411000,197.510000,-50.629000,197.177000,-42.010000,207.097000,-45.834000,200.036000,-41.772000,198.017000,-38.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.672000,8.688000,3.697000,17.324000,357.704000,15.096000,350.357000,13.921000,352.138000,9.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.821000,20.372000,16.330000,10.657000,18.607000,12.492000,27.600000,14.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.750000,-70.557000,122.805000,-71.985000,96.760000,-72.843000,110.591000,-81.570000,140.947000,-72.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.950000,3.607000,207.065000,6.250000,206.608000,4.786000,201.332000,-3.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.492000,-16.646000,278.986000,-14.086000,274.974000,-18.745000,273.618000,-19.289000,273.096000,-20.330000,272.504000,-22.170000,274.917000,-26.625000,276.177000,-27.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.028000,7.943000,264.080000,2.421000,267.516000,3.320000,268.079000,5.622000,270.786000,5.277000,266.484000,8.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.581000,-8.448000,132.930000,-6.564000,132.901000,-3.112000,130.889000,-0.811000,129.658000,-1.898000,128.845000,1.906000,127.159000,3.340000,124.683000,-7.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.673000,61.931000,221.598000,63.908000,219.527000,65.366000,211.512000,67.935000,213.503000,64.342000,201.591000,59.563000,212.007000,54.478000,216.166000,53.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.637000,1.566000,179.171000,-1.800000,185.625000,-2.467000,188.347000,-0.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.280000,32.804000,229.162000,39.352000,225.797000,36.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.971000,-82.108000,331.612000,-78.845000,2.771000,-88.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.297000,-1.689000,49.833000,3.155000,48.180000,8.522000,43.273000,5.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.099000,41.272000,155.072000,43.092000,158.544000,41.871000,155.815000,38.535000,165.251000,36.258000,165.309000,38.696000,166.180000,38.702000,165.322000,39.619000,170.239000,44.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.752000,-43.257000,276.235000,-51.026000,273.894000,-40.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.973000,17.065000,340.771000,23.565000,335.407000,22.583000,327.338000,16.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.736000,21.434000,75.195000,19.834000,71.895000,20.928000,64.468000,21.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.154000,-16.894000,46.211000,-14.239000,54.744000,-11.570000,49.270000,-9.511000,48.737000,-6.956000,43.972000,-8.478000,46.087000,-11.734000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.961000,-34.147000,212.570000,-41.562000,205.065000,-36.966000,203.882000,-41.745000,206.894000,-49.530000,213.241000,-51.922000,214.941000,-44.168000,214.013000,-43.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.597000,3.813000,290.173000,7.915000,285.450000,9.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.043000,9.458000,307.565000,4.263000,318.813000,0.706000,321.676000,2.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.338000,12.595000,349.011000,16.650000,355.801000,19.241000,354.979000,24.019000,347.256000,21.640000,341.983000,23.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.147000,-12.219000,355.789000,-15.138000,353.850000,-16.296000,2.101000,-26.291000,2.906000,-28.025000,3.638000,-27.212000,3.105000,-20.184000,1.236000,-20.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.657000,53.618000,341.774000,43.675000,348.893000,38.520000,353.182000,43.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.960000,-11.906000,8.051000,-6.754000,3.066000,-10.731000,2.197000,-15.479000,2.273000,-17.874000,1.462000,-20.587000,12.059000,-18.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.293000,0.794000,37.572000,1.039000,37.254000,1.073000,34.015000,3.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.100000,-13.058000,213.494000,-22.807000,214.880000,-25.264000,224.777000,-22.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.347000,11.092000,161.653000,2.101000,163.139000,7.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.314000,-35.423000,83.669000,-30.368000,87.039000,-37.477000,90.419000,-37.445000,85.443000,-44.446000,89.655000,-40.114000,88.909000,-42.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.769000,-39.300000,78.467000,-45.305000,83.938000,-40.903000,92.426000,-38.118000,84.171000,-28.976000,83.916000,-32.979000,78.616000,-38.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.592000,-78.519000,344.885000,-78.120000,32.671000,-79.321000,66.256000,-76.283000,38.221000,-70.020000,28.243000,-72.565000,359.003000,-72.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.876000,27.678000,179.864000,30.540000,177.244000,23.628000,172.562000,19.678000,183.000000,18.986000,180.397000,23.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.736000,24.713000,358.700000,13.100000,2.254000,19.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.824000,-33.653000,80.888000,-26.416000,77.366000,-27.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.422000,14.557000,8.317000,20.463000,3.624000,19.076000,10.726000,2.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.955000,42.057000,22.895000,47.760000,25.089000,56.179000,19.567000,49.393000,16.162000,49.442000,14.667000,49.092000,12.196000,49.125000,14.208000,47.958000,18.316000,43.473000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.245000,-9.736000,175.765000,-9.971000,175.729000,-13.924000,177.952000,-18.650000,184.692000,-14.984000,187.489000,-12.709000,184.464000,-10.855000,184.790000,-9.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.491000,44.704000,319.023000,46.332000,310.928000,43.125000,310.418000,42.924000,321.394000,40.070000,319.927000,41.613000,323.286000,39.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.807000,-2.251000,343.220000,0.450000,348.524000,5.752000,343.684000,6.648000,337.114000,8.250000,335.164000,7.597000,339.705000,1.417000,339.969000,0.793000,336.341000,-4.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.434000,-42.263000,192.993000,-34.102000,187.493000,-34.194000,185.830000,-33.543000,184.563000,-36.220000,184.037000,-41.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.696000,-7.453000,344.562000,-4.774000,345.435000,-11.761000,353.393000,-6.238000,353.181000,-3.813000,340.722000,-3.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.453000,-25.478000,42.391000,-33.739000,44.618000,-38.957000,49.052000,-31.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.566000,-7.148000,350.288000,-9.805000,353.099000,-7.408000,353.263000,-11.454000,355.922000,-3.368000,348.219000,-1.588000,352.140000,-4.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.207000,-9.850000,181.138000,-6.046000,181.640000,-2.071000,179.981000,-2.847000,179.681000,-1.286000,180.030000,2.934000,174.146000,-4.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.742000,-0.879000,340.833000,-1.199000,342.238000,-5.662000,339.411000,1.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.379000,-25.203000,284.603000,-21.014000,274.676000,-10.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.270000,54.277000,294.620000,53.664000,295.438000,54.132000,305.100000,53.842000,308.017000,57.028000,291.475000,56.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.947000,-6.992000,349.696000,-6.170000,356.269000,-9.782000,357.897000,-10.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.125000,-2.406000,138.047000,-14.434000,144.274000,-15.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.995000,8.772000,2.319000,12.637000,0.492000,11.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.523000,1.486000,292.526000,7.408000,301.104000,11.162000,294.954000,11.690000,286.199000,14.371000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.526000,20.923000,190.134000,25.518000,189.521000,15.552000,193.081000,15.225000,192.993000,17.113000,197.763000,21.559000,193.000000,22.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.922000,67.360000,2.597000,66.208000,7.181000,74.053000,340.254000,71.168000,331.940000,69.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.918000,1.371000,357.344000,4.193000,356.630000,4.363000,356.981000,-7.718000,5.009000,-6.159000,5.597000,-2.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.476000,3.285000,169.887000,-6.056000,173.591000,-6.005000,173.583000,-4.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.428000,59.460000,72.605000,61.410000,66.498000,64.973000,63.998000,64.946000,58.424000,68.887000,52.006000,68.825000,51.603000,66.532000,45.916000,59.862000,61.875000,58.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.365000,27.785000,23.924000,30.526000,20.658000,36.447000,15.956000,35.352000,8.062000,38.926000,9.386000,29.891000,16.258000,32.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.909000,-3.094000,180.446000,-3.555000,179.227000,-8.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.306000,-34.615000,312.541000,-39.741000,320.204000,-38.014000,321.205000,-41.508000,328.860000,-41.367000,330.487000,-28.800000,323.502000,-31.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.078000,52.230000,316.602000,51.761000,315.852000,50.271000,338.882000,48.117000,332.361000,49.598000,326.573000,50.636000,322.732000,54.369000,310.889000,54.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.867000,-8.144000,327.328000,-17.066000,327.810000,-18.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.041000,-83.514000,351.719000,-83.827000,27.775000,-85.095000,329.896000,-79.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.526000,-46.019000,170.389000,-48.115000,175.426000,-49.356000,189.041000,-51.093000,185.035000,-41.468000,179.038000,-45.554000,180.034000,-42.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.329000,0.534000,177.074000,3.016000,182.522000,-1.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.227000,0.220000,268.639000,-1.176000,272.356000,4.276000,276.848000,6.611000,271.392000,7.753000,269.002000,9.849000,268.235000,10.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.373000,8.368000,117.456000,16.995000,117.230000,20.955000,116.005000,21.660000,114.507000,19.238000,107.576000,19.842000,110.659000,11.398000,109.820000,10.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.033000,-29.404000,142.922000,-27.864000,137.051000,-24.584000,135.155000,-21.065000,136.819000,-26.537000,135.417000,-29.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.478000,27.325000,214.322000,26.540000,213.947000,19.267000,214.673000,19.096000,217.203000,17.914000,223.857000,25.810000,225.555000,27.733000,223.974000,31.601000,211.720000,36.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.333000,-1.089000,218.490000,9.265000,210.322000,5.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.655000,8.883000,356.582000,6.091000,359.794000,-2.463000,7.783000,5.454000,1.493000,3.747000,0.832000,9.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.010000,-5.242000,163.186000,-5.350000,160.788000,-15.036000,169.802000,-5.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.403000,-6.226000,232.917000,-3.076000,235.008000,-4.418000,236.545000,1.732000,235.481000,3.834000,233.144000,4.406000,230.811000,0.812000,226.595000,-1.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.970000,-23.746000,131.210000,-20.788000,131.180000,-19.190000,131.008000,-17.616000,128.977000,-22.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.683000,62.497000,30.250000,64.721000,41.178000,64.584000,20.446000,73.022000,22.893000,69.278000,16.783000,68.966000,17.600000,66.522000,14.456000,64.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.199000,13.214000,293.345000,23.945000,291.592000,15.470000,286.627000,18.114000,290.394000,15.398000,288.608000,14.485000,288.659000,12.176000,289.673000,12.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.817000,-37.837000,15.225000,-42.280000,15.487000,-40.360000,20.410000,-42.485000,19.279000,-41.382000,27.678000,-36.467000,11.933000,-34.107000,10.985000,-36.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.024000,-10.852000,322.365000,-8.893000,315.563000,-7.319000,309.306000,-7.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.570000,-21.264000,312.203000,-23.621000,315.045000,-20.338000,318.209000,-13.346000,305.906000,-5.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.464000,-16.067000,214.560000,-17.416000,208.132000,-11.852000,208.485000,-25.694000,212.624000,-22.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.739000,-25.624000,206.561000,-29.888000,205.924000,-31.261000,201.948000,-36.641000,206.461000,-32.231000,207.021000,-35.547000,212.129000,-30.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.960000,59.659000,95.776000,61.605000,90.385000,70.763000,83.599000,64.276000,90.649000,53.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.529000,24.621000,171.650000,27.249000,172.262000,29.827000,169.421000,31.539000,167.435000,28.254000,164.055000,25.532000,163.061000,20.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.848000,-35.434000,283.499000,-30.342000,282.080000,-25.450000,280.163000,-22.199000,279.638000,-21.046000,278.687000,-24.868000,274.382000,-18.106000,270.990000,-22.235000,268.657000,-29.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.451000,-3.274000,354.888000,4.010000,351.293000,7.681000,351.155000,1.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.758000,-61.529000,339.636000,-58.152000,340.438000,-56.761000,329.118000,-55.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.039000,-23.849000,352.442000,-22.368000,354.715000,-24.204000,358.719000,-17.274000,352.725000,-18.140000,343.002000,-21.683000,350.134000,-20.982000,349.745000,-21.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.726000,-16.836000,149.824000,-12.916000,150.585000,-9.444000,149.654000,-6.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.818000,20.194000,193.318000,18.479000,206.159000,25.178000,201.589000,25.084000,200.918000,25.726000,187.099000,25.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.151000,10.848000,352.602000,8.146000,355.648000,3.285000,5.699000,5.005000,357.294000,13.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.892000,37.623000,207.670000,39.595000,206.758000,40.051000,204.569000,45.843000,203.662000,30.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.996000,-42.136000,309.327000,-38.058000,317.244000,-40.002000,318.149000,-38.147000,307.632000,-28.975000,306.300000,-35.369000,300.259000,-35.802000,304.285000,-36.977000,303.178000,-46.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.272000,4.664000,180.132000,2.735000,172.176000,5.707000,178.285000,0.226000,176.440000,-1.692000,175.924000,-3.306000,175.953000,-5.250000,178.924000,-1.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.386000,8.932000,281.460000,10.470000,275.653000,3.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.360000,25.104000,357.447000,30.640000,353.990000,39.703000,341.865000,32.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.018000,-29.149000,333.977000,-37.925000,334.857000,-36.789000,335.461000,-36.655000,337.838000,-45.315000,337.114000,-36.679000,343.580000,-31.520000,341.961000,-28.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.988000,10.123000,17.722000,9.357000,12.705000,12.625000,13.640000,9.584000,12.114000,8.298000,13.919000,7.416000,20.542000,3.219000,20.628000,5.040000,20.736000,8.281000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.603000,57.776000,292.901000,59.780000,304.720000,70.963000,287.622000,70.574000,269.920000,73.469000,275.611000,62.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.085000,0.977000,179.769000,7.555000,179.427000,0.800000,178.812000,0.317000,172.892000,-2.510000,177.309000,-3.132000,178.719000,-2.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.377000,14.302000,192.057000,12.465000,191.991000,15.632000,182.411000,14.527000,180.327000,10.732000,188.034000,12.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.053000,1.927000,359.713000,12.730000,358.565000,10.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.504000,-3.731000,194.808000,-2.387000,192.960000,3.662000,178.890000,-6.242000,183.718000,-3.012000,187.095000,-10.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.512000,-36.008000,105.619000,-36.012000,111.991000,-39.736000,114.316000,-34.357000,113.391000,-30.930000,113.848000,-29.791000,110.967000,-35.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.938000,34.764000,340.161000,33.840000,346.655000,33.060000,355.744000,34.568000,343.332000,41.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.631000,4.297000,8.377000,4.657000,13.479000,1.863000,9.818000,8.272000,14.528000,11.618000,359.532000,10.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.731000,-63.287000,106.608000,-62.818000,107.556000,-65.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.431000,-18.329000,5.899000,-8.985000,357.902000,-8.147000,357.606000,-18.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.913000,21.118000,302.189000,10.534000,304.863000,12.951000,311.513000,10.505000,308.074000,13.817000,312.654000,17.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.173000,2.364000,358.575000,2.941000,354.394000,1.748000,358.720000,-2.754000,3.382000,-2.086000,1.334000,1.235000,3.345000,1.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.867000,75.981000,228.369000,75.820000,216.625000,70.669000,231.469000,70.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.385000,-40.646000,165.131000,-37.543000,153.395000,-36.561000,156.345000,-40.036000,152.677000,-39.158000,151.856000,-46.058000,164.600000,-44.635000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.594000,48.978000,319.129000,48.119000,325.140000,48.476000,330.599000,47.279000,327.401000,56.655000,309.091000,59.088000,305.011000,56.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.881000,23.162000,2.405000,16.710000,4.294000,16.847000,6.336000,13.150000,11.325000,19.885000,6.029000,18.918000,12.432000,23.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.262000,-6.721000,6.771000,-9.787000,6.641000,-5.623000,359.611000,-5.811000,4.085000,-14.403000,3.984000,-17.025000,6.310000,-19.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.229000,-6.631000,101.750000,3.702000,98.013000,0.965000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.865000,-18.838000,207.926000,-20.658000,202.738000,-14.923000,206.599000,-21.710000,206.425000,-24.685000,207.255000,-24.684000,206.742000,-27.516000,206.989000,-26.908000,209.998000,-29.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.029000,30.840000,176.227000,20.111000,173.051000,27.254000,170.475000,28.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.324000,25.449000,67.753000,30.161000,71.868000,28.004000,65.598000,37.638000,60.636000,40.630000,57.052000,40.399000,62.839000,32.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.251000,7.384000,239.655000,6.099000,237.893000,12.245000,237.162000,10.739000,234.021000,6.132000,227.044000,3.250000,233.398000,-1.890000,241.343000,1.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.093000,16.529000,224.162000,14.495000,231.278000,14.234000,234.083000,17.015000,236.568000,17.105000,239.862000,17.955000,240.240000,19.731000,235.025000,21.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.005000,9.666000,346.832000,5.098000,352.398000,6.456000,354.472000,10.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.822000,-21.270000,148.115000,-20.485000,141.864000,-18.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.655000,6.093000,181.162000,6.991000,178.407000,7.998000,171.503000,10.841000,175.664000,4.560000,177.612000,5.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.721000,-53.577000,25.133000,-60.989000,41.431000,-59.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.926000,-10.846000,178.797000,-3.620000,178.473000,-1.591000,174.395000,-4.725000,169.644000,-7.775000,173.814000,-6.933000,176.138000,-14.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.822000,3.150000,130.198000,12.911000,128.303000,9.927000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.237000,14.058000,193.432000,11.697000,191.142000,13.625000,187.965000,18.931000,185.289000,11.785000,186.312000,7.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.831000,-11.515000,78.105000,-12.336000,83.786000,-5.326000,78.884000,-9.751000,77.544000,-9.694000,72.664000,-10.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.718000,-52.803000,219.502000,-52.824000,193.218000,-50.466000,205.607000,-58.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.020000,-63.542000,168.268000,-62.515000,177.413000,-58.889000,168.380000,-48.400000,164.337000,-50.531000,163.058000,-51.058000,149.796000,-54.039000,153.785000,-57.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.279000,-42.530000,128.915000,-58.254000,128.089000,-49.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.077000,25.345000,208.098000,19.147000,206.475000,22.620000,207.384000,16.438000,207.262000,16.179000,213.222000,10.833000,216.267000,18.595000,214.481000,19.710000,213.867000,21.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.220000,-82.097000,46.373000,-84.258000,328.876000,-83.209000,71.326000,-85.230000,138.968000,-85.383000,97.425000,-84.189000,127.942000,-79.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.028000,48.842000,177.114000,57.162000,172.631000,54.470000,177.508000,52.250000,178.642000,51.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.455000,-0.087000,249.621000,-5.071000,256.896000,-4.501000,262.655000,-2.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.943000,24.909000,302.864000,19.970000,305.884000,34.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.857000,-44.721000,68.062000,-46.896000,82.378000,-41.833000,83.777000,-40.285000,73.461000,-40.827000,71.524000,-39.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.622000,9.726000,167.561000,15.112000,169.587000,10.181000,173.003000,0.011000,174.336000,6.365000,178.728000,7.004000,181.612000,7.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.038000,-43.762000,29.315000,-47.423000,21.799000,-40.964000,18.540000,-36.712000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.217000,-26.524000,85.853000,-20.136000,80.771000,-19.499000,79.452000,-16.330000,75.947000,-18.313000,73.170000,-16.157000,79.278000,-22.484000,82.969000,-27.190000,84.805000,-27.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.109000,-2.145000,343.493000,-4.966000,350.089000,-16.754000,358.887000,-8.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.941000,-86.845000,306.484000,-80.706000,292.018000,-79.870000,349.199000,-84.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.462000,2.591000,349.881000,4.861000,351.114000,-1.916000,357.054000,-0.513000,358.254000,0.736000,359.574000,1.625000,2.271000,9.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.062000,18.274000,292.697000,13.953000,294.927000,17.760000,303.989000,23.123000,297.262000,23.493000,294.738000,29.881000,293.395000,30.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.817000,37.160000,64.398000,28.803000,70.425000,26.029000,65.882000,29.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.946000,-25.453000,209.444000,-23.929000,209.413000,-23.032000,203.339000,-17.539000,200.523000,-21.635000,207.912000,-26.677000,208.273000,-27.020000,209.784000,-28.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.263000,-8.968000,202.566000,-3.470000,195.217000,-3.151000,195.449000,-9.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.485000,-57.675000,153.348000,-57.769000,151.179000,-57.269000,153.600000,-61.040000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.989000,3.911000,7.824000,7.044000,3.543000,6.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.474000,-33.110000,344.133000,-30.080000,342.599000,-32.099000,345.127000,-35.158000,339.367000,-38.091000,348.012000,-38.388000,352.649000,-36.206000,351.424000,-34.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.229000,10.087000,335.844000,14.815000,330.844000,8.324000,328.726000,1.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.100000,-24.705000,332.437000,-31.183000,334.304000,-32.819000,325.503000,-35.678000,325.548000,-36.053000,332.879000,-41.790000,341.434000,-35.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.080000,3.911000,284.632000,0.986000,285.209000,-5.861000,294.457000,-7.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.459000,-51.022000,223.675000,-44.344000,220.755000,-51.686000,214.064000,-52.404000,234.508000,-58.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.546000,-56.363000,230.541000,-62.902000,231.809000,-59.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.510000,30.569000,325.898000,25.997000,323.091000,22.528000,329.171000,24.677000,332.455000,23.026000,339.017000,23.946000,334.869000,32.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.696000,-18.819000,294.853000,-18.565000,285.458000,-17.570000,291.327000,-20.180000,286.735000,-25.139000,293.960000,-28.700000,295.719000,-21.689000,301.199000,-23.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.917000,27.573000,257.981000,22.792000,259.637000,21.225000,253.081000,15.855000,269.991000,16.819000,267.006000,20.293000,269.146000,23.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.227000,75.988000,208.459000,73.253000,248.829000,75.809000,241.638000,77.945000,244.010000,77.873000,230.233000,79.398000,220.028000,79.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.183000,-20.457000,142.291000,-19.133000,135.863000,-20.822000,132.581000,-22.488000,142.292000,-27.389000,150.934000,-29.470000,149.022000,-26.285000,145.895000,-20.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.679000,82.184000,354.167000,79.560000,326.381000,79.361000,354.871000,78.518000,358.065000,77.059000,359.457000,70.678000,8.805000,81.241000,8.174000,83.454000,33.703000,87.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.570000,-40.933000,234.774000,-46.162000,244.554000,-53.543000,244.523000,-48.674000,255.885000,-49.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.422000,-10.837000,7.035000,-8.868000,1.220000,-10.645000,359.661000,-9.116000,10.524000,-14.531000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.987000,53.162000,148.657000,64.022000,141.682000,68.058000,138.051000,68.009000,138.491000,61.738000,132.112000,61.972000,126.700000,62.933000,123.023000,62.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.128000,-44.347000,162.948000,-39.886000,159.467000,-41.828000,163.283000,-48.401000,161.046000,-53.180000,162.702000,-51.777000,170.096000,-55.123000,167.272000,-50.195000,169.856000,-52.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.047000,4.611000,333.555000,4.408000,333.638000,-0.272000,339.460000,0.477000,340.293000,-7.390000,341.809000,0.970000,345.237000,9.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.190000,-5.891000,164.633000,-4.130000,159.967000,-4.672000,157.290000,-3.516000,159.836000,-11.425000,161.265000,-9.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.265000,27.760000,9.888000,23.672000,10.713000,20.715000,6.419000,20.400000,16.781000,23.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.941000,-44.732000,284.760000,-45.800000,286.773000,-40.656000,284.973000,-34.002000,275.411000,-36.879000,266.829000,-39.077000,271.875000,-45.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.609000,-23.291000,101.637000,-24.261000,95.985000,-20.788000,108.448000,-28.970000,108.281000,-28.230000,112.272000,-27.646000,108.843000,-24.331000,104.975000,-22.693000,104.036000,-24.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.214000,23.746000,3.029000,22.774000,3.023000,20.503000,359.669000,15.843000,6.219000,13.208000,8.434000,24.743000,358.262000,29.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.541000,9.369000,283.179000,14.524000,279.916000,7.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.340000,-8.603000,36.571000,-6.629000,37.506000,-12.373000,32.808000,-14.708000,35.371000,-15.514000,35.144000,-18.089000,40.227000,-12.918000,45.911000,-8.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.052000,-18.432000,175.661000,-17.169000,176.959000,-17.743000,178.229000,-14.922000,179.077000,-14.318000,176.750000,-10.403000,170.082000,-4.040000,175.155000,-11.592000,172.775000,-11.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.354000,-34.080000,127.083000,-35.903000,136.314000,-37.676000,136.965000,-43.685000,144.113000,-36.333000,144.040000,-35.651000,150.620000,-36.550000,141.406000,-33.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.882000,38.918000,240.348000,49.709000,233.500000,47.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.923000,-5.153000,178.170000,-3.070000,181.840000,-1.433000,174.399000,1.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.235000,-14.706000,189.582000,-16.915000,196.277000,-19.712000,199.011000,-10.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.456000,34.663000,103.374000,22.997000,104.773000,28.609000,105.117000,27.471000,108.517000,27.418000,111.618000,31.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.358000,20.408000,46.163000,18.058000,35.693000,24.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.066000,-27.426000,325.834000,-27.673000,324.012000,-31.968000,325.192000,-30.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.568000,-13.425000,164.004000,-18.346000,167.242000,-17.960000,171.547000,-15.566000,174.356000,-13.882000,174.353000,-12.924000,178.528000,-6.802000,171.207000,-9.231000,168.555000,-4.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.383000,-37.924000,27.100000,-35.841000,27.591000,-32.527000,27.029000,-32.563000,24.820000,-33.658000,23.767000,-34.743000,21.528000,-36.563000,12.340000,-41.270000,18.852000,-42.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.204000,-59.000000,305.282000,-63.183000,299.603000,-59.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.241000,30.581000,308.152000,33.041000,304.704000,36.222000,295.493000,33.176000,294.930000,30.107000,297.511000,30.433000,298.554000,27.111000,302.115000,22.821000,303.109000,26.397000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.121000,-10.112000,162.471000,-8.259000,166.377000,-5.528000,162.076000,-0.574000,161.317000,0.646000,159.817000,-2.409000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.634000,16.674000,102.794000,6.780000,102.995000,2.325000,107.006000,5.506000,115.255000,11.762000,113.644000,17.528000,108.968000,11.744000,104.708000,18.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.901000,6.328000,181.379000,3.119000,180.371000,1.606000,176.092000,-0.771000,181.005000,-2.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.304000,30.866000,177.729000,16.737000,182.164000,22.354000,184.837000,24.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.958000,33.511000,206.262000,33.413000,203.860000,34.218000,208.176000,30.721000,214.612000,26.553000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.216000,-39.539000,243.777000,-35.585000,239.718000,-28.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.287000,57.806000,41.107000,66.904000,42.824000,71.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.892000,38.570000,14.829000,40.557000,7.367000,31.064000,12.856000,34.606000,13.162000,34.818000,18.585000,29.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.503000,-30.795000,73.412000,-39.788000,80.649000,-39.208000,85.890000,-42.618000,86.184000,-39.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.408000,-29.954000,358.035000,-44.235000,5.322000,-39.747000,11.497000,-38.091000,10.120000,-36.278000,12.841000,-29.562000,8.181000,-32.187000,3.139000,-26.771000,0.079000,-28.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.465000,-14.260000,124.163000,-21.228000,123.857000,-23.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.453000,1.638000,5.342000,4.068000,355.394000,12.487000,359.841000,7.188000,356.601000,5.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.498000,-1.586000,359.500000,-5.038000,357.929000,-4.892000,356.882000,-6.438000,356.877000,-15.621000,2.072000,-8.532000,3.062000,-8.623000,6.762000,-9.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.168000,-43.556000,267.431000,-47.673000,267.308000,-52.126000,280.021000,-48.527000,282.139000,-46.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.447000,42.534000,353.273000,45.886000,3.350000,41.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.016000,7.845000,326.695000,6.385000,332.330000,7.270000,329.468000,15.822000,329.452000,16.737000,327.925000,17.799000,327.378000,15.435000,323.558000,18.710000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.054000,10.233000,64.646000,7.163000,63.574000,10.087000,61.646000,10.009000,60.351000,8.416000,62.242000,-1.801000,65.760000,4.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.008000,-13.316000,20.991000,-14.743000,21.083000,-13.672000,12.824000,-11.011000,3.849000,-7.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.270000,-20.236000,9.692000,-21.091000,5.199000,-22.464000,12.714000,-32.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.948000,-87.948000,135.683000,-78.399000,106.078000,-78.537000,87.312000,-79.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.403000,39.177000,270.610000,44.063000,263.916000,45.414000,262.503000,42.977000,259.839000,42.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.579000,-35.157000,356.575000,-32.010000,347.912000,-28.106000,347.097000,-30.688000,342.255000,-30.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.756000,-3.058000,187.790000,-11.957000,193.277000,-11.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.524000,39.533000,281.873000,49.310000,277.859000,47.549000,276.130000,48.400000,273.918000,39.028000,275.222000,41.853000,274.802000,38.133000,277.558000,41.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.035000,-19.647000,234.710000,-28.932000,236.385000,-27.722000,232.136000,-26.281000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.472000,-0.358000,337.405000,-4.418000,340.089000,2.686000,342.803000,-3.910000,350.089000,4.555000,345.669000,5.029000,342.392000,13.060000,337.896000,7.456000,338.355000,3.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.811000,-48.696000,123.540000,-44.432000,116.925000,-50.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.160000,65.987000,15.965000,70.304000,19.741000,63.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.015000,12.876000,139.876000,15.505000,130.015000,14.227000,126.876000,12.942000,132.873000,6.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.324000,-25.859000,135.214000,-27.043000,134.895000,-22.340000,131.416000,-21.305000,120.708000,-22.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.288000,19.111000,242.142000,15.203000,246.757000,29.354000,239.593000,25.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.558000,63.239000,236.259000,62.367000,236.926000,55.670000,241.149000,58.439000,257.265000,61.843000,244.848000,64.572000,235.606000,67.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.053000,25.583000,179.504000,24.675000,181.312000,16.200000,180.022000,10.443000,186.709000,14.260000,188.675000,15.130000,190.383000,18.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.322000,-16.418000,156.230000,-17.336000,158.526000,-18.283000,157.759000,-16.066000,152.473000,-10.598000,150.766000,-10.181000,150.442000,-15.108000,150.157000,-16.122000,152.639000,-17.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.867000,3.677000,1.716000,3.201000,10.816000,-4.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.454000,-11.929000,127.700000,-10.970000,128.729000,-7.413000,135.071000,-5.481000,132.608000,-5.128000,126.213000,-1.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.382000,6.006000,352.777000,0.937000,353.325000,7.144000,359.556000,7.555000,354.594000,11.008000,350.764000,9.180000,350.477000,17.525000,349.834000,10.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.424000,43.140000,55.664000,42.484000,61.422000,33.127000,64.765000,35.467000,67.800000,39.443000,80.312000,38.932000,78.596000,40.720000,72.744000,44.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.189000,-42.587000,205.157000,-46.110000,197.380000,-49.915000,216.526000,-53.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.045000,10.451000,122.817000,9.975000,125.434000,6.598000,125.376000,3.633000,126.020000,0.086000,130.506000,9.717000,128.514000,10.530000,125.149000,11.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.906000,-21.165000,140.628000,-21.965000,135.215000,-18.791000,136.005000,-21.536000,148.569000,-22.211000,146.928000,-18.855000,148.640000,-17.382000,142.894000,-21.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.061000,-22.596000,347.130000,-21.711000,338.725000,-24.506000,330.941000,-24.275000,331.189000,-27.590000,346.775000,-27.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.200000,51.336000,138.041000,54.754000,136.736000,55.450000,126.380000,52.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.836000,-70.176000,186.158000,-74.716000,198.601000,-72.249000,206.587000,-71.887000,208.277000,-70.629000,184.866000,-62.566000,190.963000,-68.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.696000,4.768000,250.517000,7.738000,248.296000,14.283000,243.686000,3.008000,243.631000,2.871000,245.911000,5.125000,249.408000,0.117000,247.034000,6.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.530000,2.011000,176.594000,3.033000,181.344000,-11.398000,184.373000,-11.526000,185.374000,-6.009000,188.278000,-5.363000,186.019000,-3.373000,190.074000,1.306000,186.607000,1.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.495000,46.385000,7.305000,59.772000,352.943000,58.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.667000,27.240000,75.513000,23.020000,81.992000,12.408000,84.001000,15.234000,85.283000,15.990000,84.218000,17.214000,87.564000,15.208000,88.537000,19.431000,85.492000,22.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.687000,-16.134000,182.267000,-9.634000,184.991000,-4.497000,180.607000,-5.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.297000,5.048000,322.048000,3.730000,316.924000,-0.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.008000,-69.693000,156.658000,-65.562000,156.731000,-68.283000,149.514000,-71.096000,133.015000,-71.966000,192.480000,-70.134000,169.437000,-70.453000,171.421000,-70.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.658000,-8.938000,101.235000,-12.016000,106.992000,-9.862000,107.040000,-7.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.929000,43.620000,279.557000,36.046000,285.677000,34.287000,293.683000,31.953000,292.032000,37.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.018000,-29.243000,273.663000,-23.380000,271.250000,-18.282000,267.439000,-23.990000,266.318000,-25.827000,266.357000,-30.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.498000,16.798000,171.943000,17.430000,176.378000,16.190000,184.285000,12.450000,191.136000,17.073000,189.724000,18.012000,182.108000,16.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.528000,8.043000,340.604000,6.639000,352.836000,10.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.279000,-36.229000,178.566000,-44.245000,184.408000,-42.792000,195.442000,-40.714000,196.591000,-40.310000,197.195000,-35.700000,192.672000,-36.009000,184.019000,-29.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.517000,24.111000,23.714000,28.665000,20.979000,24.667000,24.962000,23.853000,27.287000,23.810000,26.582000,24.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.735000,0.820000,173.611000,3.654000,187.979000,-6.231000,187.210000,-1.206000,187.623000,-0.112000,187.718000,7.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.059000,-0.417000,149.975000,-1.351000,150.139000,6.727000,147.785000,11.289000,146.224000,6.141000,140.368000,6.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.730000,2.884000,357.931000,-3.243000,355.308000,-3.111000,353.209000,-7.991000,353.732000,-10.267000,0.524000,-3.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.217000,26.336000,8.084000,33.649000,2.079000,32.709000,1.857000,31.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.550000,38.730000,299.704000,49.410000,298.034000,45.849000,295.741000,42.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.412000,-32.945000,133.824000,-41.537000,143.941000,-38.637000,145.132000,-33.052000,143.146000,-29.241000,135.487000,-30.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.853000,-6.294000,11.788000,-3.995000,7.741000,-2.786000,10.576000,2.583000,9.041000,1.465000,4.940000,4.033000,356.917000,-5.839000,5.093000,-6.504000,6.193000,-6.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.648000,-40.351000,121.258000,-45.631000,134.798000,-35.660000,127.338000,-38.359000,127.063000,-38.259000,123.016000,-38.309000,118.556000,-36.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.547000,13.847000,312.752000,14.804000,313.879000,12.401000,314.779000,10.632000,313.932000,9.878000,313.263000,7.727000,310.925000,5.562000,318.264000,1.744000,324.594000,11.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.267000,7.911000,2.614000,7.837000,359.158000,10.892000,354.170000,17.006000,347.852000,16.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.175000,-1.540000,198.387000,-7.229000,202.965000,-8.287000,205.676000,-8.637000,202.602000,-12.316000,205.874000,-10.170000,204.414000,-12.933000,215.670000,-13.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.626000,-2.713000,260.628000,-4.646000,267.756000,-4.592000,255.264000,-1.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.282000,72.226000,253.199000,73.959000,267.729000,73.552000,274.174000,76.754000,282.497000,85.776000,241.093000,82.708000,220.779000,78.338000,223.715000,77.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.459000,-20.432000,60.505000,-19.945000,59.514000,-12.509000,59.121000,-16.915000,58.472000,-15.297000,58.784000,-17.029000,56.169000,-12.040000,56.190000,-21.182000,53.785000,-23.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.257000,-17.872000,196.054000,-18.040000,202.451000,-8.938000,193.642000,-13.798000,196.213000,-14.922000,199.165000,-14.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.445000,-7.683000,25.010000,-5.093000,25.039000,-6.905000,16.007000,-6.108000,24.098000,-9.882000,29.886000,-11.869000,28.471000,-8.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.619000,35.047000,21.499000,29.548000,13.713000,32.331000,15.230000,30.291000,19.086000,28.709000,22.633000,27.304000,23.169000,27.139000,23.254000,28.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.999000,-21.327000,94.530000,-14.304000,89.209000,-15.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.338000,-43.106000,145.754000,-45.054000,150.588000,-41.742000,157.008000,-39.958000,144.511000,-34.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.204000,-43.037000,4.765000,-49.702000,5.964000,-56.479000,12.590000,-43.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.181000,-30.014000,327.167000,-29.207000,326.075000,-29.525000,324.915000,-29.495000,323.358000,-32.111000,323.687000,-33.701000,322.899000,-35.345000,324.046000,-41.165000,326.121000,-40.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.078000,13.568000,271.853000,18.712000,269.793000,17.056000,269.320000,16.766000,271.888000,23.789000,259.791000,17.818000,264.534000,15.140000,265.270000,13.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.362000,3.433000,174.961000,2.016000,176.840000,2.528000,177.525000,3.071000,181.122000,2.590000,182.738000,4.696000,176.942000,5.426000,174.022000,8.498000,174.566000,4.785000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.633000,-11.563000,168.971000,-10.393000,175.499000,-7.699000,173.941000,-5.646000,168.988000,-2.194000,164.289000,4.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.929000,-22.144000,213.261000,-11.852000,207.795000,-18.273000,207.473000,-25.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.935000,-13.159000,356.878000,-16.605000,354.150000,-15.728000,352.740000,-16.683000,355.558000,-16.991000,355.869000,-24.104000,359.143000,-10.587000,358.007000,-14.395000,353.174000,-10.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.330000,-35.406000,7.183000,-33.382000,8.570000,-31.019000,356.962000,-26.907000,359.354000,-34.221000,0.735000,-34.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.596000,8.257000,82.721000,7.240000,80.852000,13.855000,84.138000,11.491000,81.141000,16.236000,84.901000,22.059000,80.403000,17.104000,79.838000,16.360000,78.318000,22.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.961000,18.812000,119.841000,18.053000,117.164000,27.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.393000,-60.047000,189.082000,-54.125000,185.263000,-61.165000,185.673000,-61.761000,186.219000,-62.698000,177.001000,-63.298000,187.589000,-65.228000,199.580000,-70.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.362000,19.565000,170.536000,10.089000,173.974000,11.113000,182.350000,4.789000,184.040000,13.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.673000,66.888000,316.197000,69.673000,341.844000,72.075000,343.184000,72.404000,345.522000,77.230000,295.242000,80.070000,281.793000,75.044000,304.240000,73.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.023000,-28.709000,49.015000,-15.668000,44.943000,-17.781000,43.694000,-22.550000,43.606000,-25.835000,44.750000,-25.912000,47.396000,-26.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.434000,-23.615000,118.581000,-14.713000,113.928000,-8.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.280000,-25.337000,152.285000,-15.338000,150.478000,-24.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.865000,32.905000,333.914000,34.752000,335.929000,39.840000,334.743000,41.346000,331.068000,39.720000,324.760000,41.294000,320.834000,35.699000,320.061000,32.821000,317.264000,28.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.164000,-6.645000,10.782000,-6.813000,14.664000,2.941000,9.631000,3.762000,8.716000,2.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.951000,-34.699000,68.849000,-36.704000,70.311000,-39.378000,74.896000,-36.807000,80.398000,-42.845000,82.253000,-41.163000,79.341000,-28.125000,76.260000,-30.261000,70.694000,-28.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.053000,-37.439000,35.690000,-40.843000,38.748000,-45.340000,35.378000,-50.637000,40.203000,-49.438000,49.934000,-43.266000,50.065000,-42.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.463000,26.012000,173.711000,25.171000,173.313000,24.016000,174.164000,22.090000,177.143000,18.848000,179.109000,18.677000,178.642000,20.962000,183.122000,21.728000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.437000,28.657000,159.110000,11.424000,165.305000,17.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.688000,-24.778000,95.307000,-25.341000,103.395000,-27.053000,99.529000,-29.319000,103.774000,-28.213000,106.874000,-29.212000,109.251000,-26.360000,106.210000,-23.940000,105.969000,-21.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.912000,33.043000,148.257000,33.557000,156.566000,28.647000,158.755000,27.951000,159.249000,29.288000,163.913000,31.261000,157.563000,34.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.193000,-58.168000,124.531000,-55.726000,128.864000,-52.769000,124.156000,-46.836000,120.585000,-54.847000,115.067000,-56.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.198000,-16.951000,6.278000,-11.255000,355.936000,-15.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.131000,-10.634000,43.571000,-11.329000,45.743000,-13.708000,47.509000,-4.749000,44.388000,-6.559000,43.903000,-5.604000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.266000,-9.878000,194.454000,-12.616000,197.929000,-12.759000,197.989000,-19.684000,201.580000,-17.226000,200.681000,-10.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.994000,-70.210000,105.108000,-67.813000,105.097000,-61.591000,101.169000,-64.851000,94.367000,-63.612000,90.307000,-64.296000,85.443000,-66.115000,83.926000,-67.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.546000,12.144000,184.033000,15.911000,170.942000,14.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.935000,-51.524000,188.751000,-52.852000,188.646000,-55.221000,179.811000,-56.999000,183.977000,-64.268000,197.968000,-56.751000,207.274000,-57.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.737000,-49.848000,94.154000,-55.226000,91.340000,-46.267000,97.779000,-44.711000,79.109000,-46.238000,85.854000,-46.586000,86.741000,-46.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.984000,-9.932000,180.553000,-5.212000,179.768000,-5.013000,175.798000,-5.689000,182.877000,-12.317000,184.463000,-10.815000,185.052000,-10.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.085000,35.763000,129.101000,35.641000,126.698000,35.206000,123.090000,38.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.682000,17.039000,358.968000,18.937000,357.627000,17.296000,351.917000,17.892000,351.927000,15.181000,349.383000,10.649000,357.980000,12.227000,358.534000,13.944000,4.377000,19.455000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.885000,15.714000,202.647000,17.575000,203.487000,17.894000,204.486000,19.085000,195.621000,27.504000,192.834000,20.765000,188.011000,25.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.347000,0.331000,341.425000,7.138000,332.349000,8.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.792000,-15.145000,154.897000,-11.806000,159.491000,-23.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.654000,26.720000,114.296000,26.656000,113.000000,30.884000,111.831000,36.635000,109.380000,35.780000,110.035000,31.023000,109.289000,29.212000,111.308000,24.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.589000,-70.939000,54.946000,-59.598000,49.446000,-59.633000,42.169000,-59.221000,52.216000,-64.359000,51.133000,-63.994000,39.047000,-67.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.910000,-19.467000,324.319000,-29.306000,326.509000,-32.731000,330.466000,-37.356000,333.937000,-27.094000,336.671000,-25.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.217000,-55.599000,348.417000,-51.031000,340.185000,-55.706000,339.561000,-60.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.602000,-7.169000,123.033000,-2.558000,115.992000,-4.652000,119.817000,-0.695000,113.678000,-3.840000,110.584000,1.959000,107.990000,2.351000,104.279000,-2.359000,110.936000,-6.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.065000,48.733000,272.408000,40.461000,274.720000,38.551000,277.979000,41.855000,275.505000,41.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.090000,42.341000,266.608000,41.535000,268.865000,37.274000,269.102000,37.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.231000,-19.864000,45.740000,-13.430000,41.389000,-19.833000,46.557000,-21.972000,46.538000,-22.496000,47.361000,-22.860000,48.321000,-30.431000,52.399000,-24.142000,50.774000,-22.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.517000,-3.354000,304.559000,-7.214000,309.289000,-9.011000,309.430000,-16.583000,317.064000,-10.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.938000,-41.398000,233.553000,-41.690000,229.405000,-46.169000,235.927000,-42.083000,240.667000,-48.627000,236.669000,-41.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.951000,7.113000,163.785000,-1.146000,160.964000,-2.652000,169.419000,-4.089000,168.862000,-3.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.651000,-5.793000,162.387000,-5.935000,158.988000,-12.122000,162.837000,-10.560000,171.824000,-8.470000,164.397000,-2.622000,163.278000,-3.573000,156.850000,-3.264000,154.274000,-7.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.565000,20.008000,169.162000,22.529000,173.408000,25.511000,167.544000,24.233000,165.207000,24.163000,159.684000,26.050000,163.370000,14.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.112000,23.636000,209.818000,30.671000,205.025000,29.404000,203.182000,25.999000,197.965000,15.731000,205.654000,20.264000,210.217000,18.403000,210.459000,18.487000,213.798000,18.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.428000,-33.570000,269.057000,-23.702000,272.428000,-26.115000,268.093000,-24.697000,267.431000,-27.246000,270.438000,-29.526000,274.896000,-28.792000,273.860000,-29.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.643000,-53.375000,295.082000,-58.992000,291.512000,-63.947000,303.851000,-64.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.988000,-61.006000,154.810000,-46.026000,149.117000,-53.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.482000,-17.140000,260.406000,-15.520000,262.240000,-19.902000,262.641000,-20.894000,258.154000,-24.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.920000,7.951000,25.273000,7.495000,25.232000,3.750000,26.325000,4.037000,32.006000,3.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.942000,2.917000,99.513000,8.519000,102.178000,0.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.323000,-4.844000,185.841000,3.733000,180.489000,0.865000,180.166000,0.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.201000,71.344000,343.526000,64.447000,357.019000,58.860000,15.581000,71.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.158000,-49.164000,194.878000,-51.232000,180.512000,-37.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.164000,6.339000,167.924000,9.703000,171.682000,0.220000,176.058000,-0.182000,176.983000,6.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.733000,-7.217000,290.605000,-8.946000,287.006000,-13.213000,289.338000,-14.525000,295.005000,-14.789000,298.332000,-9.864000,296.544000,-10.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.872000,-6.323000,195.704000,-2.286000,195.994000,-3.489000,193.974000,-13.839000,197.974000,-9.545000,205.789000,-0.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.156000,15.098000,179.824000,10.842000,177.425000,3.032000,181.426000,2.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.835000,-5.826000,53.084000,-8.447000,52.040000,-10.536000,53.029000,-13.409000,55.914000,-12.468000,59.388000,-14.839000,58.264000,-10.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.334000,-5.289000,182.039000,-3.121000,187.400000,-1.451000,179.731000,-0.469000,171.581000,-1.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.949000,1.761000,290.409000,1.056000,290.459000,0.963000,294.783000,-1.441000,299.461000,3.971000,294.867000,3.778000,298.801000,8.370000,288.264000,5.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.058000,4.610000,10.592000,7.162000,4.138000,4.948000,10.178000,-2.328000,10.875000,-4.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.679000,35.753000,35.690000,30.072000,31.049000,26.297000,38.615000,28.745000,41.464000,26.917000,49.130000,32.943000,43.147000,38.377000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.744000,18.948000,197.781000,27.202000,195.326000,20.033000,191.372000,18.036000,205.533000,13.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.612000,-3.083000,172.329000,4.645000,177.295000,-1.297000,181.627000,-2.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.726000,6.995000,15.433000,7.803000,16.079000,8.624000,7.525000,19.327000,3.284000,6.104000,8.431000,9.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.393000,-50.722000,357.955000,-44.497000,354.196000,-54.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.662000,-1.139000,97.980000,4.348000,85.230000,4.062000,89.117000,-5.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.222000,41.285000,276.797000,41.096000,284.849000,37.885000,287.571000,32.575000,286.832000,35.994000,294.529000,44.123000,288.671000,41.938000,280.444000,44.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.319000,-12.106000,150.801000,-13.877000,156.360000,-15.891000,159.554000,-15.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.833000,21.591000,128.395000,20.297000,125.281000,23.645000,123.102000,28.748000,124.425000,14.433000,126.659000,15.069000,125.652000,17.971000,126.029000,19.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.820000,42.042000,148.132000,38.005000,146.414000,54.494000,142.479000,49.989000,137.415000,49.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.698000,28.917000,122.046000,26.146000,124.797000,20.658000,136.468000,24.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.351000,74.258000,157.846000,63.379000,166.673000,68.690000,172.486000,70.296000,186.290000,66.455000,159.995000,74.473000,143.640000,74.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.142000,-4.954000,358.457000,-11.056000,358.613000,-4.943000,0.161000,-2.332000,3.135000,2.162000,356.767000,-1.305000,354.509000,0.634000,353.175000,2.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.983000,2.440000,173.610000,0.611000,174.924000,-0.666000,181.650000,2.680000,175.493000,4.726000,172.679000,6.949000,171.944000,6.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.101000,32.586000,239.158000,34.262000,236.510000,42.316000,230.929000,32.183000,233.726000,31.358000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.397000,38.279000,185.500000,37.081000,195.010000,32.258000,204.278000,30.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.809000,42.177000,92.508000,39.290000,95.318000,37.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.557000,-52.640000,313.254000,-52.007000,317.307000,-58.504000,327.102000,-49.164000,315.760000,-42.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.028000,-9.666000,165.566000,-6.230000,155.006000,-8.147000,148.595000,-9.198000,152.067000,-16.403000,153.796000,-18.243000,161.741000,-18.871000,161.667000,-18.613000,165.893000,-14.358000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.594000,52.805000,346.968000,52.942000,344.439000,41.748000,352.902000,43.508000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.139000,23.178000,104.943000,25.656000,102.748000,25.419000,102.560000,25.934000,102.410000,31.246000,93.494000,24.673000,96.780000,21.036000,99.457000,21.637000,109.418000,18.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.872000,-9.129000,119.870000,-7.348000,118.945000,-8.750000,128.453000,-11.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.840000,15.224000,145.677000,19.960000,137.728000,17.413000,146.532000,13.924000,146.722000,6.946000,146.737000,14.238000,148.074000,7.973000,148.339000,7.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.738000,1.799000,52.408000,2.232000,55.027000,4.780000,58.288000,6.748000,57.105000,14.468000,52.991000,14.803000,49.641000,8.325000,47.594000,1.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.690000,-69.583000,37.073000,-62.373000,1.548000,-62.851000,8.791000,-66.709000,6.961000,-69.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.800000,-15.218000,156.739000,-15.286000,157.820000,-11.234000,157.380000,-6.194000,155.802000,-12.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.402000,5.235000,262.459000,4.235000,262.922000,4.691000,269.061000,9.646000,263.095000,8.586000,262.849000,10.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.006000,53.923000,241.033000,54.249000,238.729000,58.163000,242.369000,60.040000,221.570000,64.085000,220.468000,59.941000,220.773000,56.366000,226.123000,55.504000,223.000000,53.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.476000,-7.412000,181.388000,-2.466000,178.677000,-3.574000,183.611000,-3.360000,182.988000,-5.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.477000,0.367000,84.171000,-12.135000,82.750000,-4.139000,85.771000,-3.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.113000,-29.145000,338.912000,-30.598000,339.586000,-34.888000,341.405000,-34.026000,342.570000,-33.223000,341.721000,-26.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.232000,29.009000,70.376000,31.033000,65.189000,30.882000,66.784000,29.619000,68.172000,28.097000,65.765000,19.704000,70.279000,21.768000,71.005000,24.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.567000,14.646000,359.479000,13.541000,356.060000,14.730000,357.534000,8.852000,353.082000,13.461000,352.024000,6.021000,357.353000,-1.422000,5.781000,6.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.847000,-5.344000,74.427000,-4.642000,72.705000,-9.418000,69.224000,-11.868000,70.610000,-15.061000,80.949000,-14.219000,84.241000,-5.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.330000,-21.037000,43.869000,-12.479000,38.214000,-22.180000,36.022000,-23.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.183000,-25.954000,239.004000,-31.962000,227.927000,-33.913000,239.898000,-35.905000,243.238000,-39.909000,242.400000,-31.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.530000,4.226000,338.854000,3.877000,339.063000,-2.788000,338.013000,3.965000,337.843000,-4.694000,339.152000,-10.821000,339.287000,-5.097000,340.486000,-3.328000,341.238000,-2.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.786000,-13.948000,343.523000,-12.959000,337.540000,-11.939000,341.321000,-22.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.644000,10.185000,170.898000,-5.678000,181.757000,5.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.221000,-74.430000,189.572000,-74.810000,213.934000,-76.506000,228.884000,-69.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.693000,-16.935000,23.447000,-20.370000,16.124000,-21.820000,16.956000,-23.488000,19.685000,-25.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.920000,8.736000,228.534000,8.157000,229.748000,6.327000,228.508000,-1.438000,229.955000,-0.846000,238.498000,4.889000,236.071000,6.472000,235.247000,10.201000,238.609000,13.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.036000,-2.886000,201.611000,-0.812000,198.355000,-1.060000,191.201000,-10.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.473000,35.232000,236.357000,36.889000,223.545000,36.727000,226.616000,34.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.742000,-12.396000,31.440000,-8.752000,34.390000,-4.436000,32.657000,-3.626000,30.075000,-8.474000,29.682000,-9.183000,26.808000,-10.208000,29.223000,-11.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.463000,-42.179000,13.453000,-34.656000,13.057000,-42.171000,10.661000,-42.864000,13.232000,-47.882000,14.913000,-51.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.636000,-7.344000,139.030000,-1.577000,138.070000,0.971000,130.059000,-12.724000,135.187000,-8.657000,139.588000,-13.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.831000,-1.064000,187.155000,-6.408000,190.524000,-14.218000,194.998000,-2.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.644000,-18.784000,3.647000,-23.130000,8.207000,-8.223000,5.248000,-10.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.453000,-6.402000,349.844000,0.573000,348.907000,-6.160000,354.421000,-5.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.980000,51.388000,271.284000,37.580000,278.014000,35.794000,282.418000,36.601000,290.635000,40.920000,282.085000,43.457000,290.292000,43.387000,286.335000,45.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.748000,60.076000,205.997000,60.563000,210.561000,57.813000,217.985000,56.773000,234.876000,54.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.733000,56.546000,24.320000,57.926000,31.414000,52.516000,31.628000,50.991000,26.905000,47.665000,35.966000,45.790000,42.141000,47.870000,46.430000,47.378000,47.325000,50.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.410000,-4.080000,186.030000,6.243000,179.139000,1.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.717000,0.437000,69.301000,-1.337000,62.145000,0.676000,71.331000,-10.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.194000,57.266000,359.861000,60.545000,354.661000,65.347000,348.364000,65.537000,340.341000,61.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.093000,-10.692000,6.668000,-5.437000,4.469000,-4.308000,4.275000,-6.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.306000,37.220000,337.350000,41.594000,338.263000,37.269000,332.935000,39.028000,344.524000,32.426000,342.758000,34.051000,350.458000,30.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.702000,-15.691000,178.705000,-16.459000,185.952000,-10.536000,179.964000,-11.156000,178.573000,-12.384000,177.980000,-11.271000,178.864000,-14.365000,177.427000,-14.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.895000,-69.833000,179.998000,-61.543000,170.619000,-68.156000,163.748000,-60.747000,157.643000,-69.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.522000,-36.811000,18.497000,-41.973000,11.560000,-39.728000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.315000,75.936000,153.108000,75.428000,195.513000,72.458000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.314000,-11.921000,140.353000,-14.088000,142.191000,-12.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.638000,-16.678000,209.779000,-12.893000,207.359000,-11.324000,201.203000,-15.321000,201.796000,-15.509000,202.782000,-15.586000,205.929000,-14.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.631000,-7.426000,0.186000,-6.327000,350.706000,6.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.618000,-30.025000,208.263000,-27.342000,208.599000,-26.848000,203.545000,-26.874000,203.550000,-28.335000,198.585000,-22.817000,195.436000,-25.756000,199.298000,-39.627000,205.835000,-33.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.121000,29.879000,277.270000,27.291000,275.062000,34.792000,272.766000,35.783000,272.744000,38.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.987000,3.909000,39.220000,-4.632000,42.796000,6.173000,38.397000,10.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.968000,65.902000,197.529000,68.997000,177.655000,75.480000,172.828000,70.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.701000,19.445000,243.579000,15.893000,237.964000,9.187000,241.414000,7.389000,245.579000,10.862000,247.765000,7.842000,247.353000,12.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.193000,15.551000,280.723000,26.985000,282.561000,18.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.551000,3.975000,10.928000,4.759000,6.562000,-1.980000,11.116000,1.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.063000,24.610000,64.354000,25.164000,67.380000,26.079000,68.632000,32.037000,65.570000,33.693000,60.873000,31.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.122000,-23.236000,231.821000,-29.643000,234.370000,-29.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.112000,-0.122000,240.637000,2.048000,236.705000,6.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.740000,-42.654000,297.494000,-50.233000,301.465000,-39.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.682000,7.228000,248.213000,6.116000,252.763000,6.477000,255.058000,7.255000,255.482000,4.319000,256.809000,1.606000,260.203000,6.205000,258.689000,11.542000,252.177000,14.733000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.050000,17.053000,172.140000,14.366000,172.210000,12.352000,175.141000,9.228000,172.101000,1.895000,180.807000,7.451000,179.053000,9.970000,182.516000,15.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.701000,10.308000,36.647000,6.276000,37.087000,21.804000,34.096000,14.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.316000,8.719000,166.207000,3.677000,172.477000,10.806000,171.874000,15.817000,167.217000,13.301000,168.900000,11.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.580000,25.605000,16.433000,23.620000,15.077000,18.003000,27.054000,16.628000,31.165000,19.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.847000,16.104000,256.801000,29.118000,252.543000,23.309000,250.349000,22.385000,248.456000,23.320000,249.297000,22.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.380000,-27.611000,344.980000,-24.051000,343.251000,-16.771000,334.244000,-14.804000,332.433000,-11.991000,329.951000,-12.924000,333.311000,-18.793000,329.253000,-20.228000,332.467000,-21.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.593000,-17.620000,166.878000,-21.124000,165.756000,-19.865000,168.861000,-17.492000,165.573000,-10.105000,158.893000,-11.494000,158.874000,-14.369000,151.350000,-12.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.814000,5.425000,24.930000,10.500000,22.713000,18.093000,22.076000,18.407000,21.495000,18.104000,16.419000,14.012000,11.927000,17.186000,15.072000,12.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.799000,1.967000,179.320000,-5.959000,182.434000,-4.239000,180.783000,-10.486000,188.556000,-8.312000,190.784000,-5.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.874000,40.668000,29.756000,38.125000,28.878000,42.362000,25.953000,38.847000,21.196000,40.630000,19.105000,36.098000,28.067000,32.214000,30.311000,27.424000,31.041000,32.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.877000,-5.676000,351.447000,-5.188000,349.958000,-18.344000,350.230000,-15.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.438000,36.960000,358.879000,37.480000,351.689000,41.162000,350.187000,34.789000,351.438000,31.978000,347.705000,28.743000,355.095000,30.956000,356.294000,25.814000,0.382000,25.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.576000,65.378000,101.313000,60.609000,93.400000,60.979000,88.829000,53.974000,95.007000,50.449000,109.487000,53.913000,107.704000,56.817000,106.326000,58.517000,110.822000,62.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.239000,34.326000,132.909000,32.729000,133.492000,26.845000,126.890000,19.897000,129.871000,17.514000,135.568000,21.006000,140.876000,28.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.063000,-26.472000,101.457000,-24.877000,107.719000,-20.755000,105.872000,-14.939000,105.298000,-15.293000,102.622000,-16.635000,101.572000,-17.595000,97.510000,-16.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.573000,8.513000,237.313000,10.913000,239.962000,8.344000,239.812000,17.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.681000,-35.475000,212.626000,-35.853000,214.100000,-35.489000,209.004000,-25.789000,205.023000,-32.791000,205.474000,-36.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.958000,-23.517000,163.360000,-22.811000,169.437000,-24.041000,166.416000,-19.604000,159.075000,-8.228000,159.086000,-15.029000,153.562000,-12.676000,152.722000,-13.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.234000,-35.375000,337.143000,-29.717000,331.774000,-31.818000,332.586000,-34.080000,340.283000,-39.845000,343.556000,-40.790000,342.559000,-38.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.337000,-0.403000,332.909000,3.203000,332.094000,6.152000,329.634000,12.725000,326.392000,5.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.476000,6.385000,250.263000,13.027000,245.114000,11.663000,243.869000,11.208000,250.543000,1.393000,250.526000,0.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.654000,-51.419000,156.574000,-48.063000,156.547000,-47.107000,149.402000,-47.437000,153.678000,-52.092000,159.473000,-54.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.410000,-26.800000,345.147000,-27.212000,348.941000,-20.307000,346.346000,-22.742000,343.955000,-21.836000,339.852000,-20.888000,345.674000,-23.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.838000,14.660000,23.027000,17.128000,17.655000,20.703000,15.846000,20.761000,16.260000,22.398000,16.709000,23.804000,5.600000,22.825000,10.084000,13.092000,14.003000,14.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.896000,-6.943000,185.552000,-10.370000,173.195000,-1.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.263000,56.945000,52.543000,62.570000,56.708000,53.149000,73.606000,51.153000,72.656000,58.944000,67.840000,58.322000,68.884000,61.266000,67.086000,61.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.995000,7.569000,178.958000,9.539000,170.198000,24.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.769000,-82.499000,13.717000,-88.259000,48.236000,-76.413000,38.511000,-73.543000,4.401000,-77.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.510000,31.754000,153.021000,38.394000,156.148000,31.390000,151.626000,25.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.306000,69.895000,303.147000,72.133000,279.333000,72.533000,274.228000,68.613000,281.166000,68.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.363000,22.180000,181.388000,19.003000,189.733000,19.851000,188.253000,21.030000,188.023000,22.045000,187.267000,30.256000,183.202000,23.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.870000,13.419000,353.678000,6.866000,354.480000,7.038000,358.096000,15.900000,356.097000,16.074000,354.807000,17.905000,354.950000,19.626000,352.427000,15.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.833000,4.659000,359.609000,3.797000,13.234000,7.526000,8.013000,8.424000,8.832000,11.144000,5.631000,11.070000,1.732000,12.648000,2.851000,9.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.819000,21.365000,17.061000,14.229000,18.636000,21.358000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.676000,-20.241000,160.756000,-14.816000,161.118000,-12.705000,162.900000,-8.029000,151.140000,-12.795000,154.852000,-16.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.831000,-15.423000,278.472000,-16.863000,282.041000,-19.244000,286.496000,-17.450000,285.971000,-16.949000,287.600000,-16.244000,283.028000,-14.659000,278.024000,-8.789000,277.375000,-13.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.446000,6.034000,346.097000,-0.844000,359.279000,-0.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.445000,-23.421000,270.739000,-29.102000,270.214000,-28.616000,270.445000,-37.489000,273.596000,-32.357000,279.302000,-32.371000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.120000,64.740000,155.321000,66.094000,167.938000,62.946000,165.280000,65.195000,163.683000,66.658000,159.831000,67.223000,167.142000,74.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.053000,66.688000,265.857000,72.531000,245.520000,69.329000,246.999000,66.457000,256.042000,64.885000,260.969000,62.487000,269.285000,60.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.980000,64.101000,268.791000,55.476000,270.977000,57.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.972000,39.635000,118.281000,45.876000,117.502000,33.666000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.512000,-31.909000,26.345000,-31.294000,27.940000,-32.823000,34.546000,-38.173000,41.639000,-38.558000,38.745000,-30.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.807000,-12.283000,7.957000,-14.457000,7.668000,-19.299000,15.945000,-19.655000,15.899000,-10.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.876000,-48.407000,255.647000,-47.522000,278.034000,-54.235000,273.392000,-44.059000,268.196000,-49.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.517000,-8.244000,5.889000,2.191000,354.695000,0.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.767000,8.377000,208.342000,7.054000,209.781000,14.408000,205.955000,6.295000,205.505000,0.025000,205.812000,-2.351000,206.178000,-1.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.843000,-12.612000,147.744000,-6.458000,154.196000,-5.807000,152.975000,-4.228000,148.361000,-4.333000,144.788000,-4.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.008000,-27.015000,343.342000,-31.947000,344.143000,-26.057000,345.665000,-25.830000,338.482000,-20.415000,335.069000,-20.601000,331.287000,-28.377000,333.672000,-27.430000,337.474000,-25.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.766000,-74.567000,57.411000,-75.386000,119.477000,-73.119000,103.451000,-71.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.399000,-24.891000,44.063000,-22.370000,36.165000,-23.790000,31.846000,-23.533000,32.721000,-25.245000,42.267000,-27.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.430000,-27.088000,95.377000,-20.420000,84.028000,-21.964000,81.148000,-23.906000,80.101000,-25.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.338000,24.725000,194.873000,20.099000,213.819000,14.611000,215.423000,18.728000,202.088000,26.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.005000,47.268000,340.124000,47.974000,337.597000,44.034000,338.245000,35.461000,344.846000,37.727000,344.692000,33.529000,351.505000,39.143000,0.873000,40.205000,352.149000,42.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.912000,-52.590000,280.894000,-59.655000,283.797000,-60.409000,286.495000,-58.462000,291.145000,-56.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.145000,-38.655000,305.464000,-39.133000,315.493000,-40.295000,311.845000,-33.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.844000,4.829000,300.335000,2.121000,306.651000,-2.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.820000,-9.474000,154.528000,-5.759000,154.747000,-10.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.380000,-48.937000,66.272000,-41.457000,58.415000,-38.373000,60.967000,-45.272000,60.611000,-46.795000,57.020000,-49.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.127000,6.941000,351.711000,11.975000,353.060000,10.748000,355.424000,13.028000,359.095000,15.365000,351.655000,19.942000,350.693000,18.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.422000,47.780000,282.415000,35.487000,284.383000,39.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.382000,8.321000,330.059000,3.824000,336.689000,-0.054000,342.209000,11.053000,334.828000,12.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.155000,61.957000,123.246000,60.955000,121.967000,53.535000,130.635000,52.450000,130.806000,55.211000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.185000,18.719000,17.671000,12.330000,15.082000,9.404000,17.566000,10.951000,23.642000,7.236000,24.488000,11.399000,28.311000,12.343000,26.152000,13.238000,21.108000,16.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.367000,16.294000,149.508000,18.564000,158.640000,21.636000,154.808000,23.096000,155.130000,24.634000,149.250000,31.434000,142.289000,24.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.594000,64.414000,262.584000,80.585000,250.469000,80.702000,268.894000,75.806000,258.111000,68.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.709000,25.046000,197.684000,23.020000,199.275000,22.002000,200.842000,26.406000,205.804000,32.127000,192.276000,32.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.988000,53.477000,354.756000,63.614000,341.659000,61.706000,330.118000,66.250000,334.353000,53.231000,335.717000,53.988000,341.726000,58.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.922000,-27.218000,200.294000,-19.417000,199.116000,-23.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.794000,-3.827000,357.931000,10.435000,357.160000,1.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.875000,-65.123000,1.062000,-73.813000,18.696000,-74.114000,56.421000,-75.128000,46.466000,-70.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.400000,39.546000,297.645000,46.625000,286.357000,44.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.763000,-41.785000,117.462000,-48.029000,125.965000,-53.220000,123.448000,-47.153000,125.347000,-37.842000,121.009000,-40.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.853000,44.368000,190.206000,41.308000,193.773000,40.738000,200.461000,40.732000,197.163000,46.622000,195.414000,48.075000,193.287000,47.022000,192.210000,48.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.231000,57.965000,285.829000,55.904000,287.684000,53.945000,293.064000,43.660000,297.800000,49.375000,298.602000,52.242000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.544000,-5.457000,179.475000,-2.407000,170.447000,4.292000,169.247000,1.046000,165.371000,3.919000,165.685000,-4.695000,169.120000,-6.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.090000,9.280000,24.218000,1.119000,36.153000,0.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.381000,-67.501000,174.480000,-62.146000,173.712000,-60.405000,163.641000,-57.155000,141.344000,-59.800000,168.646000,-73.653000,162.309000,-69.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.939000,-35.583000,157.085000,-26.309000,154.316000,-24.579000,151.288000,-24.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.365000,-40.024000,297.522000,-40.506000,299.947000,-47.491000,298.872000,-41.212000,300.550000,-37.047000,295.813000,-37.521000,296.194000,-38.623000,293.094000,-38.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.928000,17.133000,61.982000,11.487000,56.829000,10.840000,54.888000,9.122000,60.372000,8.075000,61.119000,6.499000,68.990000,4.392000,71.442000,16.347000,62.525000,16.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.225000,2.609000,169.107000,-0.399000,169.809000,-2.858000,170.475000,-3.122000,178.759000,-2.670000,180.865000,1.339000,180.987000,3.096000,176.761000,3.695000,176.050000,4.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.047000,-15.980000,248.896000,-20.042000,259.915000,-16.953000,258.886000,-13.566000,257.126000,-12.967000,255.820000,-8.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.835000,-7.828000,355.493000,-12.084000,355.133000,-6.628000,356.429000,-6.624000,356.022000,-6.008000,357.303000,-3.728000,357.944000,-1.324000,352.081000,-5.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.492000,29.358000,60.323000,26.676000,61.917000,25.815000,64.743000,20.439000,63.051000,25.911000,68.234000,21.413000,61.732000,35.632000,61.672000,30.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.372000,4.588000,41.134000,2.516000,50.748000,2.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.880000,-3.189000,203.254000,-5.003000,204.823000,-7.441000,205.737000,-2.631000,206.214000,-1.883000,206.319000,7.468000,202.179000,7.443000,200.728000,7.305000,200.812000,4.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.761000,59.165000,44.064000,61.023000,49.928000,67.099000,29.256000,68.249000,25.915000,65.111000,20.745000,60.923000,29.252000,61.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.899000,38.640000,133.557000,37.865000,133.713000,41.055000,138.134000,41.471000,139.692000,42.004000,141.238000,48.644000,130.987000,51.594000,128.349000,44.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.883000,-7.241000,17.732000,-9.841000,18.900000,-10.017000,18.640000,-15.599000,23.553000,-13.450000,28.135000,-13.060000,29.576000,-8.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.713000,-11.418000,140.624000,-7.271000,142.715000,-6.530000,136.264000,-8.777000,134.243000,-11.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.115000,0.611000,40.398000,3.852000,37.409000,5.966000,38.344000,0.815000,37.511000,-0.362000,35.482000,-1.074000,39.093000,-2.267000,39.966000,-2.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.957000,42.040000,85.337000,46.023000,89.397000,34.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.077000,0.725000,180.753000,1.744000,177.145000,-1.491000,177.137000,-3.275000,178.956000,-4.900000,179.356000,-5.472000,184.633000,-6.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.297000,-2.452000,173.897000,-6.513000,176.710000,3.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.473000,-17.142000,209.429000,-22.083000,208.650000,-16.967000,205.216000,-10.629000,203.166000,-17.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.120000,26.923000,243.227000,30.820000,239.462000,22.509000,238.517000,20.752000,248.435000,17.625000,246.961000,25.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.422000,10.116000,283.151000,11.803000,286.935000,5.202000,291.136000,2.134000,299.781000,5.075000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.507000,24.261000,127.609000,33.285000,119.352000,24.776000,126.097000,23.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.052000,-49.808000,305.977000,-43.509000,301.490000,-43.943000,299.961000,-42.194000,294.973000,-45.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.132000,21.387000,72.713000,15.408000,74.377000,21.476000,76.149000,22.010000,72.791000,26.851000,61.213000,27.289000,62.626000,23.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.984000,24.116000,243.634000,22.267000,242.732000,19.478000,242.958000,12.799000,246.332000,9.878000,249.262000,9.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.735000,40.987000,300.006000,37.591000,301.220000,37.172000,304.210000,32.404000,302.937000,43.936000,301.824000,45.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.604000,-49.882000,318.377000,-49.885000,318.401000,-49.199000,320.225000,-49.574000,324.345000,-50.502000,322.056000,-48.048000,315.464000,-45.044000,311.458000,-42.232000,308.541000,-42.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.339000,1.908000,144.777000,0.244000,145.244000,-2.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.054000,19.584000,306.546000,25.847000,303.429000,23.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.309000,68.598000,187.361000,66.182000,182.778000,61.319000,202.447000,57.583000,199.717000,64.824000,212.511000,62.684000,198.501000,66.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.402000,12.636000,131.672000,21.076000,130.713000,24.764000,128.900000,21.954000,128.501000,20.912000,128.337000,18.309000,127.985000,17.535000,128.602000,9.615000,129.488000,8.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.496000,0.770000,92.582000,6.296000,98.170000,3.268000,99.321000,8.185000,99.570000,8.875000,94.943000,11.652000,94.258000,13.878000,90.192000,8.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.591000,54.243000,101.431000,53.812000,87.985000,59.728000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.411000,52.294000,321.747000,38.592000,329.430000,43.531000,327.988000,46.404000,331.675000,47.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.414000,0.514000,170.727000,-1.579000,176.260000,-2.698000,172.568000,-8.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.459000,8.120000,183.108000,7.750000,176.112000,9.728000,174.183000,2.620000,184.716000,2.856000,187.040000,3.831000,185.226000,3.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.465000,31.166000,231.143000,33.078000,229.242000,30.738000,231.259000,27.007000,240.331000,26.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.053000,24.780000,196.946000,30.158000,209.434000,18.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.839000,41.359000,94.009000,44.388000,90.471000,41.214000,100.296000,36.887000,102.318000,37.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.331000,-58.378000,56.575000,-63.827000,49.007000,-49.589000,45.640000,-47.710000,48.251000,-54.794000,45.117000,-56.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.315000,-13.171000,160.839000,-15.868000,165.752000,-11.791000,166.657000,-8.242000,166.732000,-6.940000,158.545000,-5.786000,156.813000,-11.950000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.895000,-0.684000,319.103000,-5.520000,317.962000,-0.380000,317.334000,4.474000,315.467000,10.289000,312.361000,9.855000,306.719000,-0.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.316000,23.360000,4.021000,14.473000,0.784000,8.161000,11.959000,10.900000,8.747000,13.398000,6.996000,17.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.792000,-29.027000,20.625000,-31.263000,23.822000,-28.012000,24.401000,-22.203000,24.623000,-20.578000,11.843000,-17.946000,15.610000,-20.745000,14.319000,-21.776000,17.936000,-24.126000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.146000,16.741000,136.016000,15.275000,139.846000,7.883000,144.272000,12.175000,146.370000,6.963000,146.537000,9.767000,146.476000,13.233000,143.858000,21.963000,143.561000,20.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.131000,15.541000,184.904000,7.729000,191.445000,0.648000,187.081000,7.232000,189.592000,13.346000,186.053000,10.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.196000,4.388000,4.306000,5.472000,5.071000,6.896000,1.647000,8.517000,0.397000,6.322000,355.974000,7.043000,355.375000,2.693000,359.678000,2.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.803000,49.129000,347.335000,46.923000,350.761000,45.294000,5.602000,42.037000,0.750000,47.018000,0.167000,57.219000,356.429000,51.221000,351.163000,55.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.102000,-15.764000,180.390000,-24.380000,185.176000,-17.424000,193.739000,-15.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.620000,-10.105000,128.171000,-7.780000,124.293000,-6.877000,125.328000,-8.008000,117.576000,-6.433000,124.837000,-9.495000,127.121000,-11.095000,128.644000,-12.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.389000,-5.119000,241.694000,-4.322000,237.826000,-12.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.915000,0.047000,180.309000,5.503000,171.172000,-1.499000,177.369000,-3.736000,180.941000,-3.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.296000,8.170000,341.859000,9.905000,335.065000,10.709000,331.579000,8.232000,327.446000,5.078000,337.153000,5.028000,337.663000,5.023000,337.350000,7.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.730000,-55.834000,357.561000,-58.148000,348.997000,-61.896000,7.560000,-63.636000,19.846000,-57.574000,14.799000,-58.172000,5.782000,-57.184000,5.973000,-54.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.714000,22.843000,140.514000,23.670000,130.985000,25.277000,129.891000,25.379000,129.022000,27.178000,122.363000,24.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.827000,-3.617000,55.938000,0.963000,51.389000,0.780000,49.912000,3.346000,49.387000,0.863000,49.162000,0.587000,44.942000,1.488000,42.953000,-0.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.585000,43.148000,86.065000,34.382000,99.717000,30.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.172000,-44.762000,316.544000,-49.227000,315.099000,-49.682000,317.726000,-50.208000,309.527000,-54.180000,331.640000,-51.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.737000,-59.032000,119.560000,-49.858000,114.639000,-51.422000,110.175000,-53.579000,96.217000,-53.756000,97.015000,-55.446000,94.779000,-58.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.407000,-2.754000,24.693000,-3.361000,26.475000,-8.719000,28.878000,-8.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.303000,39.592000,134.814000,43.329000,133.262000,44.666000,137.093000,46.582000,143.642000,50.214000,135.028000,49.817000,135.585000,53.791000,133.103000,51.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.619000,-13.910000,5.436000,-16.540000,4.990000,-15.459000,2.598000,-9.766000,358.111000,-1.549000,359.451000,-13.297000,1.148000,-10.571000,0.800000,-16.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.993000,30.144000,152.012000,27.683000,151.565000,21.177000,157.417000,24.702000,156.443000,30.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.832000,16.503000,280.496000,14.955000,287.856000,17.421000,289.405000,18.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.073000,0.901000,356.629000,2.982000,355.956000,1.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.237000,-4.704000,334.190000,-0.725000,327.963000,-15.927000,331.356000,-17.876000,340.561000,-17.340000,336.267000,-10.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.659000,0.849000,3.441000,0.743000,0.997000,5.701000,0.496000,3.361000,358.809000,5.765000,3.287000,-9.695000,5.173000,-6.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.194000,23.940000,7.134000,19.111000,18.478000,10.848000,13.311000,21.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.502000,-45.869000,73.477000,-49.580000,70.074000,-53.758000,71.131000,-53.851000,69.916000,-57.034000,86.134000,-48.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.453000,-10.626000,173.902000,-14.942000,182.475000,-9.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.888000,-65.176000,202.829000,-62.934000,200.441000,-59.932000,200.663000,-59.974000,197.072000,-53.083000,193.356000,-53.794000,191.463000,-54.724000,190.208000,-57.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.708000,-0.955000,237.745000,2.636000,232.145000,-3.382000,238.268000,-6.588000,236.408000,-9.623000,240.517000,-12.918000,242.840000,-9.039000,242.382000,-1.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.432000,9.828000,355.802000,20.935000,353.305000,20.944000,352.047000,24.402000,350.180000,20.553000,349.192000,17.054000,346.584000,21.469000,342.020000,20.480000,344.817000,17.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.244000,23.392000,177.551000,26.726000,168.930000,30.878000,171.214000,29.116000,171.430000,25.297000,169.850000,20.370000,173.138000,16.022000,179.472000,17.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.870000,-18.564000,344.493000,-19.766000,345.943000,-19.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.597000,22.160000,235.145000,22.057000,241.117000,26.006000,233.883000,32.621000,223.311000,28.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.924000,-17.214000,185.637000,-13.669000,184.331000,-10.839000,179.686000,-14.021000,178.712000,-16.153000,176.987000,-21.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.023000,0.925000,285.726000,-6.480000,287.904000,8.395000,280.795000,4.434000,281.278000,4.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.146000,-4.048000,144.112000,-5.969000,147.988000,-7.030000,151.674000,-6.800000,148.755000,2.707000,138.348000,0.458000,142.328000,-2.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.893000,-9.017000,52.972000,-9.688000,51.625000,-6.608000,51.482000,-3.188000,53.390000,-2.511000,52.819000,0.045000,47.260000,0.745000,45.848000,2.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.182000,-37.424000,225.258000,-36.000000,209.680000,-36.607000,216.944000,-39.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.762000,-6.400000,203.516000,-7.024000,207.873000,-8.974000,205.214000,1.097000,201.635000,0.926000,197.707000,-3.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.944000,7.776000,35.076000,9.170000,37.886000,7.964000,39.066000,10.805000,44.889000,11.967000,45.517000,16.147000,41.456000,16.112000,36.418000,14.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.891000,52.603000,13.291000,65.212000,12.884000,48.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.288000,-49.538000,354.247000,-49.141000,354.752000,-43.815000,347.167000,-43.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.013000,42.296000,115.808000,47.619000,110.379000,42.267000,109.079000,42.643000,111.757000,32.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.439000,55.191000,160.321000,45.577000,152.397000,50.886000,157.975000,48.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.873000,47.565000,165.122000,46.364000,168.877000,48.615000,175.798000,47.209000,177.571000,47.508000,162.019000,56.421000,165.732000,49.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.850000,3.588000,62.561000,5.075000,64.865000,1.469000,65.455000,-2.209000,67.554000,-4.922000,71.784000,-1.368000,72.956000,-1.455000,68.641000,6.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.396000,36.539000,309.032000,29.677000,313.382000,30.149000,320.012000,28.404000,320.729000,29.589000,321.666000,29.003000,322.846000,28.337000,329.099000,32.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.681000,48.478000,54.971000,50.274000,64.563000,44.769000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.453000,12.297000,166.361000,16.279000,165.017000,24.785000,164.685000,24.284000,159.279000,10.748000,160.795000,8.748000,164.481000,15.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.354000,45.300000,269.890000,44.970000,266.637000,48.994000,262.503000,52.127000,254.486000,43.750000,261.132000,40.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.190000,-43.271000,151.328000,-48.527000,150.599000,-52.851000,154.621000,-43.497000,154.662000,-42.511000,154.032000,-41.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.205000,40.840000,138.991000,39.638000,139.992000,42.090000,133.201000,43.244000,133.453000,31.420000,138.232000,32.274000,139.698000,33.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.704000,-20.068000,226.005000,-22.415000,225.785000,-18.289000,224.119000,-16.934000,220.779000,-18.776000,219.625000,-17.642000,219.502000,-17.574000,216.980000,-13.487000,217.104000,-15.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.340000,-2.916000,3.993000,-3.737000,3.958000,-1.368000,5.242000,7.352000,4.582000,8.455000,356.753000,2.361000,353.958000,0.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.515000,4.582000,8.998000,4.893000,8.467000,10.348000,0.341000,11.618000,1.564000,6.204000,359.977000,-1.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.543000,-16.820000,314.177000,-10.655000,312.757000,-18.349000,315.348000,-24.088000,322.278000,-23.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.326000,8.986000,14.960000,5.740000,13.496000,8.681000,16.998000,12.735000,2.977000,17.511000,5.627000,9.210000,2.966000,5.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.710000,-13.729000,75.134000,-16.381000,69.663000,-21.483000,77.724000,-16.698000,84.401000,-17.050000,74.699000,-11.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.287000,-35.385000,202.229000,-28.728000,208.231000,-32.668000,211.261000,-29.964000,201.683000,-23.563000,192.466000,-22.010000,190.260000,-26.277000,196.647000,-28.239000,196.949000,-28.734000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.013000,-45.518000,326.325000,-45.797000,327.603000,-48.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.694000,-40.870000,157.341000,-44.024000,162.190000,-42.944000,165.527000,-41.148000,166.901000,-34.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.588000,67.236000,18.102000,64.369000,59.362000,74.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.378000,-5.527000,160.076000,-3.386000,160.609000,-6.671000,168.010000,-14.108000,172.208000,-2.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.228000,9.545000,10.078000,10.627000,8.095000,13.057000,9.265000,15.415000,359.410000,16.092000,1.179000,15.866000,356.462000,16.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.680000,2.200000,355.072000,-1.675000,0.940000,-5.883000,1.771000,-3.400000,5.566000,7.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.387000,-75.778000,2.941000,-71.145000,5.284000,-65.097000,354.246000,-63.559000,355.114000,-68.563000,348.297000,-62.752000,346.377000,-72.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.030000,-33.624000,156.733000,-25.913000,141.940000,-26.703000,146.077000,-28.796000,139.112000,-30.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.055000,4.039000,194.689000,8.470000,184.461000,13.468000,188.133000,6.272000,185.366000,8.180000,181.040000,9.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.645000,-70.651000,252.711000,-74.438000,243.250000,-67.499000,242.705000,-66.650000,255.576000,-62.535000,217.046000,-64.506000,216.591000,-65.375000,231.855000,-68.545000,235.028000,-67.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.289000,46.326000,177.444000,52.031000,166.138000,53.387000,159.264000,52.236000,167.199000,48.957000,161.979000,44.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.287000,-15.293000,167.716000,-14.642000,166.610000,-21.146000,174.540000,-5.199000,165.323000,-11.168000,166.147000,-12.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.380000,-19.805000,356.602000,-24.873000,358.092000,-29.215000,3.988000,-28.145000,8.284000,-28.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.154000,-21.586000,353.768000,-29.505000,352.671000,-27.489000,349.792000,-27.399000,354.546000,-31.870000,0.843000,-34.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.903000,2.122000,200.383000,-5.100000,206.203000,-2.597000,201.990000,-1.228000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.097000,10.427000,319.412000,4.545000,319.211000,17.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.323000,-28.780000,341.693000,-32.023000,346.288000,-34.189000,358.307000,-35.772000,353.620000,-32.178000,352.774000,-28.411000,348.564000,-32.712000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.827000,-22.828000,75.019000,-23.918000,74.954000,-28.926000,82.895000,-29.820000,87.024000,-22.401000,79.140000,-14.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.184000,-87.167000,279.556000,-80.190000,248.405000,-80.802000,240.926000,-84.718000,239.782000,-82.841000,223.707000,-80.274000,207.898000,-79.908000,221.069000,-87.147000,85.388000,-84.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.497000,-4.837000,207.672000,-0.111000,209.444000,4.565000,200.325000,-0.809000,198.369000,-4.064000,197.384000,-8.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.896000,-31.062000,139.674000,-29.162000,131.743000,-23.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.995000,3.436000,169.827000,6.504000,167.108000,3.031000,169.761000,5.187000,178.404000,2.289000,176.127000,11.285000,172.861000,12.467000,171.094000,12.894000,169.563000,10.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.917000,18.970000,174.789000,16.428000,174.714000,14.918000,171.990000,12.793000,181.680000,11.140000,179.030000,21.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.110000,17.211000,197.732000,13.939000,196.669000,10.054000,199.639000,-0.512000,202.205000,6.633000,202.080000,6.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.869000,35.010000,8.833000,30.769000,19.017000,29.883000,19.168000,31.946000,19.405000,33.288000,28.119000,33.108000,31.296000,34.937000,26.052000,40.435000,19.347000,40.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.563000,-58.257000,332.138000,-56.362000,313.472000,-42.405000,315.127000,-51.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.102000,1.059000,355.064000,-4.148000,1.743000,-0.378000,8.439000,2.283000,5.346000,5.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.312000,5.316000,19.902000,-4.232000,22.526000,-6.774000,26.445000,-3.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.485000,63.042000,18.420000,63.610000,335.695000,66.330000,354.893000,67.117000,351.848000,63.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.731000,-15.479000,122.867000,-6.632000,111.806000,-4.743000,110.346000,-2.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.182000,76.479000,36.007000,71.827000,7.396000,85.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.701000,-8.677000,181.942000,-5.185000,188.374000,-7.530000,182.672000,-1.345000,177.722000,-7.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.685000,-3.825000,266.585000,-11.878000,265.324000,-12.724000,265.764000,-20.258000,271.402000,-17.299000,276.350000,-17.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.353000,-65.068000,57.871000,-62.368000,42.706000,-65.830000,32.052000,-63.279000,48.394000,-67.750000,51.302000,-69.881000,52.900000,-72.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.420000,57.720000,140.074000,54.713000,139.353000,52.746000,149.544000,54.018000,154.806000,57.034000,156.902000,60.924000,152.066000,58.399000,150.640000,64.368000,145.845000,64.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.531000,56.716000,18.788000,56.771000,22.525000,53.330000,24.085000,57.769000,25.510000,59.356000,12.207000,64.390000,9.400000,62.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.359000,8.220000,320.339000,2.631000,322.711000,-1.355000,324.665000,1.095000,328.099000,-0.514000,323.341000,5.825000,323.478000,7.990000,323.168000,8.078000,321.317000,9.895000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.225000,-55.282000,3.909000,-54.882000,349.355000,-58.067000,5.724000,-61.827000,19.605000,-60.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.409000,72.689000,18.966000,79.073000,16.457000,80.652000,301.747000,85.737000,309.396000,84.896000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.054000,5.122000,18.150000,10.034000,20.086000,20.297000,17.532000,17.955000,16.651000,18.618000,5.915000,17.130000,9.151000,6.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.805000,14.948000,0.673000,19.531000,357.518000,24.274000,346.521000,25.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.616000,-43.439000,113.706000,-40.338000,114.654000,-43.766000,113.394000,-45.463000,113.370000,-46.434000,121.845000,-48.471000,123.597000,-44.984000,131.053000,-43.820000,124.776000,-42.233000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.034000,10.308000,162.167000,6.384000,163.479000,-4.124000,163.742000,-0.706000,165.522000,-3.944000,166.852000,4.188000,168.438000,5.234000,173.111000,4.775000,169.095000,13.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.401000,84.475000,217.973000,84.863000,271.608000,81.645000,306.637000,83.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.715000,-29.491000,140.526000,-29.291000,132.525000,-25.304000,132.312000,-25.425000,129.233000,-29.090000,127.336000,-32.393000,137.363000,-34.338000,140.720000,-34.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.923000,30.058000,31.530000,26.702000,34.105000,27.351000,38.955000,33.657000,29.511000,43.238000,21.725000,42.564000,21.168000,42.729000,17.885000,32.465000,19.553000,31.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.298000,50.502000,8.096000,50.969000,12.962000,45.461000,15.359000,52.324000,14.991000,52.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.455000,-51.271000,101.558000,-54.037000,95.106000,-47.841000,85.330000,-45.106000,83.632000,-44.953000,85.090000,-46.520000,80.768000,-50.229000,86.958000,-53.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.199000,0.607000,169.038000,5.594000,167.373000,3.163000,167.958000,1.109000,167.687000,-3.445000,170.232000,-7.160000,172.038000,-7.865000,175.536000,-7.442000,174.304000,-3.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.382000,32.103000,240.838000,35.478000,248.847000,30.570000,244.771000,30.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.171000,3.797000,199.978000,2.549000,202.389000,3.450000,206.490000,3.908000,205.669000,7.023000,207.998000,7.667000,213.721000,9.501000,209.479000,11.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.181000,-47.461000,43.769000,-45.324000,40.096000,-48.352000,34.199000,-52.695000,46.928000,-54.504000,44.521000,-48.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.884000,19.990000,253.055000,10.520000,253.247000,2.067000,257.728000,8.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.332000,-63.405000,13.239000,-59.644000,9.306000,-57.280000,2.182000,-54.870000,0.923000,-55.991000,2.892000,-56.704000,1.856000,-58.082000,1.532000,-59.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.135000,4.613000,17.463000,1.538000,21.227000,14.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.973000,-30.873000,293.340000,-30.936000,289.678000,-27.684000,295.755000,-44.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.401000,27.368000,188.225000,24.692000,186.353000,19.211000,192.911000,21.003000,194.017000,25.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.255000,9.763000,244.759000,10.122000,246.149000,9.481000,242.691000,3.850000,246.122000,4.951000,249.453000,4.335000,257.831000,13.420000,254.048000,17.235000,250.792000,14.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.157000,82.503000,122.875000,76.010000,189.325000,80.303000,138.158000,85.363000,247.500000,88.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.910000,-1.453000,9.034000,-0.228000,359.598000,6.174000,355.411000,6.862000,356.103000,4.405000,357.562000,-6.893000,359.938000,-1.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.101000,9.452000,175.060000,4.743000,180.789000,3.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.704000,31.083000,252.496000,32.780000,247.455000,35.928000,255.150000,37.214000,249.267000,39.860000,248.400000,40.931000,246.927000,41.106000,241.634000,44.156000,237.010000,43.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.479000,15.109000,6.411000,10.024000,1.357000,11.087000,6.509000,6.949000,4.047000,6.942000,7.796000,5.131000,8.891000,2.690000,11.900000,3.926000,16.677000,3.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.775000,-9.532000,171.875000,-12.902000,170.742000,-20.670000,179.240000,-8.983000,175.838000,-11.733000,173.332000,-5.902000,171.666000,-4.784000,173.268000,-9.734000,171.704000,-5.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.439000,-16.830000,339.177000,-17.869000,343.123000,-23.898000,347.842000,-21.649000,352.924000,-10.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.546000,-24.589000,222.525000,-27.122000,227.057000,-9.270000,223.057000,-11.969000,222.540000,-16.373000,222.920000,-18.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.351000,24.426000,42.733000,24.444000,37.835000,23.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.395000,-6.024000,325.128000,-3.684000,319.117000,-11.102000,322.091000,-10.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.746000,63.264000,179.222000,66.762000,159.519000,71.765000,174.156000,67.363000,163.717000,68.370000,170.751000,66.771000,173.402000,64.403000,176.211000,59.247000,189.841000,58.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.301000,-7.342000,243.622000,-5.161000,235.889000,1.831000,236.272000,-11.646000,241.224000,-11.863000,246.625000,-11.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.897000,-17.441000,141.360000,-16.613000,138.010000,-20.022000,143.651000,-26.064000,142.830000,-20.774000,149.103000,-17.090000,145.036000,-18.154000,146.524000,-14.893000,141.455000,-10.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.088000,3.933000,194.078000,4.230000,191.018000,4.666000,195.628000,1.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.225000,-57.096000,38.027000,-55.583000,42.411000,-58.796000,47.124000,-63.710000,50.040000,-67.091000,39.661000,-49.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.017000,-8.602000,181.943000,-12.712000,185.053000,-11.294000,194.083000,-12.910000,190.171000,-7.745000,189.581000,-2.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.346000,47.640000,294.015000,63.570000,285.614000,63.508000,284.421000,50.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.038000,5.812000,179.881000,2.540000,181.455000,-2.563000,188.553000,1.204000,188.190000,3.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.229000,28.533000,52.753000,27.757000,53.479000,17.592000,56.079000,21.163000,56.727000,22.826000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.739000,-9.403000,14.170000,-6.291000,10.031000,-7.903000,10.853000,-0.911000,7.626000,-7.308000,3.713000,-7.120000,359.549000,-11.686000,5.394000,-11.386000,5.740000,-12.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.681000,-54.282000,245.236000,-59.420000,255.697000,-45.915000,242.696000,-47.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.101000,-2.664000,170.060000,-9.169000,185.648000,-8.999000,183.655000,-8.400000,180.973000,-7.501000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.361000,11.234000,3.572000,11.019000,6.901000,7.224000,17.750000,16.583000,16.228000,18.754000,11.627000,13.514000,6.392000,18.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.511000,-1.932000,337.120000,-0.047000,341.717000,0.358000,338.559000,3.535000,327.385000,6.585000,334.855000,2.091000,327.434000,-2.460000,329.139000,-2.898000,331.646000,-4.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.895000,-6.518000,12.753000,-3.955000,4.207000,-1.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.252000,17.078000,106.033000,14.480000,107.407000,16.372000,107.614000,15.825000,108.705000,23.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.312000,10.806000,9.988000,12.449000,14.312000,12.736000,14.361000,14.122000,16.042000,18.895000,10.253000,16.951000,10.040000,23.026000,5.663000,16.265000,4.388000,14.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.021000,16.702000,17.593000,10.042000,21.486000,10.299000,25.454000,8.186000,30.062000,5.913000,28.324000,11.381000,28.302000,12.425000,31.546000,14.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.293000,34.848000,296.485000,34.300000,299.723000,33.515000,306.834000,27.866000,305.081000,31.650000,304.903000,34.316000,301.309000,43.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.750000,28.820000,2.915000,45.908000,359.704000,44.790000,353.193000,39.941000,349.244000,39.241000,353.864000,31.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.436000,-28.702000,86.614000,-24.664000,83.253000,-32.299000,83.106000,-39.389000,85.617000,-35.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.133000,7.913000,335.909000,3.717000,342.473000,6.020000,343.392000,4.651000,345.653000,2.257000,351.671000,11.426000,351.243000,11.990000,340.836000,13.664000,336.530000,14.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.802000,58.022000,303.048000,53.527000,301.433000,58.669000,296.839000,51.713000,301.460000,48.754000,305.145000,48.074000,318.437000,50.480000,317.823000,55.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.160000,-6.845000,29.849000,-7.790000,30.981000,-15.675000,37.109000,-16.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.991000,25.635000,294.836000,28.813000,289.386000,26.776000,287.156000,22.860000,297.221000,19.719000,308.177000,23.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.432000,-30.861000,298.860000,-21.391000,296.148000,-17.457000,294.296000,-23.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.896000,9.024000,195.692000,1.818000,205.030000,5.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.042000,-65.530000,42.611000,-65.677000,62.884000,-70.256000,48.132000,-64.398000,56.125000,-59.083000,50.733000,-58.614000,45.159000,-63.206000,42.346000,-57.895000,41.673000,-63.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.642000,-3.370000,346.260000,-10.209000,347.693000,-3.078000,348.174000,-0.844000,346.414000,-1.028000,344.888000,-2.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.583000,-0.461000,2.856000,5.466000,4.434000,12.743000,1.774000,5.011000,356.901000,5.886000,356.190000,1.941000,359.258000,-0.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.204000,-26.996000,265.896000,-29.114000,264.670000,-32.389000,267.881000,-30.054000,272.788000,-34.856000,270.235000,-27.290000,275.719000,-22.910000,275.831000,-22.230000,272.963000,-22.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.011000,0.644000,5.891000,4.242000,1.099000,-7.925000,2.955000,-7.609000,8.333000,-13.589000,13.670000,-7.723000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.717000,46.247000,260.255000,49.919000,261.378000,47.200000,262.306000,43.673000,252.860000,39.646000,263.773000,42.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.065000,-4.907000,171.485000,-4.342000,166.887000,-5.623000,173.498000,-7.238000,174.047000,-8.377000,173.186000,-10.980000,177.499000,-7.397000,179.895000,-0.414000,176.469000,-4.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.892000,25.377000,105.477000,22.649000,122.557000,24.190000,109.678000,26.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.515000,-27.171000,19.077000,-21.720000,14.123000,-23.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.965000,5.166000,246.430000,5.903000,245.530000,2.785000,249.486000,-9.275000,254.127000,-2.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.523000,-1.184000,351.952000,4.148000,349.826000,-0.410000,353.061000,-0.350000,352.665000,-0.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.660000,44.676000,4.156000,43.193000,8.041000,48.010000,0.785000,48.265000,1.004000,47.057000,355.135000,45.669000,358.584000,38.123000,5.058000,34.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.249000,7.418000,140.130000,10.814000,138.991000,3.685000,146.952000,5.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.346000,-0.618000,0.024000,-7.714000,0.278000,-4.756000,9.437000,-0.460000,2.394000,0.449000,3.276000,1.712000,3.902000,7.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.861000,-28.617000,71.704000,-29.541000,72.211000,-30.611000,84.069000,-36.289000,83.593000,-34.093000,89.786000,-30.791000,89.316000,-26.122000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.172000,25.960000,111.085000,23.303000,108.043000,21.341000,118.592000,15.705000,118.360000,17.737000,113.664000,21.963000,119.671000,26.676000,118.490000,26.612000,114.044000,31.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.311000,30.981000,356.329000,31.145000,347.453000,39.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.392000,-34.614000,256.417000,-38.071000,274.354000,-42.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.099000,45.979000,54.735000,45.237000,57.573000,51.736000,53.614000,50.353000,38.826000,45.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.507000,15.882000,160.485000,18.669000,156.607000,18.269000,160.427000,23.807000,153.982000,20.862000,151.115000,23.638000,151.622000,22.239000,150.958000,22.108000,147.040000,18.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.447000,25.454000,5.191000,23.871000,12.375000,26.484000,6.392000,28.670000,357.018000,28.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.720000,7.416000,177.175000,6.769000,176.741000,-9.320000,186.114000,-6.746000,181.578000,-1.464000,184.166000,-1.206000,185.815000,6.368000,183.007000,4.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.401000,59.740000,227.606000,54.787000,250.009000,46.884000,253.067000,53.394000,246.730000,56.825000,258.198000,60.067000,257.846000,60.856000,243.462000,57.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.097000,7.542000,101.415000,5.598000,103.951000,5.247000,107.779000,1.588000,103.992000,9.603000,105.675000,11.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.556000,-27.154000,239.701000,-26.461000,238.134000,-24.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.879000,-50.234000,324.812000,-54.229000,331.313000,-46.370000,328.114000,-46.771000,323.539000,-46.598000,315.783000,-46.351000,309.350000,-42.073000,316.651000,-50.213000,310.431000,-54.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.545000,-16.944000,98.515000,-9.793000,94.934000,-12.614000,95.095000,-8.995000,90.579000,-13.042000,85.590000,-18.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.293000,-20.717000,183.956000,-13.077000,176.362000,-14.748000,166.487000,-12.816000,169.256000,-19.342000,170.119000,-19.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.690000,48.866000,341.470000,48.172000,348.536000,46.124000,347.830000,48.052000,358.046000,51.348000,358.713000,52.682000,342.894000,54.079000,331.340000,51.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.404000,28.209000,354.927000,27.980000,346.987000,27.161000,349.952000,20.194000,358.359000,19.257000,0.727000,21.234000,357.149000,26.076000,358.871000,28.114000,356.674000,30.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.434000,33.885000,269.623000,31.159000,270.078000,33.475000,273.439000,34.187000,272.826000,35.902000,274.435000,38.934000,274.159000,40.576000,261.153000,39.646000,256.979000,40.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.116000,0.882000,359.217000,2.923000,6.395000,0.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.857000,27.298000,4.683000,26.617000,9.022000,27.101000,6.375000,35.310000,7.600000,39.860000,0.333000,36.261000,0.292000,34.548000,351.750000,30.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.892000,-0.833000,196.647000,8.375000,188.565000,3.977000,186.919000,-0.479000,189.156000,-5.841000,191.953000,-6.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.260000,4.920000,352.163000,6.378000,353.371000,3.648000,358.150000,3.525000,0.914000,3.064000,352.208000,11.499000,349.216000,10.742000,344.897000,9.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.865000,5.835000,180.342000,1.470000,180.935000,1.892000,182.329000,6.239000,183.612000,7.709000,184.841000,5.834000,181.176000,16.824000,180.597000,13.443000,178.798000,12.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.496000,-26.587000,192.154000,-24.629000,193.528000,-20.288000,192.738000,-19.831000,191.362000,-19.817000,190.254000,-19.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.894000,-29.444000,80.914000,-27.311000,74.825000,-35.884000,76.783000,-37.425000,78.698000,-38.778000,80.635000,-41.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.853000,-37.117000,237.241000,-34.466000,233.713000,-31.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.575000,-56.172000,338.872000,-66.041000,340.755000,-55.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.726000,9.059000,311.861000,11.771000,315.414000,7.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.051000,3.677000,187.880000,1.878000,192.488000,1.490000,182.105000,6.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.113000,-76.060000,221.577000,-64.559000,214.703000,-72.481000,198.461000,-72.027000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.820000,-10.948000,8.209000,-13.967000,3.650000,-20.241000,5.371000,-20.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.100000,28.591000,261.653000,27.153000,272.415000,23.846000,280.282000,27.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.314000,-40.494000,299.975000,-37.601000,290.773000,-45.919000,307.792000,-49.345000,297.366000,-44.065000,300.528000,-43.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.162000,19.929000,163.969000,3.544000,166.580000,9.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.473000,-77.441000,89.508000,-79.301000,67.567000,-80.585000,70.553000,-84.879000,111.496000,-80.571000,117.939000,-76.199000,115.300000,-73.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.157000,18.534000,11.487000,23.099000,9.835000,21.530000,7.303000,18.457000,2.527000,19.802000,359.953000,10.282000,7.986000,11.350000,9.047000,14.261000,13.769000,17.638000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.161000,-7.334000,311.689000,-8.389000,307.320000,-7.115000,314.101000,-9.804000,310.053000,-11.276000,314.714000,-13.516000,319.530000,-11.959000,322.048000,-12.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.650000,36.710000,251.269000,34.780000,263.830000,33.881000,265.296000,40.003000,260.447000,43.827000,257.919000,41.654000,246.879000,39.958000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.929000,22.478000,197.911000,21.932000,201.336000,20.935000,199.025000,26.800000,199.885000,29.778000,197.164000,30.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.185000,6.008000,3.829000,3.289000,8.873000,11.616000,5.519000,15.913000,0.157000,9.759000,358.045000,10.539000,355.665000,11.782000,359.101000,7.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.095000,16.256000,183.080000,15.203000,186.039000,5.164000,189.167000,14.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.203000,10.334000,134.945000,8.323000,131.768000,0.371000,143.005000,7.279000,138.943000,7.917000,138.121000,8.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.774000,5.207000,341.237000,4.518000,338.076000,5.761000,343.411000,10.240000,337.603000,7.243000,339.583000,9.556000,334.470000,9.863000,334.026000,6.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.319000,41.092000,332.599000,41.860000,338.001000,47.696000,335.029000,53.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.073000,58.281000,44.465000,64.512000,36.006000,59.601000,48.887000,56.019000,46.952000,52.780000,61.731000,49.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.499000,7.615000,61.103000,-0.397000,64.049000,2.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.732000,-43.381000,315.640000,-49.201000,313.737000,-51.716000,306.104000,-50.945000,313.252000,-53.628000,312.093000,-54.741000,320.033000,-60.932000,321.226000,-60.153000,326.946000,-50.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.457000,-20.883000,260.273000,-14.403000,262.393000,-20.747000,257.359000,-14.319000,261.503000,-22.964000,262.152000,-26.054000,262.695000,-32.046000,272.530000,-25.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.386000,-28.822000,205.220000,-35.069000,204.579000,-37.611000,198.867000,-41.410000,214.155000,-44.176000,214.683000,-38.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.929000,25.382000,88.769000,22.113000,91.898000,27.811000,93.413000,34.143000,89.416000,31.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.737000,-44.325000,119.861000,-43.175000,119.589000,-41.126000,114.382000,-50.331000,116.466000,-53.940000,124.631000,-49.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.189000,55.006000,159.914000,54.381000,152.069000,56.987000,130.495000,57.640000,155.435000,53.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.905000,14.674000,10.122000,15.644000,11.122000,10.250000,11.155000,1.030000,11.477000,0.770000,15.294000,5.249000,17.025000,5.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.179000,-35.829000,273.311000,-35.753000,278.556000,-38.994000,284.203000,-34.138000,286.041000,-31.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.561000,-44.422000,338.630000,-38.421000,337.665000,-40.741000,333.285000,-37.804000,332.259000,-41.361000,339.770000,-46.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.214000,-8.920000,7.945000,-4.902000,4.582000,-1.575000,359.114000,-4.281000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.607000,20.844000,343.850000,14.867000,350.997000,14.194000,352.608000,13.836000,353.378000,11.683000,354.777000,10.550000,354.365000,14.773000,354.774000,18.475000,2.374000,21.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.371000,10.585000,253.540000,6.124000,264.480000,9.121000,260.899000,18.539000,253.548000,18.278000,253.894000,15.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.437000,61.722000,45.926000,65.820000,44.380000,69.035000,46.206000,74.091000,38.407000,70.586000,20.717000,73.612000,24.297000,68.682000,28.555000,66.325000,28.316000,62.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.731000,-0.260000,355.748000,-4.558000,0.009000,-4.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.642000,7.823000,194.576000,6.073000,208.412000,8.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.140000,6.317000,237.933000,-1.953000,241.534000,-0.732000,246.040000,-0.395000,247.653000,0.648000,252.884000,6.362000,248.078000,5.621000,244.293000,3.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.451000,31.671000,1.584000,29.591000,1.074000,37.185000,3.899000,39.468000,357.680000,42.567000,352.277000,43.554000,352.917000,42.925000,354.692000,37.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.173000,63.142000,271.841000,66.681000,292.993000,70.313000,278.211000,70.059000,259.806000,69.372000,246.802000,69.615000,252.241000,69.227000,263.981000,67.465000,268.030000,63.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.784000,77.082000,258.501000,79.739000,260.575000,81.183000,234.248000,78.801000,241.257000,81.188000,278.527000,84.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.764000,-5.241000,3.300000,-5.183000,9.309000,-8.812000,6.128000,-5.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.752000,10.216000,233.483000,5.723000,227.308000,7.707000,227.427000,5.274000,227.719000,5.120000,228.799000,4.958000,237.008000,-2.801000,243.538000,-0.469000,242.710000,2.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.065000,1.624000,334.545000,2.376000,334.737000,11.377000,332.722000,0.853000,329.644000,-5.798000,332.714000,-0.138000,334.397000,-0.592000,337.043000,0.675000,335.997000,1.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.373000,13.159000,220.958000,10.658000,220.161000,11.959000,214.933000,16.070000,216.857000,21.706000,210.439000,23.977000,212.711000,18.272000,207.071000,15.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.672000,55.589000,52.371000,52.171000,57.421000,54.552000,60.254000,58.559000,63.384000,58.567000,60.679000,64.312000,50.482000,66.138000,42.731000,63.476000,50.968000,60.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.848000,-43.751000,290.373000,-50.599000,303.690000,-49.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.526000,-40.375000,102.795000,-46.762000,100.369000,-43.008000,93.394000,-37.073000,91.037000,-33.190000,89.181000,-30.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.917000,12.149000,326.322000,7.310000,330.563000,6.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.194000,-51.358000,19.507000,-52.492000,16.467000,-50.330000,0.045000,-45.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.286000,2.551000,208.038000,4.184000,202.432000,-3.658000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.348000,7.856000,6.465000,6.201000,6.789000,6.202000,9.890000,0.260000,15.366000,5.841000,17.098000,6.523000,14.460000,10.190000,13.932000,12.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.484000,-10.405000,311.357000,2.057000,306.232000,5.112000,304.776000,-1.069000,301.772000,-5.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.360000,-0.973000,20.876000,-1.326000,8.679000,-1.994000,12.436000,-5.415000,11.405000,-12.939000,18.656000,-11.369000,19.835000,-11.113000,16.970000,-6.327000,19.045000,-4.635000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.704000,24.619000,69.756000,34.080000,58.559000,28.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.999000,8.305000,351.871000,4.109000,348.861000,11.375000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.269000,-46.601000,138.113000,-51.324000,141.109000,-51.388000,143.723000,-50.044000,142.832000,-51.389000,151.404000,-46.454000,150.123000,-43.885000,151.207000,-37.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.656000,-6.943000,349.385000,-12.989000,351.928000,-14.984000,356.970000,-15.098000,2.529000,-14.932000,356.893000,-9.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.946000,-6.658000,127.367000,-1.502000,124.287000,-0.142000,122.871000,0.201000,121.576000,-7.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.216000,15.572000,82.542000,13.217000,88.319000,17.521000,88.010000,21.512000,89.130000,22.089000,85.335000,21.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.425000,6.864000,9.550000,11.685000,7.584000,5.356000,10.025000,16.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.324000,-36.181000,64.456000,-35.517000,64.932000,-33.844000,63.514000,-30.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.880000,11.146000,345.333000,14.527000,330.231000,21.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.229000,52.733000,183.929000,50.045000,169.101000,50.803000,182.218000,44.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.681000,39.720000,219.141000,38.226000,209.175000,35.806000,218.246000,33.857000,221.541000,33.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.003000,11.262000,152.117000,12.766000,158.085000,8.040000,157.400000,3.092000,159.489000,6.806000,159.512000,3.937000,167.733000,12.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.443000,-27.407000,320.439000,-27.795000,322.686000,-25.811000,321.617000,-25.340000,321.401000,-19.308000,314.670000,-22.308000,315.948000,-27.147000,315.617000,-34.585000,323.191000,-35.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.213000,13.322000,3.535000,13.054000,0.967000,18.232000,354.667000,13.334000,0.136000,2.135000,2.395000,7.223000,3.331000,6.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.681000,0.728000,140.478000,-4.202000,138.640000,-6.827000,148.628000,-7.583000,150.947000,-9.347000,152.609000,-6.128000,146.426000,-4.791000,149.281000,-4.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.367000,56.115000,178.119000,58.875000,183.077000,48.362000,180.689000,45.284000,192.191000,52.724000,194.971000,55.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.526000,15.170000,0.073000,15.600000,357.141000,16.839000,353.526000,14.176000,359.069000,13.532000,0.440000,5.610000,2.758000,11.254000,6.873000,9.929000,4.080000,20.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.435000,51.944000,45.417000,48.162000,38.540000,46.508000,37.742000,42.225000,47.164000,42.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.168000,-11.348000,181.014000,-17.572000,183.937000,-14.904000,187.515000,-7.280000,181.705000,-5.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.695000,44.320000,354.895000,42.072000,354.476000,40.716000,8.660000,41.559000,13.339000,40.577000,13.593000,44.963000,9.565000,50.890000,5.929000,44.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.878000,62.086000,331.362000,60.410000,345.155000,56.998000,353.289000,55.698000,349.195000,58.212000,349.239000,59.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.984000,-1.412000,197.924000,8.503000,194.168000,11.485000,191.695000,13.470000,188.224000,6.840000,186.883000,8.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.807000,15.311000,348.832000,17.187000,350.515000,12.595000,343.227000,11.311000,347.419000,10.164000,355.217000,7.409000,357.896000,7.342000,359.720000,10.382000,353.390000,15.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.499000,-26.047000,331.499000,-26.079000,331.889000,-31.781000,338.471000,-29.359000,342.146000,-22.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.117000,-47.360000,235.028000,-52.638000,259.946000,-60.439000,257.676000,-54.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.802000,63.205000,292.439000,62.718000,293.970000,57.128000,312.032000,63.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.005000,-51.579000,75.539000,-45.605000,71.030000,-45.390000,68.913000,-44.940000,55.856000,-45.398000,52.744000,-49.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.793000,-30.652000,198.039000,-40.151000,202.430000,-35.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.972000,16.542000,308.907000,16.535000,299.811000,19.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.435000,-3.297000,356.338000,-4.969000,356.964000,0.291000,352.303000,7.871000,348.976000,-1.455000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.893000,-9.343000,280.545000,-10.994000,288.421000,-12.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.445000,-31.115000,20.485000,-36.511000,25.592000,-41.536000,27.087000,-34.308000,28.467000,-33.924000,33.153000,-34.435000,34.763000,-34.292000,26.148000,-31.818000,20.244000,-25.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.999000,15.511000,43.936000,26.183000,37.596000,16.028000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.318000,31.888000,9.930000,26.913000,7.419000,31.913000,10.478000,25.048000,17.425000,22.532000,18.071000,23.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.733000,11.066000,353.884000,1.568000,4.127000,4.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.084000,54.829000,6.902000,54.678000,357.731000,54.378000,356.976000,49.202000,9.504000,51.977000,13.379000,47.339000,15.572000,46.367000,12.477000,54.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.193000,-3.602000,348.862000,-3.620000,345.032000,-4.452000,351.223000,-15.800000,351.987000,-7.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.455000,40.611000,353.333000,48.932000,344.596000,48.483000,342.122000,44.703000,334.754000,46.449000,333.844000,41.035000,334.001000,38.117000,341.648000,42.719000,343.057000,42.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.842000,1.236000,149.668000,2.992000,142.895000,9.212000,138.915000,9.046000,144.808000,3.024000,143.161000,-0.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.235000,-19.651000,19.894000,-25.179000,16.974000,-21.213000,18.370000,-26.977000,10.150000,-33.523000,17.530000,-29.671000,21.572000,-34.538000,24.596000,-31.711000,26.648000,-28.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.664000,51.419000,337.315000,59.367000,336.772000,50.357000,331.554000,45.678000,341.650000,49.743000,340.798000,45.675000,345.375000,44.810000,344.547000,49.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.692000,-9.609000,158.768000,-13.637000,161.401000,-1.074000,160.190000,-1.463000,152.438000,-0.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.030000,27.085000,181.620000,31.810000,178.843000,31.109000,167.806000,30.387000,174.303000,28.957000,174.562000,28.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.961000,-7.059000,177.911000,-5.309000,174.751000,-7.689000,170.710000,-5.905000,165.179000,-7.528000,170.759000,-10.283000,165.895000,-12.658000,172.270000,-12.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.469000,-71.947000,91.252000,-74.472000,93.306000,-73.581000,94.419000,-72.280000,78.488000,-69.267000,83.596000,-62.301000,57.293000,-63.842000,54.710000,-67.116000,52.826000,-68.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.323000,-63.463000,21.006000,-63.057000,10.216000,-67.259000,38.053000,-67.642000,43.772000,-63.636000,33.119000,-54.609000,24.062000,-56.111000,19.393000,-55.492000,8.674000,-59.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.446000,64.339000,239.165000,72.964000,223.974000,70.038000,212.598000,64.786000,218.512000,61.207000,232.437000,63.832000,239.376000,59.358000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.663000,-7.090000,328.098000,-5.858000,328.890000,-4.924000,323.508000,4.685000,316.902000,0.500000,320.209000,-5.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.321000,0.397000,14.299000,-7.284000,21.404000,-1.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.602000,-6.162000,162.557000,-1.878000,161.877000,-6.520000,168.197000,-9.102000,167.091000,-16.574000,170.109000,-15.258000,172.047000,-8.613000,173.187000,-6.396000,169.697000,-6.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.970000,-2.070000,278.675000,-2.148000,277.616000,-2.630000,278.581000,-7.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.498000,-26.093000,330.400000,-34.715000,333.074000,-37.399000,347.064000,-35.060000,344.762000,-24.873000,342.990000,-26.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.180000,-5.524000,193.484000,-10.459000,196.264000,-8.227000,195.366000,-1.453000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.078000,-8.846000,177.190000,-1.266000,172.448000,4.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.738000,63.592000,57.854000,65.519000,34.812000,71.957000,47.180000,67.571000,41.489000,67.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.290000,14.687000,153.808000,9.378000,147.396000,18.839000,139.694000,17.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.489000,8.699000,20.250000,4.562000,22.020000,11.610000,22.168000,15.079000,16.877000,17.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.327000,62.739000,274.538000,59.175000,276.062000,46.463000,279.924000,45.572000,295.627000,50.896000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.042000,-4.138000,201.702000,6.160000,200.590000,4.111000,196.876000,8.240000,196.480000,4.190000,197.805000,1.454000,199.019000,-2.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.220000,57.745000,54.065000,65.722000,45.405000,50.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.107000,51.111000,12.382000,49.071000,15.610000,46.004000,28.655000,38.351000,26.803000,42.767000,35.150000,39.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.513000,5.863000,315.298000,-3.325000,316.509000,-5.056000,314.859000,1.120000,315.647000,8.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.102000,0.172000,283.432000,-3.293000,283.655000,-7.108000,289.263000,-12.428000,293.384000,-4.272000,292.704000,1.783000,289.820000,1.112000,285.655000,-2.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.016000,5.793000,74.739000,14.368000,71.186000,12.763000,65.608000,1.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.568000,0.858000,185.984000,-2.421000,180.831000,-6.178000,186.375000,-4.349000,183.587000,-9.855000,189.769000,-0.464000,188.152000,3.304000,187.486000,-0.802000,185.975000,6.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.064000,4.930000,0.021000,8.464000,4.304000,2.719000,0.735000,2.120000,9.682000,3.171000,12.140000,8.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.326000,-19.449000,142.271000,-16.318000,142.419000,-12.349000,139.628000,-11.016000,133.886000,-14.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.897000,-41.849000,165.165000,-44.179000,170.583000,-47.138000,182.222000,-35.562000,174.725000,-36.598000,168.773000,-35.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.455000,-5.706000,43.895000,-10.256000,45.248000,-20.194000,46.176000,-19.145000,48.654000,-13.224000,55.057000,-15.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.923000,3.752000,223.174000,6.264000,221.299000,15.917000,216.564000,5.747000,214.893000,1.379000,219.554000,-2.587000,221.327000,3.373000,222.101000,-0.345000,224.816000,0.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.318000,37.973000,322.807000,41.950000,315.688000,44.741000,305.787000,38.380000,315.510000,28.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.809000,35.620000,295.563000,34.181000,291.353000,26.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.989000,4.159000,61.252000,9.542000,60.906000,10.124000,62.662000,11.546000,59.081000,18.323000,53.624000,15.836000,58.159000,11.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.535000,-50.823000,224.910000,-45.776000,217.785000,-44.514000,219.771000,-36.948000,211.491000,-50.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.205000,3.258000,5.850000,12.975000,3.327000,12.146000,358.491000,13.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.076000,-65.271000,71.530000,-67.708000,91.873000,-70.555000,97.290000,-67.086000,89.124000,-64.146000,106.437000,-64.130000,84.958000,-59.636000,67.262000,-63.604000,78.839000,-64.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.213000,21.027000,0.279000,14.712000,358.997000,12.569000,2.709000,15.145000,10.112000,17.492000,8.230000,18.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.449000,-21.686000,188.285000,-22.022000,192.469000,-24.697000,190.468000,-28.336000,197.072000,-29.753000,206.886000,-25.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.024000,-22.256000,243.580000,-26.657000,238.904000,-22.190000,236.613000,-17.572000,234.151000,-20.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.217000,66.787000,129.549000,64.650000,132.730000,64.564000,152.580000,64.780000,139.335000,66.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.113000,0.035000,193.514000,-3.014000,194.091000,1.514000,189.842000,-1.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.852000,6.144000,140.391000,4.394000,138.524000,6.023000,136.559000,7.107000,135.215000,0.068000,136.382000,-3.357000,137.434000,-3.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.384000,-18.396000,42.986000,-18.390000,36.652000,-21.780000,37.178000,-22.287000,35.130000,-25.717000,42.632000,-22.718000,45.407000,-27.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.328000,-0.379000,197.324000,-1.066000,195.740000,-2.274000,201.371000,-4.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.351000,31.504000,215.582000,36.484000,211.885000,38.997000,207.116000,27.872000,203.634000,24.952000,206.472000,26.633000,211.441000,28.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.742000,4.063000,196.444000,3.952000,203.225000,-3.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.743000,21.216000,210.362000,21.903000,210.330000,22.137000,210.270000,22.282000,209.895000,23.283000,208.445000,27.729000,208.697000,24.005000,203.635000,21.513000,215.564000,15.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.660000,-45.818000,106.237000,-39.603000,104.053000,-38.128000,97.525000,-44.795000,97.204000,-44.215000,95.098000,-46.765000,98.176000,-47.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.030000,35.994000,246.934000,31.397000,247.612000,26.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.544000,24.509000,21.395000,19.665000,24.291000,25.349000,24.705000,23.720000,25.024000,26.235000,25.696000,31.541000,19.275000,29.508000,19.778000,25.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.700000,11.196000,321.361000,5.408000,329.419000,3.460000,328.724000,5.902000,335.356000,9.810000,331.632000,13.016000,332.713000,15.343000,332.595000,15.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.922000,-2.404000,256.853000,-8.218000,259.471000,-2.279000,258.790000,2.513000,252.941000,4.713000,254.486000,-0.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.429000,-24.396000,184.233000,-27.588000,188.608000,-33.880000,200.413000,-27.694000,195.961000,-26.550000,194.293000,-23.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.319000,-6.677000,203.155000,-5.767000,200.000000,-3.410000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.303000,-8.571000,306.896000,-16.502000,311.005000,-19.243000,315.878000,-16.798000,316.464000,-13.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.665000,-29.471000,263.491000,-25.104000,260.370000,-21.597000,254.664000,-22.021000,251.865000,-17.587000,245.042000,-22.821000,248.833000,-34.002000,253.023000,-34.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.054000,-16.342000,175.370000,-14.494000,180.500000,-22.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.591000,3.241000,351.127000,-2.477000,357.689000,-4.361000,356.143000,2.997000,355.937000,4.548000,357.152000,13.357000,354.546000,7.990000,354.480000,7.559000,352.649000,12.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.081000,57.029000,202.073000,65.346000,186.782000,66.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.595000,-22.728000,1.808000,-18.883000,0.994000,-14.263000,354.648000,-14.830000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.871000,18.577000,45.633000,18.313000,46.587000,17.588000,43.287000,24.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.993000,-27.646000,170.662000,-20.872000,172.303000,-23.831000,177.643000,-21.018000,178.429000,-12.224000,172.388000,-9.759000,169.754000,-9.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.550000,1.614000,173.426000,-4.701000,181.385000,0.637000,184.228000,3.212000,179.571000,12.199000,176.703000,6.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.433000,-14.980000,330.498000,-21.729000,336.383000,-17.429000,337.225000,-23.876000,336.170000,-11.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.041000,3.768000,173.170000,5.451000,175.229000,11.159000,164.671000,7.122000,166.784000,5.123000,173.170000,2.005000,174.896000,0.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.280000,59.371000,341.447000,65.697000,331.921000,59.143000,329.274000,57.693000,331.110000,56.093000,327.502000,48.929000,336.384000,48.712000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.198000,-19.476000,213.675000,-22.985000,218.121000,-22.061000,220.889000,-21.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.375000,63.021000,315.809000,62.458000,332.772000,54.177000,334.821000,63.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.589000,-19.626000,310.735000,-16.208000,310.934000,-12.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.716000,-32.012000,357.515000,-36.078000,353.923000,-34.322000,352.961000,-34.666000,350.457000,-40.390000,355.319000,-42.858000,8.040000,-39.336000,7.812000,-34.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.339000,-54.602000,315.942000,-52.631000,314.657000,-46.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.175000,-52.435000,80.837000,-55.883000,89.492000,-59.310000,85.881000,-49.168000,75.631000,-44.214000,78.790000,-47.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.440000,19.964000,159.731000,24.025000,164.117000,15.774000,155.363000,13.408000,161.935000,14.794000,168.419000,12.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.117000,-26.447000,348.925000,-27.661000,353.836000,-27.790000,357.603000,-27.314000,0.787000,-32.472000,1.495000,-27.644000,0.603000,-20.786000,356.868000,-23.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.280000,-23.037000,156.504000,-25.816000,160.692000,-26.268000,159.257000,-26.704000,161.128000,-26.813000,164.760000,-32.106000,169.311000,-27.792000,175.506000,-29.487000,168.430000,-22.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.435000,40.539000,59.246000,48.685000,58.174000,49.050000,57.954000,50.426000,50.167000,50.392000,54.908000,55.492000,45.190000,55.786000,39.553000,58.334000,43.313000,40.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.500000,26.186000,354.591000,24.749000,346.819000,27.344000,347.799000,24.610000,346.532000,21.457000,348.443000,20.585000,352.408000,21.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.401000,48.857000,49.126000,58.304000,36.512000,47.583000,45.125000,48.737000,43.244000,45.583000,47.153000,48.082000,50.215000,46.883000,53.258000,43.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.928000,37.696000,2.724000,34.701000,359.432000,26.036000,0.406000,26.779000,3.602000,26.739000,4.500000,37.716000,2.991000,38.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.274000,-26.395000,27.032000,-29.216000,22.971000,-29.682000,24.553000,-35.539000,26.294000,-39.283000,29.210000,-35.104000,30.371000,-39.172000,33.986000,-33.439000,32.511000,-30.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.746000,0.111000,183.631000,5.885000,172.465000,5.617000,174.613000,3.868000,177.812000,-0.477000,181.093000,-8.495000,182.888000,-8.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.385000,0.178000,270.717000,-5.623000,274.743000,1.729000,274.606000,3.462000,277.705000,6.325000,270.873000,4.127000,262.737000,3.537000,264.198000,-0.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.120000,-11.670000,16.942000,-15.633000,25.837000,-20.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.803000,31.116000,268.572000,34.829000,278.318000,42.101000,270.677000,44.125000,266.255000,44.022000,263.105000,42.083000,258.087000,42.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.452000,44.764000,297.388000,44.232000,296.181000,47.439000,297.338000,56.878000,292.384000,49.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.328000,16.458000,176.578000,9.762000,170.555000,2.879000,177.720000,5.856000,184.160000,14.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.218000,-0.695000,171.784000,-2.128000,174.438000,3.487000,168.483000,2.951000,165.883000,5.819000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.694000,24.891000,100.797000,21.297000,103.148000,20.727000,104.669000,29.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.517000,-88.522000,75.373000,-79.867000,43.333000,-75.933000,3.979000,-77.999000,24.971000,-82.047000,347.888000,-79.796000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.984000,-22.027000,39.488000,-18.002000,38.923000,-19.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.761000,39.670000,144.056000,29.004000,153.499000,23.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.253000,69.773000,342.709000,76.946000,347.641000,77.806000,334.679000,78.244000,328.157000,79.541000,311.711000,75.820000,318.681000,74.782000,336.300000,66.997000,337.095000,67.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.414000,-29.834000,31.502000,-31.962000,30.697000,-32.712000,31.942000,-38.950000,35.827000,-29.558000,37.022000,-26.327000,39.888000,-20.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.217000,-9.352000,359.825000,-2.847000,7.304000,2.732000,358.584000,2.510000,357.564000,3.656000,355.950000,5.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.038000,-45.866000,184.239000,-44.480000,191.922000,-44.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.400000,41.377000,43.896000,40.949000,47.128000,36.172000,51.362000,28.968000,49.176000,37.998000,54.657000,41.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.950000,-7.078000,255.406000,-13.337000,252.138000,-7.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.686000,-34.216000,179.698000,-34.635000,182.339000,-39.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.479000,6.654000,0.663000,9.626000,358.713000,8.971000,355.987000,12.139000,351.646000,9.527000,349.865000,3.843000,356.121000,2.464000,357.241000,-2.243000,358.763000,6.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.080000,-65.638000,218.492000,-59.753000,229.393000,-62.141000,224.409000,-54.435000,221.295000,-55.193000,215.799000,-54.803000,214.157000,-53.037000,207.133000,-55.924000,202.581000,-56.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.481000,-14.922000,204.578000,-3.149000,199.212000,-9.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.128000,20.731000,52.039000,19.806000,60.761000,18.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.167000,68.061000,189.467000,71.665000,194.717000,73.354000,219.661000,71.377000,205.097000,81.103000,169.025000,75.808000,164.755000,74.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.139000,-22.345000,192.251000,-13.418000,189.621000,-14.752000,185.737000,-15.770000,182.305000,-14.783000,186.174000,-18.447000,189.477000,-22.850000,190.233000,-25.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.671000,-5.810000,201.765000,-11.553000,204.252000,-14.303000,211.320000,-16.225000,209.352000,-7.547000,208.203000,-6.208000,206.895000,-3.806000,204.861000,-4.939000,205.405000,-6.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.003000,-1.858000,143.093000,-0.619000,142.866000,0.837000,141.813000,-0.188000,135.348000,-7.506000,135.590000,-9.187000,141.024000,-4.757000,138.487000,-9.419000,142.993000,-4.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.049000,-66.058000,77.799000,-58.295000,63.400000,-51.504000,45.036000,-60.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.045000,20.541000,144.680000,24.684000,135.705000,19.433000,137.782000,12.275000,138.895000,14.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.253000,3.116000,129.867000,0.560000,135.297000,-7.131000,138.199000,1.580000,135.837000,3.688000,135.117000,4.512000,131.761000,6.765000,132.524000,2.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.888000,-12.595000,218.452000,-20.258000,219.361000,-14.386000,222.098000,-11.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.388000,55.470000,1.861000,55.944000,7.058000,48.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.522000,-14.905000,249.394000,-7.754000,246.054000,-5.131000,245.541000,-6.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.841000,-23.291000,11.918000,-21.140000,6.838000,-26.700000,16.995000,-25.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.330000,-46.753000,230.085000,-36.108000,212.911000,-41.492000,219.036000,-46.025000,218.470000,-50.781000,231.906000,-51.064000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.463000,-4.009000,5.990000,-7.008000,5.192000,1.350000,6.906000,4.978000,4.650000,8.037000,359.543000,2.343000,358.166000,-1.474000,357.794000,-4.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.804000,27.011000,37.934000,24.213000,45.447000,33.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.465000,31.981000,13.343000,30.541000,17.383000,31.809000,16.285000,33.531000,14.906000,40.816000,0.236000,41.577000,2.875000,34.756000,8.284000,37.488000,6.042000,33.553000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.579000,-23.346000,52.298000,-21.292000,59.968000,-34.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.082000,66.483000,333.207000,65.887000,317.598000,80.635000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.072000,5.896000,272.137000,10.200000,262.679000,0.611000,268.551000,-0.058000,266.685000,-4.064000,272.727000,0.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.063000,-69.963000,242.399000,-67.691000,230.083000,-67.180000,229.985000,-67.625000,215.455000,-69.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.139000,-56.367000,89.588000,-52.486000,86.538000,-57.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.573000,38.009000,67.278000,45.247000,76.392000,43.883000,58.358000,43.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.765000,0.311000,169.280000,0.187000,170.005000,-1.863000,176.940000,0.720000,178.980000,7.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.830000,14.998000,124.152000,8.155000,140.445000,13.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.840000,28.778000,154.263000,39.502000,135.847000,35.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.117000,44.344000,61.222000,43.061000,73.597000,42.185000,82.252000,45.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.856000,10.234000,133.573000,5.857000,134.701000,2.956000,135.683000,11.647000,136.403000,14.501000,136.578000,19.015000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.962000,-34.055000,164.569000,-30.766000,155.519000,-36.637000,160.251000,-36.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.237000,19.312000,92.974000,17.947000,93.837000,16.272000,103.725000,17.961000,99.133000,19.795000,95.148000,27.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.238000,14.234000,296.368000,16.905000,300.392000,5.198000,301.313000,4.128000,304.449000,9.519000,305.464000,8.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.871000,-4.818000,42.392000,-10.263000,51.399000,-16.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.043000,-25.070000,356.216000,-22.298000,353.763000,-10.336000,346.567000,-21.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.940000,-8.529000,184.314000,-9.468000,182.119000,-3.354000,185.383000,-6.643000,183.762000,-0.571000,177.477000,-3.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.362000,69.399000,124.342000,64.594000,136.870000,69.683000,140.194000,70.246000,154.076000,72.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.769000,7.000000,194.139000,7.955000,178.314000,12.523000,184.210000,9.432000,183.698000,9.329000,185.676000,8.999000,180.083000,2.060000,181.267000,2.046000,186.959000,6.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.493000,60.422000,73.554000,65.578000,79.399000,66.590000,63.852000,64.984000,56.409000,72.514000,60.645000,67.982000,61.104000,66.888000,55.754000,69.468000,54.724000,67.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.649000,10.892000,278.773000,11.215000,271.792000,11.893000,271.474000,16.816000,266.616000,14.068000,262.334000,12.650000,264.429000,12.172000,267.797000,7.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.343000,-20.502000,18.531000,-17.064000,13.414000,-8.545000,14.971000,-16.144000,9.822000,-12.608000,8.996000,-15.881000,13.189000,-17.295000,13.137000,-18.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.133000,-37.841000,326.648000,-24.693000,320.375000,-34.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.936000,-11.342000,8.517000,-17.439000,16.168000,-17.746000,17.927000,-15.776000,19.832000,-18.606000,20.512000,-20.162000,20.332000,-15.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.938000,81.518000,91.447000,81.858000,122.947000,79.664000,144.238000,79.735000,138.794000,78.373000,136.249000,76.140000,152.688000,72.252000,178.448000,75.318000,184.700000,77.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.475000,-14.602000,289.226000,-11.865000,288.508000,-11.943000,286.039000,-13.076000,286.267000,-22.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.058000,-28.116000,325.392000,-25.793000,320.963000,-19.034000,310.152000,-24.131000,308.383000,-34.220000,314.702000,-30.313000,320.264000,-33.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.659000,-34.983000,175.351000,-36.010000,179.355000,-40.149000,179.721000,-46.833000,183.806000,-32.105000,178.770000,-34.718000,177.950000,-32.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.844000,52.559000,166.539000,51.770000,155.939000,54.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.175000,20.445000,25.885000,21.248000,27.697000,21.351000,32.593000,21.966000,29.185000,24.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.523000,1.963000,177.357000,-1.039000,173.805000,-5.124000,185.325000,-7.356000,187.859000,-2.120000,182.563000,4.741000,178.782000,7.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.141000,-58.534000,130.911000,-63.035000,146.574000,-64.394000,154.526000,-61.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.711000,-2.775000,336.052000,-1.770000,333.151000,4.621000,336.130000,4.191000,339.439000,3.439000,338.968000,8.585000,329.751000,8.212000,330.453000,6.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.318000,-40.957000,188.421000,-37.540000,187.184000,-38.481000,174.756000,-38.627000,177.521000,-43.248000,181.463000,-48.247000,181.388000,-48.559000,185.147000,-44.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.416000,-0.513000,353.125000,-4.456000,354.000000,-3.832000,354.768000,-6.928000,359.294000,-0.071000,359.136000,2.191000,3.495000,9.213000,357.691000,9.380000,351.615000,9.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.422000,2.290000,174.030000,-4.343000,178.863000,-6.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.970000,-28.682000,309.461000,-23.484000,314.553000,-25.350000,303.382000,-15.933000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.649000,17.407000,202.797000,23.513000,201.343000,25.801000,198.946000,25.425000,201.097000,19.750000,198.911000,19.874000,195.324000,20.483000,198.621000,17.428000,206.217000,15.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.948000,59.009000,211.380000,54.883000,218.460000,52.372000,224.048000,49.068000,223.291000,45.250000,224.636000,46.506000,235.940000,59.360000,234.986000,58.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.654000,7.255000,131.761000,4.152000,133.888000,0.077000,137.173000,5.049000,142.199000,5.288000,140.143000,10.481000,138.097000,6.969000,137.309000,8.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.525000,-31.343000,11.236000,-27.806000,8.836000,-20.756000,4.849000,-27.033000,355.955000,-34.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.412000,-39.535000,354.488000,-41.983000,350.371000,-37.798000,349.964000,-34.770000,346.326000,-33.453000,343.655000,-33.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.071000,-10.668000,232.419000,-7.868000,232.255000,-15.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.807000,32.666000,97.647000,25.940000,96.765000,34.268000,87.527000,35.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.453000,-43.868000,196.862000,-42.728000,197.103000,-44.956000,195.150000,-47.987000,207.502000,-46.165000,213.356000,-46.478000,214.715000,-42.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.933000,6.039000,173.811000,1.290000,171.596000,-0.601000,171.629000,-1.437000,176.814000,-3.046000,180.473000,-7.383000,181.758000,-8.693000,180.816000,0.212000,181.758000,1.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.279000,65.947000,330.600000,60.818000,331.238000,65.609000,319.351000,67.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.314000,-44.646000,41.745000,-42.401000,34.460000,-36.485000,32.131000,-39.864000,33.821000,-42.817000,21.914000,-47.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.967000,-11.595000,164.605000,-8.925000,160.123000,-7.644000,159.807000,-10.806000,162.664000,-12.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.969000,18.881000,180.850000,8.370000,186.414000,10.081000,190.175000,12.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.480000,8.591000,173.967000,0.046000,173.572000,-1.551000,173.268000,-2.858000,186.706000,-5.646000,181.074000,0.196000,181.580000,0.422000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.779000,-13.446000,57.541000,-15.183000,56.883000,-16.548000,51.805000,-12.037000,52.676000,-20.070000,64.336000,-19.342000,60.535000,-18.791000,63.227000,-18.284000,63.546000,-17.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.063000,-14.272000,17.534000,-19.490000,17.389000,-26.644000,19.611000,-28.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.294000,-52.228000,3.887000,-53.994000,357.354000,-56.455000,18.833000,-60.245000,12.157000,-53.669000,11.809000,-52.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.530000,-7.067000,17.097000,-17.748000,22.579000,-14.398000,23.126000,-12.689000,26.589000,-11.601000,23.747000,-11.940000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.160000,46.722000,59.001000,43.742000,57.692000,47.138000,58.062000,53.470000,50.958000,55.086000,47.670000,49.013000,39.930000,46.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.454000,4.435000,350.197000,3.218000,1.766000,11.129000,2.779000,11.779000,2.085000,15.868000,359.966000,16.772000,352.659000,18.059000,348.765000,14.321000,350.668000,9.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.537000,-11.611000,34.342000,-19.849000,38.747000,-13.083000,41.688000,-8.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.351000,7.714000,320.353000,5.759000,322.374000,10.390000,318.665000,12.296000,317.609000,11.759000,317.993000,14.779000,308.193000,13.144000,315.290000,9.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.101000,-45.465000,140.309000,-47.849000,146.246000,-37.267000,132.941000,-39.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.794000,27.343000,318.632000,25.776000,315.732000,25.629000,321.305000,17.793000,321.058000,24.232000,314.973000,33.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.430000,-14.030000,127.758000,-13.386000,126.444000,-13.006000,125.367000,-15.177000,118.240000,-11.492000,116.578000,-12.270000,123.919000,-26.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.206000,19.195000,118.354000,25.721000,114.988000,28.625000,114.126000,28.308000,113.113000,28.299000,110.102000,18.734000,114.013000,18.027000,111.213000,15.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.770000,38.393000,157.925000,32.981000,163.190000,37.512000,167.853000,39.454000,163.899000,39.930000,167.173000,42.145000,156.524000,41.487000,155.264000,41.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.216000,-6.144000,158.802000,-1.697000,160.857000,0.368000,145.856000,-3.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.722000,-15.750000,182.508000,-18.041000,189.064000,-20.869000,183.824000,-11.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.858000,-37.292000,57.032000,-32.423000,51.954000,-43.808000,55.293000,-42.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.188000,-20.558000,293.813000,-26.738000,305.722000,-31.430000,306.726000,-24.216000,306.035000,-20.656000,306.957000,-14.750000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.911000,-2.049000,9.255000,4.122000,4.858000,6.023000,0.904000,2.587000,2.205000,-10.456000,6.816000,-12.626000,7.997000,-7.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.449000,6.764000,351.730000,6.900000,347.663000,2.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.287000,-31.472000,79.603000,-26.649000,82.209000,-24.831000,75.512000,-19.015000,75.451000,-24.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.814000,17.628000,71.041000,16.233000,60.563000,16.707000,61.309000,16.429000,61.222000,10.715000,69.588000,7.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.830000,-74.278000,166.285000,-67.890000,149.543000,-70.862000,140.655000,-72.749000,148.279000,-83.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.916000,-0.909000,179.755000,0.758000,179.238000,2.797000,178.261000,8.664000,176.273000,1.181000,174.474000,1.824000,169.859000,-0.395000,175.922000,-2.115000,176.632000,-2.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.737000,-42.114000,100.179000,-32.915000,99.162000,-40.670000,93.413000,-41.673000,98.718000,-41.803000,93.755000,-49.470000,98.029000,-49.510000,101.980000,-50.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.013000,-15.083000,341.450000,-16.114000,344.215000,-18.067000,348.307000,-27.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.444000,-0.646000,230.019000,-3.843000,232.690000,-4.730000,234.885000,-9.947000,239.105000,-2.375000,235.251000,-3.646000,237.891000,0.137000,238.835000,3.146000,234.774000,-1.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.824000,14.985000,167.902000,14.187000,158.707000,15.481000,165.900000,9.659000,165.127000,5.223000,168.594000,6.076000,169.748000,6.523000,172.300000,10.716000,172.201000,11.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.033000,9.940000,171.097000,4.805000,171.139000,1.355000,179.297000,0.117000,181.827000,-1.399000,184.296000,-1.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.130000,-9.885000,354.739000,-7.006000,355.056000,-4.301000,356.337000,-1.013000,347.133000,0.393000,348.766000,-1.065000,347.723000,-3.210000,350.770000,-5.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.327000,69.592000,326.265000,68.205000,317.442000,69.633000,321.015000,59.046000,332.825000,62.475000,342.496000,61.576000,331.594000,67.112000,334.730000,68.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.536000,-1.050000,1.960000,5.400000,355.979000,7.202000,351.058000,0.440000,357.738000,-3.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.226000,1.177000,186.503000,7.070000,172.596000,0.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.689000,-7.007000,148.086000,-5.497000,148.106000,-1.443000,144.154000,-2.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.121000,28.606000,128.577000,33.761000,129.272000,37.252000,120.397000,32.347000,122.417000,26.255000,125.582000,26.628000,125.531000,22.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.973000,-2.059000,183.723000,0.231000,182.597000,1.645000,176.901000,-0.599000,181.698000,-2.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.571000,14.965000,210.162000,14.154000,206.814000,11.439000,213.835000,4.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.591000,-77.958000,319.323000,-73.312000,316.268000,-77.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.516000,43.441000,281.945000,37.905000,279.318000,37.029000,286.442000,34.238000,293.189000,28.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.950000,8.614000,352.296000,9.864000,346.707000,5.453000,0.118000,3.218000,2.076000,7.826000,348.168000,17.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.982000,-5.952000,178.876000,1.748000,173.403000,6.738000,172.916000,4.399000,165.852000,-1.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.318000,65.963000,131.473000,66.170000,145.670000,67.217000,138.642000,70.854000,127.785000,75.498000,121.032000,69.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.137000,-31.175000,255.802000,-31.850000,256.612000,-36.950000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.084000,-6.740000,62.711000,-2.732000,67.316000,8.210000,55.034000,3.993000,51.324000,4.275000,59.552000,-0.183000,59.409000,-2.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.720000,36.170000,226.520000,38.771000,225.689000,41.753000,222.316000,25.782000,232.678000,31.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.405000,-9.066000,311.573000,-20.517000,322.643000,-10.701000,318.581000,-12.372000,318.918000,-11.601000,314.630000,-11.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.194000,-6.456000,3.693000,-2.193000,3.120000,-6.414000,2.252000,-5.820000,0.262000,-10.674000,2.137000,-11.802000,3.927000,-13.587000,5.758000,-15.556000,10.308000,-9.307000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.827000,65.162000,150.233000,60.296000,159.869000,60.578000,160.979000,59.570000,157.590000,65.515000,165.026000,66.756000,152.927000,70.741000,146.679000,69.994000,149.047000,64.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.082000,1.255000,4.638000,6.875000,0.328000,-3.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.557000,15.825000,187.046000,8.183000,191.002000,5.907000,197.995000,5.130000,203.130000,10.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.782000,-32.800000,177.645000,-34.706000,182.847000,-33.312000,188.113000,-37.185000,189.345000,-28.172000,186.841000,-29.267000,187.835000,-28.126000,174.572000,-31.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.423000,40.310000,38.707000,44.520000,35.600000,46.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.564000,55.108000,4.955000,49.657000,23.061000,55.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.060000,-24.718000,68.003000,-24.578000,65.995000,-19.943000,58.796000,-23.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.491000,15.551000,2.030000,11.804000,2.561000,12.694000,3.985000,15.033000,3.915000,17.350000,357.985000,24.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.993000,40.617000,5.186000,39.314000,3.911000,40.007000,354.401000,39.919000,357.661000,34.585000,6.184000,35.251000,6.045000,35.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.790000,-35.749000,286.667000,-30.186000,276.021000,-28.455000,265.866000,-33.718000,270.126000,-33.745000,273.423000,-35.317000,271.264000,-39.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.334000,35.952000,334.346000,28.201000,338.617000,31.016000,345.393000,30.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.722000,-40.818000,165.854000,-46.807000,171.181000,-42.848000,170.812000,-37.768000,164.129000,-31.670000,160.450000,-33.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.331000,-21.197000,251.218000,-31.935000,250.786000,-34.787000,253.671000,-32.420000,252.524000,-38.995000,256.922000,-31.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.412000,50.420000,74.389000,54.905000,70.374000,58.953000,61.803000,60.050000,64.186000,58.127000,62.472000,49.901000,68.477000,52.901000,69.323000,47.474000,72.351000,45.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.730000,-8.697000,23.549000,-4.841000,23.013000,1.704000,16.603000,0.650000,20.470000,-7.588000,20.465000,-9.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.576000,-39.216000,184.684000,-38.286000,184.196000,-36.488000,174.304000,-37.951000,178.461000,-40.360000,175.332000,-46.061000,187.060000,-45.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.761000,59.429000,231.913000,60.643000,221.975000,60.538000,221.873000,50.467000,223.874000,49.384000,227.511000,50.682000,225.330000,48.542000,243.913000,50.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.327000,-36.021000,163.109000,-42.989000,179.308000,-47.199000,177.867000,-46.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.017000,-47.935000,258.319000,-42.187000,248.636000,-43.180000,245.961000,-47.694000,244.670000,-51.739000,250.942000,-54.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.331000,-29.075000,24.634000,-22.359000,22.993000,-18.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.665000,-34.913000,356.000000,-30.272000,353.895000,-37.181000,354.466000,-36.621000,4.007000,-23.713000,353.316000,-26.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.747000,-4.682000,218.621000,-7.973000,212.223000,-0.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.879000,-57.126000,344.051000,-59.908000,5.936000,-60.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.521000,-2.330000,6.892000,-1.663000,357.541000,1.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.538000,-16.573000,351.287000,-15.506000,352.406000,-16.247000,351.114000,-14.068000,351.827000,-12.703000,352.292000,-12.637000,347.015000,-3.558000,343.110000,-8.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.173000,10.830000,356.801000,13.281000,358.069000,15.139000,354.461000,12.558000,0.125000,19.250000,353.972000,16.996000,348.454000,13.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.756000,79.802000,342.872000,84.279000,245.608000,85.448000,243.839000,84.022000,177.271000,84.829000,237.682000,83.532000,219.021000,83.273000,205.746000,81.246000,226.727000,78.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.861000,-23.960000,337.295000,-19.544000,336.869000,-24.305000,342.047000,-24.571000,341.639000,-17.423000,341.711000,-15.442000,341.597000,-13.333000,341.286000,-12.074000,330.922000,-13.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.031000,-29.654000,81.833000,-31.902000,71.077000,-32.338000,77.262000,-34.725000,77.598000,-38.325000,83.147000,-35.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.694000,-5.800000,216.211000,-9.563000,222.897000,-12.173000,222.115000,-9.326000,228.860000,-7.301000,221.832000,-7.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.887000,73.594000,224.379000,72.909000,211.248000,70.417000,244.814000,69.657000,264.231000,74.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.054000,-24.291000,235.391000,-15.780000,234.084000,-19.948000,232.423000,-30.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.916000,-37.730000,211.923000,-33.624000,214.320000,-39.059000,215.789000,-40.931000,213.795000,-42.959000,218.116000,-40.212000,218.896000,-42.418000,221.965000,-47.305000,223.823000,-42.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.105000,0.560000,124.322000,-3.670000,126.904000,3.535000,124.612000,10.715000,117.011000,8.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.958000,-13.420000,350.254000,-31.227000,349.425000,-18.812000,347.920000,-20.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.966000,-47.192000,342.567000,-46.339000,332.130000,-47.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.233000,-2.163000,110.474000,-3.238000,113.480000,-1.215000,113.773000,1.943000,116.471000,3.490000,114.092000,9.866000,111.353000,13.404000,109.086000,13.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.396000,-34.612000,119.084000,-30.840000,125.806000,-21.555000,121.198000,-21.826000,119.925000,-22.964000,115.844000,-24.509000,114.702000,-25.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.923000,12.485000,199.681000,16.934000,207.509000,8.531000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.490000,9.385000,358.324000,9.974000,353.116000,7.165000,352.918000,6.334000,357.951000,3.050000,1.250000,7.481000,7.673000,10.561000,2.541000,15.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.074000,66.454000,209.456000,64.995000,213.169000,57.863000,204.226000,56.006000,214.952000,54.521000,214.872000,48.338000,218.388000,50.490000,220.091000,52.283000,224.055000,66.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.063000,-65.430000,184.310000,-63.793000,182.995000,-65.393000,186.403000,-64.349000,195.160000,-65.577000,206.684000,-64.266000,184.672000,-58.233000,184.711000,-60.875000,177.425000,-60.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.120000,-9.990000,234.603000,1.768000,232.068000,-4.628000,232.218000,-5.374000,238.293000,-10.792000,239.559000,-12.384000,240.013000,-9.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.393000,19.433000,26.564000,28.156000,26.106000,20.508000,26.256000,18.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.697000,-49.503000,185.356000,-46.877000,188.796000,-50.560000,193.115000,-50.726000,190.417000,-48.903000,188.790000,-41.955000,192.394000,-39.284000,184.486000,-41.559000,181.235000,-44.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.344000,8.220000,351.011000,4.518000,343.810000,9.722000,342.964000,12.052000,334.884000,14.011000,338.470000,4.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.566000,74.536000,142.195000,76.423000,111.046000,79.299000,129.740000,79.883000,125.824000,83.275000,89.599000,84.401000,59.145000,80.502000,62.400000,77.651000,75.682000,72.898000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.934000,-70.063000,28.838000,-69.596000,45.132000,-69.623000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.753000,5.826000,171.187000,4.293000,175.106000,0.386000,174.617000,-1.281000,174.595000,-2.489000,180.261000,3.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.691000,46.698000,187.813000,42.089000,192.219000,42.272000,191.774000,44.469000,197.713000,41.760000,197.683000,51.654000,192.565000,49.724000,188.541000,53.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.506000,16.647000,159.712000,17.733000,161.607000,14.859000,167.139000,15.774000,164.657000,7.570000,167.888000,12.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.757000,16.313000,0.786000,17.938000,355.881000,13.038000,356.203000,9.542000,5.656000,12.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.832000,-53.907000,47.443000,-62.690000,51.350000,-60.044000,54.769000,-53.431000,59.507000,-48.965000,40.718000,-50.662000,48.147000,-52.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.886000,-8.511000,112.131000,-4.367000,109.300000,-0.282000,106.736000,2.231000,103.978000,3.928000,107.335000,-0.534000,101.914000,-0.076000,107.555000,-10.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.068000,32.851000,186.115000,30.097000,187.929000,30.192000,192.483000,30.372000,193.316000,29.222000,190.729000,24.199000,196.020000,30.000000,204.786000,27.634000,189.897000,36.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.218000,4.417000,177.704000,9.528000,178.840000,6.469000,182.285000,4.191000,183.824000,2.028000,188.219000,1.629000,191.935000,0.835000,193.771000,0.945000,191.816000,8.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.758000,7.863000,276.961000,4.002000,276.945000,5.053000,283.995000,11.278000,282.976000,14.807000,276.154000,19.166000,266.120000,13.629000,266.902000,8.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.740000,-70.443000,191.607000,-69.066000,174.423000,-70.507000,170.402000,-71.333000,148.780000,-73.481000,174.370000,-77.184000,181.284000,-82.980000,185.547000,-76.522000,200.234000,-75.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.785000,3.694000,1.237000,3.782000,2.725000,6.756000,356.912000,6.258000,353.670000,-2.074000,1.617000,-5.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.941000,-37.114000,222.525000,-31.253000,220.716000,-30.447000,210.455000,-32.646000,208.395000,-36.820000,208.095000,-38.280000,218.236000,-38.690000,219.871000,-41.356000,221.720000,-39.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.473000,4.152000,170.179000,-0.142000,167.902000,-4.431000,176.786000,-5.049000,176.094000,0.599000,170.724000,1.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.318000,0.959000,171.314000,2.085000,163.062000,1.532000,163.631000,-3.847000,167.702000,-4.044000,168.988000,-7.227000,169.735000,-2.163000,172.238000,-3.302000,176.874000,-5.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.435000,64.029000,138.521000,64.967000,141.670000,60.079000,153.184000,58.834000,163.681000,57.352000,163.385000,58.725000,156.597000,63.362000,156.883000,63.470000,170.979000,59.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.770000,-24.109000,347.513000,-19.863000,345.001000,-31.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.008000,-7.042000,0.389000,-0.202000,1.317000,2.052000,3.971000,7.731000,1.517000,8.773000,357.725000,6.703000,349.700000,-1.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.537000,4.739000,131.617000,6.871000,127.862000,5.992000,133.159000,3.864000,133.968000,2.506000,136.151000,0.777000,139.931000,5.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.384000,-12.827000,341.967000,-7.703000,337.271000,-13.127000,339.836000,-15.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.058000,-47.889000,218.965000,-50.101000,216.479000,-55.471000,218.249000,-53.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.433000,-10.203000,287.621000,-5.640000,272.355000,-7.850000,274.954000,-9.670000,271.463000,-9.753000,275.043000,-15.073000,285.284000,-11.040000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.788000,-47.837000,306.443000,-46.188000,318.008000,-47.165000,313.492000,-44.409000,305.362000,-37.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.041000,32.791000,202.055000,32.397000,207.667000,27.991000,203.802000,33.197000,201.933000,35.155000,201.620000,35.672000,206.720000,38.609000,202.999000,37.501000,197.709000,44.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.358000,44.959000,275.134000,41.781000,282.501000,44.717000,280.537000,49.301000,268.082000,52.262000,274.243000,47.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.646000,-38.880000,160.395000,-43.991000,157.038000,-50.681000,166.908000,-37.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.586000,3.918000,352.589000,3.821000,354.621000,1.686000,4.983000,-2.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.159000,-46.351000,60.443000,-54.397000,63.890000,-58.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.403000,-12.477000,249.950000,-15.109000,251.989000,-22.040000,256.221000,-21.017000,261.591000,-27.178000,265.580000,-20.918000,265.621000,-17.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.854000,54.347000,335.876000,51.904000,350.995000,49.365000,357.363000,44.007000,2.283000,49.670000,349.330000,55.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.963000,18.777000,181.706000,21.826000,181.852000,22.720000,173.376000,25.603000,176.482000,21.558000,170.469000,22.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.864000,-22.889000,257.695000,-20.734000,256.067000,-16.065000,255.415000,-19.801000,246.383000,-24.212000,256.494000,-23.764000,258.199000,-27.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.899000,16.225000,257.288000,15.882000,254.226000,9.501000,260.081000,7.410000,263.637000,7.444000,262.350000,24.269000,256.835000,24.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.768000,33.181000,55.988000,33.408000,67.599000,38.309000,56.979000,35.799000,56.689000,37.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.020000,-3.368000,4.125000,-7.474000,1.915000,-1.285000,3.961000,-0.686000,3.723000,1.543000,6.410000,4.624000,1.135000,1.704000,0.400000,2.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.499000,12.697000,197.921000,4.607000,198.088000,6.053000,204.194000,1.394000,201.765000,15.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.759000,-74.952000,96.389000,-73.771000,90.571000,-67.752000,96.916000,-66.327000,59.105000,-67.899000,61.642000,-72.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.910000,-43.867000,45.015000,-42.622000,49.030000,-39.955000,38.570000,-37.031000,26.971000,-41.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.858000,-4.512000,175.099000,-8.553000,186.721000,-4.394000,182.485000,-2.639000,177.719000,-2.268000,178.966000,0.981000,173.438000,0.216000,174.973000,-2.577000,167.512000,-1.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.108000,46.477000,23.725000,44.201000,29.395000,52.139000,16.596000,52.147000,6.816000,49.465000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.322000,18.373000,132.741000,16.276000,124.928000,16.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.879000,-13.841000,134.707000,-10.127000,133.500000,-8.717000,123.789000,-12.750000,125.616000,-13.549000,129.366000,-16.659000,131.801000,-18.410000,136.770000,-19.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.797000,-4.722000,290.106000,3.296000,280.103000,-6.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.654000,-8.604000,196.891000,-7.992000,194.488000,-12.811000,195.325000,-15.261000,196.579000,-15.995000,201.708000,-5.951000,199.295000,-6.299000,198.527000,-5.562000,197.907000,-4.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.663000,-29.537000,310.544000,-30.369000,317.835000,-43.247000,319.823000,-40.541000,320.128000,-35.576000,320.690000,-33.799000,320.161000,-32.761000,320.445000,-30.710000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.828000,-73.732000,168.814000,-71.373000,171.375000,-69.720000,175.970000,-67.206000,174.836000,-62.362000,168.296000,-68.403000,165.188000,-60.593000,157.213000,-63.335000,163.120000,-68.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.663000,-7.404000,179.814000,-6.981000,189.071000,3.058000,180.526000,0.261000,176.488000,5.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.492000,23.683000,182.275000,22.964000,186.917000,16.966000,178.178000,27.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.509000,-15.408000,226.103000,-19.426000,222.040000,-12.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.035000,-1.663000,210.914000,-4.560000,209.200000,-10.347000,212.903000,-11.391000,213.550000,-11.760000,208.656000,-16.776000,213.170000,-19.685000,213.598000,-19.411000,217.639000,-14.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.659000,8.511000,14.177000,9.771000,10.334000,9.358000,8.906000,11.055000,1.805000,12.354000,359.998000,4.856000,9.993000,3.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.062000,64.859000,8.939000,71.132000,12.064000,69.784000,2.093000,73.770000,327.730000,73.465000,351.712000,74.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.261000,-1.635000,18.871000,-2.497000,12.863000,3.176000,13.788000,3.505000,15.966000,5.601000,14.845000,9.642000,14.895000,11.765000,7.445000,7.823000,1.123000,4.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.864000,-33.089000,90.592000,-37.186000,90.987000,-33.028000,97.748000,-31.552000,93.061000,-25.909000,84.474000,-28.839000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.218000,0.032000,13.496000,2.312000,13.508000,5.382000,9.762000,5.890000,6.674000,5.065000,12.031000,-2.562000,11.365000,0.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.448000,45.961000,155.716000,48.134000,150.837000,49.324000,152.032000,38.779000,150.046000,33.169000,155.587000,34.573000,158.017000,35.511000,156.965000,38.040000,165.525000,43.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.072000,-20.935000,350.601000,-23.183000,347.893000,-22.681000,349.600000,-28.441000,356.095000,-26.020000,358.167000,-31.248000,358.369000,-32.356000,5.640000,-27.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.157000,22.032000,229.472000,14.600000,235.196000,20.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.131000,13.071000,165.481000,10.072000,171.971000,0.195000,176.492000,0.537000,175.237000,10.565000,177.575000,15.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.421000,-64.883000,280.090000,-60.543000,285.329000,-59.762000,291.130000,-54.258000,278.424000,-55.119000,278.791000,-57.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.939000,-60.447000,175.313000,-53.152000,170.796000,-51.130000,174.307000,-58.858000,168.329000,-60.556000,173.617000,-63.066000,184.240000,-62.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.578000,-2.335000,310.790000,-12.564000,314.302000,-12.619000,317.105000,-13.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.097000,-21.592000,196.876000,-23.013000,207.037000,-31.424000,216.459000,-21.047000,208.799000,-21.218000,211.024000,-19.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.832000,-46.645000,216.625000,-47.389000,212.403000,-52.865000,214.423000,-51.843000,217.099000,-50.053000,222.762000,-52.572000,221.115000,-49.612000,224.106000,-38.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.781000,23.702000,128.262000,24.943000,134.310000,26.280000,132.587000,26.432000,132.816000,29.151000,126.055000,27.133000,119.753000,33.471000,122.894000,23.665000,121.916000,19.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.726000,48.899000,322.568000,44.118000,336.547000,55.878000,323.681000,50.626000,318.698000,53.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.906000,-73.499000,47.767000,-72.142000,35.604000,-67.496000,31.767000,-61.476000,27.985000,-63.300000,21.938000,-59.042000,6.993000,-63.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.211000,-58.629000,321.446000,-59.446000,330.843000,-62.096000,329.067000,-60.234000,334.839000,-60.615000,322.214000,-53.882000,319.089000,-53.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.972000,-8.877000,17.586000,-5.456000,16.520000,-0.264000,10.665000,-5.096000,13.493000,-5.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.599000,19.306000,61.935000,29.647000,57.712000,26.412000,51.977000,23.100000,53.773000,17.226000,63.216000,18.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.752000,24.693000,359.875000,21.664000,2.666000,24.056000,354.968000,29.991000,349.339000,29.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.156000,19.223000,103.405000,17.727000,110.367000,27.909000,100.646000,19.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.924000,-6.506000,177.793000,-7.184000,183.546000,0.081000,177.032000,0.996000,176.014000,1.215000,170.098000,-5.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.765000,33.062000,158.806000,24.625000,161.308000,25.443000,159.221000,28.355000,168.907000,29.424000,157.844000,34.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.916000,-10.771000,355.503000,-9.763000,348.531000,-11.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.508000,-44.917000,53.937000,-46.772000,52.100000,-50.969000,56.684000,-49.794000,56.969000,-45.616000,62.591000,-45.118000,57.244000,-39.393000,56.792000,-38.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.951000,60.006000,201.063000,63.579000,183.567000,64.505000,180.711000,62.103000,196.503000,54.764000,201.027000,52.463000,202.845000,58.257000,208.157000,59.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.673000,-19.087000,28.584000,-19.043000,30.573000,-27.716000,33.892000,-21.715000,41.141000,-16.374000,33.217000,-17.916000,37.849000,-15.047000,28.259000,-14.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.849000,-15.510000,253.891000,-22.102000,250.833000,-24.502000,267.679000,-20.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.583000,50.980000,3.473000,56.296000,8.227000,64.964000,1.409000,58.945000,359.981000,60.287000,344.339000,63.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.350000,2.932000,180.918000,0.086000,173.746000,-0.087000,179.927000,-6.697000,181.469000,-9.474000,186.779000,-8.413000,187.418000,-4.355000,188.007000,-1.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.876000,40.664000,314.951000,34.110000,320.086000,35.167000,325.803000,35.051000,327.714000,36.144000,319.964000,44.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.047000,-74.940000,142.206000,-73.640000,165.951000,-72.658000,155.637000,-62.087000,139.471000,-68.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.730000,16.906000,163.285000,16.373000,165.338000,13.649000,161.577000,10.443000,166.037000,6.517000,168.075000,8.462000,176.998000,11.053000,169.421000,14.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.526000,-2.566000,34.954000,-10.754000,39.346000,4.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.518000,-23.912000,133.641000,-13.315000,133.406000,-16.875000,130.337000,-15.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.987000,-22.670000,18.707000,-21.808000,16.218000,-29.963000,26.475000,-27.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.607000,-48.849000,332.233000,-51.179000,342.376000,-58.389000,343.895000,-57.532000,340.771000,-54.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.707000,36.375000,146.029000,34.625000,149.013000,32.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.986000,-10.415000,158.770000,-13.514000,160.328000,-17.978000,163.027000,-14.931000,166.218000,-20.452000,163.957000,-4.439000,163.464000,-8.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.985000,38.988000,20.504000,41.240000,19.799000,33.235000,25.925000,36.485000,33.790000,40.080000,38.093000,42.058000,31.507000,41.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.347000,-62.918000,14.035000,-64.571000,5.270000,-53.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.120000,49.722000,323.558000,48.661000,329.780000,50.250000,328.276000,52.294000,329.827000,53.035000,316.873000,56.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.130000,25.951000,173.267000,26.513000,174.401000,13.684000,179.769000,11.634000,179.129000,16.270000,184.182000,23.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.419000,-66.111000,73.698000,-50.926000,65.123000,-57.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.279000,12.557000,328.153000,7.800000,332.735000,15.617000,332.212000,14.849000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.335000,7.136000,214.187000,9.043000,199.475000,5.256000,207.090000,5.695000,207.933000,2.442000,208.267000,0.201000,209.612000,2.181000,211.949000,1.438000,212.224000,4.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.484000,36.917000,334.499000,40.607000,325.084000,41.909000,329.028000,40.161000,332.936000,30.447000,334.695000,34.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.792000,-19.045000,339.887000,-18.857000,340.953000,-19.183000,351.968000,-16.152000,351.641000,-10.523000,348.383000,-10.748000,348.425000,-8.169000,339.207000,-8.782000,341.838000,-11.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.460000,-34.602000,13.825000,-32.244000,17.065000,-43.294000,14.591000,-35.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.002000,7.974000,166.343000,8.102000,171.710000,16.145000,161.134000,24.167000,160.962000,17.218000,161.595000,14.508000,157.276000,11.087000,162.260000,13.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.707000,-74.558000,154.947000,-71.515000,141.983000,-68.572000,144.579000,-65.518000,151.760000,-62.568000,140.892000,-64.481000,133.787000,-59.651000,121.119000,-62.526000,118.869000,-67.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.725000,17.693000,344.342000,22.613000,339.496000,19.592000,339.765000,20.760000,337.394000,17.924000,336.511000,15.095000,335.030000,14.412000,337.508000,11.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.259000,-62.062000,328.708000,-62.918000,319.899000,-67.526000,318.511000,-68.516000,323.762000,-66.804000,335.027000,-63.281000,332.463000,-60.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.165000,-9.839000,13.231000,-17.475000,15.810000,-13.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.380000,20.537000,32.979000,23.215000,32.865000,27.970000,35.347000,31.539000,26.362000,27.798000,17.796000,25.969000,31.796000,20.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.695000,62.599000,225.139000,62.291000,224.234000,69.785000,208.557000,56.364000,221.763000,55.887000,233.169000,56.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.604000,72.863000,107.472000,74.531000,87.110000,70.115000,69.479000,68.036000,78.821000,67.319000,82.672000,65.852000,91.223000,66.240000,103.140000,65.961000,109.277000,69.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.806000,-26.015000,348.824000,-24.094000,352.824000,-27.262000,353.957000,-28.076000,356.379000,-22.951000,352.179000,-21.987000,356.908000,-20.123000,348.333000,-20.019000,337.979000,-21.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.294000,48.422000,11.806000,42.929000,26.893000,43.588000,28.174000,43.030000,28.490000,52.093000,21.057000,50.575000,13.538000,54.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.332000,-23.842000,235.554000,-30.542000,242.603000,-35.061000,244.323000,-32.960000,242.551000,-29.550000,241.888000,-28.849000,243.346000,-28.351000,244.211000,-24.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.187000,-6.636000,177.712000,-4.974000,178.602000,1.409000,173.783000,0.202000,169.357000,-1.626000,169.774000,-7.389000,168.844000,-10.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.088000,10.707000,337.231000,11.131000,339.402000,5.392000,337.475000,4.918000,342.067000,0.830000,346.272000,-3.876000,344.911000,1.691000,350.587000,-1.530000,350.393000,4.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.832000,20.659000,38.962000,12.353000,32.955000,8.442000,39.134000,10.779000,34.713000,3.854000,40.589000,11.034000,45.074000,4.210000,46.321000,4.412000,43.184000,12.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.558000,-11.865000,0.882000,-9.616000,357.979000,-18.216000,355.862000,-22.866000,357.754000,-24.247000,358.431000,-24.226000,0.490000,-16.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.454000,57.891000,235.449000,61.784000,221.912000,59.702000,215.333000,57.829000,229.006000,58.854000,234.720000,57.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.841000,-19.545000,359.047000,-20.489000,359.220000,-6.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.778000,-70.018000,267.729000,-76.316000,300.388000,-77.609000,317.005000,-76.473000,299.801000,-72.238000,316.223000,-73.114000,297.410000,-70.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.067000,-7.393000,143.051000,-0.875000,140.066000,-4.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.154000,-24.074000,15.710000,-29.495000,25.964000,-27.537000,22.591000,-26.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.122000,23.063000,355.149000,28.638000,355.547000,24.692000,0.034000,23.277000,357.058000,19.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.803000,34.087000,253.360000,41.256000,250.869000,42.903000,247.899000,47.817000,237.754000,43.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.551000,-2.271000,164.352000,-7.879000,162.827000,-7.055000,165.946000,-10.829000,167.281000,-11.528000,170.250000,-6.762000,167.838000,-1.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.926000,-3.030000,189.577000,-2.512000,190.131000,7.781000,181.954000,4.601000,178.394000,5.242000,178.152000,0.484000,181.037000,-4.037000,183.430000,0.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.175000,-13.385000,41.585000,-17.584000,41.699000,-21.383000,43.550000,-15.683000,48.490000,-20.004000,44.632000,-13.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.734000,15.447000,290.766000,26.307000,281.615000,25.498000,284.195000,17.464000,279.844000,12.436000,284.236000,11.920000,292.500000,10.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.097000,15.593000,110.105000,15.898000,109.777000,7.004000,107.570000,7.006000,116.864000,-1.035000,114.784000,6.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.021000,-17.042000,60.362000,-12.677000,62.944000,-13.415000,60.590000,-10.937000,54.840000,-4.234000,51.246000,-5.017000,52.784000,-8.728000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.260000,-10.878000,313.370000,-15.725000,311.069000,-15.365000,312.870000,-16.876000,310.824000,-18.732000,309.949000,-25.946000,315.661000,-27.105000,314.985000,-17.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.792000,-24.747000,327.657000,-31.480000,332.229000,-33.090000,332.337000,-27.345000,328.569000,-28.658000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.460000,-23.123000,50.517000,-17.456000,46.661000,-17.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.079000,38.715000,290.762000,38.231000,296.305000,34.886000,300.033000,29.328000,301.634000,31.992000,308.399000,30.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.183000,31.161000,305.349000,30.282000,313.653000,26.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.226000,67.424000,101.472000,62.996000,112.687000,63.437000,117.668000,57.474000,116.740000,66.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.583000,14.022000,194.678000,9.742000,196.412000,10.077000,205.468000,6.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.104000,-27.657000,184.468000,-18.694000,185.962000,-15.349000,182.074000,-17.387000,179.305000,-13.491000,174.645000,-20.399000,174.190000,-22.279000,180.721000,-25.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.577000,2.674000,354.117000,10.574000,353.611000,11.115000,352.307000,13.204000,348.393000,9.323000,348.066000,1.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.111000,41.751000,162.055000,41.811000,165.534000,44.174000,155.468000,40.646000,151.774000,31.026000,155.814000,36.782000,159.920000,36.922000,163.579000,33.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.746000,48.203000,188.358000,34.617000,189.781000,35.290000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.606000,-47.390000,3.933000,-46.415000,357.518000,-41.887000,343.374000,-46.992000,345.851000,-49.155000,348.668000,-48.133000,353.667000,-46.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.013000,-4.493000,9.619000,0.554000,354.377000,6.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.099000,41.187000,332.601000,41.885000,334.488000,45.703000,339.486000,40.490000,345.993000,49.907000,331.905000,51.547000,325.123000,50.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.721000,-4.102000,257.857000,-8.520000,256.373000,-13.816000,260.673000,-14.671000,263.038000,-11.279000,264.456000,-11.472000,261.257000,-7.082000,266.410000,-2.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.733000,13.936000,166.974000,10.367000,169.150000,8.044000,166.210000,5.845000,170.029000,7.908000,165.788000,2.579000,174.940000,-0.042000,180.384000,6.982000,181.470000,10.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.976000,-47.429000,28.083000,-47.619000,27.592000,-48.138000,29.339000,-45.839000,27.115000,-46.370000,15.649000,-50.249000,24.113000,-50.940000,26.332000,-55.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.980000,43.031000,8.787000,45.182000,13.804000,43.805000,4.217000,39.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.261000,-14.506000,180.946000,-15.049000,175.385000,-18.368000,177.380000,-23.289000,184.082000,-23.572000,186.272000,-23.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.183000,-12.716000,96.073000,-12.388000,94.300000,-11.267000,85.283000,-13.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.292000,57.689000,205.844000,57.106000,207.916000,54.848000,211.609000,54.164000,206.935000,50.550000,219.664000,49.098000,225.210000,45.633000,229.309000,52.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.786000,3.564000,66.778000,4.054000,77.745000,1.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.677000,-5.320000,172.860000,-6.486000,173.654000,-3.872000,177.877000,-6.608000,177.319000,-4.992000,169.241000,0.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.155000,11.912000,167.683000,8.654000,167.353000,15.455000,158.185000,17.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.367000,-40.618000,77.629000,-47.839000,72.022000,-45.174000,77.782000,-51.088000,77.775000,-54.041000,80.553000,-55.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.877000,65.721000,355.406000,72.818000,334.703000,65.561000,348.279000,62.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.545000,-51.497000,272.316000,-57.898000,284.084000,-48.063000,281.672000,-45.744000,281.455000,-43.614000,279.037000,-46.334000,274.102000,-44.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.279000,7.924000,321.741000,14.707000,317.488000,9.325000,315.475000,7.375000,315.508000,1.393000,319.157000,-4.023000,322.269000,0.760000,323.981000,5.058000,322.124000,5.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.430000,-53.080000,32.729000,-51.689000,35.057000,-55.120000,40.995000,-55.585000,44.757000,-62.055000,55.025000,-61.691000,51.835000,-53.063000,50.313000,-49.825000,46.211000,-52.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.915000,80.286000,110.314000,76.791000,109.855000,77.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.239000,-15.186000,201.435000,-11.747000,191.097000,-1.837000,193.937000,-8.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.179000,0.182000,2.542000,7.955000,4.837000,-0.483000,0.859000,-7.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.175000,10.816000,133.743000,12.511000,132.417000,6.363000,129.273000,12.466000,128.415000,5.332000,131.842000,0.791000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.924000,13.795000,340.351000,23.189000,337.032000,26.003000,333.211000,28.872000,331.428000,24.487000,334.666000,18.859000,333.163000,17.251000,336.006000,16.415000,336.714000,16.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.175000,-20.059000,93.495000,-27.032000,95.905000,-21.992000,100.797000,-26.974000,99.275000,-22.565000,100.354000,-21.461000,99.906000,-16.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.770000,-30.150000,210.384000,-25.936000,214.908000,-23.707000,209.038000,-22.748000,206.382000,-15.603000,201.553000,-18.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.841000,45.851000,84.951000,45.995000,82.540000,45.089000,80.019000,44.229000,79.065000,45.080000,70.988000,44.827000,74.675000,38.140000,77.040000,33.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.935000,-10.160000,112.919000,1.684000,117.337000,-1.898000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.959000,-2.712000,351.677000,2.501000,341.940000,0.256000,343.906000,-2.497000,343.233000,-3.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.189000,10.289000,267.877000,8.980000,274.353000,2.090000,274.629000,-0.701000,275.876000,5.993000,282.914000,5.802000,284.291000,5.618000,283.091000,9.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.049000,-18.559000,259.845000,-16.115000,252.530000,-19.733000,256.333000,-19.727000,260.750000,-24.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.999000,-9.076000,135.749000,-9.902000,133.323000,-4.169000,130.402000,6.340000,130.393000,7.613000,126.466000,0.743000,124.927000,-0.794000,120.673000,-0.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.223000,-43.467000,229.309000,-53.461000,226.219000,-43.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.833000,-2.886000,7.172000,-2.348000,6.737000,7.882000,1.772000,1.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.401000,41.184000,91.140000,37.965000,85.068000,51.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[48.393000,68.227000,60.266000,66.101000,54.307000,68.943000,71.314000,69.569000,29.612000,70.404000,42.727000,65.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.835000,-60.145000,97.838000,-64.482000,103.893000,-64.493000,106.100000,-67.587000,106.441000,-67.863000,117.957000,-71.991000,116.291000,-64.991000,129.227000,-62.006000,130.286000,-58.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.497000,-30.412000,203.096000,-28.919000,209.957000,-32.584000,214.150000,-32.017000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.446000,3.189000,357.879000,1.663000,351.047000,-1.021000,359.173000,-4.250000,2.517000,-8.287000,1.241000,-1.008000,9.172000,2.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.732000,-14.510000,80.676000,-16.179000,90.659000,-21.258000,93.010000,-19.512000,94.022000,-15.469000,88.300000,-9.539000,88.282000,-12.187000,82.222000,-13.826000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.982000,17.940000,172.881000,18.965000,159.680000,24.473000,164.144000,18.897000,163.868000,16.116000,161.944000,11.198000,165.741000,11.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.943000,-54.507000,269.863000,-64.370000,272.536000,-61.754000,270.278000,-55.532000,270.569000,-55.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.108000,11.295000,228.159000,22.470000,223.601000,25.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.111000,44.141000,136.992000,38.711000,133.562000,44.925000,140.009000,43.933000,135.190000,45.626000,124.960000,43.547000,128.795000,39.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.731000,-15.314000,6.617000,-3.619000,355.861000,-4.655000,351.759000,-3.600000,355.715000,-14.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.689000,-38.556000,58.228000,-41.499000,62.273000,-49.654000,69.531000,-47.193000,69.888000,-45.463000,66.865000,-43.402000,67.564000,-36.420000,66.002000,-38.001000,67.361000,-34.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.722000,10.950000,142.479000,12.981000,145.072000,19.248000,148.618000,21.650000,143.411000,23.893000,135.659000,11.486000,138.256000,12.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.282000,-64.029000,113.474000,-64.219000,122.542000,-68.047000,127.283000,-67.930000,150.242000,-68.657000,136.037000,-66.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.100000,31.727000,207.953000,33.075000,220.406000,26.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.140000,6.648000,173.275000,3.349000,177.929000,0.704000,182.358000,-5.869000,186.737000,-7.347000,181.940000,-0.996000,184.379000,-1.624000,183.331000,0.580000,184.356000,4.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.990000,21.324000,0.212000,21.279000,6.384000,17.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.910000,55.937000,6.819000,60.434000,10.349000,55.346000,11.424000,57.662000,27.381000,64.533000,10.728000,63.647000,6.605000,65.062000,4.219000,63.395000,2.439000,59.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.183000,-25.118000,356.754000,-23.614000,358.861000,-24.245000,357.963000,-20.007000,0.757000,-14.431000,352.440000,-19.495000,350.743000,-20.063000,345.842000,-22.813000,347.101000,-27.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.696000,-2.743000,354.012000,3.084000,352.620000,5.294000,344.647000,6.451000,344.566000,4.278000,344.623000,0.016000,346.759000,0.792000,347.390000,-0.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.782000,-36.670000,32.232000,-26.353000,25.968000,-33.788000,25.599000,-34.614000,28.393000,-35.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.822000,-67.923000,105.412000,-59.980000,104.163000,-61.661000,110.345000,-60.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.861000,54.047000,204.691000,61.075000,202.206000,63.083000,200.130000,56.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.102000,7.860000,187.919000,6.391000,188.810000,8.980000,186.248000,10.571000,184.093000,12.528000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.379000,0.823000,190.542000,8.294000,187.816000,13.128000,186.073000,9.080000,189.468000,5.468000,189.737000,4.653000,188.028000,-1.355000,189.593000,-1.853000,195.128000,0.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.501000,15.047000,177.334000,22.106000,166.735000,23.921000,168.969000,18.731000,172.493000,18.595000,166.740000,15.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.035000,17.018000,3.231000,9.112000,2.760000,7.414000,4.913000,8.695000,12.554000,11.528000,12.145000,14.455000,11.548000,16.708000,9.608000,17.169000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.113000,-38.955000,329.978000,-42.261000,332.386000,-42.925000,337.298000,-43.480000,340.097000,-42.796000,330.430000,-34.648000,325.974000,-33.275000,329.533000,-36.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.104000,31.746000,254.415000,29.766000,262.779000,30.429000,265.939000,34.878000,268.785000,38.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.852000,-54.793000,245.280000,-55.596000,246.563000,-61.070000,235.997000,-60.860000,237.102000,-66.882000,248.021000,-64.854000,255.663000,-63.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.342000,12.239000,8.049000,4.731000,9.727000,1.444000,12.673000,2.120000,10.871000,3.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.496000,55.366000,343.952000,55.184000,353.995000,64.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.531000,-8.298000,6.093000,0.431000,355.377000,2.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.809000,-45.434000,187.307000,-47.462000,179.574000,-48.368000,180.884000,-55.994000,182.745000,-62.290000,190.025000,-60.400000,201.888000,-54.600000,201.786000,-52.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.694000,-13.021000,4.677000,-11.792000,9.329000,-7.894000,3.075000,-4.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.437000,57.533000,211.201000,55.772000,226.420000,61.026000,210.917000,60.978000,222.569000,65.943000,213.111000,63.620000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.233000,-14.016000,89.256000,-17.775000,85.826000,-13.127000,85.490000,-10.188000,85.064000,-7.865000,83.538000,-12.374000,82.094000,-14.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.315000,27.704000,87.791000,27.622000,79.906000,34.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.744000,-45.343000,84.309000,-48.032000,83.835000,-47.990000,82.598000,-50.303000,86.831000,-54.103000,90.142000,-54.189000,90.961000,-54.664000,102.164000,-53.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.255000,-21.101000,287.738000,-28.284000,290.723000,-30.431000,293.458000,-28.649000,292.630000,-26.239000,290.310000,-26.839000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.603000,-1.634000,184.546000,0.620000,169.019000,1.062000,184.631000,-9.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.976000,31.213000,262.799000,30.911000,260.244000,31.774000,259.347000,20.274000,267.416000,17.295000,268.963000,20.481000,272.561000,22.153000,268.924000,25.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.156000,-4.169000,297.796000,-2.528000,299.226000,-3.493000,301.664000,1.007000,295.079000,5.844000,295.687000,-0.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.560000,66.972000,235.809000,70.000000,223.035000,62.964000,225.310000,62.737000,232.301000,59.165000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.529000,6.141000,306.845000,0.579000,310.776000,0.950000,311.533000,6.012000,311.359000,7.821000,313.514000,13.057000,311.704000,15.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.981000,22.990000,320.404000,23.969000,311.254000,27.470000,313.218000,25.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.182000,-16.460000,343.279000,-19.036000,344.587000,-24.382000,351.614000,-23.114000,352.028000,-22.318000,359.617000,-26.814000,358.406000,-20.038000,359.785000,-14.847000,355.997000,-11.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.485000,15.757000,334.096000,6.445000,336.948000,14.974000,334.382000,15.370000,332.498000,15.906000,325.715000,18.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.329000,-60.190000,342.845000,-61.671000,344.510000,-62.557000,351.520000,-54.869000,338.023000,-55.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.472000,-37.159000,107.922000,-34.798000,93.968000,-31.244000,96.558000,-41.221000,97.245000,-41.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.873000,29.855000,83.821000,30.145000,93.409000,22.333000,98.919000,28.051000,97.924000,30.164000,92.106000,27.676000,93.807000,34.448000,85.768000,35.183000,84.563000,31.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.729000,44.838000,2.697000,47.838000,5.205000,49.774000,2.836000,52.703000,1.877000,54.726000,354.972000,56.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.251000,57.813000,290.472000,56.617000,294.654000,61.177000,284.022000,55.335000,276.435000,55.023000,282.929000,52.135000,283.687000,51.540000,287.589000,47.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.866000,31.558000,69.836000,28.877000,64.965000,22.909000,72.209000,21.311000,71.993000,22.750000,73.866000,21.397000,77.554000,18.737000,77.188000,19.642000,74.512000,24.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.503000,3.351000,15.962000,4.682000,13.571000,-0.598000,16.883000,-1.191000,17.622000,-4.727000,25.836000,-7.320000,26.993000,-5.143000,22.381000,1.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.744000,24.220000,124.023000,27.330000,125.667000,32.606000,121.107000,34.960000,116.664000,28.460000,114.741000,29.202000,112.987000,30.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.101000,55.671000,184.697000,61.828000,180.075000,51.169000,186.158000,50.215000,189.088000,51.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.736000,-23.762000,135.263000,-22.595000,134.143000,-20.592000,134.471000,-16.059000,131.231000,-14.269000,130.350000,-20.962000,125.935000,-23.165000,132.594000,-23.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.159000,3.124000,323.605000,-3.042000,326.473000,-1.004000,328.166000,2.288000,329.173000,1.093000,321.831000,4.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.893000,30.543000,229.216000,32.516000,229.415000,37.081000,226.325000,38.883000,227.372000,43.678000,227.006000,48.131000,219.543000,42.307000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.953000,19.104000,236.645000,21.482000,231.138000,23.158000,229.158000,24.778000,225.573000,16.937000,221.912000,10.347000,231.204000,13.831000,229.923000,16.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.275000,-56.507000,123.723000,-53.863000,113.316000,-50.436000,110.538000,-53.318000,100.361000,-51.281000,106.775000,-61.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.921000,-54.953000,344.512000,-62.724000,345.218000,-55.962000,347.268000,-55.449000,346.813000,-53.872000,352.298000,-54.631000,344.206000,-50.934000,342.700000,-50.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.327000,35.411000,81.513000,44.480000,81.444000,36.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.826000,22.085000,312.130000,22.472000,316.001000,21.181000,318.940000,23.209000,315.241000,25.325000,320.075000,30.772000,306.875000,26.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.549000,-13.352000,166.148000,2.109000,162.502000,-0.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.505000,-19.271000,165.000000,-26.345000,166.366000,-21.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.861000,-52.934000,121.427000,-52.653000,123.921000,-46.615000,120.243000,-40.071000,114.088000,-46.539000,110.147000,-42.774000,106.075000,-40.946000,113.446000,-51.067000,114.157000,-52.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.095000,-28.434000,355.077000,-30.610000,357.852000,-29.941000,359.290000,-21.903000,357.285000,-22.583000,355.873000,-22.734000,349.217000,-22.999000,345.697000,-23.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.563000,-4.948000,191.581000,-5.364000,175.886000,-6.084000,176.473000,-6.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.788000,5.782000,300.464000,3.017000,298.951000,5.230000,297.832000,0.883000,294.107000,-0.678000,288.713000,-1.494000,295.303000,-2.713000,291.201000,-9.137000,295.968000,-3.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.159000,-29.257000,328.211000,-31.166000,332.520000,-26.779000,338.530000,-29.113000,337.221000,-25.413000,327.625000,-16.943000,327.287000,-20.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.924000,7.701000,23.481000,6.541000,33.522000,4.756000,29.659000,10.413000,22.581000,10.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.390000,9.640000,269.878000,5.593000,274.057000,9.907000,271.059000,11.911000,266.574000,6.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.540000,-54.232000,344.591000,-57.854000,10.907000,-67.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.195000,17.951000,122.143000,11.902000,123.195000,8.904000,122.512000,4.981000,125.001000,19.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.052000,-7.026000,332.471000,-14.328000,332.870000,-15.350000,333.289000,-13.080000,334.439000,-2.849000,332.942000,-8.138000,330.609000,-5.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.729000,-37.899000,136.331000,-37.906000,132.201000,-31.915000,129.164000,-32.801000,129.502000,-34.424000,125.853000,-39.249000,143.345000,-46.964000,143.363000,-37.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.204000,-30.307000,53.349000,-37.586000,51.189000,-36.069000,48.846000,-36.505000,48.960000,-37.236000,54.295000,-39.963000,52.883000,-31.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.481000,-12.039000,189.575000,-8.022000,190.745000,-9.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.156000,15.258000,195.222000,11.690000,194.764000,12.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.825000,-29.878000,76.908000,-21.184000,80.271000,-35.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.870000,2.027000,92.583000,3.412000,93.666000,1.481000,95.402000,1.247000,92.669000,7.045000,90.038000,11.465000,90.215000,5.654000,83.285000,6.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.404000,36.917000,202.242000,33.096000,203.219000,40.904000,210.207000,39.510000,201.821000,45.207000,197.472000,50.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.640000,0.738000,11.902000,-1.671000,4.833000,-5.113000,7.625000,-5.597000,11.566000,-5.055000,17.135000,-10.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.524000,68.903000,350.241000,68.451000,357.728000,63.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.111000,-36.506000,199.703000,-40.217000,208.902000,-32.893000,204.280000,-30.126000,198.533000,-28.603000,197.527000,-29.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.825000,-18.458000,123.411000,-13.598000,112.901000,-19.561000,119.023000,-23.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.020000,64.313000,255.759000,58.117000,267.960000,59.756000,278.958000,62.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.470000,43.336000,272.952000,41.489000,276.332000,36.234000,278.914000,36.756000,289.729000,33.956000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.276000,50.675000,124.742000,49.663000,130.700000,52.170000,128.856000,49.992000,125.440000,44.624000,127.972000,53.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.816000,-70.643000,246.089000,-57.055000,240.552000,-58.203000,236.419000,-57.092000,234.222000,-62.994000,232.679000,-66.230000,238.684000,-69.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.743000,23.674000,143.177000,31.285000,140.868000,36.970000,129.799000,31.809000,135.021000,29.652000,137.745000,28.511000,144.489000,21.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.035000,72.636000,196.643000,73.448000,172.881000,71.145000,220.328000,66.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.701000,53.397000,256.344000,57.659000,258.272000,58.164000,246.747000,60.614000,233.837000,67.862000,238.048000,64.229000,232.471000,62.860000,238.661000,60.237000,234.853000,57.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.077000,14.732000,75.079000,3.781000,78.421000,0.935000,80.495000,4.202000,83.979000,5.304000,83.400000,6.756000,86.391000,13.130000,85.057000,13.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.800000,-6.439000,129.518000,-8.169000,134.434000,-4.134000,138.908000,-7.600000,140.133000,0.422000,129.260000,2.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.477000,-0.722000,184.084000,6.295000,179.814000,7.885000,175.094000,8.946000,174.615000,4.739000,178.465000,-6.329000,181.439000,1.371000,184.391000,-1.993000,186.865000,-4.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.447000,-25.118000,23.742000,-19.521000,24.374000,-16.327000,13.775000,-18.764000,19.107000,-22.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.514000,-19.151000,187.309000,-12.758000,182.617000,-4.848000,181.268000,-5.839000,179.867000,-11.522000,177.946000,-14.305000,177.244000,-22.058000,180.740000,-15.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.043000,12.680000,185.701000,11.443000,187.606000,7.317000,189.548000,7.871000,187.212000,12.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.596000,-17.710000,114.259000,-20.581000,113.020000,-23.323000,112.698000,-25.025000,112.914000,-24.948000,117.779000,-24.549000,125.308000,-23.651000,125.193000,-20.287000,123.597000,-17.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.047000,-3.931000,250.209000,-3.703000,247.068000,1.261000,245.873000,3.949000,237.086000,0.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.430000,6.480000,339.125000,7.895000,339.623000,11.838000,333.333000,12.833000,329.661000,16.346000,328.259000,14.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.172000,-28.052000,1.062000,-16.613000,0.253000,-17.654000,1.690000,-23.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.144000,-53.180000,105.484000,-49.763000,97.542000,-50.441000,102.317000,-60.151000,104.662000,-61.104000,104.135000,-56.972000,108.141000,-57.942000,106.014000,-56.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.871000,-11.060000,241.261000,-19.585000,248.261000,-21.354000,249.707000,-17.668000,251.962000,-9.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.703000,9.955000,27.751000,8.471000,27.984000,9.863000,26.514000,9.956000,22.861000,12.940000,23.530000,9.762000,31.028000,6.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.090000,14.895000,333.791000,13.005000,347.155000,15.136000,343.343000,24.415000,338.712000,22.548000,339.695000,18.742000,339.263000,18.668000,336.615000,20.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.927000,-16.411000,136.555000,-16.555000,138.939000,-21.381000,145.936000,-18.393000,152.406000,-13.386000,149.181000,-8.639000,144.625000,-14.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.518000,-9.060000,182.745000,-2.586000,175.508000,-8.418000,171.867000,-12.297000,170.736000,-12.877000,169.930000,-16.906000,181.895000,-7.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.717000,9.913000,119.038000,23.149000,116.278000,22.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.725000,6.694000,3.391000,6.509000,10.432000,1.562000,10.955000,1.375000,12.003000,-3.246000,13.034000,4.652000,12.025000,10.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.386000,25.246000,100.883000,21.655000,102.897000,15.985000,99.186000,12.550000,99.455000,12.454000,99.827000,11.837000,109.437000,21.542000,107.457000,20.024000,105.250000,22.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.060000,-53.091000,291.848000,-50.746000,280.004000,-50.785000,266.923000,-51.228000,269.744000,-57.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.789000,31.091000,167.757000,39.243000,166.571000,41.407000,168.428000,42.340000,155.132000,40.779000,150.438000,42.021000,153.084000,41.003000,155.304000,34.279000,157.015000,32.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.771000,22.747000,13.464000,24.487000,16.035000,5.416000,19.606000,7.406000,18.074000,11.979000,18.700000,15.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.877000,81.020000,15.088000,82.132000,354.153000,84.202000,307.820000,85.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.772000,-17.285000,88.944000,-20.258000,90.031000,-23.117000,94.018000,-21.637000,93.572000,-19.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.248000,14.617000,138.580000,16.624000,135.718000,13.594000,135.100000,13.592000,133.197000,11.836000,140.409000,9.149000,142.874000,10.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.200000,57.749000,218.521000,64.942000,207.905000,47.806000,216.282000,53.434000,217.289000,52.488000,219.873000,51.099000,221.526000,51.237000,225.214000,52.658000,220.178000,56.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.441000,3.585000,356.427000,-3.933000,359.026000,-6.153000,3.769000,-4.508000,5.719000,-6.556000,10.335000,-6.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.985000,-2.386000,121.321000,-3.868000,115.434000,-5.808000,122.597000,-6.027000,123.358000,-6.998000,123.956000,-5.516000,125.285000,-5.678000,126.103000,2.191000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.083000,8.888000,87.569000,6.618000,96.854000,3.040000,94.516000,11.922000,90.903000,10.588000,92.861000,12.300000,83.257000,15.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.857000,24.295000,161.962000,19.941000,165.392000,17.556000,164.126000,17.557000,172.476000,13.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.274000,45.030000,335.356000,45.760000,332.214000,57.735000,328.816000,50.316000,326.666000,50.217000,319.675000,48.707000,326.574000,45.322000,324.588000,40.122000,327.285000,44.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.759000,-4.119000,155.919000,-9.372000,163.942000,-6.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.592000,-8.315000,351.668000,-7.888000,346.597000,-7.018000,353.056000,-10.258000,353.940000,-11.722000,357.441000,-10.820000,359.148000,-11.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.875000,-2.496000,2.005000,-1.141000,5.197000,-1.114000,351.068000,0.763000,353.494000,-0.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.926000,-10.659000,186.350000,-0.951000,176.678000,-2.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.918000,39.981000,351.001000,44.085000,352.001000,44.612000,359.163000,49.675000,349.880000,46.490000,348.095000,47.643000,343.589000,49.702000,341.959000,44.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.651000,-20.442000,252.729000,-27.074000,264.501000,-21.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.262000,2.977000,187.079000,1.322000,188.813000,9.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.509000,18.022000,197.351000,16.819000,202.917000,18.338000,206.941000,24.267000,206.002000,24.215000,208.249000,26.681000,203.584000,29.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.190000,24.950000,35.252000,23.618000,36.385000,21.170000,34.203000,20.163000,36.128000,19.222000,29.214000,17.054000,34.269000,11.558000,40.797000,11.095000,39.065000,18.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.434000,21.164000,220.911000,26.180000,210.685000,32.700000,204.734000,32.313000,208.177000,29.246000,206.837000,28.141000,207.148000,26.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.499000,16.231000,328.815000,14.347000,333.529000,17.903000,335.089000,15.892000,336.199000,20.083000,338.051000,23.378000,336.028000,24.071000,336.463000,27.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.080000,-55.329000,148.279000,-56.116000,135.293000,-58.863000,159.409000,-61.269000,150.345000,-54.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.930000,1.869000,6.263000,-0.336000,9.425000,1.205000,10.214000,7.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.346000,36.928000,211.695000,27.629000,219.727000,29.385000,222.612000,37.993000,220.463000,43.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.020000,-32.423000,144.165000,-34.256000,141.900000,-38.947000,139.607000,-41.342000,146.446000,-39.892000,152.998000,-26.674000,147.919000,-33.255000,147.478000,-30.130000,142.082000,-27.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.664000,56.087000,239.283000,56.075000,247.993000,61.784000,246.562000,67.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.347000,73.486000,31.211000,74.133000,45.826000,75.612000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.133000,71.734000,147.509000,73.880000,129.047000,74.512000,125.404000,78.659000,120.195000,76.951000,104.728000,76.567000,96.173000,73.291000,129.004000,65.959000,139.019000,66.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.601000,-0.461000,21.444000,-1.349000,18.812000,4.819000,14.161000,0.926000,17.122000,6.371000,13.199000,4.524000,7.079000,-3.544000,9.435000,-2.361000,8.524000,-8.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.541000,-9.019000,217.253000,-11.530000,221.855000,-14.455000,223.711000,-11.841000,229.690000,-13.725000,221.274000,-6.074000,221.940000,-8.322000,214.420000,-8.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.441000,55.657000,280.443000,58.301000,271.950000,59.112000,268.566000,59.669000,273.299000,49.868000,283.909000,54.410000,290.097000,52.192000,292.231000,52.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.202000,22.687000,6.910000,19.244000,11.655000,16.516000,11.954000,19.591000,13.671000,20.711000,11.679000,22.919000,10.682000,25.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.426000,-18.756000,319.501000,-18.731000,321.253000,-29.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.084000,76.078000,230.009000,73.740000,220.244000,72.518000,216.317000,68.070000,223.770000,66.930000,239.587000,64.804000,243.123000,68.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.365000,-10.951000,195.534000,-11.203000,198.942000,-13.299000,192.486000,-19.767000,203.676000,-13.214000,200.604000,-9.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.580000,15.618000,86.718000,15.285000,89.083000,21.616000,87.944000,23.043000,80.143000,21.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.336000,-70.536000,137.849000,-71.523000,129.569000,-75.180000,139.181000,-74.959000,156.691000,-72.601000,145.672000,-69.349000,142.963000,-67.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.378000,8.451000,159.898000,16.509000,159.819000,14.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.616000,-25.321000,143.414000,-30.089000,151.746000,-28.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.579000,-64.101000,96.710000,-68.053000,92.948000,-70.132000,105.671000,-68.139000,104.574000,-54.584000,101.507000,-55.926000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.921000,-50.200000,69.163000,-48.545000,69.051000,-48.519000,60.213000,-53.873000,77.260000,-55.018000,86.313000,-52.244000,79.948000,-50.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.676000,24.174000,262.648000,26.219000,266.866000,22.636000,270.565000,21.746000,272.543000,18.048000,274.660000,23.836000,279.825000,25.898000,273.081000,24.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.788000,37.504000,338.898000,47.059000,340.424000,48.230000,333.183000,46.205000,328.559000,50.393000,321.645000,43.009000,331.017000,43.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.632000,-32.702000,49.693000,-38.501000,56.703000,-39.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.912000,28.469000,252.659000,25.928000,241.585000,29.255000,246.650000,27.158000,247.674000,26.721000,250.802000,21.154000,251.441000,24.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.714000,-14.758000,320.708000,-14.229000,321.080000,-12.128000,312.602000,-6.990000,311.533000,-6.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.853000,-40.852000,89.600000,-39.394000,91.824000,-42.266000,92.382000,-49.777000,95.127000,-50.003000,103.882000,-45.335000,104.746000,-44.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.020000,-3.888000,186.242000,2.675000,181.093000,1.642000,178.384000,0.726000,176.385000,-2.352000,176.387000,-8.828000,182.021000,-4.308000,186.028000,-5.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.977000,-11.309000,243.775000,-11.067000,246.037000,-11.244000,246.213000,-10.334000,250.412000,-11.856000,241.721000,-5.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.522000,7.640000,21.346000,12.921000,22.348000,13.198000,18.157000,15.056000,14.977000,9.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.651000,-35.764000,270.218000,-33.198000,263.347000,-34.966000,266.500000,-30.438000,262.672000,-32.934000,255.560000,-34.362000,257.774000,-35.491000,264.796000,-37.114000,272.924000,-40.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.898000,-1.180000,350.401000,-1.074000,358.021000,-11.962000,357.882000,-3.122000,356.654000,-1.286000,355.622000,3.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.038000,27.825000,171.915000,26.777000,165.152000,30.880000,161.694000,28.188000,173.388000,22.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.046000,-3.365000,229.596000,-4.131000,231.481000,-4.395000,231.523000,-6.950000,235.612000,-9.033000,240.317000,-3.952000,234.321000,-0.477000,233.822000,1.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.730000,-0.005000,106.138000,8.431000,103.315000,9.417000,98.506000,10.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.738000,25.319000,324.235000,21.409000,323.671000,20.593000,323.771000,19.762000,331.503000,20.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.406000,25.191000,92.581000,24.377000,100.156000,22.883000,100.761000,22.482000,101.317000,22.989000,105.026000,23.975000,101.627000,26.927000,100.521000,34.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.592000,12.718000,206.109000,23.341000,203.228000,24.221000,187.400000,20.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.600000,-20.537000,8.754000,-22.198000,5.844000,-7.804000,358.532000,-12.450000,351.283000,-15.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.048000,-65.661000,331.567000,-62.578000,341.117000,-63.995000,333.595000,-59.744000,323.427000,-58.605000,319.075000,-59.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.055000,-9.061000,175.421000,-11.775000,179.159000,-17.256000,181.694000,-18.656000,185.145000,-10.994000,184.900000,-10.997000,180.228000,-10.828000,180.409000,-2.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.642000,19.208000,103.849000,20.357000,106.484000,13.870000,110.527000,6.999000,115.440000,9.430000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.784000,-37.010000,183.173000,-40.460000,188.759000,-35.497000,186.147000,-35.712000,186.034000,-32.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.580000,0.300000,185.137000,-2.719000,193.439000,-3.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.942000,-19.064000,333.210000,-25.162000,329.867000,-34.264000,338.223000,-30.275000,338.637000,-28.844000,341.468000,-29.948000,336.238000,-25.087000,340.497000,-22.557000,335.777000,-25.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.178000,-9.826000,279.671000,-8.219000,276.979000,-12.739000,274.639000,-14.581000,277.533000,-19.524000,278.764000,-18.474000,280.596000,-24.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.533000,17.884000,229.162000,17.114000,245.505000,16.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.827000,7.516000,108.373000,5.954000,112.731000,2.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.970000,-16.722000,192.392000,-17.193000,186.591000,-17.286000,192.382000,-18.542000,190.155000,-20.417000,193.371000,-27.930000,196.454000,-23.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.283000,67.858000,216.177000,65.734000,237.470000,56.622000,234.853000,59.862000,236.540000,62.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.877000,-51.529000,134.267000,-51.529000,151.554000,-54.720000,161.137000,-50.928000,152.389000,-53.577000,154.464000,-52.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.140000,-8.771000,13.956000,-10.233000,19.743000,-18.738000,19.597000,-15.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.066000,14.235000,174.239000,12.638000,172.035000,16.459000,165.989000,8.063000,171.938000,10.612000,175.148000,5.386000,176.603000,10.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.624000,-77.495000,191.481000,-76.128000,186.706000,-75.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.673000,-47.045000,326.169000,-42.275000,319.873000,-38.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.468000,71.056000,350.899000,72.230000,0.738000,77.641000,0.008000,78.926000,354.424000,79.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.700000,7.102000,189.858000,3.372000,186.202000,3.579000,194.720000,-6.290000,196.751000,-2.071000,201.732000,2.425000,197.446000,2.385000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.407000,-8.908000,169.942000,-18.078000,173.798000,-16.858000,175.376000,-12.840000,180.069000,-8.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.319000,-14.296000,333.302000,-16.107000,338.699000,-13.926000,343.492000,-10.308000,341.434000,-9.181000,337.979000,-9.613000,334.293000,-8.611000,331.222000,-7.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.976000,34.373000,172.947000,31.174000,165.888000,29.022000,166.728000,28.795000,165.490000,27.791000,174.590000,25.503000,180.288000,21.527000,178.480000,27.191000,183.975000,32.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.039000,-47.673000,48.024000,-51.795000,45.817000,-55.351000,47.478000,-56.303000,59.377000,-55.831000,55.748000,-48.902000,58.983000,-45.635000,54.810000,-44.338000,53.641000,-46.830000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.374000,13.597000,7.228000,16.403000,7.773000,18.433000,5.997000,18.869000,3.602000,17.836000,2.771000,18.184000,1.535000,17.082000,355.091000,14.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.134000,6.743000,272.577000,10.723000,277.662000,16.190000,272.720000,12.842000,275.861000,18.696000,267.170000,16.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.023000,-20.844000,262.075000,-15.740000,252.951000,-17.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.524000,-49.778000,341.180000,-53.225000,337.028000,-49.853000,338.400000,-47.794000,328.689000,-42.772000,319.141000,-45.485000,330.395000,-52.383000,329.868000,-55.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.447000,-29.272000,297.534000,-36.966000,302.740000,-45.758000,308.513000,-42.700000,311.730000,-38.313000,305.523000,-36.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.006000,-22.883000,52.016000,-27.751000,59.161000,-15.381000,59.183000,-15.128000,54.789000,-12.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.227000,25.464000,168.184000,26.758000,171.723000,30.192000,168.938000,30.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.880000,-6.742000,359.102000,-10.049000,3.460000,-0.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.651000,57.561000,76.997000,53.622000,89.698000,49.478000,102.445000,60.344000,95.542000,62.196000,90.491000,64.345000,89.362000,66.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.291000,41.948000,337.767000,36.656000,359.115000,41.817000,348.211000,45.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.293000,7.606000,339.702000,4.072000,343.473000,1.442000,344.147000,-3.895000,346.600000,1.615000,352.141000,-1.999000,351.635000,3.592000,347.124000,4.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.078000,26.772000,335.872000,33.339000,332.182000,34.352000,329.331000,30.088000,325.151000,27.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.155000,28.472000,160.734000,17.428000,163.096000,23.069000,163.359000,21.999000,163.673000,23.946000,164.701000,19.209000,172.706000,26.272000,163.890000,28.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.650000,21.568000,55.009000,7.734000,56.215000,14.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.594000,20.432000,357.764000,18.457000,356.877000,14.797000,5.107000,11.895000,4.455000,14.545000,6.895000,14.591000,6.141000,25.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.577000,6.972000,17.547000,8.027000,9.542000,8.947000,8.645000,9.274000,7.839000,9.641000,5.322000,12.833000,6.096000,7.887000,1.708000,6.889000,17.118000,2.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.772000,-1.539000,183.239000,-0.397000,185.898000,0.721000,174.977000,2.176000,176.873000,-4.584000,180.489000,-3.968000,181.858000,-3.786000,182.525000,-7.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.116000,-20.985000,235.717000,-18.242000,233.127000,-19.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.302000,-47.851000,310.209000,-36.144000,309.926000,-42.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.254000,19.146000,178.644000,23.442000,178.794000,21.718000,177.579000,20.845000,171.423000,18.778000,179.369000,17.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.135000,10.372000,181.759000,7.673000,187.493000,4.003000,188.997000,3.770000,188.249000,5.739000,193.952000,0.287000,189.712000,5.760000,191.346000,5.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.843000,9.457000,0.303000,9.064000,3.815000,9.859000,0.629000,13.987000,1.649000,20.392000,354.044000,14.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.881000,-15.699000,279.953000,-11.441000,274.060000,-11.852000,270.089000,-11.996000,274.355000,-20.617000,280.761000,-21.329000,279.825000,-19.823000,286.454000,-24.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.393000,-79.341000,345.054000,-80.211000,335.772000,-79.071000,345.724000,-74.153000,314.679000,-76.530000,310.923000,-73.270000,303.321000,-75.739000,290.132000,-79.680000,305.210000,-79.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.553000,-6.800000,207.652000,-12.735000,214.782000,-15.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.974000,4.305000,347.880000,-2.308000,350.531000,-0.966000,355.593000,0.600000,353.565000,4.795000,354.016000,7.622000,352.905000,13.688000,352.524000,7.674000,348.985000,5.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.455000,-18.460000,35.850000,-19.352000,31.262000,-21.938000,23.611000,-24.172000,23.042000,-25.481000,31.985000,-24.395000,32.651000,-24.502000,38.866000,-25.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.554000,17.449000,113.127000,14.261000,115.633000,11.508000,124.270000,16.986000,122.515000,16.955000,106.891000,18.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.013000,-29.488000,93.866000,-27.226000,91.843000,-29.986000,91.274000,-28.313000,88.283000,-23.572000,87.400000,-26.224000,86.899000,-29.670000,89.102000,-31.385000,93.691000,-37.723000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.780000,-3.261000,12.032000,-7.732000,3.634000,-9.599000,13.916000,-12.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.183000,-52.769000,152.494000,-58.973000,157.569000,-60.274000,144.250000,-61.196000,162.937000,-61.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.890000,-17.294000,114.269000,-11.800000,106.667000,-5.540000,106.562000,-9.576000,107.018000,-10.309000,105.272000,-14.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.450000,-17.321000,123.452000,-18.309000,125.902000,-10.816000,118.919000,-14.303000,119.644000,-11.237000,117.034000,-6.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.111000,40.744000,167.523000,40.679000,163.438000,40.764000,163.267000,39.377000,159.578000,28.442000,171.599000,30.702000,169.417000,34.795000,173.696000,36.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.881000,-18.694000,168.492000,-24.070000,169.040000,-27.615000,170.127000,-30.311000,180.241000,-26.918000,173.763000,-24.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.304000,0.762000,185.155000,2.151000,181.678000,1.259000,176.765000,-0.194000,177.918000,7.377000,174.935000,-2.647000,175.631000,-2.709000,177.004000,-3.308000,180.786000,-2.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.507000,-15.973000,156.898000,-9.604000,159.592000,-7.771000,159.176000,-7.921000,156.346000,-7.535000,154.102000,-1.206000,150.049000,-5.182000,153.059000,-13.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.813000,-48.442000,166.139000,-31.923000,168.727000,-38.121000,169.224000,-39.181000,163.614000,-39.236000,165.189000,-42.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.290000,32.437000,162.591000,23.641000,167.620000,20.550000,167.759000,20.053000,175.052000,28.478000,174.326000,28.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.835000,2.602000,233.926000,9.095000,231.292000,14.165000,230.887000,14.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.418000,-9.339000,189.724000,-4.430000,191.851000,-22.819000,193.975000,-14.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.005000,22.431000,160.387000,16.347000,164.403000,14.774000,159.800000,14.725000,166.916000,12.024000,171.864000,11.745000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.363000,-29.423000,160.673000,-31.819000,168.964000,-40.122000,170.862000,-36.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.027000,-69.362000,276.824000,-65.008000,269.772000,-62.646000,267.826000,-62.599000,262.386000,-61.681000,268.159000,-69.704000,269.971000,-69.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.479000,-82.142000,59.124000,-79.295000,55.831000,-78.953000,15.400000,-75.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.980000,57.126000,291.271000,55.144000,297.907000,53.816000,305.986000,47.141000,308.360000,52.495000,309.921000,53.633000,306.962000,59.013000,302.805000,63.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.110000,-7.675000,341.527000,-4.725000,331.582000,-5.176000,329.301000,-4.635000,334.122000,-9.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.949000,0.457000,4.860000,6.149000,357.808000,-3.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.629000,3.223000,196.663000,-2.747000,201.988000,-3.401000,201.584000,-6.077000,200.670000,-10.374000,210.381000,4.972000,204.415000,4.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.537000,-47.341000,31.728000,-44.466000,29.795000,-41.612000,26.340000,-45.227000,21.684000,-39.306000,24.653000,-46.935000,15.092000,-51.705000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.274000,-14.592000,24.481000,-17.682000,21.760000,-17.972000,22.756000,-22.671000,24.109000,-20.671000,26.763000,-21.040000,27.673000,-19.668000,31.185000,-16.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.508000,-19.415000,229.683000,-17.272000,226.405000,-15.237000,221.765000,-7.983000,216.274000,-13.066000,217.888000,-15.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.013000,11.437000,8.550000,17.773000,0.976000,16.799000,7.938000,14.422000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.905000,-15.568000,295.931000,-15.754000,291.285000,-12.251000,295.252000,-18.585000,292.639000,-16.852000,297.210000,-21.841000,302.859000,-22.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.641000,34.557000,252.971000,36.800000,243.636000,40.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.554000,6.456000,234.679000,4.793000,230.671000,5.405000,234.462000,3.830000,227.893000,1.437000,237.651000,-1.636000,245.177000,-1.186000,245.382000,5.687000,243.814000,7.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.025000,-82.453000,25.032000,-79.602000,13.606000,-71.308000,11.853000,-76.205000,8.706000,-76.209000,4.826000,-77.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.913000,31.276000,314.933000,32.938000,315.599000,30.600000,316.487000,26.545000,316.384000,24.643000,319.716000,21.596000,323.564000,27.730000,323.289000,29.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.315000,32.849000,358.033000,28.302000,5.485000,34.934000,6.795000,34.323000,12.850000,34.012000,14.132000,35.866000,354.237000,40.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.546000,8.921000,34.955000,11.980000,33.170000,12.322000,31.934000,11.088000,27.421000,5.822000,32.546000,3.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.075000,-60.965000,153.764000,-65.142000,153.237000,-71.790000,163.285000,-66.899000,156.933000,-63.017000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.532000,-5.795000,0.920000,-11.771000,1.666000,-13.324000,10.703000,-14.447000,4.550000,-5.945000,0.379000,-1.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.128000,4.212000,172.330000,4.060000,177.015000,-7.965000,178.594000,-8.842000,179.325000,-7.288000,184.777000,-0.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.281000,-2.902000,166.943000,-3.161000,162.408000,-2.562000,167.297000,-8.581000,168.737000,-13.267000,169.589000,-6.033000,169.670000,-3.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.306000,30.204000,257.808000,34.761000,262.627000,38.246000,258.143000,38.019000,257.579000,40.132000,252.879000,40.796000,251.844000,38.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.430000,-27.834000,147.953000,-25.766000,157.285000,-22.237000,156.635000,-14.876000,147.361000,-14.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.807000,40.225000,213.440000,30.172000,219.353000,31.797000,228.712000,31.103000,227.732000,35.145000,219.057000,43.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.425000,-41.004000,281.962000,-44.045000,282.595000,-50.497000,288.390000,-53.425000,302.754000,-45.055000,300.655000,-43.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.829000,-9.788000,137.487000,-13.497000,135.058000,-8.636000,134.248000,-15.112000,134.478000,-16.715000,140.012000,-17.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.154000,18.371000,220.400000,21.824000,221.991000,23.999000,228.641000,23.185000,222.110000,25.137000,221.822000,33.168000,217.969000,27.753000,216.631000,26.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.534000,-13.597000,200.264000,-6.344000,199.904000,-18.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.705000,-64.018000,12.833000,-59.048000,357.585000,-57.734000,346.863000,-69.622000,1.845000,-66.237000,6.667000,-67.906000,8.829000,-66.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.380000,-17.158000,25.012000,-21.363000,26.830000,-22.691000,32.619000,-23.929000,31.981000,-18.878000,33.277000,-19.877000,32.903000,-17.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.629000,12.349000,1.509000,7.573000,0.055000,8.800000,357.950000,3.897000,2.147000,-1.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.286000,45.136000,315.090000,47.081000,298.541000,47.181000,300.097000,48.054000,298.622000,43.210000,299.956000,43.887000,303.590000,47.348000,308.092000,43.278000,304.769000,48.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.183000,0.865000,109.418000,2.395000,101.997000,4.157000,101.605000,4.175000,99.831000,5.346000,96.421000,-4.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.654000,-12.867000,158.845000,-16.004000,161.981000,-9.757000,164.591000,-10.620000,166.628000,-10.497000,161.351000,0.674000,153.239000,-9.812000,153.591000,-10.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.947000,9.480000,39.020000,11.630000,37.216000,13.509000,31.769000,8.240000,37.502000,2.906000,40.635000,4.115000,41.959000,7.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.449000,62.280000,155.584000,60.069000,152.582000,60.352000,152.464000,55.389000,158.447000,54.727000,166.790000,53.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.857000,17.749000,72.778000,13.175000,76.772000,9.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.991000,-28.790000,332.555000,-29.406000,327.235000,-22.282000,321.407000,-28.029000,334.751000,-35.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.951000,-49.346000,24.507000,-52.106000,18.447000,-60.441000,28.925000,-57.063000,35.057000,-55.869000,37.464000,-56.022000,29.253000,-50.735000,26.213000,-50.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.934000,-19.758000,237.937000,-17.183000,243.918000,-19.662000,243.304000,-17.079000,242.176000,-15.733000,238.391000,-13.574000,238.295000,-12.259000,232.972000,-10.241000,235.147000,-13.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.913000,0.996000,229.639000,4.028000,230.096000,4.853000,222.824000,10.634000,221.264000,16.503000,218.086000,15.582000,216.575000,16.262000,212.481000,10.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.538000,-73.222000,156.156000,-76.504000,146.022000,-76.966000,135.105000,-83.795000,172.862000,-77.820000,204.931000,-79.401000,193.864000,-71.279000,186.994000,-70.543000,173.811000,-75.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.970000,52.910000,162.360000,43.499000,165.840000,42.021000,171.913000,44.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.936000,-2.495000,358.389000,-12.974000,2.536000,-13.443000,3.301000,-11.241000,4.571000,-9.904000,6.168000,-11.046000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.146000,-77.006000,315.539000,-76.949000,274.339000,-78.018000,302.208000,-79.416000,288.625000,-82.449000,319.106000,-79.085000,354.143000,-83.296000,339.881000,-80.305000,331.642000,-69.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.682000,-17.825000,216.054000,-12.172000,207.961000,-19.589000,205.952000,-24.631000,211.819000,-26.984000,220.102000,-18.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.639000,23.426000,140.292000,18.517000,140.675000,15.806000,146.020000,11.470000,146.932000,11.010000,153.325000,8.894000,149.048000,13.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.818000,3.522000,175.617000,2.049000,181.468000,-0.780000,186.176000,-1.589000,182.719000,3.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.823000,-13.011000,189.659000,-11.980000,179.879000,-22.531000,185.144000,-17.575000,186.321000,-19.609000,190.002000,-16.855000,190.989000,-16.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.820000,-13.769000,179.703000,-9.018000,180.003000,-8.013000,181.300000,-5.381000,174.117000,-5.042000,172.342000,-6.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.894000,0.641000,153.680000,-5.474000,146.539000,-10.792000,150.424000,-11.264000,150.090000,-13.540000,158.114000,-14.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.631000,1.633000,6.317000,1.247000,0.941000,12.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.650000,0.775000,97.690000,-2.673000,99.703000,-6.216000,103.323000,-3.043000,108.245000,7.618000,101.512000,5.360000,100.186000,9.684000,94.787000,4.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.046000,13.878000,176.035000,5.925000,169.561000,8.388000,167.501000,2.668000,168.907000,2.439000,174.442000,3.849000,180.552000,8.801000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.216000,26.117000,34.125000,27.051000,25.312000,24.211000,32.473000,23.985000,26.799000,23.050000,32.055000,19.601000,34.435000,20.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.046000,16.746000,147.689000,17.493000,151.758000,7.793000,152.346000,4.297000,156.986000,4.862000,161.588000,9.220000,159.172000,10.451000,160.132000,11.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.870000,88.306000,81.544000,87.963000,113.683000,80.345000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.216000,46.247000,285.658000,50.038000,289.093000,46.449000,286.716000,45.311000,292.579000,44.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.913000,10.008000,188.777000,9.883000,192.388000,10.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.442000,71.816000,293.473000,70.510000,296.795000,67.758000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.173000,9.047000,347.951000,16.871000,344.829000,12.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.339000,-8.429000,16.639000,-9.009000,17.299000,-8.734000,22.312000,-8.529000,20.203000,-1.234000,18.451000,-2.049000,17.303000,-2.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.388000,43.365000,276.864000,58.824000,268.956000,54.095000,270.760000,51.515000,257.991000,49.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.027000,-11.140000,261.986000,-6.462000,257.610000,-8.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.409000,63.923000,19.877000,64.212000,2.912000,55.042000,17.487000,55.511000,17.722000,51.605000,19.668000,58.027000,35.022000,57.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.907000,41.764000,308.006000,45.348000,310.136000,34.961000,311.165000,34.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.755000,-0.828000,202.037000,5.999000,209.825000,7.354000,202.435000,9.819000,202.498000,10.517000,197.656000,2.388000,202.993000,-1.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.209000,-22.176000,293.281000,-23.619000,290.522000,-34.708000,299.441000,-28.447000,292.692000,-26.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.263000,-42.442000,143.871000,-42.165000,132.731000,-38.299000,132.404000,-43.172000,125.510000,-45.620000,130.238000,-48.019000,132.577000,-54.084000,136.212000,-47.506000,136.507000,-47.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.964000,-54.561000,112.161000,-59.049000,124.886000,-56.117000,121.372000,-46.064000,120.123000,-42.332000,114.588000,-48.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.295000,72.187000,253.855000,72.109000,244.134000,76.761000,229.911000,75.285000,223.970000,74.834000,209.011000,73.117000,204.957000,69.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.284000,-5.542000,257.734000,1.477000,247.496000,6.374000,250.246000,-0.899000,248.453000,-3.027000,251.815000,-3.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.774000,-64.838000,132.101000,-63.064000,131.793000,-60.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.449000,-4.477000,51.293000,-0.369000,39.681000,7.240000,40.255000,5.362000,39.177000,-1.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.226000,-8.583000,0.030000,-8.409000,358.416000,-8.057000,351.421000,-8.154000,1.351000,-15.391000,10.146000,-8.818000,4.340000,-8.225000,1.314000,-8.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.326000,-0.852000,224.394000,1.829000,219.516000,8.313000,214.724000,5.762000,214.153000,-0.360000,224.019000,-2.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.963000,20.329000,283.611000,25.307000,281.328000,25.874000,280.030000,26.433000,281.135000,33.186000,280.092000,31.644000,277.104000,20.999000,277.089000,18.384000,281.144000,21.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.167000,12.924000,341.349000,10.260000,343.255000,7.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.062000,-24.893000,30.206000,-20.779000,24.714000,-24.048000,28.060000,-28.512000,33.964000,-23.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.870000,7.173000,21.145000,12.812000,25.083000,14.804000,28.490000,18.743000,22.813000,21.728000,15.673000,17.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.830000,20.974000,225.007000,22.552000,210.440000,17.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.373000,31.286000,292.688000,21.863000,292.715000,26.448000,292.982000,28.201000,297.942000,24.734000,293.709000,29.896000,302.340000,28.042000,297.963000,34.484000,291.032000,31.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.901000,-15.214000,15.771000,-17.039000,19.068000,-18.013000,6.771000,-21.702000,16.869000,-19.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.712000,4.237000,23.912000,14.465000,19.372000,15.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.949000,-25.657000,358.430000,-29.435000,4.839000,-22.258000,355.878000,-17.564000,351.878000,-15.059000,349.999000,-16.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.044000,-53.461000,118.546000,-53.889000,108.918000,-57.404000,130.007000,-61.691000,130.414000,-59.487000,136.428000,-55.416000,129.339000,-58.048000,130.404000,-51.301000,126.258000,-51.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.758000,-24.256000,29.407000,-38.472000,35.813000,-27.857000,26.979000,-27.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.530000,-56.969000,349.784000,-52.938000,346.230000,-47.208000,334.162000,-56.586000,341.709000,-58.668000,342.904000,-56.075000,345.387000,-56.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.727000,-34.413000,213.278000,-24.789000,212.257000,-27.568000,213.955000,-31.985000,205.060000,-33.637000,216.547000,-35.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.982000,-5.877000,183.551000,-11.049000,186.472000,-11.961000,189.340000,-12.540000,197.384000,-12.855000,197.729000,-12.517000,195.323000,-10.574000,188.745000,-9.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.825000,50.209000,341.568000,55.584000,335.195000,58.935000,331.109000,52.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.056000,-7.573000,191.381000,-2.700000,179.361000,6.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.590000,7.924000,154.787000,4.669000,159.212000,7.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.505000,8.948000,140.888000,5.265000,137.325000,7.566000,141.425000,-0.387000,148.119000,6.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.359000,0.775000,293.886000,3.208000,287.827000,6.605000,286.986000,4.968000,281.012000,9.327000,286.019000,3.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.135000,-9.968000,122.734000,-7.838000,123.813000,-8.869000,129.723000,-13.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.747000,39.484000,30.340000,40.994000,16.909000,46.714000,15.449000,38.284000,20.882000,28.484000,27.536000,32.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.481000,63.700000,121.065000,51.527000,133.469000,48.268000,133.939000,49.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.162000,45.339000,17.962000,43.516000,25.980000,38.817000,28.389000,40.268000,37.303000,45.421000,25.127000,52.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.809000,30.843000,37.373000,34.065000,32.762000,37.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.612000,-49.661000,220.176000,-48.672000,214.887000,-36.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.730000,7.769000,359.990000,2.770000,358.595000,4.370000,358.097000,11.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.375000,56.188000,295.583000,49.817000,304.529000,51.801000,304.333000,51.599000,308.729000,50.450000,307.460000,44.283000,315.105000,48.028000,318.113000,49.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.887000,44.526000,272.311000,41.953000,280.389000,41.824000,294.918000,45.684000,289.430000,51.259000,282.642000,49.371000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.328000,-29.627000,77.608000,-38.347000,83.297000,-38.065000,86.910000,-22.965000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.765000,22.598000,298.263000,20.691000,303.129000,17.118000,309.977000,22.362000,312.559000,23.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.440000,-61.804000,105.363000,-55.275000,119.930000,-62.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.566000,-72.453000,48.324000,-76.015000,40.739000,-79.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.698000,16.356000,134.654000,16.296000,135.854000,17.792000,131.847000,21.125000,127.184000,23.701000,129.030000,17.429000,124.924000,7.735000,132.594000,8.953000,132.831000,14.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.927000,41.256000,292.845000,38.889000,302.293000,45.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.439000,27.398000,347.613000,25.451000,353.626000,29.453000,356.170000,38.365000,355.727000,37.928000,346.986000,40.289000,341.807000,36.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.021000,38.074000,216.568000,31.823000,221.502000,33.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.766000,-32.260000,134.984000,-28.708000,134.895000,-30.458000,133.493000,-32.084000,129.089000,-37.606000,147.055000,-38.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.232000,4.196000,183.885000,-5.563000,180.588000,-1.169000,185.002000,-4.254000,181.988000,-1.831000,184.976000,0.514000,184.951000,0.936000,184.752000,4.539000,180.280000,8.796000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.166000,-62.093000,196.084000,-65.441000,207.823000,-65.327000,204.079000,-62.421000,195.418000,-52.350000,192.942000,-52.116000,193.221000,-53.379000,193.468000,-54.710000,192.861000,-60.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.006000,-24.626000,185.554000,-27.952000,183.113000,-16.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.807000,-13.224000,9.241000,-14.004000,10.515000,-16.676000,8.913000,-2.347000,4.654000,-7.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.075000,66.044000,356.734000,68.922000,13.880000,75.045000,347.651000,71.739000,345.074000,72.542000,330.374000,72.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.035000,10.464000,355.572000,5.851000,354.035000,1.005000,359.528000,7.267000,6.394000,5.449000,359.589000,9.733000,358.144000,10.433000,355.372000,12.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.631000,-13.712000,31.407000,-9.550000,28.467000,-10.656000,18.875000,-14.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.280000,-8.015000,349.436000,-7.779000,352.268000,-10.950000,355.211000,-10.623000,359.245000,-10.120000,6.855000,-9.794000,2.329000,-9.010000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.299000,20.476000,27.454000,17.015000,23.498000,9.471000,27.656000,12.658000,35.043000,7.005000,32.416000,11.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.934000,52.190000,165.100000,49.666000,162.974000,41.356000,174.971000,45.467000,177.890000,44.803000,184.757000,45.489000,176.352000,48.916000,184.010000,51.781000,178.382000,50.620000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.931000,-72.172000,211.287000,-62.703000,204.988000,-67.445000,174.581000,-76.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.900000,37.017000,222.248000,29.794000,229.054000,32.863000,232.811000,29.655000,232.138000,34.082000,233.923000,37.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.843000,-17.922000,46.605000,-14.964000,41.462000,-9.860000,40.610000,-11.691000,38.332000,-12.320000,40.364000,-15.005000,36.185000,-14.441000,40.373000,-22.837000,44.819000,-21.405000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.850000,-78.485000,307.950000,-82.560000,7.612000,-76.052000,354.046000,-73.335000,342.566000,-76.408000,339.635000,-75.293000,329.633000,-70.569000,302.669000,-74.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.993000,-13.366000,340.827000,-6.807000,338.590000,-1.634000,336.167000,-4.425000,338.469000,-9.393000,339.393000,-10.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.142000,-11.321000,59.545000,-10.919000,64.719000,-18.086000,68.063000,-11.362000,63.055000,-8.924000,63.756000,-6.455000,59.870000,-6.675000,58.163000,-3.508000,58.786000,-7.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.646000,-13.450000,349.077000,-16.276000,348.844000,-14.485000,347.683000,-13.074000,352.470000,-16.194000,339.415000,-14.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.920000,-17.778000,261.875000,-13.251000,260.896000,-21.308000,267.757000,-20.994000,261.014000,-24.373000,276.883000,-23.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.990000,-36.221000,32.797000,-33.139000,39.583000,-38.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.430000,3.421000,233.511000,0.400000,237.223000,4.975000,242.250000,3.629000,241.539000,4.721000,241.574000,9.561000,239.372000,9.341000,230.260000,5.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.037000,3.740000,335.836000,3.020000,334.937000,4.009000,330.291000,2.693000,329.602000,0.967000,329.529000,-2.033000,331.639000,-3.931000,331.610000,-5.137000,335.055000,-8.508000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.695000,8.522000,356.266000,-0.468000,6.073000,5.135000,4.644000,9.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.159000,-16.130000,298.233000,-23.606000,302.477000,-28.735000,301.501000,-25.600000,305.564000,-26.210000,307.260000,-20.084000,301.691000,-22.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.285000,29.592000,356.160000,29.792000,358.397000,29.890000,4.908000,25.219000,3.576000,29.496000,3.891000,37.484000,358.567000,39.382000,347.565000,33.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.895000,20.223000,1.436000,16.312000,0.597000,8.866000,3.241000,11.312000,11.190000,8.759000,11.207000,9.568000,7.507000,15.439000,7.418000,16.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.499000,-37.739000,13.206000,-41.655000,8.950000,-38.366000,8.898000,-39.986000,9.807000,-43.424000,359.060000,-47.154000,6.848000,-51.959000,11.148000,-50.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.139000,-0.183000,356.506000,-6.557000,359.653000,-6.706000,5.851000,-4.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.868000,6.846000,252.053000,4.403000,254.797000,3.050000,257.189000,5.200000,259.601000,5.253000,259.591000,6.380000,263.458000,4.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.095000,-51.262000,128.197000,-47.099000,134.924000,-43.239000,123.322000,-38.723000,116.928000,-45.959000,125.788000,-47.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.743000,-38.165000,197.955000,-36.571000,204.428000,-45.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.595000,-9.968000,159.244000,-10.179000,156.908000,-16.074000,156.968000,-16.909000,168.766000,-16.075000,171.577000,-8.273000,170.242000,-8.553000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.155000,-3.947000,296.663000,-2.776000,292.792000,-1.770000,297.544000,-7.616000,302.146000,-12.868000,304.834000,-10.542000,302.590000,-6.245000,300.154000,-4.455000,297.820000,0.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.720000,-27.712000,187.941000,-31.888000,192.188000,-29.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.804000,-4.261000,202.114000,-0.847000,189.831000,-3.505000,192.259000,-2.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.809000,-19.618000,330.111000,-21.508000,332.305000,-20.648000,337.991000,-13.149000,333.658000,-12.166000,329.138000,-14.172000,329.595000,-15.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.437000,-18.952000,164.933000,-21.725000,165.827000,-31.310000,174.925000,-31.261000,172.685000,-25.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.451000,-35.794000,153.580000,-34.470000,154.278000,-29.861000,151.235000,-36.659000,147.490000,-37.139000,141.532000,-41.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.188000,9.185000,22.509000,5.202000,15.759000,6.668000,20.825000,-0.063000,24.524000,-0.125000,26.588000,-6.458000,33.200000,0.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.626000,-66.439000,20.116000,-68.402000,26.877000,-71.205000,32.133000,-68.739000,31.265000,-70.255000,40.002000,-66.720000,30.354000,-56.775000,34.548000,-61.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.271000,55.835000,319.738000,53.907000,319.743000,46.801000,340.880000,42.398000,335.099000,48.837000,334.283000,51.108000,342.341000,54.089000,340.436000,55.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.899000,1.472000,4.874000,4.131000,358.260000,-8.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.767000,-2.239000,346.104000,-1.870000,349.196000,-11.202000,350.400000,-5.640000,354.681000,-10.083000,352.876000,-1.709000,353.663000,4.483000,350.803000,3.419000,350.254000,6.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.926000,16.563000,178.802000,20.767000,168.925000,16.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.566000,-29.279000,288.795000,-33.907000,291.292000,-30.844000,295.569000,-30.487000,296.009000,-28.258000,296.047000,-19.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.242000,3.152000,202.370000,-0.379000,206.921000,-1.122000,206.024000,6.252000,201.709000,7.412000,200.712000,8.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.881000,56.436000,45.501000,57.973000,41.855000,57.011000,37.411000,53.107000,52.085000,54.831000,56.556000,57.356000,56.728000,63.183000,49.700000,58.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.808000,61.755000,294.012000,61.278000,281.145000,63.297000,279.192000,55.077000,290.871000,56.971000,295.057000,52.228000,297.275000,56.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.042000,5.047000,231.130000,1.351000,226.950000,-2.599000,233.698000,-6.155000,235.817000,-6.297000,237.245000,-7.570000,240.604000,-1.435000,234.190000,-2.226000,234.363000,4.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.013000,11.327000,190.644000,10.485000,187.563000,18.433000,187.511000,10.142000,188.055000,8.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.281000,1.251000,220.312000,-3.596000,226.396000,-0.275000,225.603000,-1.067000,223.718000,-3.341000,232.784000,-0.040000,233.775000,3.518000,231.831000,7.543000,231.663000,9.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.688000,3.521000,352.987000,6.522000,353.576000,-6.089000,355.230000,-1.588000,3.994000,3.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.442000,38.582000,188.058000,38.002000,193.427000,30.997000,201.224000,38.507000,197.356000,39.625000,192.933000,40.545000,193.863000,43.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.773000,-8.265000,183.962000,-7.193000,182.464000,2.444000,181.920000,-5.384000,174.602000,-8.008000,179.550000,-11.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.742000,76.655000,120.252000,79.289000,115.336000,80.902000,45.476000,83.959000,70.785000,79.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.595000,16.283000,220.419000,14.431000,217.434000,15.705000,216.520000,16.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.339000,-46.823000,189.923000,-48.331000,198.370000,-53.375000,200.209000,-42.145000,196.922000,-43.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.457000,39.731000,56.094000,43.048000,53.337000,42.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.547000,-30.158000,345.562000,-47.161000,350.191000,-40.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.958000,-2.212000,239.800000,-1.077000,240.096000,-3.622000,241.627000,-5.183000,236.918000,-8.252000,238.744000,-9.333000,239.367000,-13.662000,241.029000,-15.441000,251.793000,-11.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.790000,25.813000,196.949000,32.285000,196.063000,33.901000,189.585000,36.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.714000,17.928000,139.926000,26.529000,138.070000,17.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.096000,45.902000,266.212000,42.332000,273.092000,45.654000,272.295000,54.801000,259.983000,54.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.603000,-11.849000,347.641000,-13.085000,353.197000,-13.182000,348.182000,-12.179000,350.844000,-10.709000,350.774000,-8.975000,348.479000,-10.944000,348.505000,-4.444000,347.686000,-3.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.159000,49.457000,156.322000,45.733000,148.606000,46.904000,165.906000,51.976000,159.199000,44.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.259000,-10.323000,358.482000,-16.998000,1.184000,-23.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.616000,-63.845000,291.515000,-62.226000,301.091000,-60.184000,281.904000,-59.982000,279.031000,-61.961000,263.864000,-63.915000,267.670000,-67.350000,285.079000,-64.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.044000,7.090000,66.320000,7.850000,69.675000,9.000000,71.075000,9.001000,68.414000,9.603000,63.857000,12.088000,60.394000,9.010000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.116000,19.245000,16.669000,25.672000,8.310000,28.645000,7.275000,31.125000,2.856000,30.122000,9.345000,18.287000,10.994000,14.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.996000,7.595000,259.948000,3.807000,258.696000,0.562000,265.595000,-0.778000,266.158000,0.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.355000,84.090000,22.336000,84.823000,54.721000,80.238000,67.301000,79.451000,89.859000,74.852000,94.149000,75.461000,83.098000,80.318000,121.712000,82.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.337000,-5.816000,5.489000,-1.324000,0.476000,0.064000,352.074000,8.353000,351.439000,2.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.406000,-52.090000,33.410000,-53.473000,35.395000,-51.522000,39.819000,-56.210000,44.437000,-50.164000,45.170000,-43.619000,41.808000,-43.894000,23.114000,-47.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.589000,-3.282000,0.950000,-3.609000,348.355000,-0.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.112000,-58.414000,317.672000,-58.325000,322.081000,-57.561000,315.748000,-54.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.282000,7.057000,302.377000,-0.982000,303.712000,-1.758000,300.734000,-3.610000,300.229000,-6.734000,305.906000,-4.187000,308.828000,-3.583000,313.541000,-7.924000,309.382000,-1.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.987000,-65.800000,212.995000,-61.260000,207.895000,-68.392000,210.227000,-71.127000,234.696000,-66.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.143000,61.624000,195.116000,61.771000,194.100000,64.738000,204.634000,65.058000,167.847000,73.534000,177.960000,69.459000,178.332000,67.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.124000,0.564000,166.086000,0.747000,171.727000,8.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.102000,-19.080000,87.645000,-10.837000,91.654000,-10.871000,88.467000,-7.554000,87.576000,-8.433000,86.447000,-8.042000,80.454000,-6.687000,83.796000,-8.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.496000,36.142000,171.732000,32.527000,173.652000,29.725000,180.147000,30.957000,180.902000,36.427000,178.277000,36.934000,182.210000,40.273000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.965000,-18.943000,359.186000,-14.844000,351.927000,-18.947000,353.694000,-21.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.534000,-24.498000,346.456000,-24.402000,348.796000,-25.381000,351.925000,-21.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.001000,-14.600000,15.588000,-7.422000,12.620000,-9.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.638000,5.018000,132.441000,13.319000,123.372000,9.210000,124.900000,0.290000,126.143000,2.523000,127.677000,3.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.479000,-19.585000,96.636000,-19.039000,91.864000,-16.075000,86.344000,-14.931000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.153000,-65.015000,294.169000,-54.526000,288.938000,-54.568000,283.079000,-46.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.049000,-2.485000,110.598000,5.587000,101.739000,2.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.902000,-21.735000,119.472000,-21.767000,119.460000,-35.550000,126.828000,-27.928000,126.478000,-27.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.920000,2.770000,177.321000,-1.102000,180.062000,-3.919000,182.093000,-6.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.211000,38.810000,71.939000,34.664000,69.772000,38.774000,72.861000,40.298000,70.139000,43.215000,72.496000,48.236000,59.425000,41.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.024000,-25.655000,144.211000,-19.851000,138.271000,-17.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.124000,-16.305000,172.736000,-15.425000,176.535000,-12.830000,176.110000,-3.586000,171.264000,-3.970000,169.892000,-5.198000,168.870000,-1.740000,168.571000,-4.096000,159.543000,-8.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.148000,-0.342000,248.216000,-7.520000,248.344000,-11.372000,255.038000,-7.996000,257.765000,-8.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.194000,-3.555000,183.637000,3.058000,177.852000,4.333000,175.364000,3.761000,176.871000,2.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.912000,-17.310000,132.232000,-16.111000,135.301000,-16.045000,134.947000,-14.793000,122.296000,-6.379000,119.081000,-12.647000,119.251000,-12.838000,124.804000,-19.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.318000,44.248000,284.253000,48.127000,286.114000,44.551000,296.862000,39.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.049000,-13.120000,194.349000,-17.815000,182.175000,-11.204000,184.569000,-15.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.132000,24.009000,62.822000,22.583000,65.487000,23.346000,66.374000,22.457000,66.036000,21.738000,70.506000,22.871000,66.008000,26.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.357000,-8.883000,218.040000,-8.654000,212.386000,-6.687000,209.324000,-5.503000,208.010000,-13.628000,213.793000,-13.169000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.442000,-10.614000,317.553000,-12.881000,323.211000,-10.060000,315.850000,-8.813000,312.286000,-7.110000,308.116000,-6.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.236000,41.985000,138.548000,43.056000,140.558000,33.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.498000,-45.805000,76.485000,-42.948000,63.094000,-31.176000,57.603000,-33.815000,55.002000,-41.483000,66.800000,-40.576000,68.352000,-44.118000,68.178000,-40.762000,70.471000,-43.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.433000,16.653000,79.635000,17.650000,77.742000,14.131000,82.383000,10.159000,87.207000,10.493000,83.758000,12.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.343000,-10.785000,347.620000,-5.884000,345.680000,-9.179000,344.898000,-7.697000,344.552000,-9.614000,342.800000,-19.275000,347.348000,-20.361000,350.641000,-19.777000,349.104000,-15.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.728000,-28.876000,30.329000,-30.608000,31.378000,-28.505000,34.041000,-26.960000,31.712000,-24.600000,24.161000,-20.749000,22.831000,-27.414000,23.221000,-29.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.585000,22.423000,342.629000,23.644000,344.913000,25.749000,338.551000,26.389000,335.021000,28.854000,339.218000,25.375000,337.242000,25.260000,335.804000,19.931000,337.992000,19.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.960000,7.388000,179.350000,-5.730000,185.944000,-4.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.237000,-18.000000,210.074000,-18.546000,213.293000,-16.620000,212.558000,-12.304000,204.366000,-19.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.870000,-34.145000,316.966000,-35.494000,319.445000,-28.808000,305.210000,-30.699000,306.003000,-31.545000,304.121000,-32.653000,307.995000,-33.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.690000,-6.311000,329.750000,-11.317000,339.772000,-11.831000,346.186000,-12.211000,345.985000,-7.246000,343.481000,-4.927000,341.948000,-2.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.468000,-27.401000,270.447000,-28.087000,277.720000,-33.283000,277.885000,-31.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.829000,-40.703000,287.321000,-38.885000,306.836000,-45.809000,302.350000,-40.919000,298.739000,-40.560000,295.938000,-37.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.341000,26.911000,350.060000,34.883000,337.931000,29.509000,341.734000,28.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.692000,19.623000,237.450000,21.691000,237.378000,22.101000,237.185000,24.115000,228.173000,22.965000,228.678000,21.611000,224.695000,15.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.611000,13.066000,197.750000,16.398000,189.102000,21.417000,184.895000,16.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.605000,-4.413000,180.185000,-8.958000,187.788000,-8.907000,183.134000,-3.573000,185.010000,0.336000,183.169000,1.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.206000,-21.591000,207.389000,-28.232000,210.805000,-28.264000,212.369000,-28.393000,218.168000,-25.443000,218.367000,-25.436000,218.419000,-17.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.425000,-44.485000,351.048000,-43.747000,356.559000,-47.104000,0.405000,-43.391000,7.453000,-48.558000,2.757000,-42.304000,1.957000,-40.382000,3.616000,-36.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.853000,-26.911000,52.265000,-26.233000,58.548000,-25.958000,54.288000,-18.260000,51.332000,-21.718000,50.915000,-23.967000,43.472000,-18.448000,45.271000,-21.932000,48.908000,-30.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.542000,51.722000,211.154000,48.028000,197.665000,61.881000,188.299000,52.721000,193.075000,51.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.508000,-7.991000,167.055000,-3.128000,167.859000,-0.833000,166.265000,-1.267000,162.971000,-2.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.738000,56.766000,15.429000,64.477000,11.225000,69.192000,7.319000,60.712000,11.585000,57.550000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.816000,-5.840000,118.500000,-18.385000,120.412000,-18.283000,123.223000,-22.052000,127.090000,-22.667000,127.157000,-19.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.683000,46.908000,341.856000,43.544000,343.761000,46.753000,329.690000,46.549000,337.929000,39.707000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.443000,-43.541000,354.017000,-51.138000,354.646000,-48.723000,353.851000,-43.917000,347.962000,-33.415000,345.655000,-36.603000,347.902000,-38.533000,342.464000,-47.039000,350.433000,-43.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.308000,9.389000,128.463000,2.906000,129.835000,1.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.733000,-30.390000,337.934000,-30.048000,334.354000,-27.726000,333.552000,-29.146000,330.081000,-25.744000,329.951000,-29.269000,328.983000,-36.147000,329.304000,-36.063000,331.477000,-38.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.374000,4.500000,357.991000,2.249000,359.782000,7.394000,356.294000,9.211000,352.210000,6.992000,354.059000,-3.196000,356.794000,-8.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.893000,58.343000,63.305000,54.245000,52.752000,53.807000,59.610000,45.511000,61.721000,47.456000,62.592000,50.247000,63.635000,48.232000,67.227000,52.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.199000,53.405000,99.997000,50.838000,91.962000,41.580000,92.517000,40.795000,95.196000,38.997000,103.090000,41.130000,106.171000,39.800000,103.390000,42.140000,107.602000,43.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.678000,13.341000,17.128000,17.438000,16.324000,6.431000,16.679000,7.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.490000,29.070000,131.878000,38.223000,126.631000,40.867000,125.694000,32.605000,130.433000,33.621000,130.463000,32.989000,132.067000,28.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.202000,-0.764000,178.734000,-17.301000,186.793000,-11.291000,181.435000,-7.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.115000,-11.090000,309.718000,-10.045000,310.364000,-6.563000,308.378000,2.354000,303.470000,1.039000,298.153000,4.407000,298.893000,-1.545000,299.393000,-6.639000,298.164000,-12.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.361000,8.495000,257.962000,20.571000,258.221000,21.587000,253.077000,24.768000,244.582000,17.534000,248.518000,14.863000,246.035000,11.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.354000,34.868000,121.886000,32.262000,119.142000,24.300000,134.580000,29.347000,134.325000,35.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.019000,21.543000,125.235000,13.352000,127.006000,11.472000,136.079000,16.209000,138.813000,18.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.483000,22.172000,320.418000,22.594000,314.182000,33.140000,313.928000,30.240000,313.503000,31.714000,310.560000,27.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.241000,65.977000,105.529000,62.179000,119.514000,66.393000,118.624000,67.167000,89.103000,69.793000,89.534000,67.347000,92.576000,68.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.940000,43.149000,190.314000,49.565000,189.858000,48.347000,194.515000,44.305000,193.810000,42.713000,185.557000,42.879000,203.496000,37.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.630000,16.532000,315.848000,15.228000,322.530000,8.945000,323.898000,8.768000,325.703000,15.651000,323.154000,18.398000,324.499000,21.982000,317.507000,18.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.433000,3.875000,305.141000,-0.284000,301.245000,-3.884000,305.722000,-9.024000,314.540000,-6.512000,314.740000,-2.918000,313.183000,0.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.233000,-17.091000,255.864000,-23.913000,249.410000,-23.857000,252.391000,-31.829000,256.443000,-27.598000,260.718000,-19.955000,261.233000,-16.690000,257.205000,-23.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.029000,6.993000,169.112000,8.571000,161.975000,4.779000,159.869000,-0.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.237000,-23.490000,348.254000,-23.039000,347.115000,-25.443000,352.865000,-38.488000,353.042000,-31.975000,356.968000,-33.513000,352.981000,-30.008000,1.570000,-30.096000,0.197000,-27.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.426000,7.249000,76.591000,3.694000,78.857000,1.947000,88.915000,7.792000,80.661000,9.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.692000,17.687000,312.476000,23.293000,311.644000,19.663000,307.143000,19.559000,309.395000,17.482000,303.238000,13.104000,304.256000,11.658000,310.262000,12.370000,316.279000,11.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.369000,7.935000,191.792000,-4.137000,196.010000,6.229000,189.411000,4.708000,192.206000,7.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.706000,6.260000,353.302000,6.188000,347.583000,1.981000,353.218000,3.267000,356.862000,6.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.700000,-52.002000,2.415000,-63.782000,10.062000,-54.505000,354.948000,-48.685000,355.664000,-51.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.436000,40.165000,329.902000,38.531000,322.249000,44.507000,325.967000,43.784000,323.308000,48.935000,320.129000,47.514000,319.382000,46.323000,315.893000,41.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.088000,85.242000,268.364000,84.541000,230.145000,80.715000,233.560000,80.945000,241.990000,80.287000,254.444000,80.446000,274.168000,74.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.411000,15.820000,359.664000,20.614000,3.504000,26.815000,356.775000,24.393000,353.388000,25.056000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.356000,24.302000,178.046000,28.038000,177.461000,30.946000,184.619000,38.881000,176.917000,35.856000,176.539000,39.217000,175.264000,36.268000,172.947000,37.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.451000,41.986000,260.530000,37.515000,252.551000,38.243000,256.063000,36.972000,257.059000,34.757000,253.146000,32.860000,265.382000,32.901000,267.482000,37.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.630000,1.713000,353.473000,5.490000,352.879000,-3.276000,355.736000,-9.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.194000,12.509000,356.378000,10.577000,0.325000,8.023000,3.612000,4.552000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.796000,18.902000,114.842000,17.972000,109.806000,21.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.637000,-51.394000,114.113000,-51.902000,121.500000,-54.906000,124.859000,-56.416000,121.177000,-51.830000,127.113000,-51.233000,121.860000,-51.737000,128.689000,-48.833000,121.433000,-49.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.482000,32.461000,12.415000,36.410000,4.339000,32.588000,9.701000,24.521000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.337000,-18.272000,322.600000,-10.408000,316.693000,-7.094000,315.792000,-8.983000,321.632000,-12.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.655000,-46.233000,122.907000,-46.055000,124.286000,-49.420000,130.734000,-48.985000,133.796000,-47.639000,122.130000,-35.883000,124.768000,-43.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.082000,-35.648000,257.130000,-30.073000,250.567000,-25.918000,250.102000,-18.444000,247.155000,-19.332000,249.096000,-27.651000,243.045000,-29.167000,243.962000,-31.570000,250.166000,-30.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.248000,-37.027000,47.787000,-34.198000,50.985000,-41.709000,59.137000,-39.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.432000,-1.021000,172.047000,3.265000,170.408000,2.957000,171.314000,-1.824000,168.518000,-2.112000,174.693000,-8.438000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.382000,10.484000,4.190000,16.808000,5.654000,26.088000,2.505000,24.771000,357.969000,16.404000,2.027000,14.682000,1.803000,13.804000,2.955000,7.513000,4.075000,9.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.540000,-24.930000,35.355000,-24.388000,27.944000,-28.444000,28.355000,-35.592000,31.000000,-39.766000,31.182000,-31.611000,41.068000,-26.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.834000,42.469000,212.556000,41.568000,210.090000,35.953000,216.616000,33.125000,218.794000,38.596000,225.891000,39.973000,221.254000,43.480000,224.409000,48.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.943000,-7.008000,163.299000,-0.137000,165.233000,-5.515000,168.299000,-6.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.224000,18.469000,136.617000,25.189000,138.355000,18.174000,134.144000,14.970000,137.431000,9.777000,139.224000,15.342000,140.064000,12.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.744000,-5.703000,192.137000,-2.629000,185.695000,-0.696000,182.569000,-3.351000,174.196000,-4.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.906000,-3.698000,173.722000,-1.804000,170.999000,-9.528000,168.058000,-12.704000,169.987000,-16.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.329000,-1.441000,251.208000,7.793000,249.072000,4.771000,243.198000,7.267000,242.688000,2.510000,251.868000,-4.451000,250.335000,-1.534000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.969000,12.062000,123.072000,11.118000,122.968000,18.538000,117.758000,16.931000,117.589000,18.746000,114.732000,17.252000,112.944000,15.810000,110.153000,9.601000,114.274000,6.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.514000,-28.979000,81.315000,-25.289000,88.715000,-25.293000,89.271000,-22.783000,87.102000,-21.119000,75.988000,-18.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.959000,42.843000,2.946000,45.414000,14.433000,40.635000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.857000,9.939000,167.454000,10.245000,161.596000,6.688000,167.184000,7.930000,164.403000,6.052000,162.051000,3.620000,167.870000,7.091000,169.364000,7.150000,176.935000,6.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.697000,14.233000,163.205000,13.664000,161.039000,13.974000,164.741000,2.675000,172.057000,12.200000,170.314000,12.327000,171.252000,14.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.698000,-48.560000,242.245000,-44.816000,240.835000,-52.044000,254.376000,-61.342000,254.172000,-53.325000,255.975000,-53.293000,254.591000,-52.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.063000,-14.568000,167.035000,-23.739000,167.359000,-8.969000,164.503000,-13.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.751000,61.269000,350.419000,56.627000,350.522000,52.924000,350.568000,52.276000,351.283000,53.462000,354.530000,48.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.809000,-7.538000,177.037000,-2.586000,181.520000,-6.322000,180.691000,2.630000,178.121000,2.327000,178.855000,8.260000,175.162000,3.560000,173.906000,5.417000,170.975000,7.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.717000,-9.280000,11.984000,-12.089000,7.405000,-5.346000,3.356000,-10.619000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.586000,-62.961000,127.283000,-59.462000,114.447000,-53.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.321000,36.806000,134.797000,42.290000,136.488000,38.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.925000,-1.425000,181.334000,3.996000,183.743000,7.202000,174.049000,4.612000,173.650000,3.461000,175.437000,0.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.703000,-34.017000,25.389000,-29.975000,20.645000,-28.366000,17.402000,-28.639000,15.760000,-33.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.192000,-19.919000,176.376000,-11.085000,170.464000,-13.603000,167.199000,-14.424000,165.025000,-14.645000,162.059000,-15.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.885000,57.862000,64.592000,59.858000,78.207000,61.634000,60.709000,60.659000,57.784000,51.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.029000,-13.912000,350.710000,-11.330000,350.012000,-16.372000,355.549000,-18.125000,354.924000,-22.252000,6.562000,-16.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.568000,-50.593000,236.338000,-42.039000,232.988000,-34.033000,228.505000,-40.723000,216.127000,-43.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.749000,-17.658000,225.114000,-18.496000,227.249000,-15.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.484000,45.517000,145.568000,34.478000,148.783000,38.781000,151.555000,39.750000,153.899000,39.723000,149.933000,41.087000,155.510000,40.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.356000,-5.569000,4.058000,-6.918000,357.566000,-2.343000,354.424000,-2.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.572000,-9.015000,241.086000,-9.204000,246.305000,-5.164000,236.855000,-4.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.259000,-2.287000,30.876000,-0.151000,31.925000,2.845000,30.028000,3.768000,25.322000,7.188000,28.793000,2.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.931000,-28.253000,247.612000,-32.753000,256.402000,-35.432000,258.908000,-33.714000,265.798000,-31.720000,259.343000,-28.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.567000,0.446000,356.586000,-5.228000,5.013000,1.741000,4.550000,2.549000,5.203000,8.844000,1.524000,1.484000,359.851000,9.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.912000,20.678000,206.025000,22.263000,210.787000,14.849000,214.141000,11.038000,221.928000,20.122000,213.918000,16.875000,213.033000,20.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.992000,-14.642000,248.761000,-17.016000,252.232000,-21.398000,255.537000,-26.435000,256.237000,-26.391000,257.534000,-24.194000,262.438000,-21.927000,263.515000,-20.953000,265.447000,-16.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.674000,12.001000,325.292000,9.182000,337.014000,9.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.899000,-33.055000,101.187000,-27.769000,89.504000,-39.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.480000,34.229000,302.945000,27.393000,302.644000,29.661000,301.658000,26.877000,295.430000,31.037000,294.823000,21.317000,310.136000,19.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.405000,4.701000,354.469000,-0.464000,359.901000,2.398000,359.016000,3.835000,355.736000,9.978000,357.640000,14.355000,350.598000,8.000000,344.606000,12.619000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.328000,-2.045000,5.655000,-2.459000,12.302000,-6.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.056000,-54.064000,122.019000,-53.204000,115.344000,-50.559000,114.393000,-45.184000,107.508000,-48.560000,95.643000,-48.449000,98.445000,-51.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.186000,8.514000,2.792000,10.974000,3.864000,13.220000,352.355000,2.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.279000,0.346000,63.307000,-4.764000,70.060000,-8.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.503000,-37.129000,62.882000,-31.150000,57.951000,-33.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.658000,16.074000,11.640000,22.789000,9.669000,9.528000,15.622000,14.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.366000,-39.692000,11.085000,-40.466000,10.520000,-34.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.079000,-0.903000,350.416000,-9.145000,350.710000,-7.600000,354.507000,-11.346000,354.389000,-7.810000,352.497000,-4.708000,352.745000,-0.463000,350.134000,-1.885000,348.416000,-1.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.380000,-23.680000,204.513000,-11.234000,200.293000,-15.705000,200.480000,-12.200000,194.420000,-12.521000,197.344000,-16.255000,202.947000,-23.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.927000,39.016000,210.273000,42.225000,217.131000,37.693000,221.014000,42.915000,218.594000,51.662000,212.977000,47.524000,203.138000,51.604000,208.953000,46.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.152000,-30.566000,196.757000,-27.884000,202.743000,-26.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.283000,41.836000,172.686000,42.579000,164.819000,37.303000,165.123000,30.103000,172.107000,36.245000,179.923000,31.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.114000,21.608000,175.753000,14.676000,176.732000,14.034000,178.551000,13.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.354000,23.485000,343.707000,15.780000,348.313000,18.087000,342.988000,20.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.336000,4.107000,246.429000,9.231000,247.748000,12.236000,242.632000,11.382000,236.270000,5.435000,241.764000,-0.952000,245.242000,3.470000,248.007000,3.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.469000,7.446000,288.789000,-0.076000,300.169000,4.724000,298.865000,15.079000,297.438000,14.015000,294.399000,15.090000,291.111000,12.856000,288.380000,15.266000,286.833000,11.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.926000,3.655000,356.041000,4.869000,358.124000,0.473000,352.162000,-0.425000,355.479000,-8.510000,1.596000,-2.670000,1.327000,-1.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.964000,-50.932000,149.908000,-60.906000,163.390000,-57.077000,173.423000,-53.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.916000,54.077000,50.220000,38.784000,57.931000,41.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.517000,10.220000,179.210000,1.912000,184.744000,1.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.505000,34.214000,235.652000,36.966000,227.949000,37.893000,224.969000,31.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.839000,8.479000,143.712000,16.089000,139.257000,9.829000,141.195000,16.464000,138.169000,6.939000,141.428000,1.166000,139.740000,7.457000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.792000,16.993000,342.981000,19.224000,344.121000,22.608000,337.583000,22.575000,334.873000,14.882000,332.643000,13.643000,348.043000,9.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.439000,65.456000,23.514000,62.808000,42.746000,54.920000,44.485000,56.921000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.144000,-2.035000,164.680000,1.176000,156.171000,0.656000,157.441000,1.930000,156.562000,5.669000,155.276000,1.222000,155.232000,6.215000,153.494000,3.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.562000,52.820000,293.373000,44.424000,304.134000,38.161000,306.446000,45.462000,311.052000,45.301000,316.654000,44.714000,307.296000,48.164000,308.325000,48.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.762000,48.723000,221.704000,52.737000,213.448000,51.148000,210.328000,51.266000,201.851000,45.641000,206.389000,42.400000,209.580000,41.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.738000,-14.305000,259.166000,-5.991000,257.029000,-9.297000,257.045000,-9.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.968000,34.246000,344.097000,28.092000,348.178000,27.503000,348.872000,25.930000,350.084000,29.900000,356.738000,34.683000,357.458000,39.043000,339.664000,41.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.267000,-53.693000,15.034000,-39.330000,7.521000,-50.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.788000,55.337000,325.790000,57.273000,336.332000,52.376000,333.790000,55.518000,327.544000,58.482000,344.000000,59.065000,330.073000,59.149000,327.255000,59.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.051000,-19.187000,175.016000,-4.731000,166.439000,-2.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.024000,-34.321000,131.813000,-42.515000,145.812000,-35.089000,140.051000,-32.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.908000,21.258000,184.275000,15.694000,182.189000,24.580000,176.450000,27.815000,177.338000,26.594000,173.384000,26.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.335000,29.456000,64.295000,28.973000,63.754000,28.858000,67.454000,32.326000,70.950000,35.110000,59.085000,36.789000,57.131000,35.015000,54.286000,30.511000,61.379000,23.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.094000,62.485000,249.542000,62.984000,261.869000,55.666000,256.313000,51.679000,279.722000,54.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.271000,-36.336000,19.898000,-40.608000,22.621000,-39.204000,25.442000,-32.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.899000,-28.551000,348.463000,-40.020000,0.137000,-40.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.489000,22.049000,206.313000,23.655000,197.803000,20.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.955000,-23.576000,321.739000,-26.119000,331.918000,-16.678000,328.458000,-18.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.420000,-30.659000,98.920000,-26.105000,101.407000,-32.984000,98.263000,-36.211000,110.731000,-35.690000,114.864000,-34.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.061000,27.779000,171.841000,34.581000,160.806000,34.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.545000,19.977000,164.542000,20.140000,160.115000,30.412000,157.524000,28.433000,157.156000,26.864000,153.994000,28.332000,153.332000,28.625000,150.321000,23.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.065000,-10.472000,350.174000,-17.981000,351.220000,-3.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.975000,6.895000,175.299000,-0.900000,167.770000,-3.450000,171.001000,-3.542000,168.553000,-4.527000,174.528000,-2.798000,168.942000,-7.086000,176.277000,-7.657000,179.139000,-5.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.180000,-18.225000,358.553000,-25.575000,356.817000,-24.314000,357.284000,-25.248000,348.706000,-29.833000,357.338000,-33.515000,4.406000,-24.285000,1.163000,-24.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.610000,-30.611000,330.126000,-25.433000,331.802000,-33.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.997000,70.032000,165.836000,75.395000,163.289000,66.126000,170.815000,66.157000,183.536000,66.841000,185.285000,66.373000,187.301000,67.705000,187.730000,71.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.506000,-4.430000,90.325000,-2.037000,89.779000,-5.024000,96.205000,-11.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.223000,29.190000,342.853000,36.583000,340.709000,36.311000,342.251000,44.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.164000,-3.951000,359.881000,-4.707000,2.089000,-8.643000,4.537000,-7.310000,3.523000,-2.850000,3.337000,-2.720000,2.458000,5.318000,358.638000,0.923000,355.251000,-0.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.468000,27.973000,128.535000,26.473000,140.740000,20.642000,147.675000,30.386000,142.756000,32.090000,138.177000,30.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.278000,32.672000,191.116000,35.747000,191.456000,35.386000,192.306000,34.907000,199.879000,25.704000,199.947000,23.548000,200.894000,24.189000,202.316000,29.006000,205.445000,30.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.681000,-23.914000,354.805000,-17.613000,354.366000,-18.952000,350.955000,-16.814000,350.207000,-17.242000,347.726000,-23.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.929000,82.349000,344.120000,83.263000,0.335000,78.237000,34.581000,70.563000,40.201000,75.119000,32.011000,78.688000,27.145000,80.306000,7.843000,81.847000,9.150000,80.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.084000,25.341000,162.250000,22.016000,157.433000,26.602000,166.147000,16.264000,168.206000,14.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.144000,62.464000,81.546000,56.729000,81.733000,55.511000,95.567000,54.591000,89.276000,55.674000,86.713000,56.309000,95.453000,60.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.788000,-1.822000,5.509000,2.476000,3.235000,1.315000,356.077000,0.384000,354.466000,0.541000,357.834000,-0.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.049000,41.143000,355.649000,47.263000,4.433000,39.473000,4.236000,41.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.912000,37.538000,319.758000,38.820000,320.475000,38.385000,324.913000,42.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.215000,42.298000,9.476000,43.948000,354.021000,47.052000,353.810000,45.915000,343.004000,45.287000,358.148000,41.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.249000,-72.888000,229.100000,-70.481000,252.486000,-80.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.883000,-13.270000,91.648000,-3.512000,85.123000,-1.218000,88.489000,-9.373000,84.319000,-10.853000,89.831000,-10.351000,91.760000,-12.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.130000,11.937000,172.868000,13.416000,170.507000,10.016000,175.040000,4.283000,181.874000,5.660000,180.513000,9.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.641000,2.570000,186.160000,1.287000,186.673000,-3.317000,186.783000,-5.192000,186.936000,-7.178000,195.235000,-5.650000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.588000,16.836000,193.015000,11.386000,193.040000,17.356000,193.458000,18.121000,195.473000,23.001000,191.117000,18.061000,188.263000,25.180000,187.508000,23.731000,181.552000,18.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.718000,3.509000,173.085000,-6.452000,181.660000,-3.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.465000,5.927000,19.392000,6.090000,14.126000,7.789000,13.423000,13.612000,6.183000,11.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.870000,15.785000,79.005000,11.521000,80.406000,11.890000,82.098000,22.039000,78.308000,20.205000,73.624000,23.533000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.999000,71.315000,22.486000,69.437000,27.733000,72.687000,21.421000,74.463000,20.168000,75.628000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.225000,26.653000,45.501000,20.007000,56.722000,18.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.250000,-43.156000,31.180000,-44.063000,30.425000,-40.001000,34.907000,-37.710000,30.488000,-36.348000,22.196000,-29.614000,21.389000,-37.298000,15.038000,-39.358000,21.652000,-39.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.425000,5.874000,178.362000,-1.673000,175.666000,5.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.810000,5.665000,305.319000,0.979000,305.955000,-3.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.296000,9.737000,79.799000,12.541000,75.378000,11.077000,77.063000,16.114000,76.199000,14.050000,74.140000,10.755000,73.054000,10.334000,69.196000,7.977000,73.737000,8.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.484000,-20.319000,191.456000,-24.369000,197.976000,-17.216000,193.452000,-17.837000,191.151000,-17.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.249000,-10.471000,125.296000,-10.681000,126.894000,-16.887000,126.634000,-11.097000,132.103000,-12.928000,124.576000,-7.790000,121.290000,-4.057000,118.940000,-3.948000,121.356000,-6.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.804000,25.092000,248.284000,22.107000,245.090000,25.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.680000,-35.945000,358.649000,-38.984000,350.540000,-49.693000,359.773000,-47.696000,11.135000,-42.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.331000,-64.612000,149.194000,-66.648000,169.026000,-65.333000,174.455000,-63.278000,180.017000,-59.756000,182.482000,-57.790000,174.455000,-57.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.119000,-54.796000,113.505000,-53.609000,115.044000,-66.034000,114.911000,-61.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.024000,39.736000,339.022000,39.776000,337.781000,38.550000,341.411000,27.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.241000,11.701000,228.753000,11.502000,226.998000,3.710000,230.603000,1.903000,232.249000,7.317000,234.495000,5.232000,236.784000,3.193000,233.590000,7.537000,234.372000,7.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.768000,-23.831000,180.627000,-22.140000,184.032000,-15.228000,179.488000,-13.024000,174.785000,-12.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.730000,-66.071000,68.779000,-65.357000,81.839000,-64.048000,73.653000,-56.306000,56.463000,-60.369000,65.947000,-63.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.493000,16.767000,41.318000,11.019000,44.850000,17.604000,42.802000,25.740000,41.019000,22.475000,35.303000,21.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.284000,-20.888000,221.880000,-19.207000,225.692000,-18.202000,224.335000,-17.973000,214.055000,-14.705000,213.583000,-17.116000,214.554000,-17.646000,209.575000,-19.175000,213.718000,-22.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.496000,6.840000,350.180000,5.604000,350.783000,6.596000,348.918000,5.752000,346.887000,6.578000,346.985000,4.255000,345.449000,3.463000,347.591000,2.775000,349.318000,4.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.629000,-6.055000,81.739000,-11.225000,84.250000,-6.228000,82.966000,-4.077000,82.385000,-0.552000,81.540000,-2.755000,79.320000,3.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.730000,1.809000,180.811000,0.046000,180.396000,-6.858000,182.351000,-6.279000,183.887000,-4.973000,187.858000,-6.774000,186.822000,-4.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.641000,-45.708000,325.720000,-46.571000,333.818000,-54.150000,329.413000,-61.330000,345.130000,-61.282000,344.958000,-54.668000,330.792000,-48.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.897000,-35.066000,178.004000,-28.629000,178.761000,-23.708000,168.390000,-37.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.612000,31.888000,168.005000,20.039000,170.266000,28.040000,175.746000,33.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.896000,12.737000,344.642000,-0.367000,347.378000,2.603000,350.525000,3.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.966000,-29.639000,157.552000,-28.200000,167.097000,-36.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.325000,-5.019000,337.463000,-6.924000,339.033000,-1.157000,329.427000,1.755000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.327000,13.442000,0.361000,6.129000,358.397000,5.208000,1.503000,-3.923000,9.555000,7.327000,9.893000,8.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.694000,-58.449000,205.853000,-62.825000,208.516000,-61.720000,195.536000,-52.930000,195.342000,-55.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.897000,-39.917000,138.855000,-47.569000,144.145000,-44.274000,149.745000,-50.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.061000,-42.579000,95.010000,-44.158000,105.210000,-57.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.840000,60.347000,200.392000,63.118000,197.878000,74.287000,189.336000,69.782000,174.573000,68.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.044000,-1.734000,164.966000,-4.326000,171.945000,-0.851000,167.791000,0.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.635000,4.827000,354.861000,-8.683000,2.536000,-8.600000,9.450000,-6.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.457000,9.614000,204.433000,4.983000,205.922000,1.587000,207.550000,4.246000,212.251000,4.724000,214.620000,3.170000,210.925000,8.918000,209.714000,12.563000,209.461000,16.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.070000,76.273000,331.268000,78.505000,310.823000,86.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.015000,9.097000,337.508000,7.019000,340.592000,0.659000,342.989000,6.874000,347.138000,5.147000,349.021000,12.920000,350.376000,13.865000,337.153000,11.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.006000,52.382000,69.061000,51.426000,64.007000,57.982000,65.520000,58.752000,54.861000,57.063000,57.836000,56.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.334000,19.020000,21.843000,19.027000,19.940000,12.973000,16.836000,17.434000,12.806000,8.932000,14.390000,6.717000,24.118000,9.680000,28.677000,14.879000,25.049000,15.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.229000,-45.164000,215.286000,-46.466000,217.634000,-42.552000,221.577000,-48.728000,228.856000,-41.051000,222.306000,-40.501000,219.452000,-40.211000,225.990000,-36.086000,216.384000,-35.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.133000,4.898000,207.369000,10.233000,201.464000,8.068000,202.639000,13.412000,191.993000,11.906000,191.620000,9.738000,190.366000,8.899000,191.184000,5.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.844000,62.769000,39.967000,72.710000,39.717000,68.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.517000,26.110000,343.120000,19.728000,353.492000,15.546000,349.758000,19.332000,346.421000,23.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.150000,-62.211000,102.667000,-61.469000,97.394000,-60.808000,94.461000,-61.397000,91.049000,-69.554000,93.785000,-69.145000,108.428000,-70.633000,108.847000,-65.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.929000,39.230000,171.558000,26.673000,179.054000,27.137000,179.713000,27.364000,182.647000,34.373000,189.205000,36.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.592000,50.494000,54.215000,49.060000,48.338000,41.825000,55.494000,42.918000,56.754000,37.746000,57.753000,43.661000,60.747000,41.020000,60.341000,44.860000,62.432000,51.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.601000,-60.892000,338.319000,-56.996000,315.081000,-47.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.801000,5.445000,356.579000,2.601000,356.639000,4.490000,353.219000,4.741000,351.171000,-1.727000,353.421000,-2.224000,359.864000,-5.042000,3.702000,-3.595000,0.198000,4.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.318000,0.095000,214.028000,3.291000,212.501000,6.627000,208.356000,-1.278000,210.526000,-2.262000,210.477000,-5.065000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.152000,29.605000,172.833000,33.422000,167.709000,27.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.401000,-63.502000,74.074000,-61.193000,76.351000,-50.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.867000,-12.117000,7.083000,-12.747000,10.035000,-11.824000,4.797000,-6.584000,2.828000,-8.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.279000,-61.330000,114.749000,-64.928000,125.339000,-69.115000,150.062000,-66.262000,132.934000,-60.561000,132.454000,-61.073000,132.770000,-59.957000,128.002000,-57.956000,126.654000,-59.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.116000,-46.036000,135.783000,-44.938000,132.032000,-45.618000,129.188000,-44.649000,130.810000,-50.079000,133.020000,-54.727000,142.814000,-49.610000,153.842000,-48.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.360000,-21.826000,123.862000,-26.132000,126.076000,-26.839000,133.164000,-22.712000,136.929000,-25.902000,132.857000,-17.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.417000,-3.033000,13.979000,3.879000,18.683000,0.525000,10.371000,9.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.088000,-35.630000,44.708000,-33.826000,34.912000,-29.904000,34.209000,-29.227000,32.043000,-30.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.308000,-17.803000,93.889000,-16.960000,93.096000,-16.439000,86.353000,-19.302000,86.353000,-22.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.554000,-46.871000,253.964000,-54.002000,259.093000,-56.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.676000,31.756000,111.800000,32.356000,113.091000,31.143000,109.791000,31.122000,107.259000,28.900000,109.321000,27.672000,109.869000,26.850000,117.261000,24.554000,124.933000,28.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.502000,48.077000,100.253000,37.809000,106.673000,44.582000,99.964000,49.946000,98.844000,46.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.409000,9.722000,66.558000,17.216000,54.499000,14.504000,54.227000,8.777000,57.132000,8.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.060000,17.623000,228.376000,29.725000,225.531000,23.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.858000,31.178000,177.102000,33.522000,169.372000,35.444000,177.011000,28.296000,178.470000,22.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.573000,21.129000,121.662000,19.686000,110.944000,16.637000,119.061000,15.765000,123.806000,14.755000,127.630000,19.124000,123.584000,18.895000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.812000,18.373000,356.927000,19.727000,355.600000,19.647000,359.250000,22.841000,351.408000,22.737000,353.224000,17.600000,1.838000,13.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.557000,4.636000,85.081000,4.688000,89.292000,5.236000,92.094000,6.361000,100.428000,3.592000,96.990000,5.049000,92.039000,10.960000,88.143000,16.577000,88.448000,11.831000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.774000,42.768000,137.370000,43.036000,143.302000,43.066000,145.538000,46.453000,135.317000,44.216000,133.537000,45.157000,134.930000,50.138000,129.842000,49.851000,124.036000,50.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.261000,-60.515000,285.445000,-67.131000,281.935000,-59.583000,281.682000,-54.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.735000,48.892000,155.937000,53.046000,147.883000,58.700000,136.907000,61.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.286000,4.847000,287.929000,7.198000,286.586000,4.890000,283.554000,4.783000,285.515000,3.306000,287.127000,3.093000,286.386000,-1.136000,288.626000,-1.191000,290.168000,-2.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.027000,-36.300000,300.081000,-41.857000,299.413000,-42.575000,305.120000,-52.167000,301.028000,-45.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.621000,-20.751000,52.023000,-19.186000,47.599000,-21.822000,44.627000,-19.651000,43.852000,-23.020000,42.687000,-30.089000,46.169000,-28.699000,47.109000,-29.920000,52.615000,-27.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.286000,1.651000,173.370000,5.451000,174.081000,3.597000,181.353000,-5.966000,186.799000,-0.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.220000,20.236000,313.828000,23.025000,312.936000,23.693000,309.907000,25.187000,312.280000,27.775000,301.968000,29.933000,303.132000,23.260000,301.121000,18.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.557000,-5.165000,181.105000,-1.543000,178.091000,7.123000,175.029000,3.688000,177.607000,0.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.613000,79.330000,101.594000,79.176000,65.819000,80.684000,89.333000,77.594000,108.230000,65.605000,110.544000,69.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.094000,-7.929000,206.543000,-5.516000,197.650000,4.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.971000,-2.180000,339.567000,1.336000,335.968000,-8.824000,338.656000,-8.384000,343.674000,-9.972000,347.246000,-9.228000,346.546000,-4.576000,346.835000,2.041000,344.987000,-2.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.385000,12.239000,15.043000,10.410000,21.446000,4.986000,26.506000,7.926000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.010000,1.370000,358.194000,3.680000,354.237000,-1.931000,350.961000,-5.132000,5.432000,2.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.397000,15.634000,235.422000,14.936000,239.623000,21.798000,236.587000,24.433000,235.875000,26.064000,233.112000,32.715000,231.466000,30.730000,226.401000,31.429000,228.104000,18.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.453000,-37.359000,227.134000,-30.998000,221.620000,-32.657000,215.493000,-33.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.486000,14.238000,352.392000,9.625000,355.496000,4.908000,359.903000,7.166000,359.786000,2.514000,3.985000,2.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.786000,24.290000,169.243000,15.810000,179.134000,16.243000,183.963000,24.090000,177.372000,22.960000,173.277000,23.071000,172.371000,23.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.169000,-11.306000,321.334000,-17.378000,325.009000,-22.675000,323.966000,-13.174000,324.851000,-10.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.669000,-6.919000,176.745000,-7.397000,177.605000,-7.044000,174.033000,-9.044000,178.314000,-2.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.951000,-0.806000,1.246000,1.790000,3.501000,8.084000,0.036000,12.597000,354.533000,9.607000,354.646000,7.749000,352.943000,10.332000,353.031000,6.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.130000,43.184000,39.765000,39.363000,36.794000,37.161000,42.591000,30.868000,44.609000,38.232000,44.020000,42.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.005000,80.406000,20.088000,86.198000,328.047000,78.770000,318.256000,71.664000,353.177000,69.258000,348.502000,75.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.071000,45.411000,51.660000,45.354000,56.969000,39.056000,53.807000,41.847000,62.323000,40.037000,56.262000,44.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.632000,51.891000,165.667000,61.382000,151.587000,60.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.152000,26.533000,206.013000,20.387000,200.891000,21.044000,199.737000,15.555000,207.805000,13.846000,215.841000,16.490000,215.925000,18.549000,215.486000,24.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.661000,2.279000,189.679000,6.096000,182.943000,6.037000,180.802000,5.405000,177.030000,0.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.700000,20.640000,192.285000,31.151000,184.415000,28.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.578000,11.597000,345.811000,6.290000,348.761000,5.532000,354.624000,4.508000,359.591000,10.346000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.798000,0.407000,10.992000,2.141000,7.295000,6.001000,5.666000,8.240000,2.145000,14.947000,3.942000,7.321000,357.256000,5.259000,2.701000,5.054000,2.136000,2.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.993000,26.453000,165.835000,14.024000,179.416000,15.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.143000,-28.722000,347.343000,-37.709000,354.379000,-42.599000,2.736000,-39.423000,356.191000,-36.107000,354.485000,-34.921000,2.125000,-31.859000,355.658000,-29.458000,354.574000,-25.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.699000,-21.794000,221.562000,-29.170000,227.468000,-17.530000,224.743000,-15.103000,215.455000,-16.806000,221.728000,-19.118000,219.731000,-21.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.570000,-14.040000,1.092000,-12.104000,1.122000,-9.102000,357.128000,-10.709000,356.499000,-13.386000,350.617000,-8.574000,353.468000,-15.602000,358.108000,-16.843000,2.999000,-22.723000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.848000,5.178000,157.658000,6.467000,155.892000,4.662000,160.468000,2.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.927000,23.493000,313.278000,24.925000,312.132000,22.565000,307.987000,26.790000,308.045000,21.902000,308.099000,11.846000,313.994000,15.075000,316.212000,14.122000,317.156000,23.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.177000,-12.064000,177.839000,-13.160000,182.802000,-12.208000,183.930000,-18.946000,185.064000,-2.576000,181.435000,0.246000,183.411000,-7.573000,176.945000,-7.791000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.647000,-14.069000,217.994000,-18.306000,220.819000,-23.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.036000,-44.708000,348.320000,-47.584000,349.765000,-54.227000,354.775000,-50.671000,356.026000,-49.711000,6.100000,-48.425000,358.548000,-46.587000,359.792000,-45.860000,3.723000,-41.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.383000,9.546000,168.091000,6.443000,170.055000,5.018000,176.863000,-1.002000,175.955000,5.574000,175.399000,7.588000,176.541000,10.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.355000,-4.360000,194.172000,-9.235000,190.354000,-4.593000,189.798000,-2.785000,190.613000,4.286000,182.402000,3.740000,180.735000,0.644000,187.407000,-2.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.755000,13.815000,167.244000,6.031000,162.497000,7.814000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.933000,57.855000,192.110000,55.038000,197.155000,56.358000,200.809000,57.430000,200.945000,54.154000,203.498000,51.920000,217.810000,58.745000,198.414000,62.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.591000,10.137000,352.688000,5.405000,352.301000,4.071000,354.573000,3.133000,359.451000,-4.054000,358.688000,-2.251000,355.785000,4.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.340000,-14.520000,143.791000,-11.982000,149.357000,-14.123000,133.629000,-13.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.813000,18.306000,349.047000,19.276000,345.257000,14.643000,348.772000,16.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.639000,-31.556000,1.957000,-30.299000,1.526000,-36.214000,8.379000,-37.553000,9.963000,-31.288000,355.413000,-27.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.504000,-35.833000,200.930000,-40.886000,201.741000,-48.139000,202.594000,-41.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.095000,-21.425000,194.288000,-18.740000,190.848000,-26.378000,188.902000,-29.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.397000,-50.198000,50.660000,-53.816000,60.202000,-56.851000,64.885000,-59.145000,79.059000,-51.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.968000,-79.239000,359.161000,-71.856000,314.396000,-74.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.961000,24.693000,359.233000,23.620000,359.979000,31.870000,350.401000,32.239000,343.629000,28.604000,350.370000,27.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.279000,4.140000,176.967000,11.021000,179.285000,11.486000,165.648000,16.376000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.811000,44.044000,7.430000,47.369000,3.582000,49.836000,7.588000,51.417000,9.458000,56.568000,357.792000,59.381000,357.235000,51.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.774000,10.423000,299.519000,5.309000,303.053000,4.205000,303.492000,9.340000,301.661000,12.245000,300.438000,14.274000,296.197000,19.161000,292.740000,16.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.638000,24.670000,99.769000,22.704000,108.481000,20.137000,110.492000,19.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.483000,11.505000,179.211000,3.789000,194.660000,13.940000,193.056000,17.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.684000,-38.521000,213.491000,-35.765000,215.408000,-30.374000,212.044000,-30.616000,193.929000,-34.954000,200.311000,-36.709000,202.458000,-38.355000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.999000,-15.407000,354.204000,-16.635000,356.826000,-20.391000,357.066000,-24.359000,5.955000,-13.155000,359.221000,-15.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.416000,-21.691000,24.462000,-25.864000,21.336000,-24.761000,26.982000,-28.615000,30.572000,-34.785000,33.887000,-31.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.740000,-12.782000,80.102000,-10.454000,79.711000,-20.698000,89.382000,-23.027000,92.428000,-18.834000,87.562000,-12.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.450000,-36.926000,148.210000,-28.931000,145.174000,-41.011000,153.913000,-43.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.394000,-5.450000,167.137000,-9.140000,173.881000,-8.752000,170.832000,-4.666000,162.828000,-0.714000,159.578000,-0.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.353000,-12.592000,190.121000,-11.334000,184.018000,-17.772000,183.336000,-17.542000,181.014000,-18.966000,184.145000,-21.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.947000,31.625000,18.075000,34.059000,17.964000,32.475000,12.708000,29.645000,12.217000,24.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.382000,-2.782000,195.030000,-2.206000,196.784000,-0.736000,195.377000,4.631000,192.577000,6.866000,185.746000,5.348000,184.208000,6.641000,179.792000,3.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.335000,11.491000,108.362000,10.302000,106.643000,15.744000,103.395000,10.587000,100.166000,3.208000,104.321000,5.469000,108.151000,3.189000,114.263000,5.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.908000,-38.931000,205.359000,-43.259000,201.146000,-35.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.252000,11.060000,288.756000,8.706000,286.246000,-2.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.491000,-21.428000,272.903000,-21.829000,274.722000,-19.924000,277.335000,-13.995000,273.463000,-15.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.660000,61.948000,95.400000,59.479000,92.155000,67.921000,92.549000,75.879000,90.492000,75.328000,86.956000,70.493000,72.265000,68.722000,72.665000,66.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.944000,4.557000,97.779000,-5.702000,102.426000,-1.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.242000,48.216000,342.639000,42.018000,348.239000,39.356000,346.481000,48.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.600000,-29.238000,351.134000,-22.605000,344.544000,-22.771000,345.835000,-32.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.461000,35.433000,327.468000,39.933000,326.413000,31.586000,334.499000,31.141000,335.700000,31.428000,335.577000,25.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.690000,-6.296000,260.463000,-9.242000,263.430000,-13.672000,267.659000,-12.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.238000,8.642000,178.849000,12.778000,179.398000,17.064000,176.133000,14.545000,171.165000,14.242000,171.194000,6.528000,173.010000,8.172000,172.941000,3.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.805000,-9.578000,326.884000,-7.760000,334.609000,-10.869000,330.387000,-13.675000,336.813000,-5.445000,336.235000,-5.211000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.375000,-28.134000,122.547000,-23.955000,117.126000,-28.530000,117.883000,-34.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.725000,-43.507000,145.770000,-44.203000,146.515000,-43.755000,148.922000,-46.911000,150.245000,-32.581000,149.951000,-31.652000,147.513000,-35.243000,143.593000,-38.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.308000,-3.175000,175.603000,4.202000,174.980000,-0.070000,168.859000,-9.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.093000,-2.039000,193.431000,-2.737000,192.526000,-5.373000,197.710000,-0.087000,197.782000,-2.262000,201.281000,-2.298000,201.466000,0.373000,200.965000,5.230000,194.860000,5.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.494000,-17.108000,2.036000,-19.439000,5.112000,-7.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.732000,-53.413000,307.405000,-50.777000,306.130000,-51.396000,303.308000,-50.523000,302.332000,-54.183000,302.299000,-55.005000,294.750000,-61.321000,309.203000,-60.128000,311.283000,-57.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.598000,-78.378000,324.101000,-76.529000,287.212000,-76.337000,301.590000,-68.602000,285.056000,-74.377000,280.622000,-73.261000,255.338000,-73.371000,260.844000,-75.104000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.717000,-13.997000,181.778000,-18.510000,176.614000,-20.406000,179.475000,-24.953000,182.957000,-22.476000,183.575000,-19.564000,186.134000,-20.900000,189.760000,-21.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.350000,17.351000,151.293000,14.342000,153.015000,15.682000,151.467000,18.075000,155.084000,20.153000,149.347000,25.610000,145.905000,23.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.355000,25.802000,133.430000,27.332000,126.408000,32.591000,121.294000,21.890000,123.884000,20.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.167000,-17.684000,200.974000,-13.198000,193.896000,-11.055000,193.702000,-14.662000,187.180000,-19.514000,192.339000,-22.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.165000,-56.342000,174.815000,-54.405000,170.422000,-45.607000,172.038000,-53.409000,170.130000,-52.755000,168.320000,-54.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.285000,20.228000,39.659000,22.641000,39.396000,25.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.483000,-35.125000,82.527000,-40.747000,87.094000,-36.938000,89.811000,-37.083000,95.486000,-40.024000,93.034000,-36.001000,88.489000,-32.287000,80.768000,-30.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.973000,44.925000,22.825000,41.730000,22.067000,42.572000,20.510000,47.407000,16.242000,33.923000,24.787000,39.010000,29.519000,38.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.894000,-21.503000,333.953000,-16.992000,338.507000,-12.640000,334.305000,-12.646000,332.265000,-7.330000,332.152000,-14.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.709000,18.762000,312.705000,21.312000,305.243000,20.508000,304.769000,20.968000,304.270000,20.944000,306.400000,9.688000,306.733000,14.105000,307.261000,13.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.826000,-25.447000,47.744000,-11.901000,43.768000,-16.637000,37.172000,-12.537000,40.033000,-17.376000,46.922000,-26.292000,46.332000,-22.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.388000,15.554000,33.799000,5.953000,36.217000,6.814000,38.248000,9.684000,38.762000,15.435000,26.484000,17.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.864000,82.530000,123.054000,81.771000,143.867000,75.554000,150.841000,74.133000,163.924000,65.387000,167.678000,66.484000,161.701000,73.846000,191.044000,75.430000,193.701000,75.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.291000,-29.662000,190.463000,-26.209000,188.631000,-26.835000,186.886000,-32.561000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.336000,60.487000,302.739000,64.226000,308.837000,70.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.970000,-9.889000,6.380000,-9.689000,7.683000,-15.954000,7.966000,-16.207000,7.002000,-17.848000,14.042000,-16.587000,16.601000,-15.869000,18.919000,-12.555000,14.208000,-12.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.393000,-1.946000,153.849000,-13.695000,155.957000,-12.604000,159.159000,-15.153000,159.624000,-10.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.113000,19.627000,285.992000,18.457000,287.243000,13.517000,287.020000,20.182000,296.508000,20.394000,281.431000,29.486000,284.511000,24.981000,283.624000,23.003000,278.264000,20.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.145000,6.766000,208.496000,11.161000,211.828000,11.099000,206.439000,23.050000,205.853000,15.697000,203.873000,16.815000,198.009000,16.706000,199.999000,14.093000,198.303000,8.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.169000,-15.937000,126.755000,-9.315000,127.935000,-8.082000,131.847000,-9.312000,130.556000,-6.004000,124.699000,-0.774000,119.393000,-10.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.187000,9.404000,157.595000,5.785000,160.238000,7.660000,162.045000,6.751000,162.329000,11.412000,161.109000,14.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.364000,-14.523000,306.725000,-15.343000,311.861000,-13.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.087000,7.228000,173.689000,11.966000,179.387000,19.984000,170.174000,10.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.580000,63.598000,74.780000,64.013000,84.964000,62.342000,88.085000,67.877000,77.132000,73.321000,57.466000,70.865000,50.238000,63.048000,48.696000,62.436000,59.402000,61.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.653000,-5.254000,194.123000,-3.994000,194.575000,-3.020000,198.948000,0.535000,193.299000,-0.092000,188.050000,0.083000,183.868000,-0.259000,186.405000,-2.993000,189.476000,-7.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.965000,-71.279000,243.904000,-66.569000,225.607000,-61.327000,219.795000,-57.067000,225.496000,-63.011000,215.546000,-60.314000,211.690000,-65.555000,214.810000,-70.581000,236.899000,-71.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.327000,53.725000,333.576000,55.494000,320.366000,56.201000,325.014000,53.817000,328.427000,52.184000,328.394000,51.122000,335.944000,50.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.679000,-34.581000,58.971000,-33.198000,53.829000,-31.039000,53.578000,-38.811000,64.125000,-37.358000,63.123000,-35.479000,62.038000,-35.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.934000,-64.179000,223.561000,-63.476000,229.132000,-69.911000,247.063000,-70.940000,255.652000,-63.078000,249.101000,-60.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.750000,-58.123000,10.232000,-53.570000,355.089000,-65.066000,351.291000,-66.241000,11.606000,-61.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.047000,-4.896000,351.712000,-5.804000,1.710000,-6.205000,4.780000,3.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.860000,-11.872000,16.095000,-7.972000,16.625000,-8.034000,18.652000,-6.860000,18.107000,-6.392000,25.815000,-7.117000,19.428000,-4.968000,16.493000,1.835000,12.382000,-1.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.312000,-5.352000,186.672000,-2.771000,191.284000,-2.821000,182.848000,-1.289000,185.214000,2.606000,187.437000,5.692000,174.288000,-4.116000,174.941000,-4.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.380000,-48.612000,194.102000,-50.604000,201.442000,-44.052000,191.915000,-44.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.436000,-62.611000,154.765000,-49.814000,140.969000,-53.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.805000,26.344000,341.111000,21.474000,341.024000,15.135000,343.642000,22.034000,350.544000,25.414000,342.570000,32.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.571000,-72.012000,276.283000,-71.226000,286.991000,-63.486000,266.219000,-63.566000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.400000,32.580000,320.436000,33.010000,318.758000,40.034000,315.775000,39.063000,308.498000,44.167000,306.100000,42.010000,317.862000,30.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.956000,9.010000,194.091000,16.845000,185.775000,13.346000,187.914000,10.451000,181.186000,7.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.914000,-17.849000,109.368000,-29.209000,110.816000,-30.618000,112.913000,-29.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.638000,24.446000,330.349000,23.212000,330.692000,23.247000,333.959000,24.331000,334.012000,28.465000,325.756000,34.707000,324.071000,33.694000,318.419000,30.258000,321.369000,28.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.628000,1.774000,351.607000,2.084000,358.681000,-5.495000,5.989000,-1.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.789000,6.666000,140.607000,3.243000,137.413000,-2.389000,143.149000,2.009000,148.481000,7.115000,145.388000,6.978000,144.493000,10.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.703000,40.146000,272.514000,44.368000,279.741000,43.859000,269.851000,50.898000,264.932000,47.914000,267.816000,46.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.786000,30.743000,3.083000,37.563000,5.596000,45.503000,358.314000,40.278000,353.059000,32.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.427000,22.751000,152.602000,18.859000,150.905000,14.792000,155.222000,9.240000,159.001000,17.858000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.913000,12.785000,180.498000,25.349000,168.927000,14.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.619000,54.774000,10.720000,55.187000,12.418000,46.057000,14.836000,46.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.055000,-12.721000,175.138000,-8.639000,172.673000,-15.629000,171.111000,-16.855000,178.567000,-20.092000,179.401000,-16.784000,184.849000,-21.108000,179.643000,-9.893000,178.729000,-6.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.643000,-20.486000,203.124000,-18.961000,206.939000,-17.534000,202.906000,-15.323000,192.213000,-18.862000,201.442000,-17.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.420000,-50.241000,121.522000,-50.632000,129.181000,-48.373000,119.120000,-42.120000,122.203000,-39.272000,120.022000,-39.794000,114.670000,-39.449000,111.902000,-40.931000,113.187000,-44.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.382000,-24.038000,336.990000,-24.491000,337.002000,-22.017000,338.698000,-18.042000,334.409000,-17.837000,331.924000,-10.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.935000,-44.334000,184.282000,-48.501000,184.537000,-46.822000,184.862000,-41.832000,185.770000,-38.281000,184.810000,-36.659000,182.154000,-32.968000,172.715000,-43.585000,175.674000,-44.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.796000,6.104000,152.326000,0.365000,148.082000,-1.505000,149.005000,-4.314000,154.017000,0.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.329000,-5.067000,171.704000,4.312000,173.601000,8.615000,166.217000,13.310000,163.360000,5.063000,160.692000,6.339000,161.512000,4.537000,155.824000,3.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.797000,-63.805000,114.503000,-56.911000,98.814000,-60.666000,98.890000,-70.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.916000,-15.757000,248.047000,-15.875000,250.095000,-12.390000,249.543000,-10.576000,245.503000,-12.006000,242.392000,-12.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.644000,43.361000,6.331000,44.464000,11.086000,39.349000,13.016000,39.404000,12.233000,36.063000,17.164000,36.547000,22.706000,48.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.989000,-66.739000,12.255000,-68.149000,31.511000,-73.914000,33.189000,-61.041000,34.023000,-69.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.406000,2.009000,21.618000,3.460000,19.418000,10.262000,13.589000,3.271000,20.108000,1.651000,22.090000,-2.972000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.950000,3.098000,181.581000,-2.083000,182.597000,0.248000,186.229000,-4.510000,190.495000,-1.819000,186.739000,2.642000,183.578000,2.309000,186.625000,8.650000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.037000,-6.897000,20.467000,-0.435000,21.429000,-8.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.120000,-23.119000,320.541000,-26.543000,317.045000,-20.304000,318.479000,-17.619000,318.024000,-13.323000,311.478000,-16.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.339000,46.510000,219.554000,50.034000,215.644000,53.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.819000,-80.604000,179.000000,-78.680000,142.921000,-71.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.461000,-31.148000,230.382000,-35.681000,235.863000,-28.615000,233.793000,-26.465000,233.214000,-28.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.168000,16.771000,197.045000,14.065000,199.086000,19.479000,195.462000,26.249000,192.986000,20.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.740000,-38.639000,141.076000,-42.788000,136.250000,-40.251000,134.188000,-48.072000,139.418000,-47.308000,148.097000,-53.440000,151.128000,-48.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.242000,-3.653000,9.207000,-0.758000,16.433000,-12.869000,17.863000,-10.070000,17.248000,-8.138000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.841000,-48.682000,239.236000,-48.684000,247.952000,-61.065000,256.412000,-54.547000,259.007000,-51.694000,257.464000,-48.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.004000,-4.505000,86.808000,-3.841000,80.353000,0.770000,78.486000,-0.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.247000,16.087000,356.643000,8.132000,354.694000,16.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.786000,13.774000,142.698000,14.024000,137.690000,13.730000,145.159000,13.297000,144.927000,11.773000,142.613000,9.617000,143.883000,10.545000,150.263000,16.172000,149.355000,22.635000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.841000,-61.228000,341.862000,-56.426000,352.475000,-60.686000,355.442000,-54.113000,347.435000,-53.003000,345.372000,-52.800000,333.260000,-47.046000,338.882000,-52.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.552000,-2.087000,330.499000,4.636000,326.153000,1.834000,327.229000,-0.372000,322.012000,-0.077000,329.314000,-4.554000,328.531000,-7.855000,340.394000,-6.506000,339.982000,-5.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.929000,-2.220000,184.615000,1.057000,184.503000,0.615000,182.025000,2.689000,179.218000,-1.985000,181.792000,-5.389000,181.876000,-6.587000,183.752000,-3.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.728000,-0.470000,348.706000,-1.633000,352.223000,-2.648000,349.452000,-4.128000,349.174000,-4.415000,358.834000,-5.321000,357.586000,-3.030000,357.974000,-2.032000,356.871000,3.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.379000,2.136000,104.899000,0.062000,115.268000,-3.866000,119.014000,5.271000,113.843000,12.741000,108.837000,9.443000,104.773000,10.897000,104.046000,6.011000,108.919000,3.666000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.165000,72.229000,320.922000,76.413000,325.843000,63.418000,344.488000,63.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.094000,-44.531000,165.590000,-49.791000,169.190000,-53.813000,172.973000,-53.391000,181.474000,-59.087000,174.676000,-48.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.759000,-15.872000,3.851000,-17.755000,3.047000,-20.486000,9.263000,-21.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.055000,42.155000,11.054000,46.227000,359.533000,48.155000,359.908000,52.877000,356.965000,46.605000,350.499000,48.478000,351.263000,46.814000,349.399000,40.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.296000,36.766000,52.075000,44.130000,37.858000,43.165000,32.363000,37.882000,39.649000,33.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.050000,10.234000,178.468000,2.896000,180.805000,3.057000,193.298000,6.274000,186.260000,5.794000,191.685000,8.858000,185.629000,6.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.176000,-25.059000,15.903000,-22.287000,20.373000,-25.684000,22.853000,-24.203000,24.539000,-18.094000,18.494000,-19.140000,24.342000,-16.707000,14.309000,-12.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.208000,46.234000,273.366000,48.485000,266.822000,51.695000,260.273000,48.789000,265.294000,44.939000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.911000,-16.242000,174.521000,-14.367000,174.685000,-13.046000,160.158000,-12.774000,166.526000,-17.252000,164.202000,-20.026000,171.256000,-19.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.558000,14.551000,124.065000,17.584000,125.147000,10.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.823000,-17.349000,269.537000,-21.483000,276.791000,-30.837000,285.916000,-27.917000,282.325000,-18.342000,279.350000,-18.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.974000,19.526000,168.006000,20.833000,166.789000,15.842000,169.340000,8.543000,171.936000,3.352000,171.080000,10.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.959000,49.376000,325.025000,42.102000,324.658000,45.820000,322.685000,43.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.544000,5.059000,21.173000,-4.178000,22.375000,0.502000,26.226000,0.205000,25.916000,4.304000,27.600000,7.443000,23.767000,6.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.804000,4.483000,30.571000,3.528000,37.739000,0.084000,38.814000,-4.758000,39.238000,3.246000,41.676000,7.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.260000,72.795000,239.814000,73.598000,278.271000,75.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.963000,-23.943000,139.479000,-31.723000,134.220000,-24.949000,136.988000,-25.693000,129.486000,-15.118000,129.973000,-19.588000,126.452000,-17.264000,131.967000,-22.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.336000,27.506000,195.435000,21.360000,207.526000,24.025000,202.272000,27.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.794000,-6.094000,320.690000,-4.900000,322.276000,-3.763000,329.967000,-2.728000,324.727000,3.771000,320.718000,0.144000,320.660000,0.475000,320.096000,-1.446000,319.111000,5.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.012000,19.010000,35.302000,27.121000,37.770000,12.319000,36.771000,14.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.940000,2.017000,156.152000,1.030000,159.036000,1.473000,159.678000,2.064000,162.044000,9.226000,160.265000,8.733000,156.150000,11.011000,152.205000,14.161000,151.220000,5.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.018000,50.411000,168.263000,39.969000,170.749000,48.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.724000,-4.005000,345.371000,-9.019000,349.322000,-15.528000,352.164000,-10.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.008000,-9.553000,343.647000,-5.603000,349.932000,5.293000,346.118000,3.612000,344.267000,3.295000,341.930000,2.663000,340.346000,3.017000,335.872000,-6.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.133000,11.043000,122.537000,12.942000,125.774000,11.988000,121.214000,9.266000,122.598000,9.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.662000,-42.545000,352.942000,-40.759000,351.796000,-31.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.112000,-21.680000,7.747000,-16.662000,6.670000,-17.432000,8.489000,-24.129000,1.555000,-30.227000,12.175000,-32.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.322000,-6.456000,2.379000,-2.682000,2.304000,-7.863000,4.225000,-10.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.294000,-18.298000,74.446000,-11.397000,66.894000,-4.799000,65.441000,-3.177000,61.165000,-3.492000,63.141000,-12.002000,61.471000,-12.097000,63.939000,-12.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.065000,64.155000,91.741000,70.453000,83.650000,64.544000,85.761000,62.564000,103.597000,60.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.635000,2.369000,338.609000,2.343000,346.350000,7.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.019000,-82.594000,174.637000,-74.371000,156.443000,-70.928000,150.015000,-76.820000,148.146000,-87.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.829000,-26.512000,129.644000,-28.681000,128.787000,-30.644000,129.483000,-30.983000,132.660000,-31.821000,128.301000,-35.718000,130.694000,-35.679000,141.464000,-30.609000,137.098000,-29.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.673000,-29.302000,168.949000,-17.637000,161.981000,-18.721000,163.779000,-21.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.973000,72.741000,245.038000,77.741000,245.303000,81.094000,232.435000,79.654000,225.957000,76.257000,215.433000,77.984000,222.531000,71.453000,225.205000,70.392000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.482000,7.705000,358.352000,14.260000,2.620000,0.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.189000,10.411000,144.692000,11.696000,150.906000,6.734000,154.564000,0.102000,156.535000,12.225000,155.009000,13.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.658000,23.689000,2.110000,15.709000,12.112000,22.187000,7.371000,26.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.155000,-7.893000,305.707000,-11.076000,302.447000,-14.476000,306.145000,-13.750000,306.488000,-13.982000,307.484000,-13.769000,308.241000,-13.576000,307.500000,-2.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.554000,-0.425000,181.055000,-0.824000,181.190000,-0.788000,185.097000,-8.154000,187.395000,4.901000,187.135000,6.570000,181.252000,8.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.249000,-6.898000,0.677000,-9.213000,6.563000,-4.621000,358.604000,4.210000,357.289000,0.016000,351.502000,-2.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[249.681000,-18.405000,253.218000,-23.620000,246.650000,-22.028000,252.974000,-25.227000,248.538000,-29.259000,249.169000,-28.808000,257.995000,-24.786000,255.884000,-24.155000,260.895000,-23.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.934000,-16.607000,169.525000,-20.546000,165.527000,-16.596000,160.980000,-18.281000,166.496000,-21.706000,158.886000,-23.265000,163.682000,-26.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.225000,17.615000,192.802000,26.162000,190.564000,27.599000,190.285000,31.214000,181.250000,29.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.258000,-0.987000,306.768000,-3.856000,308.942000,-2.915000,310.285000,1.445000,310.276000,2.837000,308.481000,6.249000,308.460000,8.246000,304.923000,4.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.895000,21.197000,105.846000,23.639000,101.381000,26.869000,95.170000,16.992000,94.898000,16.475000,98.515000,17.485000,100.710000,19.406000,98.795000,17.346000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.161000,29.291000,176.478000,27.354000,187.637000,21.646000,191.226000,18.376000,195.007000,25.640000,188.402000,26.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.349000,-37.659000,161.162000,-36.543000,153.174000,-31.010000,150.845000,-32.299000,148.127000,-26.258000,139.527000,-34.025000,141.571000,-37.493000,149.213000,-37.562000,148.604000,-40.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.751000,-11.785000,23.194000,-8.509000,19.805000,-16.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.539000,1.014000,173.898000,1.300000,177.686000,-0.373000,183.741000,-5.692000,180.560000,-1.020000,189.635000,1.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.777000,62.715000,4.601000,61.631000,17.361000,59.664000,12.201000,61.519000,9.808000,63.510000,17.229000,68.494000,7.789000,67.059000,15.940000,71.665000,0.768000,67.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.848000,52.409000,228.146000,56.917000,232.763000,50.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.798000,-7.559000,239.660000,-21.383000,244.927000,-18.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.862000,16.310000,148.467000,13.300000,152.655000,19.749000,143.927000,25.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.963000,59.816000,122.006000,62.073000,116.749000,61.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.173000,-10.813000,170.110000,-8.113000,168.975000,-7.284000,168.683000,-5.695000,173.413000,0.097000,170.097000,2.461000,159.084000,-11.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.877000,21.173000,149.696000,23.594000,156.389000,29.265000,151.335000,32.264000,151.290000,32.943000,145.578000,37.486000,145.585000,34.700000,147.242000,30.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.512000,-3.674000,24.317000,-5.274000,23.412000,-6.297000,22.797000,-8.031000,35.037000,-2.823000,32.579000,2.959000,25.649000,-1.102000,24.714000,-2.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.960000,-80.076000,328.564000,-71.899000,312.144000,-69.829000,304.870000,-68.221000,299.686000,-66.095000,288.032000,-68.862000,270.325000,-76.819000,289.045000,-76.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.099000,-42.100000,148.469000,-36.141000,149.215000,-35.543000,148.281000,-29.857000,144.219000,-25.912000,136.323000,-44.003000,140.900000,-36.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.442000,-17.177000,37.765000,-20.024000,46.372000,-18.030000,45.894000,-14.364000,39.380000,-8.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.459000,-47.300000,303.337000,-44.531000,290.805000,-51.153000,304.522000,-58.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.025000,76.414000,173.934000,70.178000,188.004000,71.668000,203.026000,71.189000,218.775000,69.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.884000,10.916000,0.429000,1.466000,3.752000,12.011000,4.539000,16.056000,5.429000,18.259000,2.142000,11.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.427000,32.688000,151.525000,30.991000,153.492000,28.713000,156.570000,34.452000,152.000000,34.565000,159.011000,39.784000,153.626000,37.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.665000,13.917000,39.748000,17.853000,38.011000,18.005000,32.154000,17.378000,25.634000,23.702000,28.383000,18.395000,23.034000,14.210000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.500000,49.234000,352.221000,51.067000,350.437000,46.181000,346.790000,37.779000,355.576000,41.149000,0.131000,40.140000,359.186000,43.503000,3.000000,47.045000,1.876000,46.830000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.504000,-7.767000,346.357000,-8.765000,341.098000,-18.818000,348.310000,-16.409000,349.296000,-14.009000,355.011000,-17.430000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.012000,37.921000,191.635000,38.744000,192.622000,39.086000,191.743000,34.738000,201.555000,39.491000,203.291000,39.937000,208.924000,41.340000,207.587000,48.195000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.742000,-70.890000,99.565000,-69.430000,89.328000,-66.028000,85.765000,-60.422000,76.489000,-60.504000,82.646000,-65.485000,75.356000,-63.567000,79.155000,-72.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.233000,-25.785000,137.482000,-37.614000,133.542000,-31.996000,137.501000,-32.201000,132.041000,-30.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.822000,-55.876000,137.222000,-55.318000,134.646000,-61.367000,141.750000,-55.518000,153.470000,-60.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.916000,-24.684000,179.091000,-19.356000,178.167000,-36.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.933000,13.827000,191.157000,14.061000,185.280000,12.247000,190.936000,8.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.775000,-8.763000,202.151000,-15.625000,199.475000,-19.055000,196.783000,-24.036000,209.769000,-14.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.525000,52.012000,343.452000,48.778000,349.823000,61.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.527000,-0.177000,3.173000,0.263000,8.806000,2.534000,358.827000,9.210000,354.653000,-2.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.930000,68.801000,54.210000,60.120000,65.828000,52.096000,64.591000,59.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.062000,17.177000,166.330000,23.256000,166.189000,28.545000,159.529000,24.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.690000,53.925000,122.739000,51.297000,124.358000,59.956000,121.221000,61.094000,114.822000,61.661000,114.297000,59.750000,97.727000,59.092000,108.493000,57.075000,109.011000,55.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.596000,13.238000,186.580000,11.927000,186.676000,14.240000,176.456000,5.874000,182.647000,2.916000,184.452000,-1.420000,185.904000,2.318000,192.614000,6.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.030000,23.518000,8.482000,22.318000,1.538000,35.170000,2.931000,33.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.090000,-1.944000,2.988000,1.760000,356.072000,5.590000,357.904000,1.043000,354.236000,-0.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.323000,-27.293000,221.426000,-31.411000,221.607000,-23.799000,224.347000,-34.453000,223.753000,-33.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.558000,10.265000,305.426000,9.698000,308.121000,7.391000,312.388000,4.345000,311.022000,-0.796000,314.456000,6.339000,316.373000,4.560000,319.559000,7.480000,323.439000,8.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.498000,-35.687000,12.323000,-37.607000,12.511000,-41.228000,13.751000,-41.309000,32.272000,-38.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.413000,-16.805000,358.971000,-10.936000,351.906000,0.094000,348.808000,-3.861000,349.262000,-10.103000,348.365000,-11.365000,350.368000,-12.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.962000,22.275000,65.788000,20.554000,61.283000,19.334000,65.884000,17.622000,68.015000,17.106000,72.031000,11.631000,75.309000,24.448000,73.456000,24.687000,72.204000,23.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.675000,-82.365000,252.885000,-75.200000,234.109000,-73.453000,229.528000,-74.198000,218.999000,-70.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.951000,68.383000,238.045000,70.797000,229.688000,72.807000,236.327000,67.821000,230.679000,59.043000,234.110000,61.305000,235.306000,62.357000,254.282000,63.244000,264.977000,66.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.004000,-4.562000,186.459000,-4.228000,182.636000,-10.840000,190.186000,-7.705000,194.641000,-6.020000,188.418000,-5.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.059000,-54.746000,230.482000,-55.282000,237.710000,-50.514000,237.326000,-49.344000,236.456000,-48.626000,233.716000,-49.755000,235.517000,-42.235000,229.579000,-43.903000,227.398000,-49.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.008000,-29.460000,74.564000,-30.020000,87.183000,-35.696000,88.306000,-31.390000,87.849000,-26.101000,86.595000,-26.980000,82.563000,-29.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.945000,47.406000,287.246000,48.654000,288.856000,48.577000,297.832000,50.416000,291.024000,52.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.532000,-18.090000,0.516000,-21.376000,359.546000,-15.122000,0.587000,-13.387000,358.720000,-10.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.765000,-66.303000,241.810000,-60.055000,241.845000,-57.428000,238.984000,-55.694000,236.661000,-53.063000,228.493000,-54.552000,224.288000,-59.610000,224.280000,-68.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.944000,61.955000,61.504000,55.524000,75.474000,57.781000,84.315000,62.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.555000,-58.113000,243.089000,-51.182000,232.072000,-49.896000,227.671000,-51.489000,217.670000,-56.143000,217.274000,-60.282000,228.140000,-57.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.116000,-21.795000,349.843000,-28.490000,357.173000,-34.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.948000,6.235000,342.377000,4.231000,341.321000,3.378000,341.536000,-0.013000,341.122000,-0.373000,336.104000,2.641000,349.852000,-0.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.107000,44.162000,347.121000,38.282000,343.792000,39.900000,343.402000,35.487000,351.366000,30.678000,350.061000,34.099000,352.812000,36.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.123000,2.347000,4.819000,4.540000,2.233000,9.124000,354.982000,6.333000,357.594000,1.435000,356.215000,0.858000,355.257000,-5.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.703000,-20.998000,3.786000,-12.487000,1.490000,-17.973000,2.804000,-13.142000,351.440000,-22.186000,355.724000,-21.897000,2.022000,-22.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.494000,14.191000,193.478000,18.102000,188.479000,27.999000,186.710000,20.751000,182.485000,21.605000,182.559000,11.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.526000,63.750000,230.979000,65.189000,229.669000,54.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.009000,31.805000,146.123000,35.990000,143.446000,35.794000,145.771000,32.082000,141.579000,27.638000,140.581000,25.164000,151.830000,25.033000,148.801000,28.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.925000,-6.727000,176.402000,-7.097000,179.378000,-18.304000,178.933000,-20.713000,179.456000,-23.004000,180.787000,-16.622000,183.053000,-22.807000,181.900000,-15.953000,190.488000,-14.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.725000,24.789000,327.198000,23.374000,331.465000,21.774000,332.496000,25.881000,336.585000,25.737000,335.706000,27.410000,331.755000,26.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.676000,28.437000,338.569000,16.035000,344.086000,21.669000,343.526000,25.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.353000,-2.738000,359.733000,-2.352000,8.080000,-3.988000,3.865000,-1.669000,5.252000,5.968000,0.384000,2.074000,357.055000,1.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.737000,29.559000,215.886000,19.183000,231.646000,22.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.693000,15.165000,114.612000,9.590000,117.591000,14.290000,116.395000,10.176000,118.552000,11.303000,119.270000,15.048000,123.183000,16.026000,118.722000,17.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.966000,17.821000,4.230000,15.151000,358.070000,14.943000,3.631000,6.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.529000,-42.641000,150.577000,-42.208000,156.414000,-48.086000,157.033000,-54.561000,157.370000,-48.003000,160.584000,-45.703000,161.339000,-43.438000,160.974000,-39.611000,160.381000,-37.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.031000,-13.365000,134.898000,-11.402000,137.095000,-9.873000,132.073000,-8.133000,131.770000,-7.877000,131.387000,-8.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.978000,36.835000,306.725000,42.636000,300.517000,45.826000,290.143000,36.031000,303.179000,35.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.553000,-49.652000,283.530000,-53.337000,286.675000,-54.920000,288.506000,-56.976000,287.294000,-53.782000,286.233000,-46.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.602000,73.953000,280.749000,72.533000,273.707000,76.479000,287.863000,81.173000,302.135000,84.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.256000,-3.446000,183.612000,0.147000,174.788000,8.463000,174.149000,1.423000,179.870000,-1.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.490000,17.024000,169.914000,16.232000,164.973000,13.028000,184.104000,14.830000,177.703000,16.738000,179.337000,21.689000,179.409000,23.032000,175.618000,21.779000,173.531000,17.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.212000,41.495000,192.136000,39.292000,201.339000,48.971000,203.416000,54.133000,190.468000,50.238000,181.491000,55.619000,179.305000,51.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.274000,-35.836000,71.343000,-34.248000,69.656000,-34.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.320000,-17.122000,268.486000,-15.418000,263.625000,-15.247000,260.144000,-13.651000,256.850000,-18.165000,266.885000,-23.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.036000,4.566000,216.814000,-4.224000,219.267000,-1.494000,218.504000,1.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.428000,-35.408000,312.725000,-45.957000,326.793000,-39.182000,326.670000,-36.465000,317.703000,-33.935000,318.530000,-29.787000,315.566000,-35.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.474000,-21.197000,155.272000,-23.865000,164.214000,-24.737000,159.298000,-29.516000,163.643000,-27.111000,166.491000,-26.184000,166.172000,-23.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.490000,-6.931000,342.412000,-2.262000,348.714000,-15.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.846000,0.414000,301.614000,-9.325000,297.751000,1.137000,294.382000,-2.176000,296.068000,4.600000,293.952000,-1.458000,290.971000,1.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.691000,-58.346000,0.946000,-55.608000,353.898000,-56.242000,351.561000,-62.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.628000,-3.398000,171.662000,-9.625000,181.364000,-14.001000,183.884000,-7.406000,180.490000,-7.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.856000,56.960000,235.881000,59.059000,209.064000,64.175000,209.900000,60.531000,217.179000,54.211000,224.032000,53.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.877000,-43.364000,226.028000,-34.893000,225.876000,-37.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.955000,-7.151000,331.407000,2.161000,329.243000,-0.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.829000,-13.479000,211.117000,-14.765000,209.552000,-22.682000,219.437000,-18.055000,221.758000,-16.234000,214.558000,-13.408000,215.703000,-13.528000,208.327000,-9.052000,206.068000,-8.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.684000,-45.037000,292.586000,-43.473000,283.213000,-50.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.810000,-20.398000,27.617000,-24.266000,32.679000,-27.804000,38.747000,-28.041000,43.916000,-27.185000,41.498000,-19.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.101000,-26.963000,2.427000,-18.406000,2.470000,-11.126000,1.111000,-12.964000,352.032000,-11.677000,353.426000,-16.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.883000,-24.674000,276.142000,-33.630000,288.461000,-32.010000,289.029000,-30.533000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.372000,-36.174000,286.720000,-36.081000,285.663000,-36.698000,282.583000,-39.504000,272.875000,-44.789000,283.680000,-43.190000,285.041000,-40.478000,294.152000,-38.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.562000,-26.927000,88.857000,-25.532000,85.065000,-17.908000,80.469000,-19.840000,77.583000,-26.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.352000,59.703000,262.887000,48.427000,267.690000,52.705000,275.981000,47.338000,278.197000,50.838000,274.441000,57.439000,271.441000,58.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.311000,-1.188000,160.471000,1.713000,164.533000,2.047000,170.113000,1.940000,168.740000,6.428000,158.220000,8.787000,156.568000,8.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.434000,-19.275000,53.319000,-16.841000,52.737000,-15.911000,50.211000,-6.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.802000,-41.504000,163.906000,-33.064000,160.033000,-36.152000,162.056000,-40.375000,153.687000,-42.622000,158.902000,-45.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.764000,-48.127000,56.194000,-46.228000,56.818000,-43.082000,52.097000,-39.959000,46.148000,-44.087000,40.771000,-40.734000,41.161000,-48.827000,45.258000,-48.796000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.199000,26.761000,168.397000,22.035000,170.754000,25.076000,172.569000,27.655000,169.191000,28.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.446000,19.060000,226.401000,25.903000,220.822000,16.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.502000,11.475000,52.071000,13.690000,37.576000,19.980000,36.513000,10.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.951000,8.310000,3.531000,11.189000,4.245000,12.601000,4.771000,14.735000,4.763000,15.201000,358.063000,7.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.745000,-66.483000,109.703000,-69.777000,107.229000,-73.135000,121.587000,-72.527000,134.065000,-74.685000,126.065000,-71.700000,123.692000,-71.143000,140.411000,-65.889000,126.934000,-62.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.226000,67.239000,274.266000,59.509000,269.077000,51.462000,293.406000,60.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.006000,39.211000,280.528000,38.991000,273.545000,37.203000,267.896000,35.948000,271.461000,34.011000,272.030000,31.140000,272.168000,30.526000,274.153000,30.642000,275.758000,28.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.524000,-4.727000,5.247000,-2.635000,10.678000,-7.120000,9.066000,-13.642000,13.249000,-11.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.868000,-63.944000,68.969000,-61.602000,62.777000,-56.712000,46.007000,-60.677000,45.681000,-61.415000,45.928000,-62.539000,33.686000,-66.219000,49.364000,-63.883000,54.426000,-67.455000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.772000,-43.042000,354.738000,-46.587000,1.905000,-45.469000,4.624000,-36.671000,359.608000,-41.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.055000,5.270000,169.237000,2.072000,170.785000,5.722000,175.435000,11.866000,167.360000,11.098000,167.142000,14.335000,160.760000,1.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.869000,68.879000,168.000000,70.604000,165.720000,65.525000,171.648000,64.939000,192.465000,65.990000,188.690000,69.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.107000,-34.107000,55.788000,-29.611000,58.190000,-29.033000,57.421000,-28.532000,61.492000,-20.949000,59.044000,-19.365000,47.167000,-31.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.109000,-16.255000,179.040000,-11.645000,183.771000,-15.779000,180.494000,-11.893000,180.084000,-5.799000,174.210000,0.029000,168.285000,-11.119000,175.487000,-11.459000,174.880000,-16.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.749000,69.546000,128.556000,62.531000,129.458000,61.255000,146.980000,59.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.861000,35.436000,292.033000,52.334000,291.502000,52.167000,284.822000,43.731000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.440000,39.959000,265.342000,35.428000,261.187000,46.399000,259.822000,42.285000,258.358000,41.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.383000,5.918000,66.374000,9.413000,69.981000,4.906000,75.864000,-1.462000,72.996000,2.888000,72.780000,5.674000,75.311000,13.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.218000,16.058000,22.779000,8.106000,24.115000,13.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.858000,-23.672000,51.570000,-33.210000,58.001000,-30.267000,59.083000,-24.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.342000,-3.359000,216.743000,-15.137000,217.792000,-13.517000,219.117000,-12.196000,222.430000,-12.204000,222.333000,-11.074000,219.570000,-10.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.301000,49.277000,353.952000,52.727000,354.646000,49.243000,6.432000,49.782000,10.223000,54.381000,5.083000,61.776000,357.626000,57.961000,351.221000,57.053000,344.398000,55.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.298000,-7.273000,180.269000,-2.279000,179.893000,1.980000,171.321000,-0.592000,173.146000,-8.052000,175.347000,-4.788000,175.580000,-6.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.635000,-57.191000,110.844000,-51.405000,94.111000,-51.757000,103.137000,-55.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.820000,1.850000,161.175000,2.639000,157.841000,7.770000,154.890000,6.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.510000,-37.633000,226.644000,-43.466000,237.321000,-43.662000,241.693000,-38.998000,239.605000,-36.110000,221.903000,-33.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.389000,-2.101000,337.137000,-0.875000,335.479000,-3.742000,334.578000,-4.840000,335.991000,-10.531000,338.894000,-7.843000,338.190000,-9.287000,347.541000,-9.114000,347.054000,-3.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.743000,55.338000,260.915000,54.719000,257.739000,61.809000,246.902000,60.266000,250.663000,68.835000,245.628000,61.758000,238.620000,60.075000,250.692000,52.827000,250.577000,53.952000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.866000,-34.304000,252.802000,-42.231000,252.430000,-42.307000,259.848000,-43.533000,263.054000,-49.469000,263.514000,-45.153000,264.255000,-41.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.388000,-7.695000,353.341000,-3.518000,352.091000,0.786000,351.809000,2.602000,350.373000,3.458000,350.351000,11.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.536000,-21.716000,259.142000,-20.867000,268.406000,-28.394000,275.945000,-31.119000,277.196000,-25.950000,278.062000,-25.086000,270.229000,-22.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.590000,3.718000,222.585000,5.201000,217.585000,9.854000,215.055000,8.135000,215.676000,5.136000,216.331000,0.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.655000,-66.203000,296.061000,-65.234000,290.135000,-68.780000,284.772000,-69.494000,291.998000,-70.248000,293.031000,-70.910000,295.579000,-71.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.579000,-19.347000,3.480000,-13.670000,352.866000,-17.248000,352.557000,-18.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.395000,18.382000,209.876000,24.537000,216.475000,24.303000,203.893000,28.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.323000,0.609000,65.848000,4.120000,72.083000,8.131000,65.327000,13.066000,60.735000,10.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.595000,5.475000,170.961000,5.991000,175.212000,3.343000,179.869000,-6.860000,183.633000,0.691000,185.318000,4.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.794000,32.052000,46.936000,31.729000,40.866000,34.394000,42.166000,42.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.403000,2.818000,120.298000,4.044000,113.387000,10.386000,111.132000,-1.935000,114.602000,-1.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.333000,37.325000,171.603000,35.044000,171.905000,31.549000,174.418000,30.493000,182.309000,26.314000,184.172000,25.458000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.773000,32.727000,329.157000,31.753000,332.542000,30.468000,335.666000,30.874000,336.676000,25.071000,339.921000,23.398000,343.621000,39.836000,334.354000,40.007000,337.861000,33.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.130000,-53.792000,161.508000,-59.189000,156.204000,-54.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.724000,-24.872000,149.880000,-30.898000,151.148000,-26.456000,153.347000,-24.578000,151.002000,-17.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.686000,-3.359000,180.512000,-4.271000,174.417000,4.276000,172.340000,1.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.123000,-49.568000,296.093000,-51.289000,299.023000,-45.761000,302.429000,-45.410000,301.387000,-40.436000,290.003000,-36.913000,287.473000,-39.303000,283.297000,-41.591000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.929000,-25.399000,177.452000,-19.905000,173.905000,-21.486000,167.268000,-30.056000,174.935000,-28.321000,175.497000,-27.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.046000,-66.632000,275.062000,-62.671000,266.028000,-63.288000,267.147000,-76.167000,269.103000,-75.793000,276.512000,-73.392000,282.963000,-69.202000,296.508000,-64.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.163000,2.392000,145.543000,8.364000,151.444000,2.009000,146.084000,2.839000,146.290000,1.981000,155.129000,-0.149000,157.841000,6.881000,156.069000,5.373000,153.883000,8.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.012000,16.192000,197.119000,17.152000,191.927000,22.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.352000,-35.582000,199.530000,-44.510000,206.068000,-45.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.194000,27.294000,269.749000,20.002000,264.763000,22.889000,266.895000,22.791000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.070000,30.638000,5.861000,29.974000,357.534000,31.801000,3.992000,37.317000,356.537000,40.042000,354.028000,33.238000,354.870000,30.840000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.292000,-15.794000,156.596000,-25.708000,158.456000,-23.482000,160.953000,-20.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.133000,-14.519000,112.048000,-24.639000,120.717000,-14.311000,115.940000,-13.282000,114.132000,-9.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.960000,-14.600000,105.253000,-11.748000,106.877000,-6.369000,98.789000,-8.135000,97.027000,-8.501000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.263000,34.700000,219.295000,32.030000,217.709000,31.566000,216.102000,35.692000,217.361000,28.773000,214.961000,30.405000,213.888000,29.391000,211.915000,27.375000,219.204000,26.367000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.060000,8.869000,178.697000,6.762000,174.246000,11.628000,171.195000,0.972000,172.594000,0.872000,172.069000,-0.040000,176.355000,0.603000,175.502000,2.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.317000,0.962000,15.038000,-2.248000,15.464000,-5.631000,10.793000,-4.094000,18.114000,-9.237000,24.561000,-8.993000,18.431000,-7.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.914000,33.162000,40.644000,34.980000,54.284000,37.448000,53.763000,39.439000,47.338000,40.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.041000,-20.766000,173.017000,-27.222000,180.069000,-22.030000,181.429000,-18.530000,186.051000,-12.469000,177.485000,-16.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.269000,9.299000,77.471000,18.238000,75.726000,22.148000,65.720000,21.759000,69.762000,10.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.313000,-45.917000,19.519000,-41.832000,19.430000,-40.143000,16.326000,-36.971000,19.223000,-31.544000,14.800000,-34.380000,12.022000,-30.677000,12.480000,-33.607000,9.429000,-37.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.501000,-49.805000,288.032000,-51.728000,292.271000,-49.307000,301.382000,-50.058000,293.589000,-46.649000,298.618000,-40.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.503000,0.925000,52.465000,-2.943000,49.666000,-4.692000,65.501000,-4.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.056000,-36.034000,346.323000,-34.652000,349.474000,-29.128000,341.108000,-27.507000,336.611000,-30.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.269000,56.274000,163.519000,59.463000,168.735000,48.464000,167.970000,47.234000,170.818000,49.145000,178.069000,46.961000,183.875000,48.889000,179.256000,51.979000,181.536000,53.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.513000,-8.760000,0.147000,-2.054000,0.114000,-1.193000,5.023000,0.649000,358.794000,7.250000,350.698000,-2.714000,354.463000,-3.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.427000,-22.063000,182.002000,-22.482000,192.758000,-29.893000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.008000,-4.726000,171.757000,-4.835000,171.970000,-3.626000,169.401000,-1.046000,163.968000,2.412000,161.431000,2.449000,164.180000,-6.395000,167.844000,-4.184000,173.527000,-9.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.841000,21.015000,331.982000,27.550000,337.247000,27.745000,337.930000,28.602000,336.012000,31.557000,327.265000,31.340000,331.151000,29.037000,325.878000,21.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.500000,-76.522000,199.311000,-75.080000,199.190000,-69.032000,191.655000,-63.427000,187.956000,-65.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.572000,41.757000,310.051000,42.099000,294.785000,43.862000,287.080000,40.411000,301.545000,38.012000,303.730000,33.848000,304.011000,34.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.719000,-65.784000,298.677000,-75.809000,313.642000,-63.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.030000,-16.748000,158.056000,-13.369000,161.329000,-9.351000,153.818000,-7.061000,150.105000,-7.679000,153.965000,-15.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.660000,-7.967000,31.440000,-2.230000,22.572000,-0.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.018000,10.020000,341.406000,7.312000,338.504000,5.772000,347.753000,-1.574000,350.172000,6.549000,353.083000,9.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.919000,42.163000,234.736000,36.432000,234.517000,32.400000,238.441000,34.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.727000,4.726000,49.929000,7.301000,43.639000,2.022000,39.829000,6.178000,35.222000,0.912000,38.377000,0.044000,41.177000,-0.896000,41.540000,-5.412000,46.430000,-4.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.456000,-23.943000,270.239000,-27.703000,275.865000,-32.889000,277.619000,-26.988000,274.454000,-23.466000,267.825000,-19.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.499000,-48.398000,279.151000,-44.886000,270.365000,-46.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.736000,-27.116000,207.859000,-13.479000,201.401000,-12.647000,197.892000,-11.202000,199.224000,-16.814000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.829000,-1.355000,177.611000,-3.803000,182.777000,-3.917000,182.043000,0.355000,187.488000,4.974000,176.956000,4.055000,173.460000,4.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.089000,1.888000,297.861000,0.600000,298.182000,0.081000,297.874000,-1.231000,303.229000,-4.173000,298.981000,4.486000,296.311000,9.279000,296.195000,4.657000,294.567000,4.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.183000,26.563000,249.136000,28.288000,252.891000,24.972000,249.481000,32.578000,253.412000,37.090000,252.312000,38.079000,249.785000,40.604000,247.803000,40.086000,241.877000,33.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.132000,-9.527000,4.983000,-9.790000,4.648000,-4.108000,0.235000,-4.300000,355.837000,-0.136000,348.776000,-1.087000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.283000,-16.931000,54.850000,-12.183000,52.994000,-12.103000,52.190000,-20.355000,48.300000,-25.819000,52.281000,-24.113000,55.855000,-25.911000,56.723000,-20.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.768000,59.863000,271.481000,58.007000,297.421000,63.647000,293.771000,66.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.965000,-0.545000,3.106000,-3.120000,4.803000,-2.865000,3.671000,1.630000,358.798000,6.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.816000,-66.456000,124.979000,-62.606000,123.871000,-61.374000,137.502000,-59.333000,135.179000,-54.569000,123.764000,-59.535000,130.446000,-55.805000,121.818000,-59.108000,109.814000,-53.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.193000,-20.164000,324.444000,-12.847000,315.460000,-21.668000,316.499000,-23.458000,324.781000,-25.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.239000,-44.617000,12.324000,-41.453000,12.054000,-39.356000,15.033000,-36.755000,10.779000,-39.610000,1.855000,-35.180000,4.319000,-43.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.237000,79.584000,232.152000,79.692000,231.715000,78.032000,223.500000,69.097000,226.490000,70.393000,259.723000,82.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.712000,-9.801000,177.916000,-10.137000,178.070000,-8.534000,180.456000,-3.710000,173.882000,-6.225000,166.618000,-5.617000,172.205000,-11.710000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.543000,-8.959000,153.511000,-7.188000,155.548000,-10.860000,158.183000,-6.084000,151.267000,-1.396000,146.152000,-7.951000,150.629000,-10.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.579000,-7.574000,248.689000,-8.084000,252.798000,-13.800000,255.413000,-14.539000,254.655000,-11.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.792000,-0.844000,160.255000,1.924000,162.618000,6.393000,166.612000,11.766000,163.985000,11.660000,160.029000,15.287000,157.712000,8.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.523000,-53.656000,67.717000,-55.228000,49.248000,-46.341000,46.428000,-49.637000,48.834000,-56.077000,63.326000,-56.734000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.724000,31.521000,239.211000,34.646000,237.887000,35.545000,233.960000,37.119000,228.149000,31.653000,235.624000,25.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.527000,41.291000,134.691000,44.128000,139.071000,45.828000,125.683000,41.625000,125.090000,38.790000,129.814000,40.908000,133.980000,38.073000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.832000,45.142000,295.111000,46.236000,299.113000,54.259000,287.978000,55.698000,282.601000,60.534000,284.527000,52.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.573000,-76.433000,266.929000,-80.868000,278.916000,-77.928000,299.308000,-75.703000,294.623000,-74.353000,302.550000,-72.163000,290.251000,-71.850000,284.840000,-70.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.905000,-17.808000,196.768000,-17.746000,200.372000,-22.175000,198.531000,-11.877000,197.210000,-10.093000,193.686000,-6.029000,193.643000,-9.879000,190.986000,-9.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.382000,35.254000,193.363000,31.715000,202.460000,25.860000,205.118000,29.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.740000,-32.750000,3.899000,-25.791000,356.233000,-21.594000,346.218000,-27.683000,345.553000,-28.931000,353.429000,-29.392000,349.369000,-32.514000,349.196000,-32.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.936000,32.210000,198.608000,26.347000,197.490000,23.873000,192.426000,19.015000,199.529000,18.870000,205.011000,21.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.550000,38.509000,199.895000,40.395000,205.801000,42.011000,195.664000,45.648000,194.696000,44.785000,187.190000,46.952000,191.462000,35.994000,191.678000,33.101000,199.745000,35.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.146000,43.783000,77.718000,42.340000,87.139000,37.903000,88.681000,39.402000,91.494000,48.229000,88.158000,48.981000,86.358000,46.113000,78.147000,48.299000,82.926000,42.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.822000,16.023000,7.667000,16.974000,5.366000,22.676000,358.710000,20.663000,0.570000,15.887000,3.166000,10.968000,3.290000,11.302000,2.474000,6.747000,4.927000,5.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.884000,48.220000,285.228000,45.864000,289.201000,43.033000,298.593000,48.320000,289.470000,52.717000,292.136000,58.057000,279.887000,54.952000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.149000,35.230000,355.115000,35.254000,352.896000,38.936000,345.147000,31.369000,354.010000,29.717000,354.284000,29.992000,358.259000,28.955000,3.719000,33.191000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.795000,-29.900000,194.262000,-24.572000,194.359000,-31.607000,188.644000,-32.299000,193.308000,-33.609000,191.077000,-37.005000,199.699000,-37.823000,204.901000,-40.687000,201.360000,-36.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.084000,33.431000,345.012000,25.560000,347.130000,24.713000,356.133000,26.948000,356.347000,27.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.849000,-1.310000,181.569000,-3.551000,178.588000,-0.550000,185.646000,2.321000,180.058000,6.971000,177.276000,1.251000,175.062000,4.938000,175.206000,0.935000,171.861000,-1.957000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.345000,29.723000,202.269000,22.483000,204.335000,26.298000,202.479000,26.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.747000,75.418000,5.243000,58.999000,27.575000,67.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.121000,74.789000,318.052000,71.222000,325.058000,68.359000,332.198000,70.713000,332.715000,68.347000,351.152000,70.928000,6.882000,72.457000,351.238000,73.426000,343.027000,75.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.349000,-26.943000,145.254000,-26.927000,152.923000,-35.215000,158.121000,-31.761000,152.107000,-25.765000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.668000,1.051000,221.761000,3.074000,220.866000,3.778000,219.502000,5.172000,212.382000,2.026000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.897000,-76.890000,192.228000,-82.707000,187.614000,-75.786000,199.015000,-77.375000,153.456000,-72.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.816000,7.166000,351.381000,6.258000,357.550000,6.769000,5.065000,7.567000,9.655000,12.518000,357.061000,15.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.297000,-8.551000,325.618000,-9.459000,326.561000,-10.830000,325.771000,-13.576000,326.842000,-10.942000,329.163000,-11.397000,330.625000,-8.022000,321.464000,-3.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.652000,53.725000,334.171000,58.466000,325.474000,57.479000,317.414000,63.023000,315.215000,59.226000,311.956000,55.773000,314.286000,49.702000,324.019000,52.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.663000,-11.147000,228.664000,-19.765000,231.865000,-14.791000,236.290000,-10.340000,232.795000,-7.819000,230.986000,-9.322000,229.178000,-8.381000,226.737000,-5.759000,224.380000,-6.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.482000,-10.358000,116.660000,-5.357000,116.021000,-1.911000,111.524000,5.001000,108.478000,-1.799000,112.131000,-6.330000,112.245000,-9.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.819000,4.882000,175.442000,6.197000,172.488000,3.164000,168.559000,1.434000,176.874000,0.112000,179.190000,-8.641000,179.571000,-2.631000,185.696000,-1.284000,185.185000,0.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.152000,-4.911000,250.206000,-4.596000,252.328000,-19.483000,251.459000,-13.958000,254.086000,-17.074000,255.610000,-16.760000,255.390000,-9.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.426000,-32.276000,73.751000,-31.640000,73.552000,-31.778000,75.019000,-34.861000,69.287000,-39.974000,73.085000,-37.203000,75.106000,-35.470000,77.743000,-39.559000,78.886000,-33.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.728000,-10.116000,110.716000,-14.246000,122.597000,-11.205000,118.421000,-10.425000,115.535000,-4.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.020000,61.866000,165.358000,53.786000,147.195000,66.058000,141.910000,65.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.641000,-45.743000,74.782000,-44.585000,66.915000,-39.418000,64.447000,-39.413000,62.108000,-40.432000,59.484000,-46.759000,65.432000,-48.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.970000,-8.001000,359.685000,-2.724000,358.059000,-2.816000,356.704000,1.220000,354.201000,-1.082000,356.297000,-5.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.697000,4.616000,120.486000,5.015000,119.980000,4.964000,114.763000,6.764000,116.704000,-1.351000,125.779000,-6.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.051000,3.538000,150.602000,-2.200000,154.597000,6.850000,155.245000,7.827000,150.157000,7.387000,149.463000,5.987000,145.842000,11.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.244000,31.391000,335.422000,35.054000,327.495000,24.913000,335.857000,23.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.605000,-10.121000,141.820000,-9.524000,137.890000,-11.101000,144.313000,-14.251000,145.530000,-14.950000,150.122000,-19.455000,149.425000,-15.612000,151.314000,-10.924000,150.687000,-6.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.054000,-4.249000,176.186000,-3.796000,170.100000,-2.988000,171.516000,-3.118000,169.891000,4.745000,165.070000,6.691000,161.896000,-7.493000,163.841000,-6.670000,168.683000,-8.122000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.870000,-9.748000,180.761000,-6.291000,179.739000,-3.442000,181.622000,-2.995000,178.236000,0.467000,178.305000,4.314000,172.463000,-0.767000,173.946000,-6.796000,173.356000,-8.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.263000,-2.410000,254.483000,-6.661000,258.947000,-7.558000,255.956000,-1.955000,257.849000,-2.435000,258.014000,-1.232000,257.943000,0.233000,254.139000,3.194000,252.766000,1.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.463000,50.776000,168.160000,48.796000,178.843000,50.958000,173.447000,53.179000,183.528000,60.152000,165.024000,60.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.514000,-2.947000,165.200000,2.633000,165.196000,10.258000,163.106000,8.517000,159.524000,6.686000,151.317000,4.137000,153.763000,1.249000,161.903000,0.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.252000,4.462000,351.299000,-3.190000,349.271000,-4.185000,349.194000,-5.361000,352.829000,-8.899000,356.996000,-8.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.965000,-12.588000,180.271000,-14.304000,188.829000,-13.023000,194.760000,-10.253000,185.245000,-6.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.000000,7.695000,354.859000,2.727000,355.303000,1.541000,356.805000,0.290000,359.757000,-1.828000,2.673000,-1.415000,7.808000,5.404000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.715000,75.217000,174.230000,69.982000,174.431000,70.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.171000,13.245000,129.520000,14.266000,130.144000,22.638000,121.099000,16.311000,115.687000,11.322000,123.857000,11.862000,125.630000,13.372000,128.179000,11.063000,127.275000,13.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.669000,-4.549000,46.936000,-7.962000,46.628000,-11.316000,44.992000,-13.375000,53.593000,-15.703000,49.306000,-12.587000,49.149000,-12.195000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.952000,10.218000,111.193000,14.123000,114.215000,9.791000,111.440000,9.139000,114.848000,8.468000,116.245000,4.053000,116.117000,0.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.192000,-83.026000,69.840000,-76.886000,82.801000,-79.698000,50.937000,-76.853000,70.189000,-79.923000,81.016000,-80.440000,64.409000,-81.422000,30.280000,-81.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.741000,9.116000,318.902000,18.304000,316.283000,15.763000,313.000000,17.339000,308.266000,8.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.777000,0.443000,173.875000,-5.283000,178.916000,-13.706000,181.849000,-10.937000,183.112000,-11.064000,185.927000,-3.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.050000,84.769000,55.378000,78.571000,90.827000,72.176000,78.221000,80.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.134000,-69.457000,122.468000,-69.617000,158.637000,-71.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.388000,-5.686000,245.284000,-0.464000,244.918000,0.008000,241.843000,-5.332000,237.361000,-4.323000,234.547000,-4.495000,240.747000,-11.566000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.751000,-26.792000,155.595000,-40.390000,161.603000,-36.098000,163.046000,-35.507000,158.276000,-25.269000,158.195000,-25.618000,157.546000,-26.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.109000,55.225000,54.365000,57.821000,44.565000,51.992000,60.307000,50.178000,65.591000,47.661000,62.204000,51.266000,69.848000,53.985000,63.341000,54.335000,71.252000,56.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.435000,-43.255000,207.128000,-47.024000,215.775000,-50.071000,224.080000,-40.462000,220.067000,-40.053000,219.245000,-35.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.030000,-50.830000,299.745000,-55.092000,296.706000,-60.328000,315.261000,-63.684000,308.078000,-55.196000,309.784000,-52.282000,305.020000,-50.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.699000,-12.734000,132.650000,-13.166000,136.516000,-16.857000,135.207000,-13.417000,130.372000,-8.881000,128.398000,-10.641000,127.725000,-13.938000,129.302000,-13.501000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.548000,-29.625000,179.187000,-26.988000,178.164000,-26.878000,176.931000,-34.444000,178.627000,-38.693000,182.957000,-37.142000,190.264000,-33.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.572000,-12.286000,14.139000,-11.939000,7.922000,-16.706000,4.996000,-17.998000,3.056000,-17.940000,10.629000,-24.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.750000,-30.670000,181.531000,-27.480000,188.979000,-20.018000,182.792000,-17.577000,180.536000,-23.573000,173.937000,-27.917000,177.596000,-27.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.715000,7.162000,354.631000,0.113000,354.405000,-7.297000,357.385000,-4.197000,1.445000,-1.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.953000,-6.643000,172.922000,-7.245000,181.426000,-9.060000,184.717000,-6.514000,177.874000,-5.284000,182.187000,-0.256000,177.787000,-0.508000,176.602000,3.266000,173.322000,2.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.324000,36.100000,68.454000,32.356000,73.734000,30.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.007000,-10.926000,353.820000,-14.076000,357.208000,-11.217000,356.328000,-5.914000,351.111000,-4.216000,348.365000,-0.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.738000,-15.217000,54.383000,-13.834000,53.553000,-13.048000,47.031000,-13.225000,39.790000,-15.108000,49.834000,-19.235000,55.756000,-19.487000,55.347000,-16.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.577000,-46.333000,30.279000,-38.564000,29.985000,-35.967000,24.813000,-44.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.288000,6.699000,295.337000,9.279000,288.352000,20.097000,285.192000,10.766000,279.574000,10.313000,285.705000,7.603000,288.430000,7.624000,288.397000,2.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.112000,10.050000,177.443000,1.756000,180.484000,-8.733000,180.841000,-4.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.965000,27.194000,11.582000,26.285000,7.569000,29.517000,11.302000,14.198000,20.565000,17.574000,16.883000,23.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.654000,-66.424000,147.698000,-64.724000,149.485000,-56.938000,154.625000,-72.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.079000,30.754000,156.510000,36.014000,137.887000,31.072000,145.954000,30.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.122000,76.850000,323.301000,83.083000,332.730000,82.210000,330.519000,84.071000,335.464000,84.031000,0.889000,81.910000,54.764000,86.913000,292.372000,86.575000,304.154000,84.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.703000,-5.923000,33.747000,-0.894000,33.016000,-0.427000,32.282000,2.140000,28.714000,-1.421000,27.726000,-2.805000,28.014000,-7.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.906000,27.418000,214.574000,27.446000,217.162000,17.421000,217.770000,16.962000,219.467000,22.220000,220.377000,23.872000,224.602000,18.137000,229.165000,21.593000,226.764000,23.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.560000,-26.107000,341.904000,-30.671000,345.097000,-34.940000,349.514000,-39.374000,346.011000,-34.289000,345.688000,-26.080000,344.078000,-25.382000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.841000,3.639000,191.101000,6.892000,190.140000,5.138000,188.507000,6.092000,190.944000,2.065000,190.434000,-3.750000,191.040000,-3.643000,195.637000,-4.975000,197.215000,-7.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.591000,54.239000,1.730000,45.643000,6.002000,47.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.903000,-16.444000,217.687000,-27.766000,236.617000,-20.855000,228.528000,-18.507000,227.576000,-17.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.793000,-27.661000,30.620000,-32.028000,28.785000,-26.566000,22.579000,-25.750000,23.121000,-24.608000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.582000,-5.460000,344.952000,-0.294000,346.118000,1.549000,348.593000,-0.517000,346.934000,3.549000,347.628000,6.254000,342.535000,5.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.683000,-40.703000,71.843000,-46.381000,74.915000,-46.724000,72.894000,-40.900000,70.008000,-31.483000,69.301000,-35.862000,68.207000,-37.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.730000,77.575000,145.703000,77.051000,158.470000,76.134000,157.904000,76.059000,169.740000,67.909000,194.482000,80.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.434000,22.007000,29.019000,25.407000,39.433000,22.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.264000,49.413000,137.100000,39.549000,142.969000,33.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.593000,-37.953000,262.542000,-34.966000,259.371000,-28.215000,254.403000,-29.925000,251.260000,-25.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.959000,-0.621000,30.284000,2.720000,21.832000,7.828000,27.200000,2.969000,24.660000,0.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.997000,5.383000,345.927000,-0.597000,340.184000,-1.481000,350.780000,-1.165000,356.913000,-3.438000,357.500000,1.916000,352.058000,2.328000,352.775000,3.576000,350.778000,2.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.367000,-13.835000,159.428000,-11.681000,160.187000,-8.639000,156.095000,-10.477000,155.072000,-3.819000,148.952000,-8.347000,147.308000,-7.935000,153.024000,-12.999000,153.261000,-15.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.825000,41.877000,162.260000,47.620000,150.190000,53.398000,145.132000,52.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.600000,-32.187000,315.081000,-24.396000,312.761000,-21.659000,312.622000,-23.586000,311.330000,-23.181000,307.764000,-29.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.723000,-6.436000,12.494000,-2.554000,6.704000,4.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.555000,7.014000,174.150000,8.509000,173.343000,0.309000,178.343000,1.897000,179.099000,2.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.747000,35.063000,78.058000,44.558000,69.014000,46.100000,71.703000,42.979000,71.692000,42.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.936000,-12.167000,111.296000,-20.291000,118.181000,-21.834000,125.933000,-15.888000,126.391000,-13.457000,120.780000,-11.448000,117.631000,-8.065000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.230000,30.389000,317.633000,21.481000,321.078000,26.310000,320.813000,30.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.326000,-12.023000,189.458000,-14.096000,192.933000,-14.478000,198.005000,-14.334000,203.493000,-14.908000,197.122000,-7.824000,195.787000,-9.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.671000,1.626000,353.226000,1.384000,356.395000,-5.458000,0.331000,-6.771000,9.182000,-3.271000,0.956000,0.644000,2.639000,5.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.647000,13.073000,346.621000,10.601000,354.852000,7.494000,356.926000,13.145000,350.087000,13.817000,349.999000,19.095000,348.331000,18.931000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.501000,-5.724000,166.726000,-2.581000,165.305000,-2.277000,163.631000,-1.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.896000,76.126000,102.548000,72.960000,116.171000,71.858000,144.862000,64.460000,145.465000,65.292000,142.418000,71.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.753000,-9.407000,171.703000,-2.046000,171.033000,-4.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.238000,40.225000,65.260000,32.373000,71.536000,36.819000,72.035000,37.687000,74.035000,45.505000,71.516000,46.065000,69.208000,46.064000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.218000,-0.301000,348.885000,-1.298000,349.930000,-4.419000,355.544000,-6.197000,358.311000,-2.437000,355.028000,-0.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.010000,28.567000,204.120000,22.353000,206.721000,22.616000,207.150000,22.170000,204.105000,28.759000,197.768000,34.092000,200.760000,29.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.012000,24.857000,221.415000,28.759000,225.731000,34.062000,222.559000,34.978000,214.078000,30.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.774000,16.555000,51.355000,15.469000,57.648000,9.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.244000,-1.568000,5.920000,0.761000,6.523000,2.019000,355.509000,6.130000,355.528000,2.259000,1.156000,-0.181000,3.526000,-1.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.053000,-4.304000,242.010000,-4.818000,240.356000,-6.081000,235.392000,-4.622000,238.946000,-7.227000,238.404000,-12.575000,243.306000,-13.655000,241.626000,-8.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.870000,7.129000,220.233000,11.348000,214.323000,11.441000,210.125000,6.289000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.137000,-13.713000,207.848000,-7.322000,205.390000,-5.595000,199.069000,-2.726000,200.402000,-5.088000,196.119000,-4.092000,194.528000,-7.418000,197.708000,-12.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.494000,11.587000,346.432000,13.712000,340.724000,14.785000,335.352000,17.409000,347.582000,4.764000,350.083000,4.401000,348.350000,8.042000,345.696000,10.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.507000,-6.278000,181.139000,-4.359000,181.922000,-3.075000,180.758000,-0.386000,175.817000,2.019000,173.325000,-6.328000,173.508000,-11.465000,174.952000,-12.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.737000,19.709000,10.035000,18.760000,15.121000,9.570000,16.982000,8.942000,19.131000,12.061000,23.537000,15.773000,21.113000,20.814000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.020000,3.866000,174.503000,13.279000,173.221000,7.229000,173.731000,1.214000,172.682000,-2.325000,176.075000,3.259000,176.115000,3.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.877000,23.389000,163.052000,20.774000,158.507000,17.593000,162.652000,17.949000,169.038000,13.003000,167.448000,22.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.969000,3.380000,175.695000,9.509000,176.361000,1.527000,170.648000,0.867000,186.225000,0.377000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.046000,-2.602000,121.551000,-0.335000,130.526000,-0.806000,124.623000,3.125000,123.163000,4.507000,121.453000,3.059000,121.745000,5.041000,114.967000,-3.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.746000,22.843000,303.829000,23.551000,299.823000,33.147000,294.457000,39.461000,290.467000,37.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.349000,-4.563000,2.551000,-1.127000,8.004000,-2.513000,8.899000,0.475000,4.043000,3.833000,2.504000,8.611000,1.024000,1.420000,355.112000,7.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.742000,-6.919000,177.386000,-23.371000,181.305000,-26.008000,183.582000,-23.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.547000,-23.526000,293.881000,-28.755000,289.737000,-31.032000,285.944000,-34.035000,302.746000,-32.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.821000,18.210000,280.892000,18.503000,282.288000,22.299000,277.261000,31.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.133000,-76.894000,321.661000,-78.813000,309.458000,-82.303000,346.011000,-80.535000,348.840000,-76.354000,356.943000,-73.341000,334.866000,-70.026000,317.301000,-71.622000,320.538000,-76.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.474000,28.160000,345.462000,26.259000,345.240000,25.476000,349.355000,22.478000,348.018000,27.880000,352.983000,31.234000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.774000,26.935000,104.800000,28.562000,104.844000,33.537000,101.671000,33.639000,99.632000,35.924000,96.625000,40.701000,97.732000,32.474000,96.043000,31.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.094000,-8.511000,189.202000,-7.931000,193.383000,-21.210000,200.370000,-16.902000,202.271000,-7.955000,199.674000,-8.430000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.559000,53.391000,128.539000,44.146000,124.102000,59.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.002000,-48.210000,291.874000,-48.999000,294.501000,-39.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.895000,8.718000,352.559000,11.179000,353.534000,15.121000,352.681000,19.678000,348.531000,18.367000,346.512000,11.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.423000,-70.361000,256.822000,-74.399000,243.745000,-77.709000,318.494000,-81.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.719000,15.587000,324.225000,25.350000,319.993000,26.397000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.028000,-1.137000,347.390000,6.751000,342.929000,6.445000,332.924000,10.522000,329.923000,7.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.322000,-46.385000,187.924000,-50.427000,188.998000,-47.365000,180.115000,-37.332000,178.478000,-37.743000,185.682000,-44.515000,183.071000,-43.118000,176.406000,-41.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.314000,-6.690000,320.277000,-6.101000,321.954000,-9.680000,323.780000,-8.234000,329.036000,-13.558000,329.125000,0.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.324000,-34.341000,211.947000,-28.424000,202.398000,-33.295000,205.939000,-31.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.890000,77.489000,122.476000,86.583000,340.652000,81.732000,35.499000,80.971000,34.404000,73.346000,39.428000,77.040000,40.972000,74.719000,46.501000,76.184000,56.899000,76.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.799000,81.998000,158.734000,82.342000,201.165000,83.299000,129.244000,82.947000,78.878000,87.340000,124.147000,81.053000,122.082000,80.902000,126.217000,79.163000,134.938000,76.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.520000,10.883000,52.848000,20.151000,52.971000,17.159000,51.801000,11.574000,48.883000,10.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.105000,7.552000,351.472000,9.281000,353.144000,7.976000,353.261000,11.790000,354.768000,16.748000,345.909000,16.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.666000,47.001000,321.279000,50.672000,328.594000,54.547000,331.500000,57.447000,314.768000,53.447000,313.674000,51.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.608000,10.054000,339.658000,2.716000,332.028000,4.710000,335.474000,3.730000,336.220000,2.588000,338.774000,-0.071000,342.721000,2.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.392000,-26.324000,62.783000,-28.775000,61.495000,-34.024000,67.274000,-33.550000,72.567000,-35.262000,75.200000,-35.175000,66.782000,-25.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.699000,-55.025000,253.410000,-53.952000,253.227000,-48.876000,247.659000,-39.066000,234.951000,-43.214000,230.672000,-45.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.475000,9.396000,11.404000,10.748000,4.567000,13.246000,6.917000,11.086000,4.613000,11.949000,359.239000,12.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.179000,-43.266000,123.925000,-45.920000,124.688000,-49.740000,126.965000,-48.516000,139.969000,-36.665000,139.461000,-36.346000,136.910000,-35.517000,131.622000,-39.413000,121.110000,-41.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.499000,42.455000,285.682000,42.917000,286.838000,44.199000,269.415000,41.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.403000,-54.677000,251.489000,-50.940000,241.209000,-52.230000,237.229000,-48.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.291000,20.143000,155.964000,21.501000,157.178000,22.905000,148.510000,27.684000,151.234000,14.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.208000,-70.680000,109.983000,-68.500000,107.411000,-61.709000,84.277000,-60.964000,96.399000,-68.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.907000,-74.494000,255.676000,-70.779000,256.434000,-69.554000,246.794000,-67.189000,238.505000,-63.584000,231.018000,-66.940000,238.367000,-69.223000,227.843000,-69.409000,249.293000,-73.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.895000,69.044000,357.794000,74.310000,353.750000,82.615000,321.983000,76.342000,345.872000,74.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.703000,15.718000,302.175000,25.039000,301.307000,20.468000,303.798000,21.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.875000,-2.140000,138.345000,6.233000,132.946000,-0.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.156000,71.463000,55.505000,64.795000,50.544000,58.980000,53.958000,60.302000,53.973000,59.840000,54.642000,53.801000,63.469000,60.728000,72.616000,60.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.031000,1.873000,358.335000,3.400000,5.453000,-10.920000,7.505000,-6.419000,10.758000,-8.117000,13.408000,-5.814000,12.707000,-4.251000,10.707000,-2.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.309000,1.976000,192.830000,11.273000,187.442000,6.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.617000,-6.320000,207.206000,-6.272000,212.571000,-6.547000,215.270000,-2.888000,206.743000,-1.400000,210.210000,0.026000,205.008000,-0.186000,196.169000,1.281000,204.199000,-2.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.754000,59.817000,321.368000,59.734000,325.565000,52.504000,331.943000,52.497000,335.043000,49.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.450000,37.788000,60.971000,33.045000,58.418000,33.527000,52.919000,30.503000,53.148000,27.901000,62.141000,27.205000,66.818000,28.809000,66.636000,31.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.652000,-26.807000,263.354000,-17.135000,260.910000,-18.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.544000,5.928000,345.376000,4.687000,353.739000,3.990000,0.422000,2.454000,2.777000,7.444000,355.813000,6.241000,358.291000,10.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.756000,-6.497000,189.585000,-9.917000,183.483000,-11.334000,189.089000,-12.116000,190.436000,-14.921000,192.181000,-12.541000,195.979000,-14.466000,199.051000,-15.930000,197.397000,-6.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.434000,-82.105000,177.917000,-80.165000,144.134000,-79.413000,140.895000,-77.233000,115.727000,-71.172000,104.205000,-80.876000,123.179000,-81.726000,133.947000,-81.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[110.697000,-24.646000,101.200000,-25.406000,113.345000,-34.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.099000,9.049000,20.050000,5.998000,20.775000,6.011000,24.453000,7.237000,29.232000,11.031000,22.576000,16.211000,21.175000,15.131000,21.303000,14.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.281000,-44.031000,263.138000,-52.639000,258.758000,-47.698000,265.298000,-48.942000,264.352000,-45.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.416000,-30.602000,124.668000,-27.769000,120.648000,-35.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.406000,-24.241000,349.095000,-25.756000,347.899000,-22.029000,340.653000,-13.585000,341.267000,-19.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.401000,20.325000,27.249000,21.207000,22.010000,17.788000,23.421000,15.238000,17.154000,12.825000,27.920000,7.646000,29.669000,14.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.284000,-15.543000,118.722000,-9.070000,108.070000,-16.746000,109.152000,-25.151000,114.478000,-24.890000,114.741000,-25.790000,116.345000,-22.391000,118.955000,-21.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.264000,2.638000,283.594000,16.899000,280.473000,13.676000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.329000,5.057000,359.539000,1.286000,359.506000,-5.184000,4.752000,-0.143000,5.248000,-0.771000,5.770000,0.739000,9.998000,-6.536000,10.607000,-2.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.385000,45.799000,38.296000,41.939000,37.380000,36.043000,39.765000,33.832000,41.856000,28.429000,48.964000,31.822000,48.933000,35.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.431000,68.945000,100.303000,71.103000,79.058000,72.930000,85.340000,64.727000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.304000,-6.565000,54.927000,-3.635000,60.278000,-11.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.691000,29.842000,209.088000,27.930000,214.170000,28.598000,215.707000,22.626000,223.373000,24.700000,223.599000,30.005000,209.859000,34.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.459000,-19.079000,328.360000,-14.942000,322.829000,-12.332000,320.985000,-13.507000,324.910000,-20.102000,326.005000,-20.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.328000,51.358000,110.559000,53.054000,116.840000,50.860000,112.967000,50.400000,133.856000,48.839000,130.024000,51.332000,124.449000,55.131000,118.785000,54.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.797000,-36.374000,31.689000,-42.811000,38.110000,-40.320000,39.000000,-39.471000,43.418000,-34.246000,43.370000,-33.628000,38.354000,-36.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.479000,-42.206000,85.901000,-40.906000,77.563000,-35.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.899000,-66.013000,91.399000,-68.157000,90.516000,-67.104000,82.338000,-71.069000,82.774000,-72.473000,85.788000,-74.957000,100.530000,-76.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.565000,15.761000,177.644000,11.992000,185.863000,15.013000,178.092000,19.068000,175.339000,20.137000,172.675000,21.015000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.701000,-51.911000,210.877000,-54.121000,206.923000,-54.851000,211.239000,-60.559000,227.864000,-53.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.898000,50.443000,73.710000,61.906000,63.514000,52.271000,69.940000,51.553000,68.860000,46.749000,75.683000,51.282000,76.528000,51.201000,76.862000,43.894000,77.192000,44.745000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.989000,29.454000,212.426000,39.204000,198.971000,35.727000,202.025000,33.665000,204.564000,32.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.610000,71.100000,167.580000,76.419000,175.152000,69.488000,201.665000,73.490000,185.733000,78.311000,166.609000,82.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.012000,4.903000,19.066000,7.939000,11.148000,5.198000,14.631000,3.346000,20.078000,3.115000,21.533000,0.730000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.060000,3.018000,352.677000,-3.570000,0.844000,-3.690000,8.091000,-5.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.316000,-10.676000,306.561000,-3.555000,303.956000,-8.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.969000,10.288000,199.653000,19.083000,194.797000,13.268000,196.296000,12.261000,194.438000,4.681000,195.870000,3.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.738000,-29.015000,359.575000,-12.716000,359.040000,-16.346000,357.948000,-14.389000,358.019000,-15.714000,356.147000,-15.052000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.422000,-35.417000,327.371000,-41.524000,331.342000,-42.955000,336.044000,-40.189000,336.911000,-38.713000,339.690000,-39.182000,335.470000,-32.747000,325.828000,-29.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.487000,39.513000,216.415000,46.384000,214.756000,44.947000,213.414000,42.766000,217.793000,38.388000,219.609000,33.162000,220.041000,32.331000,221.283000,28.212000,223.195000,37.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.981000,-32.350000,28.408000,-35.597000,30.582000,-38.325000,36.222000,-36.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.027000,-57.775000,237.488000,-59.459000,229.773000,-53.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.307000,59.661000,158.889000,55.732000,172.368000,51.597000,176.305000,58.117000,185.640000,58.968000,173.008000,68.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.804000,-47.384000,19.592000,-47.816000,20.135000,-43.051000,12.814000,-34.308000,11.965000,-33.139000,11.231000,-38.996000,6.564000,-43.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.868000,-25.882000,47.271000,-30.251000,46.722000,-36.814000,58.092000,-38.160000,56.806000,-31.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.502000,-3.422000,121.687000,-3.491000,116.132000,-6.098000,118.646000,-13.722000,125.353000,-11.489000,126.544000,-13.001000,126.681000,-11.306000,130.102000,-10.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.470000,30.068000,178.790000,26.429000,173.879000,27.502000,180.041000,22.607000,185.505000,19.862000,187.489000,23.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.314000,28.911000,206.486000,26.613000,205.140000,30.115000,207.533000,32.532000,203.963000,36.777000,198.532000,44.291000,197.905000,36.567000,193.600000,37.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.295000,12.344000,36.572000,4.053000,41.814000,8.675000,38.777000,1.858000,47.309000,8.440000,44.204000,9.792000,46.406000,10.850000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.689000,1.639000,38.615000,9.902000,32.313000,11.117000,30.525000,10.127000,29.009000,12.749000,28.363000,10.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.604000,8.701000,242.112000,1.577000,245.300000,7.917000,244.018000,12.089000,241.268000,12.417000,236.032000,18.974000,238.280000,13.564000,239.191000,12.086000,238.875000,11.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.114000,7.272000,41.560000,7.836000,34.823000,9.225000,35.714000,4.667000,34.534000,-3.408000,38.477000,-3.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.215000,58.683000,300.802000,61.149000,291.295000,63.216000,274.806000,62.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.742000,-17.124000,43.954000,-7.538000,34.759000,-3.283000,31.489000,-1.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.419000,27.608000,118.874000,19.038000,119.553000,17.766000,129.845000,21.042000,121.116000,31.813000,121.846000,28.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.035000,45.855000,231.943000,42.519000,226.659000,40.179000,233.566000,35.174000,235.104000,37.180000,237.667000,35.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.732000,39.862000,260.985000,43.901000,263.013000,48.007000,253.659000,45.031000,255.606000,42.778000,248.114000,40.775000,257.284000,40.533000,259.447000,37.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.733000,54.461000,48.076000,68.701000,29.486000,63.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.536000,30.306000,0.636000,32.792000,354.926000,31.747000,347.057000,37.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.955000,14.601000,201.979000,13.967000,202.171000,16.930000,199.040000,19.829000,202.409000,21.366000,191.908000,17.311000,190.121000,10.698000,193.963000,8.644000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.755000,-31.068000,227.431000,-28.988000,226.844000,-28.218000,213.852000,-29.424000,216.343000,-34.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.362000,-31.447000,165.661000,-29.630000,164.100000,-30.047000,165.895000,-31.651000,165.961000,-33.977000,169.601000,-33.849000,177.947000,-37.296000,173.237000,-29.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.528000,2.258000,103.903000,15.089000,93.059000,7.769000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.943000,-20.847000,140.552000,-17.030000,141.328000,-20.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.750000,-59.705000,87.325000,-62.593000,95.462000,-68.940000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.149000,8.198000,332.589000,0.769000,331.081000,-6.134000,342.701000,-6.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.167000,74.847000,74.760000,71.249000,94.254000,75.500000,81.114000,81.357000,78.747000,82.075000,53.585000,83.762000,15.219000,79.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.507000,73.870000,50.695000,70.953000,53.937000,71.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.028000,-25.785000,332.359000,-35.872000,331.601000,-20.639000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.603000,2.898000,3.269000,4.129000,3.535000,10.866000,358.051000,10.884000,358.726000,7.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.004000,-11.427000,24.834000,-14.098000,20.426000,-23.950000,32.273000,-16.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.606000,-27.775000,147.856000,-22.069000,135.026000,-27.436000,144.137000,-27.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.906000,44.970000,345.919000,35.992000,354.809000,37.742000,350.030000,41.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.808000,-22.131000,317.492000,-20.627000,319.954000,-28.165000,325.202000,-24.041000,334.445000,-24.416000,330.663000,-16.220000,326.164000,-18.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.712000,-5.648000,202.069000,-5.556000,204.737000,-14.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.115000,-43.305000,202.106000,-37.598000,190.330000,-39.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.638000,-73.560000,327.045000,-64.105000,312.257000,-60.375000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.763000,9.868000,280.527000,13.418000,283.001000,9.061000,280.010000,7.155000,284.372000,7.006000,285.636000,-0.524000,290.533000,7.069000,290.689000,7.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.492000,1.140000,335.621000,0.161000,339.101000,-5.251000,336.813000,1.761000,339.451000,2.164000,337.988000,6.176000,335.480000,12.168000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.797000,-45.351000,230.418000,-46.310000,236.087000,-47.144000,233.393000,-40.090000,212.898000,-42.352000,213.034000,-44.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.555000,0.610000,269.355000,1.870000,272.660000,-0.679000,275.721000,3.469000,274.151000,9.510000,270.596000,5.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.068000,24.254000,189.865000,24.854000,192.510000,30.148000,186.255000,25.476000,185.495000,23.949000,192.474000,19.392000,196.378000,24.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.678000,-5.724000,339.575000,-6.563000,345.493000,-2.417000,350.771000,-8.526000,353.940000,0.680000,350.328000,6.764000,338.944000,1.457000,337.901000,1.907000,343.599000,-1.304000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.817000,0.355000,183.150000,0.356000,178.995000,1.697000,179.071000,7.181000,168.178000,-0.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.276000,45.529000,136.410000,37.016000,138.514000,32.439000,138.921000,37.084000,142.841000,30.204000,137.722000,41.145000,135.506000,44.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.861000,73.116000,172.708000,72.041000,190.315000,74.356000,176.357000,81.446000,167.655000,79.774000,129.338000,72.002000,131.088000,71.586000,140.422000,72.389000,154.021000,71.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.504000,20.639000,110.218000,25.861000,107.390000,29.343000,92.010000,23.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.177000,-30.864000,272.975000,-37.363000,277.952000,-33.528000,287.070000,-34.642000,279.762000,-31.826000,282.964000,-31.541000,280.079000,-29.541000,276.744000,-28.950000,275.160000,-25.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.660000,-14.623000,359.780000,-5.118000,358.488000,-13.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.776000,-8.994000,40.270000,-5.962000,46.364000,-15.059000,49.491000,-12.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.775000,-64.859000,121.375000,-63.232000,115.483000,-56.779000,107.631000,-58.772000,110.515000,-63.606000,110.524000,-66.991000,126.927000,-67.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.666000,29.640000,26.690000,27.128000,21.626000,29.333000,28.524000,24.772000,21.063000,23.425000,34.453000,16.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.311000,2.847000,181.036000,-2.286000,185.675000,2.024000,193.385000,-0.344000,188.246000,4.600000,190.312000,12.500000,183.322000,12.295000,181.293000,9.386000,180.817000,7.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.329000,10.147000,319.133000,19.693000,314.385000,18.977000,311.194000,17.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.795000,-30.002000,39.239000,-31.612000,38.800000,-35.534000,39.958000,-34.891000,49.181000,-40.671000,48.978000,-34.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.424000,42.285000,34.388000,42.365000,34.149000,43.472000,39.909000,50.596000,30.498000,43.529000,30.815000,41.731000,31.698000,35.450000,32.955000,40.170000,43.915000,38.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.778000,-3.159000,183.683000,-2.821000,185.914000,5.016000,181.204000,2.703000,176.957000,1.052000,180.697000,-2.817000,180.421000,-6.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.538000,-2.894000,43.904000,-9.331000,49.214000,-7.172000,51.113000,-1.748000,45.911000,-0.722000,50.228000,2.870000,41.632000,7.664000,42.807000,1.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.002000,-39.405000,300.146000,-46.319000,297.591000,-51.786000,310.082000,-54.273000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.342000,-34.031000,106.486000,-27.596000,110.197000,-23.023000,105.531000,-27.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.685000,-1.620000,25.473000,5.560000,29.933000,-1.470000,26.474000,7.292000,27.601000,14.157000,26.084000,13.032000,22.345000,11.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.654000,-2.426000,99.726000,-10.749000,95.901000,-10.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.105000,-46.777000,66.393000,-53.218000,60.868000,-46.953000,65.220000,-41.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.189000,1.004000,353.252000,-1.189000,357.386000,-4.866000,8.931000,-1.876000,8.284000,-1.220000,1.987000,1.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.039000,-14.345000,82.765000,-17.099000,84.501000,-20.391000,84.839000,-27.230000,85.548000,-27.320000,90.668000,-21.105000,93.123000,-21.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.308000,-10.680000,135.808000,-11.424000,141.331000,-9.476000,140.823000,-10.091000,143.680000,-11.750000,147.157000,-11.059000,139.962000,-2.712000,138.454000,0.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.210000,7.873000,345.704000,8.500000,344.842000,16.370000,338.839000,8.906000,337.766000,7.508000,338.568000,7.524000,340.089000,6.433000,349.345000,3.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.228000,14.875000,341.803000,14.386000,343.048000,13.379000,346.239000,11.454000,337.361000,21.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.054000,-25.160000,251.496000,-31.111000,258.347000,-24.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.353000,63.084000,131.923000,61.525000,153.657000,66.300000,140.061000,68.779000,147.156000,75.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.585000,11.501000,109.155000,14.813000,98.263000,10.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.642000,32.556000,63.347000,28.243000,79.414000,28.617000,76.880000,36.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.666000,-55.238000,228.838000,-56.692000,237.713000,-49.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.452000,-18.691000,96.266000,-12.635000,97.544000,-11.906000,96.435000,-2.712000,91.610000,-9.584000,89.604000,-13.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.163000,-51.889000,66.618000,-52.331000,65.515000,-47.882000,66.851000,-43.847000,58.753000,-41.860000,53.681000,-42.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.786000,48.127000,290.922000,49.072000,293.572000,43.809000,297.173000,42.736000,303.775000,34.787000,304.703000,34.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.476000,11.378000,171.795000,5.586000,167.973000,3.026000,170.160000,2.875000,167.680000,2.419000,175.738000,2.467000,181.641000,-3.552000,181.822000,-1.882000,186.422000,2.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.023000,37.137000,204.589000,37.800000,195.971000,41.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.225000,33.392000,253.397000,25.093000,255.351000,22.519000,265.218000,23.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.999000,37.121000,141.755000,30.662000,140.777000,30.017000,136.851000,31.846000,133.573000,31.304000,134.814000,30.456000,141.947000,27.085000,145.006000,26.081000,144.920000,29.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.435000,15.558000,215.311000,16.242000,214.267000,15.531000,212.770000,13.574000,213.859000,13.717000,217.129000,12.160000,222.453000,8.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.866000,2.262000,327.293000,0.350000,324.945000,-2.388000,328.810000,0.165000,329.908000,-3.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.439000,-42.262000,105.603000,-48.572000,107.054000,-52.952000,110.985000,-52.487000,117.227000,-46.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.809000,-10.909000,179.377000,-15.493000,179.317000,-18.258000,187.592000,-21.663000,185.249000,-18.143000,185.135000,-17.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.990000,20.874000,174.547000,28.245000,166.840000,25.177000,167.183000,16.868000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.617000,-55.637000,279.916000,-55.542000,270.793000,-57.820000,281.093000,-62.263000,286.323000,-62.235000,298.025000,-59.849000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.581000,-0.865000,106.497000,-7.417000,110.947000,-0.801000,111.052000,1.159000,98.753000,-3.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.765000,0.094000,190.571000,-9.801000,187.094000,-3.895000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.134000,18.708000,189.998000,18.212000,199.513000,15.481000,204.821000,14.176000,202.892000,15.554000,208.672000,17.753000,206.533000,19.865000,206.669000,21.799000,196.800000,23.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.107000,5.870000,171.402000,1.497000,173.538000,-5.824000,175.030000,-2.214000,176.282000,-4.723000,174.755000,-0.292000,175.668000,0.408000,173.183000,5.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.584000,12.450000,179.027000,8.249000,179.853000,11.867000,181.190000,12.229000,181.728000,12.483000,181.571000,20.067000,175.096000,19.486000,172.307000,12.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.172000,20.662000,6.685000,20.016000,8.030000,21.944000,11.846000,23.974000,10.951000,24.793000,9.580000,24.757000,15.685000,31.126000,11.808000,29.924000,4.786000,24.927000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.055000,56.645000,184.793000,65.185000,190.927000,55.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.890000,-22.436000,163.532000,-16.137000,162.121000,-17.598000,153.444000,-17.797000,158.709000,-22.455000,153.289000,-25.758000,159.503000,-25.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.725000,53.769000,43.207000,49.438000,55.360000,51.777000,55.467000,50.755000,56.486000,51.695000,61.373000,52.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.194000,-48.818000,51.024000,-49.365000,51.602000,-48.476000,54.750000,-44.600000,54.829000,-43.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.103000,5.979000,123.326000,12.190000,109.032000,11.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.479000,-36.241000,24.989000,-26.629000,21.242000,-28.516000,13.478000,-32.495000,19.155000,-33.080000,18.733000,-34.750000,20.050000,-33.236000,20.143000,-37.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.546000,-54.551000,263.624000,-58.393000,274.119000,-55.758000,283.397000,-57.511000,288.858000,-51.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.624000,-50.821000,277.104000,-58.456000,274.513000,-61.037000,277.997000,-61.942000,289.184000,-62.999000,295.468000,-60.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.378000,27.172000,327.688000,20.379000,327.962000,19.374000,344.251000,21.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.850000,2.364000,350.307000,6.470000,349.882000,11.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.847000,-21.338000,345.634000,-20.478000,345.204000,-21.408000,341.152000,-21.872000,344.119000,-22.351000,342.883000,-23.430000,342.501000,-25.068000,347.253000,-28.764000,350.556000,-28.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.227000,-53.130000,221.741000,-54.870000,217.373000,-44.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.673000,-24.473000,23.313000,-19.740000,18.686000,-15.562000,13.817000,-17.085000,12.209000,-25.611000,21.712000,-23.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.004000,-59.501000,355.963000,-55.088000,352.969000,-55.552000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.510000,24.435000,39.254000,16.755000,38.956000,12.893000,41.316000,13.272000,44.054000,10.485000,49.412000,19.868000,48.815000,21.916000,42.885000,25.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.308000,-30.067000,244.322000,-25.837000,243.999000,-23.928000,248.260000,-21.704000,241.784000,-20.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.306000,44.615000,97.278000,44.146000,104.441000,39.978000,104.285000,42.363000,101.736000,46.135000,102.287000,49.148000,100.963000,48.475000,102.660000,50.536000,91.249000,43.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.641000,-44.683000,120.310000,-43.588000,114.382000,-54.752000,122.796000,-50.701000,125.210000,-51.214000,131.409000,-43.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.061000,19.594000,193.709000,19.585000,191.703000,25.478000,191.328000,21.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.258000,0.936000,158.409000,16.755000,155.149000,13.109000,154.571000,10.963000,154.598000,8.824000,153.771000,5.565000,156.808000,6.313000,157.015000,5.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.266000,-4.326000,8.834000,-6.498000,10.667000,-7.849000,5.341000,-2.660000,8.752000,-1.389000,3.030000,0.497000,2.053000,4.688000,359.286000,-1.044000,355.053000,-0.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.672000,-2.774000,63.348000,-1.951000,54.430000,1.328000,48.498000,2.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.448000,-49.248000,183.226000,-41.347000,186.509000,-35.798000,179.519000,-41.658000,177.766000,-41.728000,177.190000,-41.354000,170.770000,-42.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.259000,-3.250000,175.317000,-10.113000,189.994000,-1.409000,186.460000,-2.223000,184.941000,4.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.330000,51.769000,49.134000,58.552000,47.655000,57.180000,39.837000,52.862000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.717000,3.989000,176.799000,2.198000,171.284000,-1.824000,178.392000,0.031000,178.336000,-1.093000,176.809000,-3.830000,183.878000,-1.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.378000,39.942000,115.522000,38.708000,120.990000,34.075000,120.625000,38.390000,106.834000,44.877000,112.754000,42.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.246000,-13.819000,125.412000,-12.572000,117.095000,-12.640000,119.121000,-9.185000,116.639000,-8.915000,110.388000,-11.088000,116.171000,-18.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.754000,18.026000,339.745000,14.901000,344.143000,10.260000,350.624000,11.623000,348.370000,18.301000,348.733000,19.230000,345.796000,20.706000,339.622000,26.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.024000,-14.428000,182.375000,-8.693000,177.567000,-9.329000,174.666000,-12.243000,180.608000,-17.888000,187.340000,-23.917000,185.477000,-17.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.974000,22.234000,298.942000,22.897000,304.860000,28.645000,296.939000,26.443000,294.035000,30.389000,293.646000,29.060000,290.848000,30.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.860000,-15.268000,25.233000,-11.243000,21.362000,-14.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.555000,-50.529000,95.849000,-53.454000,110.132000,-48.392000,110.942000,-47.242000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.046000,-64.697000,155.187000,-63.861000,167.492000,-58.181000,160.246000,-55.023000,147.972000,-54.722000,148.267000,-58.896000,141.507000,-53.166000,145.841000,-60.785000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.986000,44.105000,104.983000,44.192000,111.908000,49.424000,109.757000,49.784000,107.175000,52.656000,104.339000,58.263000,106.199000,50.443000,106.190000,49.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.704000,1.724000,246.723000,6.652000,251.327000,8.696000,248.816000,9.014000,245.172000,12.036000,245.284000,14.015000,244.182000,15.744000,240.781000,8.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.056000,-30.337000,275.448000,-32.716000,277.234000,-33.727000,272.934000,-30.290000,274.082000,-22.317000,267.359000,-19.077000,265.323000,-21.414000,267.707000,-28.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.126000,-2.244000,356.146000,-1.549000,353.949000,-1.745000,356.422000,-6.189000,3.866000,-5.618000,2.468000,-0.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.754000,-17.242000,157.691000,-16.478000,164.220000,-25.341000,166.293000,-17.902000,171.329000,-17.096000,170.885000,-16.771000,166.017000,-15.983000,169.035000,-14.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.143000,-5.145000,186.138000,-8.952000,186.510000,-5.265000,184.909000,4.837000,174.422000,0.823000,179.871000,-1.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.899000,-71.238000,225.688000,-74.169000,254.465000,-65.413000,233.370000,-61.396000,228.842000,-66.028000,215.622000,-64.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.849000,14.940000,73.535000,9.285000,85.161000,11.147000,85.846000,11.590000,77.429000,12.421000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.696000,58.381000,322.958000,55.826000,330.677000,56.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.035000,-19.274000,226.642000,-4.413000,222.093000,-5.651000,219.452000,0.149000,218.787000,-8.807000,219.533000,-10.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.305000,-2.323000,314.386000,-4.474000,316.699000,-4.586000,322.236000,-6.586000,323.551000,-3.374000,321.806000,5.274000,316.289000,7.065000,315.432000,0.779000,314.844000,1.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.618000,2.102000,350.928000,-1.934000,359.051000,0.254000,6.284000,-5.977000,6.269000,-2.060000,3.009000,0.982000,1.318000,2.387000,359.365000,3.722000,356.190000,5.814000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.951000,-29.860000,48.870000,-29.509000,50.230000,-18.075000,42.539000,-17.476000,35.723000,-14.957000,35.160000,-19.158000,35.806000,-28.787000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.373000,-1.064000,333.170000,0.423000,334.054000,-1.441000,337.436000,-6.009000,341.741000,-5.679000,342.449000,-7.909000,344.083000,-3.835000,344.726000,-3.645000,345.987000,-2.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.702000,-4.173000,184.427000,-0.740000,179.832000,-8.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.140000,-37.696000,20.262000,-41.984000,21.223000,-40.004000,29.215000,-39.602000,30.844000,-36.733000,21.175000,-31.638000,21.204000,-27.871000,17.428000,-35.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.260000,6.066000,159.465000,4.982000,175.519000,3.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.261000,23.266000,306.883000,27.382000,298.109000,26.079000,293.045000,25.933000,294.291000,25.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.697000,-3.999000,198.497000,-5.357000,201.542000,-9.848000,203.591000,-8.121000,209.488000,-6.953000,206.812000,5.461000,198.141000,2.576000,200.692000,-0.099000,202.567000,-2.148000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.918000,-8.330000,210.625000,-13.392000,217.813000,-8.117000,212.898000,-3.407000,211.792000,-1.192000,211.145000,-2.369000,204.999000,1.849000,205.158000,0.012000,210.594000,-7.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.589000,-3.630000,351.285000,-2.348000,349.582000,6.258000,344.489000,1.215000,341.628000,2.954000,345.392000,-11.396000,349.920000,-6.619000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.297000,3.923000,329.605000,1.480000,327.598000,7.355000,323.799000,6.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.513000,38.302000,125.458000,45.822000,129.245000,47.351000,128.167000,52.991000,123.386000,50.133000,118.397000,49.453000,109.147000,50.098000,107.865000,45.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.064000,-1.691000,7.449000,3.208000,3.942000,5.703000,7.960000,8.657000,6.144000,11.753000,359.578000,10.071000,358.979000,9.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.930000,17.264000,93.888000,12.667000,90.458000,10.948000,95.616000,9.016000,101.177000,6.583000,96.680000,11.254000,105.202000,12.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.544000,-45.673000,216.042000,-44.682000,218.777000,-44.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.420000,10.865000,199.993000,18.681000,201.903000,18.182000,207.098000,19.363000,199.307000,27.374000,198.162000,20.793000,192.623000,27.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.932000,-7.562000,14.706000,-7.894000,9.707000,-11.735000,17.185000,-17.082000,22.329000,-7.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.845000,-14.253000,224.316000,-17.641000,215.293000,-20.238000,217.701000,-22.214000,218.162000,-24.603000,217.230000,-25.289000,222.251000,-23.909000,220.850000,-26.904000,232.706000,-20.672000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.534000,-1.076000,177.269000,-5.964000,174.943000,-1.399000,175.556000,-2.303000,175.270000,1.116000,172.032000,10.387000,168.360000,3.477000,167.863000,1.487000,170.858000,0.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.836000,-37.944000,291.250000,-35.246000,285.531000,-32.651000,285.028000,-32.702000,281.801000,-34.673000,288.475000,-37.887000,290.891000,-39.443000,294.859000,-40.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.832000,6.998000,181.773000,5.130000,187.009000,7.087000,186.440000,8.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.497000,31.188000,179.517000,30.770000,172.171000,41.850000,173.184000,34.538000,166.776000,34.024000,175.608000,32.801000,175.846000,31.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.619000,45.467000,1.789000,42.480000,2.633000,42.289000,1.874000,35.184000,4.422000,42.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.860000,-55.454000,355.458000,-47.493000,345.454000,-40.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.822000,10.606000,349.869000,3.596000,349.752000,2.199000,357.849000,11.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.447000,-14.984000,193.086000,0.476000,183.318000,-7.840000,188.640000,-9.752000,186.119000,-14.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.565000,-13.544000,71.549000,-9.693000,63.760000,-18.042000,71.675000,-20.677000,76.979000,-17.266000,83.001000,-15.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.930000,4.867000,168.281000,4.695000,171.398000,2.912000,172.253000,1.665000,179.903000,0.375000,178.520000,6.030000,175.603000,9.085000,176.181000,6.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.198000,19.094000,61.850000,18.381000,63.107000,15.934000,63.912000,14.885000,66.182000,20.443000,64.881000,14.152000,68.404000,17.072000,74.604000,19.763000,72.727000,27.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.645000,65.041000,113.308000,66.971000,95.510000,74.072000,89.592000,73.677000,81.786000,66.455000,83.541000,63.145000,102.507000,63.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.468000,59.374000,220.596000,60.205000,216.871000,64.986000,214.469000,60.923000,203.691000,55.013000,202.255000,52.533000,210.548000,53.383000,204.754000,49.476000,214.540000,52.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.106000,2.091000,218.045000,-8.588000,219.579000,-13.758000,223.571000,-8.420000,223.630000,-8.279000,230.329000,-8.470000,227.900000,-5.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.259000,-41.274000,137.000000,-29.263000,129.703000,-33.989000,132.657000,-38.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.021000,15.183000,144.442000,25.240000,139.453000,19.335000,137.587000,19.001000,135.754000,17.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.030000,-13.351000,224.912000,-18.081000,224.448000,-8.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.089000,-39.198000,59.608000,-38.784000,66.660000,-37.835000,69.639000,-35.157000,66.029000,-33.567000,62.118000,-28.899000,58.911000,-32.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.942000,22.627000,257.356000,24.083000,265.974000,19.207000,267.474000,24.245000,265.220000,26.708000,261.945000,29.886000,261.799000,29.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.333000,50.101000,215.174000,45.497000,226.052000,43.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.767000,-2.379000,19.412000,4.852000,22.737000,5.730000,19.469000,5.725000,15.762000,11.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.396000,-7.851000,122.890000,2.811000,117.448000,-2.580000,116.526000,-5.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.512000,-27.701000,345.984000,-27.427000,340.207000,-25.498000,330.247000,-28.468000,330.515000,-36.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.520000,-28.689000,143.970000,-28.787000,135.618000,-22.212000,128.651000,-30.550000,132.686000,-38.577000,140.460000,-37.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.101000,-24.043000,343.058000,-28.828000,349.159000,-29.692000,354.202000,-28.806000,353.263000,-27.772000,352.232000,-25.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.761000,4.224000,212.415000,8.719000,216.700000,5.147000,221.498000,7.048000,220.271000,10.470000,211.457000,16.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.309000,-24.461000,252.765000,-24.345000,249.757000,-26.603000,250.446000,-31.493000,253.574000,-25.095000,257.256000,-21.611000,262.490000,-17.785000,257.918000,-19.509000,254.433000,-14.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.537000,-35.244000,298.576000,-36.738000,313.517000,-38.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.172000,-8.053000,356.226000,-13.841000,347.007000,-19.057000,357.855000,-18.108000,3.160000,-12.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.892000,-10.248000,59.014000,-14.050000,62.353000,-11.650000,65.725000,-10.102000,67.405000,-12.740000,70.155000,-13.122000,64.151000,-7.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.679000,-37.067000,74.530000,-30.603000,69.077000,-36.845000,75.902000,-45.419000,81.894000,-40.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.895000,-39.843000,205.204000,-42.237000,206.053000,-44.434000,200.629000,-49.082000,204.168000,-49.358000,218.363000,-48.182000,220.621000,-46.471000,210.548000,-42.185000,214.406000,-35.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.853000,31.614000,330.434000,30.871000,328.173000,28.762000,336.909000,26.949000,338.838000,32.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.046000,14.913000,178.112000,3.130000,179.989000,12.169000,183.122000,17.753000,176.043000,21.540000,176.804000,17.500000,175.524000,15.198000,172.765000,17.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.209000,-1.185000,126.988000,1.866000,125.295000,-8.219000,125.598000,-9.482000,128.845000,-8.452000,134.850000,-9.188000,137.262000,-7.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.852000,-15.268000,323.749000,-18.682000,320.652000,-19.021000,326.489000,-23.583000,336.002000,-31.546000,334.749000,-21.679000,337.438000,-18.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.046000,1.854000,152.301000,-1.093000,151.193000,-5.367000,163.072000,2.107000,154.614000,1.277000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.882000,-10.301000,139.950000,-10.429000,137.774000,-11.584000,136.749000,-11.560000,136.852000,-13.716000,147.510000,-21.885000,149.633000,-17.121000,144.421000,-10.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.527000,25.592000,113.030000,32.506000,98.453000,41.486000,101.210000,35.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.743000,-54.782000,233.275000,-57.572000,237.935000,-64.450000,237.482000,-67.355000,239.798000,-67.317000,246.931000,-64.765000,250.629000,-64.078000,258.469000,-60.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.908000,66.936000,240.535000,64.022000,241.486000,70.041000,231.813000,73.692000,213.277000,72.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.656000,-21.553000,229.177000,-21.500000,234.015000,-21.548000,232.971000,-20.629000,227.493000,-18.715000,218.726000,-16.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.281000,75.832000,188.604000,82.109000,174.673000,84.080000,146.031000,85.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.645000,35.102000,337.637000,36.906000,342.377000,35.957000,342.600000,45.331000,337.018000,40.944000,335.906000,40.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.940000,-5.901000,170.344000,1.132000,168.570000,-1.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.963000,69.027000,37.875000,76.127000,32.673000,69.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.586000,-7.902000,286.197000,-4.571000,287.677000,-0.904000,288.812000,-1.558000,291.646000,7.803000,285.484000,2.874000,282.649000,6.811000,285.064000,-0.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.564000,-35.347000,262.846000,-33.603000,255.484000,-27.034000,255.019000,-24.011000,254.899000,-30.224000,249.592000,-27.673000,249.891000,-33.660000,256.691000,-41.781000,262.211000,-40.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.449000,17.055000,151.867000,14.536000,158.739000,15.460000,157.373000,21.283000,157.507000,22.983000,153.520000,20.780000,144.388000,25.418000,147.296000,20.971000,141.240000,21.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.060000,-0.574000,6.186000,5.069000,4.861000,6.458000,1.408000,2.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.082000,-11.998000,212.911000,-20.078000,213.504000,-19.998000,216.308000,-18.036000,227.274000,-20.225000,224.794000,-15.330000,219.758000,-11.853000,219.963000,-10.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.940000,44.167000,260.575000,32.396000,269.862000,32.021000,268.465000,47.273000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.812000,14.231000,350.704000,16.130000,346.889000,15.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.529000,86.578000,216.542000,77.152000,224.024000,77.207000,249.013000,81.612000,269.453000,84.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.166000,-17.126000,139.463000,-14.182000,134.690000,-13.835000,135.321000,-17.381000,138.146000,-17.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.837000,30.978000,102.690000,34.647000,107.083000,33.483000,108.826000,45.844000,100.716000,42.454000,100.972000,41.079000,97.791000,44.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.318000,-15.109000,27.289000,-7.924000,29.559000,-1.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.238000,-23.373000,295.674000,-17.139000,285.435000,-15.754000,285.717000,-7.897000,277.369000,-13.370000,276.020000,-22.650000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.117000,45.874000,243.375000,48.032000,243.007000,48.101000,249.463000,50.838000,230.207000,52.403000,231.972000,49.269000,232.957000,39.099000,236.694000,43.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.534000,16.427000,10.632000,16.835000,9.311000,18.050000,4.392000,22.666000,4.317000,22.643000,357.501000,15.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.855000,8.847000,337.314000,8.033000,338.194000,4.311000,345.424000,-6.845000,346.566000,-4.994000,349.120000,5.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.103000,21.901000,325.108000,19.738000,334.569000,13.517000,336.400000,15.292000,341.562000,20.970000,336.664000,21.860000,341.870000,26.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.726000,-12.387000,188.348000,-19.474000,187.475000,-12.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.656000,41.748000,87.560000,37.419000,89.572000,45.911000,77.360000,45.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.943000,52.980000,345.135000,46.626000,349.957000,43.564000,348.558000,48.507000,353.394000,50.881000,357.405000,51.499000,357.121000,55.831000,357.024000,56.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.583000,38.321000,66.540000,25.134000,76.279000,24.505000,79.357000,33.997000,76.306000,33.064000,80.109000,35.255000,72.966000,32.617000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.743000,10.244000,216.654000,8.682000,212.987000,14.119000,210.055000,13.323000,209.801000,13.339000,216.098000,4.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.810000,1.957000,196.083000,9.521000,198.738000,8.956000,198.871000,10.513000,196.009000,12.371000,187.132000,9.093000,192.458000,9.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.299000,10.838000,276.187000,13.085000,275.679000,8.505000,273.441000,7.791000,273.117000,0.243000,277.114000,0.572000,286.876000,3.931000,284.782000,4.705000,279.632000,7.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.213000,-60.753000,29.734000,-62.413000,47.243000,-59.894000,48.859000,-58.748000,53.061000,-56.771000,44.976000,-56.267000,40.593000,-54.890000,35.197000,-57.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.351000,-50.412000,289.258000,-51.334000,286.406000,-48.818000,280.046000,-38.296000,279.172000,-44.949000,271.475000,-39.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.495000,8.377000,180.731000,2.966000,173.784000,2.145000,173.603000,0.814000,172.735000,-2.782000,189.509000,-0.346000,184.946000,2.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.739000,1.058000,8.094000,5.059000,357.363000,4.690000,358.397000,1.649000,358.191000,1.630000,357.717000,-0.791000,358.716000,-8.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.572000,-71.701000,294.866000,-62.390000,281.835000,-62.032000,273.646000,-64.189000,259.887000,-67.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.438000,15.888000,291.718000,16.082000,295.448000,10.106000,300.194000,8.072000,305.951000,12.035000,304.671000,11.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.222000,26.719000,295.100000,27.952000,289.738000,32.759000,290.568000,16.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.100000,7.457000,354.049000,6.302000,7.281000,6.911000,5.041000,12.087000,0.586000,18.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.011000,27.184000,137.279000,24.016000,137.590000,23.817000,137.437000,13.936000,143.689000,20.272000,141.679000,28.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.978000,5.342000,347.452000,9.705000,345.997000,5.333000,348.882000,1.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.973000,-22.605000,203.463000,-21.845000,204.795000,-23.104000,209.671000,-30.775000,210.399000,-26.379000,211.973000,-29.481000,212.856000,-23.673000,215.011000,-22.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.312000,7.988000,219.481000,13.830000,225.949000,8.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.973000,13.305000,168.620000,12.336000,156.952000,20.393000,150.663000,14.837000,151.807000,14.564000,153.130000,8.895000,155.934000,11.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.203000,9.383000,182.487000,11.279000,187.272000,17.425000,181.095000,17.332000,178.657000,15.980000,178.550000,16.753000,180.695000,20.879000,179.610000,7.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.617000,7.884000,353.520000,12.115000,348.060000,16.143000,339.987000,1.986000,347.962000,0.106000,346.955000,7.911000,352.896000,6.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.609000,-69.123000,19.300000,-68.543000,26.706000,-63.744000,5.857000,-60.295000,2.039000,-68.006000,354.913000,-66.783000,348.825000,-75.644000,352.862000,-75.767000,10.622000,-75.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.210000,-50.882000,127.381000,-42.226000,128.747000,-46.377000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.716000,-26.021000,207.031000,-19.296000,200.049000,-17.610000,200.901000,-10.424000,197.585000,-16.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.633000,-8.702000,183.090000,-10.694000,178.562000,-10.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.196000,-17.871000,222.225000,-24.116000,223.880000,-16.822000,226.364000,-11.818000,223.390000,-15.165000,218.939000,-12.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.172000,35.299000,121.958000,33.272000,128.899000,32.735000,132.002000,32.915000,131.941000,37.674000,129.549000,37.151000,129.795000,43.362000,125.056000,37.602000,126.266000,36.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.915000,5.856000,165.207000,-1.599000,171.685000,-6.533000,173.302000,4.197000,171.051000,7.063000,165.987000,8.923000,169.185000,3.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.985000,-25.204000,241.604000,-15.881000,238.540000,-12.841000,235.968000,-16.869000,232.951000,-15.014000,231.374000,-15.086000,229.224000,-15.604000,230.393000,-18.860000,233.162000,-22.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.998000,-9.554000,14.752000,-6.872000,10.521000,-10.440000,8.277000,-10.846000,4.100000,-10.715000,5.513000,-13.389000,8.159000,-13.879000,8.223000,-17.905000,7.775000,-21.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.749000,50.288000,353.433000,42.573000,358.231000,40.476000,357.490000,37.718000,5.700000,47.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.854000,-12.322000,205.071000,-12.988000,210.991000,-12.641000,210.907000,-12.400000,201.971000,-4.731000,201.343000,-6.489000,194.543000,-4.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.019000,-24.736000,359.393000,-26.948000,5.150000,-24.359000,4.816000,-22.017000,7.423000,-25.310000,13.469000,-16.706000,8.295000,-14.105000,3.813000,-13.522000,0.584000,-17.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.557000,8.357000,193.878000,8.795000,199.579000,7.451000,199.239000,12.457000,195.040000,11.548000,194.867000,12.497000,192.481000,11.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.636000,-10.820000,41.119000,-14.927000,40.591000,-17.406000,44.331000,-17.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.882000,-2.281000,193.925000,-3.364000,187.045000,2.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.073000,7.290000,345.663000,3.452000,356.497000,5.185000,0.984000,6.832000,3.798000,8.062000,359.670000,15.221000,351.602000,14.640000,350.021000,11.698000,349.301000,11.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.850000,65.057000,143.456000,65.635000,149.591000,69.863000,143.253000,71.287000,145.130000,75.644000,120.464000,66.376000,131.701000,60.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.311000,38.714000,254.144000,33.372000,260.284000,30.587000,269.636000,34.441000,271.941000,40.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.681000,-36.864000,183.837000,-40.223000,186.134000,-40.588000,193.114000,-39.790000,195.486000,-35.890000,195.687000,-29.293000,187.682000,-31.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.930000,-29.575000,301.217000,-24.604000,301.905000,-21.282000,297.216000,-19.565000,295.629000,-21.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.938000,41.239000,39.025000,31.821000,40.933000,24.872000,43.046000,29.291000,45.100000,24.936000,47.420000,25.649000,49.758000,29.350000,47.030000,34.757000,49.324000,37.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.531000,-15.696000,4.214000,-11.096000,355.931000,-10.746000,356.632000,-5.253000,352.148000,-12.674000,354.178000,-15.226000,354.364000,-18.138000,355.802000,-17.755000,356.856000,-19.487000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.926000,18.878000,179.882000,17.371000,179.063000,19.449000,178.501000,19.995000,180.179000,24.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.620000,-63.449000,134.900000,-64.283000,165.277000,-69.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.390000,-7.200000,101.146000,-14.823000,104.778000,-14.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.663000,29.300000,155.951000,33.433000,157.020000,33.058000,157.995000,35.828000,145.412000,37.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.308000,-39.931000,98.701000,-35.020000,91.425000,-41.307000,95.645000,-48.671000,95.972000,-48.640000,105.416000,-46.557000,111.817000,-49.464000,106.242000,-42.392000,110.340000,-39.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.383000,-12.142000,118.805000,-10.653000,119.561000,-8.045000,119.039000,-4.375000,107.421000,-9.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.490000,13.389000,60.447000,11.944000,64.242000,9.604000,60.793000,9.775000,62.395000,7.302000,69.159000,7.326000,71.690000,6.228000,78.199000,8.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.275000,-10.643000,222.698000,-8.745000,217.618000,-14.165000,225.965000,-15.887000,226.351000,-15.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.522000,1.149000,144.083000,-0.531000,143.684000,-3.220000,142.418000,-10.365000,147.032000,-3.653000,146.693000,-1.977000,153.164000,-4.340000,150.687000,1.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.646000,39.388000,56.861000,41.226000,53.968000,37.428000,55.318000,33.283000,60.239000,29.604000,70.685000,29.556000,66.832000,35.618000,66.345000,37.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.945000,36.855000,79.717000,31.640000,74.337000,37.421000,71.324000,45.415000,65.934000,43.301000,60.775000,39.684000,62.046000,32.750000,74.451000,29.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.083000,-22.343000,129.099000,-22.626000,135.518000,-25.564000,145.271000,-20.979000,144.387000,-21.335000,138.330000,-22.443000,133.004000,-21.837000,136.913000,-23.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.916000,49.229000,359.164000,52.779000,353.557000,53.431000,4.821000,44.434000,3.685000,49.905000,4.963000,49.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.522000,-40.697000,164.057000,-38.813000,166.313000,-36.596000,172.312000,-34.593000,169.286000,-32.768000,169.210000,-31.731000,166.980000,-32.793000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.851000,5.166000,5.308000,-2.537000,13.279000,5.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.045000,-16.886000,358.413000,-16.508000,357.183000,-18.880000,4.986000,-26.300000,5.126000,-25.827000,5.110000,-25.192000,5.746000,-21.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.210000,27.099000,269.007000,27.910000,272.381000,32.523000,273.056000,37.476000,262.506000,41.391000,261.203000,31.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.190000,66.595000,180.504000,71.129000,153.398000,71.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.883000,-16.999000,34.633000,-16.310000,43.012000,-23.709000,44.976000,-22.204000,48.386000,-18.299000,43.553000,-9.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.592000,-8.626000,178.902000,-16.690000,183.829000,-17.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.939000,2.667000,7.616000,0.870000,10.657000,-4.234000,8.611000,-5.987000,14.477000,-2.863000,15.036000,-11.569000,17.433000,-1.374000,19.405000,1.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.626000,-42.196000,181.595000,-42.987000,185.975000,-44.161000,189.575000,-44.124000,186.351000,-42.902000,196.286000,-40.844000,186.186000,-35.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.690000,2.106000,313.531000,-2.275000,314.576000,-5.807000,322.188000,4.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.651000,-11.528000,148.216000,-7.267000,144.260000,-19.147000,149.212000,-14.032000,153.508000,-13.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.209000,50.765000,137.701000,47.115000,136.679000,44.304000,144.867000,50.188000,150.696000,51.004000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.603000,-3.260000,166.957000,1.124000,165.198000,-2.415000,160.773000,-7.048000,170.457000,-12.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.939000,16.027000,61.189000,23.388000,56.485000,20.402000,56.339000,18.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.399000,12.334000,29.634000,10.862000,41.470000,13.666000,40.461000,15.845000,29.575000,16.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.319000,48.922000,309.489000,46.768000,310.208000,45.015000,310.054000,42.985000,313.227000,42.371000,318.114000,46.950000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.970000,28.466000,93.992000,31.519000,94.278000,32.606000,95.512000,34.588000,89.955000,40.664000,83.994000,34.864000,89.533000,36.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.830000,9.364000,357.445000,10.276000,354.891000,15.538000,349.360000,16.834000,347.266000,18.362000,348.241000,13.679000,345.845000,10.177000,354.761000,3.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.692000,0.560000,17.731000,-7.321000,23.908000,-12.522000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.304000,11.222000,320.341000,5.964000,322.298000,5.207000,324.491000,3.929000,332.657000,2.985000,330.785000,9.403000,327.989000,8.612000,331.196000,13.308000,322.009000,16.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.923000,43.562000,324.905000,45.315000,324.872000,44.267000,336.870000,36.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.952000,-46.315000,147.437000,-46.582000,156.635000,-48.349000,157.590000,-40.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.101000,-38.757000,328.110000,-34.095000,324.514000,-37.995000,318.760000,-38.507000,324.932000,-42.432000,330.323000,-46.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.379000,35.235000,26.390000,33.438000,26.007000,35.748000,29.113000,35.181000,26.164000,37.440000,30.004000,39.768000,27.660000,45.555000,21.384000,42.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.661000,65.701000,187.435000,58.736000,192.573000,59.035000,189.223000,55.371000,203.257000,59.343000,210.606000,53.992000,202.763000,63.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.936000,-26.244000,161.417000,-27.632000,161.136000,-26.131000,166.663000,-30.184000,162.172000,-25.000000,165.904000,-24.134000,163.884000,-23.750000,162.716000,-17.579000,161.394000,-17.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.576000,-17.362000,220.363000,-12.955000,215.524000,-13.050000,210.397000,-21.661000,214.330000,-21.857000,219.313000,-17.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.661000,-15.467000,356.196000,-6.750000,351.362000,-7.653000,348.558000,-5.076000,347.479000,-7.578000,345.300000,-10.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.046000,0.639000,190.247000,11.616000,184.896000,12.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.940000,26.859000,264.349000,23.984000,264.736000,19.724000,260.261000,15.752000,266.784000,17.643000,269.741000,10.485000,268.270000,17.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.842000,-53.456000,66.749000,-60.588000,74.262000,-59.962000,92.515000,-48.892000,88.619000,-48.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.131000,-1.399000,176.306000,-4.026000,179.406000,-6.874000,180.042000,-5.514000,185.896000,3.210000,184.548000,6.147000,182.998000,8.492000,173.834000,5.570000,174.844000,4.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.475000,51.637000,57.727000,49.530000,54.964000,47.803000,54.013000,43.872000,59.536000,38.669000,70.937000,42.711000,66.428000,47.323000,71.495000,47.696000,57.116000,54.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.016000,-39.548000,130.092000,-43.323000,126.852000,-44.058000,131.876000,-45.892000,143.762000,-45.380000,136.461000,-40.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.659000,3.101000,179.352000,1.679000,170.781000,-1.642000,178.990000,-3.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.029000,14.116000,29.969000,11.222000,33.699000,14.254000,35.914000,17.016000,30.549000,21.198000,19.719000,18.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.204000,7.551000,186.672000,6.283000,184.305000,8.264000,170.824000,14.126000,168.105000,8.965000,178.178000,1.341000,179.822000,2.819000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.381000,0.009000,88.473000,-4.779000,90.857000,-10.938000,96.667000,-7.986000,97.453000,-8.158000,98.047000,-1.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.451000,-52.645000,217.417000,-47.753000,228.169000,-45.342000,218.074000,-46.378000,211.697000,-41.401000,205.069000,-48.937000,206.440000,-53.102000,215.990000,-48.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.063000,-2.768000,191.777000,-8.207000,197.832000,-6.400000,200.022000,-3.862000,198.463000,-3.112000,195.860000,6.208000,195.089000,-0.194000,195.272000,-1.758000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.903000,-3.509000,190.030000,-13.791000,206.084000,-8.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.788000,27.057000,262.156000,33.931000,262.807000,35.508000,254.587000,21.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.040000,0.583000,348.606000,1.911000,343.779000,2.020000,337.884000,2.567000,340.446000,-0.123000,338.625000,-3.701000,346.515000,-6.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.264000,0.080000,19.898000,1.773000,22.587000,1.308000,22.598000,3.318000,10.518000,9.873000,8.135000,-1.926000,10.861000,-0.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.682000,-17.506000,3.201000,-13.905000,351.739000,-11.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.460000,-5.845000,176.423000,-13.732000,180.382000,-18.117000,186.511000,-22.051000,184.965000,-15.499000,183.723000,-12.220000,183.887000,-7.294000,180.402000,-10.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.528000,-32.878000,95.131000,-25.751000,87.111000,-22.567000,90.491000,-25.269000,89.477000,-24.909000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.839000,40.315000,113.188000,49.952000,112.420000,51.558000,113.168000,54.222000,100.642000,49.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.366000,43.664000,94.092000,44.236000,91.151000,45.494000,95.469000,41.664000,97.272000,36.463000,104.647000,42.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.830000,-10.228000,176.229000,-9.769000,179.511000,-5.434000,179.571000,-4.529000,183.503000,-5.863000,183.000000,-2.107000,177.278000,0.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.476000,-59.110000,215.697000,-62.044000,224.869000,-59.024000,225.861000,-49.750000,215.421000,-48.408000,214.464000,-50.431000,209.982000,-52.827000,203.651000,-52.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.541000,11.574000,180.784000,7.734000,183.236000,5.269000,188.995000,5.514000,184.834000,10.973000,182.035000,10.482000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.179000,56.744000,47.035000,55.288000,39.541000,51.146000,43.476000,49.769000,48.715000,52.106000,50.733000,49.224000,60.390000,51.286000,61.850000,52.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.810000,9.754000,290.707000,5.300000,295.751000,5.094000,293.898000,7.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.851000,17.467000,298.472000,12.828000,303.493000,8.865000,303.514000,6.942000,307.329000,2.414000,307.933000,4.988000,314.439000,11.920000,306.209000,9.850000,307.928000,11.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.008000,39.435000,234.376000,43.243000,230.115000,46.203000,232.863000,48.210000,236.995000,51.471000,233.495000,49.707000,215.201000,51.439000,219.815000,48.305000,218.501000,45.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.163000,-10.423000,294.689000,-6.652000,291.703000,-5.672000,288.880000,-5.048000,290.228000,0.753000,283.860000,-4.192000,285.296000,-5.540000,286.908000,-8.526000,287.082000,-9.109000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.535000,-6.377000,144.273000,-3.199000,143.401000,-6.609000,138.884000,-9.599000,142.137000,-20.447000,151.155000,-19.238000,150.978000,-16.910000,152.812000,-12.653000,153.350000,-6.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.432000,-23.286000,88.218000,-27.403000,95.532000,-30.340000,95.533000,-26.753000,99.238000,-26.637000,86.245000,-23.902000,83.403000,-22.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.178000,-3.663000,356.557000,-13.112000,352.371000,1.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.389000,-32.837000,302.237000,-36.435000,304.595000,-37.323000,309.908000,-37.364000,315.476000,-33.779000,319.245000,-32.068000,312.162000,-27.040000,305.374000,-28.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.253000,82.853000,225.092000,83.919000,261.378000,79.703000,290.313000,71.282000,299.237000,81.041000,309.850000,81.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.658000,18.772000,103.702000,19.095000,109.609000,18.077000,111.757000,17.410000,113.167000,18.149000,108.767000,23.443000,103.487000,23.167000,100.420000,28.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.082000,29.478000,314.504000,26.994000,313.945000,21.047000,319.241000,22.959000,320.896000,20.944000,322.581000,21.578000,329.527000,26.552000,323.724000,28.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.517000,-5.887000,195.561000,-6.895000,194.100000,-10.416000,206.598000,-2.265000,199.654000,-2.868000,200.008000,-0.344000,198.153000,2.115000,195.862000,-4.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.958000,7.699000,0.580000,12.872000,354.126000,9.112000,352.371000,8.115000,355.844000,5.122000,359.600000,1.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.534000,-1.546000,172.297000,3.464000,170.405000,-1.212000,166.665000,-0.262000,165.435000,-2.959000,170.892000,-4.400000,171.211000,-4.911000,176.280000,-13.001000,174.369000,-5.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.150000,26.573000,126.684000,25.203000,126.460000,22.930000,128.722000,23.800000,135.645000,21.051000,136.493000,23.556000,131.306000,26.466000,135.061000,31.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.781000,48.525000,353.826000,50.845000,348.884000,49.456000,352.005000,51.950000,348.876000,52.890000,338.231000,52.591000,334.239000,46.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.881000,2.843000,231.168000,6.228000,223.372000,13.246000,216.506000,12.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.890000,-5.340000,192.617000,-6.087000,191.021000,-2.056000,187.838000,-14.897000,190.811000,-11.488000,192.922000,-14.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.281000,66.786000,271.111000,62.946000,286.572000,57.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.402000,31.002000,291.250000,27.581000,299.400000,30.795000,300.836000,23.764000,302.025000,30.360000,307.698000,27.303000,311.019000,32.923000,303.942000,34.234000,298.118000,35.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.457000,1.567000,7.238000,5.210000,3.186000,6.120000,6.700000,-2.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.473000,18.035000,334.139000,17.790000,332.921000,16.432000,334.209000,9.235000,342.748000,8.571000,345.939000,11.799000,341.588000,20.124000,341.785000,24.223000,337.391000,17.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.950000,-3.725000,162.652000,-9.508000,167.283000,-9.787000,177.767000,1.173000,168.090000,6.168000,166.760000,6.238000,166.966000,-0.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.770000,28.244000,350.288000,32.904000,346.514000,34.049000,341.842000,24.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.182000,3.971000,351.547000,-1.100000,1.538000,2.290000,357.744000,3.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.480000,-7.768000,170.304000,-12.166000,173.235000,-0.620000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.726000,-20.204000,220.257000,-21.888000,219.214000,-29.207000,213.156000,-34.100000,216.428000,-32.724000,220.717000,-37.285000,227.091000,-31.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.608000,17.986000,98.114000,23.626000,94.535000,20.100000,92.887000,18.280000,90.257000,18.289000,89.399000,16.326000,88.117000,13.959000,91.588000,16.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.139000,12.457000,354.055000,15.733000,349.951000,12.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.320000,12.911000,25.992000,13.932000,21.597000,20.176000,21.083000,18.833000,20.513000,15.917000,17.145000,15.597000,20.314000,12.825000,21.651000,11.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.477000,-40.682000,42.779000,-45.396000,39.431000,-42.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.386000,6.920000,2.049000,1.085000,0.076000,-0.635000,354.727000,-1.941000,355.322000,-4.703000,10.379000,3.833000,3.433000,0.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.503000,-21.493000,118.620000,-24.415000,114.520000,-23.600000,110.564000,-31.217000,118.000000,-29.718000,122.067000,-33.810000,127.484000,-28.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.221000,41.480000,195.395000,38.207000,198.450000,36.290000,197.610000,45.211000,192.591000,42.650000,189.506000,45.497000,185.239000,47.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.380000,6.252000,243.800000,6.966000,243.060000,11.368000,241.476000,8.710000,239.934000,8.445000,241.980000,5.181000,248.481000,3.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.704000,41.958000,353.494000,41.100000,353.318000,45.061000,358.716000,42.984000,351.997000,57.255000,351.154000,50.387000,342.807000,52.214000,348.232000,48.629000,347.819000,47.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.078000,12.664000,248.939000,13.490000,247.469000,7.247000,258.364000,8.286000,252.767000,15.302000,260.150000,19.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.731000,-1.125000,343.710000,-5.869000,340.147000,-10.461000,342.155000,-13.723000,349.177000,-15.217000,351.088000,-9.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.700000,-46.900000,268.716000,-50.747000,270.373000,-57.987000,269.959000,-58.450000,276.482000,-58.182000,284.602000,-59.144000,282.940000,-57.277000,278.372000,-55.792000,274.033000,-52.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.304000,-52.067000,246.875000,-50.788000,248.489000,-53.246000,253.879000,-55.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.231000,-42.932000,28.933000,-43.108000,22.663000,-34.898000,17.762000,-35.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.103000,-18.914000,12.113000,-19.148000,8.908000,-19.850000,14.487000,-24.994000,17.271000,-20.649000,18.462000,-17.997000,22.583000,-11.682000,16.500000,-15.154000,15.831000,-9.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.651000,48.858000,231.857000,41.455000,226.139000,42.743000,229.637000,31.530000,232.386000,34.321000,236.495000,33.394000,238.509000,37.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.612000,15.364000,13.216000,18.184000,10.201000,14.455000,12.761000,10.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.702000,-6.763000,359.423000,-5.709000,3.242000,-8.761000,1.109000,-3.011000,9.275000,-3.586000,1.178000,3.328000,357.157000,8.356000,356.694000,5.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.435000,0.092000,188.708000,-4.675000,183.711000,1.645000,178.558000,7.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.211000,-21.962000,303.768000,-24.902000,303.546000,-28.298000,305.433000,-24.916000,307.580000,-26.147000,309.341000,-25.502000,308.138000,-20.783000,299.513000,-19.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.154000,8.667000,348.890000,-0.857000,0.274000,-0.722000,0.496000,7.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.350000,-55.856000,190.963000,-39.496000,186.174000,-48.842000,180.950000,-49.423000,177.078000,-51.081000,181.946000,-54.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.151000,-20.595000,60.697000,-19.616000,65.629000,-17.805000,52.139000,-14.257000,52.320000,-22.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.855000,-30.670000,72.673000,-24.667000,71.262000,-28.608000,71.312000,-36.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.227000,2.807000,143.780000,5.976000,138.639000,10.987000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.100000,1.930000,358.455000,-2.057000,1.119000,-2.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.800000,-61.664000,80.915000,-52.614000,78.159000,-52.832000,66.434000,-54.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.633000,36.386000,99.484000,41.079000,95.369000,39.268000,94.597000,29.047000,103.425000,31.245000,100.246000,34.731000,107.964000,33.991000,101.224000,36.208000,98.011000,36.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.876000,9.042000,188.725000,5.866000,183.096000,15.739000,181.243000,11.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.060000,-8.192000,4.455000,-4.519000,358.616000,-1.831000,359.490000,-11.584000,2.430000,-10.914000,359.470000,-15.113000,2.404000,-13.562000,8.835000,-10.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.379000,16.372000,159.928000,12.240000,155.051000,10.161000,163.737000,8.631000,162.094000,4.972000,159.643000,1.319000,172.150000,5.323000,174.114000,7.629000,170.408000,15.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.876000,32.428000,338.800000,35.442000,345.154000,37.280000,338.371000,41.611000,333.751000,48.218000,324.978000,45.075000,331.416000,40.009000,329.893000,36.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.782000,10.767000,271.868000,8.031000,265.385000,8.244000,263.718000,3.480000,280.455000,0.379000,278.898000,2.846000,277.183000,5.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.443000,20.472000,125.069000,24.201000,125.726000,22.175000,125.409000,16.311000,127.825000,8.680000,132.769000,9.543000,133.730000,12.284000,135.936000,12.075000,139.965000,12.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.184000,0.164000,179.633000,4.197000,179.630000,5.449000,185.551000,5.371000,183.708000,7.122000,180.835000,6.740000,179.233000,11.247000,168.744000,8.432000,171.509000,4.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.321000,14.077000,199.628000,12.515000,199.309000,7.590000,207.191000,12.863000,212.867000,9.094000,208.113000,19.837000,205.525000,22.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.699000,38.600000,343.565000,31.853000,350.862000,34.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.720000,-27.907000,323.901000,-28.183000,330.686000,-31.674000,332.277000,-32.437000,338.310000,-31.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.608000,-1.615000,152.927000,-5.365000,153.989000,-8.740000,155.852000,-4.077000,163.960000,1.763000,162.906000,4.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.745000,21.169000,164.608000,26.599000,165.013000,28.980000,163.138000,32.451000,160.859000,31.664000,161.448000,34.072000,153.055000,37.660000,155.711000,30.567000,151.658000,26.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.063000,-54.489000,337.720000,-61.530000,346.693000,-63.467000,345.595000,-62.559000,341.994000,-60.105000,348.816000,-60.541000,356.311000,-60.046000,346.089000,-53.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.077000,21.371000,189.938000,23.794000,182.417000,29.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.508000,36.293000,256.909000,36.202000,267.877000,34.320000,268.519000,33.378000,268.586000,34.463000,276.944000,34.534000,272.439000,39.764000,269.897000,39.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.923000,43.049000,320.186000,43.966000,314.509000,39.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.232000,5.854000,199.884000,7.241000,204.580000,13.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.635000,-79.201000,270.325000,-77.711000,268.390000,-75.905000,295.509000,-76.041000,280.033000,-75.719000,241.007000,-67.437000,252.645000,-75.923000,235.547000,-78.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.011000,18.222000,165.110000,24.774000,161.418000,24.520000,154.370000,25.187000,161.052000,24.378000,164.478000,19.352000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.618000,-39.644000,69.349000,-44.707000,56.488000,-38.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.809000,-16.391000,13.903000,-14.407000,9.300000,-7.531000,7.093000,-12.476000,5.041000,-18.745000,4.889000,-21.792000,13.346000,-24.672000,17.335000,-20.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.521000,23.925000,19.852000,23.974000,21.398000,27.094000,16.632000,34.832000,9.579000,26.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.069000,-35.674000,20.494000,-34.696000,27.220000,-37.916000,25.739000,-36.079000,17.204000,-25.476000,14.717000,-27.506000,19.417000,-31.638000,16.203000,-30.281000,18.803000,-32.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.051000,-13.453000,2.962000,-9.200000,357.231000,-1.835000,352.706000,-2.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.818000,-1.227000,158.015000,-3.036000,161.045000,-5.453000,169.221000,0.397000,161.708000,0.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.127000,-55.782000,59.219000,-55.128000,56.661000,-54.749000,52.008000,-58.215000,48.878000,-56.311000,51.647000,-65.146000,60.436000,-67.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.825000,43.331000,177.096000,39.872000,170.304000,40.411000,170.258000,37.721000,188.970000,39.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.263000,13.611000,13.043000,14.121000,12.186000,17.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.876000,-7.150000,340.743000,-12.854000,346.631000,-12.456000,348.421000,-8.531000,351.178000,-8.586000,349.542000,-0.865000,346.869000,-1.109000,347.672000,-5.642000,345.142000,-2.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.522000,-10.724000,150.533000,-14.057000,168.181000,-11.055000,164.783000,-8.354000,159.627000,-12.251000,161.429000,-8.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.996000,-20.631000,223.322000,-17.425000,220.874000,-17.027000,217.198000,-19.687000,228.080000,-30.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.563000,-22.469000,34.141000,-20.682000,32.061000,-20.840000,29.879000,-24.099000,24.054000,-28.184000,18.599000,-30.124000,27.735000,-29.769000,32.029000,-33.612000,38.130000,-29.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.897000,-0.169000,182.277000,-6.134000,188.556000,-1.806000,186.066000,-0.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.051000,44.480000,308.755000,52.046000,299.403000,48.435000,302.455000,41.063000,310.406000,37.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.546000,14.345000,180.633000,21.741000,179.033000,18.362000,175.058000,15.058000,179.007000,13.245000,176.388000,12.715000,176.608000,10.939000,182.706000,5.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.690000,-25.507000,338.567000,-23.353000,337.703000,-21.916000,339.758000,-20.028000,341.456000,-15.530000,336.689000,-14.935000,333.043000,-21.013000,329.721000,-27.576000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.100000,-57.402000,43.472000,-59.546000,44.601000,-54.075000,33.236000,-61.779000,34.494000,-65.005000,32.288000,-66.510000,57.012000,-61.083000,48.237000,-59.657000,50.282000,-58.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.393000,-37.614000,347.324000,-37.586000,350.284000,-45.408000,3.152000,-41.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.890000,-14.986000,181.497000,-18.429000,181.925000,-16.703000,182.860000,-26.453000,182.477000,-25.450000,183.889000,-23.089000,183.570000,-22.190000,180.828000,-21.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.467000,-38.700000,172.068000,-35.209000,164.090000,-37.950000,168.542000,-38.968000,167.418000,-47.276000,170.858000,-47.207000,176.024000,-46.238000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.872000,24.659000,338.571000,27.524000,340.625000,29.836000,341.925000,30.211000,342.665000,36.897000,331.612000,37.262000,330.359000,36.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.203000,58.395000,0.843000,57.482000,357.834000,60.873000,353.326000,66.980000,344.688000,65.836000,349.486000,59.385000,341.950000,52.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.961000,5.836000,2.129000,6.385000,5.632000,12.739000,354.143000,16.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.664000,-34.617000,27.293000,-28.418000,22.511000,-20.759000,20.156000,-18.255000,19.303000,-24.661000,14.658000,-21.497000,14.274000,-34.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.676000,-61.753000,21.923000,-61.166000,30.038000,-64.492000,21.783000,-59.049000,19.550000,-53.407000,7.424000,-60.039000,0.041000,-62.244000,5.394000,-66.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.782000,-21.062000,64.328000,-16.009000,67.519000,-14.452000,62.377000,-6.784000,59.434000,-12.241000,57.540000,-15.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.399000,-20.327000,350.728000,-14.868000,350.224000,-13.667000,354.729000,-14.550000,346.581000,-7.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.801000,-25.163000,191.135000,-27.234000,193.000000,-21.716000,191.308000,-21.439000,193.510000,-17.508000,187.812000,-18.596000,187.839000,-15.604000,184.091000,-18.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.915000,24.110000,48.215000,35.112000,38.439000,26.224000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.055000,-6.310000,181.631000,-1.575000,181.228000,-0.335000,182.248000,3.254000,179.127000,-6.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.597000,-1.785000,11.942000,-8.153000,15.533000,-4.491000,17.239000,-3.328000,16.582000,-1.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.804000,64.257000,152.181000,56.390000,161.691000,54.318000,174.156000,62.548000,172.827000,65.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.800000,9.122000,94.723000,7.815000,92.468000,11.924000,92.816000,12.667000,93.068000,15.175000,85.934000,20.089000,84.504000,13.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.171000,-29.735000,208.904000,-29.852000,203.884000,-34.780000,211.077000,-32.114000,209.095000,-36.323000,209.971000,-37.330000,213.051000,-33.526000,213.497000,-27.630000,210.880000,-26.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.186000,-71.657000,19.107000,-71.257000,22.403000,-69.863000,43.084000,-70.859000,31.829000,-68.748000,33.803000,-66.788000,38.798000,-63.134000,4.939000,-65.762000,352.360000,-69.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.178000,-35.288000,137.270000,-33.707000,140.460000,-41.121000,141.849000,-40.859000,145.420000,-42.675000,159.473000,-42.438000,154.063000,-39.851000,152.573000,-36.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.926000,-26.182000,134.160000,-31.920000,141.308000,-25.955000,141.881000,-26.740000,142.915000,-33.862000,147.034000,-29.735000,145.796000,-26.841000,137.668000,-19.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.342000,4.164000,355.915000,5.794000,355.096000,8.301000,1.694000,8.875000,347.602000,13.933000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.667000,16.281000,246.255000,16.850000,246.104000,20.561000,245.109000,18.009000,241.896000,22.275000,244.077000,17.751000,242.801000,19.883000,244.212000,10.369000,249.113000,8.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.778000,-45.983000,356.439000,-57.952000,10.519000,-49.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.680000,8.090000,188.288000,9.290000,188.529000,9.520000,192.205000,9.498000,182.567000,16.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.272000,6.632000,353.665000,15.901000,352.918000,15.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.140000,-32.331000,205.640000,-24.115000,208.117000,-19.592000,204.112000,-18.131000,198.715000,-15.527000,197.145000,-24.714000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.774000,37.982000,128.468000,45.901000,133.119000,47.961000,128.863000,47.177000,134.700000,51.901000,114.626000,51.371000,112.722000,48.021000,126.999000,43.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.063000,-3.202000,186.593000,-7.570000,182.481000,-4.795000,186.980000,-12.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.934000,-4.878000,185.826000,6.227000,176.457000,2.761000,179.814000,0.256000,175.800000,-5.953000,181.388000,-2.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.304000,39.463000,108.929000,47.726000,105.209000,38.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.598000,-3.985000,357.422000,-10.979000,358.756000,-16.763000,0.973000,-9.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.587000,-24.516000,246.270000,-16.805000,241.400000,-12.711000,240.070000,-14.759000,236.209000,-14.553000,233.078000,-18.667000,233.499000,-19.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.601000,-39.416000,254.930000,-31.460000,252.238000,-32.788000,243.209000,-39.100000,261.198000,-44.003000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.610000,7.981000,2.202000,7.391000,7.763000,6.180000,7.715000,7.218000,3.038000,15.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.197000,21.280000,175.492000,24.484000,175.248000,25.917000,166.345000,24.290000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.471000,61.244000,89.172000,57.862000,80.119000,65.175000,64.897000,66.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.231000,-68.225000,267.246000,-71.892000,278.577000,-65.450000,294.222000,-61.608000,280.774000,-62.630000,270.172000,-64.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.351000,4.576000,185.798000,-3.307000,192.160000,-5.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.763000,-9.701000,27.855000,-6.523000,22.322000,-6.941000,16.491000,-6.541000,10.759000,-9.884000,16.397000,-13.987000,19.596000,-10.528000,20.610000,-11.566000,21.128000,-12.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.312000,-6.450000,352.112000,-12.236000,350.909000,-4.717000,351.022000,-3.528000,349.298000,-2.109000,341.472000,3.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.965000,13.827000,52.943000,10.912000,58.571000,11.915000,63.247000,17.686000,62.355000,20.077000,60.274000,18.759000,55.225000,20.561000,55.992000,14.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.763000,-0.420000,94.630000,12.330000,93.289000,5.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.396000,2.517000,200.596000,-2.451000,201.114000,-9.345000,207.090000,-2.716000,212.068000,-6.471000,206.659000,4.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.701000,6.807000,202.444000,9.611000,202.263000,5.527000,200.892000,4.541000,204.138000,3.177000,213.340000,-0.036000,210.725000,4.438000,211.032000,7.682000,209.802000,7.297000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.578000,73.572000,297.408000,74.571000,316.072000,77.626000,336.777000,77.074000,298.538000,78.451000,297.128000,80.698000,260.518000,82.242000,263.431000,75.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.053000,-25.228000,190.835000,-28.135000,194.553000,-31.384000,200.160000,-19.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.068000,29.343000,66.410000,27.814000,69.964000,24.076000,74.465000,28.538000,77.853000,24.227000,75.133000,29.938000,80.238000,27.262000,76.473000,32.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.680000,33.071000,34.886000,26.288000,40.289000,26.722000,40.968000,27.063000,43.886000,24.371000,47.766000,28.742000,43.029000,38.234000,39.103000,39.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.944000,13.599000,293.131000,8.462000,293.524000,8.114000,298.818000,5.212000,300.698000,1.864000,300.993000,6.124000,302.515000,16.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.441000,13.472000,170.850000,10.949000,179.120000,7.583000,178.365000,3.218000,179.349000,7.242000,181.126000,7.187000,181.841000,7.047000,185.997000,2.994000,186.718000,16.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.604000,-44.678000,42.889000,-38.689000,40.824000,-29.498000,40.998000,-28.819000,37.711000,-33.093000,36.555000,-36.106000,34.520000,-36.848000,32.130000,-36.704000,38.717000,-40.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.476000,3.667000,258.761000,-10.274000,263.865000,-3.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.574000,-9.825000,4.319000,-7.581000,13.640000,-5.466000,6.523000,-0.032000,4.779000,-4.126000,3.363000,-5.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.928000,-14.645000,261.408000,-18.186000,266.907000,-11.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.697000,-1.556000,35.563000,-1.766000,35.325000,-8.102000,39.995000,-7.632000,49.773000,-6.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.363000,37.989000,90.391000,37.238000,91.220000,49.767000,85.385000,48.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.098000,4.204000,17.977000,7.181000,14.347000,-1.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.524000,42.523000,78.457000,40.092000,73.785000,41.860000,72.802000,38.810000,79.724000,33.141000,81.830000,33.908000,81.138000,46.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.959000,34.687000,246.626000,34.176000,258.686000,31.338000,257.440000,32.599000,266.759000,33.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.592000,4.630000,196.366000,7.310000,192.755000,6.386000,194.826000,1.267000,190.705000,-2.861000,197.382000,-0.318000,197.381000,0.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.954000,-22.453000,153.030000,-23.303000,163.572000,-20.269000,166.460000,-17.770000,162.723000,-11.834000,161.524000,-11.942000,156.134000,-18.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.462000,33.949000,351.622000,32.689000,345.216000,32.417000,352.520000,22.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.802000,6.906000,13.135000,7.339000,11.953000,6.701000,10.100000,5.692000,12.323000,9.757000,10.783000,8.095000,8.142000,8.074000,7.262000,3.628000,6.960000,-1.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.802000,4.104000,10.927000,8.113000,0.340000,12.002000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.920000,38.182000,351.397000,36.373000,342.486000,37.336000,351.033000,32.726000,358.606000,32.048000,359.311000,33.782000,359.669000,39.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.542000,72.440000,290.145000,76.566000,296.310000,68.293000,311.836000,64.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.006000,-48.600000,190.855000,-45.742000,201.279000,-54.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.799000,-1.517000,179.108000,3.405000,175.728000,4.997000,177.428000,2.571000,176.574000,-0.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.159000,-21.702000,109.582000,-25.842000,111.523000,-22.044000,111.361000,-19.036000,110.915000,-13.300000,110.498000,-18.145000,109.282000,-14.917000,108.459000,-20.258000,105.546000,-22.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.787000,52.101000,2.798000,50.238000,0.223000,50.291000,14.367000,57.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.217000,-25.303000,301.969000,-22.323000,296.683000,-19.298000,298.657000,-29.485000,304.970000,-27.624000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.454000,-47.894000,154.114000,-51.767000,157.367000,-55.481000,160.483000,-55.079000,157.707000,-50.229000,158.111000,-48.048000,161.932000,-47.745000,159.726000,-43.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.055000,6.441000,215.789000,6.731000,214.502000,9.025000,217.681000,8.862000,216.586000,16.609000,208.224000,18.453000,206.863000,9.200000,205.527000,2.855000,209.764000,5.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.077000,-20.856000,255.651000,-18.229000,258.559000,-13.106000,257.179000,-8.433000,248.671000,-10.321000,245.892000,-11.344000,242.636000,-13.875000,249.860000,-20.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.393000,0.499000,165.617000,2.007000,165.135000,-2.209000,162.807000,-6.364000,167.568000,-7.522000,174.398000,-4.459000,175.575000,-4.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.585000,10.406000,168.786000,7.068000,164.607000,3.724000,167.715000,3.400000,167.763000,-1.459000,171.269000,-2.930000,169.542000,3.648000,173.335000,4.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.299000,28.079000,49.357000,20.584000,59.338000,22.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.083000,38.155000,358.376000,41.334000,351.797000,42.457000,345.433000,40.088000,351.523000,35.435000,353.134000,35.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.075000,-22.171000,165.779000,-17.122000,163.602000,-17.915000,163.578000,-17.182000,157.774000,-15.486000,154.517000,-20.875000,162.208000,-22.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.882000,-17.270000,163.934000,-21.945000,165.756000,-22.897000,169.958000,-27.513000,171.850000,-19.067000,175.885000,-19.221000,172.814000,-18.162000,175.874000,-13.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.084000,6.486000,203.217000,7.462000,206.950000,10.722000,200.355000,10.779000,199.353000,10.881000,198.142000,14.506000,197.690000,14.935000,190.882000,12.245000,188.634000,11.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.914000,42.862000,181.836000,45.654000,179.441000,50.861000,164.529000,57.561000,170.973000,54.667000,166.660000,54.261000,169.889000,50.710000,168.573000,48.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.268000,1.919000,166.647000,4.300000,166.105000,6.918000,157.940000,5.550000,163.998000,0.364000,163.430000,-8.538000,167.025000,-1.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.078000,-48.216000,156.827000,-51.365000,161.076000,-43.705000,140.777000,-43.087000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.385000,-48.483000,216.106000,-45.655000,217.917000,-44.660000,222.591000,-41.381000,219.403000,-32.483000,217.055000,-37.137000,213.848000,-39.065000,207.091000,-37.912000,211.362000,-41.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.570000,37.385000,221.536000,38.563000,217.869000,28.425000,227.937000,31.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.459000,20.450000,80.212000,26.265000,81.480000,20.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.538000,46.052000,75.190000,32.800000,85.969000,40.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.441000,46.581000,83.266000,52.566000,94.877000,52.959000,86.630000,55.442000,88.902000,56.486000,77.274000,56.782000,78.977000,54.126000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.385000,-5.070000,33.488000,-8.885000,32.922000,-12.188000,32.648000,-18.184000,40.025000,-17.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.255000,-39.977000,279.803000,-39.277000,282.889000,-36.414000,276.121000,-31.322000,267.680000,-27.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.973000,-11.927000,150.028000,-14.203000,145.849000,-19.634000,148.833000,-20.392000,152.366000,-23.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.136000,-12.767000,101.576000,-11.599000,99.095000,-10.017000,92.831000,-3.607000,87.874000,-11.244000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.634000,6.020000,25.909000,5.940000,28.353000,6.033000,23.881000,1.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.607000,-59.690000,186.675000,-52.799000,188.493000,-50.622000,192.080000,-44.821000,191.446000,-41.367000,187.592000,-43.989000,170.534000,-51.389000,183.075000,-50.964000,179.685000,-56.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.348000,-27.341000,145.786000,-35.217000,143.934000,-34.095000,142.039000,-30.977000,138.615000,-32.336000,134.634000,-34.487000,146.562000,-41.428000,147.261000,-36.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.803000,-21.736000,124.201000,-22.364000,134.680000,-26.869000,141.919000,-25.852000,134.133000,-17.666000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.714000,21.854000,211.973000,15.910000,209.928000,10.077000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.843000,11.068000,143.812000,7.369000,145.126000,9.472000,141.680000,11.884000,144.209000,12.214000,138.486000,14.224000,138.098000,12.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.839000,-19.224000,326.065000,-11.624000,321.395000,-11.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.206000,30.988000,97.510000,31.996000,101.751000,25.028000,102.072000,22.154000,103.949000,20.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.198000,18.891000,75.937000,14.742000,81.465000,25.660000,65.341000,26.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.004000,-11.394000,244.326000,-11.429000,246.629000,-20.200000,246.335000,-29.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.333000,-14.049000,177.900000,-9.242000,181.224000,-8.572000,170.696000,-4.073000,170.423000,-7.144000,170.275000,-7.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.877000,63.319000,105.900000,69.090000,79.963000,66.241000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.958000,8.028000,354.018000,2.966000,359.079000,7.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.922000,8.131000,164.292000,20.579000,162.310000,13.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.807000,23.478000,184.214000,30.911000,180.804000,27.910000,180.322000,14.420000,189.943000,15.521000,190.546000,20.032000,191.833000,24.735000,192.108000,26.496000,191.901000,26.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.075000,15.318000,174.349000,14.092000,173.103000,10.604000,178.152000,9.021000,181.277000,10.954000,181.957000,20.560000,176.545000,19.206000,165.690000,18.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.422000,66.908000,152.047000,69.097000,115.946000,66.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.177000,-6.056000,167.933000,-0.989000,166.987000,-1.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.336000,-9.241000,181.463000,-5.533000,181.400000,-1.913000,178.297000,2.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.394000,6.457000,201.409000,14.062000,202.618000,13.760000,202.690000,15.280000,201.341000,20.736000,196.806000,17.727000,197.001000,15.131000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.828000,-3.180000,179.425000,-9.580000,171.353000,2.023000,171.033000,-0.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.359000,3.267000,177.572000,5.948000,178.896000,-5.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.566000,-22.523000,330.337000,-18.869000,326.351000,-14.336000,324.484000,-17.233000,313.272000,-19.225000,317.116000,-22.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.721000,-6.038000,167.977000,-2.193000,163.021000,1.295000,164.235000,5.087000,160.016000,5.216000,158.975000,-5.461000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.876000,-21.256000,102.627000,-21.029000,100.464000,-19.528000,95.561000,-20.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.309000,-3.727000,169.200000,-3.805000,184.046000,-7.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.640000,41.964000,170.111000,27.783000,171.840000,27.377000,174.951000,32.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.747000,38.549000,64.965000,34.148000,66.154000,32.490000,70.462000,36.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.344000,37.113000,225.339000,39.476000,231.467000,35.454000,227.230000,36.904000,227.618000,36.726000,234.193000,29.143000,235.304000,30.102000,240.535000,30.077000,241.022000,33.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.791000,-82.423000,334.160000,-85.681000,329.170000,-79.344000,312.500000,-78.186000,329.492000,-77.358000,326.594000,-77.136000,300.471000,-70.106000,293.641000,-76.442000,270.352000,-71.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.205000,42.560000,88.429000,34.339000,91.554000,38.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.666000,56.770000,220.565000,56.172000,222.412000,54.120000,226.154000,57.525000,231.338000,61.221000,214.580000,62.210000,208.729000,56.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.852000,43.733000,229.541000,44.302000,228.770000,47.358000,218.491000,44.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.645000,0.313000,318.626000,1.901000,314.932000,6.034000,314.051000,2.508000,310.946000,5.982000,307.782000,-0.540000,311.983000,-9.063000,315.209000,-2.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.525000,21.299000,258.334000,17.527000,259.621000,15.669000,264.840000,9.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.555000,18.600000,316.770000,21.461000,313.766000,14.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.421000,42.306000,214.889000,35.936000,220.455000,45.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.503000,-23.935000,222.982000,-15.151000,222.227000,-17.297000,220.833000,-21.668000,218.453000,-21.098000,219.171000,-28.914000,223.727000,-32.736000,228.654000,-26.335000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.655000,17.734000,139.587000,15.002000,141.110000,9.846000,146.201000,7.924000,146.803000,6.175000,152.805000,5.332000,146.265000,11.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.554000,25.436000,236.636000,20.178000,236.334000,21.953000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.686000,37.911000,132.938000,36.997000,127.491000,39.785000,122.030000,40.903000,115.701000,36.472000,120.202000,32.573000,124.170000,37.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.116000,36.534000,34.586000,34.608000,32.448000,46.174000,15.367000,36.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.126000,-56.650000,172.040000,-60.954000,168.666000,-62.081000,179.448000,-63.791000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.057000,17.743000,156.430000,14.198000,158.345000,12.605000,154.044000,9.833000,168.390000,3.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.739000,-59.265000,82.349000,-58.074000,82.562000,-58.259000,73.820000,-58.728000,84.965000,-61.043000,107.537000,-67.523000,100.184000,-62.899000,95.974000,-61.854000,99.546000,-61.750000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.692000,-0.648000,201.701000,-6.450000,200.850000,-0.365000,200.544000,-0.477000,199.026000,-0.898000,200.801000,0.944000,198.830000,0.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.472000,1.863000,1.452000,4.379000,3.222000,0.699000,357.825000,2.263000,3.164000,-6.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.715000,46.078000,22.894000,38.350000,31.015000,34.130000,23.554000,39.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.643000,22.897000,51.137000,17.843000,53.163000,17.614000,63.181000,20.151000,58.781000,20.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.307000,-16.641000,130.293000,-18.327000,125.128000,-15.329000,124.135000,-14.528000,127.445000,-13.113000,127.750000,-12.040000,127.854000,-9.041000,128.532000,-6.583000,120.631000,-6.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.369000,9.899000,93.459000,10.477000,93.197000,12.476000,93.695000,14.744000,95.294000,15.675000,88.007000,15.253000,80.454000,18.270000,80.986000,16.415000,83.321000,8.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.479000,-10.617000,335.603000,-12.098000,336.031000,-5.298000,332.191000,-8.511000,332.573000,-9.578000,330.297000,-17.407000,333.325000,-18.919000,339.128000,-23.884000,337.521000,-17.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.107000,8.616000,27.858000,3.658000,20.756000,7.137000,20.109000,3.965000,24.587000,2.088000,29.918000,-2.942000,31.085000,-6.499000,33.274000,-0.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.305000,-7.973000,7.706000,-11.239000,7.189000,-10.310000,10.234000,-9.134000,359.611000,-2.475000,356.418000,-5.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.182000,5.247000,351.118000,3.561000,353.762000,3.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.620000,45.892000,159.143000,45.187000,169.817000,52.545000,159.841000,53.162000,153.557000,55.492000,148.773000,57.714000,148.094000,48.814000,149.319000,45.877000,149.088000,43.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.149000,-37.097000,225.584000,-22.230000,221.199000,-25.090000,222.556000,-30.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.109000,-26.314000,115.241000,-16.326000,113.348000,-16.700000,110.857000,-10.093000,110.038000,-17.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.465000,-10.580000,291.247000,-15.381000,281.306000,-19.256000,283.450000,-21.745000,284.370000,-22.188000,290.259000,-17.319000,292.321000,-17.696000,299.204000,-12.750000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.287000,0.714000,352.991000,3.271000,353.642000,2.573000,354.917000,-1.044000,353.455000,-6.613000,359.335000,-1.644000,0.918000,0.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.970000,-47.525000,166.881000,-50.796000,170.206000,-56.509000,174.840000,-50.915000,174.796000,-49.886000,175.473000,-47.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.553000,14.702000,180.175000,12.436000,185.160000,9.794000,186.090000,5.532000,190.214000,17.965000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.912000,43.225000,319.861000,32.360000,327.771000,37.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.863000,-3.816000,204.605000,-15.173000,206.637000,-16.449000,213.786000,-19.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.835000,-44.563000,208.722000,-47.131000,209.365000,-51.104000,221.478000,-46.438000,215.917000,-40.618000,218.864000,-35.744000,213.249000,-38.739000,208.783000,-37.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.849000,-13.966000,68.070000,-13.866000,65.510000,-11.209000,64.347000,-17.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.500000,-36.219000,180.891000,-33.258000,180.302000,-31.559000,180.020000,-29.141000,177.729000,-26.125000,170.253000,-21.933000,174.852000,-27.961000,168.499000,-28.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.628000,38.699000,70.665000,41.969000,70.171000,42.599000,63.313000,47.991000,62.860000,46.633000,64.387000,44.534000,63.041000,44.671000,60.959000,39.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.787000,-53.901000,151.590000,-58.869000,162.621000,-56.811000,155.336000,-52.763000,160.380000,-49.076000,151.314000,-44.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.080000,8.417000,352.740000,4.868000,359.216000,7.670000,356.127000,8.081000,350.136000,9.619000,346.007000,11.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.069000,-5.441000,91.512000,-6.100000,93.130000,-8.144000,93.517000,-8.160000,95.089000,-10.062000,96.567000,-6.489000,98.714000,-0.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.138000,24.385000,351.644000,28.791000,348.782000,28.313000,346.429000,28.321000,344.904000,27.632000,338.835000,31.826000,343.579000,26.719000,343.264000,26.626000,341.586000,25.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.394000,18.430000,263.257000,24.091000,263.966000,18.562000,263.267000,16.418000,265.519000,19.061000,266.517000,19.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.823000,0.946000,212.414000,8.707000,200.338000,10.744000,200.991000,2.698000,198.530000,-2.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.118000,33.121000,287.531000,34.228000,296.042000,23.383000,300.086000,25.330000,305.171000,23.017000,303.334000,27.081000,299.623000,30.393000,304.035000,33.541000,303.419000,33.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.613000,47.797000,212.141000,43.510000,215.379000,38.509000,224.610000,49.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.977000,43.657000,256.630000,41.579000,266.308000,41.129000,261.094000,45.653000,250.583000,51.212000,248.533000,51.086000,251.079000,48.087000,250.240000,39.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.793000,-17.558000,301.235000,-14.181000,300.361000,-9.519000,297.572000,-12.936000,290.314000,-9.135000,287.979000,-13.189000,288.486000,-16.440000,292.188000,-18.318000,297.606000,-19.948000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.386000,2.425000,166.829000,-1.756000,165.481000,7.388000,162.751000,8.846000,159.139000,5.787000,156.338000,4.388000,158.217000,3.022000,158.615000,-2.217000,160.280000,2.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.734000,-62.329000,318.442000,-50.860000,310.002000,-62.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.145000,-10.792000,314.704000,-4.900000,315.805000,-13.660000,317.576000,-14.209000,320.280000,-14.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.402000,9.631000,31.826000,15.574000,30.149000,26.168000,25.710000,21.168000,26.611000,13.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.591000,10.416000,142.432000,12.796000,137.365000,9.996000,136.750000,8.006000,134.012000,9.993000,135.589000,5.321000,136.407000,5.340000,135.034000,-0.411000,137.446000,5.027000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.244000,19.415000,166.929000,19.439000,175.101000,14.166000,178.746000,15.813000,185.807000,19.986000,182.975000,21.266000,178.683000,18.808000,179.352000,21.083000,178.732000,20.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.021000,6.893000,173.465000,11.059000,170.247000,9.311000,175.821000,0.320000,178.558000,2.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.727000,-28.432000,20.219000,-28.469000,17.009000,-32.054000,26.177000,-29.127000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.091000,18.791000,170.264000,21.204000,171.992000,16.846000,180.212000,24.381000,175.247000,25.504000,175.619000,26.461000,180.361000,28.509000,169.591000,26.843000,166.560000,24.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.378000,10.777000,56.022000,8.119000,54.453000,4.150000,52.379000,-1.312000,54.859000,-1.874000,57.292000,-2.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.379000,27.337000,346.636000,22.468000,347.680000,17.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.416000,1.539000,179.711000,-4.797000,183.940000,2.877000,187.729000,5.210000,187.267000,5.923000,181.207000,11.907000,178.540000,6.052000,179.362000,2.910000,176.223000,2.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.898000,18.373000,5.276000,18.823000,4.473000,11.331000,3.248000,10.741000,11.630000,10.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.295000,10.266000,37.630000,13.035000,42.546000,10.917000,33.622000,25.911000,31.693000,22.798000,27.013000,17.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.104000,-2.726000,10.465000,-2.529000,2.069000,-0.744000,4.649000,-3.882000,4.677000,-5.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.742000,5.706000,58.199000,4.032000,58.396000,6.524000,54.616000,6.809000,54.161000,3.598000,48.067000,1.500000,50.540000,-1.261000,53.548000,-0.483000,57.609000,-3.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.320000,-3.356000,38.221000,-10.469000,38.217000,-13.487000,41.055000,-10.901000,45.536000,-13.758000,45.233000,-7.341000,43.004000,-7.644000,43.864000,-2.812000,41.363000,-5.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.072000,0.407000,252.683000,-7.442000,253.259000,3.483000,249.767000,6.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.555000,51.654000,258.535000,35.336000,275.969000,41.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.756000,-10.093000,10.453000,-9.459000,10.563000,-7.535000,4.806000,5.418000,6.435000,-4.262000,4.637000,-11.781000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.276000,24.617000,300.469000,14.469000,304.152000,21.406000,305.130000,16.084000,314.922000,24.173000,306.962000,24.888000,310.712000,27.689000,305.120000,25.236000,302.677000,33.306000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.081000,9.634000,188.996000,10.995000,186.893000,14.852000,174.379000,14.308000,176.139000,5.018000,175.878000,0.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.689000,27.726000,20.109000,29.541000,15.169000,25.590000,17.911000,22.725000,28.236000,33.853000,22.536000,31.725000,18.405000,37.633000,17.818000,34.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.069000,17.749000,301.389000,16.473000,305.566000,15.769000,309.122000,15.114000,311.051000,14.714000,312.158000,6.741000,315.658000,19.133000,310.395000,21.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.314000,-38.951000,167.346000,-40.379000,168.543000,-41.379000,161.976000,-50.002000,163.968000,-50.627000,174.292000,-43.497000,176.962000,-40.121000,172.182000,-41.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.436000,21.758000,339.324000,11.065000,336.729000,5.104000,341.044000,9.970000,341.611000,10.541000,341.874000,11.046000,342.990000,6.350000,349.467000,15.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.680000,-27.731000,169.759000,-18.693000,166.304000,-28.424000,167.891000,-30.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.266000,-47.678000,33.046000,-48.687000,42.993000,-52.108000,43.885000,-54.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.670000,-44.899000,26.896000,-44.498000,31.450000,-39.298000,40.332000,-37.433000,18.680000,-39.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.829000,6.819000,351.199000,-1.389000,1.357000,1.191000,359.254000,3.498000,356.251000,6.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.908000,-42.448000,76.198000,-40.890000,72.269000,-35.853000,64.207000,-35.703000,63.945000,-38.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.931000,-26.139000,175.996000,-17.350000,164.266000,-19.863000,162.634000,-20.617000,165.350000,-21.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.501000,57.903000,270.384000,57.522000,274.018000,53.420000,275.137000,54.124000,282.400000,59.616000,284.642000,59.840000,282.552000,64.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.500000,83.749000,52.934000,82.712000,111.242000,77.927000,128.398000,80.121000,150.085000,80.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.185000,-13.570000,217.473000,-17.367000,212.067000,-22.124000,221.360000,-26.707000,225.998000,-19.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.445000,23.529000,279.649000,33.588000,276.819000,24.737000,287.741000,18.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.838000,-4.128000,130.668000,-3.966000,126.082000,-7.611000,126.355000,-8.220000,136.735000,-10.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.570000,-9.974000,15.173000,-5.433000,6.062000,-0.565000,6.578000,-8.213000,3.012000,-6.731000,5.332000,-9.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.545000,-11.114000,179.746000,-6.804000,173.017000,-14.348000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.559000,7.011000,136.636000,9.795000,134.444000,8.653000,129.424000,10.598000,129.331000,1.796000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.671000,-17.033000,216.234000,-15.747000,210.037000,-4.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.805000,0.776000,249.410000,-1.114000,243.419000,-0.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[109.714000,-49.900000,109.952000,-53.653000,118.977000,-58.470000,119.705000,-54.700000,120.511000,-47.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.078000,57.662000,184.594000,51.096000,184.914000,53.910000,190.320000,53.495000,192.399000,54.344000,192.763000,56.349000,186.841000,56.850000,189.204000,60.058000,182.380000,62.973000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.768000,-29.354000,345.769000,-29.272000,353.256000,-25.285000,342.530000,-17.581000,340.117000,-24.373000,338.821000,-25.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.292000,-50.580000,19.488000,-50.649000,21.237000,-55.139000,36.389000,-57.213000,49.617000,-53.297000,38.372000,-51.216000,38.401000,-51.007000,37.576000,-50.461000,42.858000,-46.439000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.702000,-46.674000,357.053000,-40.193000,1.421000,-36.779000,353.850000,-38.059000,349.416000,-38.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.319000,-13.883000,35.490000,-14.369000,29.623000,-14.400000,33.777000,-22.465000,36.181000,-22.012000,37.351000,-18.038000,41.328000,-24.845000,41.136000,-22.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.832000,-75.215000,304.973000,-67.446000,304.309000,-73.672000,301.179000,-73.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.522000,2.359000,195.603000,2.232000,201.240000,8.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.475000,43.800000,345.510000,44.175000,336.636000,52.255000,332.421000,43.496000,336.415000,43.684000,333.062000,42.684000,331.362000,42.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.471000,43.383000,143.428000,42.211000,136.574000,45.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.238000,7.722000,18.899000,7.930000,9.906000,13.458000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.935000,-9.476000,77.841000,-11.653000,75.854000,-9.412000,81.453000,-23.145000,88.694000,-21.976000,89.876000,-19.591000,89.878000,-15.223000,82.720000,-15.030000,84.230000,-14.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.533000,34.149000,324.575000,36.881000,330.449000,28.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.744000,-86.115000,128.882000,-86.901000,156.108000,-77.403000,142.785000,-76.541000,146.574000,-72.510000,120.682000,-73.463000,110.751000,-75.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.084000,-16.718000,331.242000,-19.156000,333.700000,-9.774000,333.796000,-8.404000,332.318000,-7.993000,331.942000,-7.247000,322.989000,-12.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.821000,-34.297000,4.136000,-38.531000,4.753000,-43.345000,17.910000,-35.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.170000,-47.097000,337.763000,-39.053000,336.996000,-35.597000,332.967000,-37.017000,335.656000,-31.106000,333.979000,-29.405000,329.527000,-33.191000,321.150000,-35.790000,325.155000,-39.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.391000,-7.859000,209.537000,-11.896000,214.876000,-17.746000,216.768000,-3.607000,213.981000,-4.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.472000,59.361000,265.336000,60.155000,261.621000,60.754000,257.416000,51.403000,268.271000,54.567000,274.483000,55.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.320000,16.359000,178.346000,10.944000,183.298000,5.560000,185.753000,7.144000,185.112000,10.409000,180.126000,20.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.037000,4.607000,147.135000,-1.021000,151.446000,5.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.873000,-10.206000,188.865000,-7.036000,176.879000,-15.089000,178.876000,-14.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.547000,22.857000,178.947000,19.943000,177.855000,23.820000,181.731000,26.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.276000,71.713000,191.783000,65.403000,212.800000,62.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.304000,-19.919000,230.445000,-16.014000,224.318000,-10.873000,220.756000,-12.642000,220.550000,-13.155000,219.966000,-13.887000,215.494000,-16.105000,217.298000,-16.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.319000,5.137000,180.748000,1.711000,179.557000,3.485000,177.473000,-2.029000,178.043000,-7.788000,187.349000,-1.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.388000,-2.666000,175.761000,5.008000,178.559000,-0.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.785000,-48.317000,250.625000,-54.011000,265.113000,-59.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.377000,22.477000,99.416000,25.283000,102.676000,32.968000,99.270000,32.851000,99.990000,37.263000,94.543000,31.987000,91.825000,34.897000,88.919000,31.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.018000,-66.110000,95.247000,-75.003000,114.915000,-72.664000,97.852000,-78.613000,122.832000,-68.265000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.599000,-55.832000,201.991000,-51.350000,197.649000,-55.338000,209.066000,-61.089000,209.587000,-62.014000,228.210000,-61.782000,222.367000,-60.387000,228.180000,-60.774000,211.282000,-54.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.031000,-68.945000,168.714000,-72.014000,177.698000,-74.737000,184.512000,-74.155000,205.311000,-69.301000,188.541000,-68.106000,182.124000,-70.307000,178.791000,-66.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.883000,-7.638000,209.172000,-10.597000,216.144000,-7.898000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.558000,-10.830000,177.218000,-7.980000,174.514000,-6.739000,166.731000,-8.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.016000,-39.236000,197.015000,-38.436000,196.568000,-44.782000,205.856000,-45.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.243000,-6.316000,189.551000,-8.382000,194.168000,-13.743000,196.067000,-13.113000,201.107000,-8.862000,194.999000,1.112000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.438000,19.507000,327.850000,15.756000,321.180000,11.532000,332.123000,15.235000,334.390000,20.488000,327.317000,23.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.092000,-17.661000,333.270000,-13.435000,334.525000,-22.096000,334.907000,-28.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.786000,5.411000,338.616000,15.634000,328.630000,14.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.713000,17.155000,190.312000,17.987000,186.933000,20.210000,183.855000,20.926000,183.522000,29.659000,178.121000,20.625000,178.297000,14.611000,180.892000,12.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.307000,80.699000,193.219000,77.473000,329.798000,86.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.199000,-17.503000,170.805000,-20.767000,183.838000,-23.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.332000,-10.398000,133.359000,-12.173000,134.888000,-17.468000,136.303000,-19.076000,134.598000,-15.061000,138.818000,-14.689000,134.296000,-14.416000,135.360000,-14.002000,134.677000,-13.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.639000,1.335000,0.766000,-5.862000,2.935000,0.564000,4.934000,1.304000,2.282000,3.222000,4.043000,5.016000,5.413000,6.451000,357.986000,2.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.453000,37.014000,267.582000,38.229000,260.898000,40.869000,259.691000,40.702000,252.025000,40.908000,256.700000,40.312000,254.388000,39.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.092000,-7.153000,359.764000,-12.739000,358.456000,-3.607000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.520000,-13.963000,226.536000,-14.118000,219.970000,-11.428000,221.220000,-11.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.216000,-2.296000,203.214000,-0.344000,198.646000,3.789000,202.235000,-1.161000,201.757000,-3.441000,202.069000,-7.550000,204.918000,-6.770000,210.354000,-7.089000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.888000,3.740000,22.063000,-5.089000,16.494000,-0.788000,22.359000,-1.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.786000,-79.761000,170.213000,-77.104000,187.864000,-81.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.580000,-32.191000,348.573000,-23.343000,350.109000,-29.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.207000,45.303000,227.886000,46.216000,237.522000,55.714000,239.773000,57.936000,225.070000,58.554000,224.580000,54.175000,219.251000,52.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.554000,-1.549000,178.545000,2.124000,181.780000,1.655000,176.052000,-0.605000,176.076000,-2.412000,177.408000,-3.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.119000,-6.810000,355.484000,-4.347000,3.917000,-5.090000,4.210000,0.961000,1.461000,2.127000,357.054000,0.786000,357.187000,6.218000,355.903000,0.565000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.024000,48.156000,291.848000,46.755000,288.765000,45.348000,296.503000,50.930000,278.850000,39.605000,280.869000,40.405000,284.180000,40.652000,288.183000,39.166000,297.909000,43.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.232000,16.917000,183.554000,11.627000,181.532000,10.417000,182.655000,8.445000,182.811000,6.574000,187.340000,4.135000,187.180000,7.437000,188.838000,8.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.244000,8.038000,277.654000,5.666000,277.613000,8.108000,277.684000,8.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.143000,-11.811000,187.045000,-5.076000,182.268000,-7.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.728000,1.561000,338.133000,-8.066000,349.616000,-9.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.392000,-43.728000,170.352000,-41.815000,168.047000,-42.750000,173.431000,-46.627000,173.011000,-52.452000,178.032000,-48.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.092000,-14.853000,167.955000,-14.224000,169.341000,-3.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.910000,2.041000,1.914000,4.678000,0.672000,5.318000,352.437000,4.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.774000,-11.337000,276.890000,-20.507000,278.056000,-25.148000,278.982000,-22.182000,283.240000,-23.205000,282.365000,-19.789000,281.462000,-17.239000,285.358000,-14.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.448000,13.600000,337.954000,7.472000,338.759000,6.016000,335.318000,7.527000,333.537000,7.070000,338.467000,5.523000,333.359000,5.724000,336.715000,0.694000,345.836000,0.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.440000,31.955000,278.545000,32.415000,276.173000,42.870000,260.850000,35.956000,261.357000,31.660000,265.944000,28.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.879000,-6.623000,188.150000,-1.942000,190.129000,1.641000,185.004000,2.945000,184.780000,5.474000,181.846000,2.806000,176.959000,7.847000,178.680000,3.995000,174.301000,7.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.706000,36.966000,46.032000,36.411000,54.750000,31.946000,67.147000,33.071000,62.432000,33.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.754000,40.338000,209.678000,42.442000,208.855000,45.149000,203.958000,50.281000,202.994000,44.381000,207.512000,37.065000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.086000,-41.082000,6.055000,-46.783000,15.192000,-40.901000,18.523000,-36.827000,7.548000,-38.927000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.120000,31.612000,351.627000,32.150000,342.663000,23.755000,342.713000,25.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.845000,-42.422000,23.416000,-43.878000,24.943000,-51.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.443000,9.073000,151.081000,4.168000,149.805000,0.547000,154.902000,-4.410000,154.681000,2.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.120000,1.007000,39.316000,-0.940000,36.330000,-4.986000,41.443000,-7.632000,43.884000,0.071000,48.947000,0.627000,44.123000,6.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.878000,-2.181000,196.744000,-3.496000,192.416000,-1.867000,203.332000,-5.424000,205.778000,-2.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.193000,20.762000,127.526000,16.683000,129.883000,20.985000,135.289000,19.557000,129.071000,25.472000,121.755000,28.360000,120.156000,29.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.470000,3.502000,55.094000,6.894000,51.116000,8.283000,50.186000,7.784000,49.272000,13.570000,48.231000,6.891000,41.501000,5.781000,42.399000,3.468000,43.157000,1.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.438000,20.646000,89.836000,18.086000,92.882000,21.107000,85.022000,21.017000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.318000,-15.895000,183.636000,-14.415000,185.907000,-17.793000,188.444000,-13.202000,181.912000,-10.705000,176.050000,-6.141000,181.746000,-12.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.577000,10.336000,357.464000,1.760000,358.895000,-1.722000,2.113000,-1.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.287000,44.817000,128.483000,42.914000,127.332000,46.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.837000,36.480000,239.152000,32.336000,240.913000,25.115000,242.809000,22.697000,246.614000,32.756000,244.351000,39.304000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.712000,-56.845000,132.495000,-57.107000,135.325000,-57.350000,136.191000,-56.887000,147.595000,-53.304000,145.857000,-51.630000,134.280000,-49.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.486000,-11.396000,13.859000,-16.252000,19.677000,-10.457000,17.911000,-8.350000,19.329000,-6.898000,18.896000,-4.914000,10.998000,-1.123000,9.767000,-0.451000,11.431000,-10.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.749000,-33.622000,158.139000,-25.682000,147.499000,-30.328000,140.150000,-29.546000,147.299000,-30.562000,139.166000,-33.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.816000,25.298000,170.982000,19.321000,174.577000,20.358000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.161000,-17.129000,6.967000,-14.415000,8.950000,-7.910000,6.435000,-8.779000,3.084000,-13.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.581000,-7.636000,0.325000,-12.239000,359.596000,-14.563000,358.872000,-15.050000,357.162000,-17.346000,3.370000,-18.662000,3.869000,-20.756000,12.128000,-20.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.892000,-42.780000,69.580000,-43.148000,78.031000,-47.254000,81.582000,-46.099000,89.979000,-46.103000,82.780000,-44.268000,79.614000,-43.152000,77.518000,-37.846000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.444000,27.735000,301.028000,23.055000,301.790000,21.278000,315.700000,24.905000,304.778000,31.951000,305.307000,28.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.404000,-4.902000,358.330000,-3.002000,358.517000,-2.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.768000,-58.264000,240.056000,-52.351000,250.364000,-47.723000,234.968000,-46.742000,233.791000,-46.545000,230.042000,-48.996000,233.896000,-50.123000,232.314000,-50.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.320000,5.372000,279.766000,6.717000,279.753000,4.025000,279.681000,1.161000,286.636000,10.025000,285.634000,11.241000,282.638000,10.485000,282.368000,11.439000,282.063000,11.081000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.431000,53.590000,37.248000,48.553000,56.706000,48.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.855000,-58.996000,279.839000,-58.053000,267.971000,-49.628000,265.792000,-52.173000,260.976000,-49.879000,260.930000,-56.740000,257.036000,-57.652000,262.210000,-58.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.222000,23.108000,142.838000,7.124000,144.217000,14.404000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.170000,-10.965000,7.350000,-18.331000,16.715000,-16.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.805000,44.433000,348.850000,42.558000,353.905000,43.957000,356.603000,42.288000,357.316000,49.642000,0.656000,49.190000,359.527000,55.351000,0.922000,59.296000,354.033000,57.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.856000,35.265000,38.802000,44.367000,38.119000,34.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.277000,-31.078000,23.406000,-22.068000,17.614000,-23.058000,16.522000,-27.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.976000,-30.467000,3.366000,-34.812000,3.485000,-27.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.926000,0.816000,106.254000,1.900000,98.518000,5.197000,93.364000,4.319000,97.437000,1.129000,95.671000,-5.577000,99.833000,-5.909000,106.323000,-3.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.838000,23.175000,28.057000,15.802000,25.853000,10.821000,27.869000,11.876000,28.592000,10.916000,39.384000,19.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.641000,24.122000,256.943000,20.802000,266.873000,15.299000,276.711000,22.099000,274.380000,24.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.483000,-0.433000,174.564000,4.449000,171.929000,7.528000,168.182000,-2.305000,167.913000,-6.083000,173.028000,-1.405000,175.350000,-1.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.972000,-52.044000,347.135000,-55.703000,350.356000,-52.085000,350.519000,-53.745000,351.454000,-52.621000,335.705000,-53.966000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.535000,-42.118000,111.470000,-44.021000,113.647000,-43.477000,112.960000,-46.029000,117.955000,-43.390000,118.575000,-43.135000,126.646000,-39.338000,123.583000,-36.930000,119.647000,-36.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.942000,82.943000,301.500000,75.647000,295.809000,82.318000,326.596000,81.416000,46.086000,85.885000,357.695000,88.064000,261.603000,81.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.487000,4.552000,356.293000,-0.468000,3.836000,-3.827000,3.761000,-1.036000,9.955000,-0.991000,6.808000,1.792000,8.831000,0.878000,12.552000,4.679000,7.514000,4.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.974000,-29.906000,182.701000,-32.040000,179.918000,-28.507000,181.989000,-39.374000,183.004000,-41.598000,183.732000,-40.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.014000,-18.349000,10.429000,-19.386000,10.763000,-24.236000,15.194000,-25.015000,17.611000,-16.969000,18.368000,-16.465000,21.867000,-14.542000,15.103000,-13.503000,13.138000,-8.581000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.156000,-17.770000,100.460000,-19.907000,106.826000,-19.657000,101.199000,-13.158000,100.179000,-14.103000,93.835000,-15.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.003000,64.496000,202.540000,64.306000,191.527000,64.862000,201.491000,58.701000,204.709000,61.252000,209.602000,53.667000,208.652000,60.248000,215.879000,61.388000,224.664000,61.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.720000,47.490000,14.356000,47.651000,14.448000,43.392000,11.522000,37.027000,23.281000,33.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.272000,-15.373000,193.874000,-5.258000,192.277000,-4.401000,189.638000,-6.702000,189.042000,-5.897000,188.020000,-5.900000,186.548000,-4.111000,184.643000,-12.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.766000,17.924000,305.975000,16.281000,309.369000,11.997000,313.839000,8.814000,317.830000,3.167000,315.728000,9.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.877000,-6.316000,250.736000,-7.622000,249.772000,-6.444000,249.750000,1.640000,247.645000,1.324000,245.632000,3.313000,243.711000,5.951000,235.973000,1.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[81.380000,33.243000,91.109000,33.565000,90.204000,43.126000,88.352000,42.627000,81.329000,45.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.888000,42.580000,145.442000,50.747000,143.285000,52.431000,136.957000,38.839000,141.156000,42.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.007000,30.601000,253.811000,28.276000,251.239000,35.741000,251.747000,37.169000,244.492000,43.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.587000,-0.637000,170.993000,0.623000,169.653000,5.423000,167.492000,-0.297000,164.949000,5.908000,163.765000,-0.182000,159.638000,-0.907000,163.939000,-1.542000,169.777000,-2.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.641000,-3.201000,357.591000,-2.228000,1.186000,-0.842000,1.289000,2.094000,358.603000,2.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.547000,1.690000,180.331000,-3.493000,175.745000,-3.231000,181.142000,-4.047000,177.996000,-5.524000,183.139000,-12.609000,184.857000,-4.804000,191.287000,-3.729000,185.546000,-0.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.077000,3.085000,253.909000,-4.574000,255.200000,0.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.023000,-21.233000,186.564000,-16.797000,183.422000,-19.365000,179.346000,-16.862000,182.147000,-21.038000,175.271000,-22.870000,180.622000,-26.523000,183.212000,-22.627000,186.309000,-24.381000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.856000,-16.259000,160.253000,-16.303000,163.520000,-23.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.455000,4.805000,19.892000,-2.447000,26.733000,3.144000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.561000,-7.804000,350.563000,-18.440000,354.828000,-12.016000,354.645000,-11.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.929000,15.818000,226.711000,19.326000,224.057000,23.994000,218.872000,19.735000,216.949000,14.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.091000,-7.463000,24.129000,-3.087000,24.675000,-0.277000,20.906000,-1.419000,20.348000,2.279000,10.079000,2.279000,11.038000,-4.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.095000,-63.296000,124.349000,-61.402000,120.440000,-61.270000,113.530000,-62.501000,111.837000,-63.415000,110.623000,-63.056000,108.170000,-65.944000,123.496000,-71.566000,127.811000,-69.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.996000,-2.907000,25.661000,-5.241000,30.241000,-6.364000,35.245000,-8.653000,35.664000,-1.449000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.642000,26.923000,14.687000,27.117000,13.557000,24.514000,12.438000,25.083000,10.929000,24.119000,9.523000,20.587000,12.816000,14.209000,19.700000,21.156000,23.022000,21.999000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.641000,-38.064000,227.645000,-39.087000,220.595000,-34.660000,226.050000,-40.257000,227.354000,-49.993000,233.517000,-45.440000,234.885000,-44.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.846000,-38.934000,123.387000,-40.199000,119.801000,-42.675000,125.796000,-42.801000,133.720000,-36.043000,132.606000,-32.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.927000,-16.272000,172.789000,-19.239000,175.082000,-24.833000,175.677000,-28.264000,179.893000,-26.971000,181.721000,-26.626000,185.026000,-24.020000,183.781000,-23.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.701000,2.094000,356.916000,-1.336000,357.188000,-1.260000,4.264000,-8.371000,2.451000,-1.963000,1.610000,-0.885000,4.669000,-1.751000,2.287000,8.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.215000,-77.589000,55.181000,-81.181000,62.603000,-81.354000,110.519000,-78.915000,118.548000,-78.002000,127.900000,-77.457000,125.211000,-76.596000,113.939000,-69.470000,98.914000,-70.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.916000,21.044000,149.240000,22.376000,154.841000,12.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.269000,-15.391000,23.324000,-19.961000,20.191000,-22.310000,18.229000,-25.070000,22.159000,-23.249000,27.582000,-25.849000,32.878000,-27.734000,29.535000,-20.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.092000,33.603000,128.144000,31.796000,130.298000,38.155000,126.127000,42.783000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.244000,11.747000,148.032000,10.395000,150.571000,10.091000,150.513000,11.115000,146.444000,22.201000,144.931000,17.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.686000,44.634000,189.855000,43.917000,179.486000,46.308000,180.255000,50.230000,172.103000,42.327000,171.388000,38.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.731000,24.991000,196.083000,17.926000,200.427000,19.755000,205.226000,15.075000,203.365000,19.318000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.538000,-53.716000,177.503000,-50.753000,181.263000,-52.815000,178.441000,-45.995000,165.239000,-46.125000,168.660000,-51.962000,169.064000,-53.135000,172.656000,-56.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.168000,27.511000,278.396000,24.800000,278.812000,18.746000,274.403000,22.239000,276.066000,18.307000,271.932000,12.107000,281.507000,16.821000,285.680000,18.226000,281.726000,19.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.093000,24.351000,318.847000,27.156000,319.978000,29.658000,308.461000,31.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.671000,35.017000,87.042000,37.024000,78.713000,44.205000,74.507000,37.511000,73.428000,36.342000,70.767000,29.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.601000,17.474000,167.625000,20.897000,163.593000,13.044000,164.044000,14.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.461000,-11.101000,347.054000,-14.842000,350.438000,-17.498000,344.373000,-22.456000,352.159000,-21.527000,352.964000,-26.995000,0.991000,-18.566000,356.046000,-14.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.620000,39.847000,172.956000,41.971000,171.231000,42.039000,171.470000,43.722000,172.364000,47.994000,169.102000,47.646000,168.256000,47.674000,168.772000,34.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.678000,29.411000,349.507000,30.451000,341.731000,28.197000,342.333000,24.701000,345.099000,24.126000,346.146000,23.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.601000,-8.614000,174.353000,-10.232000,172.266000,-13.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.246000,-4.369000,187.699000,-11.095000,179.711000,-6.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.524000,27.322000,79.982000,24.479000,84.601000,17.213000,85.179000,18.871000,95.950000,25.470000,93.509000,27.920000,93.007000,28.834000,89.065000,29.973000,84.916000,32.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.874000,-6.343000,144.500000,-5.554000,135.197000,1.122000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.244000,26.334000,167.141000,24.539000,173.591000,27.755000,178.828000,30.555000,179.264000,30.702000,174.918000,33.822000,172.273000,35.558000,172.059000,39.349000,162.440000,39.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.900000,-39.687000,225.227000,-37.857000,229.241000,-36.611000,227.619000,-30.520000,224.413000,-35.742000,223.250000,-36.346000,219.380000,-30.841000,215.944000,-34.813000,218.384000,-38.699000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.180000,-0.584000,345.193000,-3.347000,344.118000,-10.767000,348.407000,-6.707000,348.973000,-5.696000,352.579000,-11.067000,352.947000,-3.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.240000,5.965000,101.017000,-3.698000,106.588000,-5.032000,114.008000,-5.531000,110.614000,2.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.766000,-18.576000,356.310000,-17.284000,5.575000,-22.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.679000,-22.977000,37.499000,-20.235000,42.402000,-20.748000,34.223000,-8.642000,36.622000,-15.654000,34.035000,-21.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.107000,-25.455000,111.923000,-23.258000,110.061000,-15.412000,107.048000,-15.331000,103.231000,-18.104000,109.151000,-22.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.365000,1.023000,262.574000,-0.686000,260.163000,5.273000,260.165000,-1.650000,256.656000,-3.244000,262.245000,-5.538000,270.508000,-1.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.533000,-25.115000,337.613000,-28.132000,341.264000,-26.835000,345.467000,-25.057000,346.322000,-23.624000,345.492000,-22.499000,336.911000,-21.406000,338.697000,-22.645000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.448000,33.652000,355.148000,28.662000,352.687000,25.862000,2.052000,26.544000,0.307000,27.489000,0.029000,28.075000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.464000,11.899000,14.766000,15.655000,23.598000,17.340000,13.253000,18.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.173000,-9.050000,353.791000,-5.704000,350.759000,-9.528000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.552000,69.097000,214.325000,70.786000,185.773000,74.063000,181.104000,73.410000,197.178000,64.840000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.941000,5.293000,271.121000,9.653000,266.643000,6.632000,275.485000,1.140000,276.923000,1.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.933000,-81.371000,145.608000,-85.968000,175.607000,-85.282000,170.912000,-84.558000,141.883000,-78.110000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.593000,35.254000,250.291000,31.917000,249.624000,32.725000,247.140000,29.386000,246.918000,28.518000,247.078000,21.468000,249.556000,23.079000,249.740000,20.498000,258.470000,19.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.824000,30.802000,35.074000,24.009000,37.382000,30.022000,41.590000,27.335000,42.749000,31.595000,38.806000,34.605000,36.126000,37.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.880000,-3.686000,40.753000,-2.907000,48.924000,1.620000,46.516000,6.252000,44.990000,4.117000,39.061000,5.740000,39.687000,2.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.731000,30.138000,34.600000,20.025000,47.792000,20.705000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.384000,-31.793000,56.714000,-24.858000,46.421000,-28.639000,52.405000,-36.552000,56.259000,-35.921000,59.115000,-35.098000,59.409000,-29.814000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.700000,-65.007000,89.993000,-62.318000,63.857000,-56.744000,78.181000,-62.290000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.682000,-55.458000,322.985000,-44.381000,317.648000,-57.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.325000,-5.950000,183.230000,-1.964000,180.403000,-2.000000,174.338000,4.188000,172.899000,-3.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.679000,-38.667000,38.632000,-41.830000,39.622000,-36.220000,40.497000,-34.478000,31.677000,-39.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.587000,-49.625000,308.137000,-48.576000,294.913000,-39.133000,293.529000,-37.315000,293.480000,-43.986000,292.017000,-44.710000,296.504000,-46.517000,292.002000,-53.704000,294.263000,-51.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.865000,36.396000,34.842000,36.774000,30.813000,36.899000,30.095000,39.886000,25.505000,41.852000,23.921000,38.333000,26.475000,37.030000,30.062000,33.608000,34.449000,29.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.761000,-1.479000,74.623000,-1.588000,69.343000,3.787000,69.437000,-3.082000,63.692000,-9.915000,72.695000,-10.933000,76.660000,-9.335000,73.140000,-5.102000,77.376000,-5.826000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.456000,-6.214000,12.302000,-10.864000,11.170000,-18.938000,15.130000,-9.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.015000,-23.753000,302.185000,-27.217000,299.270000,-28.294000,313.313000,-30.891000,313.022000,-25.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.287000,-59.479000,36.521000,-50.065000,23.910000,-51.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.451000,-15.194000,162.192000,-15.256000,175.170000,-11.336000,173.260000,-11.802000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.022000,-46.214000,161.334000,-46.752000,151.925000,-52.735000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.934000,35.485000,149.176000,37.564000,155.302000,28.624000,164.872000,29.249000,161.096000,33.969000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.407000,-23.158000,181.780000,-20.542000,181.160000,-21.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.867000,46.328000,170.542000,40.771000,174.056000,44.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.063000,57.734000,45.938000,58.245000,43.274000,50.677000,40.327000,48.552000,47.749000,48.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.395000,28.837000,87.487000,29.764000,92.203000,32.927000,89.037000,35.402000,87.477000,36.264000,85.711000,31.783000,76.263000,29.448000,76.002000,26.255000,89.015000,26.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.488000,2.084000,28.590000,3.507000,18.309000,8.453000,21.302000,4.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.902000,64.346000,10.337000,66.434000,355.972000,66.641000,338.634000,71.300000,343.984000,67.735000,347.369000,62.961000,336.833000,57.644000,352.302000,61.410000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.905000,-29.231000,184.363000,-20.332000,180.509000,-20.830000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.523000,69.415000,334.968000,65.799000,351.168000,59.434000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.300000,-1.739000,310.326000,2.654000,307.508000,1.153000,305.714000,0.031000,307.094000,3.980000,303.929000,-7.610000,308.142000,-9.718000,306.380000,-4.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.583000,-0.842000,2.054000,2.950000,357.473000,4.167000,356.036000,4.825000,349.636000,-0.064000,357.643000,-6.168000,359.292000,-3.362000,0.641000,-7.679000,2.829000,-2.690000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.657000,-16.420000,3.934000,-10.839000,1.300000,-17.499000,1.065000,-19.274000,1.320000,-20.795000,6.059000,-27.322000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.238000,-4.139000,312.783000,-7.648000,311.061000,-11.327000,310.869000,-12.769000,317.387000,-10.928000,326.115000,-8.059000,328.258000,-6.492000,320.022000,-3.406000,318.335000,-1.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.675000,2.139000,180.722000,7.219000,178.380000,8.450000,176.714000,-0.486000,175.352000,-5.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.998000,-17.473000,354.677000,-8.306000,356.292000,-11.765000,347.940000,-14.239000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.526000,37.641000,230.558000,37.748000,239.351000,47.537000,235.414000,43.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.174000,2.290000,346.327000,0.206000,346.407000,5.445000,343.107000,6.960000,344.701000,5.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.227000,1.617000,359.611000,-1.860000,356.917000,-2.320000,352.484000,-2.175000,353.121000,-5.079000,357.376000,-7.381000,359.644000,-7.498000,1.093000,-8.407000,5.690000,-10.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.488000,37.512000,341.905000,39.688000,344.887000,39.225000,349.018000,41.289000,348.507000,43.386000,353.318000,46.093000,345.178000,44.444000,345.975000,48.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.416000,7.115000,176.897000,-2.755000,178.490000,-4.318000,178.665000,-3.277000,181.234000,-2.259000,180.365000,-1.660000,182.919000,5.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.849000,-27.184000,348.600000,-16.703000,343.733000,-17.413000,338.826000,-12.893000,337.089000,-16.181000,338.548000,-17.325000,338.555000,-18.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.738000,66.729000,110.748000,70.274000,129.886000,78.998000,89.787000,76.611000,67.698000,78.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.812000,36.358000,122.201000,33.120000,131.560000,25.418000,136.766000,31.388000,131.587000,30.953000,131.127000,31.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.980000,17.062000,134.654000,9.470000,134.371000,3.581000,139.341000,8.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.071000,17.415000,153.464000,14.394000,155.494000,18.742000,161.596000,17.329000,156.917000,20.547000,162.921000,21.372000,158.412000,23.217000,157.899000,25.130000,154.604000,26.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.606000,31.195000,25.691000,14.763000,28.798000,31.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.954000,-74.109000,17.118000,-69.241000,14.620000,-70.909000,12.072000,-68.437000,343.363000,-73.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.405000,-0.841000,4.926000,-6.033000,7.180000,-1.496000,7.747000,3.513000,4.170000,3.903000,359.605000,4.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.295000,19.128000,269.447000,16.437000,263.016000,12.995000,264.559000,9.397000,275.407000,7.338000,275.399000,9.837000,280.549000,21.717000,276.792000,19.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.474000,-55.218000,99.243000,-51.889000,100.775000,-55.937000,102.076000,-54.525000,113.821000,-50.776000,110.764000,-50.568000,103.212000,-45.535000,94.429000,-45.777000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.672000,-0.014000,302.023000,8.467000,299.719000,2.264000,305.753000,-0.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.516000,-49.784000,83.390000,-50.176000,93.161000,-54.182000,96.618000,-50.876000,99.983000,-50.873000,100.880000,-43.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.449000,6.157000,199.319000,4.237000,199.459000,3.723000,204.749000,3.785000,198.558000,10.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.881000,65.180000,222.248000,64.638000,207.792000,59.253000,218.377000,60.342000,207.734000,56.632000,214.606000,55.353000,235.019000,55.653000,230.697000,65.475000,233.047000,67.245000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.662000,-11.189000,165.718000,-16.281000,162.800000,-14.257000,160.859000,-23.332000,175.008000,-24.791000,172.264000,-22.502000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.882000,-8.952000,358.434000,-0.830000,358.183000,-2.238000,355.111000,-12.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.607000,3.232000,185.376000,-8.234000,179.060000,-4.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.199000,-73.470000,285.388000,-72.732000,274.139000,-72.159000,265.729000,-70.082000,279.028000,-78.623000,281.605000,-76.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.052000,-6.381000,184.287000,-2.602000,174.907000,-2.416000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.381000,21.964000,155.124000,25.397000,151.530000,26.059000,149.554000,28.034000,143.682000,26.875000,147.550000,23.091000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.008000,-18.065000,261.205000,-12.404000,256.519000,-1.740000,256.076000,-6.877000,255.899000,-10.454000,254.166000,-9.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.784000,2.113000,11.686000,1.577000,10.569000,10.250000,6.928000,9.107000,7.065000,5.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.124000,-42.655000,159.455000,-45.746000,167.200000,-47.283000,169.639000,-41.388000,165.694000,-43.585000,169.613000,-36.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.602000,28.374000,143.428000,32.348000,143.807000,40.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.415000,76.475000,251.200000,79.360000,248.880000,83.185000,283.928000,85.160000,324.380000,88.832000,191.119000,86.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.574000,25.181000,333.167000,31.884000,335.298000,38.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.673000,30.919000,102.855000,32.305000,103.097000,31.640000,96.704000,37.917000,95.103000,33.970000,93.736000,25.815000,104.071000,25.537000,111.455000,26.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.116000,-1.299000,86.338000,7.177000,88.122000,5.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.307000,-14.144000,338.363000,-14.356000,340.549000,-17.800000,344.127000,-20.226000,347.824000,-17.484000,349.088000,-13.077000,345.333000,-7.154000,340.614000,-11.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.046000,24.326000,346.499000,24.559000,343.227000,26.893000,350.421000,19.685000,351.820000,22.454000,352.582000,24.446000,349.912000,25.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.959000,-8.415000,332.887000,-3.904000,324.967000,-5.660000,320.235000,-5.771000,320.754000,-9.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.313000,-45.246000,241.082000,-51.597000,232.710000,-46.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.579000,-56.950000,67.910000,-52.168000,71.348000,-45.673000,63.858000,-55.196000,69.837000,-60.406000,70.897000,-55.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.572000,-50.969000,115.530000,-46.756000,116.368000,-54.667000,130.339000,-58.921000,127.757000,-52.544000,128.046000,-51.978000,129.833000,-48.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.514000,3.362000,352.110000,3.507000,359.563000,9.002000,353.531000,5.656000,352.813000,7.667000,351.662000,5.758000,349.966000,12.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.576000,18.924000,146.603000,15.298000,147.190000,17.621000,142.271000,19.285000,141.738000,18.853000,142.845000,25.176000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.832000,37.476000,310.323000,35.867000,308.804000,27.889000,310.332000,29.708000,317.052000,38.319000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.929000,-78.497000,110.411000,-69.980000,119.192000,-70.101000,114.547000,-64.576000,104.573000,-61.980000,91.052000,-63.984000,97.534000,-67.785000,97.714000,-69.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.997000,8.044000,16.438000,0.819000,19.465000,0.553000,18.479000,6.548000,13.637000,11.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.749000,74.878000,139.830000,64.408000,147.124000,65.686000,159.926000,64.723000,166.444000,64.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.015000,11.763000,274.101000,13.540000,270.299000,13.157000,275.745000,10.031000,282.287000,3.974000,280.724000,9.462000,287.561000,8.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.280000,19.373000,284.046000,18.424000,282.636000,26.776000,279.529000,28.870000,277.770000,28.581000,271.356000,14.662000,273.630000,16.087000,277.018000,16.738000,277.347000,16.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.103000,39.987000,341.946000,46.450000,342.432000,46.998000,350.119000,50.000000,339.710000,50.526000,336.694000,51.993000,331.697000,48.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.961000,28.447000,334.738000,24.301000,337.641000,32.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.227000,-4.992000,10.488000,-2.355000,0.089000,-8.560000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.447000,-48.929000,291.433000,-46.192000,282.095000,-49.745000,281.010000,-48.897000,281.140000,-53.632000,289.033000,-60.960000,293.461000,-57.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.250000,56.496000,149.825000,52.998000,152.477000,48.400000,165.844000,45.391000,165.636000,48.345000,176.711000,48.863000,163.425000,54.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.030000,10.413000,179.540000,9.932000,179.378000,10.666000,182.185000,13.173000,177.899000,-2.915000,177.319000,3.655000,176.202000,6.239000,177.370000,6.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.026000,-25.012000,26.767000,-24.572000,32.377000,-32.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.367000,56.011000,18.146000,54.360000,25.644000,53.664000,31.526000,49.410000,32.717000,56.661000,38.094000,59.089000,26.168000,64.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.739000,59.850000,164.701000,60.899000,179.934000,56.947000,189.695000,49.727000,201.398000,55.908000,185.895000,58.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.931000,-43.304000,216.946000,-47.171000,214.953000,-46.403000,210.166000,-44.550000,219.158000,-51.372000,218.948000,-54.786000,222.904000,-49.670000,231.967000,-46.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.342000,-56.467000,342.062000,-58.181000,335.226000,-62.924000,341.933000,-64.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.417000,-1.539000,213.520000,2.358000,215.448000,5.665000,212.982000,5.402000,212.382000,4.551000,209.297000,0.553000,211.818000,2.342000,207.241000,-3.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.589000,-4.767000,159.327000,2.638000,155.458000,-0.332000,163.147000,0.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.835000,5.051000,356.481000,-1.502000,5.127000,-7.908000,6.919000,-1.139000,7.121000,1.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.637000,2.989000,161.325000,8.525000,156.071000,6.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.682000,42.670000,276.775000,41.771000,281.119000,44.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.906000,8.319000,300.341000,8.867000,309.074000,8.950000,301.512000,9.943000,302.099000,10.793000,303.413000,12.442000,296.720000,12.148000,293.890000,8.786000,298.874000,9.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.322000,-1.560000,174.668000,-6.462000,180.270000,7.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.007000,2.650000,182.732000,3.617000,183.429000,6.486000,178.901000,7.556000,179.174000,10.640000,173.989000,12.901000,173.914000,5.902000,171.869000,5.895000,174.744000,4.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.760000,2.017000,99.350000,3.777000,96.143000,4.957000,94.724000,2.250000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.627000,47.498000,352.592000,40.580000,358.328000,35.422000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.396000,-12.419000,172.516000,-11.356000,174.973000,-6.021000,163.470000,-6.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.142000,18.046000,214.431000,21.981000,216.563000,25.339000,212.468000,32.581000,208.265000,28.504000,202.534000,19.654000,206.390000,17.743000,207.005000,18.191000,213.030000,18.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.926000,39.110000,181.346000,40.607000,177.984000,43.608000,174.796000,35.666000,180.512000,29.393000,182.920000,36.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.324000,-38.231000,1.166000,-36.211000,351.345000,-37.842000,348.736000,-42.985000,358.141000,-42.688000,0.522000,-42.407000,357.966000,-38.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.985000,-51.135000,7.523000,-45.332000,13.861000,-60.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.677000,-19.247000,18.234000,-22.704000,18.621000,-22.259000,21.199000,-18.890000,4.242000,-9.618000,2.359000,-12.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.042000,10.039000,2.677000,11.934000,349.566000,14.374000,352.066000,7.557000,1.737000,3.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.523000,7.584000,109.958000,13.958000,99.885000,17.417000,101.131000,14.538000,101.498000,8.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.500000,-54.370000,10.029000,-53.637000,16.153000,-53.671000,20.327000,-56.140000,20.460000,-55.193000,15.469000,-44.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.550000,0.080000,8.074000,-0.068000,7.215000,5.094000,11.889000,-1.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.418000,33.982000,83.034000,38.098000,74.523000,39.354000,75.404000,32.121000,75.764000,31.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.724000,-8.088000,352.106000,-13.303000,352.680000,-16.887000,355.327000,-5.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.941000,-48.199000,42.443000,-51.188000,38.328000,-56.677000,54.362000,-52.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.434000,18.363000,268.110000,22.953000,268.578000,24.895000,272.978000,30.193000,265.686000,27.646000,261.901000,33.909000,263.241000,25.381000,260.757000,22.833000,263.737000,23.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.150000,-40.853000,222.037000,-42.791000,212.322000,-43.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.833000,-45.579000,302.233000,-44.303000,312.344000,-42.355000,304.065000,-40.658000,298.179000,-37.294000,297.256000,-37.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.898000,-72.263000,225.138000,-67.554000,227.744000,-62.025000,211.244000,-63.921000,210.551000,-68.110000,215.814000,-69.603000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.481000,-11.243000,146.377000,-15.731000,154.071000,-13.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.111000,45.536000,295.671000,53.398000,287.762000,56.958000,283.354000,49.107000,283.506000,46.474000,291.395000,40.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.986000,-5.109000,40.588000,-4.066000,44.391000,-9.930000,48.704000,-7.072000,44.884000,-1.783000,45.699000,-1.394000,45.530000,0.239000,42.085000,2.200000,38.911000,-0.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.106000,9.517000,307.807000,6.272000,315.354000,18.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.509000,-28.152000,39.347000,-24.717000,39.210000,-16.456000,36.719000,-19.551000,34.704000,-22.697000,35.785000,-25.516000,33.891000,-29.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.393000,-17.429000,191.676000,-14.566000,193.281000,-12.023000,189.958000,-10.965000,183.103000,-7.758000,182.989000,-7.297000,177.564000,-3.401000,180.551000,-9.794000,177.248000,-13.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.093000,28.648000,344.729000,26.302000,349.060000,27.109000,344.720000,26.906000,344.589000,27.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.120000,10.212000,1.612000,9.074000,4.438000,10.259000,5.206000,12.236000,10.812000,18.506000,1.143000,17.038000,357.904000,13.051000,358.002000,6.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.874000,-67.021000,146.554000,-64.541000,140.826000,-59.997000,135.097000,-71.736000,133.025000,-75.068000,148.864000,-74.401000,150.865000,-69.270000,153.515000,-67.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.757000,-49.997000,252.849000,-52.615000,245.585000,-53.904000,250.851000,-55.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.233000,28.572000,259.712000,33.947000,260.008000,36.301000,258.251000,33.493000,246.786000,27.725000,254.580000,27.135000,252.738000,23.612000,255.154000,23.921000,256.870000,22.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.618000,6.132000,343.074000,6.521000,338.846000,5.530000,341.785000,9.827000,337.164000,11.510000,335.796000,5.157000,332.958000,9.714000,329.942000,3.189000,337.522000,0.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.736000,-19.478000,173.658000,-12.775000,169.327000,-10.563000,165.580000,-10.730000,165.067000,-12.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.893000,11.862000,203.237000,20.178000,198.783000,20.565000,200.641000,18.426000,194.096000,16.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.620000,-3.343000,152.039000,-0.674000,153.949000,-3.171000,148.850000,-4.357000,151.774000,-5.448000,152.321000,-6.356000,156.658000,-5.317000,156.363000,-4.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.803000,39.859000,178.037000,41.867000,167.907000,49.573000,167.295000,56.453000,160.991000,47.342000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.692000,-51.686000,175.335000,-55.478000,184.194000,-52.099000,189.766000,-49.814000,180.731000,-46.393000,188.260000,-44.193000,185.513000,-40.822000,172.624000,-41.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.582000,-57.017000,239.390000,-55.785000,241.320000,-59.291000,248.961000,-60.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.692000,46.507000,197.036000,41.156000,191.613000,39.816000,191.578000,37.537000,197.783000,38.120000,208.145000,34.914000,206.137000,36.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.124000,14.928000,331.822000,21.285000,330.607000,20.078000,328.754000,19.859000,325.847000,21.457000,326.013000,17.216000,336.134000,10.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.725000,12.195000,123.309000,5.310000,125.322000,2.914000,126.911000,-0.576000,129.404000,-2.853000,132.329000,-2.385000,133.525000,3.729000,138.158000,8.432000,131.282000,9.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.918000,29.510000,183.349000,26.774000,189.796000,28.993000,189.986000,28.845000,190.012000,25.301000,198.650000,29.232000,198.040000,35.480000,194.900000,33.405000,190.679000,33.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.368000,20.475000,48.632000,18.697000,50.146000,13.023000,55.069000,18.830000,53.135000,12.385000,58.761000,26.090000,55.296000,22.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.141000,-5.677000,143.873000,-10.660000,149.689000,-11.489000,153.793000,-4.779000,153.605000,-3.508000,148.469000,-6.634000,145.053000,-6.889000,145.897000,-9.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.963000,-8.565000,269.051000,0.842000,271.351000,4.067000,269.433000,2.791000,269.045000,5.480000,268.500000,5.212000,267.344000,2.440000,263.503000,0.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.738000,-40.197000,353.087000,-50.187000,351.773000,-46.197000,350.837000,-42.854000,351.701000,-42.006000,357.165000,-33.265000,352.404000,-35.909000,347.855000,-34.206000,347.681000,-39.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.979000,84.177000,235.058000,81.954000,269.901000,82.654000,277.361000,84.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.359000,-1.253000,125.822000,6.036000,127.697000,6.991000,124.777000,11.801000,121.495000,8.843000,119.470000,6.113000,118.738000,5.584000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.125000,-25.737000,132.729000,-35.867000,137.208000,-36.403000,142.971000,-36.886000,150.082000,-40.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.749000,-13.089000,33.210000,-10.063000,27.746000,-11.603000,27.011000,-13.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.056000,-44.259000,110.640000,-41.458000,110.019000,-46.214000,100.229000,-45.535000,104.138000,-48.503000,102.458000,-50.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.614000,61.595000,97.076000,60.099000,83.810000,63.917000,71.965000,57.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.242000,-42.599000,347.565000,-41.846000,350.310000,-34.512000,343.860000,-33.886000,348.715000,-29.635000,343.457000,-30.032000,334.424000,-29.282000,334.861000,-30.922000,333.718000,-32.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.216000,-38.684000,186.563000,-36.634000,186.080000,-36.609000,182.738000,-42.279000,182.507000,-50.769000,184.283000,-49.621000,188.830000,-47.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.668000,-35.055000,82.412000,-34.784000,81.241000,-47.400000,81.798000,-47.393000,81.710000,-49.720000,83.933000,-47.525000,85.765000,-46.731000,92.068000,-40.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.963000,-3.263000,168.370000,-10.100000,178.703000,-7.087000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.967000,2.212000,355.119000,2.597000,354.439000,1.343000,359.964000,-4.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.373000,1.169000,16.043000,-2.514000,28.409000,5.984000,27.383000,8.124000,26.148000,9.033000,24.131000,9.426000,22.975000,11.249000,20.198000,7.761000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.382000,-39.484000,176.220000,-43.001000,165.866000,-44.557000,172.702000,-50.784000,177.051000,-45.795000,185.039000,-52.378000,183.399000,-50.563000,183.901000,-49.135000,190.476000,-44.377000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.902000,-5.626000,308.942000,-11.949000,312.931000,-7.048000,310.074000,-4.467000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.373000,-0.008000,132.986000,4.379000,125.061000,0.064000,131.972000,-3.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.016000,49.137000,266.632000,52.061000,267.711000,53.592000,270.736000,54.465000,272.089000,55.342000,273.715000,56.631000,271.828000,57.655000,261.281000,57.575000,260.787000,52.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.320000,1.480000,237.505000,7.474000,235.958000,11.429000,236.080000,4.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.659000,17.993000,171.416000,14.312000,169.406000,19.179000,169.022000,23.813000,162.603000,20.084000,162.612000,20.918000,156.849000,20.871000,156.104000,17.601000,158.971000,17.195000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.825000,-8.270000,347.212000,-13.219000,347.164000,-22.973000,356.196000,-22.926000,1.992000,-17.719000,359.776000,-10.318000,351.840000,-12.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.506000,-12.967000,23.856000,-14.780000,24.406000,-2.339000,25.622000,-4.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.619000,-0.650000,148.681000,-0.772000,142.736000,11.724000,142.739000,6.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.772000,5.282000,8.172000,3.068000,9.545000,8.578000,10.543000,14.518000,2.234000,13.849000,4.690000,10.982000,1.957000,10.188000,1.640000,7.505000,1.043000,2.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.628000,-3.240000,355.469000,-3.541000,359.053000,-8.053000,358.686000,-13.184000,357.127000,-16.941000,359.760000,-17.765000,0.872000,-12.193000,2.263000,-16.855000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.887000,-26.534000,339.385000,-26.596000,341.352000,-30.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.415000,-29.664000,311.531000,-43.034000,313.375000,-44.531000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.822000,-58.531000,43.058000,-53.399000,39.640000,-52.936000,39.160000,-56.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.813000,-7.518000,56.745000,-6.553000,51.705000,-5.272000,47.783000,-8.181000,45.174000,-8.991000,52.379000,-10.914000,52.178000,-11.461000,50.329000,-16.152000,53.543000,-12.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.320000,-27.364000,173.961000,-23.620000,173.086000,-22.478000,168.934000,-21.653000,164.877000,-20.599000,164.731000,-24.614000,166.402000,-26.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.034000,20.604000,150.620000,22.356000,157.987000,17.373000,159.394000,18.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.288000,1.629000,115.236000,0.965000,113.098000,2.508000,108.455000,2.601000,111.201000,-0.966000,108.663000,-3.299000,107.152000,-3.994000,114.294000,-1.904000,115.788000,-3.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.740000,9.894000,174.581000,7.638000,173.344000,6.647000,175.184000,4.953000,175.721000,2.828000,181.778000,-1.209000,179.506000,4.471000,181.112000,11.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.625000,13.646000,181.717000,16.639000,179.954000,15.195000,179.240000,6.267000,179.580000,8.579000,181.078000,8.385000,184.277000,11.842000,186.383000,11.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.955000,-3.381000,198.142000,1.612000,203.143000,-0.464000,198.234000,5.683000,189.956000,6.811000,189.098000,5.887000,192.660000,3.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.945000,11.437000,246.168000,6.250000,246.846000,3.917000,257.516000,-0.980000,259.366000,0.781000,258.780000,5.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.736000,-33.816000,156.529000,-34.764000,148.332000,-36.675000,164.912000,-39.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.399000,-4.090000,13.485000,-7.822000,13.450000,-3.232000,15.197000,-3.451000,13.187000,5.549000,10.143000,2.931000,3.744000,-3.375000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.511000,57.280000,24.203000,47.600000,37.656000,49.828000,43.752000,57.195000,45.563000,59.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.281000,21.724000,91.261000,13.763000,105.428000,20.778000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.196000,6.371000,8.852000,9.199000,4.389000,18.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.606000,32.970000,116.949000,32.586000,113.406000,41.346000,105.914000,37.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.855000,-7.284000,244.982000,-11.587000,246.748000,-9.726000,244.861000,-1.095000,240.493000,-4.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.269000,37.054000,13.164000,32.894000,15.796000,43.237000,9.930000,42.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.470000,-9.135000,220.336000,-6.366000,213.233000,-2.317000,213.546000,-4.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.761000,-14.896000,334.924000,-9.800000,331.254000,-2.819000,331.208000,-3.553000,326.880000,-3.187000,330.226000,-6.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.217000,28.156000,26.144000,28.851000,23.180000,34.977000,26.849000,38.774000,23.612000,37.394000,15.442000,27.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.497000,-39.798000,51.526000,-40.979000,47.828000,-44.010000,63.915000,-40.893000,61.755000,-31.293000,57.526000,-35.722000,58.826000,-31.959000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.842000,-63.373000,132.959000,-66.909000,133.651000,-58.371000,126.118000,-58.817000,115.316000,-58.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.452000,64.026000,282.008000,65.220000,278.517000,57.813000,285.586000,54.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.297000,0.541000,319.530000,1.522000,321.948000,5.633000,315.838000,-0.315000,319.265000,-8.838000,320.113000,-8.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.120000,45.302000,296.247000,45.838000,308.381000,44.902000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.776000,-41.364000,175.323000,-41.684000,184.704000,-47.591000,194.142000,-49.490000,188.061000,-46.350000,189.866000,-44.734000,192.252000,-39.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.284000,0.642000,201.028000,1.002000,206.834000,2.323000,211.854000,7.147000,199.697000,6.486000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.317000,11.757000,176.231000,8.348000,174.454000,9.832000,176.023000,7.853000,182.184000,1.535000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.733000,6.623000,119.036000,9.000000,120.139000,4.286000,113.733000,2.808000,113.747000,2.662000,126.834000,-3.070000,129.284000,2.465000,124.694000,5.696000,126.560000,7.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.369000,4.239000,4.846000,4.603000,356.530000,3.725000,1.008000,1.643000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.302000,-14.159000,19.841000,-18.455000,25.929000,-23.105000,32.276000,-18.790000,31.817000,-18.014000,30.647000,-12.769000,30.092000,-8.981000,30.460000,-7.675000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.482000,-64.644000,63.987000,-62.686000,50.813000,-57.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.449000,5.553000,328.667000,3.418000,329.768000,8.888000,322.332000,7.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.067000,-21.772000,194.494000,-26.347000,188.798000,-31.797000,201.562000,-24.747000,198.642000,-25.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.371000,-15.251000,268.890000,-11.306000,265.684000,-12.033000,266.517000,-4.622000,260.077000,-10.409000,264.286000,-13.004000,263.943000,-16.031000,264.981000,-19.701000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.160000,-40.229000,186.257000,-38.768000,191.476000,-33.839000,180.703000,-39.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.328000,-15.672000,304.883000,-11.772000,297.495000,-9.474000,292.390000,-6.422000,290.797000,-9.449000,295.668000,-19.047000,300.436000,-18.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.334000,-26.297000,103.495000,-31.912000,107.555000,-29.864000,113.130000,-29.603000,105.178000,-19.748000,107.750000,-26.155000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.637000,-16.892000,188.846000,-23.020000,188.644000,-24.326000,197.208000,-23.056000,205.660000,-19.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.241000,-7.493000,171.651000,-10.302000,179.105000,-11.940000,188.390000,-13.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.132000,-32.333000,36.247000,-26.382000,32.215000,-25.209000,28.805000,-31.120000,27.721000,-36.830000,29.375000,-39.002000,30.768000,-36.168000,34.931000,-34.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.451000,-27.176000,229.599000,-29.353000,234.192000,-26.197000,229.079000,-25.504000,232.103000,-21.087000,231.107000,-21.986000,229.050000,-21.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.735000,19.453000,206.214000,17.299000,219.248000,21.421000,212.108000,19.625000,212.359000,21.266000,209.178000,22.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.688000,2.587000,330.102000,2.697000,327.051000,9.495000,328.170000,10.581000,331.138000,16.002000,324.301000,7.668000,324.641000,2.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.668000,-1.794000,346.236000,1.619000,340.018000,7.042000,339.303000,-5.725000,340.075000,-7.766000,347.707000,-2.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.535000,24.078000,133.177000,29.250000,117.625000,33.922000,113.939000,28.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.079000,-34.842000,160.440000,-36.028000,164.232000,-28.622000,162.974000,-27.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.663000,40.825000,34.682000,43.087000,29.449000,46.978000,30.003000,40.054000,25.303000,38.996000,31.342000,34.269000,34.206000,32.584000,45.861000,36.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.624000,25.213000,31.337000,25.951000,32.812000,28.823000,38.849000,27.876000,39.798000,28.900000,32.012000,33.724000,24.503000,26.501000,27.197000,27.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.500000,6.030000,342.582000,-0.018000,341.194000,-3.143000,347.053000,-1.140000,351.489000,-5.058000,348.326000,-0.193000,350.996000,-0.675000,346.009000,2.654000,345.225000,3.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.762000,15.045000,185.542000,13.531000,182.688000,18.254000,183.266000,19.513000,172.910000,23.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.302000,7.067000,52.661000,7.314000,44.625000,12.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.040000,14.856000,175.440000,15.001000,183.712000,11.222000,187.272000,12.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.874000,18.514000,120.818000,14.488000,120.850000,11.983000,130.139000,16.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.929000,9.455000,295.493000,1.795000,297.669000,9.400000,299.598000,12.291000,294.977000,14.537000,291.777000,14.072000,286.568000,11.620000,287.420000,11.196000,286.679000,11.257000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.511000,26.874000,174.624000,14.217000,177.607000,16.835000,178.300000,16.497000,180.260000,18.745000,178.975000,11.313000,182.482000,21.315000,187.670000,22.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.380000,13.039000,347.291000,12.363000,352.765000,2.036000,359.180000,6.141000,3.524000,4.715000,356.441000,14.899000,356.001000,12.818000,355.409000,13.027000,354.835000,13.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.204000,9.397000,178.647000,8.112000,174.629000,6.448000,172.059000,5.061000,175.181000,3.071000,178.265000,-5.154000,184.896000,-1.627000,184.661000,5.968000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.672000,41.464000,170.277000,33.853000,173.888000,36.097000,172.868000,43.098000,162.730000,50.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.062000,20.110000,25.215000,17.159000,25.769000,21.475000,29.542000,15.832000,27.926000,25.118000,27.236000,25.250000,23.284000,27.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.675000,-11.073000,266.543000,-15.185000,265.435000,-15.046000,263.948000,-15.827000,271.260000,-24.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.665000,44.737000,266.061000,40.247000,271.918000,47.742000,274.349000,48.983000,269.534000,50.230000,259.986000,55.048000,255.719000,50.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.379000,20.261000,201.814000,21.798000,211.449000,23.382000,211.085000,31.782000,200.990000,28.579000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.580000,-6.657000,169.181000,-3.602000,168.642000,-6.095000,165.362000,-8.076000,165.285000,-12.441000,168.152000,-16.454000,177.941000,-12.996000,176.700000,-9.710000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.321000,-28.000000,244.260000,-32.963000,253.796000,-37.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.213000,-62.377000,303.482000,-57.704000,308.788000,-57.099000,307.962000,-56.430000,308.721000,-51.701000,304.867000,-50.900000,295.866000,-49.289000,294.438000,-50.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.340000,-2.215000,205.790000,-3.051000,215.372000,-12.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.635000,-33.576000,12.247000,-38.620000,10.452000,-34.138000,3.680000,-34.172000,7.474000,-29.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.421000,-7.308000,354.198000,-7.965000,5.760000,-13.703000,4.391000,-10.435000,4.131000,-8.875000,4.214000,-8.407000,3.179000,-6.329000,6.474000,-4.468000,2.146000,-6.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.398000,66.705000,164.028000,66.533000,172.740000,56.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.862000,14.565000,185.340000,14.792000,187.932000,21.954000,181.279000,12.193000,185.976000,11.054000,185.527000,12.469000,192.962000,11.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.968000,-55.477000,160.745000,-62.348000,166.286000,-50.675000,165.534000,-51.311000,147.792000,-52.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.442000,-44.543000,290.404000,-44.920000,280.093000,-49.827000,290.203000,-47.766000,293.702000,-49.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.266000,33.238000,141.070000,31.975000,142.765000,29.549000,149.935000,31.987000,150.819000,34.090000,160.597000,31.062000,160.590000,39.584000,144.128000,35.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[309.059000,-71.108000,321.592000,-66.354000,304.040000,-61.231000,300.283000,-63.613000,288.946000,-72.071000,278.954000,-74.512000,311.035000,-77.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.266000,1.240000,178.468000,8.473000,174.148000,9.291000,172.423000,-2.048000,171.845000,-2.397000,174.883000,-2.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.928000,-4.419000,3.378000,-3.617000,358.504000,6.271000,357.181000,3.744000,354.001000,2.637000,353.535000,-3.956000,349.120000,-8.707000,353.563000,-4.700000,355.979000,-8.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.580000,16.323000,45.375000,17.277000,39.563000,11.533000,52.049000,17.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.505000,23.220000,0.339000,31.860000,2.507000,29.162000,354.971000,32.392000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.231000,61.057000,22.673000,56.722000,35.838000,62.373000,12.584000,71.328000,3.124000,65.124000,359.334000,64.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.339000,-4.825000,179.962000,-4.391000,182.378000,-2.434000,177.825000,2.463000,174.107000,-1.317000,173.490000,-2.316000,173.189000,-5.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.674000,-12.580000,187.340000,-11.479000,186.563000,-5.872000,180.906000,-6.486000,180.612000,-10.738000,182.486000,-11.514000,182.747000,-12.722000,190.229000,-14.315000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.130000,-42.914000,210.572000,-45.276000,204.250000,-53.529000,217.014000,-59.406000,221.613000,-53.515000,222.931000,-49.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.589000,-36.098000,145.438000,-36.145000,141.559000,-34.975000,137.380000,-30.313000,136.776000,-25.586000,126.779000,-34.378000,126.435000,-36.406000,134.204000,-35.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.184000,-53.345000,21.303000,-55.578000,29.272000,-62.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.487000,-13.791000,205.257000,-14.803000,215.276000,-23.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.929000,16.853000,358.597000,19.735000,356.193000,20.679000,357.574000,13.908000,358.375000,11.595000,359.051000,11.884000,4.595000,14.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.927000,82.247000,138.845000,77.882000,172.900000,76.792000,174.512000,81.684000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.417000,32.503000,115.841000,41.241000,119.940000,34.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.144000,-51.871000,187.509000,-51.449000,179.873000,-54.427000,181.895000,-54.284000,200.073000,-57.986000,199.349000,-57.492000,199.443000,-50.390000,189.248000,-48.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.621000,51.958000,142.551000,49.600000,134.554000,43.700000,137.836000,43.555000,139.660000,45.524000,155.988000,47.377000,149.711000,49.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.570000,-51.066000,184.326000,-48.161000,180.230000,-40.933000,179.130000,-43.668000,176.251000,-52.562000,179.517000,-51.875000,182.180000,-50.907000,185.145000,-50.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.907000,-16.087000,312.029000,-20.940000,313.939000,-24.393000,314.861000,-24.529000,317.562000,-23.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.777000,-14.024000,340.509000,-8.986000,345.060000,-5.993000,348.873000,-3.883000,331.370000,-6.876000,337.462000,-8.073000,336.224000,-9.153000,337.526000,-13.752000,339.808000,-16.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.845000,-15.787000,202.752000,-7.353000,206.069000,-3.312000,206.125000,-2.938000,202.618000,-0.953000,201.027000,-1.708000,199.438000,3.257000,196.979000,-5.638000,195.540000,-8.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.658000,-10.695000,316.387000,-18.223000,317.335000,-19.059000,313.350000,-18.978000,328.171000,-17.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.052000,10.013000,191.966000,10.879000,186.451000,20.398000,182.214000,17.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.485000,-22.182000,205.774000,-20.523000,205.727000,-19.266000,205.969000,-14.666000,204.409000,-13.236000,202.820000,-17.849000,196.591000,-21.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.695000,-28.447000,218.890000,-23.621000,216.119000,-24.466000,211.183000,-24.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.752000,25.911000,351.024000,23.729000,351.629000,25.494000,355.208000,29.277000,356.499000,30.837000,1.237000,37.732000,352.371000,31.861000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.493000,35.325000,79.933000,31.326000,80.181000,28.994000,80.315000,34.120000,85.578000,32.740000,81.847000,43.638000,79.057000,38.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.229000,-25.033000,358.351000,-23.229000,353.728000,-16.373000,350.791000,-19.568000,347.925000,-20.598000,345.393000,-24.017000,354.517000,-27.613000,356.658000,-27.796000,358.163000,-29.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.070000,75.874000,325.135000,77.634000,305.620000,84.202000,305.468000,80.086000,275.206000,77.889000,307.716000,74.615000,307.164000,72.763000,311.988000,75.334000,311.244000,68.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.735000,-0.254000,345.593000,-4.630000,344.419000,-1.016000,343.926000,2.655000,339.632000,6.778000,338.071000,10.691000,337.301000,7.365000,336.226000,3.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.632000,18.982000,140.175000,12.604000,146.561000,12.396000,148.145000,11.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.315000,41.148000,348.039000,42.581000,351.133000,48.597000,333.219000,46.508000,336.558000,44.845000,336.224000,41.901000,329.894000,38.277000,330.372000,38.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.619000,58.607000,19.271000,62.872000,32.654000,52.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.349000,52.931000,109.738000,55.872000,107.261000,49.820000,131.870000,61.282000,117.927000,61.715000,113.404000,61.388000,111.856000,62.655000,112.000000,61.569000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.369000,-3.335000,103.271000,-7.002000,102.762000,-9.298000,102.463000,-19.648000,107.683000,-13.933000,108.061000,-12.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.395000,-18.240000,161.673000,-14.893000,159.442000,-13.707000,161.517000,-8.316000,153.512000,-9.623000,154.145000,-12.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.116000,48.663000,356.851000,53.807000,343.992000,56.937000,343.934000,59.526000,341.209000,55.045000,338.569000,55.758000,336.092000,50.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.428000,6.423000,176.730000,6.419000,175.730000,6.843000,176.973000,8.629000,178.434000,9.345000,176.929000,15.369000,169.185000,12.158000,169.656000,8.820000,166.112000,8.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.301000,82.505000,248.960000,76.771000,280.373000,76.780000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.972000,-21.837000,230.748000,-26.644000,229.991000,-22.996000,226.057000,-17.402000,226.103000,-15.120000,225.473000,-14.213000,220.219000,-18.084000,219.023000,-19.114000,215.221000,-22.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.684000,-20.585000,222.351000,-19.450000,222.002000,-23.937000,222.427000,-26.683000,224.315000,-35.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.163000,29.179000,21.879000,27.350000,24.490000,27.557000,27.553000,22.652000,25.143000,29.586000,21.638000,31.252000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.302000,-2.673000,199.196000,-4.333000,196.959000,3.009000,197.692000,-0.396000,193.836000,0.906000,192.975000,-4.993000,204.906000,-8.763000,207.378000,-8.197000,203.861000,-6.938000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.600000,3.261000,146.871000,7.403000,141.416000,16.435000,135.562000,13.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.699000,34.411000,189.641000,39.710000,191.205000,43.138000,183.532000,35.484000,182.294000,34.238000,184.718000,28.563000,190.311000,29.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.805000,-10.077000,306.703000,-17.283000,307.894000,-23.861000,314.213000,-13.831000,310.269000,-16.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.009000,-11.971000,16.109000,-16.913000,11.213000,-17.024000,20.798000,-20.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.582000,-13.914000,196.082000,-5.244000,189.851000,-3.884000,188.204000,-5.067000,184.900000,-3.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.456000,-2.205000,242.019000,-6.277000,247.144000,-3.209000,244.164000,-2.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.612000,-1.513000,282.100000,-7.783000,292.205000,-3.883000,286.929000,1.520000,286.601000,3.011000,288.524000,5.112000,285.742000,6.264000,282.541000,4.566000,277.732000,5.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.531000,78.238000,70.458000,79.226000,113.137000,82.379000,22.600000,81.984000,48.257000,78.845000,26.866000,73.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.318000,0.694000,205.883000,1.177000,196.825000,3.002000,195.514000,6.433000,191.543000,2.578000,192.963000,-1.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[233.121000,-52.664000,229.983000,-57.732000,238.469000,-48.392000,236.889000,-44.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.794000,-1.075000,3.733000,-3.974000,9.950000,3.306000,13.292000,5.779000,7.538000,2.478000,5.255000,9.284000,5.456000,2.871000,5.264000,2.538000,5.734000,2.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.835000,-9.081000,133.383000,-7.309000,132.413000,-7.208000,131.503000,-8.282000,133.461000,-13.347000,140.836000,-13.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.384000,16.351000,198.485000,14.786000,191.563000,13.791000,187.959000,10.061000,196.197000,9.611000,204.599000,9.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.660000,-25.779000,87.142000,-19.690000,79.498000,-20.189000,80.895000,-22.354000,80.833000,-24.185000,82.162000,-27.438000,92.004000,-28.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.667000,-5.854000,4.918000,3.343000,2.985000,2.451000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.396000,-23.194000,170.511000,-28.212000,168.661000,-24.509000,165.756000,-19.225000,156.486000,-17.841000,160.199000,-20.005000,156.952000,-24.463000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.764000,-3.540000,2.020000,-2.288000,3.574000,-2.862000,359.766000,2.778000,356.384000,-1.323000,359.235000,-3.704000,358.383000,-10.441000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.869000,28.644000,214.831000,26.538000,224.207000,37.000000,226.110000,39.218000,223.352000,39.356000,214.207000,32.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.367000,-80.478000,266.593000,-85.263000,62.943000,-86.924000,20.823000,-81.436000,11.327000,-77.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.670000,56.109000,354.102000,43.164000,356.217000,44.418000,3.335000,43.965000,6.984000,43.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.716000,20.743000,253.797000,6.367000,261.463000,12.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.979000,32.382000,66.635000,33.268000,75.384000,40.458000,75.249000,44.377000,70.691000,36.951000,73.584000,42.624000,63.696000,37.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.389000,20.801000,115.830000,18.664000,114.584000,24.120000,110.471000,18.631000,112.802000,15.211000,109.857000,11.039000,114.062000,11.308000,115.542000,12.564000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.504000,-33.134000,202.274000,-27.851000,209.803000,-32.204000,203.473000,-26.940000,206.558000,-27.194000,196.358000,-27.734000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.253000,-36.219000,319.267000,-32.600000,323.848000,-32.857000,321.652000,-23.189000,316.291000,-26.437000,310.621000,-30.754000,310.261000,-32.248000,311.213000,-32.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.526000,-25.143000,46.714000,-22.789000,44.769000,-17.968000,44.267000,-17.194000,46.206000,-28.963000,52.653000,-32.923000,48.807000,-28.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.482000,22.179000,174.334000,23.397000,167.634000,20.181000,173.071000,13.909000,170.120000,7.763000,172.772000,11.284000,178.712000,11.689000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.804000,49.150000,266.994000,44.356000,275.611000,50.126000,275.130000,51.447000,271.841000,54.317000,268.931000,55.151000,258.144000,62.293000,254.886000,53.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.694000,-35.196000,69.310000,-33.836000,70.009000,-23.226000,61.398000,-29.612000,60.301000,-30.110000,57.678000,-30.751000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.243000,34.703000,356.607000,26.409000,352.929000,19.901000,359.681000,20.020000,7.689000,22.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.318000,-26.816000,168.464000,-23.092000,174.340000,-26.269000,172.076000,-15.295000,169.852000,-12.186000,166.498000,-19.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.086000,-11.962000,160.556000,-6.667000,163.210000,0.197000,160.034000,-1.323000,158.019000,-1.224000,158.370000,-2.110000,155.139000,-5.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.561000,38.882000,144.478000,44.995000,145.527000,42.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.306000,-20.104000,144.302000,-17.884000,144.611000,-18.044000,146.501000,-18.263000,143.507000,-6.671000,143.423000,-8.196000,141.082000,-9.957000,139.479000,-10.585000,140.670000,-16.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.946000,7.690000,353.323000,4.031000,351.874000,4.540000,351.734000,2.280000,352.617000,-1.573000,3.551000,2.382000,359.527000,6.809000,354.931000,7.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.481000,30.609000,187.077000,24.697000,190.195000,29.366000,192.348000,27.943000,191.082000,32.432000,198.460000,35.918000,192.157000,35.920000,186.399000,34.004000,178.864000,38.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.074000,-5.143000,11.972000,-13.808000,18.338000,-9.907000,21.136000,-15.655000,22.903000,-11.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.180000,2.709000,215.455000,0.339000,215.808000,4.723000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.044000,17.750000,261.918000,15.464000,263.650000,14.752000,273.134000,16.491000,272.951000,20.939000,275.134000,23.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.632000,39.011000,358.849000,48.856000,345.989000,49.048000,345.087000,49.119000,345.025000,50.658000,344.573000,50.084000,336.038000,50.785000,339.156000,48.952000,340.675000,47.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.019000,-5.390000,348.565000,-0.704000,344.894000,0.092000,339.706000,1.911000,335.903000,1.345000,336.208000,-0.284000,335.559000,-1.724000,332.451000,-5.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.875000,-56.748000,38.934000,-54.602000,27.813000,-51.916000,25.490000,-55.742000,24.077000,-57.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.288000,-69.540000,202.455000,-76.919000,213.706000,-73.984000,217.790000,-74.242000,225.528000,-74.879000,216.859000,-73.236000,214.622000,-65.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.823000,-0.389000,244.500000,-1.216000,249.663000,-1.568000,251.063000,-4.777000,252.069000,-7.134000,257.008000,-1.147000,250.526000,5.386000,247.132000,7.546000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.022000,-2.903000,178.241000,-5.678000,178.862000,-7.312000,189.598000,-3.949000,182.696000,5.060000,174.110000,0.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.006000,32.379000,8.333000,38.806000,4.307000,23.673000,8.495000,23.312000,12.564000,27.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.489000,-1.009000,214.653000,-2.671000,213.881000,-2.050000,214.521000,4.639000,212.126000,6.344000,211.008000,1.514000,211.846000,-9.189000,212.995000,-12.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.635000,-36.315000,20.824000,-31.049000,16.260000,-29.000000,10.772000,-29.456000,12.263000,-39.972000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.518000,12.054000,120.582000,13.572000,123.346000,15.206000,123.802000,15.630000,117.765000,21.957000,115.895000,17.191000,115.043000,12.509000,108.583000,9.638000,111.208000,9.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.852000,20.116000,355.720000,20.781000,352.076000,23.106000,351.252000,22.602000,351.520000,23.430000,350.874000,23.392000,349.255000,22.485000,343.543000,24.335000,349.893000,19.126000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.793000,0.283000,4.938000,6.762000,359.703000,7.733000,358.669000,1.917000,356.057000,-2.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.483000,-79.678000,352.667000,-82.035000,47.728000,-83.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.386000,-8.079000,3.111000,-0.106000,2.878000,2.627000,354.902000,7.340000,356.840000,4.191000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.299000,74.263000,306.994000,73.148000,298.602000,71.909000,293.959000,66.535000,302.641000,64.409000,316.995000,65.154000,324.990000,69.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.776000,-70.704000,164.185000,-71.093000,164.681000,-71.217000,164.735000,-72.382000,174.258000,-70.567000,180.933000,-66.192000,156.192000,-63.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.488000,-25.831000,28.863000,-27.032000,30.477000,-25.673000,27.282000,-27.330000,30.180000,-24.026000,30.560000,-23.601000,16.322000,-32.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.736000,37.962000,329.030000,38.474000,307.879000,40.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.727000,45.178000,15.634000,45.543000,13.196000,45.873000,13.672000,41.809000,14.756000,40.741000,14.536000,32.153000,25.732000,38.011000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.828000,17.974000,8.376000,19.328000,9.640000,20.247000,2.821000,26.019000,2.234000,20.990000,2.774000,20.193000,357.933000,21.569000,3.877000,17.016000,5.228000,14.398000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.079000,-18.495000,50.335000,-15.980000,45.928000,-11.750000,49.390000,-8.092000,47.655000,-4.495000,39.679000,-9.427000,42.771000,-11.505000,40.339000,-14.300000,43.491000,-13.246000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.386000,19.387000,55.818000,32.634000,49.519000,30.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.826000,-23.054000,328.349000,-23.645000,334.090000,-17.495000,328.881000,-14.847000,322.716000,-20.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.629000,-5.193000,272.537000,-6.701000,275.731000,-2.247000,276.573000,-0.863000,275.052000,1.227000,266.484000,3.252000,266.508000,0.327000,267.651000,-1.074000,263.012000,-3.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.953000,40.849000,173.752000,45.255000,167.294000,47.361000,162.381000,49.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.040000,10.979000,298.407000,10.577000,298.344000,10.083000,298.006000,2.180000,297.510000,-3.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.093000,57.644000,171.455000,55.028000,178.248000,52.203000,183.916000,52.407000,183.619000,53.976000,184.421000,55.366000,183.386000,63.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.271000,-21.737000,344.537000,-25.792000,343.264000,-21.785000,342.483000,-19.383000,338.062000,-17.557000,332.501000,-10.504000,329.552000,-16.543000,336.361000,-20.186000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.507000,1.571000,7.534000,0.817000,9.429000,-0.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.056000,15.849000,180.798000,10.430000,180.459000,9.008000,183.572000,17.833000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.125000,10.769000,195.716000,10.232000,196.408000,16.360000,196.940000,17.516000,193.513000,22.558000,190.829000,17.733000,191.853000,13.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.757000,69.829000,196.089000,72.193000,205.594000,58.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.241000,-19.466000,89.517000,-18.464000,91.298000,-16.184000,80.981000,-12.468000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.324000,-17.513000,0.563000,-13.813000,359.540000,-13.503000,357.957000,-16.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.129000,-34.621000,129.026000,-36.002000,134.337000,-31.854000,132.380000,-32.407000,122.650000,-32.811000,119.583000,-30.355000,124.546000,-36.447000,122.027000,-39.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.802000,19.162000,330.822000,15.545000,335.452000,17.158000,340.214000,21.183000,339.562000,23.400000,333.974000,25.780000,330.176000,18.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.829000,35.586000,152.963000,31.081000,153.403000,29.182000,158.524000,23.039000,160.719000,31.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.763000,-1.506000,186.920000,-0.788000,191.161000,-6.059000,186.967000,5.392000,185.164000,3.258000,181.524000,6.904000,179.654000,5.595000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.694000,3.824000,163.815000,4.615000,161.800000,2.250000,167.210000,0.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[302.959000,11.918000,304.522000,13.986000,298.021000,18.651000,295.528000,10.575000,290.572000,3.743000,299.496000,2.394000,299.962000,2.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.608000,-11.441000,223.293000,-15.155000,231.372000,-12.717000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.194000,-56.257000,177.463000,-60.916000,198.513000,-58.999000,182.978000,-56.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.586000,80.972000,65.057000,76.289000,189.801000,88.577000,75.090000,89.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.048000,47.082000,6.603000,43.580000,6.961000,41.203000,17.920000,46.665000,27.363000,49.948000,18.857000,49.266000,17.907000,53.092000,11.358000,49.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.493000,77.211000,265.460000,76.944000,307.450000,73.815000,309.584000,76.050000,304.030000,79.831000,306.335000,81.506000,254.201000,81.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.768000,15.785000,349.753000,13.937000,352.619000,10.031000,347.802000,6.895000,1.101000,4.863000,357.589000,8.763000,356.700000,8.883000,353.336000,14.671000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.412000,36.424000,242.497000,39.204000,245.427000,41.826000,236.503000,39.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.617000,-22.325000,267.892000,-22.649000,260.054000,-22.310000,262.242000,-23.749000,273.917000,-27.936000,271.376000,-24.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.352000,40.883000,66.473000,32.517000,65.430000,34.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.597000,-40.560000,269.389000,-36.345000,252.782000,-36.213000,257.005000,-44.575000,267.710000,-48.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.516000,21.379000,324.220000,13.302000,326.655000,21.744000,321.063000,24.261000,318.949000,21.923000,317.687000,22.346000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.118000,55.460000,335.522000,51.046000,336.384000,45.007000,336.758000,44.719000,338.982000,45.488000,355.919000,49.284000,348.427000,55.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.207000,12.704000,71.317000,17.004000,68.145000,17.983000,71.298000,21.029000,66.486000,20.256000,63.377000,18.297000,62.453000,16.573000,57.177000,12.910000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.194000,-18.956000,7.255000,-17.450000,8.350000,-9.210000,7.453000,-8.697000,6.054000,-10.985000,1.605000,-14.505000,5.577000,-19.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.714000,2.076000,178.843000,1.115000,176.828000,4.483000,174.837000,4.379000,170.175000,-1.690000,173.744000,-1.165000,183.664000,-3.233000,183.966000,-1.376000,182.118000,-0.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.700000,13.369000,237.777000,14.766000,234.588000,14.869000,239.508000,15.902000,226.145000,15.897000,228.698000,13.725000,229.004000,5.772000,233.062000,9.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.955000,26.135000,58.535000,21.201000,65.961000,20.300000,57.805000,34.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.882000,3.416000,55.802000,4.187000,62.648000,6.541000,52.662000,5.877000,53.306000,-3.179000,54.869000,0.436000,54.803000,2.738000,62.548000,0.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.462000,54.192000,317.335000,53.240000,315.969000,52.582000,319.267000,49.264000,323.567000,44.934000,328.164000,52.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.724000,64.882000,43.162000,63.036000,67.281000,55.941000,71.573000,60.239000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.379000,7.729000,187.115000,16.223000,184.409000,4.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.325000,-28.960000,229.210000,-29.620000,232.691000,-23.230000,230.755000,-24.286000,229.495000,-19.992000,228.714000,-20.063000,226.219000,-17.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.954000,-50.479000,310.729000,-46.861000,303.369000,-43.688000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.296000,70.745000,39.374000,66.070000,34.859000,74.130000,47.365000,79.887000,33.172000,76.234000,29.486000,73.567000,14.426000,81.244000,5.599000,74.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.773000,11.511000,253.464000,10.077000,246.710000,14.459000,244.293000,10.894000,244.779000,8.235000,260.822000,2.875000,259.212000,9.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.721000,9.481000,243.207000,14.980000,237.646000,11.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.569000,-9.170000,354.242000,-9.948000,352.531000,-15.204000,358.665000,-17.314000,359.931000,-9.500000,0.557000,-6.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.376000,33.742000,244.320000,35.963000,245.648000,24.065000,253.980000,33.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.715000,-32.034000,166.306000,-34.114000,172.972000,-32.484000,167.443000,-38.430000,177.537000,-34.385000,176.834000,-32.565000,166.816000,-26.806000,166.513000,-27.189000,171.699000,-30.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.442000,24.719000,211.008000,27.413000,210.759000,31.201000,210.500000,31.288000,202.551000,35.743000,205.669000,28.806000,195.907000,30.710000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.689000,-56.657000,142.317000,-60.113000,153.681000,-59.813000,157.325000,-51.602000,143.692000,-49.036000,139.661000,-49.227000,137.693000,-50.983000,134.156000,-51.393000,141.818000,-54.573000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.624000,-51.809000,32.954000,-49.636000,18.854000,-50.889000,25.469000,-52.348000,19.672000,-56.748000,27.006000,-56.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.902000,17.199000,182.763000,18.140000,180.388000,19.644000,178.809000,22.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.368000,-11.905000,81.452000,-19.882000,80.250000,-21.222000,87.320000,-23.003000,85.914000,-19.439000,88.315000,-18.371000,84.794000,-14.785000,83.318000,-16.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[269.360000,-20.695000,268.759000,-16.069000,258.381000,-23.681000,269.063000,-29.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.635000,34.790000,338.893000,38.245000,334.234000,33.569000,338.060000,30.311000,335.009000,26.129000,344.423000,27.534000,347.851000,26.258000,348.906000,30.785000,348.401000,41.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.507000,4.831000,178.321000,8.574000,177.319000,8.003000,177.830000,2.815000,173.462000,1.510000,177.602000,0.853000,174.727000,-1.701000,177.460000,-4.143000,181.382000,-4.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.604000,-77.807000,304.499000,-78.661000,303.837000,-71.670000,298.073000,-69.370000,280.017000,-71.453000,284.953000,-79.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.444000,-1.656000,355.467000,1.371000,352.242000,4.647000,350.515000,5.517000,343.767000,3.508000,344.727000,-3.590000,346.624000,-2.642000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.294000,6.609000,285.463000,10.841000,287.866000,16.246000,283.842000,18.330000,279.815000,18.788000,279.425000,17.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.298000,9.378000,185.861000,12.875000,180.477000,9.174000,184.723000,-0.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.810000,36.331000,260.397000,39.741000,261.079000,42.223000,247.555000,43.602000,242.544000,45.365000,247.309000,42.338000,241.687000,41.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.727000,-5.818000,277.839000,-8.939000,280.640000,-15.528000,281.809000,-10.485000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.942000,14.166000,159.010000,17.084000,150.826000,19.018000,152.166000,9.568000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.023000,20.246000,313.893000,16.591000,314.230000,14.344000,308.197000,13.754000,315.796000,8.739000,316.464000,9.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.051000,-9.965000,169.613000,-7.418000,169.208000,-3.998000,164.930000,4.257000,156.929000,-9.489000,164.048000,-8.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.920000,-43.699000,152.875000,-35.981000,147.317000,-36.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.337000,2.421000,189.265000,2.684000,189.388000,0.088000,186.160000,-6.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[131.796000,-42.239000,144.353000,-37.870000,135.172000,-32.412000,129.524000,-34.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.503000,19.971000,118.275000,16.490000,118.908000,11.904000,121.525000,13.511000,125.701000,8.396000,126.318000,12.489000,122.822000,17.716000,124.582000,21.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.678000,-51.896000,81.534000,-55.793000,88.687000,-53.189000,91.550000,-52.898000,93.507000,-49.250000,88.573000,-40.934000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.250000,-27.166000,253.553000,-27.386000,256.156000,-25.418000,258.723000,-20.645000,248.270000,-20.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.018000,27.086000,187.068000,26.962000,186.587000,33.044000,188.303000,36.148000,188.984000,36.805000,186.891000,41.747000,175.696000,42.133000,178.181000,36.459000,175.255000,36.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.363000,70.294000,164.373000,71.311000,166.588000,72.318000,152.948000,68.416000,135.649000,66.769000,136.831000,64.695000,149.687000,65.279000,165.227000,60.276000,157.411000,66.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.959000,-64.906000,147.186000,-68.348000,160.454000,-68.717000,172.770000,-68.199000,171.772000,-67.498000,164.111000,-63.058000,161.305000,-61.859000,156.515000,-60.641000,150.784000,-61.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.076000,-6.694000,20.521000,-1.801000,18.762000,-0.192000,22.336000,4.545000,21.840000,9.107000,17.707000,3.637000,14.651000,-2.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.902000,16.694000,174.121000,12.143000,172.937000,10.829000,176.489000,7.385000,178.443000,10.760000,178.825000,8.532000,188.574000,17.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.327000,-48.409000,119.412000,-53.865000,125.964000,-54.836000,135.197000,-43.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.928000,8.462000,353.692000,2.567000,355.150000,-2.261000,359.982000,-1.997000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.640000,-80.845000,79.705000,-78.596000,30.587000,-81.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.208000,-1.481000,182.517000,-2.576000,182.226000,-4.265000,181.661000,-10.202000,187.206000,-5.239000,187.803000,-1.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.400000,20.923000,173.119000,23.205000,170.675000,24.655000,169.849000,28.599000,159.405000,29.769000,166.968000,24.324000,164.526000,23.848000,166.250000,20.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.154000,35.350000,50.702000,36.772000,44.150000,29.091000,51.989000,32.465000,50.680000,31.020000,53.759000,29.683000,54.143000,29.358000,56.350000,25.008000,55.030000,30.259000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.539000,-28.653000,12.048000,-28.456000,8.597000,-13.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.082000,-42.603000,320.403000,-49.751000,323.743000,-40.321000,316.474000,-41.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.222000,-5.615000,242.395000,-6.159000,241.312000,-13.032000,238.623000,1.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.358000,41.866000,62.806000,45.974000,64.119000,46.589000,57.115000,46.990000,51.380000,45.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.849000,16.154000,189.913000,11.298000,188.070000,11.506000,184.510000,12.012000,188.484000,6.064000,184.644000,2.848000,189.590000,3.808000,197.079000,-1.537000,195.047000,5.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.966000,-14.383000,346.812000,-15.201000,352.016000,-12.513000,357.013000,-17.268000,359.027000,-10.950000,353.739000,-11.008000,350.611000,-5.865000,347.726000,-7.245000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.211000,-9.482000,199.306000,-9.989000,197.898000,-5.316000,197.250000,4.084000,194.481000,0.273000,188.984000,1.730000,188.552000,-3.601000,189.232000,-5.762000,187.669000,-11.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.870000,-9.917000,8.306000,-11.127000,3.378000,-12.261000,357.056000,-15.747000,7.781000,-15.392000,10.737000,-16.010000,10.724000,-13.283000,13.990000,-8.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.348000,-37.340000,246.871000,-28.784000,247.124000,-34.359000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.099000,22.225000,124.655000,11.760000,127.571000,10.298000,128.029000,9.824000,127.920000,7.264000,128.160000,6.543000,131.719000,9.706000,134.903000,8.457000,135.790000,16.754000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.020000,-0.311000,106.481000,-2.762000,103.114000,-3.622000,104.363000,-5.235000,104.834000,-6.408000,116.854000,-4.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.441000,-75.009000,229.549000,-75.519000,209.716000,-69.228000,207.567000,-72.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.113000,-28.247000,298.250000,-27.977000,297.522000,-26.804000,293.233000,-31.240000,296.796000,-38.182000,300.496000,-35.155000,301.071000,-33.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.328000,5.725000,274.386000,0.918000,282.047000,2.829000,284.314000,2.021000,283.186000,4.376000,286.796000,5.203000,281.242000,7.392000,276.910000,15.176000,272.201000,6.712000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.281000,-33.803000,4.568000,-30.770000,355.486000,-30.349000,2.455000,-38.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[121.997000,-22.739000,111.235000,-21.304000,115.265000,-24.038000,111.571000,-25.498000,118.746000,-30.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.635000,-13.531000,277.912000,-9.363000,275.270000,-18.593000,279.440000,-17.831000,279.701000,-20.122000,289.928000,-17.765000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.278000,-25.923000,4.329000,-24.241000,2.228000,-32.109000,6.231000,-27.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.370000,-16.402000,167.745000,-14.062000,161.245000,-11.832000,158.556000,-17.273000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.554000,-10.232000,175.426000,-4.910000,178.082000,-21.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.510000,-18.404000,267.045000,-25.657000,273.209000,-25.500000,269.322000,-30.445000,276.815000,-30.214000,277.866000,-24.669000,277.482000,-24.368000,284.142000,-20.196000,280.568000,-18.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.151000,31.009000,21.090000,30.513000,21.878000,35.303000,13.075000,39.718000,10.221000,36.034000,8.342000,30.464000,15.197000,32.735000,15.185000,25.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.324000,9.867000,224.006000,7.259000,223.722000,1.073000,228.269000,1.462000,230.312000,12.412000,226.335000,11.247000,226.215000,18.917000,222.942000,10.719000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.798000,37.927000,143.432000,35.835000,150.082000,35.492000,148.852000,37.225000,147.012000,38.072000,153.450000,42.718000,136.302000,42.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.329000,35.199000,252.077000,38.512000,248.706000,45.631000,248.991000,37.813000,241.776000,43.230000,248.475000,37.260000,241.799000,39.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.635000,4.444000,351.175000,7.680000,353.778000,7.526000,348.052000,10.944000,346.933000,8.333000,345.987000,3.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.221000,21.508000,22.346000,22.662000,22.507000,23.595000,24.693000,20.897000,23.717000,29.693000,20.508000,29.259000,14.219000,30.232000,12.816000,27.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.149000,44.289000,295.325000,37.347000,303.889000,35.490000,306.581000,35.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.313000,10.742000,212.683000,2.692000,216.080000,3.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.097000,-32.648000,297.684000,-26.434000,301.210000,-22.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.103000,-8.779000,164.039000,-7.313000,169.263000,-8.769000,156.870000,0.719000,153.548000,-4.351000,156.264000,-8.774000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.516000,-6.247000,180.764000,-1.446000,179.383000,3.373000,171.255000,0.273000,169.125000,0.442000,170.298000,-2.709000,173.229000,-2.923000,171.176000,-7.914000,175.388000,-6.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.302000,58.729000,49.937000,60.988000,42.637000,64.717000,33.143000,65.242000,26.759000,68.645000,16.881000,70.496000,15.004000,68.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.275000,25.666000,125.489000,35.337000,120.596000,39.988000,118.338000,38.518000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.729000,-8.036000,27.507000,-4.057000,22.039000,-1.970000,18.090000,2.141000,12.880000,-0.398000,17.049000,-8.751000,18.477000,-9.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.840000,-72.919000,165.474000,-73.569000,159.271000,-77.693000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.261000,-10.487000,79.885000,-3.607000,74.083000,-4.110000,69.739000,-13.574000,71.399000,-13.169000,71.070000,-18.290000,72.859000,-16.109000,80.479000,-15.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.296000,0.493000,6.128000,-8.769000,7.843000,-5.492000,10.690000,4.531000,4.505000,1.032000,2.151000,4.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.373000,9.762000,85.294000,8.894000,86.416000,0.173000,86.911000,-0.072000,89.626000,2.819000,92.313000,2.520000,92.853000,5.104000,94.750000,7.725000,91.745000,7.532000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.566000,5.240000,1.435000,-2.022000,11.596000,5.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.542000,-38.118000,43.337000,-37.004000,41.753000,-39.361000,41.384000,-38.788000,36.060000,-37.838000,44.530000,-47.200000,45.546000,-44.116000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.518000,-29.418000,291.178000,-24.836000,290.043000,-24.990000,283.703000,-18.060000,282.725000,-23.039000,284.530000,-30.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.354000,23.182000,32.092000,19.671000,28.962000,13.283000,34.683000,14.672000,39.147000,15.357000,34.916000,16.169000,37.802000,18.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.248000,-39.152000,104.524000,-34.487000,103.510000,-32.374000,107.090000,-28.199000,106.370000,-24.463000,103.604000,-27.048000,94.996000,-22.248000,99.406000,-30.097000,94.650000,-30.643000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.094000,-23.645000,146.332000,-30.371000,144.587000,-36.361000,144.988000,-36.090000,144.190000,-39.447000,147.768000,-33.438000,157.224000,-33.909000,157.124000,-32.684000,153.357000,-26.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.171000,-32.352000,255.942000,-22.440000,249.622000,-31.609000,246.417000,-33.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.034000,51.474000,182.167000,48.365000,185.714000,33.689000,193.528000,40.389000,186.453000,43.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.798000,4.230000,350.290000,4.349000,350.162000,-9.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.726000,5.951000,185.996000,-4.313000,187.452000,8.754000,184.245000,5.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.400000,-54.015000,337.484000,-54.528000,339.961000,-54.956000,334.053000,-46.892000,320.841000,-50.455000,317.478000,-50.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.417000,-44.494000,4.092000,-41.748000,1.112000,-49.080000,357.639000,-52.887000,3.871000,-55.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[278.748000,27.864000,284.542000,36.616000,276.581000,35.955000,274.058000,35.185000,275.221000,31.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.648000,-7.898000,141.600000,-10.876000,141.451000,-10.796000,138.450000,-7.265000,139.460000,-8.854000,137.313000,-14.582000,140.926000,-14.920000,148.302000,-18.843000,145.481000,-15.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.104000,-49.153000,250.614000,-47.190000,247.245000,-44.120000,241.000000,-44.038000,238.715000,-42.526000,227.248000,-40.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.465000,10.450000,320.132000,9.852000,310.970000,5.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.374000,-9.591000,178.075000,-7.485000,173.239000,-8.223000,167.216000,-9.145000,168.306000,-10.299000,174.329000,-17.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.963000,-57.018000,224.056000,-55.819000,227.121000,-48.911000,212.937000,-46.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.735000,-30.695000,321.993000,-35.085000,323.597000,-30.122000,326.772000,-25.624000,322.438000,-25.441000,320.545000,-20.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.031000,19.549000,101.047000,20.203000,109.555000,12.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.897000,31.945000,78.346000,24.625000,72.904000,25.914000,73.942000,17.742000,75.767000,19.561000,76.197000,15.538000,81.507000,22.595000,85.942000,24.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.454000,-4.713000,193.940000,-11.845000,195.129000,-4.776000,196.746000,-1.054000,190.703000,0.402000,191.373000,-5.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.804000,10.720000,323.452000,11.185000,324.207000,10.561000,329.352000,9.331000,331.352000,10.825000,326.477000,14.784000,324.850000,16.944000,323.380000,18.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.085000,-69.472000,236.701000,-72.457000,226.937000,-68.112000,227.612000,-70.287000,231.128000,-72.411000,216.181000,-72.458000,204.376000,-73.908000,264.638000,-73.980000,260.939000,-70.700000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.219000,6.587000,356.025000,-0.172000,7.831000,2.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.048000,-7.822000,195.735000,-9.171000,191.782000,5.163000,190.632000,0.854000,189.334000,5.539000,189.277000,-0.091000,186.975000,0.753000,185.754000,-0.498000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.232000,42.237000,179.033000,46.116000,166.771000,45.545000,158.142000,36.361000,164.023000,40.368000,165.290000,40.638000,164.167000,38.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.711000,20.560000,257.913000,12.899000,258.291000,14.054000,263.527000,21.181000,256.063000,26.163000,254.010000,24.863000,256.606000,21.023000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.294000,5.458000,348.134000,14.085000,344.464000,3.167000,353.145000,3.679000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.938000,48.541000,196.812000,44.791000,200.154000,39.275000,203.926000,43.134000,208.644000,51.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.402000,57.128000,349.275000,47.900000,344.724000,43.947000,3.151000,47.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.487000,-24.839000,187.100000,-21.904000,178.983000,-15.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.337000,-5.941000,40.564000,-2.266000,39.986000,-1.595000,29.725000,-5.380000,34.163000,-8.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.815000,10.515000,254.662000,8.520000,257.867000,10.732000,258.972000,10.413000,265.928000,11.162000,266.831000,12.815000,257.651000,20.354000,252.715000,19.083000,251.834000,19.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.817000,30.293000,205.859000,25.769000,213.425000,21.737000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.182000,38.393000,148.985000,40.169000,144.378000,44.799000,137.358000,43.507000,138.857000,41.296000,142.263000,38.418000,138.943000,35.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.845000,-8.705000,18.900000,0.729000,15.303000,-13.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.691000,37.601000,319.645000,34.363000,331.997000,35.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.432000,-70.848000,102.759000,-69.243000,83.685000,-75.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.060000,32.903000,60.796000,32.475000,63.356000,28.455000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.244000,4.381000,183.410000,6.766000,181.158000,3.723000,179.997000,-9.786000,180.572000,-9.019000,180.598000,-1.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.698000,-6.615000,253.962000,-2.689000,247.759000,3.424000,244.290000,-2.801000,240.277000,-1.902000,237.593000,-0.665000,237.327000,-4.824000,244.616000,-9.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.709000,-24.580000,21.211000,-22.879000,27.036000,-26.868000,29.318000,-27.204000,26.430000,-18.111000,27.487000,-15.389000,23.246000,-19.774000,19.090000,-15.375000,17.393000,-13.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.430000,16.343000,348.705000,4.064000,347.888000,8.748000,356.443000,9.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.230000,-3.603000,4.806000,9.735000,352.415000,5.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.432000,-36.022000,233.107000,-40.076000,228.600000,-48.348000,234.686000,-50.966000,241.925000,-46.375000,244.868000,-41.884000,242.348000,-34.686000,239.859000,-35.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.199000,-60.888000,27.366000,-63.530000,38.338000,-59.297000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.815000,5.638000,183.404000,4.455000,181.954000,9.894000,173.612000,6.698000,173.947000,0.163000,173.421000,-0.103000,172.726000,-3.348000,176.268000,-5.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.824000,16.932000,168.586000,8.118000,169.941000,15.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.779000,-4.998000,354.367000,-4.476000,359.053000,-6.861000,1.159000,-7.867000,2.047000,-10.268000,9.299000,-4.284000,8.107000,-2.172000,1.903000,-2.126000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.888000,11.427000,332.905000,12.042000,336.765000,9.310000,337.381000,-1.724000,338.939000,1.301000,341.223000,4.880000,342.043000,4.898000,345.457000,-1.670000,344.627000,4.786000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.482000,3.238000,99.563000,-0.352000,98.099000,-0.232000,93.849000,-4.358000,97.885000,-3.400000,95.779000,-10.409000,98.608000,-9.272000,104.363000,-10.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.826000,-58.834000,66.191000,-47.005000,59.741000,-46.957000,52.709000,-45.523000,56.224000,-51.497000,59.659000,-52.353000,63.176000,-51.298000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.423000,28.869000,182.579000,31.944000,180.383000,37.138000,179.339000,32.701000,171.500000,33.264000,176.287000,26.310000,179.608000,27.816000,184.024000,26.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.114000,-2.653000,330.019000,-7.441000,338.127000,-5.344000,337.663000,-0.827000,333.898000,0.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.376000,23.122000,238.130000,27.064000,235.290000,25.055000,236.275000,27.012000,226.802000,29.416000,229.854000,16.238000,232.217000,13.318000,233.516000,17.532000,240.622000,19.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.350000,-46.971000,349.563000,-46.910000,355.533000,-50.330000,1.780000,-47.989000,4.739000,-42.073000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.564000,-4.438000,235.491000,-5.211000,233.700000,-5.692000,238.718000,-11.893000,239.724000,-8.272000,240.294000,-12.967000,243.379000,-12.356000,249.514000,-3.421000,246.106000,-2.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.891000,26.732000,193.042000,28.467000,186.055000,26.576000,185.470000,26.382000,177.299000,30.738000,176.863000,30.468000,180.201000,18.915000,182.678000,21.641000,184.497000,22.759000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.597000,3.530000,177.421000,1.072000,178.673000,0.463000,175.447000,-1.364000,182.487000,-8.842000,182.733000,-0.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.373000,-6.490000,317.488000,-2.577000,320.041000,-4.325000,312.737000,-2.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.578000,11.161000,279.050000,20.414000,275.838000,14.807000,279.013000,14.673000,279.605000,11.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.558000,-8.311000,114.133000,-15.824000,119.104000,-12.263000,113.558000,-3.038000,110.735000,2.508000,111.609000,-5.553000,107.675000,-4.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.466000,-57.826000,139.999000,-56.210000,146.101000,-55.831000,138.470000,-54.770000,137.605000,-49.588000,119.494000,-57.720000,130.800000,-61.932000,131.562000,-57.771000,139.706000,-59.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.994000,-1.889000,166.810000,1.363000,160.481000,-2.199000,158.194000,-8.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.417000,-3.301000,190.629000,-2.410000,189.318000,-9.750000,188.626000,7.140000,190.101000,-0.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.532000,22.547000,134.698000,17.943000,135.134000,18.404000,134.249000,18.661000,138.168000,19.665000,139.891000,21.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.438000,3.609000,359.106000,-5.482000,2.569000,-0.909000,4.428000,4.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.910000,-26.926000,65.426000,-30.984000,69.036000,-34.533000,72.202000,-35.010000,74.694000,-37.928000,70.931000,-32.363000,72.855000,-32.363000,79.345000,-31.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.713000,31.301000,42.619000,37.207000,44.104000,42.266000,43.597000,44.218000,35.001000,33.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.029000,13.305000,191.221000,9.272000,188.703000,13.345000,174.957000,14.751000,180.874000,13.757000,181.188000,13.240000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.647000,-38.659000,295.163000,-41.722000,301.662000,-44.100000,298.464000,-46.541000,310.259000,-44.284000,310.862000,-44.015000,307.078000,-41.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.512000,5.215000,42.811000,4.995000,35.730000,-0.873000,39.994000,-1.696000,41.575000,-2.530000,48.854000,-4.121000,50.187000,-4.479000,53.539000,-0.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.298000,69.653000,95.510000,60.709000,103.185000,58.755000,124.175000,64.912000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.323000,-49.212000,351.739000,-48.764000,347.194000,-38.477000,347.271000,-39.075000,344.382000,-47.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.350000,21.686000,234.992000,25.604000,233.153000,24.849000,230.833000,22.098000,229.652000,22.518000,237.901000,20.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.197000,-32.277000,37.660000,-31.005000,37.958000,-31.874000,47.487000,-29.753000,43.598000,-27.927000,38.383000,-22.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.135000,-17.051000,269.221000,-23.252000,269.667000,-20.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.186000,27.972000,135.432000,31.270000,124.167000,33.675000,126.117000,33.243000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.057000,-42.696000,3.423000,-41.200000,0.740000,-39.870000,357.955000,-34.204000,353.930000,-35.166000,351.895000,-40.925000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.123000,-4.380000,343.380000,-4.534000,348.215000,-9.603000,350.206000,-10.337000,348.346000,-13.591000,356.655000,-16.476000,353.528000,-6.529000,347.232000,-4.142000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.643000,-0.457000,359.832000,2.774000,356.938000,6.496000,356.713000,3.981000,358.416000,-0.419000,359.011000,-0.305000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.773000,-48.954000,233.641000,-46.545000,232.905000,-39.084000,231.230000,-46.506000,225.595000,-56.466000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.829000,60.680000,153.711000,52.028000,156.244000,51.087000,155.188000,50.570000,175.645000,53.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.180000,2.223000,353.552000,5.588000,4.337000,-0.266000,1.206000,0.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.732000,54.178000,232.974000,57.201000,227.407000,51.932000,229.047000,49.425000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.720000,-30.532000,210.162000,-17.673000,209.318000,-22.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.529000,-50.916000,24.989000,-51.065000,30.218000,-52.922000,33.082000,-51.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.376000,-2.342000,182.912000,1.029000,180.880000,6.868000,173.833000,5.252000,172.236000,3.973000,171.519000,3.477000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.529000,-51.437000,75.142000,-49.935000,74.445000,-44.078000,72.418000,-46.749000,71.177000,-44.256000,68.428000,-48.124000,71.938000,-54.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.921000,-20.688000,231.191000,-17.279000,224.168000,-10.885000,224.385000,-14.739000,223.167000,-13.433000,222.468000,-14.037000,220.003000,-16.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.975000,12.329000,0.196000,9.174000,0.654000,6.988000,4.574000,9.602000,4.484000,9.986000,8.234000,10.154000,5.268000,11.050000,9.718000,17.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.282000,44.062000,238.060000,45.443000,232.503000,42.884000,229.720000,44.475000,227.693000,42.810000,231.113000,39.467000,235.685000,38.512000,237.035000,34.611000,237.193000,36.677000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.665000,-30.693000,232.810000,-37.437000,235.903000,-32.533000,244.924000,-33.802000,239.389000,-31.098000,237.262000,-27.241000,235.175000,-29.447000,227.376000,-24.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.329000,4.656000,160.254000,4.997000,157.296000,-0.998000,158.890000,-5.288000,160.925000,0.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.239000,-38.882000,169.241000,-39.091000,170.321000,-30.236000,165.805000,-31.932000,163.236000,-29.867000,164.904000,-37.051000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.432000,38.111000,254.233000,31.115000,257.028000,30.226000,250.968000,29.229000,251.839000,23.411000,258.486000,23.123000,268.063000,35.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.157000,-20.615000,105.485000,-27.237000,122.498000,-26.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.239000,-15.898000,204.897000,-15.749000,204.963000,-15.880000,210.520000,-18.513000,210.732000,-15.503000,209.945000,-14.980000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.180000,42.839000,12.769000,43.986000,13.407000,46.935000,9.980000,56.246000,359.282000,42.489000,8.501000,45.241000,5.264000,40.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.470000,-13.842000,282.541000,-13.972000,280.982000,-13.813000,280.135000,-22.935000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.518000,45.125000,266.116000,52.185000,263.426000,48.833000,260.112000,46.213000,261.636000,44.987000,262.542000,44.118000,259.534000,43.645000,262.896000,42.117000,265.956000,41.437000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.197000,57.499000,198.244000,49.881000,196.913000,42.962000,205.767000,46.649000,207.326000,44.596000,209.633000,45.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.918000,24.320000,345.535000,26.427000,352.140000,18.467000,353.853000,19.470000,353.298000,19.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.473000,40.771000,183.461000,31.944000,181.566000,37.910000,184.079000,40.562000,181.788000,48.588000,173.960000,44.728000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.903000,-5.513000,189.074000,1.150000,180.410000,0.747000,176.807000,4.775000,173.992000,-3.384000,178.388000,-7.131000,180.424000,-4.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.566000,21.151000,169.252000,21.307000,164.223000,16.612000,166.200000,9.389000,170.829000,15.257000,173.456000,16.017000,180.053000,17.205000,176.951000,24.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.180000,4.979000,32.503000,8.936000,25.218000,5.301000,29.841000,-0.874000,27.507000,-6.083000,29.655000,-4.200000,40.399000,-4.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.567000,-6.647000,342.090000,-13.222000,351.316000,-9.119000,351.049000,-5.977000,347.323000,-4.090000,352.603000,-1.001000,346.742000,-2.134000,345.701000,0.140000,340.371000,0.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.645000,-85.946000,309.947000,-83.946000,329.252000,-80.941000,252.986000,-80.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.265000,-8.884000,3.607000,-11.098000,4.065000,-10.380000,9.751000,-0.374000,8.430000,2.385000,5.511000,4.783000,3.798000,0.417000,3.569000,-0.537000,0.773000,3.493000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.456000,-17.529000,272.959000,-16.774000,279.740000,-20.171000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.865000,25.258000,246.244000,21.795000,250.181000,16.059000,250.589000,22.182000,253.807000,18.071000,252.444000,20.517000,259.737000,25.669000,253.256000,26.094000,252.277000,25.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.980000,-1.667000,1.243000,-9.909000,7.516000,-3.268000,9.022000,-0.048000,8.421000,3.284000,4.979000,4.549000,0.985000,1.254000,1.120000,4.882000,0.454000,4.453000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.453000,33.368000,264.652000,35.997000,259.957000,33.488000,258.520000,40.969000,257.684000,33.487000,252.824000,31.374000,259.009000,26.722000,265.091000,28.332000,267.964000,27.819000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.802000,0.570000,186.155000,-3.571000,185.274000,-1.650000,176.360000,3.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.467000,46.486000,65.922000,46.561000,66.515000,50.083000,64.219000,50.632000,64.323000,53.680000,62.907000,54.659000,58.571000,53.450000,57.578000,51.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.439000,13.877000,353.415000,22.106000,353.413000,17.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.894000,51.221000,178.889000,53.989000,172.675000,60.278000,167.322000,55.488000,159.234000,61.005000,155.966000,56.958000,155.772000,54.026000,163.071000,52.081000,158.119000,51.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.209000,-7.580000,37.378000,-12.866000,54.532000,-5.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.032000,-68.571000,11.240000,-76.340000,33.904000,-70.117000,22.641000,-64.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.156000,-13.649000,327.407000,-17.603000,321.271000,-14.007000,326.045000,-19.290000,331.449000,-23.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.294000,-35.648000,37.991000,-38.802000,50.413000,-31.533000,46.149000,-28.976000,41.837000,-26.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.555000,4.202000,350.262000,3.937000,347.718000,2.179000,344.220000,0.072000,347.785000,-0.359000,358.384000,-0.705000,351.555000,4.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.594000,-0.748000,0.145000,7.770000,352.747000,7.433000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.540000,4.589000,240.557000,2.590000,232.398000,6.191000,236.631000,-1.497000,237.712000,-2.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.010000,25.653000,32.722000,27.265000,29.572000,31.745000,29.355000,35.103000,24.288000,38.351000,20.318000,35.390000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.640000,41.292000,199.303000,39.536000,200.369000,39.498000,209.425000,38.276000,209.239000,43.462000,214.737000,48.714000,206.089000,44.647000,208.240000,49.652000,203.191000,44.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.270000,43.365000,4.557000,40.891000,14.871000,34.232000,18.443000,43.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.347000,-27.247000,247.288000,-18.705000,245.065000,-20.270000,241.990000,-18.675000,243.220000,-22.245000,236.835000,-20.220000,235.872000,-23.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.590000,-41.241000,158.992000,-43.857000,161.685000,-45.847000,173.191000,-47.469000,173.314000,-43.732000,156.169000,-38.177000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.450000,55.018000,308.083000,52.917000,310.387000,55.727000,302.655000,40.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.142000,-22.427000,167.371000,-23.178000,178.016000,-24.399000,182.061000,-16.986000,179.969000,-15.387000,180.483000,-14.649000,173.553000,-15.633000,173.095000,-14.198000,171.728000,-11.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.031000,28.325000,23.284000,34.685000,30.375000,34.335000,29.712000,35.505000,27.062000,44.817000,23.414000,42.178000,19.096000,37.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.584000,-10.040000,178.983000,-9.402000,173.685000,-8.648000,177.083000,-16.156000,180.492000,-14.205000,181.529000,-10.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.655000,36.013000,45.711000,36.418000,48.389000,41.493000,45.356000,37.819000,41.532000,34.105000,46.448000,26.998000,51.988000,28.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.620000,-20.517000,258.501000,-16.602000,251.788000,-17.191000,252.884000,-27.062000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.283000,1.138000,37.602000,6.416000,29.877000,9.889000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.746000,34.009000,291.946000,40.926000,287.150000,42.431000,283.204000,27.155000,288.446000,29.036000,292.950000,27.503000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.494000,77.152000,348.843000,79.147000,346.617000,76.116000,343.086000,68.435000,5.119000,70.260000,16.435000,73.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.033000,13.458000,141.943000,14.044000,132.686000,15.036000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.881000,-9.617000,175.710000,-7.111000,173.926000,-4.059000,171.779000,-2.570000,166.449000,-0.132000,165.162000,-6.952000,170.582000,-8.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.718000,-0.484000,30.265000,4.282000,21.301000,8.878000,20.257000,3.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.471000,71.244000,245.671000,68.879000,237.784000,68.355000,246.330000,66.523000,260.684000,59.632000,277.728000,66.273000,275.412000,68.336000,247.208000,75.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.899000,44.400000,147.455000,49.801000,140.630000,52.787000,143.664000,52.629000,136.845000,53.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.636000,8.811000,314.887000,8.057000,321.188000,5.394000,320.929000,7.137000,324.048000,10.376000,321.811000,11.242000,321.686000,13.925000,317.061000,13.055000,307.180000,14.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.425000,-18.630000,112.462000,-24.866000,112.666000,-22.108000,114.065000,-15.956000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.505000,11.872000,50.624000,6.260000,52.005000,7.823000,51.653000,11.376000,59.254000,12.587000,56.138000,13.450000,50.030000,15.136000,44.211000,19.274000,48.820000,15.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.411000,44.061000,346.019000,44.134000,342.402000,43.242000,330.568000,33.819000,348.616000,34.580000,345.437000,38.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.335000,72.870000,337.180000,69.228000,339.318000,60.734000,345.421000,66.226000,346.938000,68.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.241000,7.628000,340.217000,10.772000,329.479000,2.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.931000,38.138000,226.275000,40.358000,231.911000,34.469000,221.062000,47.379000,215.273000,44.580000,215.599000,38.452000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.306000,-19.475000,160.626000,-18.214000,168.806000,-18.323000,156.412000,-17.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.710000,-49.754000,124.353000,-52.182000,117.509000,-56.742000,134.646000,-52.480000,129.887000,-44.428000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[161.839000,40.464000,170.501000,37.906000,177.101000,34.314000,174.770000,42.579000,174.458000,47.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.971000,66.139000,206.873000,69.442000,197.237000,68.042000,190.387000,68.414000,184.245000,65.073000,186.419000,59.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.132000,68.724000,338.788000,72.084000,335.366000,78.309000,291.395000,73.117000,307.053000,72.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.610000,-22.274000,114.126000,-24.985000,116.832000,-29.829000,121.607000,-32.851000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.887000,-41.162000,31.594000,-36.834000,28.716000,-35.763000,25.500000,-43.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.737000,51.634000,106.560000,49.732000,107.374000,48.818000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.339000,47.417000,181.447000,44.429000,184.641000,48.973000,188.059000,49.638000,186.584000,52.044000,190.268000,49.962000,190.039000,50.155000,187.808000,56.224000,185.062000,61.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.929000,-18.890000,292.747000,-17.446000,283.268000,-17.620000,280.738000,-18.980000,285.041000,-17.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.515000,-20.713000,334.902000,-30.258000,335.424000,-28.644000,338.906000,-22.171000,340.098000,-19.785000,334.910000,-20.752000,337.382000,-19.066000,336.789000,-14.788000,336.120000,-14.819000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.861000,-57.999000,348.186000,-53.025000,343.539000,-51.894000,340.202000,-55.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.465000,-24.290000,112.876000,-22.429000,111.057000,-27.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[117.985000,-17.228000,111.177000,-15.372000,111.492000,-20.339000,105.753000,-23.323000,112.741000,-24.952000,115.693000,-32.022000,116.213000,-28.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.728000,-40.166000,16.666000,-37.748000,9.018000,-46.458000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.544000,-25.670000,169.986000,-32.168000,174.957000,-25.940000,179.793000,-26.126000,173.344000,-23.756000,179.792000,-21.290000,175.356000,-18.475000,173.608000,-17.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.235000,-31.251000,227.985000,-35.535000,239.630000,-37.325000,237.895000,-32.632000,241.586000,-32.476000,242.864000,-25.543000,234.530000,-22.850000,226.079000,-28.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.416000,15.667000,46.208000,26.150000,43.658000,17.834000,40.823000,17.878000,39.803000,14.006000,44.029000,9.241000,50.959000,13.189000,52.913000,12.936000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.520000,-12.865000,183.234000,-4.778000,176.718000,-3.767000,176.338000,-13.721000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.244000,-3.232000,192.748000,-7.533000,200.082000,3.112000,194.239000,9.523000,192.593000,2.766000,184.693000,3.112000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.129000,17.937000,215.986000,23.683000,209.866000,27.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.350000,1.407000,346.792000,3.581000,342.570000,2.179000,342.735000,-5.017000,347.317000,-4.823000,344.568000,-9.463000,349.101000,-5.465000,349.224000,-5.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.218000,65.795000,260.892000,65.850000,268.585000,67.681000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.441000,-53.498000,232.891000,-61.584000,240.045000,-67.241000,249.805000,-66.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.364000,-85.051000,233.716000,-83.386000,214.516000,-87.233000,286.311000,-88.415000,269.285000,-78.450000,223.743000,-79.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.794000,24.203000,101.527000,24.914000,99.015000,30.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.496000,-70.228000,180.502000,-71.060000,203.708000,-74.084000,211.814000,-77.543000,228.644000,-66.119000,209.544000,-70.881000,211.641000,-66.041000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.106000,21.327000,344.767000,17.695000,343.073000,13.773000,351.270000,10.911000,353.121000,16.488000,353.911000,18.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.539000,14.694000,200.108000,16.931000,192.716000,23.890000,188.191000,14.902000,189.846000,13.942000,190.731000,12.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.513000,-2.097000,174.957000,-4.871000,171.889000,-10.630000,174.847000,-9.519000,174.801000,-10.442000,174.104000,-14.989000,178.165000,-17.182000,180.989000,-8.153000,182.690000,-5.029000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.019000,3.415000,193.159000,-0.757000,197.998000,2.453000,198.236000,4.828000,196.001000,9.512000,188.957000,10.892000,195.041000,6.290000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.938000,-12.873000,292.572000,-21.439000,295.025000,-24.470000,295.315000,-21.741000,294.313000,-20.914000,296.832000,-18.982000,295.573000,-11.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.352000,-18.899000,161.908000,-17.102000,161.141000,-20.318000,169.700000,-15.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.667000,6.308000,352.187000,5.579000,348.876000,3.758000,355.934000,5.700000,359.360000,10.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.326000,3.694000,41.330000,4.741000,36.874000,3.949000,42.504000,0.604000,47.052000,-3.139000,48.873000,-5.236000,45.756000,2.463000,44.315000,2.480000,44.365000,2.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.911000,-44.287000,338.427000,-56.404000,349.115000,-55.956000,354.945000,-49.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.957000,76.264000,294.089000,77.109000,329.865000,77.308000,338.499000,74.459000,319.196000,85.518000,300.216000,86.178000,297.942000,82.983000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.266000,-49.732000,46.778000,-49.688000,47.635000,-45.281000,37.444000,-36.747000,35.554000,-40.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.473000,9.444000,175.924000,12.443000,172.251000,18.627000,173.783000,21.790000,174.020000,25.764000,171.382000,22.670000,170.895000,25.641000,164.328000,16.600000,168.738000,15.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.548000,3.200000,328.122000,0.628000,332.383000,3.241000,331.707000,5.669000,332.531000,12.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.738000,34.238000,167.018000,27.020000,157.158000,28.036000,165.149000,26.939000,166.771000,21.336000,168.038000,18.635000,171.812000,19.854000,168.980000,27.316000,169.208000,33.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.960000,19.598000,329.414000,20.173000,332.732000,25.116000,326.124000,23.202000,325.643000,22.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.400000,50.895000,147.284000,48.211000,149.994000,46.344000,154.407000,49.169000,146.019000,52.734000,146.728000,54.621000,145.891000,58.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.047000,-5.384000,202.435000,2.248000,199.417000,1.759000,198.012000,0.533000,196.513000,0.003000,194.964000,0.369000,191.253000,-0.913000,192.317000,-2.899000,195.006000,-7.823000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.467000,72.094000,139.550000,58.964000,141.028000,58.429000,139.906000,63.603000,149.784000,66.390000,150.400000,67.678000,160.726000,73.664000,142.206000,73.314000,137.740000,70.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.581000,-6.515000,358.463000,-7.705000,359.912000,-8.153000,3.452000,-0.982000,359.816000,1.679000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.120000,26.732000,308.472000,18.537000,308.003000,16.364000,321.574000,20.351000,316.724000,28.197000,315.032000,24.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.907000,8.299000,13.501000,15.806000,5.309000,10.202000,359.670000,3.713000,7.110000,5.844000,8.075000,-0.269000,11.850000,4.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.733000,-51.227000,175.420000,-50.688000,176.686000,-50.304000,172.082000,-43.221000,170.020000,-52.223000,173.046000,-52.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.738000,-46.030000,105.829000,-43.206000,116.922000,-41.226000,116.118000,-40.096000,109.622000,-37.990000,106.289000,-29.190000,96.175000,-35.380000,100.069000,-39.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.348000,64.380000,144.928000,71.620000,139.888000,72.763000,132.421000,68.533000,113.294000,67.034000,122.229000,61.770000,126.259000,62.439000,136.832000,55.004000,135.979000,61.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.333000,1.312000,219.999000,10.830000,219.671000,9.972000,216.750000,-0.454000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.859000,2.576000,188.880000,7.645000,175.229000,9.387000,179.766000,4.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.737000,-7.004000,182.451000,-12.995000,186.678000,-8.974000,191.543000,-8.858000,186.368000,-5.417000,183.487000,-4.839000,184.176000,-0.732000,174.348000,-1.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.642000,42.231000,65.954000,50.741000,61.426000,47.637000,61.067000,50.336000,56.372000,50.955000,52.890000,51.627000,54.251000,41.661000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.202000,-0.203000,181.409000,3.803000,174.292000,6.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.749000,-75.835000,142.884000,-74.469000,133.600000,-68.422000,113.252000,-74.008000,100.147000,-66.469000,110.086000,-73.910000,100.756000,-72.776000,92.464000,-73.288000,88.176000,-79.294000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.424000,6.457000,65.396000,9.388000,68.464000,10.418000,65.094000,14.631000,63.470000,17.130000,52.987000,18.581000,51.865000,18.224000,56.216000,10.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.097000,-57.543000,87.842000,-51.956000,83.504000,-51.851000,73.796000,-59.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.408000,-3.519000,348.275000,2.511000,345.619000,1.847000,343.453000,-5.511000,343.874000,-6.496000,344.291000,-9.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.445000,15.761000,33.872000,10.188000,37.048000,13.754000,39.711000,12.075000,37.471000,15.566000,43.520000,16.294000,37.590000,17.885000,36.723000,19.566000,34.813000,18.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.035000,-3.387000,209.961000,0.810000,210.659000,5.456000,210.242000,6.579000,206.697000,10.209000,202.694000,7.472000,199.419000,4.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.943000,8.260000,351.405000,10.661000,1.766000,3.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.675000,9.180000,262.647000,12.667000,265.891000,21.354000,262.562000,22.034000,261.422000,18.175000,260.604000,18.818000,256.794000,20.191000,252.278000,12.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[257.485000,-27.285000,258.258000,-26.381000,257.436000,-24.701000,250.181000,-26.799000,245.299000,-24.811000,244.613000,-25.352000,245.457000,-26.895000,250.196000,-38.542000,252.377000,-39.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.116000,-71.848000,351.940000,-68.021000,343.393000,-66.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.547000,53.081000,325.213000,56.932000,318.205000,54.202000,316.591000,57.532000,301.882000,55.905000,302.443000,54.190000,315.708000,45.748000,326.155000,50.462000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.283000,-42.293000,126.941000,-41.145000,128.161000,-36.652000,122.883000,-27.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.724000,31.995000,350.306000,18.911000,350.798000,18.533000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.946000,46.761000,51.652000,44.885000,52.131000,41.406000,57.661000,41.122000,64.342000,34.613000,68.925000,41.566000,65.614000,42.533000,72.129000,42.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.684000,-8.574000,0.023000,-6.951000,357.633000,-1.040000,354.759000,-2.120000,352.864000,-6.327000,353.668000,-10.331000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.225000,-32.083000,202.680000,-29.817000,202.351000,-19.851000,199.014000,-19.024000,197.471000,-18.661000,194.841000,-16.923000,189.469000,-20.257000,191.400000,-24.827000,190.074000,-24.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[321.067000,-3.670000,314.546000,-7.864000,315.545000,-12.956000,318.238000,-10.207000,323.892000,-9.964000,321.844000,-8.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.102000,-1.337000,57.963000,2.702000,54.858000,-4.196000,53.619000,-3.891000,52.430000,-7.299000,53.122000,-9.097000,56.301000,-15.018000,58.304000,-5.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.878000,-48.527000,170.902000,-51.024000,187.390000,-44.271000,177.991000,-45.030000,173.297000,-45.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.643000,44.853000,3.401000,47.071000,359.001000,45.008000,358.077000,42.244000,355.109000,39.219000,4.526000,40.543000,5.954000,41.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.561000,-9.746000,248.857000,-3.598000,243.250000,0.070000,238.522000,-8.841000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.636000,12.096000,139.378000,16.188000,141.677000,17.768000,131.818000,23.919000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.267000,1.035000,100.026000,2.267000,94.754000,6.709000,101.505000,-10.133000,108.688000,-0.278000,103.453000,-0.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.174000,-22.284000,16.769000,-25.608000,19.577000,-25.013000,22.697000,-18.511000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.676000,74.855000,91.480000,75.724000,76.166000,77.691000,62.889000,74.241000,94.628000,70.104000,104.207000,71.527000,121.864000,71.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.584000,10.839000,209.453000,8.210000,206.724000,15.754000,204.356000,21.188000,202.485000,17.720000,198.044000,13.065000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.058000,35.204000,8.924000,25.198000,18.993000,22.376000,18.883000,22.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.760000,-9.674000,326.445000,-13.303000,332.746000,-16.109000,335.186000,-17.106000,340.531000,-11.673000,340.708000,-9.120000,334.937000,-11.035000,332.777000,-8.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.872000,3.346000,0.814000,1.407000,1.207000,-2.343000,6.382000,-5.674000,10.809000,-1.656000,5.727000,-0.085000,6.045000,-0.136000,8.195000,6.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.488000,18.002000,350.806000,13.353000,356.692000,11.753000,6.848000,20.143000,358.926000,24.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.294000,-24.448000,359.092000,-21.027000,2.162000,-31.573000,5.626000,-31.789000,18.377000,-24.861000,12.935000,-24.377000,6.231000,-21.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.790000,-69.104000,57.493000,-83.519000,43.034000,-77.297000,63.839000,-69.945000,61.634000,-70.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.110000,-39.158000,53.747000,-38.268000,54.796000,-32.208000,45.005000,-35.612000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.907000,38.655000,340.029000,45.956000,337.282000,33.656000,348.859000,31.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.734000,2.117000,2.210000,3.144000,358.469000,5.658000,355.545000,4.739000,356.119000,4.077000,358.367000,-3.281000,359.380000,-3.085000,1.209000,-5.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.134000,-22.645000,224.292000,-21.119000,219.929000,-20.190000,218.393000,-17.595000,217.522000,-12.985000,208.908000,-20.820000,211.208000,-27.809000,217.925000,-22.371000,216.161000,-25.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.146000,-33.736000,65.950000,-34.961000,58.349000,-36.929000,60.444000,-41.528000,61.469000,-42.365000,68.881000,-41.373000,70.122000,-34.619000,68.122000,-34.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.461000,41.779000,347.239000,32.900000,348.354000,34.565000,349.612000,37.996000,355.633000,31.760000,355.899000,40.111000,351.720000,44.109000,352.650000,45.958000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.454000,-2.141000,96.219000,-2.969000,102.803000,-7.923000,107.126000,0.396000,99.299000,2.247000,98.197000,3.877000,98.090000,1.327000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.330000,-7.233000,103.069000,-13.601000,103.949000,-10.469000,106.019000,-0.111000,102.970000,1.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.517000,-26.290000,213.445000,-19.001000,211.677000,-21.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.570000,-33.159000,14.985000,-33.274000,16.964000,-32.103000,19.529000,-31.420000,21.412000,-26.951000,17.863000,-24.944000,9.153000,-28.715000,11.156000,-31.772000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.741000,-1.938000,358.128000,-7.917000,0.410000,-10.238000,4.470000,-13.868000,5.236000,-9.831000,10.246000,-8.088000,3.485000,2.507000,1.465000,0.221000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.691000,-35.762000,326.025000,-37.553000,331.339000,-32.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.207000,-5.236000,168.175000,-10.773000,172.060000,-18.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.410000,-5.511000,194.543000,-4.271000,186.938000,-5.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.952000,-11.498000,19.441000,-14.328000,21.737000,-12.553000,24.870000,-6.557000,25.229000,-4.770000,19.234000,-3.943000,21.542000,-7.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.085000,-34.193000,338.774000,-24.074000,332.487000,-24.217000,329.396000,-28.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.752000,-15.510000,194.732000,-17.635000,195.402000,-21.248000,198.413000,-21.181000,195.828000,-28.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.257000,13.280000,312.986000,9.791000,320.774000,15.492000,322.789000,16.750000,322.876000,17.864000,320.285000,16.747000,317.519000,23.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.652000,2.505000,209.086000,-3.799000,205.843000,-3.705000,208.718000,-6.383000,209.475000,-10.990000,209.785000,-12.403000,213.359000,-6.926000,213.996000,-5.805000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.492000,8.286000,330.558000,14.974000,327.926000,15.226000,321.701000,12.262000,318.439000,13.326000,322.790000,10.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.320000,50.780000,272.515000,53.488000,278.003000,50.245000,275.848000,53.578000,281.744000,51.250000,277.565000,59.279000,274.048000,58.838000,267.938000,58.429000,265.008000,59.092000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.021000,48.811000,146.100000,52.217000,144.936000,51.520000,149.313000,47.079000,140.224000,43.243000,149.706000,46.933000,162.001000,46.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.893000,-3.769000,351.996000,-13.544000,353.898000,-19.310000,355.887000,-17.978000,7.888000,-11.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.292000,45.638000,250.437000,53.916000,249.231000,43.430000,252.203000,36.416000,255.485000,42.514000,256.801000,42.217000,264.934000,41.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.418000,24.594000,106.216000,26.725000,108.096000,25.113000,108.394000,33.552000,100.279000,31.985000,93.629000,36.566000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.424000,26.627000,146.620000,23.145000,146.876000,28.678000,139.812000,25.511000,141.947000,19.175000,143.257000,19.175000,145.930000,17.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.969000,-15.576000,49.285000,-10.132000,45.997000,-10.696000,43.822000,-12.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.088000,1.718000,83.228000,-2.491000,86.555000,-7.983000,88.097000,-6.942000,87.293000,-3.362000,93.843000,-5.772000,87.530000,-1.634000,86.715000,-0.487000,83.940000,2.344000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.784000,-47.284000,178.456000,-54.728000,192.265000,-53.471000,186.450000,-49.765000,196.469000,-47.352000,188.804000,-44.711000,189.310000,-43.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.484000,1.524000,169.235000,-3.124000,171.490000,-4.045000,174.516000,0.410000,174.222000,5.640000,173.729000,6.339000,164.495000,4.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.282000,32.167000,191.911000,24.191000,191.949000,27.293000,196.707000,28.673000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.071000,-6.809000,347.715000,-8.776000,355.600000,-7.993000,351.365000,-11.175000,352.610000,-10.968000,356.421000,-8.679000,358.907000,-10.579000,1.034000,-12.201000,358.616000,-1.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.166000,-5.902000,337.995000,-5.035000,340.707000,-2.885000,334.015000,1.976000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.198000,-1.975000,304.606000,-7.207000,312.159000,2.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.651000,-47.035000,219.890000,-45.733000,216.542000,-40.635000,215.176000,-46.356000,210.151000,-45.276000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.275000,-30.698000,29.785000,-27.459000,32.953000,-33.995000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.147000,20.083000,147.275000,20.336000,148.763000,18.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.851000,26.483000,60.621000,28.010000,60.899000,31.219000,50.271000,30.296000,50.777000,20.323000,64.091000,21.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.126000,-48.149000,180.591000,-39.854000,186.140000,-53.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.602000,-39.173000,40.967000,-35.991000,40.746000,-39.726000,45.719000,-41.543000,35.663000,-43.829000,50.625000,-46.864000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.217000,60.285000,217.294000,57.422000,236.759000,53.149000,244.327000,61.329000,230.957000,68.765000,227.436000,68.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.972000,65.877000,303.499000,73.318000,288.003000,61.007000,291.727000,59.885000,312.420000,63.972000,311.362000,65.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.446000,9.518000,2.813000,18.012000,0.028000,11.372000,356.550000,10.278000,0.889000,7.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.147000,31.964000,175.484000,38.039000,172.610000,38.030000,170.729000,31.877000,169.189000,29.335000,174.815000,30.309000,175.372000,29.417000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.603000,-20.384000,322.288000,-17.208000,320.833000,-14.309000,321.829000,-12.898000,320.748000,-9.240000,311.650000,-11.730000,311.969000,-15.509000,312.265000,-21.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.539000,-31.061000,45.273000,-42.156000,50.955000,-40.847000,54.417000,-34.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.796000,-30.649000,344.671000,-34.885000,347.892000,-35.995000,352.478000,-24.314000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.629000,-23.504000,12.891000,-30.230000,8.200000,-29.787000,9.302000,-32.815000,9.496000,-35.025000,12.520000,-34.080000,17.726000,-33.435000,22.895000,-28.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.690000,-44.771000,71.797000,-50.262000,66.066000,-51.597000,81.278000,-55.803000,88.729000,-57.218000,94.355000,-51.208000,83.709000,-48.838000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.832000,-11.952000,189.288000,-4.577000,186.511000,-9.566000,182.316000,-13.262000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.061000,24.637000,338.100000,18.499000,337.427000,27.610000,338.735000,29.275000,340.520000,31.000000,335.415000,28.818000,333.773000,28.892000,331.055000,31.148000,328.095000,29.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.106000,16.644000,355.916000,14.603000,359.862000,17.221000,359.789000,19.273000,5.687000,13.649000,6.045000,16.954000,1.182000,20.656000,4.217000,23.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.364000,68.407000,242.021000,70.385000,249.110000,74.206000,246.880000,74.992000,226.423000,64.456000,245.391000,60.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.465000,54.758000,288.001000,50.849000,295.580000,50.118000,306.693000,54.757000,307.621000,65.260000,301.626000,65.477000,295.810000,64.784000,296.449000,58.065000,293.530000,57.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.100000,-4.419000,26.050000,-5.370000,25.805000,-5.429000,21.075000,-12.806000,27.160000,-11.091000,30.674000,-15.019000,38.614000,-10.650000,35.883000,-5.061000,33.745000,-4.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.672000,-3.992000,355.716000,2.375000,4.084000,-11.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.036000,8.291000,164.052000,2.122000,155.748000,0.611000,162.271000,0.560000,161.682000,-0.246000,167.669000,-1.917000,172.867000,-0.010000,166.510000,2.901000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.895000,-67.841000,30.103000,-71.944000,66.453000,-72.638000,53.051000,-62.041000,54.672000,-60.065000,51.066000,-62.357000,46.540000,-63.869000,37.680000,-62.728000,45.173000,-65.292000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.985000,21.250000,166.877000,29.402000,165.902000,18.577000,168.795000,19.165000,170.013000,14.474000,179.178000,20.013000,179.372000,22.105000,175.094000,24.823000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.865000,9.803000,226.546000,5.346000,221.597000,6.228000,226.363000,-6.371000,232.525000,-0.666000,234.816000,-0.121000,237.675000,0.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.265000,20.646000,170.999000,26.660000,171.181000,26.945000,170.475000,31.261000,167.707000,31.327000,166.935000,29.931000,167.705000,26.498000,165.806000,21.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.659000,4.790000,61.887000,1.023000,67.214000,3.275000,66.406000,9.489000,64.615000,13.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.307000,61.299000,276.486000,54.465000,277.209000,56.109000,283.701000,54.753000,280.801000,57.857000,292.515000,57.282000,275.791000,67.108000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[328.724000,-64.955000,335.962000,-62.434000,336.936000,-57.318000,330.882000,-57.351000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.742000,-18.489000,199.126000,-18.232000,204.534000,-24.923000,206.585000,-26.737000,210.673000,-22.200000,210.622000,-17.075000,209.696000,-16.523000,211.591000,-12.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.087000,45.741000,232.909000,43.784000,234.741000,40.968000,238.310000,40.469000,241.520000,43.172000,249.866000,40.947000,253.879000,40.984000,248.711000,48.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.256000,-60.344000,122.183000,-56.146000,106.394000,-52.825000,103.791000,-57.259000,106.913000,-58.686000,117.935000,-63.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.200000,-75.059000,28.530000,-70.894000,40.735000,-65.767000,21.977000,-69.505000,3.583000,-70.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.874000,-22.675000,214.056000,-18.153000,215.449000,-15.702000,207.977000,-19.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.010000,32.006000,317.103000,21.303000,321.883000,26.598000,315.991000,29.565000,324.292000,29.837000,320.304000,32.289000,316.163000,34.003000,314.335000,40.308000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.441000,-20.897000,321.569000,-12.160000,324.149000,-12.630000,326.079000,-12.472000,322.332000,-11.236000,316.026000,-11.008000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.029000,-60.533000,71.378000,-60.782000,102.929000,-72.619000,102.526000,-62.502000,90.208000,-59.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.865000,-25.312000,344.637000,-27.443000,354.791000,-33.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.578000,-5.133000,179.069000,-9.807000,179.183000,-11.690000,183.628000,-7.841000,184.083000,-8.609000,187.286000,-9.731000,186.202000,2.020000,182.562000,-2.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.482000,29.162000,134.116000,31.583000,129.506000,32.433000,128.679000,32.732000,122.313000,31.290000,124.826000,29.769000,124.465000,25.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.997000,11.078000,1.217000,10.523000,7.595000,5.022000,9.588000,3.881000,9.738000,19.840000,0.952000,15.867000,0.517000,14.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.560000,0.991000,107.885000,0.538000,110.167000,-7.644000,108.529000,1.210000,114.682000,-4.188000,111.992000,1.244000,116.517000,5.019000,112.303000,7.293000,105.006000,3.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.896000,-34.520000,347.413000,-25.327000,349.124000,-29.719000,344.097000,-31.143000,351.021000,-31.346000,347.847000,-32.587000,344.225000,-36.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.951000,-2.326000,159.779000,-3.655000,161.609000,-4.414000,161.388000,-6.089000,161.579000,-6.955000,168.903000,-9.329000,169.248000,3.933000,166.906000,2.072000,166.340000,4.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.153000,43.829000,311.318000,43.957000,313.612000,40.206000,323.037000,43.766000,327.115000,45.382000,324.580000,54.152000,322.144000,52.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.321000,32.911000,77.484000,37.733000,63.732000,39.298000,70.149000,34.709000,73.130000,34.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.982000,-13.377000,174.734000,-16.397000,179.477000,-15.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.791000,20.814000,348.339000,13.176000,345.363000,18.708000,348.460000,24.075000,343.314000,22.779000,342.150000,26.245000,338.846000,26.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.583000,7.713000,79.512000,7.907000,82.870000,1.966000,89.427000,4.436000,93.065000,8.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.712000,-46.256000,89.363000,-50.375000,89.191000,-54.887000,93.395000,-56.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[143.405000,-32.315000,133.973000,-29.896000,133.814000,-26.121000,133.363000,-31.634000,129.685000,-26.633000,128.557000,-31.299000,132.728000,-36.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.814000,-44.843000,309.445000,-43.603000,324.219000,-42.744000,319.635000,-43.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.059000,11.971000,184.474000,6.861000,184.994000,9.180000,189.362000,13.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.835000,7.594000,176.584000,2.037000,177.654000,7.382000,177.758000,11.225000,176.301000,10.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.644000,54.039000,56.393000,45.002000,61.773000,41.126000,65.270000,39.719000,67.955000,41.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.430000,20.293000,353.925000,13.207000,356.171000,7.867000,1.228000,17.702000,0.616000,21.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.906000,-5.536000,122.688000,-6.804000,124.358000,-12.993000,124.628000,-10.941000,127.510000,2.350000,120.400000,-4.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.185000,-69.021000,13.160000,-68.113000,11.664000,-66.350000,5.325000,-75.723000,2.258000,-82.099000,16.261000,-77.366000,47.281000,-73.636000,29.576000,-75.191000,22.800000,-75.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.331000,-0.903000,2.628000,1.251000,0.287000,0.974000,358.910000,-0.200000,355.470000,-0.285000,353.371000,-1.793000,352.021000,-8.385000,358.415000,-7.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.329000,-10.432000,24.689000,-1.354000,18.782000,-1.969000,18.128000,-4.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.372000,15.262000,166.952000,9.115000,165.579000,5.658000,173.133000,-0.419000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.401000,86.974000,152.475000,83.975000,169.047000,81.248000,228.388000,79.186000,237.603000,81.375000,266.395000,88.727000,208.420000,88.397000,103.335000,88.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.825000,4.607000,183.826000,14.207000,179.868000,9.230000,177.504000,13.159000,175.116000,5.104000,179.562000,3.513000,181.073000,0.330000,181.490000,2.144000,184.016000,-2.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.309000,18.103000,337.252000,19.377000,331.715000,15.688000,325.598000,9.212000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.977000,-3.341000,257.495000,-1.652000,256.002000,-7.341000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.900000,-45.052000,102.773000,-40.784000,101.514000,-45.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.882000,67.217000,156.353000,58.352000,178.888000,55.908000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.767000,-54.599000,336.948000,-61.844000,351.824000,-61.463000,342.112000,-59.834000,342.948000,-57.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.599000,35.727000,351.942000,35.902000,344.142000,42.133000,344.748000,28.353000,346.970000,28.440000,352.594000,29.327000,349.010000,33.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.181000,-60.670000,260.646000,-54.319000,262.493000,-50.229000,253.339000,-53.198000,234.722000,-60.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.209000,18.039000,207.379000,16.012000,208.240000,14.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.424000,23.397000,108.259000,19.001000,114.022000,19.187000,120.684000,17.125000,114.749000,23.563000,113.922000,23.466000,108.902000,27.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.202000,-17.064000,177.631000,-7.701000,171.104000,-4.979000,164.056000,-8.928000,161.700000,-9.301000,166.023000,-14.481000,166.712000,-16.839000,172.579000,-15.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.264000,18.019000,27.304000,17.079000,24.126000,18.165000,30.676000,9.917000,31.944000,7.830000,32.997000,15.438000,37.956000,17.163000,38.070000,17.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.645000,50.813000,61.735000,56.457000,63.043000,51.059000,80.387000,56.466000,66.103000,61.261000,60.169000,59.512000,60.724000,57.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.183000,12.022000,194.610000,8.925000,196.741000,-0.157000,197.014000,-1.005000,198.203000,1.484000,200.907000,5.301000,202.771000,4.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.469000,-36.893000,94.781000,-36.580000,83.667000,-43.624000,84.519000,-48.768000,93.368000,-53.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.948000,42.457000,338.051000,42.232000,342.635000,36.409000,345.211000,35.589000,347.098000,35.338000,354.492000,38.014000,343.407000,41.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.855000,16.075000,135.500000,17.023000,128.815000,20.226000,131.700000,24.036000,126.460000,23.983000,119.536000,18.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.968000,-71.220000,320.596000,-80.684000,354.659000,-83.823000,353.916000,-79.797000,20.007000,-77.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.618000,-25.232000,88.178000,-20.719000,84.483000,-22.925000,83.082000,-24.297000,81.809000,-30.479000,80.063000,-31.670000,87.014000,-31.570000,89.713000,-32.733000,98.874000,-26.927000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.176000,54.239000,147.197000,52.516000,151.273000,48.785000,162.146000,44.735000,164.996000,51.310000,174.275000,53.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[129.550000,5.440000,127.762000,2.205000,125.659000,1.375000,125.923000,1.190000,124.520000,-0.159000,122.025000,-2.508000,130.440000,-0.170000,130.088000,4.161000,133.094000,7.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.807000,13.744000,351.262000,12.284000,353.775000,9.609000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.669000,-43.282000,205.643000,-44.396000,212.682000,-27.605000,209.237000,-28.886000,211.396000,-37.327000,209.861000,-37.176000,210.296000,-37.237000,202.057000,-40.611000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.687000,11.882000,68.350000,12.926000,58.716000,12.097000,63.156000,12.089000,63.689000,9.450000,67.641000,9.327000,69.148000,11.137000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.007000,5.846000,16.262000,-7.690000,18.847000,-0.585000,24.342000,-4.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.821000,0.702000,68.263000,-1.310000,65.571000,-1.483000,71.778000,-3.577000,73.079000,-5.568000,73.810000,-10.463000,74.112000,-10.688000,79.128000,2.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.871000,-38.730000,6.861000,-29.417000,3.011000,-24.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.763000,12.897000,241.264000,15.824000,239.329000,21.586000,236.570000,19.339000,231.076000,17.314000,230.451000,15.602000,227.601000,11.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.698000,41.596000,283.169000,40.764000,278.202000,33.524000,278.709000,28.514000,280.748000,34.165000,283.610000,36.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.030000,50.739000,73.444000,52.653000,67.803000,53.220000,73.268000,51.099000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.071000,41.245000,338.404000,42.819000,324.881000,52.443000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.821000,-61.776000,327.657000,-59.698000,334.142000,-54.609000,334.438000,-54.243000,308.765000,-55.220000,317.696000,-57.358000,306.694000,-58.159000,307.042000,-63.379000,317.683000,-59.513000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.092000,-38.861000,203.491000,-44.768000,208.635000,-50.735000,211.759000,-41.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.836000,-0.204000,353.831000,-1.729000,358.336000,-2.242000,354.140000,-8.116000,3.623000,-9.830000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.183000,75.483000,195.948000,71.314000,209.139000,76.953000,212.234000,81.202000,202.345000,82.037000,190.720000,80.277000,181.370000,80.792000,184.447000,79.562000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.122000,26.974000,145.068000,21.050000,147.423000,19.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.345000,16.076000,354.989000,19.623000,2.106000,22.189000,358.626000,26.517000,353.700000,30.310000,348.666000,19.178000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.084000,64.952000,157.149000,68.305000,148.045000,70.919000,135.673000,63.522000,148.391000,61.115000,153.465000,62.062000,153.797000,61.292000,155.330000,54.082000,162.216000,63.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.042000,-8.001000,229.529000,-7.929000,233.261000,-7.400000,232.886000,-7.192000,229.619000,-5.547000,232.441000,-1.124000,226.376000,0.370000,226.170000,-4.531000,224.695000,-4.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.909000,6.654000,296.677000,1.966000,307.182000,7.526000,308.165000,11.789000,306.141000,14.875000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.694000,28.234000,180.004000,25.827000,182.590000,22.930000,183.834000,29.661000,184.703000,30.430000,174.588000,38.483000,174.471000,35.310000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.307000,35.684000,327.613000,28.935000,338.397000,37.173000,336.746000,40.160000,334.724000,38.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.493000,-17.972000,37.181000,-18.215000,35.359000,-18.107000,33.985000,-21.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.956000,32.913000,209.283000,30.419000,209.095000,23.403000,213.115000,24.717000,214.147000,33.259000,212.689000,33.494000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.776000,-3.351000,51.542000,-6.926000,54.876000,-8.740000,58.688000,-6.167000,59.285000,-2.998000,64.333000,-3.013000,59.920000,-1.683000,59.719000,1.392000,56.028000,2.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.824000,14.846000,304.580000,17.231000,310.690000,16.714000,308.250000,22.291000,309.905000,25.377000,304.220000,22.401000,299.437000,20.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.451000,-61.426000,306.826000,-65.877000,326.719000,-67.430000,336.906000,-65.071000,328.488000,-66.568000,323.673000,-60.285000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.146000,12.445000,218.965000,12.410000,218.227000,9.442000,217.324000,5.625000,227.612000,11.392000,222.540000,17.417000,217.985000,18.858000,211.390000,17.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.630000,-6.248000,34.247000,-4.225000,34.795000,-0.145000,27.265000,-3.058000,23.658000,-10.248000,31.804000,-12.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.770000,35.611000,321.008000,40.246000,315.453000,40.989000,310.359000,43.012000,311.882000,41.599000,307.931000,31.976000,312.450000,36.732000,312.594000,34.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.607000,-5.576000,348.293000,-17.959000,2.913000,-17.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.385000,15.024000,15.570000,17.591000,18.106000,23.860000,9.285000,27.615000,10.417000,23.152000,9.825000,23.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.989000,-21.843000,131.943000,-24.397000,140.374000,-15.682000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.036000,-1.601000,64.931000,10.745000,63.063000,15.249000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.598000,-1.936000,184.244000,-2.571000,185.318000,0.792000,186.705000,3.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.461000,-16.601000,207.211000,-24.173000,211.017000,-25.505000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.203000,27.266000,216.575000,25.042000,216.409000,23.613000,218.456000,17.509000,225.216000,14.721000,224.166000,20.641000,224.863000,23.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.067000,7.440000,214.717000,8.505000,206.946000,-1.558000,204.771000,-7.804000,207.851000,-8.420000,210.067000,-5.285000,213.998000,-1.504000,219.315000,2.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.507000,-33.265000,246.053000,-31.223000,247.722000,-30.573000,249.490000,-29.464000,239.809000,-26.508000,237.942000,-22.532000,237.731000,-25.360000,242.038000,-33.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.214000,5.899000,172.503000,5.395000,175.935000,-1.586000,174.271000,-7.826000,175.412000,-8.714000,185.365000,-6.108000,187.494000,-4.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.675000,-5.196000,258.875000,-7.923000,261.357000,-6.084000,263.156000,0.769000,255.652000,-0.077000,256.181000,4.583000,254.883000,0.053000,251.155000,6.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.878000,67.411000,149.734000,57.781000,163.223000,59.311000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.728000,-0.084000,2.432000,-5.471000,7.049000,-5.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.178000,-0.301000,176.224000,-5.269000,181.037000,0.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.990000,-31.171000,5.209000,-31.655000,1.442000,-32.867000,355.157000,-34.914000,8.063000,-41.139000,8.244000,-42.004000,9.418000,-33.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.774000,28.924000,155.238000,27.665000,159.818000,26.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.385000,-15.503000,200.043000,-17.317000,205.759000,-20.250000,205.216000,-12.089000,200.410000,-13.444000,198.539000,-12.498000,196.946000,-11.991000,197.265000,-13.750000,191.878000,-8.293000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.810000,-2.522000,125.285000,-5.916000,128.790000,-1.461000,130.796000,7.635000,118.404000,9.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.431000,11.873000,346.850000,8.459000,348.199000,8.159000,355.652000,16.656000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.528000,2.141000,180.096000,2.703000,173.017000,6.062000,175.924000,1.125000,170.469000,-2.456000,172.575000,-2.926000,177.329000,-4.050000,177.868000,-2.108000,178.454000,-0.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.801000,-48.790000,349.634000,-57.815000,3.553000,-54.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.174000,34.772000,59.613000,30.823000,59.693000,30.280000,61.008000,24.933000,69.603000,26.836000,70.481000,27.281000,73.569000,27.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.313000,-41.791000,273.879000,-41.079000,290.484000,-38.712000,274.381000,-37.498000,267.331000,-39.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.306000,1.683000,351.163000,3.147000,355.470000,-0.469000,353.314000,-4.611000,5.893000,3.034000,3.544000,6.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.106000,11.946000,335.420000,5.206000,341.928000,-1.142000,346.381000,3.713000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.310000,-10.719000,243.797000,0.543000,242.158000,-11.367000,243.661000,-15.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.440000,45.211000,143.080000,41.361000,156.748000,46.791000,146.692000,50.125000,150.046000,57.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.115000,39.444000,146.061000,37.848000,148.162000,33.860000,148.800000,34.187000,154.847000,36.056000,153.071000,37.385000,158.778000,39.441000,151.803000,40.035000,150.354000,46.495000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[191.838000,18.601000,189.162000,28.434000,187.248000,25.169000,186.690000,23.978000,183.568000,22.420000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.248000,11.956000,162.564000,15.117000,161.753000,15.669000,155.932000,21.000000,156.363000,14.972000,153.014000,16.159000,155.229000,13.840000,157.169000,12.136000,154.498000,6.685000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.542000,-9.816000,3.024000,-10.286000,2.160000,-13.727000,4.453000,-17.644000,7.313000,-13.122000,9.931000,-10.806000,5.879000,-4.878000,5.602000,-7.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.354000,-12.423000,345.311000,-11.258000,334.394000,-16.986000,337.362000,-14.700000,338.816000,-13.577000,341.051000,-12.198000,341.390000,-11.940000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.443000,77.649000,147.813000,74.752000,183.285000,69.584000,186.915000,66.552000,189.392000,65.794000,195.560000,72.666000,205.713000,71.478000,216.301000,71.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.681000,20.070000,88.165000,24.423000,84.614000,21.764000,83.741000,22.574000,82.686000,13.742000,85.777000,19.256000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.278000,6.069000,38.621000,4.923000,45.169000,-1.609000,50.447000,3.961000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.026000,-24.852000,193.821000,-35.549000,199.142000,-32.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.192000,4.169000,331.105000,0.673000,339.134000,-0.091000,342.106000,7.575000,331.252000,15.282000,331.873000,6.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.029000,2.621000,208.701000,6.950000,200.428000,5.143000,193.116000,7.109000,198.374000,4.233000,193.644000,4.738000,196.975000,3.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.798000,-47.745000,80.360000,-45.590000,79.936000,-45.756000,76.926000,-40.142000,78.544000,-49.009000,82.052000,-49.884000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.184000,-1.781000,170.612000,-3.618000,173.177000,-3.382000,175.091000,-4.903000,178.109000,-1.826000,186.880000,3.190000,173.681000,5.806000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.270000,-2.011000,315.447000,0.000000,307.913000,-9.591000,315.686000,-10.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.525000,-55.816000,195.405000,-48.178000,191.263000,-51.922000,189.673000,-52.985000,188.523000,-53.121000,188.615000,-58.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.925000,-13.813000,14.626000,-22.693000,19.182000,-17.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.911000,19.467000,326.635000,14.721000,322.665000,10.702000,334.770000,7.630000,333.151000,9.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.926000,-84.632000,217.007000,-83.687000,244.333000,-81.081000,238.714000,-74.436000,226.998000,-71.021000,203.934000,-74.175000,195.597000,-76.411000,184.794000,-77.989000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.570000,42.991000,341.947000,48.781000,337.744000,45.786000,337.371000,44.421000,339.000000,34.743000,340.829000,38.856000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.487000,37.328000,178.436000,32.500000,186.009000,32.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.203000,56.101000,87.313000,60.703000,75.988000,60.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.696000,4.458000,184.742000,-1.205000,178.729000,-1.886000,184.158000,-4.652000,185.863000,-8.824000,186.490000,-6.428000,190.251000,-10.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.060000,-45.112000,116.021000,-42.474000,115.992000,-41.640000,115.248000,-42.214000,110.011000,-45.633000,106.760000,-51.076000,108.973000,-49.227000,109.050000,-53.071000,111.892000,-47.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.083000,43.154000,343.523000,39.747000,350.689000,36.432000,356.420000,36.642000,356.621000,37.861000,2.474000,37.543000,359.329000,39.872000,7.442000,42.903000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.407000,29.446000,247.212000,27.865000,247.345000,33.528000,256.142000,31.866000,246.900000,37.533000,246.403000,37.620000,240.476000,37.233000,241.775000,35.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.308000,-3.450000,178.029000,-3.414000,173.971000,-10.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.734000,28.665000,28.045000,31.031000,30.014000,35.751000,29.144000,36.887000,27.396000,35.602000,24.455000,33.190000,20.975000,32.219000,14.440000,33.037000,12.410000,32.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.483000,-3.915000,10.010000,-1.801000,12.599000,-14.064000,14.328000,-17.549000,26.452000,-8.862000,22.682000,-5.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[246.176000,-13.356000,247.736000,-11.635000,246.989000,-11.814000,243.149000,-7.289000,239.296000,-15.118000,234.778000,-17.663000,240.074000,-22.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.069000,79.070000,112.296000,75.180000,91.982000,72.763000,104.304000,68.918000,117.380000,72.159000,120.696000,66.371000,131.610000,69.633000,132.193000,71.348000,130.331000,78.853000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.867000,-45.334000,227.684000,-44.754000,224.289000,-47.311000,219.790000,-45.721000,212.536000,-46.913000,221.087000,-52.878000,223.629000,-52.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.398000,10.455000,142.680000,15.101000,124.695000,16.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.915000,-21.802000,78.864000,-22.159000,76.341000,-14.331000,66.362000,-19.554000,62.985000,-22.129000,66.929000,-23.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.953000,-13.533000,4.001000,-2.612000,355.604000,-7.330000,351.395000,-13.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.592000,78.276000,123.555000,81.502000,162.154000,80.956000,212.455000,82.479000,59.506000,81.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[85.695000,2.259000,89.545000,7.915000,88.418000,9.323000,86.578000,9.411000,84.643000,4.516000,84.822000,-0.320000,85.842000,-5.109000,87.363000,0.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.547000,34.068000,7.647000,29.618000,7.457000,38.310000,357.308000,42.307000,358.403000,36.579000,359.424000,28.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.765000,-3.955000,358.271000,-2.919000,354.758000,1.478000,353.353000,-10.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.289000,41.367000,199.059000,42.015000,201.229000,31.259000,205.853000,38.388000,206.157000,34.680000,210.835000,32.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.660000,10.122000,198.268000,10.204000,198.073000,9.961000,195.703000,5.110000,199.579000,6.573000,200.198000,5.275000,204.408000,6.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.941000,18.701000,113.437000,19.185000,110.645000,22.887000,103.812000,29.091000,103.879000,19.785000,104.713000,15.587000,109.208000,18.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.174000,9.070000,151.903000,-4.095000,154.382000,-2.898000,159.154000,0.820000,166.788000,-1.588000,164.729000,5.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.341000,-79.850000,78.667000,-77.281000,97.832000,-74.288000,70.019000,-71.501000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.873000,-24.312000,213.571000,-23.118000,206.408000,-20.642000,203.884000,-19.329000,200.502000,-21.651000,200.209000,-24.118000,206.576000,-25.956000,208.707000,-22.840000,214.818000,-28.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.287000,16.411000,259.847000,17.811000,256.075000,22.956000,252.684000,10.908000,253.493000,11.306000,255.817000,11.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.383000,35.180000,38.806000,35.215000,39.759000,41.244000,34.871000,34.063000,34.276000,30.993000,39.064000,29.541000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.899000,1.363000,155.982000,12.505000,145.497000,-2.570000,147.737000,-2.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.867000,-3.457000,76.585000,-6.668000,76.428000,-6.790000,78.656000,-8.840000,80.713000,-11.342000,80.778000,-9.207000,81.503000,-8.984000,81.805000,-7.325000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[53.905000,35.848000,59.344000,34.773000,57.843000,32.135000,66.411000,36.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.037000,18.971000,233.857000,22.608000,232.593000,22.607000,226.290000,15.587000,230.054000,13.381000,233.809000,12.961000,234.392000,15.827000,239.512000,12.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.779000,13.371000,48.536000,16.784000,49.440000,17.914000,48.764000,19.435000,47.579000,21.000000,42.899000,19.055000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.857000,9.722000,158.129000,18.042000,158.350000,24.720000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.488000,-13.654000,146.699000,-18.255000,155.661000,-17.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.543000,-1.197000,177.730000,-5.881000,174.728000,-5.398000,175.756000,-15.934000,189.179000,-11.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.011000,-41.992000,344.287000,-45.226000,335.702000,-36.361000,335.068000,-37.143000,333.086000,-30.092000,330.042000,-37.794000,337.035000,-46.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.415000,-7.987000,32.202000,-7.723000,37.466000,-8.626000,38.289000,-8.796000,32.988000,-14.226000,40.890000,-8.252000,44.641000,-4.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.055000,11.871000,112.128000,3.882000,115.938000,-0.944000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[308.798000,67.096000,313.223000,60.493000,327.219000,57.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.538000,56.565000,35.868000,57.342000,37.053000,54.959000,48.991000,58.772000,55.181000,65.027000,45.894000,64.063000,39.157000,62.531000,47.232000,66.865000,26.834000,65.134000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.901000,13.390000,34.897000,12.947000,32.699000,6.871000,38.755000,16.191000,37.934000,17.295000,41.125000,20.532000,33.082000,17.985000,34.188000,16.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.867000,24.351000,285.555000,26.875000,284.063000,27.138000,270.345000,28.755000,282.609000,18.019000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.699000,-3.461000,186.710000,7.760000,178.779000,4.892000,177.978000,4.005000,174.252000,2.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.444000,68.833000,66.950000,73.055000,56.570000,66.825000,57.039000,64.930000,52.981000,63.054000,62.036000,61.699000,62.154000,65.062000,64.243000,61.802000,73.854000,63.174000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.719000,47.641000,21.138000,56.579000,15.623000,48.152000,15.127000,45.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.299000,14.488000,159.224000,16.525000,158.201000,18.563000,153.726000,15.255000,151.030000,15.018000,143.003000,16.068000,153.065000,4.509000,154.353000,12.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.632000,14.485000,108.386000,14.560000,96.739000,15.201000,100.269000,14.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.711000,59.856000,110.556000,58.430000,135.763000,51.048000,130.837000,56.537000,137.218000,51.963000,132.471000,59.680000,136.146000,67.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.856000,-58.673000,355.133000,-57.700000,1.673000,-53.561000,351.410000,-54.908000,349.130000,-50.459000,350.496000,-59.927000,353.814000,-61.516000,355.145000,-59.822000,9.246000,-61.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.580000,-0.165000,343.660000,-2.003000,342.533000,8.815000,336.142000,10.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.933000,-23.227000,218.202000,-16.314000,211.236000,-14.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.806000,-49.279000,177.534000,-48.398000,183.836000,-44.198000,183.765000,-43.338000,182.169000,-38.154000,171.306000,-45.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.569000,21.348000,184.350000,17.972000,190.092000,17.654000,191.469000,18.409000,196.271000,21.164000,198.298000,28.178000,193.868000,27.053000,190.961000,28.107000,188.250000,26.143000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.251000,-14.035000,53.487000,-17.055000,50.701000,-22.829000,53.845000,-23.411000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.712000,10.962000,358.640000,8.392000,357.782000,6.209000,355.729000,7.389000,351.085000,-0.472000,352.420000,-1.182000,353.640000,-4.867000,356.667000,2.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.918000,-13.629000,177.029000,-10.078000,181.022000,-19.845000,183.217000,-23.539000,184.023000,-20.469000,189.357000,-18.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.048000,-48.447000,6.926000,-43.179000,351.532000,-38.874000,352.216000,-44.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[116.038000,-6.344000,123.039000,-7.825000,128.439000,-8.302000,125.532000,-6.055000,133.268000,-2.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.570000,4.468000,327.145000,-1.663000,329.620000,-2.406000,338.276000,-0.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.249000,27.292000,239.605000,27.580000,239.711000,23.359000,245.433000,21.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.433000,-56.909000,168.938000,-58.673000,179.548000,-58.253000,186.936000,-56.929000,180.942000,-48.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[228.687000,-37.887000,233.017000,-42.534000,236.895000,-42.557000,245.453000,-36.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.087000,-27.489000,334.610000,-36.743000,342.439000,-33.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.057000,-2.508000,353.638000,-2.993000,352.080000,-8.664000,2.353000,-10.044000,4.540000,-4.802000,8.997000,-2.203000,4.867000,3.913000,3.237000,3.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.589000,44.426000,14.443000,47.179000,9.525000,50.560000,9.085000,45.753000,0.553000,44.350000,359.882000,38.608000,9.392000,39.205000,11.523000,33.219000,10.770000,39.388000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.036000,45.657000,79.680000,48.587000,80.709000,42.561000,86.701000,47.177000,90.164000,51.986000,81.669000,55.848000,67.311000,56.589000,66.864000,50.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.513000,0.303000,318.025000,2.583000,311.207000,9.454000,309.615000,8.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.602000,-7.072000,304.302000,-15.110000,306.219000,-15.534000,302.378000,-12.407000,302.685000,-12.278000,299.244000,-3.679000,299.275000,-7.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.923000,-4.516000,357.867000,-7.429000,0.567000,-4.026000,3.316000,-9.471000,4.828000,-10.946000,6.655000,2.702000,0.363000,3.118000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.512000,5.272000,169.171000,7.949000,165.986000,-4.535000,170.524000,0.038000,169.862000,-2.444000,172.840000,-1.353000,177.073000,4.101000,173.890000,3.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.548000,-43.283000,265.060000,-48.443000,270.612000,-41.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.768000,45.284000,162.502000,39.336000,157.656000,39.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.717000,46.335000,231.331000,42.469000,225.523000,38.073000,227.270000,36.673000,228.536000,37.409000,232.310000,39.506000,231.321000,34.413000,239.575000,33.688000,242.672000,47.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.624000,38.955000,258.918000,38.439000,250.474000,34.094000,252.484000,30.256000,258.019000,29.880000,269.437000,27.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.940000,-48.350000,9.547000,-58.017000,25.414000,-54.852000,19.421000,-50.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.789000,3.734000,17.565000,1.827000,10.176000,4.219000,16.340000,-3.695000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.301000,-34.314000,355.111000,-34.345000,342.909000,-33.619000,343.423000,-34.476000,346.401000,-40.003000,355.646000,-37.420000,3.388000,-42.935000,357.356000,-36.559000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[273.764000,-11.330000,278.191000,-7.638000,276.483000,-6.678000,270.679000,-9.235000,270.324000,-11.206000,263.368000,-12.436000,262.486000,-14.445000,270.651000,-12.406000,271.504000,-13.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.288000,30.539000,177.750000,23.884000,186.280000,21.237000,187.022000,27.399000,180.754000,30.135000,179.210000,37.800000,175.300000,32.853000,172.193000,35.354000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.926000,-43.212000,87.986000,-41.780000,87.558000,-39.782000,88.999000,-34.621000,81.952000,-36.790000,77.816000,-35.160000,79.688000,-38.696000,82.727000,-42.229000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.737000,18.052000,179.434000,13.308000,187.196000,16.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.173000,-34.393000,46.480000,-22.166000,41.106000,-25.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.809000,-14.801000,341.012000,-14.674000,340.580000,0.063000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.519000,-73.289000,261.416000,-64.744000,243.855000,-69.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.181000,13.366000,331.975000,10.134000,334.254000,9.539000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.189000,-7.869000,6.764000,-8.357000,0.605000,-4.940000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.914000,52.216000,104.924000,45.682000,111.649000,48.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.265000,-47.567000,170.444000,-56.872000,182.849000,-54.388000,183.536000,-53.506000,197.722000,-52.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.837000,42.906000,60.320000,47.786000,58.469000,47.313000,54.112000,42.693000,60.327000,35.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.087000,23.301000,162.417000,20.508000,161.092000,31.134000,159.063000,29.204000,153.423000,22.686000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.181000,4.833000,189.991000,1.690000,189.860000,1.107000,196.373000,-4.727000,199.662000,6.863000,196.825000,6.775000,197.573000,8.748000,194.655000,7.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.919000,-56.540000,26.941000,-54.173000,25.550000,-63.100000,32.535000,-58.203000,35.130000,-56.766000,31.886000,-56.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[299.437000,11.184000,299.253000,-0.125000,307.202000,-4.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.058000,5.033000,7.004000,3.744000,6.705000,1.000000,15.231000,-2.263000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.298000,56.229000,243.821000,59.697000,245.132000,53.517000,239.540000,46.240000,248.912000,43.334000,256.930000,49.344000,254.102000,52.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.715000,6.473000,6.093000,12.027000,356.318000,6.511000,352.386000,7.927000,352.161000,-0.158000,358.407000,-4.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.118000,44.127000,33.541000,49.189000,26.142000,52.890000,35.044000,55.273000,9.194000,49.407000,15.044000,49.587000,14.525000,48.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.945000,-23.258000,187.256000,-26.659000,188.127000,-29.695000,194.437000,-32.039000,199.057000,-25.842000,198.769000,-23.381000,193.534000,-19.223000,191.036000,-21.791000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[67.509000,44.032000,72.742000,45.698000,65.927000,49.433000,69.460000,57.467000,51.859000,54.743000,55.222000,52.557000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[125.800000,-56.136000,136.983000,-55.570000,127.908000,-53.720000,138.508000,-50.136000,129.998000,-52.410000,130.481000,-51.013000,129.103000,-45.747000,124.943000,-50.509000,109.028000,-54.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.089000,-38.593000,192.436000,-33.966000,182.400000,-30.753000,179.089000,-31.731000,175.919000,-39.855000,191.489000,-45.623000,186.668000,-41.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.024000,-16.324000,222.709000,-19.491000,223.757000,-25.863000,225.910000,-26.032000,229.135000,-31.367000,228.873000,-28.313000,232.931000,-27.957000,235.636000,-19.475000,231.696000,-20.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.378000,1.017000,181.909000,8.185000,181.495000,10.308000,180.496000,3.711000,179.791000,2.910000,174.765000,3.278000,179.312000,-5.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.808000,-8.025000,339.482000,-10.516000,345.153000,-12.818000,341.910000,-5.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.245000,-10.106000,341.359000,-12.824000,345.854000,-12.359000,352.546000,-17.051000,353.836000,-9.278000,350.743000,-8.295000,354.017000,-4.391000,349.306000,-2.875000,346.940000,-9.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.428000,17.764000,322.609000,16.956000,329.477000,9.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.278000,-17.845000,356.077000,-19.851000,357.049000,-7.800000,346.789000,-14.265000,340.659000,-17.565000,341.240000,-17.353000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.327000,-26.220000,2.331000,-26.085000,1.783000,-23.710000,0.338000,-17.686000,356.581000,-17.747000,353.861000,-14.828000,352.059000,-23.240000,353.320000,-23.839000,345.993000,-23.655000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.161000,-2.575000,109.437000,-0.942000,103.300000,-9.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.702000,-13.772000,175.600000,-6.763000,172.983000,-3.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.324000,-9.785000,352.716000,-11.773000,358.861000,-18.042000,357.590000,-15.937000,2.001000,-7.219000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.002000,70.807000,60.741000,75.100000,83.013000,80.462000,82.886000,81.196000,67.373000,83.773000,45.607000,80.319000,43.670000,80.059000,48.656000,76.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.243000,1.193000,168.521000,-0.526000,173.966000,-3.103000,181.943000,-7.461000,184.622000,-0.139000,180.152000,8.533000,179.214000,8.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[336.690000,-3.550000,336.877000,-3.268000,336.674000,-2.337000,333.091000,-2.133000,333.333000,-4.051000,329.401000,-1.127000,334.434000,-7.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.660000,64.185000,342.349000,67.103000,342.618000,67.377000,342.764000,68.434000,358.924000,67.635000,356.185000,71.781000,350.609000,72.052000,326.372000,75.989000,328.560000,69.917000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.083000,17.205000,56.744000,20.752000,50.932000,23.353000,49.325000,20.855000,50.186000,13.631000,52.814000,17.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.280000,-1.493000,1.130000,5.484000,346.918000,12.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.646000,32.205000,48.838000,31.623000,50.772000,30.937000,50.692000,29.993000,59.438000,24.728000,66.258000,31.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.732000,-65.184000,207.820000,-73.238000,194.833000,-55.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.020000,-87.694000,161.323000,-86.411000,145.895000,-83.137000,94.764000,-83.833000,61.707000,-87.222000,283.685000,-83.634000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.758000,51.688000,151.682000,48.495000,153.076000,43.832000,157.068000,46.622000,163.283000,43.188000,159.224000,51.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.037000,-30.252000,111.766000,-29.388000,115.557000,-31.644000,114.316000,-29.693000,115.155000,-27.012000,114.872000,-23.413000,111.917000,-20.619000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.926000,-5.891000,155.583000,-2.816000,153.677000,-15.842000,158.763000,-9.390000,157.174000,-8.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.249000,27.272000,140.553000,26.245000,140.548000,23.725000,149.213000,25.930000,144.351000,31.368000,154.394000,33.463000,153.159000,34.203000,150.448000,37.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.055000,19.411000,16.750000,16.241000,15.230000,16.108000,15.628000,6.820000,19.791000,10.230000,24.035000,12.956000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.150000,-17.916000,57.264000,-14.889000,62.926000,-16.633000,59.714000,-5.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.545000,-34.921000,131.128000,-44.799000,137.189000,-40.445000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.537000,-3.117000,101.930000,-13.580000,99.005000,-19.023000,105.476000,-15.102000,115.678000,-13.312000,114.049000,-10.274000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.255000,10.434000,325.425000,19.601000,316.235000,13.004000,319.725000,12.989000,316.941000,11.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.433000,5.452000,353.451000,10.174000,354.145000,2.527000,358.077000,3.230000,0.925000,0.160000,4.305000,-1.645000,6.987000,7.516000,5.094000,9.248000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.017000,3.883000,249.423000,18.709000,244.165000,12.157000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.445000,-7.861000,173.856000,-9.274000,183.579000,-4.670000,184.660000,-4.465000,185.278000,1.809000,183.260000,-0.112000,180.125000,-3.596000,175.469000,-1.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.273000,-81.392000,242.946000,-84.490000,196.692000,-76.284000,183.104000,-73.799000,173.226000,-73.263000,152.719000,-76.360000,185.928000,-77.999000,183.568000,-80.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.101000,-9.042000,236.155000,-12.312000,238.121000,-16.230000,239.312000,-18.361000,246.544000,-12.458000,245.870000,-9.258000,231.730000,-5.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.913000,5.776000,304.849000,-3.477000,307.516000,-3.123000,315.470000,0.436000,315.966000,0.420000,313.072000,3.226000,313.526000,8.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.082000,48.492000,4.978000,50.391000,3.591000,48.628000,0.163000,54.698000,358.296000,48.807000,359.508000,45.503000,8.525000,41.803000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.277000,-37.729000,297.602000,-36.256000,302.144000,-33.562000,298.068000,-21.401000,295.975000,-21.730000,293.135000,-25.926000,290.871000,-24.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.392000,-3.391000,19.830000,-0.712000,16.647000,-4.574000,16.981000,-8.733000,15.267000,-9.732000,15.467000,-9.892000,9.144000,-12.498000,10.125000,-14.809000,19.654000,-18.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.951000,-35.330000,282.894000,-36.851000,283.373000,-40.736000,284.404000,-41.583000,284.712000,-41.939000,289.167000,-49.225000,288.482000,-39.770000,288.839000,-33.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.249000,66.193000,304.022000,53.328000,305.834000,50.251000,306.845000,58.337000,308.153000,58.079000,318.284000,56.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.471000,18.987000,19.995000,15.437000,22.496000,15.428000,30.288000,16.897000,27.033000,17.289000,27.060000,18.837000,28.459000,20.030000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.365000,-18.994000,73.809000,-20.718000,78.366000,-20.949000,77.516000,-19.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.335000,-14.250000,38.302000,-14.402000,33.413000,-20.602000,34.664000,-20.993000,33.495000,-21.173000,35.842000,-26.279000,44.152000,-21.962000,47.077000,-24.915000,44.039000,-20.866000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.032000,25.007000,35.677000,24.932000,35.800000,25.371000,37.520000,22.169000,35.919000,28.199000,36.820000,27.865000,32.917000,30.963000,30.823000,26.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[43.643000,49.405000,40.352000,45.017000,52.255000,50.181000,52.645000,51.150000,55.539000,52.555000,49.704000,53.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.403000,-19.481000,181.328000,-17.878000,187.670000,-20.155000,186.073000,-16.363000,188.348000,-9.532000,187.482000,-9.368000,182.638000,-7.166000,181.146000,-9.826000,180.709000,-11.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.696000,32.549000,217.934000,32.400000,222.735000,24.721000,222.769000,34.780000,222.546000,35.230000,219.622000,41.387000,214.153000,38.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.989000,-9.060000,269.938000,-7.210000,274.346000,-10.358000,264.940000,1.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.758000,-65.330000,301.612000,-60.912000,302.293000,-60.342000,283.924000,-50.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.051000,18.842000,107.732000,13.522000,107.129000,12.929000,116.235000,14.117000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.525000,-38.445000,194.749000,-30.913000,182.388000,-30.391000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.866000,47.766000,340.519000,51.856000,335.597000,52.554000,328.234000,53.124000,325.278000,54.651000,317.188000,55.312000,325.541000,51.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.493000,33.038000,54.399000,31.599000,52.281000,25.430000,62.113000,34.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.033000,-16.419000,220.284000,-9.342000,214.985000,-6.435000,214.130000,-1.374000,206.288000,-6.321000,209.920000,-9.001000,212.886000,-10.921000,214.187000,-14.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.646000,24.102000,171.388000,24.748000,169.807000,10.825000,168.771000,6.910000,171.537000,11.827000,175.107000,18.158000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[347.822000,8.915000,349.624000,21.285000,344.828000,10.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.056000,-6.981000,212.786000,0.350000,205.801000,4.804000,197.901000,4.229000,201.612000,2.075000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.327000,28.376000,200.185000,25.931000,204.820000,32.939000,205.576000,36.283000,205.804000,37.852000,204.104000,37.224000,203.008000,37.543000,201.689000,33.715000,192.773000,31.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.536000,-6.111000,228.888000,-6.170000,227.850000,-5.891000,224.563000,-6.503000,227.593000,-9.797000,230.167000,-11.944000,232.674000,-11.686000,236.415000,-15.460000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[301.050000,27.016000,296.554000,38.553000,298.944000,35.064000,296.365000,33.150000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.136000,-29.322000,295.116000,-28.513000,282.292000,-19.038000,280.752000,-21.418000,284.067000,-27.054000,290.216000,-32.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.737000,-7.133000,229.661000,5.675000,225.242000,-2.758000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.908000,10.920000,323.886000,11.248000,317.024000,2.631000,322.173000,7.511000,319.643000,0.341000,324.009000,5.558000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.332000,14.958000,324.027000,24.366000,311.203000,18.256000,318.089000,14.854000,316.627000,13.379000,320.626000,10.308000,321.324000,12.638000,324.202000,7.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.251000,63.631000,2.251000,74.416000,351.150000,81.269000,345.677000,73.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.119000,-1.465000,167.228000,4.062000,160.188000,1.351000,157.239000,0.054000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.607000,39.318000,45.790000,35.106000,56.132000,31.110000,49.023000,34.523000,53.903000,35.951000,50.229000,36.678000,52.296000,40.981000,47.806000,39.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.656000,-6.629000,14.000000,-12.819000,14.448000,-14.710000,8.362000,-13.853000,11.323000,-17.932000,20.201000,-12.940000,16.947000,-12.869000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.064000,39.890000,207.186000,44.845000,206.792000,39.757000,207.560000,43.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.129000,0.735000,185.040000,4.958000,176.741000,3.269000,176.977000,1.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.683000,-34.475000,205.870000,-25.907000,203.745000,-31.368000,210.887000,-41.409000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.254000,-64.438000,60.287000,-59.240000,55.502000,-62.420000,53.942000,-67.863000,77.443000,-66.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.981000,63.626000,169.787000,55.105000,176.771000,60.209000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.473000,8.427000,173.778000,9.093000,166.816000,2.378000,168.206000,2.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.600000,-17.676000,343.231000,-14.119000,340.437000,-18.486000,350.830000,-18.139000,347.181000,-7.831000,344.535000,-7.207000,343.528000,-6.729000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.463000,-50.533000,277.714000,-56.693000,278.037000,-49.957000,289.203000,-53.991000,278.450000,-47.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.174000,-2.729000,227.013000,3.923000,223.385000,5.325000,217.801000,5.300000,214.760000,8.007000,215.623000,-4.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.785000,-14.042000,359.716000,-9.331000,357.108000,-13.068000,357.916000,-15.705000,358.917000,-14.735000,0.299000,-12.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.285000,22.072000,328.506000,29.090000,316.192000,34.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[130.593000,6.038000,141.570000,-0.840000,134.837000,1.786000,135.333000,2.102000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.232000,31.365000,194.744000,34.244000,191.039000,36.681000,200.266000,21.196000,199.212000,22.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[94.030000,-56.375000,90.664000,-51.963000,83.016000,-51.667000,77.113000,-53.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.125000,53.214000,344.580000,50.638000,353.285000,64.005000,347.044000,62.434000,348.533000,57.803000,344.857000,56.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.404000,-16.219000,166.216000,-23.037000,162.839000,-11.649000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.662000,39.296000,300.575000,35.174000,299.614000,50.301000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.616000,29.507000,169.920000,13.256000,171.014000,18.649000,176.474000,16.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.443000,-18.771000,161.269000,-21.721000,156.412000,-19.045000,160.193000,-23.768000,160.680000,-25.185000,168.118000,-28.472000,163.757000,-24.089000,165.182000,-19.606000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.929000,-0.457000,232.944000,-6.496000,232.621000,-7.626000,232.922000,-13.964000,244.762000,-3.987000,245.393000,-2.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.152000,-61.362000,27.715000,-60.902000,33.473000,-68.294000,63.894000,-64.692000,54.759000,-62.506000,47.523000,-62.257000,48.457000,-59.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.784000,-23.056000,339.344000,-26.879000,348.717000,-25.394000,350.852000,-21.924000,353.857000,-20.263000,345.673000,-18.636000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.859000,-48.037000,127.473000,-48.634000,114.224000,-49.007000,123.067000,-57.321000,130.695000,-58.736000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.156000,54.786000,198.422000,50.162000,191.635000,48.810000,201.077000,44.023000,202.039000,46.984000,203.279000,48.072000,204.136000,49.149000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.097000,43.906000,283.371000,45.428000,293.596000,40.960000,289.829000,36.522000,289.383000,34.168000,293.277000,39.907000,298.709000,33.039000,304.460000,44.699000,297.818000,43.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.535000,0.170000,352.355000,-3.835000,354.420000,4.040000,342.785000,-8.533000,348.036000,-12.647000,350.554000,-12.453000,351.517000,-11.422000,351.805000,-5.959000,352.874000,-4.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.386000,-19.765000,352.817000,-5.756000,348.754000,-9.342000,345.010000,-6.073000,343.503000,-12.771000,342.334000,-13.322000,341.444000,-16.852000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.691000,-5.660000,5.138000,-1.251000,7.468000,6.324000,1.560000,2.022000,2.223000,8.401000,0.441000,3.058000,354.821000,3.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.111000,-10.470000,26.729000,-17.262000,31.096000,-21.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.455000,-6.239000,0.443000,-13.401000,359.238000,-6.080000,353.909000,-15.710000,354.409000,-17.594000,3.313000,-18.924000,7.293000,-19.173000,7.247000,-17.876000,1.857000,-12.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.000000,24.641000,299.067000,26.797000,300.010000,27.750000,301.561000,32.086000,300.389000,34.085000,297.606000,34.646000,293.345000,28.104000,291.394000,28.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.171000,-0.996000,184.834000,1.918000,178.812000,5.829000,178.159000,3.625000,177.644000,2.971000,170.364000,2.190000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[93.757000,-43.974000,104.810000,-45.565000,92.274000,-38.690000,90.474000,-44.131000,91.932000,-44.036000,92.744000,-45.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[338.710000,29.673000,336.831000,24.925000,339.089000,23.520000,339.457000,22.724000,348.304000,21.959000,353.851000,23.928000,350.901000,24.678000,351.708000,31.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.613000,20.912000,166.203000,20.602000,162.077000,20.945000,163.845000,14.356000,155.631000,14.574000,163.011000,13.764000,159.080000,11.639000,167.685000,11.216000,169.136000,10.594000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.486000,-12.943000,2.938000,-20.429000,3.891000,-17.760000,10.668000,-9.149000,10.318000,-8.246000,1.132000,-7.637000,356.579000,-7.913000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.536000,-5.372000,43.858000,-7.485000,38.861000,-3.464000,39.436000,-15.500000,45.447000,-13.248000,51.445000,-14.922000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.056000,72.641000,67.958000,76.170000,59.451000,61.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.033000,45.133000,151.789000,47.607000,148.936000,45.716000,140.765000,42.536000,146.660000,41.366000,153.362000,31.205000,154.449000,31.424000,165.969000,39.922000,159.006000,41.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.387000,-31.441000,262.786000,-30.307000,258.845000,-28.752000,263.928000,-40.450000,266.063000,-35.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.842000,-44.044000,316.026000,-52.478000,322.939000,-57.463000,318.281000,-49.393000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.900000,18.663000,339.265000,17.135000,337.330000,19.972000,333.112000,19.387000,331.641000,12.032000,334.062000,11.760000,331.906000,8.898000,343.651000,6.518000,345.558000,8.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[87.159000,10.843000,86.697000,4.243000,86.307000,0.621000,94.247000,2.063000,100.464000,-0.276000,93.630000,14.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.916000,11.142000,272.948000,15.448000,277.224000,15.274000,277.390000,22.025000,271.121000,17.281000,273.100000,20.289000,271.356000,26.254000,268.538000,16.762000,270.051000,11.848000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.320000,-16.754000,346.487000,-23.560000,351.503000,-24.523000,359.844000,-19.991000,3.567000,-15.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.812000,6.898000,27.231000,16.228000,15.574000,12.810000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.042000,-11.417000,170.379000,-10.176000,172.661000,-12.536000,182.034000,-9.700000,173.604000,-3.813000,171.178000,-7.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.084000,78.611000,213.754000,72.954000,247.017000,68.638000,251.897000,74.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.233000,18.103000,191.744000,5.388000,199.359000,10.676000,201.750000,9.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.087000,11.529000,341.751000,20.851000,334.981000,23.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.253000,7.011000,187.048000,10.564000,183.263000,14.129000,182.233000,16.025000,178.909000,18.320000,178.084000,15.159000,178.873000,11.219000,173.297000,6.654000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.724000,6.339000,131.798000,13.304000,130.910000,13.312000,125.329000,16.531000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.067000,11.631000,27.980000,12.125000,24.017000,15.620000,25.595000,19.191000,18.667000,16.552000,11.732000,12.832000,10.362000,11.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.960000,-36.054000,294.571000,-35.856000,308.136000,-44.950000,306.366000,-40.077000,306.709000,-40.039000,308.805000,-36.198000,304.497000,-32.328000,304.307000,-27.970000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.087000,-1.580000,6.544000,1.927000,2.153000,3.461000,355.778000,3.066000,351.478000,2.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.239000,-10.763000,272.181000,-11.977000,272.924000,-16.843000,275.574000,-23.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.795000,-64.435000,169.022000,-63.513000,174.656000,-68.377000,195.339000,-65.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.865000,3.168000,173.187000,5.146000,174.195000,5.910000,171.571000,5.093000,169.816000,10.193000,166.253000,-5.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.460000,55.751000,159.228000,58.301000,166.227000,65.704000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.562000,-42.546000,32.945000,-41.800000,29.471000,-40.320000,20.022000,-37.882000,20.916000,-43.189000,18.281000,-43.976000,23.160000,-48.337000,29.058000,-45.005000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.672000,83.531000,125.375000,87.849000,110.005000,87.064000,301.729000,88.489000,100.086000,78.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.816000,18.162000,202.574000,24.835000,188.687000,30.260000,193.479000,25.545000,192.434000,21.310000,192.855000,16.888000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.312000,62.359000,336.358000,56.017000,332.850000,47.334000,337.333000,51.705000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.866000,-0.521000,208.895000,-16.012000,210.094000,-8.817000,210.506000,-7.722000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.817000,-23.830000,106.811000,-24.418000,110.716000,-18.980000,102.032000,-11.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.398000,2.033000,357.778000,-8.234000,3.524000,0.209000,4.063000,2.592000,6.232000,7.234000,359.705000,1.929000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.470000,34.290000,347.095000,23.748000,350.007000,28.697000,349.114000,27.098000,349.609000,29.120000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.011000,-5.217000,184.679000,-5.465000,185.305000,-3.480000,180.330000,2.400000,176.136000,1.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[59.193000,39.640000,55.077000,42.985000,47.568000,41.732000,44.695000,42.608000,38.924000,45.001000,40.222000,37.883000,43.948000,35.903000,46.072000,35.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.329000,32.075000,37.274000,29.150000,37.458000,27.528000,42.223000,25.829000,44.237000,27.510000,49.397000,26.083000,51.908000,28.781000,45.972000,35.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.890000,-59.317000,347.091000,-61.243000,357.130000,-56.607000,345.429000,-53.397000,345.668000,-56.197000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.743000,-51.080000,178.463000,-52.816000,203.487000,-57.371000,197.504000,-55.935000,205.548000,-54.656000,194.025000,-52.548000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.377000,28.266000,336.244000,24.381000,343.875000,15.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.163000,-19.812000,16.550000,-16.136000,17.313000,-15.290000,8.345000,-18.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[245.261000,-21.028000,238.111000,-25.946000,252.923000,-30.626000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.534000,13.891000,324.595000,14.876000,317.550000,15.226000,321.629000,19.232000,313.713000,17.178000,313.228000,14.792000,310.142000,15.173000,313.697000,4.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.315000,-42.395000,27.700000,-42.743000,32.709000,-39.991000,36.870000,-34.604000,19.664000,-35.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.050000,26.366000,138.144000,20.928000,142.554000,21.217000,136.455000,32.578000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.219000,-28.075000,217.128000,-28.538000,230.376000,-27.027000,223.467000,-23.822000,225.077000,-17.963000,220.691000,-19.568000,216.175000,-16.638000,218.002000,-21.470000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.811000,-28.253000,69.209000,-28.040000,62.777000,-20.514000,67.635000,-13.426000,66.269000,-15.119000,61.677000,-14.844000,54.763000,-20.375000,55.738000,-22.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.989000,16.881000,202.308000,21.104000,207.515000,19.928000,205.878000,22.395000,210.415000,26.204000,205.915000,25.041000,202.370000,26.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[144.993000,36.800000,142.100000,41.470000,139.339000,36.358000,139.684000,40.174000,131.853000,39.189000,134.547000,26.482000,135.001000,26.460000,139.881000,29.135000,145.184000,26.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.561000,3.516000,169.482000,-0.701000,173.781000,-4.399000,175.113000,-1.033000,181.022000,-0.665000,179.020000,7.920000,174.444000,10.962000,169.304000,11.687000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.473000,-26.780000,200.622000,-31.026000,202.207000,-36.305000,204.733000,-35.118000,205.506000,-37.054000,207.169000,-40.591000,206.282000,-34.565000,215.794000,-33.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.437000,-51.300000,13.971000,-57.812000,21.543000,-52.552000,22.205000,-52.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.267000,-2.655000,142.655000,-6.121000,145.666000,-13.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.416000,-16.579000,338.160000,-19.411000,358.074000,-17.181000,349.530000,-16.397000,355.058000,-9.844000,351.642000,-10.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.558000,-11.492000,296.196000,-8.043000,295.405000,-9.223000,303.198000,-17.659000,302.448000,-15.273000,302.993000,-10.921000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.323000,-10.076000,325.132000,-12.716000,328.424000,-11.528000,328.406000,-10.829000,317.104000,-3.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.765000,4.208000,43.753000,4.089000,49.314000,-4.274000,49.663000,-3.578000,58.534000,-1.217000,57.255000,1.578000,58.751000,3.008000,54.720000,4.765000,53.415000,4.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.103000,-14.229000,79.604000,-15.956000,77.489000,-20.173000,88.977000,-18.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.904000,-11.405000,172.231000,-19.551000,176.708000,-19.355000,179.346000,-20.452000,175.026000,-8.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.040000,16.131000,36.237000,18.886000,36.083000,21.573000,32.964000,21.750000,29.453000,25.931000,27.739000,20.128000,19.796000,14.967000,25.787000,16.632000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.506000,-33.029000,139.557000,-30.782000,138.008000,-32.015000,139.344000,-24.732000,135.315000,-33.839000,132.035000,-40.618000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.856000,-2.434000,313.720000,4.551000,302.028000,8.277000,303.465000,-7.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.184000,-28.300000,208.053000,-30.382000,219.898000,-27.850000,219.358000,-20.225000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.624000,10.843000,140.977000,13.675000,142.505000,19.275000,135.826000,15.633000,128.825000,14.697000,129.955000,14.359000,136.766000,8.236000,135.840000,13.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.861000,51.079000,328.822000,54.348000,320.919000,54.235000,317.068000,51.758000,316.604000,50.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.149000,56.205000,6.920000,53.296000,344.260000,59.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.567000,-22.937000,3.532000,-22.414000,9.471000,-22.112000,10.025000,-18.046000,3.141000,-17.161000,358.908000,-11.560000,1.646000,-19.275000,354.270000,-21.664000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[312.527000,40.399000,301.251000,46.670000,301.134000,43.812000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.427000,-63.417000,45.201000,-66.348000,23.615000,-67.499000,61.019000,-76.808000,56.495000,-74.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.068000,-2.096000,154.992000,-2.947000,156.476000,-3.581000,158.133000,-5.337000,168.053000,-3.516000,162.731000,-1.536000,156.840000,5.960000,155.138000,6.792000,157.513000,1.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.001000,51.181000,341.387000,52.325000,325.918000,48.978000,334.805000,45.765000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.400000,-1.062000,45.287000,0.657000,39.489000,3.303000,41.132000,5.308000,35.813000,2.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.630000,42.478000,356.245000,41.710000,349.243000,40.989000,355.794000,39.813000,8.192000,39.217000,2.274000,42.291000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.046000,81.462000,18.221000,76.741000,65.302000,83.652000,296.257000,82.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.848000,35.177000,302.756000,35.585000,312.100000,31.377000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.957000,-66.159000,188.456000,-69.302000,209.213000,-71.770000,208.736000,-65.618000,206.363000,-60.795000,193.866000,-56.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.191000,21.888000,217.963000,19.353000,217.749000,13.672000,219.084000,14.807000,220.837000,16.233000,225.329000,11.718000,226.710000,14.487000,223.811000,18.550000,225.486000,20.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[243.620000,16.783000,243.997000,23.964000,241.937000,16.458000,240.027000,13.515000,233.001000,10.840000,243.631000,8.088000,247.704000,8.118000,251.722000,9.880000,247.686000,14.034000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.294000,-0.074000,184.570000,0.344000,178.316000,6.353000,183.858000,-8.634000,187.160000,-4.246000,189.436000,1.175000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.065000,-33.417000,32.865000,-20.270000,22.919000,-15.051000,24.888000,-22.755000,17.115000,-22.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.903000,-15.136000,181.965000,-10.784000,179.360000,-5.843000,176.967000,-0.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.120000,2.147000,25.684000,-3.165000,30.832000,0.245000,29.318000,-6.618000,37.011000,-3.371000,39.585000,0.840000,36.915000,6.934000,37.348000,9.350000,31.309000,4.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.986000,55.699000,36.536000,51.734000,52.500000,47.291000,58.277000,52.080000,48.777000,54.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.345000,24.219000,209.899000,23.982000,221.401000,17.945000,225.215000,21.093000,220.784000,29.384000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.535000,-7.905000,333.671000,-15.258000,338.331000,-20.098000,342.760000,-18.151000,340.553000,-13.867000,339.660000,-13.111000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.244000,36.169000,40.191000,39.674000,44.232000,46.591000,32.924000,48.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.705000,-60.746000,346.054000,-53.616000,334.202000,-51.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.312000,-33.286000,283.976000,-25.239000,281.278000,-25.357000,271.495000,-26.228000,264.616000,-27.583000,264.126000,-28.472000,270.970000,-27.282000,269.758000,-29.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.070000,-17.358000,270.415000,-12.273000,265.331000,-15.057000,258.370000,-13.645000,254.750000,-12.621000,258.789000,-20.492000,263.652000,-25.941000,264.046000,-23.068000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.792000,-38.470000,3.503000,-35.848000,358.970000,-33.773000,4.817000,-45.530000,5.366000,-48.577000,9.057000,-47.046000,14.341000,-43.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.695000,-40.590000,3.387000,-44.346000,1.780000,-34.663000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.861000,54.123000,74.022000,51.281000,79.505000,54.158000,72.911000,65.705000,60.620000,61.549000,65.791000,58.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[256.950000,82.240000,255.744000,81.354000,273.555000,82.554000,279.276000,81.884000,283.795000,78.122000,328.234000,80.134000,354.292000,81.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.502000,-15.731000,84.536000,-12.458000,69.707000,-21.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.486000,-38.049000,346.628000,-39.258000,342.425000,-32.414000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.998000,-44.105000,357.121000,-41.154000,348.357000,-38.616000,345.735000,-34.959000,341.528000,-39.987000,342.050000,-49.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.494000,-74.001000,272.884000,-86.330000,359.130000,-79.676000,350.957000,-80.098000,297.052000,-79.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.292000,15.705000,208.324000,10.529000,216.212000,7.880000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.173000,-12.916000,196.497000,-16.294000,200.539000,-9.679000,200.764000,-5.686000,191.808000,-5.024000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.158000,2.509000,50.520000,-7.268000,52.156000,-4.580000,55.625000,-6.742000,57.473000,-5.896000,60.477000,-4.901000,62.459000,2.105000,60.503000,8.135000,55.061000,1.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.050000,39.385000,356.337000,34.611000,353.261000,34.801000,344.919000,28.783000,348.637000,26.977000,347.987000,24.661000,355.254000,29.189000,357.764000,24.966000,356.292000,31.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.536000,57.859000,289.581000,61.402000,291.804000,61.375000,293.105000,62.154000,303.468000,64.268000,285.390000,72.266000,280.535000,72.265000,277.258000,68.254000,270.698000,66.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.542000,19.792000,195.204000,17.867000,196.530000,23.723000,195.943000,27.654000,184.225000,24.520000,190.293000,16.718000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.218000,-37.290000,343.785000,-43.453000,350.190000,-46.444000,353.917000,-50.552000,353.384000,-45.876000,355.384000,-47.169000,356.098000,-43.817000,356.150000,-42.629000,355.962000,-42.332000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[66.725000,9.979000,60.120000,12.585000,57.001000,11.292000,57.754000,9.881000,55.124000,6.749000,55.001000,2.944000,57.990000,7.469000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.204000,64.866000,143.186000,62.984000,140.592000,53.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.275000,-39.860000,55.120000,-34.373000,54.604000,-29.853000,51.432000,-22.671000,51.985000,-29.056000,50.762000,-30.607000,54.966000,-36.476000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.930000,10.493000,104.853000,7.769000,109.965000,16.392000,115.524000,22.730000,109.518000,17.568000,109.997000,24.407000,109.543000,23.840000,107.771000,21.123000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.085000,-12.599000,19.468000,-8.602000,19.352000,-3.743000,15.842000,-10.884000,9.803000,-17.565000,12.177000,-17.214000,13.564000,-20.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.660000,-75.558000,242.698000,-72.754000,241.097000,-71.987000,214.523000,-72.259000,204.022000,-70.768000,202.452000,-73.134000,189.474000,-72.437000,193.070000,-73.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.193000,-12.700000,232.313000,-15.204000,234.199000,-12.975000,220.667000,-17.046000,226.302000,-18.113000,229.717000,-16.262000,231.503000,-16.691000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.827000,-57.374000,176.089000,-50.843000,157.488000,-54.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.661000,-50.536000,348.953000,-47.894000,342.326000,-43.936000,347.167000,-38.869000,340.630000,-38.796000,339.130000,-33.918000,332.387000,-45.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.100000,-32.519000,223.163000,-32.154000,224.527000,-19.834000,222.989000,-19.000000,222.415000,-16.266000,221.914000,-15.127000,219.278000,-17.264000,219.359000,-22.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.166000,-7.141000,267.890000,-10.474000,266.652000,-12.873000,270.313000,-15.788000,275.550000,-8.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[250.152000,71.438000,246.187000,72.747000,249.421000,67.825000,257.287000,63.173000,254.692000,66.882000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[148.554000,61.478000,159.089000,46.873000,156.355000,54.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.908000,3.769000,2.528000,5.660000,2.552000,7.560000,359.518000,12.694000,355.355000,12.656000,350.230000,11.295000,350.075000,8.045000,349.896000,3.871000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.607000,-5.302000,313.575000,6.861000,300.071000,0.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.638000,-73.852000,207.477000,-68.133000,176.280000,-60.952000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.205000,-21.631000,183.750000,-10.839000,180.650000,-17.489000,179.136000,-20.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.622000,-2.012000,272.108000,-8.025000,279.537000,-3.995000,278.437000,-1.920000,284.026000,-5.128000,282.915000,6.198000,271.319000,3.509000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[112.128000,19.465000,114.515000,23.955000,109.069000,24.637000,105.835000,24.605000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.979000,-48.828000,27.452000,-50.600000,28.757000,-47.878000,40.454000,-49.727000,40.055000,-46.000000,31.014000,-39.710000,19.065000,-41.860000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.255000,5.221000,74.390000,2.806000,76.859000,0.241000,78.211000,-6.097000,81.182000,-1.264000,82.091000,-2.437000,88.214000,8.848000,81.622000,7.734000,78.467000,10.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.393000,-18.719000,286.052000,-29.067000,290.645000,-33.980000,286.339000,-22.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.542000,-26.340000,294.237000,-30.425000,286.569000,-34.225000,291.049000,-34.975000,290.693000,-37.206000,292.160000,-37.042000,293.625000,-34.670000,296.697000,-37.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.221000,-0.470000,3.970000,1.522000,4.165000,12.879000,357.396000,11.283000,359.141000,6.069000,356.393000,6.524000,357.289000,5.271000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.523000,-32.809000,11.805000,-29.466000,11.067000,-21.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.899000,0.011000,4.803000,1.616000,355.636000,-5.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.615000,-11.504000,206.831000,-5.835000,202.721000,-17.159000,206.452000,-16.483000,208.330000,-15.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.742000,-14.738000,0.309000,-9.873000,3.613000,-14.614000,9.152000,-8.003000,7.812000,-0.792000,359.817000,1.744000,357.165000,-1.213000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.659000,12.906000,16.941000,11.251000,18.799000,16.427000,15.764000,21.391000,11.170000,22.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[242.007000,-59.091000,243.320000,-61.171000,235.951000,-52.337000,226.843000,-54.318000,238.408000,-57.537000,226.241000,-59.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.051000,15.662000,41.795000,16.166000,34.811000,6.954000,38.800000,5.089000,41.698000,10.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[76.253000,18.251000,86.228000,23.339000,81.184000,26.148000,81.845000,26.742000,73.978000,34.407000,78.286000,25.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.081000,-32.193000,207.118000,-24.718000,208.104000,-31.550000,201.049000,-37.252000,200.374000,-37.753000,202.390000,-37.307000,204.740000,-37.773000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[128.620000,32.050000,128.247000,30.979000,124.809000,20.695000,128.333000,22.831000,134.644000,19.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.970000,35.039000,356.024000,37.049000,1.611000,33.648000,4.438000,33.557000,16.634000,34.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[289.891000,28.718000,298.703000,33.757000,296.846000,35.410000,298.832000,36.455000,293.772000,44.281000,286.990000,32.088000,288.547000,32.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[100.676000,-42.325000,101.354000,-41.879000,100.229000,-34.459000,90.114000,-39.420000,82.301000,-43.438000,93.191000,-43.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.413000,-3.760000,8.438000,-7.793000,12.668000,3.207000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.323000,2.738000,74.182000,-4.619000,70.898000,-11.410000,73.539000,-9.928000,74.402000,-8.712000,75.108000,-9.802000,78.190000,-10.538000,85.016000,-3.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.768000,-38.631000,284.525000,-38.789000,286.221000,-32.806000,274.583000,-29.037000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.349000,56.342000,17.422000,52.000000,26.379000,50.403000,27.452000,51.964000,18.237000,58.216000,15.643000,59.310000,12.477000,61.288000,0.754000,58.484000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.926000,26.379000,106.439000,30.339000,99.530000,24.679000,96.300000,25.022000,96.573000,22.033000,95.322000,17.350000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.617000,-0.519000,80.576000,-14.852000,83.489000,-11.762000,87.845000,-12.149000,87.469000,-9.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.389000,-31.928000,170.099000,-40.801000,169.263000,-34.766000,164.737000,-33.012000,169.167000,-30.099000,168.711000,-28.650000,165.693000,-27.467000,163.077000,-31.605000,162.898000,-30.139000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.819000,49.679000,80.212000,63.598000,67.447000,55.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.901000,-33.397000,118.787000,-36.298000,119.397000,-48.476000,122.423000,-39.409000,128.802000,-39.766000,122.075000,-37.572000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.904000,0.029000,29.129000,-0.181000,25.329000,3.740000,25.209000,-0.225000,25.525000,-5.483000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.990000,21.097000,317.359000,22.191000,311.520000,28.838000,313.719000,23.512000,311.680000,22.419000,310.558000,20.855000,309.220000,17.199000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.046000,-0.119000,153.881000,-5.801000,155.496000,-5.264000,152.330000,0.686000,149.760000,3.635000,146.311000,7.267000,145.100000,-2.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.501000,54.627000,36.503000,51.825000,44.331000,46.145000,50.890000,56.638000,48.308000,57.240000,54.016000,60.488000,41.752000,57.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.964000,-11.383000,323.421000,-15.945000,322.331000,-14.324000,321.797000,-13.527000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.051000,-36.607000,267.627000,-29.266000,263.767000,-28.515000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.889000,36.237000,245.099000,36.360000,255.098000,44.691000,251.195000,45.439000,246.621000,44.935000,246.373000,44.206000,245.425000,43.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.838000,-50.781000,342.064000,-54.159000,351.098000,-46.942000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.145000,-3.140000,169.298000,-0.520000,175.274000,-3.873000,174.576000,-4.167000,175.884000,-4.029000,174.335000,-6.227000,184.769000,-7.943000,181.266000,0.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.629000,-11.449000,162.426000,-14.566000,168.611000,-9.421000,174.755000,-8.561000,171.123000,-4.993000,169.483000,-4.441000,167.962000,-0.424000,165.515000,-2.567000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.579000,-40.076000,170.709000,-47.259000,178.940000,-50.029000,173.746000,-34.910000,169.223000,-36.158000,172.826000,-39.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.514000,-37.652000,209.239000,-42.757000,218.154000,-44.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.996000,66.852000,164.735000,57.904000,163.286000,65.183000,158.755000,66.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.797000,-15.219000,183.076000,-4.180000,178.707000,-4.701000,176.032000,-5.247000,178.896000,-10.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.311000,-59.769000,332.394000,-56.087000,315.268000,-60.185000,322.117000,-63.114000,314.140000,-61.164000,333.295000,-61.981000,329.792000,-62.106000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.307000,-8.508000,264.629000,-5.222000,261.784000,-9.483000,264.197000,-9.041000,264.340000,-9.541000,265.225000,-8.787000,265.317000,-10.226000,266.108000,-0.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.609000,0.346000,182.570000,-9.286000,182.879000,-4.980000,181.314000,3.793000,178.703000,1.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.452000,-23.120000,208.092000,-22.586000,209.127000,-21.873000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.871000,-45.912000,346.127000,-40.817000,329.801000,-41.265000,326.146000,-41.404000,328.142000,-42.212000,324.592000,-46.648000,334.208000,-45.346000,337.604000,-45.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.543000,47.399000,285.790000,39.248000,289.363000,33.683000,291.343000,35.371000,294.675000,40.422000,299.008000,35.581000,298.645000,38.304000,297.011000,41.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.832000,15.939000,287.735000,13.200000,288.666000,18.997000,289.225000,17.301000,293.487000,16.002000,290.763000,29.552000,288.761000,23.537000,286.627000,22.944000,280.502000,17.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.002000,-8.048000,4.368000,-7.954000,357.480000,-1.879000,351.129000,-1.926000,347.635000,-3.193000,348.155000,-3.882000,357.109000,-5.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.382000,6.114000,5.171000,12.956000,359.800000,13.296000,359.223000,8.914000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.376000,1.583000,187.088000,4.994000,185.560000,2.851000,182.151000,10.437000,179.661000,2.970000,184.219000,-2.974000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.527000,10.348000,179.820000,5.437000,173.428000,-2.840000,179.222000,-1.412000,180.855000,-1.842000,190.320000,6.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.855000,75.893000,127.997000,72.762000,127.772000,70.183000,141.164000,71.650000,137.358000,68.568000,160.488000,71.939000,156.186000,72.479000,161.201000,73.560000,148.967000,77.703000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.855000,23.917000,182.653000,25.012000,181.515000,25.661000,179.381000,17.906000,180.294000,16.875000,173.431000,14.263000,191.191000,14.450000,192.228000,18.526000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.075000,27.239000,136.513000,21.313000,137.317000,18.792000,134.837000,14.168000,143.919000,12.839000,141.418000,18.312000,145.069000,21.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[258.479000,-42.380000,248.725000,-38.496000,246.546000,-37.296000,243.257000,-41.206000,245.295000,-46.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.746000,23.520000,348.029000,23.550000,337.313000,31.222000,339.900000,24.353000,335.523000,19.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.127000,-3.365000,170.432000,-6.423000,177.192000,3.546000,175.011000,-2.045000,172.698000,5.317000,173.225000,-0.001000,169.235000,2.747000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.537000,-2.537000,331.408000,-2.326000,325.742000,-1.314000,328.276000,-7.986000,325.088000,-11.615000,327.529000,-12.015000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.531000,-1.417000,67.039000,2.467000,66.555000,-1.797000,62.453000,3.745000,64.594000,0.059000,65.876000,-2.595000,62.892000,0.341000,70.278000,-6.595000,69.631000,-5.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.590000,-7.462000,118.197000,-20.405000,127.474000,-17.394000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.696000,-47.023000,287.642000,-54.751000,294.318000,-57.686000,290.663000,-59.989000,295.884000,-61.496000,314.498000,-50.941000,303.184000,-52.869000,304.215000,-50.824000,302.839000,-52.167000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.387000,22.121000,9.121000,20.762000,5.743000,27.790000,12.039000,35.348000,7.613000,32.442000,9.036000,34.491000,9.301000,35.413000,2.703000,37.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.279000,-28.161000,275.437000,-35.878000,277.679000,-39.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.000000,-44.304000,207.108000,-41.358000,205.152000,-37.057000,204.922000,-39.269000,203.631000,-36.575000,203.789000,-39.758000,197.808000,-38.352000,200.828000,-46.743000,208.865000,-47.593000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.224000,-63.133000,339.844000,-58.219000,325.229000,-62.904000,336.725000,-72.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.895000,56.749000,164.550000,55.775000,173.516000,50.928000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.132000,-35.554000,25.820000,-31.787000,27.643000,-28.489000,30.816000,-29.094000,26.711000,-25.777000,26.634000,-19.612000,21.692000,-18.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.385000,-82.702000,295.276000,-83.319000,42.929000,-82.282000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.750000,55.707000,274.939000,54.645000,277.165000,54.636000,282.389000,48.383000,286.437000,48.863000,291.183000,51.726000,280.701000,63.200000,274.523000,63.247000,275.797000,61.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.488000,-43.940000,343.657000,-38.038000,342.467000,-34.779000,341.649000,-34.122000,338.410000,-29.431000,336.183000,-27.653000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.498000,12.542000,17.311000,10.468000,22.511000,7.689000,22.641000,9.158000,28.386000,10.321000,25.127000,11.303000,21.040000,10.718000,20.715000,10.668000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.627000,-0.563000,20.710000,1.505000,17.334000,6.642000,11.951000,12.364000,12.522000,5.062000,9.576000,7.716000,5.941000,6.493000,9.959000,4.187000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.089000,-18.378000,294.437000,-13.482000,292.374000,-23.418000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[38.304000,-39.140000,36.674000,-36.193000,36.980000,-33.027000,39.257000,-31.504000,34.425000,-31.542000,32.508000,-27.890000,25.252000,-31.444000,25.109000,-31.936000,27.214000,-34.752000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.306000,-4.130000,134.970000,-2.971000,134.309000,-1.492000,132.610000,3.435000,132.627000,4.292000,127.752000,3.143000,119.371000,-0.600000,121.572000,-1.584000,127.701000,-4.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[18.474000,2.317000,19.504000,5.257000,17.709000,10.853000,14.144000,5.628000,11.264000,4.369000,13.208000,2.050000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.962000,-18.043000,356.792000,-17.913000,355.910000,-19.280000,358.381000,-22.574000,0.512000,-25.666000,7.870000,-15.182000,359.760000,-17.735000,358.634000,-14.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.696000,3.064000,357.109000,5.979000,356.588000,2.417000,357.901000,1.366000,357.916000,-6.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.605000,15.773000,24.172000,19.517000,24.996000,13.162000,32.006000,8.381000,32.497000,7.967000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.858000,14.683000,15.909000,6.603000,21.106000,10.014000,13.450000,17.833000,15.054000,13.188000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.977000,-12.930000,138.766000,-23.102000,145.513000,-27.388000,142.950000,-21.827000,149.844000,-19.051000,143.524000,-16.231000,142.596000,-16.247000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.335000,-3.411000,158.668000,-12.718000,158.704000,-12.915000,163.938000,-13.101000,170.272000,-1.094000,161.222000,-3.399000,160.118000,-3.725000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.625000,17.307000,124.767000,7.093000,128.450000,13.606000,129.722000,11.973000,136.197000,12.343000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.036000,21.676000,6.738000,18.781000,358.162000,17.090000,0.125000,15.814000,2.995000,15.770000,359.758000,11.534000,1.011000,11.073000,12.282000,9.594000,8.145000,16.660000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.377000,4.416000,152.362000,6.195000,152.917000,3.355000,152.472000,2.781000,152.619000,1.256000,153.045000,-1.471000,161.197000,-4.878000,156.350000,-1.004000,157.655000,-0.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.206000,-3.650000,287.003000,-1.641000,292.962000,0.279000,293.634000,1.998000,287.771000,7.510000,282.525000,8.893000,281.986000,8.788000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.250000,10.899000,212.019000,16.662000,200.325000,8.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.499000,-29.341000,183.088000,-34.914000,184.228000,-32.004000,176.862000,-33.645000,177.997000,-35.991000,177.907000,-36.234000,181.420000,-36.759000,186.000000,-38.892000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.902000,-10.679000,172.703000,-10.362000,165.294000,-12.367000,171.408000,-12.808000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.102000,2.574000,211.761000,8.306000,208.321000,6.591000,206.861000,10.777000,205.401000,5.995000,205.167000,3.358000,207.727000,-2.260000,208.746000,-3.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.951000,77.959000,43.720000,71.377000,47.057000,65.125000,49.403000,66.414000,53.820000,64.018000,78.860000,71.311000,58.370000,80.767000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.820000,2.890000,182.473000,4.099000,180.833000,4.422000,171.389000,10.765000,171.210000,10.008000,177.287000,0.845000,178.971000,2.172000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.656000,87.528000,353.632000,86.099000,27.296000,83.189000,37.228000,85.481000,79.909000,79.763000,70.978000,84.642000,92.864000,84.804000,26.851000,86.697000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.218000,-53.155000,316.673000,-58.612000,313.909000,-52.896000,311.127000,-49.658000,300.542000,-43.753000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.399000,-19.279000,314.787000,-17.810000,316.391000,-19.668000,319.317000,-21.105000,319.252000,-10.213000,320.833000,-8.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.013000,-8.017000,67.180000,-3.564000,55.992000,-0.028000,48.599000,0.544000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.341000,27.980000,357.079000,24.563000,7.634000,19.126000,3.927000,31.865000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.718000,29.866000,164.885000,29.170000,170.404000,25.530000,165.733000,23.543000,174.530000,25.171000,174.150000,27.315000,171.712000,28.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[80.831000,64.670000,85.505000,57.068000,92.019000,56.933000,102.554000,61.525000,71.629000,69.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.730000,-1.329000,6.152000,-1.146000,5.632000,7.127000,357.423000,0.689000,358.079000,-3.676000,357.757000,-7.329000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.942000,1.856000,180.971000,-3.650000,183.980000,-3.763000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.830000,-20.942000,132.214000,-28.849000,144.147000,-29.873000,143.075000,-27.352000,145.034000,-26.885000,144.167000,-24.872000,143.998000,-24.188000,143.466000,-24.255000,141.810000,-23.545000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.925000,-0.470000,210.558000,-4.584000,216.540000,4.360000,207.970000,9.537000,206.856000,5.105000,205.751000,12.140000,197.989000,6.046000,200.361000,2.685000,202.097000,2.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.548000,-8.299000,137.096000,-14.662000,148.744000,-13.534000,150.029000,-8.220000,145.820000,-6.186000,144.036000,-8.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[103.157000,25.230000,102.334000,24.050000,102.130000,15.736000,101.557000,7.889000,105.653000,8.491000,105.401000,16.431000,104.738000,17.957000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.929000,-44.325000,267.831000,-47.409000,267.911000,-44.870000,266.650000,-45.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.389000,31.226000,163.402000,26.029000,168.254000,20.773000,177.920000,21.863000,175.968000,26.934000,177.744000,26.244000,178.846000,26.042000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.649000,-7.281000,189.323000,-8.430000,192.950000,-18.392000,199.572000,-17.607000,195.705000,-10.224000,200.937000,-10.740000,198.365000,-7.539000,197.085000,-0.082000,195.942000,0.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.505000,-2.524000,11.563000,5.149000,11.826000,9.252000,8.468000,8.047000,3.924000,11.803000,1.335000,8.907000,0.995000,6.420000,357.909000,0.764000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.957000,-75.501000,146.719000,-76.797000,144.938000,-80.448000,179.666000,-72.198000,152.856000,-71.914000,148.400000,-66.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.730000,3.243000,199.291000,2.312000,204.518000,3.147000,205.562000,3.706000,207.513000,1.457000,208.602000,1.179000,209.971000,9.779000,207.923000,9.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.975000,-29.481000,156.923000,-21.860000,154.716000,-22.483000,149.701000,-19.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.084000,9.914000,171.354000,0.955000,176.109000,-0.750000,176.994000,0.113000,177.152000,-0.749000,180.981000,7.132000,176.842000,9.048000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.424000,5.448000,32.337000,9.544000,29.998000,11.007000,26.731000,11.275000,22.293000,7.107000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.710000,8.144000,310.031000,9.045000,319.519000,5.072000,320.560000,14.936000,316.544000,15.097000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.324000,23.840000,169.667000,24.121000,165.196000,25.906000,162.301000,27.166000,171.306000,30.546000,160.471000,28.286000,152.827000,30.196000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.988000,-24.376000,161.715000,-21.370000,161.801000,-18.702000,153.907000,-18.500000,149.014000,-25.771000,157.051000,-28.582000,162.900000,-29.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[204.824000,-25.863000,205.488000,-23.376000,190.426000,-15.280000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.460000,-16.792000,17.832000,-16.448000,12.507000,-14.754000,8.400000,-13.022000,6.433000,-13.169000,7.915000,-15.514000,6.916000,-21.621000,8.670000,-17.150000,8.241000,-23.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[114.678000,-38.856000,115.864000,-39.597000,122.689000,-46.463000,124.436000,-36.611000,121.878000,-35.522000,122.158000,-33.565000,117.921000,-34.516000,109.405000,-36.059000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.422000,10.980000,216.259000,7.807000,212.865000,4.657000,223.929000,2.177000,225.453000,6.533000,226.847000,7.588000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.998000,16.578000,175.516000,20.032000,168.911000,14.432000,165.280000,14.104000,170.313000,7.941000,171.781000,11.312000,176.457000,9.760000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.041000,-48.552000,300.290000,-50.612000,297.823000,-52.336000,287.337000,-54.007000,293.869000,-58.179000,297.987000,-60.476000,298.564000,-65.931000,298.865000,-66.150000,311.186000,-63.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[57.548000,23.660000,64.154000,19.077000,51.288000,26.795000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.584000,40.741000,290.258000,43.692000,298.954000,48.681000,302.260000,53.713000,290.697000,51.780000,283.773000,44.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.544000,-11.019000,3.954000,-12.964000,1.731000,-6.223000,0.031000,2.447000,355.214000,1.369000,356.403000,-6.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.269000,-22.985000,216.247000,-16.757000,214.886000,-19.601000,214.740000,-20.824000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.463000,-15.546000,204.133000,-11.581000,200.431000,-9.597000,197.709000,-6.387000,197.617000,-3.243000,192.116000,-6.337000,192.693000,-6.756000,188.931000,-10.420000,192.982000,-11.014000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.114000,24.560000,277.731000,24.843000,277.841000,23.557000,280.680000,21.142000,280.480000,24.891000,283.155000,33.845000,277.945000,28.032000,276.138000,30.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[55.723000,53.734000,62.430000,56.973000,61.286000,51.181000,68.261000,51.890000,70.468000,51.638000,74.416000,56.263000,75.410000,58.635000,58.249000,67.575000,52.125000,61.239000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.094000,-21.605000,177.805000,-23.382000,182.183000,-24.932000,180.833000,-16.641000,175.874000,-16.918000,168.737000,-12.627000,170.519000,-26.191000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.894000,-0.528000,86.944000,-3.626000,86.327000,-6.021000,79.833000,-6.887000,81.535000,-11.313000,82.005000,-11.714000,85.821000,-9.711000,87.679000,-8.103000,94.506000,1.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[221.703000,25.387000,230.233000,19.945000,231.239000,26.643000,232.736000,29.318000,217.013000,28.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.770000,19.331000,56.325000,21.064000,53.674000,20.209000,56.801000,17.926000,58.107000,18.031000,56.771000,15.871000,66.273000,12.327000,69.174000,16.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.668000,14.080000,5.453000,25.804000,0.762000,22.991000,0.658000,19.040000,356.342000,23.761000,359.033000,18.316000,358.908000,18.341000,354.983000,9.978000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.002000,28.132000,297.479000,27.121000,297.558000,24.961000,296.075000,23.936000,299.794000,23.689000,305.408000,21.971000,305.447000,14.721000,306.225000,17.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.728000,13.641000,201.054000,15.610000,198.216000,12.894000,194.400000,9.900000,189.254000,10.641000,194.569000,6.670000,194.655000,5.218000,196.028000,6.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.987000,-67.320000,87.419000,-65.945000,82.494000,-70.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.346000,13.671000,194.852000,17.992000,188.955000,3.471000,189.039000,9.824000,189.073000,9.633000,190.456000,6.015000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.562000,5.393000,352.698000,-6.556000,358.310000,-0.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.602000,-2.963000,174.049000,-7.080000,172.792000,-10.704000,176.337000,-17.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.118000,2.477000,163.047000,1.235000,160.631000,-3.038000,157.806000,-1.889000,159.821000,-7.608000,163.274000,-6.255000,169.399000,-11.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.793000,16.280000,100.615000,16.397000,98.028000,15.068000,102.029000,10.921000,96.213000,10.963000,95.086000,6.265000,97.673000,6.716000,104.732000,1.206000,108.148000,4.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.980000,25.604000,350.071000,24.874000,353.194000,25.315000,1.651000,25.163000,353.610000,27.977000,357.281000,30.146000,344.475000,27.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.826000,0.738000,226.419000,-6.512000,222.828000,-2.608000,224.224000,-1.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.725000,0.977000,314.395000,0.135000,318.525000,-2.325000,323.206000,-3.844000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.671000,45.484000,56.478000,48.969000,58.263000,46.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.648000,-11.086000,185.117000,-11.110000,178.737000,-10.996000,179.689000,-15.270000,184.652000,-15.229000,189.090000,-17.447000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.064000,-44.320000,137.699000,-45.611000,132.486000,-50.881000,146.961000,-57.878000,146.652000,-50.200000,151.668000,-52.369000,145.457000,-48.453000,147.921000,-43.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.105000,-3.531000,358.696000,-6.247000,357.484000,1.429000,356.934000,0.401000,350.865000,-5.941000,352.196000,-10.103000,354.391000,-11.319000,356.891000,-15.926000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.659000,-85.103000,266.390000,-85.336000,220.671000,-71.258000,217.509000,-72.997000,205.545000,-73.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.402000,50.022000,151.267000,48.266000,150.322000,45.697000,143.621000,45.417000,140.583000,45.472000,153.445000,33.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[287.231000,-21.454000,284.839000,-18.249000,272.935000,-18.344000,281.707000,-24.383000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.711000,15.877000,18.999000,11.910000,26.162000,9.086000,29.872000,9.417000,34.533000,13.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.606000,-0.924000,23.515000,1.579000,11.048000,-3.748000,18.652000,-6.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.731000,36.306000,27.277000,30.861000,28.420000,25.773000,32.633000,25.281000,37.161000,25.715000,39.259000,29.095000,35.331000,30.579000,31.542000,31.770000,33.357000,38.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.076000,-49.814000,147.476000,-42.142000,139.927000,-56.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.653000,32.528000,332.263000,29.937000,331.493000,30.897000,334.700000,32.706000,328.372000,34.599000,332.025000,36.638000,324.935000,35.532000,324.911000,35.264000,320.852000,31.429000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.793000,1.861000,11.482000,3.031000,8.585000,-0.309000,10.043000,-11.100000,9.307000,-3.825000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[138.279000,-18.461000,142.562000,-17.843000,136.934000,-10.318000,130.857000,-17.053000,135.084000,-17.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.088000,18.235000,211.841000,14.747000,211.365000,13.054000,212.506000,5.923000,212.790000,7.422000,214.665000,11.022000,214.373000,12.539000,218.586000,8.225000,218.228000,12.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.058000,15.506000,180.394000,18.311000,183.886000,11.887000,189.379000,8.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.719000,-22.635000,330.359000,-25.963000,335.387000,-21.012000,327.428000,-25.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.668000,-68.352000,356.032000,-65.023000,347.839000,-61.276000,341.133000,-58.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.189000,31.800000,307.441000,29.362000,312.950000,22.243000,315.015000,20.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.365000,-0.219000,355.040000,-7.900000,358.861000,-2.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.193000,77.253000,276.277000,81.956000,277.867000,79.632000,309.658000,80.277000,322.410000,77.109000,310.878000,81.244000,305.350000,84.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.725000,-4.757000,5.622000,0.658000,1.113000,0.281000,357.522000,2.262000,357.628000,-0.008000,355.499000,-2.031000,358.005000,-6.074000,0.190000,-4.394000,2.263000,-5.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.325000,36.983000,180.127000,32.248000,181.735000,30.826000,198.635000,39.276000,194.612000,39.968000,189.929000,45.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.281000,-70.752000,28.595000,-77.108000,44.159000,-80.781000,51.045000,-80.852000,35.927000,-86.895000,71.316000,-79.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.437000,-8.946000,324.351000,-1.854000,321.290000,-1.991000,316.997000,-5.142000,313.838000,-6.657000,318.826000,-12.061000,323.438000,-15.281000,324.828000,-16.891000,326.794000,-18.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.140000,-27.293000,322.163000,-27.116000,324.692000,-30.088000,324.883000,-24.441000,328.696000,-20.219000,327.817000,-18.700000,323.008000,-23.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.886000,-15.007000,176.622000,-8.060000,177.137000,-15.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.704000,-62.096000,314.521000,-54.689000,318.034000,-52.181000,305.701000,-52.759000,301.655000,-51.638000,293.133000,-56.773000,300.912000,-56.296000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.712000,53.161000,188.808000,56.165000,186.294000,54.849000,185.844000,51.739000,199.412000,46.179000,211.788000,49.988000,203.876000,51.053000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.541000,-36.310000,21.156000,-31.011000,19.212000,-36.683000,14.978000,-37.316000,22.252000,-37.647000,24.282000,-40.999000,25.919000,-36.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.670000,56.688000,207.303000,52.815000,207.777000,50.458000,213.102000,42.402000,226.546000,47.110000,219.749000,51.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[71.019000,-1.414000,61.437000,-2.815000,66.069000,-6.515000,70.056000,-8.595000,72.080000,-13.318000,77.448000,-8.053000,75.018000,-6.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.637000,-4.795000,181.233000,-0.548000,174.799000,5.711000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.748000,-27.263000,187.416000,-24.485000,191.318000,-23.331000,186.672000,-20.065000,177.944000,-19.161000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.031000,12.079000,34.708000,9.575000,31.324000,6.388000,26.616000,8.323000,28.616000,2.215000,41.322000,2.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[268.389000,-52.268000,254.303000,-49.264000,252.480000,-52.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.517000,21.751000,192.069000,23.915000,188.165000,19.521000,193.230000,18.692000,193.518000,19.596000,193.614000,19.282000,195.117000,11.904000,201.323000,14.165000,200.683000,15.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.680000,-2.133000,2.063000,-1.160000,1.556000,3.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.026000,-44.962000,200.501000,-45.228000,200.941000,-45.248000,204.248000,-45.432000,205.154000,-46.839000,211.747000,-36.434000,199.645000,-36.257000,193.833000,-36.916000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.924000,-24.742000,60.963000,-31.952000,61.958000,-32.847000,63.041000,-29.640000,68.271000,-29.244000,72.709000,-26.462000,65.730000,-27.043000,73.335000,-24.051000,68.235000,-21.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.867000,22.165000,186.640000,25.361000,185.045000,18.844000,186.191000,21.915000,187.668000,22.823000,193.030000,30.463000,188.291000,30.162000,185.623000,36.090000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.930000,32.090000,277.699000,42.589000,282.118000,34.043000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[142.549000,2.315000,139.869000,0.835000,134.778000,-7.246000,140.604000,-4.570000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[293.419000,-2.222000,293.107000,-0.546000,290.562000,0.163000,290.738000,-2.976000,284.494000,-9.136000,297.761000,-10.396000,298.086000,-8.002000,298.974000,-7.100000,296.907000,-5.985000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.419000,-1.279000,288.877000,-5.980000,293.134000,-6.997000,290.824000,4.843000,288.293000,2.159000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.242000,-38.409000,93.649000,-24.869000,102.016000,-40.436000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.601000,6.455000,165.403000,10.503000,163.105000,7.677000,170.163000,0.604000,173.809000,1.358000,176.016000,3.164000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.646000,0.513000,344.102000,-5.556000,356.594000,-5.851000,351.092000,-1.649000,355.738000,-1.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.918000,5.021000,16.535000,11.109000,12.181000,11.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.860000,23.296000,39.087000,9.660000,41.617000,14.108000,41.696000,12.674000,49.241000,17.815000,46.420000,25.655000,39.443000,25.553000,42.235000,19.600000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.992000,6.324000,170.969000,1.391000,171.505000,-0.395000,172.181000,12.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.930000,13.347000,188.986000,13.504000,178.505000,19.768000,172.518000,15.991000,174.915000,13.121000,177.269000,12.490000,175.298000,8.960000,184.930000,8.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.081000,23.773000,351.692000,33.605000,344.435000,31.701000,344.712000,34.775000,338.236000,27.718000,341.235000,26.970000,344.172000,22.807000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.063000,22.042000,358.187000,11.905000,358.933000,7.882000,0.509000,11.829000,3.656000,7.578000,3.842000,9.599000,5.887000,12.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.441000,-8.946000,7.905000,-10.491000,4.956000,-0.410000,4.009000,-3.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.138000,6.624000,353.896000,1.012000,352.660000,-4.996000,353.335000,-8.134000,357.656000,-2.150000,0.434000,-3.927000,1.635000,-2.450000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.921000,6.058000,329.211000,4.508000,331.278000,2.958000,332.408000,-0.184000,333.451000,-5.325000,338.242000,-3.172000,338.270000,1.600000,337.424000,2.531000,334.391000,4.337000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.310000,3.638000,152.531000,1.448000,164.100000,-0.964000,167.444000,-0.386000,163.827000,0.727000,168.580000,1.356000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.356000,-35.841000,175.843000,-32.713000,177.752000,-33.926000,174.290000,-38.630000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.266000,-19.898000,27.259000,-25.277000,33.690000,-22.988000,43.820000,-17.867000,39.350000,-16.499000,35.617000,-17.368000,35.213000,-15.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.795000,6.550000,323.269000,6.352000,325.327000,13.479000,331.939000,15.750000,332.800000,18.865000,315.967000,21.345000,323.308000,16.074000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.010000,12.579000,40.807000,11.702000,38.083000,13.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.656000,3.813000,189.277000,11.440000,184.167000,7.067000,185.202000,2.544000,185.704000,-3.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.599000,26.009000,238.604000,24.739000,245.403000,20.388000,243.112000,22.887000,244.746000,21.955000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.927000,-15.697000,217.403000,-12.734000,212.601000,-10.373000,213.151000,-22.623000,216.207000,-20.042000,219.811000,-20.796000,218.835000,-18.022000,220.607000,-20.363000,222.111000,-17.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.632000,-15.622000,210.861000,-9.353000,205.720000,-14.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.508000,-56.846000,123.521000,-66.058000,124.361000,-66.630000,137.789000,-67.362000,144.981000,-68.970000,142.362000,-66.515000,147.675000,-62.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[251.231000,-31.646000,252.583000,-37.646000,253.845000,-35.957000,246.801000,-27.279000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.446000,3.334000,182.957000,7.393000,180.482000,7.454000,181.077000,3.455000,178.632000,-2.300000,188.341000,2.716000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.273000,54.418000,187.894000,48.423000,195.109000,52.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.157000,-23.098000,5.193000,-25.571000,2.594000,-27.278000,6.138000,-26.019000,8.019000,-27.022000,11.662000,-26.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[45.507000,41.471000,36.543000,41.144000,41.306000,34.284000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[54.040000,-34.538000,57.159000,-33.294000,54.040000,-37.024000,58.723000,-34.617000,64.372000,-36.764000,66.154000,-36.143000,61.369000,-22.300000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.807000,-11.417000,180.604000,-10.302000,175.249000,-6.945000,172.196000,0.835000,168.874000,-8.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[122.890000,-85.180000,209.777000,-82.469000,212.749000,-80.158000,159.891000,-80.965000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.894000,-44.311000,332.880000,-45.723000,328.089000,-47.076000,330.691000,-48.361000,327.706000,-51.733000,326.147000,-54.904000,334.540000,-52.322000,341.569000,-56.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.101000,47.792000,2.981000,45.346000,16.372000,45.579000,14.102000,47.438000,16.112000,52.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.053000,-5.471000,355.682000,-7.412000,354.575000,-13.825000,351.953000,-17.758000,359.238000,-14.055000,354.981000,-19.397000,358.195000,-21.277000,5.631000,-20.203000,2.847000,-15.071000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.286000,-57.641000,187.753000,-46.103000,186.171000,-45.503000,177.729000,-44.855000,172.565000,-50.197000,164.207000,-49.895000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.460000,9.245000,199.602000,6.902000,198.547000,10.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.293000,0.136000,151.065000,-0.291000,149.319000,-4.412000,153.270000,-8.679000,157.038000,-4.992000,159.612000,2.548000,154.738000,2.211000,153.903000,3.952000,152.074000,2.182000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.806000,-15.439000,207.688000,-12.508000,204.443000,-5.441000,196.208000,-15.727000,198.788000,-15.053000,200.131000,-21.115000,200.870000,-16.195000,200.656000,-15.105000,202.584000,-15.169000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.225000,52.949000,319.524000,48.763000,326.205000,46.687000,330.298000,49.727000,323.582000,49.342000,322.939000,49.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.090000,-61.962000,95.698000,-64.930000,106.902000,-65.555000,97.873000,-60.580000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.181000,-18.361000,178.996000,-14.649000,176.241000,-10.594000,172.899000,-7.799000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.003000,75.759000,355.632000,74.634000,348.272000,72.167000,0.195000,73.270000,23.877000,68.403000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.890000,-22.274000,29.296000,-17.839000,32.878000,-19.180000,36.691000,-14.805000,30.101000,-10.103000,29.279000,-12.992000,23.506000,-8.066000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[316.913000,-13.524000,323.230000,-10.090000,315.089000,-17.201000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[36.672000,-27.282000,42.817000,-30.063000,35.737000,-25.368000,24.521000,-26.965000,30.162000,-29.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.736000,-42.693000,326.458000,-44.173000,325.464000,-39.046000,323.856000,-31.787000,318.160000,-37.047000,317.135000,-30.585000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.565000,-15.362000,16.095000,-19.510000,23.273000,-14.198000,28.320000,-8.114000,24.680000,-3.252000,23.110000,-6.347000,21.434000,-2.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.086000,33.591000,170.077000,34.534000,175.660000,27.397000,181.639000,30.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.171000,-6.751000,351.166000,-5.003000,350.184000,-7.498000,350.523000,-13.860000,356.303000,-14.238000,358.692000,-15.684000,0.564000,-14.001000,4.269000,-4.391000,357.685000,-1.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[351.947000,34.044000,352.249000,32.218000,355.973000,33.364000,359.139000,36.835000,3.804000,48.447000,358.985000,42.301000,352.048000,41.812000,347.441000,37.811000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[118.230000,-25.469000,123.151000,-27.432000,121.724000,-27.972000,128.727000,-27.829000,130.527000,-25.220000,127.894000,-24.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.902000,45.010000,165.840000,44.324000,161.187000,37.712000,166.212000,35.847000,169.321000,33.052000,176.692000,34.726000,175.069000,39.156000,177.384000,39.362000,173.760000,41.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[198.751000,51.895000,199.286000,57.172000,196.834000,54.993000,187.108000,54.505000,192.471000,50.801000,189.834000,48.225000,194.987000,49.227000,191.442000,43.664000,196.910000,46.748000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.667000,-13.488000,176.387000,-11.106000,175.026000,-6.271000,170.909000,-12.193000,169.121000,-8.866000,166.845000,-5.660000,167.978000,-12.152000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.112000,-2.224000,285.979000,-0.905000,289.386000,4.026000,281.062000,5.107000,280.334000,1.083000,275.166000,0.125000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.327000,-3.973000,160.928000,-10.725000,167.745000,-11.387000,161.260000,-15.939000,168.862000,-13.079000,173.805000,-7.189000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.096000,6.943000,159.930000,6.581000,159.858000,7.432000,150.423000,9.793000,149.053000,6.815000,152.530000,5.167000,159.419000,-0.284000,160.634000,-4.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[236.808000,2.963000,238.913000,-3.754000,242.977000,-8.088000,246.694000,-9.930000,244.966000,-5.815000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.798000,14.179000,4.344000,10.732000,5.651000,16.804000,2.541000,18.596000,3.802000,21.392000,355.376000,14.870000,354.648000,14.206000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.061000,47.354000,104.836000,46.658000,109.112000,46.897000,104.350000,41.732000,114.697000,47.028000,113.642000,51.527000,108.513000,53.165000,106.446000,49.336000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.753000,56.093000,351.196000,59.343000,1.313000,61.227000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[73.243000,40.138000,62.768000,41.896000,70.853000,39.216000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[319.413000,-29.781000,318.322000,-32.960000,309.714000,-36.230000,311.292000,-38.306000,309.036000,-39.996000,317.305000,-41.338000,322.363000,-37.544000,323.115000,-33.615000,321.954000,-34.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.128000,0.316000,346.970000,-0.515000,352.101000,-12.108000,355.489000,-16.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.993000,9.149000,339.660000,9.038000,345.681000,4.505000,348.817000,4.607000,353.699000,2.100000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.590000,23.854000,113.182000,25.685000,119.497000,28.404000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.618000,49.496000,41.895000,49.054000,27.008000,59.017000,30.907000,53.454000,30.600000,49.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.889000,9.385000,312.492000,10.271000,310.486000,6.773000,309.103000,4.409000,321.088000,-2.980000,318.455000,1.630000,323.094000,0.980000,316.091000,4.568000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[320.954000,31.873000,323.663000,41.023000,319.788000,38.435000,316.484000,41.418000,306.756000,37.675000,307.770000,29.566000,313.754000,32.059000,314.424000,28.798000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.949000,-19.280000,92.262000,-18.284000,90.414000,-25.543000,96.426000,-20.775000,99.147000,-22.219000,98.975000,-15.979000,94.284000,-15.879000,93.159000,-10.261000,89.702000,-12.566000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.151000,55.132000,179.540000,65.476000,164.349000,64.214000,151.255000,65.211000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.655000,5.987000,1.888000,5.976000,5.069000,0.436000,8.955000,11.026000,1.908000,9.178000,359.797000,10.086000,358.589000,11.144000,356.209000,12.555000,357.519000,3.874000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[163.343000,0.866000,159.875000,-3.354000,162.045000,-4.352000,162.363000,-6.101000,158.965000,-6.559000,161.788000,-7.096000,175.518000,-8.437000,172.437000,-1.500000,169.544000,-2.933000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.442000,65.865000,15.919000,62.572000,14.670000,60.066000,18.642000,63.586000,21.549000,66.877000,29.594000,66.732000,27.207000,69.490000,35.136000,72.111000,11.081000,73.575000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.243000,-16.017000,200.741000,-18.584000,194.385000,-14.876000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.724000,-4.953000,354.938000,-12.518000,6.452000,-12.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[295.644000,55.968000,302.874000,48.891000,295.924000,50.901000,294.578000,51.279000,307.199000,51.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.285000,31.499000,252.878000,37.109000,246.297000,34.495000,239.598000,30.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.517000,11.763000,357.520000,17.363000,354.235000,16.603000,351.043000,13.461000,348.843000,9.683000,346.428000,6.067000,355.737000,3.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.642000,-14.160000,10.379000,-14.103000,12.098000,-16.192000,15.141000,-13.579000,13.418000,-11.417000,4.277000,-9.571000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.019000,10.475000,350.106000,10.248000,347.875000,9.551000,353.401000,2.951000,352.122000,10.622000,354.100000,14.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.634000,-24.012000,198.600000,-33.213000,206.335000,-33.930000,207.467000,-26.809000,212.234000,-27.876000,207.783000,-24.951000,209.595000,-17.002000,208.747000,-16.840000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.711000,54.165000,181.812000,54.642000,179.874000,50.963000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[280.362000,36.319000,286.482000,41.528000,280.534000,44.205000,279.307000,45.645000,274.425000,41.873000,276.203000,37.654000,272.587000,29.893000,278.858000,35.148000,284.339000,30.156000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.816000,4.673000,187.457000,2.259000,193.325000,1.821000,190.119000,4.251000,192.643000,10.611000,185.791000,6.431000,182.573000,9.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.672000,0.133000,141.457000,-0.697000,145.759000,-7.237000,153.755000,2.835000,153.246000,5.533000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[349.482000,20.007000,348.900000,20.161000,352.462000,16.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[331.532000,-13.401000,330.855000,-12.751000,329.520000,-14.034000,321.658000,-13.619000,336.387000,-16.300000,337.381000,-16.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.887000,49.306000,355.442000,52.997000,7.256000,44.667000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.389000,4.621000,311.487000,4.395000,318.425000,1.049000,312.831000,6.232000,312.262000,8.659000,306.792000,10.681000,304.971000,9.718000,305.601000,6.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.482000,21.785000,340.999000,22.044000,337.451000,26.621000,333.363000,31.814000,333.716000,27.504000,329.676000,33.348000,330.734000,29.972000,331.808000,27.701000,333.521000,25.069000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.006000,24.004000,275.295000,19.870000,279.411000,19.968000,284.193000,22.182000,282.256000,30.600000,275.427000,27.385000,275.440000,26.595000,270.999000,21.105000,273.900000,22.280000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.461000,13.295000,11.418000,6.774000,12.200000,8.621000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.603000,21.286000,155.954000,21.968000,154.942000,22.529000,144.051000,19.995000,146.925000,16.319000,154.903000,13.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.664000,-5.001000,179.825000,0.097000,179.948000,0.832000,180.324000,3.855000,182.448000,9.252000,178.789000,6.814000,171.829000,0.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.246000,31.189000,255.166000,38.195000,260.918000,38.795000,257.869000,39.820000,251.414000,39.479000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.117000,-44.635000,301.331000,-31.971000,298.595000,-39.666000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.571000,18.189000,105.968000,21.914000,100.207000,25.471000,102.738000,18.836000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.208000,11.882000,185.218000,12.174000,185.395000,5.896000,191.053000,17.902000,179.351000,18.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.041000,-39.320000,80.236000,-45.204000,79.442000,-47.157000,73.431000,-48.537000,87.046000,-48.066000,87.023000,-48.901000,93.992000,-49.891000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.158000,33.463000,36.168000,36.493000,25.123000,37.893000,27.124000,33.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.805000,25.608000,32.570000,27.179000,29.270000,27.901000,29.774000,25.676000,30.376000,24.300000,33.604000,22.151000,36.356000,22.081000,38.094000,17.707000,37.827000,21.945000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.109000,-22.992000,262.317000,-23.464000,270.189000,-26.642000,263.570000,-23.013000,265.480000,-18.990000,264.331000,-14.298000,262.724000,-17.338000,258.294000,-19.293000,253.023000,-24.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.458000,1.856000,78.544000,-5.185000,80.810000,1.719000,86.720000,0.211000,83.318000,6.147000,76.214000,6.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.847000,-83.625000,234.556000,-77.475000,207.529000,-79.627000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.344000,71.381000,193.425000,74.668000,175.139000,67.683000,196.375000,66.151000,211.292000,63.954000,206.288000,67.829000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[140.865000,16.380000,138.878000,10.759000,137.790000,15.627000,137.896000,10.877000,134.933000,10.081000,140.164000,7.245000,146.700000,7.373000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.740000,65.602000,338.453000,80.607000,313.068000,73.060000,315.822000,69.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.101000,-10.157000,32.409000,-12.939000,31.231000,-14.845000,32.605000,-14.506000,32.989000,-17.980000,40.955000,-15.358000,42.514000,-9.288000,35.772000,-10.543000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.134000,0.352000,154.392000,2.710000,148.952000,-0.623000,147.125000,-1.047000,146.983000,-1.606000,145.599000,-5.905000,150.856000,-10.978000,152.432000,-7.474000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.359000,28.217000,235.553000,26.730000,234.868000,18.238000,239.678000,24.555000,240.356000,24.779000,247.278000,29.085000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.318000,74.713000,23.516000,76.221000,345.575000,82.862000,301.163000,78.641000,341.454000,77.397000,324.986000,72.958000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.917000,-17.977000,8.231000,-17.033000,12.396000,-19.977000,12.360000,-6.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[247.485000,45.336000,242.831000,50.757000,240.205000,52.202000,225.649000,46.992000,231.368000,46.021000,238.290000,43.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.107000,74.518000,300.747000,75.277000,330.190000,66.040000,329.427000,71.092000,340.345000,70.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.677000,-3.118000,332.445000,8.184000,324.758000,2.208000,326.481000,1.318000,329.593000,0.047000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.178000,1.514000,344.537000,8.698000,342.349000,6.955000,340.729000,8.157000,341.438000,4.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.213000,3.246000,353.398000,0.811000,354.673000,-3.655000,1.151000,-8.650000,6.307000,-3.867000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.895000,41.480000,228.682000,35.407000,231.559000,41.448000,231.335000,35.768000,235.684000,40.788000,245.007000,41.913000,234.261000,48.068000,231.434000,48.424000,225.345000,47.154000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.507000,26.093000,214.503000,19.017000,217.508000,27.362000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.210000,21.090000,37.536000,19.532000,31.819000,9.011000,34.788000,6.037000,38.529000,5.851000,42.825000,3.170000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[254.985000,26.614000,242.174000,32.770000,242.884000,29.094000,237.817000,25.739000,235.755000,22.804000,238.638000,23.659000,247.151000,17.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.983000,-4.423000,335.313000,2.381000,333.653000,2.794000,326.076000,-0.516000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.832000,-27.570000,166.572000,-37.759000,168.233000,-37.399000,168.077000,-36.575000,169.150000,-37.562000,175.829000,-38.794000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.341000,19.859000,340.522000,22.681000,340.261000,19.643000,347.515000,24.177000,343.402000,24.510000,341.765000,32.279000,338.253000,28.749000,339.112000,25.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.195000,82.533000,357.775000,79.068000,290.641000,86.897000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.120000,47.457000,32.654000,44.739000,28.468000,38.156000,49.111000,46.098000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.762000,21.862000,336.442000,20.726000,333.356000,19.052000,332.235000,11.352000,340.500000,14.284000,342.498000,15.030000,349.088000,17.946000,348.141000,19.155000,341.546000,17.163000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.863000,-19.077000,244.910000,-23.464000,255.018000,-23.095000,246.544000,-19.427000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[201.156000,5.667000,203.396000,8.408000,202.260000,11.010000,192.580000,6.721000,185.735000,2.306000,190.441000,-1.577000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.825000,-5.324000,346.450000,-9.436000,346.794000,-8.000000,343.986000,-4.254000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.133000,-10.683000,242.235000,-10.485000,240.642000,-10.361000,238.252000,-9.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.355000,-3.360000,33.866000,-6.721000,28.797000,0.850000,28.639000,0.692000,27.787000,-0.288000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.811000,-18.003000,180.470000,-16.656000,179.703000,-13.728000,180.748000,-9.507000,170.665000,-3.437000,173.218000,-10.276000,165.399000,-9.342000,167.146000,-10.130000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.599000,75.712000,291.225000,74.834000,263.513000,73.377000,292.247000,71.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.142000,-6.513000,184.541000,-7.621000,192.101000,-7.482000,192.842000,-6.548000,191.009000,-7.233000,193.410000,-2.937000,191.773000,-3.981000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[208.549000,-24.685000,203.246000,-24.191000,197.674000,-26.523000,201.376000,-29.888000,198.521000,-35.317000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.076000,-0.646000,177.827000,-3.984000,180.383000,-1.142000,178.855000,1.082000,184.960000,-2.479000,177.633000,3.416000,176.679000,7.950000,174.257000,8.448000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[19.362000,-57.094000,34.514000,-56.641000,35.164000,-46.508000,35.086000,-44.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.945000,61.998000,225.520000,57.962000,217.182000,58.546000,226.203000,56.064000,230.519000,54.268000,237.778000,51.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[61.994000,-45.641000,66.736000,-39.542000,66.471000,-43.352000,68.214000,-38.673000,70.337000,-39.008000,68.844000,-38.171000,75.348000,-34.200000,68.162000,-35.738000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.767000,-10.764000,349.454000,-3.612000,345.376000,-8.896000,347.031000,-11.213000,341.580000,-13.630000,346.317000,-17.021000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.930000,-34.513000,163.978000,-34.372000,171.229000,-40.424000,171.611000,-40.472000,166.202000,-45.094000,169.677000,-44.657000,171.809000,-42.823000,185.693000,-39.975000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.293000,-2.684000,172.494000,-5.343000,171.673000,-7.226000,174.927000,-6.195000,172.159000,-9.058000,179.040000,-4.390000,189.465000,-2.271000,182.622000,0.737000,179.886000,-0.492000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.094000,61.482000,231.013000,66.862000,238.780000,64.085000,230.395000,69.283000,208.726000,70.644000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.814000,-4.447000,187.595000,6.846000,173.651000,3.363000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.520000,-13.432000,4.443000,-18.055000,5.986000,-20.934000,1.276000,-24.232000,2.212000,-24.824000,0.530000,-29.797000,3.579000,-27.002000,9.525000,-25.226000,15.674000,-21.086000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[252.985000,-62.965000,265.667000,-67.135000,271.788000,-69.248000,273.246000,-61.715000,262.352000,-60.034000,263.547000,-58.484000,259.084000,-60.229000,251.859000,-57.992000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.643000,19.655000,218.467000,17.467000,226.129000,19.103000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.888000,1.379000,11.656000,8.853000,8.911000,7.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.879000,10.701000,175.297000,5.968000,169.751000,3.134000,171.063000,0.560000,175.559000,2.655000,176.585000,1.669000,182.278000,-3.707000,181.231000,1.329000,185.025000,4.556000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[291.504000,19.614000,285.466000,16.426000,286.762000,14.857000,291.826000,11.930000,292.894000,8.005000,292.941000,16.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.918000,67.188000,300.077000,63.678000,320.376000,68.968000,314.298000,72.044000,331.714000,69.942000,323.549000,75.362000,289.479000,75.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.524000,-38.835000,175.838000,-29.448000,169.423000,-33.016000,174.295000,-25.901000,167.234000,-32.684000,168.224000,-42.739000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.247000,12.890000,143.046000,15.547000,134.878000,16.336000,131.934000,12.363000,132.959000,9.562000,135.191000,12.508000,136.452000,6.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[311.665000,-9.384000,308.852000,-1.301000,313.383000,3.087000,303.358000,-6.909000,308.223000,-8.333000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.137000,-35.320000,28.982000,-29.612000,26.662000,-30.288000,10.603000,-37.547000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.393000,36.919000,199.000000,38.313000,201.142000,37.083000,195.938000,35.838000,194.806000,35.651000,195.195000,29.109000,201.755000,26.749000,206.343000,29.266000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.930000,-43.625000,322.929000,-45.307000,324.470000,-45.486000,322.550000,-46.538000,315.820000,-49.470000,328.203000,-49.411000,331.139000,-52.369000,325.885000,-38.136000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[205.334000,23.595000,202.811000,25.551000,201.795000,25.211000,199.651000,24.787000,195.764000,23.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[79.736000,62.412000,88.584000,56.599000,98.389000,63.757000,108.694000,66.057000,111.158000,67.761000,96.649000,66.426000,94.113000,68.628000,78.788000,68.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.377000,-26.670000,4.470000,-30.246000,4.710000,-33.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.132000,-5.127000,3.088000,-5.708000,359.652000,-11.355000,6.597000,-14.313000,10.477000,-13.736000,11.167000,-7.116000,11.705000,-5.286000,9.690000,-4.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.824000,8.978000,56.885000,4.872000,60.646000,7.530000,63.261000,4.114000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[259.099000,75.800000,266.542000,76.376000,274.644000,80.079000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[52.217000,-40.824000,46.638000,-50.118000,50.757000,-49.279000,60.948000,-47.510000,55.617000,-45.883000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.584000,2.769000,187.402000,4.389000,176.370000,1.294000,184.154000,-6.217000,192.035000,-2.638000,185.724000,-0.819000,188.121000,1.133000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.922000,-9.857000,350.414000,-8.142000,352.316000,-16.251000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[192.227000,43.371000,190.998000,44.271000,186.378000,45.332000,177.033000,51.289000,172.206000,49.210000,174.262000,46.440000,176.690000,45.133000,175.167000,44.700000,171.617000,38.128000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.257000,27.024000,348.408000,30.054000,351.901000,29.071000,350.661000,31.171000,358.070000,38.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.068000,-6.487000,150.466000,-7.685000,148.503000,1.090000,149.915000,7.226000,139.563000,2.430000,146.490000,0.105000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.248000,-49.873000,113.695000,-55.020000,112.361000,-46.574000,109.585000,-46.129000,101.546000,-41.586000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.982000,-3.641000,180.854000,2.293000,178.249000,2.824000,175.957000,1.822000,174.866000,1.137000,181.901000,-2.753000,183.840000,-4.705000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.433000,3.903000,354.861000,-2.505000,8.251000,-3.821000,7.060000,5.488000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.327000,21.773000,133.032000,13.472000,131.982000,11.712000,135.266000,9.263000,138.579000,11.657000,143.336000,11.162000,145.833000,11.626000,140.117000,15.431000,142.870000,16.214000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.087000,13.042000,151.702000,16.569000,151.535000,13.586000,149.113000,9.469000,153.174000,12.264000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.444000,-14.233000,184.413000,-15.070000,185.194000,-14.921000,191.833000,-7.966000,188.968000,-5.281000,186.504000,-4.944000,187.753000,-0.412000,187.193000,-1.688000,178.314000,-3.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.744000,64.407000,43.836000,64.952000,39.000000,67.621000,33.040000,67.488000,17.835000,72.828000,25.461000,69.282000,20.142000,68.930000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.620000,46.411000,15.659000,52.356000,15.465000,63.821000,1.252000,59.072000,359.705000,55.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[132.138000,-55.837000,116.931000,-51.508000,119.072000,-60.941000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.070000,64.664000,185.060000,66.021000,173.064000,66.380000,170.738000,64.596000,181.883000,60.688000,184.133000,58.705000,199.094000,62.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.803000,2.432000,166.208000,-10.837000,172.296000,-5.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.955000,60.280000,186.641000,62.309000,197.966000,57.020000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.093000,-5.320000,21.072000,0.970000,19.593000,-14.951000,20.733000,-12.215000,21.419000,-7.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.826000,29.958000,338.508000,24.664000,340.994000,31.742000,347.456000,34.384000,337.627000,34.174000,335.362000,34.460000,331.900000,32.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.482000,0.929000,179.960000,0.311000,183.825000,0.363000,188.112000,-6.334000,188.440000,-4.040000,192.428000,-3.788000,191.026000,0.542000,194.682000,1.422000,183.896000,6.278000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.188000,8.806000,148.041000,7.995000,157.876000,-2.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.467000,-55.320000,120.165000,-50.445000,114.300000,-57.699000,110.717000,-58.574000,103.636000,-56.733000,109.885000,-61.079000,122.989000,-64.178000,133.043000,-62.597000,136.185000,-60.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.095000,73.627000,35.151000,78.190000,16.234000,77.433000,13.210000,71.647000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.232000,-13.599000,216.546000,-2.297000,215.129000,-2.071000,216.295000,2.551000,212.635000,0.346000,207.341000,-1.661000,207.194000,-4.993000,211.688000,-6.652000,208.940000,-8.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.267000,35.960000,156.752000,35.828000,157.423000,34.685000,167.916000,32.957000,166.591000,39.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.691000,35.348000,123.041000,43.076000,132.488000,38.890000,132.737000,30.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[74.560000,-7.964000,65.178000,-8.064000,64.558000,-7.483000,61.500000,-8.960000,59.965000,-9.161000,66.177000,-12.295000,73.783000,-19.278000,69.734000,-12.295000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.614000,24.959000,42.634000,20.481000,50.739000,26.187000,46.153000,36.072000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.751000,19.533000,153.552000,16.362000,151.606000,7.807000,157.805000,12.644000,161.892000,9.081000,162.243000,11.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.147000,19.806000,165.111000,18.468000,165.309000,21.708000,157.730000,19.048000,155.515000,17.903000,154.415000,11.476000,163.096000,10.771000,168.138000,9.456000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[6.565000,26.008000,8.195000,26.423000,13.592000,25.268000,11.314000,32.024000,12.550000,30.380000,16.170000,40.609000,2.408000,34.801000,5.607000,33.408000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[151.466000,33.988000,152.584000,31.298000,148.845000,28.860000,152.951000,21.414000,162.134000,22.266000,156.176000,28.091000,158.104000,30.266000,160.135000,31.961000,155.452000,30.287000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.120000,35.166000,257.632000,36.518000,258.806000,34.688000,262.700000,29.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.391000,-4.613000,178.146000,1.589000,178.823000,-3.782000,175.204000,-0.457000,173.075000,-5.966000,181.624000,-9.326000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.598000,-31.706000,214.662000,-24.739000,212.297000,-27.084000,210.099000,-26.835000,202.822000,-23.766000,203.953000,-24.724000,208.440000,-33.304000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.751000,-12.802000,305.368000,-13.128000,304.861000,-14.611000,306.350000,-20.535000,311.170000,-13.539000,309.298000,-11.491000,304.803000,-11.820000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[227.500000,-1.246000,229.079000,-9.348000,229.634000,-9.729000,226.718000,-14.208000,230.911000,-10.283000,236.139000,-15.935000,232.811000,-8.000000,232.235000,-7.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.912000,-53.131000,72.403000,-51.334000,72.170000,-50.395000,66.654000,-44.218000,66.213000,-42.973000,64.846000,-46.867000,58.664000,-50.837000,62.964000,-60.186000,72.715000,-53.899000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[332.060000,-31.878000,327.765000,-30.493000,327.927000,-30.708000,324.603000,-33.422000,336.119000,-35.727000,342.762000,-32.590000,336.245000,-32.179000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[23.714000,22.446000,25.712000,9.072000,34.292000,13.977000,27.294000,17.342000,26.228000,19.338000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[91.778000,-7.610000,92.879000,-10.329000,96.106000,-6.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[4.064000,-33.060000,5.173000,-34.683000,4.086000,-37.972000,9.172000,-43.589000,9.782000,-40.891000,17.028000,-36.992000,10.270000,-31.173000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.837000,-4.046000,236.923000,-9.698000,237.309000,-9.275000,240.866000,-5.113000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.923000,55.294000,246.049000,57.140000,245.214000,55.531000,250.749000,56.898000,251.085000,58.086000,267.754000,59.646000,260.781000,62.793000,260.058000,62.606000,247.712000,61.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.001000,-34.131000,195.416000,-33.914000,194.762000,-38.154000,197.689000,-38.429000,197.654000,-34.258000,203.115000,-28.135000,200.688000,-26.965000,199.026000,-27.954000,194.308000,-28.879000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.838000,7.239000,5.915000,5.445000,8.614000,10.139000,6.844000,13.014000,3.301000,10.501000,357.713000,11.662000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.051000,-2.358000,195.392000,-1.881000,194.563000,-6.980000,198.480000,0.088000,198.664000,4.597000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.426000,-2.383000,174.380000,2.004000,172.432000,-0.527000,177.384000,-12.596000,178.406000,-6.637000,175.008000,-3.768000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[42.220000,-40.331000,46.114000,-46.877000,47.664000,-49.694000,55.830000,-50.641000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.913000,2.676000,179.271000,2.028000,173.521000,-1.999000,178.582000,-10.624000,187.017000,-7.834000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.872000,-13.875000,0.135000,-13.410000,0.041000,-12.011000,2.392000,-19.069000,0.776000,-9.955000,353.564000,-3.564000,351.280000,-12.596000,352.850000,-14.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.334000,48.962000,133.535000,58.207000,144.247000,49.324000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.106000,4.211000,120.168000,12.463000,115.592000,1.625000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.561000,-80.376000,306.839000,-77.550000,276.359000,-73.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.199000,-47.246000,201.037000,-43.952000,207.690000,-39.661000,200.593000,-30.237000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[348.170000,23.202000,345.552000,24.086000,342.878000,30.558000,336.136000,19.682000,343.242000,13.711000,348.534000,20.940000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.797000,72.227000,347.791000,67.636000,346.757000,62.186000,352.792000,65.729000,6.016000,80.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.299000,-5.358000,190.880000,-3.215000,191.533000,-15.845000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.205000,-1.748000,189.034000,-2.378000,191.514000,-1.405000,187.793000,1.479000,184.563000,4.034000,184.483000,11.064000,183.439000,6.539000,180.873000,-0.115000,183.818000,2.424000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[327.661000,-16.229000,330.486000,-19.712000,329.854000,-5.899000,324.334000,-6.231000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.626000,60.125000,41.026000,69.742000,39.299000,69.544000,37.362000,60.562000,42.495000,58.945000,51.679000,59.946000,62.928000,54.776000,59.388000,58.954000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.396000,-0.961000,9.243000,-5.041000,13.691000,-5.227000,11.132000,-1.444000,13.593000,-1.550000,11.337000,2.090000,9.682000,8.757000,7.480000,9.857000,3.313000,3.847000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[306.405000,28.395000,310.052000,29.132000,316.757000,29.631000,319.585000,26.632000,318.869000,37.193000,315.272000,37.691000,317.876000,42.694000,309.153000,35.780000,310.784000,35.040000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.256000,30.072000,176.933000,33.494000,175.440000,32.637000,168.589000,35.497000,172.741000,31.054000,167.278000,27.324000,174.925000,24.246000,178.274000,24.909000,184.940000,23.396000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.930000,40.627000,281.579000,43.063000,284.105000,37.488000,282.731000,44.123000,290.858000,39.946000,278.999000,53.675000,275.405000,48.025000,278.125000,45.663000,276.511000,42.524000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.641000,30.997000,153.611000,33.509000,151.230000,38.749000,146.670000,35.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.123000,18.488000,181.100000,21.835000,176.009000,24.752000,174.821000,26.003000,170.794000,27.006000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.058000,-7.514000,13.633000,-8.052000,20.250000,0.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.298000,2.769000,158.174000,11.507000,158.346000,10.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[281.999000,-41.536000,277.838000,-51.705000,290.730000,-48.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.900000,1.777000,358.607000,4.572000,350.707000,2.800000,356.024000,-1.262000,358.507000,0.773000,0.929000,-4.631000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.702000,-4.904000,151.843000,-2.954000,143.015000,-3.955000,141.289000,-5.719000,143.943000,-6.015000,142.980000,-10.411000,146.119000,-14.013000,145.905000,-8.275000,148.989000,-14.491000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.731000,-8.316000,351.546000,-3.125000,347.452000,3.887000,341.188000,0.598000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[10.377000,2.754000,9.308000,7.947000,9.281000,-1.779000,8.058000,-7.677000,15.090000,-7.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[260.848000,-16.640000,266.671000,-10.698000,271.486000,-5.191000,264.734000,-4.016000,261.867000,-0.589000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[354.810000,-2.648000,353.147000,-5.010000,356.820000,-5.399000,1.926000,-7.588000,1.977000,-7.356000,353.233000,7.982000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[203.243000,18.546000,196.218000,21.477000,194.683000,19.281000,195.548000,15.216000,197.083000,16.418000,200.620000,15.930000,203.951000,14.512000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.598000,-7.138000,265.865000,-5.589000,262.831000,-13.937000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[92.544000,16.597000,106.020000,11.663000,103.592000,13.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.441000,-60.968000,45.849000,-59.639000,40.229000,-59.903000,22.496000,-59.857000,34.060000,-66.135000,52.046000,-61.321000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.802000,3.897000,187.410000,7.223000,180.245000,4.719000,179.421000,-2.816000,182.053000,-6.896000,189.556000,-6.964000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.048000,-69.295000,161.159000,-61.024000,156.243000,-58.912000,152.640000,-62.211000,144.715000,-62.990000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[78.720000,-51.262000,87.167000,-46.908000,86.346000,-44.391000,91.919000,-46.006000,90.928000,-36.040000,89.167000,-36.592000,80.869000,-38.540000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.741000,-41.523000,124.829000,-40.378000,128.415000,-36.836000,115.564000,-39.318000,107.868000,-44.815000,113.408000,-51.749000,118.648000,-48.008000,119.991000,-46.311000,124.720000,-46.984000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.752000,3.134000,127.686000,-4.027000,136.611000,-8.235000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.613000,-3.985000,229.500000,-3.033000,220.085000,-7.261000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.727000,16.473000,172.771000,26.362000,164.444000,19.758000,172.761000,8.934000,172.017000,15.857000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[14.638000,8.764000,27.011000,-0.678000,24.016000,3.583000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[97.361000,-45.234000,93.870000,-40.625000,81.647000,-41.135000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.708000,19.810000,154.285000,21.405000,157.758000,22.809000,156.450000,27.552000,155.163000,26.875000,143.966000,26.972000,147.605000,22.473000,145.465000,20.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.837000,-2.052000,2.506000,-1.343000,2.467000,1.399000,4.788000,5.313000,2.677000,10.382000,358.723000,8.539000,357.290000,4.489000,352.453000,2.877000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.207000,28.005000,132.811000,31.105000,131.364000,23.584000,126.348000,25.159000,133.797000,17.038000,138.916000,22.220000,133.778000,22.800000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.681000,41.722000,261.550000,40.888000,262.911000,40.942000,265.398000,38.759000,268.234000,39.353000,272.183000,32.583000,273.592000,42.585000,274.447000,44.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.079000,-35.433000,216.433000,-21.075000,213.433000,-25.054000,210.619000,-26.123000,207.061000,-36.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.895000,-11.471000,151.370000,-9.161000,158.168000,-15.053000,163.180000,-12.217000,156.395000,-10.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[282.890000,0.756000,282.765000,3.706000,282.976000,7.606000,278.339000,2.426000,277.565000,3.554000,276.157000,0.152000,274.254000,-0.506000,274.199000,-2.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[115.672000,12.994000,112.506000,8.347000,116.490000,8.463000,110.475000,6.307000,117.961000,5.874000,121.611000,0.740000,124.546000,11.654000,123.313000,11.947000,119.657000,10.162000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[168.797000,22.649000,169.265000,34.165000,168.268000,34.723000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.201000,-43.475000,272.193000,-37.850000,273.248000,-49.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.313000,-53.897000,315.999000,-53.171000,296.766000,-54.365000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[95.562000,-8.460000,94.361000,-11.369000,89.076000,-12.423000,88.550000,-15.280000,95.757000,-21.756000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[90.350000,-19.103000,89.699000,-19.013000,87.595000,-33.885000,95.656000,-31.426000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[303.297000,38.139000,306.925000,37.323000,313.374000,43.428000,309.268000,45.724000,306.364000,43.438000,301.206000,41.868000,295.581000,36.067000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.786000,-41.385000,339.249000,-40.148000,335.689000,-43.790000,332.770000,-46.763000,332.484000,-51.874000,336.548000,-47.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.208000,50.407000,139.815000,47.302000,128.743000,51.759000,134.904000,54.202000,123.138000,53.988000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[165.858000,-6.450000,164.700000,-3.548000,164.027000,-5.611000,154.045000,-7.180000,163.661000,-8.410000,163.934000,-8.337000,164.024000,-8.746000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.320000,-69.980000,352.007000,-69.064000,358.484000,-66.855000,342.483000,-62.600000,331.146000,-59.076000,325.853000,-64.957000,338.624000,-71.147000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.559000,-18.985000,349.407000,-18.127000,350.287000,-21.497000,347.081000,-22.979000,0.651000,-21.796000,359.968000,-20.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.128000,-3.100000,155.727000,8.967000,142.091000,6.740000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.231000,-44.963000,242.640000,-43.758000,244.742000,-43.020000,248.951000,-42.796000,252.021000,-46.383000,257.015000,-45.782000,257.349000,-38.236000,254.512000,-35.811000,244.783000,-36.272000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.240000,44.555000,190.556000,46.083000,187.694000,39.574000,192.127000,38.516000,193.776000,39.472000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.790000,-3.988000,81.162000,-5.214000,69.528000,-7.071000,70.356000,-14.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[333.439000,15.133000,341.120000,15.688000,345.009000,7.882000,344.387000,15.336000,343.931000,21.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.560000,-9.701000,346.654000,-4.494000,336.086000,-8.285000,341.418000,-6.645000,338.190000,-11.337000,341.698000,-12.361000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.834000,31.299000,293.078000,30.205000,291.717000,36.713000,292.961000,37.790000,295.649000,40.561000,299.658000,43.050000,288.876000,39.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.233000,16.118000,160.842000,18.584000,160.788000,20.938000,159.264000,20.776000,155.277000,21.686000,155.335000,19.414000,157.863000,18.741000,157.968000,17.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.895000,-12.829000,183.042000,-9.053000,182.676000,-4.840000,181.766000,-5.748000,179.485000,-8.965000,173.443000,-12.092000,176.702000,-18.194000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.376000,11.963000,9.899000,8.569000,12.403000,6.918000,16.450000,2.755000,17.341000,9.493000,17.200000,11.623000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.655000,-2.309000,18.639000,2.188000,15.640000,6.756000,13.920000,7.666000,4.888000,0.962000,11.199000,4.657000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.973000,-1.253000,343.792000,8.208000,342.912000,6.286000,340.435000,7.707000,340.499000,3.291000,342.178000,1.625000,342.617000,0.932000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[296.210000,3.001000,295.168000,-2.482000,294.396000,-2.906000,300.952000,-6.278000,299.605000,-3.020000,300.697000,0.770000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.564000,66.406000,264.829000,74.746000,244.692000,70.136000,237.285000,70.851000,242.590000,68.748000,229.022000,64.543000,247.116000,67.775000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[188.561000,3.334000,187.063000,-3.050000,179.010000,-4.097000,190.191000,-12.881000,192.186000,0.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[272.450000,-63.947000,275.586000,-61.809000,285.792000,-63.278000,283.967000,-58.961000,290.465000,-55.900000,288.749000,-56.006000,279.499000,-55.714000,274.277000,-58.221000,271.756000,-60.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[28.812000,-40.768000,27.282000,-30.521000,24.157000,-29.442000,20.792000,-34.204000,18.861000,-34.983000,12.151000,-34.977000,17.930000,-37.489000,10.149000,-36.244000,22.693000,-39.520000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[283.268000,-13.033000,287.442000,-13.736000,288.645000,-18.908000,294.336000,-15.534000,295.315000,-15.177000,300.959000,-13.753000,285.150000,-10.337000,286.511000,-11.153000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[310.453000,-22.999000,317.588000,-19.146000,315.206000,-19.921000,312.766000,-20.157000,313.942000,-18.373000,308.216000,-13.762000,307.524000,-16.277000,305.443000,-23.660000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.860000,0.557000,1.547000,0.448000,357.191000,0.397000,355.643000,1.172000,354.376000,-10.108000,357.414000,-5.044000,359.964000,-4.606000,1.852000,-10.751000,0.994000,-2.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.484000,-4.027000,357.035000,-8.158000,358.582000,-3.316000,1.579000,-0.658000,1.558000,-0.393000,359.255000,0.036000,356.787000,0.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.875000,42.007000,69.780000,44.016000,72.783000,35.253000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[275.564000,28.934000,275.018000,20.734000,278.142000,24.122000,283.448000,32.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.748000,-63.599000,137.881000,-61.870000,159.785000,-65.010000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[33.885000,39.509000,29.992000,43.478000,25.827000,41.869000,25.770000,37.271000,25.965000,32.112000,28.221000,32.893000,30.654000,33.779000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.912000,-52.266000,299.511000,-45.977000,283.257000,-58.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.383000,-16.105000,309.462000,-22.257000,308.734000,-22.969000,302.538000,-26.787000,310.394000,-23.580000,310.060000,-24.055000,312.437000,-27.903000,322.007000,-24.153000,315.961000,-20.859000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.532000,-12.656000,7.268000,-0.620000,7.087000,1.186000,351.448000,-2.651000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[274.119000,28.348000,267.124000,34.414000,271.455000,30.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.255000,3.803000,179.175000,7.525000,176.770000,4.039000,175.385000,6.221000,171.061000,-2.871000,177.366000,-7.938000,180.934000,-4.817000,183.069000,-3.458000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[0.103000,-5.476000,5.665000,-2.808000,0.391000,6.947000,357.591000,-0.722000,357.577000,-7.401000,358.872000,-7.887000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.167000,4.574000,51.151000,7.362000,48.770000,4.788000,46.494000,3.460000,43.521000,2.210000,49.818000,1.531000,56.252000,-1.315000,51.991000,2.366000,51.976000,2.870000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[155.338000,-7.284000,169.833000,-6.824000,163.352000,0.953000,160.383000,-1.270000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.778000,65.997000,292.140000,70.435000,285.038000,66.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[11.744000,49.447000,357.994000,50.070000,357.723000,44.013000,1.478000,41.837000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.883000,-25.169000,183.440000,-17.372000,183.663000,-12.042000,176.635000,-11.701000,175.381000,-15.338000,172.537000,-8.306000,168.884000,-14.737000,166.353000,-19.010000,173.897000,-19.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.619000,-11.186000,298.676000,-12.839000,306.242000,-13.381000,313.594000,-8.648000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.716000,-3.978000,4.295000,-3.034000,4.267000,1.998000,3.120000,0.634000,0.433000,0.835000,1.178000,-2.484000,354.011000,-7.694000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.820000,-38.335000,126.572000,-34.097000,124.435000,-37.507000,117.261000,-45.163000,120.184000,-44.887000,131.438000,-47.741000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[124.403000,-35.960000,117.763000,-24.291000,116.898000,-20.940000,113.266000,-26.320000,113.153000,-29.785000,115.547000,-31.646000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.743000,0.816000,180.359000,8.214000,172.433000,-3.504000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[342.966000,18.205000,329.526000,29.263000,329.466000,23.771000,336.071000,14.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[212.108000,-1.577000,214.380000,-7.468000,214.399000,-5.808000,214.116000,-1.841000,219.837000,-2.548000,210.163000,4.328000,207.061000,-1.093000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.266000,-26.868000,55.194000,-15.984000,50.613000,-16.425000,50.064000,-11.997000,41.158000,-14.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.631000,50.163000,103.683000,57.704000,96.040000,57.366000,85.688000,54.708000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[139.641000,-26.058000,142.624000,-23.759000,139.776000,-15.361000,140.940000,-17.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.343000,-65.742000,281.585000,-65.882000,296.669000,-70.633000,278.645000,-60.884000,272.765000,-64.227000,274.665000,-65.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.695000,0.368000,12.128000,-4.280000,15.080000,-8.426000,13.299000,-8.654000,9.095000,-9.565000,11.892000,-13.832000,19.270000,-11.253000,20.394000,-8.811000,23.081000,-6.084000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.127000,13.663000,346.921000,14.129000,347.166000,10.799000,348.878000,6.956000,350.095000,5.012000,355.524000,2.042000,355.713000,7.202000,358.652000,9.013000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.527000,-54.949000,231.720000,-57.905000,231.176000,-58.458000,232.885000,-57.488000,234.401000,-57.819000,238.181000,-57.992000,246.869000,-57.673000,235.817000,-56.408000,240.395000,-55.715000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[343.237000,-13.198000,345.762000,-13.274000,341.640000,-7.970000,341.144000,-6.560000,341.356000,-7.826000,335.587000,-7.888000,337.497000,-12.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[25.302000,-23.099000,24.157000,-15.999000,17.798000,-17.642000,21.878000,-21.407000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.414000,17.505000,180.365000,15.762000,182.728000,17.471000,183.344000,18.566000,184.962000,24.095000,183.746000,24.691000,182.892000,24.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[64.180000,-18.589000,65.796000,-12.898000,57.955000,-9.446000,58.814000,-14.795000,63.389000,-22.347000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[65.125000,-20.292000,61.097000,-17.565000,58.147000,-13.408000,56.611000,-11.799000,57.899000,-20.383000,48.528000,-22.037000,57.231000,-23.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[213.401000,-82.832000,213.245000,-70.284000,198.360000,-72.035000,180.675000,-74.962000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[298.173000,-23.367000,302.566000,-29.769000,313.608000,-26.872000,310.612000,-24.713000,311.244000,-19.327000,304.758000,-16.971000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[56.770000,13.800000,57.810000,21.357000,55.212000,20.810000,54.835000,18.027000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.469000,41.308000,152.922000,47.895000,134.291000,46.746000,136.353000,42.654000,139.266000,41.713000,141.181000,41.932000,141.886000,37.878000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[230.805000,-25.038000,216.079000,-23.722000,216.967000,-29.078000,222.220000,-29.318000,224.797000,-33.169000,224.579000,-30.634000,226.389000,-31.880000,232.323000,-32.907000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[284.668000,17.763000,287.972000,9.830000,291.045000,8.379000,296.016000,12.064000,287.847000,27.180000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[111.272000,37.118000,105.633000,38.988000,110.681000,32.894000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.893000,-2.423000,246.532000,-6.029000,248.520000,-8.642000,256.326000,-11.322000,253.084000,-4.025000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[358.394000,-53.120000,359.131000,-56.640000,5.253000,-50.874000,354.542000,-44.181000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.385000,40.546000,319.231000,39.136000,318.181000,35.223000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[271.739000,9.366000,272.975000,8.948000,280.768000,0.540000,281.322000,-0.984000,289.340000,8.898000,279.499000,13.232000,277.468000,15.826000,277.541000,10.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[224.488000,37.724000,212.342000,33.814000,218.204000,30.987000,220.439000,28.420000,220.609000,28.410000,219.890000,26.057000,227.562000,27.895000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.153000,-26.039000,64.055000,-33.189000,65.678000,-33.707000,66.554000,-33.343000,75.380000,-28.447000,67.625000,-26.029000,67.744000,-23.068000,64.404000,-22.645000,60.829000,-24.918000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.265000,-0.148000,293.584000,4.339000,293.859000,0.644000,293.069000,3.479000,296.111000,-3.523000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.552000,-37.033000,23.830000,-47.057000,28.989000,-50.779000,29.979000,-36.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.739000,-21.154000,355.621000,-19.189000,344.574000,-12.966000,348.649000,-19.923000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[330.922000,-79.676000,333.292000,-84.937000,290.800000,-81.532000,272.131000,-81.997000,9.812000,-89.798000,154.248000,-86.271000,136.892000,-83.783000,62.909000,-85.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[186.366000,7.527000,191.778000,3.145000,194.396000,2.046000,193.757000,4.080000,195.990000,6.927000,185.906000,14.114000,185.661000,13.284000,185.256000,12.349000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.208000,46.495000,114.508000,44.260000,125.907000,49.695000,126.992000,53.264000,126.191000,57.444000,121.086000,59.084000,114.960000,55.363000,104.634000,53.061000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.915000,-0.622000,347.230000,5.589000,343.920000,1.609000,342.630000,1.895000,342.603000,1.057000,341.470000,-0.161000,349.090000,-7.459000,348.400000,-5.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.393000,-26.439000,206.003000,-38.369000,204.053000,-39.951000,207.923000,-40.260000,214.305000,-34.129000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[200.692000,79.188000,237.437000,75.370000,262.617000,78.606000,259.284000,84.871000,152.234000,86.776000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.412000,2.488000,9.274000,4.350000,9.663000,9.789000,2.769000,8.945000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.209000,-1.381000,173.952000,-2.983000,173.798000,-6.705000,177.162000,-2.859000,181.171000,-3.326000,176.002000,1.608000,178.247000,5.095000,174.923000,1.686000,170.380000,8.286000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.612000,12.775000,113.095000,6.583000,109.443000,0.974000,114.152000,4.672000,116.277000,2.735000,121.227000,9.755000,117.277000,10.116000,117.687000,13.870000,113.213000,15.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[166.181000,-47.668000,167.507000,-43.227000,170.788000,-40.122000,169.018000,-38.393000,165.355000,-32.232000,161.702000,-34.037000,160.007000,-38.886000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.011000,14.496000,191.144000,16.807000,188.458000,12.112000,186.323000,8.954000,188.047000,3.874000,189.129000,3.189000,189.017000,7.260000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[105.203000,58.229000,114.330000,62.948000,128.688000,59.986000,124.066000,63.878000,119.024000,70.240000,102.015000,73.105000,108.350000,67.148000,93.590000,68.480000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.217000,-24.772000,9.307000,-24.309000,8.867000,-21.715000,6.580000,-16.473000,356.313000,-23.754000,356.600000,-26.554000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.795000,-28.629000,302.231000,-38.604000,317.734000,-28.018000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[68.155000,14.307000,69.760000,20.063000,56.927000,16.638000,62.781000,14.440000,56.174000,10.203000,62.775000,11.598000,65.511000,10.372000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.776000,20.693000,200.548000,28.130000,194.930000,27.749000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.332000,47.947000,4.523000,40.002000,4.303000,39.927000,10.618000,39.126000,8.060000,37.809000,12.559000,37.229000,16.148000,35.035000,16.278000,39.888000,19.645000,33.208000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[34.932000,8.538000,35.691000,-4.236000,41.552000,0.843000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.518000,6.397000,43.784000,7.289000,43.643000,7.973000,38.569000,12.907000,33.945000,4.804000,34.494000,-1.080000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[307.011000,54.629000,313.282000,56.199000,308.776000,64.736000,294.075000,64.875000,291.491000,63.421000,298.126000,57.099000,285.149000,52.811000,300.106000,53.848000,297.699000,47.507000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[286.392000,13.200000,282.607000,17.456000,280.012000,9.108000,282.124000,8.924000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.948000,-32.020000,30.853000,-30.649000,30.116000,-30.694000,20.667000,-22.774000,21.483000,-24.838000,24.776000,-29.901000,30.006000,-40.497000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.410000,-0.758000,352.884000,-0.988000,346.353000,3.108000,349.371000,-0.739000,349.537000,-1.726000,350.543000,-10.226000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[355.100000,-26.683000,354.597000,-34.288000,359.023000,-28.030000,359.964000,-28.832000,353.861000,-18.781000,354.923000,-21.387000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.209000,27.419000,271.435000,31.490000,265.150000,33.219000,259.898000,34.766000,255.232000,33.671000,258.685000,30.365000,259.725000,27.741000,263.720000,25.000000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.746000,0.854000,341.358000,-0.857000,345.372000,-4.129000,346.181000,-4.760000,349.643000,-8.494000,345.585000,-0.420000,347.827000,1.435000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[160.171000,58.151000,171.224000,54.314000,183.967000,53.444000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[2.082000,-7.660000,13.603000,-7.774000,11.589000,-6.325000,6.037000,-3.977000,3.453000,-5.404000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[50.597000,54.161000,40.914000,57.597000,36.380000,59.713000,32.482000,59.513000,29.412000,51.798000,34.375000,52.153000,33.920000,48.184000,44.482000,50.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[356.479000,-2.109000,3.963000,-6.378000,5.799000,-2.374000,12.648000,2.501000,6.400000,3.766000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[58.460000,62.622000,70.148000,54.629000,80.603000,56.886000,84.068000,62.041000,76.628000,61.605000,73.802000,62.399000,70.442000,69.415000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.868000,44.447000,98.011000,48.143000,88.433000,45.603000,96.634000,42.837000,92.704000,38.764000,92.723000,36.181000,100.222000,41.033000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[15.058000,1.730000,17.123000,5.244000,19.081000,6.659000,17.733000,10.145000,8.153000,6.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[77.231000,14.294000,80.586000,20.519000,78.746000,22.527000,76.554000,22.659000,75.193000,18.044000,69.332000,21.491000,64.870000,18.203000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[24.878000,-66.414000,40.651000,-66.270000,50.431000,-67.226000,51.130000,-64.563000,53.139000,-57.780000,46.641000,-59.079000,42.605000,-58.195000,40.131000,-63.657000,38.383000,-64.258000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[44.463000,30.422000,48.130000,26.609000,48.927000,26.092000,52.912000,28.348000,51.419000,30.411000,52.585000,35.994000,44.813000,34.413000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[219.961000,-40.477000,212.936000,-44.118000,215.526000,-50.522000,218.012000,-47.500000,218.959000,-47.551000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.024000,2.077000,178.292000,4.905000,180.433000,11.178000,178.354000,15.792000,176.906000,10.737000,174.639000,14.138000,173.202000,16.180000,171.981000,12.313000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.365000,-14.499000,46.267000,-9.264000,36.338000,-10.922000,47.714000,-25.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[86.761000,-50.342000,83.061000,-47.667000,82.916000,-46.131000,76.359000,-42.943000,71.210000,-40.617000,82.827000,-55.898000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.413000,11.363000,7.181000,6.581000,3.098000,7.882000,9.188000,0.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.275000,7.927000,224.126000,3.301000,222.603000,6.545000,227.578000,4.508000,221.442000,11.078000,217.945000,12.339000,212.834000,12.702000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[70.126000,23.663000,61.439000,28.322000,60.659000,28.712000,60.243000,24.665000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.451000,-9.679000,135.203000,-7.846000,129.655000,-6.777000,131.384000,-7.779000,132.276000,-8.633000,132.648000,-10.877000,135.698000,-10.676000,135.853000,-11.410000,137.025000,-11.379000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[26.389000,43.786000,21.989000,36.407000,35.384000,33.638000,42.611000,42.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.627000,7.612000,161.439000,5.078000,168.845000,7.882000,169.063000,9.048000,165.837000,9.922000,164.273000,8.757000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.494000,-47.112000,143.580000,-47.701000,135.496000,-47.145000,134.262000,-47.004000,132.425000,-50.565000,140.853000,-58.009000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.773000,-57.680000,89.985000,-64.588000,101.934000,-66.170000,91.058000,-70.283000,120.222000,-71.875000,113.667000,-63.024000,114.337000,-62.680000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[40.414000,13.973000,41.422000,13.356000,34.010000,19.716000,33.650000,22.121000,28.968000,18.022000,29.583000,17.464000,32.383000,17.997000,34.931000,15.301000,38.600000,13.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[264.827000,-76.978000,273.241000,-72.780000,263.432000,-71.094000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[261.228000,-15.038000,262.382000,-2.359000,259.045000,0.697000,255.527000,-6.375000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[232.411000,56.979000,231.224000,65.411000,250.436000,68.992000,231.021000,68.137000,225.092000,70.379000,219.253000,65.804000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.975000,14.321000,351.990000,7.354000,348.609000,5.948000,352.089000,-1.604000,358.211000,4.915000,352.896000,7.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[225.176000,33.719000,210.918000,38.388000,207.193000,30.789000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[323.651000,31.618000,317.713000,25.220000,329.394000,31.359000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.526000,-8.004000,169.477000,-6.279000,171.542000,-9.647000,170.684000,-15.062000,175.548000,-13.987000,175.837000,-9.759000,174.970000,-5.355000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[185.105000,45.634000,179.986000,39.878000,170.824000,41.029000,171.301000,34.363000,179.956000,34.603000,184.490000,31.637000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.813000,-82.695000,297.277000,-78.567000,263.838000,-76.638000,248.728000,-76.561000,286.072000,-81.268000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.485000,-38.028000,27.487000,-38.398000,27.585000,-41.750000,37.696000,-43.497000,39.468000,-43.739000,39.180000,-39.312000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.790000,-10.770000,183.708000,-17.838000,180.234000,-11.518000,175.423000,-14.337000,181.026000,-18.215000,182.918000,-18.865000,180.652000,-25.259000,190.503000,-23.129000,186.836000,-11.904000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[154.836000,-30.123000,158.216000,-22.721000,149.215000,-29.222000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.029000,-24.938000,338.010000,-26.283000,333.412000,-23.964000,336.286000,-31.818000,338.748000,-29.948000,345.229000,-29.721000,346.269000,-27.442000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.009000,-3.924000,59.972000,-2.415000,59.876000,-4.281000,58.265000,-9.616000,61.045000,-5.868000,65.153000,-9.435000,65.725000,-3.849000,69.234000,-0.423000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.595000,-72.320000,156.796000,-67.596000,162.339000,-67.140000,148.905000,-57.692000,148.755000,-59.295000,132.844000,-66.883000,130.444000,-70.775000,138.322000,-72.674000,150.031000,-68.481000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.136000,5.669000,357.262000,4.216000,2.723000,5.267000,3.806000,5.472000,359.153000,5.720000,357.431000,7.214000,356.451000,9.130000,355.426000,11.084000,353.024000,11.683000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.642000,-47.663000,140.209000,-50.617000,140.236000,-59.554000,148.365000,-50.616000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[172.061000,-75.945000,171.935000,-74.405000,174.792000,-71.450000,158.152000,-66.969000,153.506000,-66.992000,152.684000,-71.401000,133.875000,-69.339000,123.417000,-82.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.683000,28.546000,160.841000,21.536000,165.051000,13.615000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.543000,33.251000,333.020000,32.293000,337.505000,30.438000,337.450000,27.156000,341.699000,25.810000,345.216000,37.504000,338.418000,37.872000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[329.461000,30.792000,330.687000,24.820000,332.021000,20.421000,332.391000,15.080000,338.155000,16.485000,341.929000,29.086000,337.912000,29.846000,334.506000,25.007000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.235000,1.026000,151.729000,3.574000,158.274000,-1.199000,152.819000,11.068000,150.280000,11.696000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[253.462000,38.155000,257.960000,37.760000,256.155000,42.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[162.949000,-15.432000,156.566000,-26.530000,169.435000,-23.949000,168.587000,-16.335000,168.497000,-13.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.623000,-30.373000,178.194000,-33.938000,185.593000,-26.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[149.225000,38.275000,149.499000,39.122000,144.544000,47.591000,135.445000,37.408000,140.675000,35.772000,146.264000,37.629000,149.228000,34.755000,151.654000,34.458000,152.740000,35.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.340000,-9.814000,184.001000,-6.300000,182.250000,-8.195000,177.101000,-1.497000,177.388000,-13.943000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[35.535000,30.182000,40.100000,30.702000,32.293000,34.256000,30.384000,37.652000,29.994000,33.451000,28.375000,31.516000,28.642000,26.825000,32.189000,29.231000,40.965000,27.269000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[37.972000,-58.418000,41.174000,-56.085000,35.412000,-52.911000,37.133000,-47.327000,30.060000,-49.862000,31.187000,-48.280000,31.938000,-46.579000,23.475000,-42.279000,19.877000,-44.601000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[238.490000,45.612000,232.866000,50.172000,230.779000,50.132000,223.592000,48.851000,223.147000,46.643000,225.687000,41.328000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[157.383000,-60.770000,153.536000,-59.231000,148.868000,-59.632000,147.938000,-60.195000,145.974000,-64.140000,151.311000,-63.371000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[241.681000,-33.285000,241.102000,-32.121000,244.034000,-27.341000,241.244000,-28.343000,236.298000,-24.979000,233.359000,-30.442000,229.547000,-32.516000,230.835000,-37.341000,238.736000,-35.045000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.903000,-28.526000,114.256000,-30.657000,110.250000,-38.214000,124.806000,-34.677000,118.402000,-33.614000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.581000,-56.856000,280.592000,-52.746000,267.854000,-47.914000,266.528000,-54.664000,268.209000,-57.596000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.462000,31.433000,68.135000,29.032000,73.058000,36.876000,63.468000,35.981000,57.669000,37.395000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.841000,-47.387000,319.790000,-43.312000,305.862000,-50.022000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.157000,3.604000,174.587000,9.243000,169.722000,7.121000,169.618000,4.476000,164.902000,4.555000,170.735000,-0.161000,171.773000,-5.029000,174.105000,-4.960000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[47.964000,74.764000,112.815000,77.575000,94.566000,82.008000,123.611000,78.999000,288.969000,87.080000,307.579000,86.219000,0.277000,78.825000,10.599000,80.218000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.571000,36.716000,203.863000,53.593000,196.749000,49.444000,192.054000,48.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[335.627000,-8.521000,335.841000,-9.856000,341.570000,-9.963000,337.416000,-1.497000,336.098000,-1.396000,335.193000,-2.096000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[147.838000,-24.792000,154.263000,-28.879000,159.472000,-21.216000,159.462000,-19.148000,160.049000,-18.526000,152.931000,-16.670000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[262.258000,47.777000,265.395000,47.350000,257.874000,58.624000,257.220000,57.802000,251.469000,53.977000,251.984000,52.033000,253.051000,51.821000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[244.943000,-17.401000,258.412000,-18.349000,253.055000,-12.839000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[9.026000,26.539000,16.998000,30.283000,9.340000,37.344000,4.926000,29.366000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.299000,-0.120000,182.306000,-2.899000,185.816000,-6.788000,187.736000,-2.468000,187.711000,-3.324000,189.135000,-10.627000,192.984000,1.587000,183.479000,4.166000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[62.986000,-3.864000,64.543000,-2.298000,64.994000,-1.719000,62.363000,2.521000,57.556000,-7.058000,55.771000,-13.602000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.371000,-57.274000,30.508000,-64.280000,34.147000,-68.139000,40.962000,-66.350000,46.130000,-56.529000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.509000,-5.556000,336.282000,-6.885000,336.410000,-4.979000,331.766000,-4.026000,330.435000,-1.696000,329.674000,4.055000,328.481000,-3.489000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.979000,11.917000,195.665000,17.511000,202.034000,20.026000,195.423000,21.712000,192.273000,24.777000,190.701000,16.965000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[49.678000,71.014000,32.182000,78.336000,63.409000,77.044000,25.972000,81.739000,23.036000,85.877000,353.455000,75.906000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[146.163000,-30.296000,150.412000,-24.175000,156.856000,-23.050000,153.291000,-17.965000,152.127000,-17.639000,153.664000,-12.919000,148.442000,-18.363000,142.905000,-16.120000,142.237000,-28.115000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.717000,-14.819000,295.180000,-11.429000,294.197000,-8.914000,291.224000,-11.781000,294.618000,-18.320000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.869000,19.549000,188.070000,23.511000,180.888000,26.289000,182.406000,28.234000,181.422000,30.054000,172.823000,32.802000,170.750000,30.370000,168.212000,25.422000,167.462000,22.132000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.381000,-38.062000,350.283000,-37.142000,341.995000,-43.316000,341.350000,-44.780000,343.355000,-45.175000,336.932000,-45.202000,340.959000,-46.747000,337.100000,-52.905000,355.519000,-47.531000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.914000,22.868000,303.222000,19.849000,299.552000,24.362000,302.268000,29.257000,299.349000,29.608000,299.097000,31.926000,284.138000,20.821000,291.444000,16.405000,291.642000,14.369000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[226.371000,19.585000,221.036000,27.060000,218.871000,21.591000,217.630000,19.980000,211.933000,21.682000,210.732000,21.095000,222.896000,9.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[83.879000,-35.431000,83.796000,-45.341000,86.639000,-47.902000,88.789000,-48.982000,89.797000,-47.805000,87.996000,-40.341000,97.418000,-38.510000,90.235000,-37.193000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.637000,22.007000,154.984000,20.234000,158.662000,24.784000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[133.983000,-32.853000,129.807000,-25.715000,127.138000,-17.136000,123.507000,-21.379000,119.905000,-21.400000,122.299000,-23.732000,119.380000,-26.517000,121.773000,-32.377000,126.253000,-27.920000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.696000,7.896000,348.524000,2.011000,345.952000,0.237000,353.521000,-6.692000,2.782000,-6.994000,1.506000,1.542000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[193.198000,-71.316000,192.885000,-59.842000,192.458000,-65.745000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[288.523000,32.181000,288.385000,32.645000,279.745000,40.950000,277.056000,36.969000,283.853000,31.323000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.096000,0.046000,358.827000,3.618000,359.015000,5.998000,357.389000,7.126000,347.266000,10.424000,349.026000,1.530000,347.564000,-3.331000,350.872000,-4.842000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.998000,-49.563000,218.223000,-52.044000,210.176000,-56.286000,207.616000,-59.229000,208.188000,-60.161000,214.272000,-61.979000,229.660000,-60.881000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.072000,8.304000,177.280000,-0.378000,189.259000,-4.680000,188.136000,-0.494000,186.835000,6.332000,183.209000,6.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.639000,-22.326000,281.448000,-23.830000,282.178000,-24.197000,285.597000,-23.306000,292.059000,-24.173000,284.354000,-21.841000,286.352000,-18.204000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.817000,-18.338000,164.511000,-20.251000,171.359000,-28.460000,177.086000,-33.010000,174.782000,-29.902000,172.808000,-27.268000,174.831000,-27.146000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.889000,-5.429000,169.608000,-3.429000,165.579000,0.636000,170.520000,-7.121000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[169.655000,-27.426000,179.958000,-19.456000,175.396000,-22.459000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.938000,-14.908000,302.477000,-18.253000,309.590000,-16.723000,304.682000,-6.316000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[270.819000,-33.086000,278.355000,-35.746000,279.265000,-30.397000,281.761000,-29.959000,281.395000,-25.181000,274.497000,-28.823000,275.318000,-22.372000,272.589000,-28.946000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[216.863000,-60.417000,218.410000,-62.756000,219.819000,-58.818000,227.144000,-61.860000,225.802000,-48.768000,219.637000,-51.855000,217.853000,-52.925000,215.700000,-49.223000,212.962000,-53.183000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.916000,33.076000,157.580000,31.709000,167.249000,38.971000,155.967000,39.119000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[207.001000,57.818000,198.907000,46.595000,212.203000,39.771000,217.023000,48.863000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.931000,42.422000,340.074000,40.535000,348.408000,48.605000,339.130000,46.260000,332.204000,48.172000,333.163000,44.077000,336.068000,42.440000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[72.264000,-2.008000,70.769000,-0.895000,64.181000,-1.181000,72.920000,-4.590000,77.585000,-4.839000,73.661000,-3.333000,75.603000,-0.544000,77.916000,1.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[108.263000,-48.990000,114.394000,-36.937000,105.734000,-40.037000,97.788000,-41.040000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.817000,26.087000,3.226000,23.179000,9.504000,22.085000,3.657000,27.323000,9.089000,27.906000,0.967000,31.588000,357.874000,27.401000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.644000,1.546000,181.520000,3.935000,182.310000,7.098000,186.558000,9.177000,183.543000,14.432000,173.735000,10.580000,174.106000,8.503000,175.679000,7.267000,176.005000,6.835000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.438000,14.902000,95.394000,13.822000,91.882000,17.172000,87.796000,8.049000,80.198000,7.512000,84.870000,6.873000,89.463000,2.646000,93.511000,1.158000,92.012000,7.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[352.066000,31.908000,345.897000,36.988000,345.874000,31.890000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[231.550000,26.611000,236.821000,22.851000,244.263000,17.921000,246.975000,19.135000,243.600000,23.258000,246.053000,24.013000,246.024000,27.273000,242.997000,29.837000,239.877000,34.076000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.768000,-12.441000,187.769000,-8.314000,180.992000,-4.817000,182.357000,-4.103000,184.225000,-0.401000,181.993000,-1.852000,183.125000,0.864000,178.405000,-3.979000,176.862000,-2.230000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[141.780000,11.329000,138.364000,12.649000,133.565000,17.116000,132.310000,9.215000,128.151000,4.124000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.987000,-63.035000,210.950000,-63.497000,224.431000,-59.549000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[277.996000,-46.031000,277.550000,-54.179000,280.829000,-48.798000,286.993000,-41.944000,279.077000,-36.592000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.191000,-14.686000,327.701000,-13.949000,330.338000,-0.768000,327.210000,-4.711000,328.564000,-9.084000,327.672000,-10.160000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[84.104000,1.586000,82.002000,2.251000,71.421000,2.974000,81.330000,-9.638000,81.721000,-2.771000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.388000,14.220000,8.874000,10.724000,10.202000,13.856000,14.233000,15.004000,15.873000,15.684000,8.187000,19.049000,1.742000,18.538000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.510000,54.002000,267.275000,64.607000,274.802000,57.360000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[60.552000,11.125000,62.420000,13.507000,56.015000,11.827000,52.648000,13.082000,53.497000,9.802000,60.962000,3.440000,64.006000,6.599000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[145.892000,15.395000,153.257000,12.828000,158.055000,23.057000,157.952000,23.012000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[217.532000,-16.888000,212.296000,-13.427000,215.225000,-12.008000,210.431000,-4.930000,200.592000,-6.798000,202.041000,-12.121000,206.501000,-19.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[197.168000,23.093000,188.520000,21.612000,189.066000,20.464000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[300.219000,-82.096000,320.343000,-84.645000,153.714000,-86.431000,43.911000,-83.472000,355.935000,-83.886000,8.123000,-77.527000,356.839000,-76.287000,339.445000,-82.517000,334.799000,-75.330000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[294.966000,-42.337000,294.495000,-39.712000,296.173000,-40.149000,298.907000,-42.147000,301.778000,-42.505000,296.127000,-39.230000,296.814000,-39.512000,291.654000,-36.506000,289.172000,-36.496000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[314.580000,50.894000,292.578000,53.043000,303.732000,53.221000,296.138000,49.342000,303.380000,47.424000,306.720000,44.192000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[101.199000,-73.474000,79.078000,-68.144000,54.275000,-74.253000,82.906000,-76.652000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[290.297000,5.228000,288.676000,4.979000,288.393000,0.217000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.627000,-11.757000,5.281000,-19.070000,16.294000,-12.832000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[106.007000,4.648000,105.804000,1.933000,117.702000,3.373000,112.489000,3.828000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[292.340000,-13.953000,294.540000,-13.073000,294.720000,-11.735000,299.247000,-16.940000,301.283000,-12.377000,303.911000,-12.025000,296.019000,-6.347000,297.340000,-0.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.002000,1.320000,345.219000,2.146000,331.667000,1.716000,337.272000,-0.813000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[214.172000,12.909000,214.447000,4.582000,215.076000,18.794000,214.116000,22.964000,209.723000,19.991000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.472000,-8.053000,353.243000,-3.986000,358.998000,-19.255000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.342000,36.119000,303.961000,31.316000,310.758000,29.622000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.189000,15.932000,344.406000,11.600000,349.749000,17.224000,346.249000,21.703000,344.859000,25.957000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[220.263000,-8.391000,221.787000,-10.091000,226.818000,-0.577000,225.112000,-0.178000,217.165000,3.367000,211.691000,-3.658000,215.698000,-2.145000,215.665000,-5.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[341.691000,-33.795000,343.214000,-35.148000,350.798000,-34.440000,356.059000,-35.928000,351.972000,-32.202000,357.284000,-33.757000,355.278000,-31.914000,356.954000,-27.698000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[189.351000,-66.190000,189.103000,-67.347000,199.361000,-66.838000,210.474000,-67.834000,208.383000,-61.573000,185.270000,-61.200000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[322.434000,12.860000,324.404000,12.068000,328.934000,15.733000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[297.953000,-78.532000,337.961000,-72.752000,310.650000,-68.785000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[202.736000,-59.465000,200.647000,-62.239000,192.192000,-59.409000,196.774000,-63.915000,190.055000,-66.222000,195.646000,-66.816000,190.725000,-71.104000,203.323000,-66.389000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.684000,-11.920000,219.653000,-5.708000,211.349000,-10.915000,208.010000,-12.718000,213.079000,-20.531000,213.795000,-15.994000,215.902000,-20.204000,216.983000,-17.135000,215.341000,-14.101000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[194.864000,-75.241000,203.959000,-67.183000,198.189000,-62.008000,198.406000,-59.719000,183.775000,-62.035000,175.116000,-75.082000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[137.249000,-43.468000,134.161000,-31.315000,130.387000,-37.381000,130.095000,-38.020000,126.426000,-40.145000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[126.239000,-25.631000,123.656000,-30.396000,126.519000,-34.358000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[89.948000,39.081000,77.230000,27.804000,81.201000,26.306000,86.547000,29.691000,88.296000,27.516000,89.691000,31.185000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.600000,-9.988000,347.571000,-16.559000,0.879000,-11.277000,358.298000,-8.119000,355.369000,-4.119000,353.178000,-10.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[46.136000,53.662000,63.686000,55.438000,57.214000,57.646000,46.160000,58.610000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.188000,-7.248000,350.714000,-6.256000,343.836000,-5.919000,346.730000,-11.781000,347.494000,-8.446000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.359000,-20.504000,328.473000,-11.227000,319.908000,-16.269000,313.679000,-18.151000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[39.719000,2.399000,35.355000,2.588000,33.555000,4.293000,37.160000,-1.582000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[164.152000,-10.898000,173.220000,-19.878000,175.374000,-12.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[223.926000,53.610000,208.438000,51.199000,208.995000,50.435000,203.590000,42.104000,224.202000,48.055000,218.013000,49.919000,223.167000,52.674000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[357.283000,-51.222000,356.056000,-46.489000,338.227000,-48.666000,350.377000,-47.414000,348.008000,-50.198000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.989000,5.897000,32.587000,6.095000,34.306000,4.171000,29.679000,-2.744000,36.426000,-5.161000,46.114000,2.947000,37.105000,3.354000,35.693000,4.784000,30.177000,10.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[150.927000,-29.245000,154.547000,-33.538000,158.278000,-34.459000,150.537000,-37.219000,154.483000,-37.882000,163.200000,-37.845000,167.761000,-31.631000,163.871000,-27.410000,157.199000,-31.032000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[318.148000,30.716000,319.995000,25.280000,323.791000,36.593000,326.626000,41.523000,317.490000,37.340000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.533000,26.662000,14.933000,22.975000,14.864000,28.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[326.728000,25.389000,327.558000,26.791000,327.902000,28.632000,321.737000,22.065000,317.259000,18.218000,330.251000,22.220000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.721000,42.859000,201.252000,50.473000,196.314000,49.371000,200.512000,45.179000,198.430000,41.097000,200.142000,38.708000,207.812000,42.881000,207.590000,43.267000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.486000,-10.291000,13.172000,-10.440000,12.809000,-8.573000,8.597000,-2.922000,2.773000,2.536000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[239.547000,-8.163000,241.845000,-13.671000,244.639000,-17.750000,243.270000,-4.659000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[13.041000,15.149000,14.233000,15.034000,16.399000,14.269000,19.995000,18.626000,22.664000,22.220000,16.589000,21.231000,14.041000,19.053000,10.675000,19.885000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[209.560000,5.423000,208.296000,1.393000,206.784000,-3.256000,210.116000,2.534000,213.637000,3.533000,212.166000,4.928000,209.877000,7.234000,206.733000,9.782000,204.698000,6.364000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[279.046000,-77.770000,279.939000,-67.352000,234.430000,-78.339000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[69.291000,0.392000,72.325000,-8.673000,77.227000,-9.028000,82.378000,-1.408000,81.870000,-1.037000,77.569000,-3.535000,75.346000,1.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[31.784000,8.932000,32.347000,8.440000,37.242000,5.739000,37.046000,9.454000,36.068000,12.049000,35.093000,18.755000,33.921000,12.133000,30.425000,11.214000,28.809000,8.587000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.166000,9.101000,336.888000,12.875000,331.164000,11.309000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[255.431000,-37.438000,267.669000,-34.375000,265.546000,-35.208000,254.717000,-36.933000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.991000,-4.040000,177.895000,-2.645000,173.258000,-6.136000,171.072000,-8.432000,175.027000,-7.414000,180.562000,-11.894000,183.079000,-10.232000,183.404000,-2.714000,182.485000,-3.378000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[134.505000,45.139000,147.538000,54.211000,142.930000,55.340000,144.418000,56.444000,135.401000,52.085000,131.935000,54.015000,123.483000,46.464000,130.783000,48.854000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[210.148000,-15.418000,209.822000,-12.641000,212.381000,-9.558000,212.766000,-3.671000,207.198000,-4.195000,203.097000,-8.574000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.455000,0.268000,179.578000,-1.180000,183.494000,9.060000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[350.531000,3.206000,347.715000,-4.303000,349.790000,-6.260000,348.841000,-13.540000,2.166000,-7.777000,354.940000,-4.232000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.317000,-25.854000,342.695000,-30.611000,346.370000,-28.657000,348.512000,-31.175000,348.410000,-27.271000,347.054000,-26.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.874000,36.038000,86.716000,41.292000,80.532000,33.872000,84.483000,34.911000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[211.773000,0.488000,209.736000,5.849000,209.206000,4.396000,210.414000,1.700000,209.447000,1.872000,210.087000,0.072000,205.165000,-7.427000,216.958000,-4.993000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[96.657000,-72.960000,79.859000,-77.204000,124.471000,-71.707000,131.368000,-68.215000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[267.493000,-22.233000,269.880000,-19.806000,267.567000,-15.922000,265.578000,-19.555000,261.635000,-14.884000,260.065000,-18.252000,266.012000,-24.636000,266.404000,-25.961000,266.025000,-22.744000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[22.784000,-5.556000,16.683000,-0.654000,13.403000,-4.329000,27.583000,-10.432000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[196.103000,14.341000,183.491000,16.845000,181.415000,17.060000,184.385000,14.008000,178.460000,14.181000,184.507000,12.089000,186.039000,6.275000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[21.401000,-20.334000,19.636000,-26.948000,18.149000,-24.571000,18.232000,-30.746000,12.570000,-34.476000,14.065000,-37.114000,21.134000,-34.303000,26.666000,-28.949000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[182.519000,30.708000,176.215000,33.843000,176.942000,28.518000,175.470000,26.006000,173.053000,22.395000,185.967000,24.546000,182.449000,30.039000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.468000,-26.060000,105.246000,-28.135000,91.377000,-28.078000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[324.702000,-30.713000,323.687000,-35.719000,324.771000,-37.896000,318.538000,-39.969000,318.940000,-40.709000,333.405000,-41.410000,336.317000,-38.657000,331.561000,-37.841000,333.781000,-34.669000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[27.460000,52.985000,17.047000,52.082000,19.184000,54.572000,15.760000,52.908000,16.881000,60.668000,12.042000,56.484000,0.431000,54.105000,14.451000,45.417000,23.545000,46.640000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[304.297000,55.435000,311.709000,54.481000,318.726000,55.881000,329.257000,56.286000,335.150000,55.292000,326.194000,68.406000,308.289000,61.207000,300.136000,58.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.038000,-17.856000,104.507000,-17.989000,103.338000,-13.398000,96.797000,-14.031000,97.911000,-8.186000,90.357000,-13.159000,95.086000,-17.519000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[82.054000,4.300000,87.840000,5.193000,88.296000,1.041000,92.004000,6.312000,91.379000,6.776000,92.098000,9.393000,91.058000,14.742000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[199.559000,-14.693000,208.979000,-13.950000,214.459000,-12.158000,199.397000,-11.678000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[305.638000,14.328000,309.206000,19.128000,310.601000,15.268000,319.370000,18.575000,319.607000,23.517000,315.672000,25.816000,312.448000,25.878000,308.438000,30.086000,308.928000,22.537000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.608000,13.441000,1.078000,17.638000,4.903000,12.720000,7.242000,11.110000,8.125000,6.854000,14.002000,9.070000,12.826000,10.517000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[158.654000,4.755000,156.878000,7.643000,149.065000,6.915000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.878000,45.508000,243.725000,35.621000,248.991000,32.442000,246.491000,38.374000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[98.631000,-49.161000,96.801000,-36.713000,97.452000,-43.525000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.353000,-46.166000,82.855000,-39.566000,76.233000,-43.686000,74.371000,-46.737000,79.096000,-46.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[339.028000,-66.778000,334.526000,-66.883000,326.724000,-66.365000,318.213000,-67.298000,1.476000,-74.561000,14.329000,-72.962000,352.456000,-73.431000,8.692000,-72.832000,356.953000,-66.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[187.435000,-6.912000,179.476000,-2.355000,172.500000,0.231000,172.328000,-3.400000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.204000,-29.414000,167.593000,-27.422000,165.276000,-28.220000,164.570000,-27.081000,161.931000,-33.741000,168.252000,-33.669000,168.355000,-33.706000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.192000,-33.670000,178.804000,-28.609000,182.774000,-33.658000,183.138000,-25.571000,181.839000,-22.203000,178.033000,-26.905000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[3.551000,-7.706000,4.647000,-5.524000,1.282000,-1.668000,353.788000,4.154000,356.276000,-0.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[102.508000,14.676000,103.164000,28.074000,101.155000,27.809000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[345.796000,0.368000,348.909000,-1.717000,351.570000,1.951000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[180.279000,71.521000,181.825000,74.342000,156.888000,69.308000,166.184000,66.290000,175.095000,67.575000,176.237000,62.480000,177.181000,70.334000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.719000,20.197000,185.264000,20.069000,182.482000,28.283000,180.160000,30.273000,176.466000,25.825000,173.544000,29.060000,171.143000,18.559000,176.558000,16.386000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[107.924000,50.080000,109.045000,60.254000,97.008000,63.801000,99.553000,60.274000,97.601000,59.093000,99.188000,56.886000,94.067000,55.964000,94.192000,55.782000,101.667000,49.499000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.436000,-62.824000,79.951000,-58.517000,77.620000,-56.910000,77.764000,-56.507000,52.877000,-57.864000,53.896000,-59.057000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[119.862000,-58.575000,136.174000,-56.927000,140.824000,-51.743000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[136.421000,31.960000,135.455000,36.858000,132.032000,40.906000,127.910000,43.166000,125.587000,39.772000,126.520000,38.280000,124.656000,39.264000,118.147000,39.299000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.655000,-61.896000,20.000000,-59.315000,31.300000,-57.698000,22.610000,-52.028000,18.738000,-55.388000,11.649000,-54.985000,3.598000,-52.886000,10.628000,-57.236000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[237.258000,72.538000,277.485000,78.111000,259.401000,79.451000,239.828000,81.283000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[353.644000,-1.908000,350.120000,2.237000,344.983000,-4.413000,343.556000,-5.094000,338.348000,-8.681000,340.729000,-8.943000,348.105000,-13.038000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[346.986000,-28.187000,341.026000,-36.573000,348.972000,-35.806000,352.963000,-31.184000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[229.774000,-7.590000,236.483000,-5.624000,233.993000,-7.841000,235.530000,-6.777000,241.746000,-13.739000,237.812000,-3.453000,233.483000,-2.115000,235.486000,-4.797000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[263.229000,-37.594000,262.115000,-41.770000,271.591000,-44.991000,282.014000,-36.483000,268.836000,-33.629000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[265.743000,-46.736000,265.325000,-56.391000,270.846000,-55.406000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[173.097000,-24.604000,163.338000,-25.944000,161.040000,-27.831000,157.286000,-32.680000,166.900000,-35.572000,171.869000,-38.765000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.267000,55.036000,239.911000,66.578000,231.708000,59.643000,214.617000,59.822000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[12.362000,0.669000,13.444000,-1.391000,16.168000,-4.793000,17.009000,-0.389000,20.308000,3.298000,18.417000,11.724000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[178.427000,6.329000,172.403000,11.444000,178.944000,17.456000,178.125000,18.411000,171.410000,12.889000,168.509000,17.572000,169.340000,13.715000,167.847000,14.525000,168.304000,4.840000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.713000,23.517000,74.770000,24.617000,75.433000,28.517000,67.443000,30.281000,70.043000,21.221000,75.973000,16.673000,80.606000,14.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[127.293000,-72.013000,110.860000,-64.846000,110.718000,-60.710000,101.464000,-61.239000,99.079000,-58.416000,99.499000,-64.681000,82.331000,-64.977000,78.828000,-66.695000,82.130000,-72.412000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[190.841000,25.921000,190.900000,22.369000,186.850000,21.367000,197.615000,20.875000,201.375000,21.470000,200.477000,27.947000,199.182000,28.998000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[222.578000,-3.415000,222.126000,3.618000,216.962000,0.306000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[99.780000,-3.929000,105.740000,-9.269000,111.495000,-5.049000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[120.613000,-21.825000,120.040000,-15.094000,119.703000,-17.912000,118.602000,-18.929000,111.386000,-22.930000,119.861000,-28.630000,124.894000,-22.328000,128.232000,-19.692000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[177.281000,-80.222000,183.510000,-72.097000,162.847000,-76.940000,154.927000,-71.420000,147.063000,-74.574000,147.863000,-75.453000,106.218000,-78.367000,130.407000,-82.568000,155.071000,-79.122000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[170.374000,-2.677000,176.736000,-3.544000,169.779000,-0.663000,172.236000,6.118000,166.274000,3.686000,166.372000,0.553000,166.930000,-8.782000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[20.479000,28.566000,22.412000,29.324000,22.123000,33.089000,25.968000,28.567000,18.888000,38.840000,9.105000,38.276000,15.121000,35.783000,16.720000,33.633000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[195.865000,0.403000,194.490000,2.239000,195.233000,-1.879000,193.564000,2.277000,195.259000,-13.398000,198.690000,-6.315000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[235.879000,-29.391000,228.655000,-30.681000,228.737000,-34.456000,230.933000,-35.468000,233.102000,-37.827000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[113.788000,-15.045000,121.841000,-23.344000,125.324000,-22.478000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[7.673000,-11.435000,8.172000,-8.569000,11.728000,-7.671000,8.393000,0.025000,6.408000,-3.313000,4.842000,-6.621000,0.182000,-3.483000,357.571000,-5.603000,358.002000,-8.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[206.423000,1.715000,205.748000,1.877000,194.389000,-8.128000,202.984000,-8.154000,203.877000,-5.986000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[337.582000,-79.620000,2.161000,-75.775000,350.709000,-65.795000,339.125000,-71.452000,335.090000,-66.118000,336.914000,-72.202000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[8.570000,1.771000,10.348000,0.840000,10.648000,-1.543000,9.456000,-3.161000,11.994000,-1.621000,14.476000,0.996000,17.160000,6.370000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[153.439000,-23.847000,148.097000,-16.983000,144.077000,-15.086000,138.151000,-19.346000,141.558000,-24.994000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[16.612000,-45.488000,18.747000,-47.329000,9.449000,-51.094000,22.169000,-49.699000,26.498000,-49.974000,32.657000,-49.588000,23.034000,-43.215000,16.621000,-38.585000,17.445000,-41.368000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[5.336000,12.628000,6.887000,12.488000,10.665000,20.140000,3.081000,26.510000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[179.139000,-48.788000,183.129000,-42.592000,186.783000,-40.511000,188.637000,-35.672000,179.852000,-36.123000,176.572000,-35.198000,178.988000,-40.001000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[240.996000,-18.200000,240.663000,-17.689000,239.410000,-20.063000,237.597000,-21.205000,238.433000,-22.398000,241.304000,-25.417000,241.661000,-22.625000,242.768000,-20.530000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[41.084000,0.295000,37.316000,0.852000,35.122000,1.847000,30.060000,-2.453000,32.989000,-1.351000,31.350000,-3.945000,34.067000,-2.438000,35.427000,-3.726000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.341000,3.436000,0.059000,2.875000,8.002000,2.043000,4.552000,10.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[183.463000,-0.222000,177.914000,5.692000,178.088000,-0.479000,180.231000,-4.070000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.485000,29.378000,155.409000,34.911000,156.810000,30.644000,164.901000,25.631000,166.691000,27.010000,165.493000,29.399000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.225000,-36.389000,132.485000,-36.874000,134.337000,-37.864000,133.842000,-38.235000,140.449000,-39.779000,136.379000,-35.402000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[123.876000,-32.067000,122.217000,-32.337000,125.380000,-33.227000,127.355000,-35.308000,130.579000,-34.089000,136.605000,-37.059000,129.159000,-32.247000,127.415000,-31.218000,128.004000,-32.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[75.681000,12.465000,83.782000,15.550000,85.100000,11.127000,86.916000,16.673000,87.966000,16.965000,89.186000,22.717000,85.194000,17.253000,82.193000,22.498000,81.586000,19.095000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[313.150000,54.855000,303.035000,59.199000,311.916000,52.483000,310.346000,48.417000,321.706000,48.167000,327.770000,52.500000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[181.847000,-6.566000,188.278000,-10.267000,187.400000,-7.933000,176.606000,1.061000,172.988000,-6.140000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[215.259000,38.361000,219.869000,36.696000,226.784000,43.270000,217.942000,49.490000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[32.903000,-17.552000,32.356000,-15.214000,32.216000,-15.378000,31.522000,-19.892000,28.373000,-11.763000,27.901000,-20.214000,27.437000,-25.585000,42.122000,-19.303000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[184.925000,4.427000,183.405000,6.958000,184.161000,13.909000,178.159000,13.179000,172.409000,7.590000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[174.397000,3.329000,180.521000,4.397000,184.092000,8.940000,172.079000,14.070000,172.203000,8.687000,172.296000,8.460000,166.141000,6.689000,172.297000,6.747000,167.717000,0.302000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[317.013000,61.637000,305.623000,56.022000,301.440000,60.475000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[1.349000,9.520000,357.877000,4.196000,355.100000,2.367000,355.305000,-3.449000,356.493000,-4.015000,359.805000,-3.133000,2.822000,-7.422000,4.364000,-6.180000,6.618000,6.947000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[359.644000,9.484000,358.582000,7.649000,0.929000,3.370000,359.754000,-0.401000,0.776000,1.293000,4.145000,-1.324000,10.852000,4.892000,359.882000,10.835000,358.392000,10.996000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[152.682000,-58.332000,137.408000,-60.018000,129.769000,-64.824000,138.822000,-68.053000,138.801000,-74.221000,165.259000,-63.817000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[340.864000,1.043000,328.517000,-1.545000,331.451000,-6.682000,330.268000,-11.797000,341.188000,-11.626000,336.055000,-6.141000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[156.580000,-19.998000,157.413000,-16.385000,157.278000,-11.203000,153.147000,-12.202000,156.625000,-8.404000,149.057000,-9.083000,150.894000,-14.177000,152.674000,-16.278000,152.625000,-14.816000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[171.538000,-75.956000,151.027000,-81.293000,150.483000,-86.270000,67.985000,-84.743000,84.641000,-87.606000,245.310000,-85.792000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.093000,21.255000,165.138000,14.178000,163.605000,14.099000,163.157000,11.112000,170.915000,8.084000,172.695000,11.240000,170.990000,14.850000,170.446000,14.732000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[334.393000,6.726000,340.359000,5.406000,343.795000,4.794000,342.971000,8.496000,343.981000,11.140000,342.621000,12.378000,347.516000,16.365000,339.163000,14.637000,335.801000,13.613000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[63.625000,-50.906000,85.211000,-45.164000,80.248000,-40.391000,73.984000,-43.471000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[167.221000,0.683000,164.422000,-5.625000,168.972000,1.508000,177.599000,2.219000,158.443000,4.083000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[135.419000,-33.617000,126.166000,-34.538000,143.088000,-36.017000,144.102000,-28.228000,139.749000,-30.445000,140.285000,-28.875000,129.815000,-26.044000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.089000,-22.519000,323.215000,-20.011000,321.183000,-22.124000,320.158000,-21.324000,320.274000,-25.918000,312.871000,-24.640000,313.872000,-34.482000,322.913000,-30.709000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[248.484000,60.972000,264.067000,59.837000,270.779000,57.457000,278.903000,58.981000,274.996000,62.087000,275.768000,68.677000,266.594000,67.552000,256.274000,65.900000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[88.942000,-30.344000,84.968000,-28.307000,86.779000,-24.791000,77.099000,-23.774000,77.260000,-24.937000,74.278000,-28.926000,73.019000,-30.922000,84.222000,-34.841000,86.508000,-37.514000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[218.762000,21.109000,217.977000,22.362000,219.403000,22.214000,223.930000,26.473000,220.862000,25.273000,208.374000,28.913000,214.236000,23.017000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[17.359000,-33.481000,20.384000,-30.512000,13.225000,-27.033000,18.643000,-22.511000,11.138000,-26.374000,6.990000,-25.570000,10.044000,-30.727000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.836000,-68.748000,285.582000,-74.225000,269.988000,-73.935000,295.900000,-74.079000,311.619000,-67.205000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.481000,46.176000,275.978000,48.542000,271.732000,53.850000,273.348000,59.305000,267.323000,59.780000,258.253000,53.357000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[315.830000,-10.237000,314.245000,-4.406000,301.017000,-6.128000,304.993000,-6.974000,306.238000,-7.321000,304.815000,-10.442000,309.696000,-12.012000,312.899000,-12.762000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[159.628000,-28.760000,157.219000,-35.494000,158.397000,-35.921000,162.281000,-19.577000,158.981000,-26.564000,158.516000,-28.058000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[285.026000,-79.017000,265.261000,-77.450000,261.693000,-72.702000,231.169000,-72.621000,233.522000,-74.533000,231.329000,-76.095000,230.554000,-76.874000,232.736000,-79.392000,245.480000,-83.563000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[325.003000,27.338000,321.594000,28.262000,318.854000,21.576000,319.979000,18.813000,321.051000,15.669000,331.770000,16.555000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[175.348000,-44.248000,182.868000,-48.196000,188.396000,-45.397000,185.512000,-44.063000,185.729000,-41.094000,179.925000,-43.016000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[234.358000,-51.357000,231.836000,-58.154000,216.686000,-66.274000,221.185000,-65.477000,225.605000,-64.899000,234.422000,-64.901000,234.676000,-60.919000,251.425000,-60.285000,246.599000,-55.977000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[30.053000,-61.096000,27.472000,-59.648000,17.283000,-54.304000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[176.053000,16.198000,173.132000,14.825000,170.717000,7.501000,171.504000,2.041000,174.605000,5.590000,175.522000,6.920000,174.978000,7.453000,175.676000,7.757000,174.112000,8.035000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[266.062000,-75.257000,266.717000,-74.125000,285.904000,-74.341000,280.261000,-65.293000,266.731000,-66.745000,261.634000,-60.783000,253.470000,-59.979000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[51.252000,32.041000,42.649000,37.669000,46.314000,29.948000,38.310000,30.837000,42.541000,27.232000,48.818000,27.095000,57.071000,24.790000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[104.092000,-55.634000,92.907000,-54.247000,84.201000,-62.069000,95.283000,-59.323000,102.211000,-66.178000,96.440000,-59.380000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[344.821000,1.754000,346.068000,6.033000,349.820000,9.859000,337.943000,7.810000,333.335000,5.906000,337.618000,-0.431000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[29.146000,56.637000,17.476000,67.064000,20.966000,59.088000]); select count(*) from test_small where q3c_poly_query(ra,dec,ARRAY[276.904000,7.371000,272.911000,10.540000,271.967000,2.978000,270.121000,3.672000,267.269000,-1.382000,278.409000,2.346000]); q3c-2.0.1/sql/poly1.sql000066400000000000000000101002111453620405500145640ustar00rootroot00000000000000select count(*) from test_small where q3c_poly_query(ra,dec,'((91.225000,-10.628000),(91.210000,-3.760000),(87.365000,-6.677000),(83.852000,-10.153000),(88.975000,-12.733000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.093000,17.016000),(99.358000,17.949000),(98.150000,9.817000),(101.381000,16.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.665000,-63.535000),(215.521000,-65.578000),(233.040000,-74.264000),(250.285000,-76.989000),(236.457000,-71.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.798000,-13.470000),(356.925000,-10.324000),(352.644000,-11.209000),(352.927000,-7.031000),(344.512000,-10.158000),(349.892000,-14.465000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.083000,14.991000),(297.423000,9.138000),(306.213000,15.017000),(298.510000,23.884000),(295.355000,20.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.006000,3.078000),(179.904000,4.429000),(177.188000,1.546000),(171.611000,3.884000),(174.699000,-3.762000),(179.101000,-1.027000),(184.294000,-4.983000),(183.270000,-2.036000),(185.106000,-2.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.850000,-34.809000),(223.432000,-36.884000),(226.249000,-40.291000),(229.186000,-38.935000),(230.360000,-29.473000),(230.303000,-30.413000),(228.901000,-31.487000),(228.877000,-31.511000),(226.756000,-32.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.956000,65.961000),(201.545000,60.149000),(212.339000,58.925000),(216.358000,60.575000),(220.497000,67.137000),(218.581000,67.203000),(213.644000,68.577000),(213.982000,67.894000),(210.164000,66.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.252000,10.474000),(246.980000,4.748000),(250.319000,13.913000),(241.583000,12.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.731000,8.312000),(6.339000,7.341000),(3.077000,6.508000),(357.994000,5.337000),(356.174000,-1.495000),(359.209000,-3.826000),(1.889000,-1.110000),(2.607000,0.540000),(6.787000,-0.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.470000,1.761000),(175.846000,5.896000),(175.510000,6.042000),(174.701000,-6.468000),(180.712000,-9.139000),(181.915000,-0.351000),(184.011000,0.849000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.470000,72.241000),(125.686000,66.335000),(113.641000,63.637000),(130.176000,63.778000),(131.581000,63.473000),(138.713000,62.758000),(143.109000,60.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.124000,20.711000),(177.500000,32.598000),(169.530000,34.745000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.589000,62.330000),(146.753000,67.124000),(160.127000,65.765000),(156.806000,71.127000),(142.589000,69.281000),(139.374000,72.840000),(137.788000,75.138000),(115.404000,67.807000),(137.762000,67.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.814000,-51.072000),(259.625000,-41.542000),(261.212000,-38.626000),(258.423000,-39.900000),(255.680000,-40.402000),(253.719000,-40.605000),(253.596000,-40.748000),(252.270000,-42.575000),(248.458000,-41.925000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.255000,-28.701000),(187.607000,-27.433000),(190.392000,-18.792000),(183.601000,-19.935000),(179.133000,-19.108000),(179.713000,-21.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.122000,-0.887000),(173.876000,-2.492000),(172.973000,-6.706000),(177.545000,-9.372000),(176.763000,-12.131000),(179.503000,-11.552000),(181.421000,-5.508000),(177.816000,-1.262000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.772000,43.585000),(147.235000,39.114000),(145.478000,42.857000),(148.636000,51.616000),(138.625000,49.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.750000,75.116000),(320.881000,71.999000),(325.420000,81.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.526000,24.104000),(154.457000,15.702000),(155.587000,16.681000),(156.596000,15.168000),(155.165000,22.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.266000,-5.750000),(2.231000,1.823000),(4.996000,5.306000),(359.217000,6.572000),(349.629000,7.580000),(350.671000,-0.401000),(350.934000,-0.867000),(356.243000,-1.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.148000,30.791000),(358.526000,28.594000),(355.690000,37.864000),(356.621000,41.468000),(351.484000,33.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.386000,-0.045000),(179.371000,-1.045000),(186.134000,-1.835000),(180.420000,8.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.540000,4.268000),(262.998000,-0.062000),(265.996000,-3.353000),(266.962000,-1.384000),(270.846000,0.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.609000,-16.517000),(173.145000,-8.678000),(169.333000,-7.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.921000,62.484000),(295.664000,66.792000),(273.277000,60.938000),(285.892000,56.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.431000,-13.422000),(183.452000,-17.870000),(179.926000,-9.864000),(186.308000,-27.576000),(191.610000,-21.022000),(191.430000,-14.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.395000,10.068000),(342.777000,3.966000),(343.110000,11.170000),(337.662000,13.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.251000,-14.451000),(254.259000,-25.475000),(262.240000,-22.557000),(260.956000,-26.996000),(263.784000,-25.568000),(265.887000,-30.064000),(266.194000,-16.358000),(265.552000,-14.819000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.641000,6.623000),(346.679000,0.971000),(353.300000,1.305000),(356.684000,5.149000),(358.645000,7.906000),(348.387000,12.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.694000,2.025000),(19.706000,-0.649000),(23.900000,-4.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.972000,36.821000),(261.941000,25.449000),(276.134000,22.955000),(278.571000,31.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.142000,46.779000),(307.558000,41.820000),(299.864000,56.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.663000,28.081000),(276.726000,25.933000),(285.877000,20.916000),(282.780000,28.095000),(284.019000,28.057000),(286.016000,28.487000),(280.710000,36.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.339000,-15.111000),(8.996000,-16.302000),(22.604000,-19.670000),(21.142000,-13.826000),(21.495000,-8.003000),(18.611000,-9.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.739000,-46.502000),(189.091000,-40.095000),(175.020000,-36.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.546000,-12.721000),(327.146000,-11.219000),(322.230000,-12.301000),(320.066000,-12.499000),(323.314000,-12.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.813000,-13.729000),(168.522000,-12.016000),(160.516000,-9.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.383000,-61.657000),(216.283000,-57.175000),(215.838000,-61.280000),(220.055000,-62.161000),(222.138000,-54.790000),(228.027000,-53.764000),(228.906000,-51.369000),(205.624000,-56.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.301000,1.395000),(181.334000,6.843000),(174.984000,5.982000),(172.014000,7.406000),(171.136000,6.702000),(172.741000,-0.132000),(173.382000,-0.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.040000,-5.563000),(359.355000,1.595000),(354.716000,7.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.902000,7.778000),(15.291000,-0.233000),(23.635000,-2.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.581000,45.536000),(75.606000,33.566000),(77.715000,45.140000),(73.818000,45.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.126000,-7.327000),(185.124000,-8.881000),(191.253000,-11.807000),(191.001000,-4.098000),(185.424000,-1.590000),(184.187000,-3.153000),(182.249000,-3.058000),(178.697000,-6.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.557000,69.843000),(19.950000,67.501000),(31.838000,63.572000),(36.186000,59.994000),(45.624000,56.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.301000,-4.726000),(270.895000,0.794000),(262.424000,-6.571000),(259.560000,-10.059000),(271.929000,-11.600000),(273.237000,-13.056000),(269.301000,-6.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.504000,-31.505000),(18.045000,-25.412000),(21.923000,-20.499000),(13.779000,-18.058000),(12.453000,-15.608000),(8.498000,-24.990000),(7.960000,-26.042000),(11.002000,-24.847000),(9.965000,-32.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.810000,30.887000),(333.857000,31.839000),(329.463000,28.286000),(331.535000,27.779000),(332.007000,25.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.842000,-27.463000),(272.010000,-27.021000),(267.067000,-25.428000),(269.535000,-24.894000),(268.467000,-23.038000),(263.167000,-16.454000),(258.752000,-17.089000),(260.477000,-23.862000),(256.174000,-24.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.009000,-52.995000),(210.503000,-54.120000),(204.460000,-50.279000),(199.406000,-54.460000),(198.888000,-57.765000),(211.443000,-59.562000),(218.002000,-62.822000),(216.700000,-57.816000),(219.299000,-54.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.948000,-40.057000),(302.352000,-42.253000),(294.911000,-32.487000),(293.014000,-30.406000),(291.449000,-31.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.296000,-13.621000),(21.955000,-22.365000),(26.554000,-23.449000),(31.066000,-23.287000),(31.350000,-17.010000),(34.482000,-15.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.991000,-35.602000),(184.876000,-36.013000),(185.309000,-36.519000),(188.923000,-37.341000),(192.161000,-37.792000),(193.919000,-43.206000),(197.835000,-38.037000),(201.929000,-30.863000),(187.626000,-33.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.119000,-44.994000),(179.074000,-39.734000),(183.157000,-39.786000),(177.332000,-37.283000),(175.964000,-36.609000),(160.592000,-39.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.426000,-64.498000),(218.632000,-57.165000),(219.043000,-65.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.857000,38.881000),(178.269000,40.802000),(179.259000,47.313000),(175.672000,53.382000),(172.783000,50.297000),(166.941000,46.190000),(168.409000,44.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.358000,-56.236000),(294.947000,-63.749000),(284.292000,-51.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.274000,-45.178000),(39.336000,-47.189000),(40.322000,-45.240000),(25.677000,-41.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.546000,36.109000),(279.217000,29.840000),(282.311000,35.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.692000,73.605000),(186.541000,69.063000),(176.083000,73.843000),(181.074000,73.581000),(189.202000,74.593000),(185.769000,78.844000),(166.293000,76.925000),(130.021000,80.409000),(139.562000,69.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.481000,5.805000),(95.996000,5.333000),(97.412000,7.565000),(102.494000,10.098000),(101.654000,11.995000),(103.382000,14.406000),(100.479000,13.295000),(97.536000,18.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.519000,-1.789000),(178.613000,-3.122000),(174.067000,-5.234000),(177.835000,-7.330000),(182.307000,-6.864000),(188.827000,-12.290000),(189.474000,-7.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.855000,64.294000),(52.990000,62.615000),(49.327000,64.504000),(34.949000,74.228000),(25.984000,72.555000),(33.317000,59.813000),(36.901000,55.527000),(40.658000,60.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.502000,-3.298000),(356.380000,-3.177000),(356.618000,-13.161000),(357.123000,-11.194000),(0.093000,-10.060000),(359.464000,-7.547000),(0.261000,-7.529000),(6.258000,-7.890000),(2.765000,-4.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.333000,11.281000),(13.356000,14.010000),(6.249000,18.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.583000,24.027000),(331.854000,26.490000),(334.657000,22.179000),(333.219000,13.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.802000,-19.541000),(359.709000,-14.359000),(1.167000,-16.480000),(3.069000,-21.707000),(0.385000,-25.090000),(5.587000,-21.175000),(7.051000,-21.869000),(12.406000,-23.921000),(5.806000,-20.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.448000,79.814000),(291.919000,82.634000),(297.314000,83.943000),(277.444000,85.066000),(228.418000,79.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.615000,57.087000),(246.500000,69.349000),(246.084000,69.480000),(242.578000,68.504000),(242.126000,62.390000),(233.184000,58.485000),(236.338000,56.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.413000,3.822000),(327.327000,2.915000),(327.219000,-0.498000),(331.955000,-2.530000),(333.722000,0.800000),(334.763000,-0.343000),(338.871000,2.262000),(335.551000,4.701000),(334.161000,3.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.596000,3.079000),(324.940000,-2.209000),(331.359000,0.387000),(335.593000,-1.406000),(338.791000,-0.893000),(333.030000,4.128000),(334.909000,12.543000),(331.941000,7.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.438000,12.170000),(340.042000,16.512000),(331.953000,20.008000),(332.503000,25.722000),(330.992000,21.674000),(327.514000,17.592000),(328.130000,16.857000),(325.336000,15.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.272000,32.295000),(311.607000,29.126000),(302.380000,40.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.770000,5.050000),(1.760000,6.453000),(353.739000,7.266000),(2.725000,-2.434000),(5.169000,1.589000),(3.034000,4.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.725000,12.046000),(349.637000,14.695000),(345.727000,13.329000),(344.901000,1.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.316000,10.002000),(163.677000,7.787000),(168.460000,-0.517000),(170.067000,2.375000),(177.707000,2.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.932000,1.893000),(356.605000,-1.743000),(358.110000,-2.741000),(0.103000,-8.590000),(0.690000,-9.745000),(3.915000,-7.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.358000,-8.048000),(254.711000,-16.633000),(258.653000,-18.331000),(256.712000,-13.114000),(256.775000,-7.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.636000,36.490000),(311.247000,33.768000),(306.753000,30.688000),(304.430000,27.089000),(306.096000,24.835000),(314.291000,26.319000),(316.192000,25.615000),(316.687000,29.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.102000,-1.343000),(143.873000,-9.129000),(147.479000,-3.877000),(146.132000,-10.291000),(148.968000,-8.175000),(148.161000,-3.626000),(148.941000,-5.949000),(153.568000,-1.263000),(154.821000,1.245000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.839000,-12.975000),(168.200000,-22.939000),(173.051000,-11.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.226000,51.904000),(99.570000,50.440000),(99.513000,50.349000),(101.104000,50.213000),(95.442000,45.423000),(114.181000,57.290000),(105.206000,52.649000),(97.966000,53.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.719000,51.445000),(182.047000,47.197000),(186.806000,38.141000),(198.602000,41.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.512000,16.486000),(349.429000,10.343000),(347.719000,20.886000),(347.232000,21.210000),(346.667000,20.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.610000,-14.089000),(0.240000,-20.793000),(0.870000,-22.266000),(8.801000,-22.837000),(12.274000,-8.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.214000,-51.014000),(332.961000,-40.105000),(332.482000,-42.451000),(333.465000,-46.201000),(331.293000,-45.660000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.981000,-54.451000),(339.218000,-58.238000),(331.717000,-54.249000),(332.708000,-49.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.789000,77.615000),(77.326000,79.817000),(84.300000,77.265000),(105.919000,83.231000),(122.880000,84.323000),(96.370000,85.068000),(88.411000,85.337000),(45.425000,85.073000),(358.643000,79.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.072000,16.261000),(12.410000,12.233000),(14.774000,17.038000),(13.827000,18.217000),(19.239000,24.612000),(10.501000,23.416000),(2.561000,19.150000),(2.509000,18.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.780000,-70.849000),(72.566000,-76.307000),(87.823000,-71.033000),(85.489000,-67.328000),(82.724000,-66.230000),(63.140000,-63.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.074000,-16.478000),(255.757000,-19.723000),(253.026000,-13.426000),(253.263000,-11.428000),(250.150000,-9.768000),(249.697000,-10.764000),(249.249000,-12.207000),(241.838000,-11.395000),(248.811000,-13.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.970000,43.064000),(283.759000,40.717000),(266.848000,53.668000),(270.825000,50.501000),(267.862000,49.608000),(268.300000,49.138000),(265.205000,48.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.270000,-22.643000),(174.135000,-27.904000),(174.109000,-28.145000),(179.184000,-34.012000),(179.479000,-28.435000),(184.225000,-24.968000),(178.020000,-22.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.600000,35.184000),(311.630000,34.767000),(318.080000,39.574000),(322.420000,39.286000),(314.382000,45.717000),(308.219000,43.753000),(304.308000,42.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.460000,1.407000),(350.874000,-5.451000),(359.716000,-2.104000),(0.531000,-0.632000),(359.592000,8.607000),(358.816000,5.287000),(356.411000,2.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.954000,-28.741000),(67.405000,-30.423000),(66.934000,-32.309000),(69.727000,-38.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.805000,26.715000),(216.711000,23.775000),(221.788000,22.696000),(228.203000,25.431000),(229.518000,25.281000),(236.105000,29.336000),(234.464000,29.413000),(232.243000,34.347000),(226.030000,30.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.085000,25.970000),(237.742000,30.541000),(231.043000,32.333000),(222.481000,28.570000),(227.177000,25.726000),(231.028000,25.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.629000,-49.519000),(205.250000,-52.597000),(207.080000,-36.660000),(201.782000,-38.737000),(201.592000,-43.258000),(201.333000,-42.950000),(201.407000,-43.156000),(199.690000,-43.215000),(199.210000,-44.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.184000,-5.546000),(4.344000,2.287000),(357.822000,12.214000),(355.996000,3.614000),(349.901000,4.130000),(354.385000,-1.471000),(353.059000,-4.741000),(358.459000,1.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.589000,59.249000),(289.504000,64.336000),(287.959000,65.593000),(301.985000,68.543000),(276.902000,67.505000),(270.811000,75.452000),(255.488000,63.547000),(266.518000,64.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.759000,-16.280000),(9.299000,-16.914000),(22.082000,-16.545000),(26.707000,-12.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.592000,-12.360000),(279.529000,-14.243000),(278.989000,-23.010000),(284.959000,-19.055000),(284.951000,-21.966000),(289.775000,-17.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.148000,-5.260000),(207.624000,-5.722000),(205.715000,-5.503000),(205.234000,-4.934000),(202.632000,-6.907000),(200.231000,-14.096000),(210.758000,-8.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.561000,-16.966000),(52.646000,-13.141000),(54.842000,-12.052000),(57.722000,-4.358000),(48.891000,0.899000),(45.760000,-3.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.709000,-33.675000),(230.513000,-22.228000),(232.976000,-28.408000),(230.325000,-32.447000),(224.789000,-35.965000),(227.760000,-37.119000),(227.924000,-38.381000),(234.277000,-32.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.297000,-2.535000),(23.524000,5.103000),(16.312000,-0.463000),(12.457000,4.868000),(14.491000,-1.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.124000,2.323000),(359.211000,0.214000),(355.033000,-2.725000),(6.074000,-7.891000),(6.719000,-4.731000),(8.232000,0.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.926000,-11.673000),(229.627000,-11.809000),(224.425000,-13.749000),(222.623000,-14.611000),(217.494000,-20.931000),(225.061000,-16.360000),(226.025000,-19.206000),(227.980000,-20.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.307000,33.769000),(11.474000,26.770000),(11.967000,35.530000),(4.718000,41.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.350000,-30.111000),(112.068000,-23.684000),(121.312000,-25.668000),(106.243000,-23.018000),(107.316000,-30.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.188000,-31.114000),(195.063000,-37.859000),(199.456000,-32.186000),(193.090000,-23.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.609000,-14.825000),(200.891000,-9.728000),(196.824000,-8.977000),(199.000000,-4.620000),(188.078000,-12.163000),(188.345000,-16.628000),(186.716000,-19.509000),(192.684000,-18.022000),(192.980000,-12.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.516000,35.044000),(96.802000,33.726000),(106.353000,28.650000),(106.999000,28.686000),(108.527000,31.607000),(108.136000,34.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.559000,-34.087000),(188.527000,-35.536000),(187.770000,-32.938000),(190.949000,-31.973000),(183.262000,-22.611000),(183.990000,-26.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.492000,-71.257000),(161.362000,-69.593000),(182.890000,-69.459000),(154.343000,-63.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.789000,-1.724000),(165.330000,1.195000),(159.751000,-2.223000),(164.732000,-6.999000),(168.322000,-9.655000),(165.540000,-2.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.424000,-12.671000),(187.726000,-5.112000),(194.247000,-8.845000),(193.039000,-4.712000),(191.012000,1.802000),(182.378000,5.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.535000,31.979000),(179.179000,24.362000),(182.025000,24.387000),(190.168000,19.989000),(189.483000,24.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.741000,-44.623000),(314.284000,-49.981000),(318.402000,-46.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.234000,18.912000),(145.282000,18.452000),(145.436000,17.248000),(143.512000,14.845000),(147.211000,7.378000),(146.090000,14.010000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.793000,-26.554000),(177.914000,-29.415000),(177.565000,-27.566000),(174.983000,-22.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.337000,-21.999000),(8.160000,-21.599000),(11.578000,-16.576000),(2.686000,-19.237000),(2.185000,-17.891000),(354.433000,-18.350000),(355.862000,-24.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.735000,13.428000),(55.419000,27.554000),(56.578000,23.216000),(55.091000,20.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.704000,-29.666000),(143.731000,-29.472000),(147.116000,-33.060000),(149.189000,-36.979000),(154.222000,-34.654000),(155.495000,-26.502000),(152.650000,-23.821000),(151.063000,-20.349000),(150.042000,-19.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.949000,41.024000),(128.087000,43.621000),(119.177000,54.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.159000,-47.307000),(21.351000,-43.705000),(30.623000,-41.984000),(24.992000,-38.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.603000,-7.031000),(96.683000,-12.187000),(95.464000,-18.758000),(96.318000,-23.136000),(99.119000,-22.473000),(102.388000,-20.315000),(105.941000,-17.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.399000,-50.945000),(288.770000,-56.543000),(298.455000,-48.609000),(294.150000,-48.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.910000,5.879000),(265.726000,-4.490000),(269.199000,-0.972000),(274.951000,2.150000),(271.040000,3.590000),(273.669000,5.751000),(271.619000,8.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.160000,-11.276000),(174.800000,-8.837000),(177.763000,-8.962000),(181.731000,-6.401000),(176.804000,2.989000),(175.970000,-2.417000),(174.638000,-1.394000),(170.995000,0.915000),(171.785000,-6.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.923000,12.708000),(341.016000,3.116000),(350.183000,17.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.210000,-3.993000),(190.202000,3.887000),(182.547000,3.005000),(173.227000,3.273000),(180.707000,1.806000),(175.084000,-0.246000),(176.283000,-0.745000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.442000,5.839000),(11.872000,9.031000),(9.523000,14.896000),(5.550000,9.762000),(5.138000,7.822000),(3.827000,6.110000),(2.991000,3.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.519000,0.245000),(135.348000,4.181000),(143.845000,-0.349000),(142.117000,4.656000),(140.208000,5.435000),(138.054000,5.491000),(134.700000,12.452000),(130.075000,12.501000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.224000,-8.478000),(353.049000,3.214000),(349.342000,4.101000),(339.783000,3.747000),(340.569000,2.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.585000,4.394000),(357.604000,0.600000),(356.843000,3.061000),(355.916000,14.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.222000,46.221000),(178.282000,49.042000),(174.443000,47.317000),(161.763000,43.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.654000,-49.848000),(282.743000,-47.143000),(290.511000,-49.907000),(285.235000,-45.950000),(285.142000,-45.164000),(285.539000,-44.611000),(279.583000,-40.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.027000,-42.274000),(313.100000,-45.208000),(311.756000,-44.893000),(309.663000,-40.004000),(308.936000,-47.194000),(307.434000,-48.447000),(316.041000,-54.438000),(313.696000,-48.308000),(314.043000,-48.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.077000,15.931000),(38.206000,19.836000),(36.361000,22.466000),(27.944000,18.740000),(35.565000,15.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.959000,27.792000),(27.835000,27.334000),(31.089000,24.212000),(37.764000,31.030000),(29.697000,34.731000),(20.877000,35.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.578000,-3.341000),(354.987000,-1.835000),(1.066000,-3.533000),(356.349000,-0.142000),(0.620000,6.420000),(355.394000,8.763000),(351.789000,6.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.001000,15.020000),(303.142000,10.821000),(307.028000,12.570000),(305.942000,10.890000),(311.790000,9.960000),(313.324000,15.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.462000,20.628000),(296.804000,16.722000),(298.979000,16.952000),(300.106000,25.391000),(293.989000,26.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.272000,36.636000),(191.346000,35.537000),(188.240000,35.353000),(184.561000,32.017000),(191.152000,32.405000),(190.987000,30.802000),(194.579000,25.699000),(196.809000,25.794000),(200.766000,33.566000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.186000,-4.925000),(170.818000,-0.809000),(166.508000,-6.289000),(165.464000,-5.770000),(164.421000,-6.682000),(159.551000,-9.579000),(161.685000,-16.291000),(163.895000,-13.696000),(173.276000,-9.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.526000,11.009000),(19.200000,15.438000),(18.438000,18.887000),(14.974000,11.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.401000,-33.351000),(242.978000,-34.513000),(244.576000,-32.526000),(237.669000,-28.203000),(237.533000,-32.515000),(237.405000,-32.710000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.354000,15.618000),(359.258000,14.749000),(5.054000,11.875000),(8.507000,22.453000),(3.495000,19.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.038000,18.334000),(93.493000,19.067000),(93.060000,19.872000),(92.270000,16.614000),(92.058000,13.352000),(94.967000,11.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.002000,-1.013000),(20.694000,-1.262000),(18.438000,-2.108000),(16.026000,-3.226000),(18.392000,-3.233000),(22.313000,-4.599000),(22.687000,-8.431000),(28.490000,-5.112000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.751000,-21.415000),(22.288000,-15.830000),(21.393000,-23.303000),(20.806000,-27.514000),(26.075000,-33.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.109000,-11.281000),(174.691000,-15.116000),(181.410000,-21.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.183000,14.482000),(127.679000,18.471000),(125.294000,27.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.885000,-11.295000),(270.126000,-9.809000),(265.439000,-10.686000),(263.552000,-9.204000),(263.712000,-20.720000),(268.244000,-16.842000),(273.271000,-17.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.747000,-37.705000),(351.471000,-37.772000),(348.831000,-29.250000),(345.642000,-31.509000),(343.266000,-30.494000),(339.531000,-34.753000),(344.909000,-35.939000),(342.997000,-38.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.064000,-30.858000),(286.740000,-27.372000),(288.851000,-23.562000),(287.865000,-17.813000),(284.695000,-20.207000),(284.331000,-24.068000),(283.482000,-24.953000),(282.831000,-33.249000),(285.262000,-35.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.958000,-0.792000),(204.093000,-1.686000),(203.408000,-3.399000),(214.128000,-4.408000),(215.405000,-3.576000),(210.407000,2.615000),(207.838000,0.181000),(207.666000,2.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.373000,3.846000),(175.084000,6.489000),(175.041000,2.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.165000,10.364000),(13.312000,15.347000),(8.709000,11.952000),(4.602000,6.900000),(11.424000,9.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.910000,-5.872000),(284.505000,-8.897000),(287.744000,-8.120000),(284.293000,-2.916000),(281.404000,-2.929000),(273.202000,-1.726000),(281.276000,-5.033000),(280.593000,-6.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.225000,-15.493000),(273.434000,-15.986000),(274.486000,-13.624000),(270.416000,-4.013000),(265.204000,-9.239000),(267.222000,-11.529000),(271.640000,-13.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.068000,-7.609000),(3.766000,5.316000),(355.878000,3.980000),(353.280000,-5.826000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.056000,73.474000),(244.569000,75.683000),(226.470000,68.026000),(211.557000,66.771000),(225.390000,59.988000),(224.781000,58.979000),(229.935000,64.843000),(244.872000,65.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.810000,32.690000),(228.266000,26.810000),(225.395000,26.674000),(222.014000,22.322000),(226.577000,21.392000),(234.100000,20.448000),(236.712000,19.183000),(237.843000,22.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.221000,-4.278000),(122.123000,-3.191000),(117.748000,-1.838000),(117.077000,-1.858000),(116.023000,-6.158000),(118.266000,-11.410000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.844000,47.274000),(322.465000,43.770000),(324.810000,39.482000),(326.432000,36.314000),(332.214000,34.053000),(338.942000,44.557000),(337.061000,45.400000),(333.970000,44.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.988000,-9.957000),(13.850000,-3.395000),(13.622000,-3.056000),(20.807000,-0.235000),(13.964000,1.457000),(7.576000,1.241000),(7.469000,-11.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.488000,-25.281000),(305.805000,-24.109000),(305.705000,-23.471000),(306.397000,-19.955000),(306.629000,-16.615000),(300.180000,-16.749000),(302.165000,-20.737000),(302.053000,-23.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.753000,-1.465000),(173.452000,-2.324000),(181.841000,-4.561000),(186.210000,-7.473000),(188.356000,2.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.386000,-38.010000),(29.214000,-28.710000),(25.810000,-27.491000),(21.933000,-31.971000),(21.827000,-29.693000),(17.801000,-36.184000),(15.157000,-38.669000),(13.726000,-40.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.871000,19.851000),(261.199000,13.223000),(262.426000,18.721000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.134000,-4.197000),(168.624000,-9.737000),(162.246000,-10.817000),(165.414000,-19.366000),(174.696000,-15.889000),(174.978000,-14.474000),(174.517000,-11.831000),(179.386000,-7.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.635000,-56.644000),(316.565000,-51.553000),(316.563000,-48.413000),(306.243000,-46.087000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.606000,-15.531000),(163.452000,-13.538000),(161.333000,-13.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.652000,-14.089000),(188.778000,-12.689000),(184.472000,-19.903000),(189.197000,-22.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.152000,47.278000),(105.156000,48.368000),(93.880000,47.540000),(97.658000,42.530000),(101.477000,42.835000),(108.082000,42.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.731000,-51.440000),(11.415000,-48.724000),(6.351000,-45.869000),(352.152000,-49.634000),(4.028000,-51.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.056000,0.163000),(187.853000,8.404000),(179.971000,-5.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.565000,-30.922000),(177.933000,-30.427000),(187.965000,-41.691000),(187.608000,-33.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.663000,33.638000),(339.261000,25.141000),(347.546000,29.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.454000,37.911000),(315.115000,42.462000),(313.222000,44.206000),(307.514000,48.514000),(305.697000,44.519000),(303.973000,41.771000),(313.520000,37.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.070000,-14.650000),(177.912000,-18.329000),(179.233000,-19.545000),(180.709000,-13.934000),(182.381000,-10.550000),(180.036000,-11.620000),(174.722000,-8.792000),(171.885000,-13.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.622000,10.102000),(4.244000,6.161000),(2.847000,11.027000),(359.345000,2.543000),(355.950000,2.718000),(7.294000,0.410000),(7.531000,5.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.304000,-29.337000),(19.300000,-25.827000),(19.701000,-25.369000),(28.054000,-24.161000),(14.000000,-20.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.543000,37.100000),(351.902000,39.104000),(344.936000,37.576000),(338.959000,38.391000),(343.045000,36.195000),(343.841000,32.765000),(346.340000,31.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.430000,-6.882000),(103.569000,-8.784000),(110.367000,-8.759000),(113.398000,-5.401000),(117.582000,-5.269000),(117.520000,-1.990000),(115.148000,2.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.849000,-2.702000),(219.939000,-1.121000),(218.860000,-4.855000),(220.630000,-12.490000),(223.736000,-12.351000),(228.938000,-11.879000),(225.361000,-8.286000),(233.272000,-8.147000),(229.698000,-5.453000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.874000,14.475000),(47.611000,18.229000),(30.300000,13.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.666000,60.478000),(24.373000,58.538000),(32.641000,55.504000),(30.921000,68.136000),(21.605000,64.806000),(13.939000,66.365000),(13.243000,66.486000),(9.026000,58.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.401000,18.456000),(6.138000,17.745000),(16.681000,8.381000),(17.773000,18.219000),(16.434000,18.637000),(20.040000,20.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.534000,-3.182000),(206.273000,-0.525000),(195.175000,2.779000),(193.553000,3.941000),(193.845000,-1.167000),(196.637000,-4.233000),(189.236000,-5.727000),(196.538000,-12.595000),(199.517000,-10.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.539000,5.767000),(177.965000,12.510000),(176.244000,15.421000),(165.175000,8.268000),(171.751000,6.215000),(172.091000,6.264000),(168.323000,1.080000),(174.393000,3.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.915000,56.265000),(354.126000,58.738000),(355.713000,47.433000),(356.592000,49.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.196000,-5.001000),(0.082000,2.791000),(350.448000,2.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.958000,32.963000),(37.730000,28.245000),(30.683000,30.109000),(40.308000,18.241000),(44.221000,22.630000),(47.284000,19.530000),(48.404000,22.570000),(51.104000,23.627000),(44.085000,26.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.361000,-17.630000),(8.925000,-20.109000),(12.668000,-24.739000),(21.001000,-26.942000),(17.681000,-21.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.687000,-10.120000),(41.529000,-10.709000),(45.275000,-9.451000),(49.410000,-5.016000),(42.747000,-5.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.733000,6.933000),(199.105000,0.520000),(199.687000,0.675000),(209.458000,6.880000),(210.201000,8.322000),(205.164000,7.552000),(204.047000,9.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.770000,-8.623000),(23.431000,0.387000),(27.385000,-10.121000),(30.971000,-14.739000),(31.644000,-11.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.681000,-0.251000),(153.187000,-3.616000),(154.174000,-6.096000),(154.119000,-6.958000),(156.060000,-10.066000),(163.497000,-3.903000),(162.269000,-1.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.438000,-21.915000),(134.019000,-15.405000),(136.518000,-6.380000),(132.357000,-9.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.138000,-5.866000),(32.484000,9.076000),(29.563000,5.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.029000,-37.346000),(36.479000,-41.133000),(39.062000,-47.985000),(44.388000,-39.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.759000,10.004000),(251.158000,15.514000),(249.590000,16.261000),(244.193000,11.880000),(246.751000,19.098000),(238.150000,7.197000),(244.713000,5.860000),(247.975000,5.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.352000,-30.526000),(314.039000,-23.543000),(298.173000,-24.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.306000,-3.955000),(4.337000,-9.176000),(3.118000,-1.770000),(0.090000,2.413000),(359.028000,1.064000),(352.813000,1.841000),(354.928000,-2.704000),(3.288000,-10.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.527000,-10.427000),(173.520000,-5.134000),(171.516000,-9.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.637000,-69.779000),(205.505000,-64.677000),(194.742000,-65.317000),(193.726000,-62.614000),(183.749000,-58.780000),(181.339000,-60.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.672000,-21.805000),(47.364000,-24.235000),(48.018000,-23.773000),(48.400000,-29.634000),(42.511000,-17.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.900000,33.137000),(50.377000,20.452000),(46.159000,31.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.072000,21.863000),(177.769000,21.301000),(180.019000,23.338000),(182.210000,26.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.132000,1.403000),(8.607000,-3.049000),(7.815000,-4.207000),(5.348000,-3.057000),(3.564000,-13.473000),(8.476000,-9.175000),(9.188000,-7.785000),(9.524000,-7.171000),(12.898000,-6.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.827000,29.797000),(190.874000,20.423000),(198.619000,19.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.252000,-40.138000),(358.467000,-37.502000),(351.448000,-31.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.522000,-52.235000),(223.785000,-57.906000),(223.334000,-55.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.758000,-34.637000),(166.833000,-33.355000),(163.681000,-26.663000),(158.713000,-28.998000),(158.743000,-32.696000),(151.096000,-27.899000),(150.719000,-30.032000),(153.879000,-33.846000),(154.196000,-34.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.404000,22.736000),(157.247000,23.949000),(155.269000,32.615000),(149.437000,30.522000),(145.969000,28.572000),(145.088000,26.818000),(145.396000,26.495000),(144.011000,22.962000),(150.831000,21.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.811000,-40.372000),(22.815000,-35.771000),(22.265000,-29.916000),(13.296000,-31.448000),(7.646000,-35.604000),(14.210000,-37.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.911000,37.242000),(150.919000,36.230000),(152.772000,32.623000),(147.240000,27.682000),(161.384000,23.825000),(162.954000,35.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.689000,35.052000),(303.904000,35.260000),(307.284000,33.948000),(317.603000,38.017000),(317.575000,38.514000),(316.687000,40.158000),(310.937000,38.969000),(315.718000,43.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.562000,-20.405000),(128.709000,-29.580000),(128.062000,-32.960000),(128.785000,-32.600000),(130.669000,-29.355000),(132.095000,-34.967000),(131.854000,-23.363000),(132.016000,-18.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.526000,-10.792000),(181.163000,-3.766000),(168.110000,-13.713000),(168.454000,-14.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.075000,36.167000),(118.678000,43.286000),(114.714000,42.535000),(113.107000,42.138000),(114.230000,43.913000),(110.669000,42.625000),(100.900000,45.195000),(101.318000,43.523000),(104.269000,41.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.803000,-26.741000),(200.525000,-26.387000),(206.356000,-31.185000),(214.565000,-22.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.854000,-10.264000),(356.374000,-4.089000),(359.760000,-5.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.484000,5.029000),(194.678000,-3.353000),(198.374000,-3.015000),(201.064000,-8.760000),(202.605000,-10.304000),(203.369000,-10.446000),(205.242000,-11.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.167000,64.757000),(295.400000,63.925000),(296.530000,59.688000),(299.051000,61.960000),(302.869000,58.010000),(306.726000,58.173000),(308.987000,57.580000),(314.204000,64.200000),(303.481000,65.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.777000,-53.142000),(19.554000,-51.723000),(13.904000,-55.867000),(35.735000,-50.383000),(30.205000,-47.984000),(23.798000,-48.693000),(20.456000,-44.843000),(17.212000,-41.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.865000,-13.449000),(173.451000,1.557000),(177.514000,-4.852000),(178.740000,-10.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.800000,-55.359000),(354.193000,-53.377000),(342.544000,-53.997000),(341.930000,-52.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.721000,-9.254000),(157.401000,-15.850000),(161.055000,-14.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.674000,7.437000),(355.063000,8.892000),(1.085000,-6.279000),(3.125000,4.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.524000,8.703000),(179.204000,2.701000),(181.042000,1.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.048000,72.034000),(9.175000,73.831000),(13.669000,72.526000),(7.821000,72.465000),(355.149000,69.765000),(12.259000,70.948000),(14.399000,69.327000),(13.760000,63.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.250000,7.655000),(144.175000,9.343000),(135.611000,7.744000),(141.563000,8.505000),(141.438000,8.285000),(142.499000,7.552000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.677000,-1.900000),(97.402000,4.009000),(91.292000,2.650000),(91.761000,2.686000),(89.004000,2.271000),(90.007000,0.830000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.090000,-47.830000),(311.419000,-51.711000),(317.701000,-53.435000),(321.635000,-55.591000),(322.071000,-53.190000),(329.186000,-58.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.762000,15.292000),(177.959000,14.583000),(175.167000,6.277000),(180.534000,2.301000),(179.429000,8.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.151000,-9.875000),(133.235000,-6.631000),(129.997000,-11.572000),(136.498000,-11.524000),(133.700000,-13.424000),(139.785000,-18.133000),(142.357000,-13.801000),(142.724000,-6.699000),(139.450000,-3.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.706000,-25.656000),(36.940000,-30.962000),(46.004000,-22.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.304000,51.580000),(41.828000,41.284000),(53.439000,42.417000),(53.461000,38.285000),(56.446000,42.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.355000,-22.426000),(346.832000,-27.574000),(347.562000,-29.259000),(349.941000,-34.289000),(353.886000,-30.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.719000,-32.344000),(51.480000,-35.001000),(54.342000,-32.879000),(56.504000,-33.083000),(58.279000,-35.358000),(56.108000,-31.255000),(61.199000,-30.399000),(62.691000,-22.769000),(57.336000,-22.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.377000,-8.510000),(10.071000,-4.880000),(6.080000,-3.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.924000,-71.710000),(296.153000,-64.687000),(286.172000,-66.714000),(255.869000,-74.075000),(284.333000,-74.162000),(292.907000,-72.075000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.308000,51.340000),(234.264000,51.569000),(240.057000,53.391000),(233.515000,57.776000),(242.123000,59.052000),(243.278000,59.142000),(227.292000,63.550000),(218.361000,58.308000),(224.735000,55.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.824000,38.052000),(160.651000,32.791000),(182.455000,30.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.415000,16.302000),(203.799000,9.144000),(205.616000,7.300000),(206.765000,6.214000),(213.828000,2.652000),(218.533000,8.707000),(213.851000,10.700000),(217.292000,13.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.814000,3.978000),(185.486000,-2.350000),(184.279000,-4.292000),(183.978000,-5.504000),(186.014000,-7.237000),(191.545000,-3.085000),(194.578000,-3.225000),(187.945000,0.395000),(186.569000,-1.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.511000,-53.894000),(349.654000,-50.205000),(342.416000,-52.272000),(340.028000,-56.987000),(350.708000,-55.816000),(359.428000,-54.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.624000,72.684000),(48.641000,71.854000),(63.170000,68.021000),(61.896000,72.179000),(55.197000,77.985000),(42.948000,78.420000),(55.973000,75.610000),(50.951000,75.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.868000,15.610000),(189.475000,15.052000),(190.738000,16.896000),(190.953000,16.696000),(187.949000,21.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.869000,-34.795000),(70.855000,-45.200000),(82.935000,-39.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.468000,-30.708000),(216.931000,-31.788000),(219.633000,-32.532000),(225.640000,-33.391000),(227.132000,-32.702000),(227.736000,-39.351000),(234.189000,-30.557000),(227.794000,-25.294000),(227.524000,-26.769000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.525000,46.866000),(72.867000,53.093000),(58.701000,52.461000),(61.024000,58.853000),(45.002000,49.618000),(54.111000,49.746000),(55.200000,49.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.510000,54.337000),(179.059000,57.257000),(187.142000,58.489000),(172.443000,63.757000),(170.732000,64.008000),(160.571000,58.847000),(164.353000,55.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.639000,6.393000),(289.245000,1.940000),(295.066000,4.504000),(296.639000,6.811000),(297.880000,9.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.264000,-13.471000),(210.664000,-12.995000),(210.323000,-11.770000),(218.886000,-13.710000),(212.695000,-5.100000),(211.306000,-7.126000),(208.244000,-9.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.894000,-19.194000),(303.612000,-15.657000),(298.682000,-16.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.246000,77.793000),(345.372000,70.152000),(350.301000,67.985000),(5.532000,73.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.272000,53.972000),(160.618000,52.242000),(168.839000,47.153000),(169.538000,46.130000),(178.859000,44.644000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.815000,24.410000),(354.534000,26.663000),(349.733000,34.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.530000,-36.743000),(85.795000,-36.068000),(90.395000,-33.804000),(85.429000,-33.193000),(79.865000,-30.558000),(77.396000,-38.906000),(78.905000,-37.736000),(79.204000,-38.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.148000,41.422000),(92.717000,37.899000),(97.948000,43.186000),(103.252000,47.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.986000,-11.032000),(9.004000,3.060000),(357.263000,-6.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.305000,-41.873000),(92.787000,-48.621000),(96.402000,-46.259000),(101.483000,-43.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.876000,-19.242000),(211.128000,-22.050000),(215.302000,-20.442000),(222.405000,-22.831000),(211.327000,-16.913000),(206.998000,-14.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.577000,-23.712000),(188.699000,-23.901000),(185.496000,-23.245000),(192.967000,-21.860000),(187.815000,-22.412000),(193.200000,-21.621000),(185.567000,-20.874000),(185.977000,-19.495000),(187.356000,-16.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.625000,11.925000),(321.228000,8.166000),(330.439000,4.267000),(330.498000,9.740000),(332.644000,11.029000),(335.180000,12.488000),(333.874000,12.335000),(331.344000,19.859000),(325.942000,14.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.004000,-25.672000),(92.978000,-24.387000),(91.990000,-18.689000),(85.381000,-20.670000),(83.915000,-16.155000),(77.621000,-17.169000),(82.965000,-27.690000),(83.688000,-26.921000),(88.584000,-29.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.968000,-0.438000),(179.197000,-6.152000),(181.214000,-0.536000),(184.800000,1.243000),(181.154000,6.987000),(178.768000,3.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.179000,-11.744000),(345.016000,0.645000),(340.522000,-2.958000),(341.673000,2.541000),(339.781000,-3.499000),(339.576000,-0.695000),(337.756000,0.735000),(330.017000,-5.441000),(332.943000,-12.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.039000,-46.014000),(148.566000,-49.554000),(141.120000,-50.354000),(147.019000,-55.204000),(167.117000,-57.567000),(167.257000,-51.330000),(164.054000,-51.160000),(165.164000,-48.229000),(166.489000,-46.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.261000,-35.634000),(205.884000,-34.795000),(197.765000,-25.450000),(197.013000,-36.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.272000,-8.034000),(170.203000,-14.808000),(169.463000,-15.847000),(170.087000,-15.745000),(177.545000,-8.115000),(175.275000,-8.919000),(175.052000,-7.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.380000,-26.129000),(239.735000,-22.497000),(233.811000,-19.812000),(234.176000,-21.273000),(231.413000,-20.722000),(226.850000,-29.994000),(232.632000,-32.412000),(237.722000,-27.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.403000,-0.982000),(167.657000,10.535000),(161.065000,6.548000),(156.176000,8.246000),(158.560000,6.356000),(159.220000,5.796000),(160.150000,-2.615000),(160.584000,-2.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.355000,-16.099000),(99.654000,-8.173000),(100.943000,-13.744000),(98.481000,-11.918000),(99.017000,-18.748000),(100.698000,-17.924000),(101.114000,-18.519000),(98.846000,-25.362000),(102.767000,-19.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.933000,-1.979000),(94.750000,-1.486000),(91.478000,-5.437000),(96.318000,-5.014000),(103.655000,-10.868000),(101.060000,-6.556000),(100.908000,-3.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.679000,-11.848000),(184.211000,-10.536000),(176.908000,-14.736000),(172.319000,-15.982000),(177.457000,-18.317000),(187.020000,-16.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.767000,-55.058000),(90.017000,-51.946000),(83.538000,-54.442000),(89.039000,-61.254000),(99.676000,-67.939000),(99.268000,-64.774000),(99.814000,-59.335000),(107.140000,-58.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.988000,-4.863000),(328.776000,-0.570000),(324.946000,11.455000),(320.135000,6.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.027000,-13.953000),(106.011000,-21.089000),(103.606000,-20.178000),(105.479000,-23.644000),(109.053000,-31.335000),(109.657000,-22.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.894000,28.941000),(160.072000,25.053000),(164.681000,19.246000),(166.441000,29.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.521000,-48.542000),(183.187000,-47.989000),(179.188000,-54.350000),(187.235000,-58.127000),(192.749000,-48.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.364000,38.394000),(267.069000,33.065000),(267.486000,32.420000),(268.659000,32.209000),(278.376000,36.912000),(285.396000,44.460000),(277.372000,42.041000),(274.977000,41.546000),(272.215000,46.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.451000,75.616000),(278.681000,75.504000),(300.435000,71.505000),(311.659000,70.604000),(312.955000,73.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.774000,-15.532000),(149.410000,-6.951000),(136.419000,-13.381000),(137.928000,-17.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.686000,12.210000),(53.998000,7.029000),(56.148000,10.344000),(63.059000,7.698000),(59.833000,9.952000),(59.688000,10.284000),(59.793000,11.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.301000,-63.897000),(162.484000,-60.341000),(150.631000,-51.909000),(151.688000,-53.836000),(147.831000,-49.178000),(141.296000,-50.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.214000,-0.115000),(351.616000,-8.600000),(346.611000,-9.292000),(354.594000,-11.412000),(358.518000,-11.789000),(354.217000,-7.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.813000,-7.700000),(233.933000,-7.711000),(234.759000,-16.605000),(234.648000,-12.820000),(234.759000,-13.133000),(235.594000,-12.449000),(234.364000,-5.333000),(229.187000,-5.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.286000,25.391000),(254.957000,23.895000),(255.145000,19.798000),(260.794000,18.337000),(253.637000,28.713000),(248.223000,30.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.981000,19.919000),(12.537000,27.281000),(15.373000,14.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.831000,38.612000),(70.842000,42.990000),(70.870000,34.503000),(66.397000,28.911000),(73.947000,31.491000),(75.574000,32.040000),(84.740000,34.870000),(82.148000,36.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.340000,36.798000),(67.240000,27.726000),(70.426000,29.103000),(75.903000,33.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.765000,-48.317000),(314.401000,-60.306000),(326.563000,-51.730000),(328.504000,-44.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.188000,18.878000),(238.736000,16.548000),(243.950000,10.407000),(245.266000,12.264000),(251.737000,16.081000),(245.750000,22.062000),(240.425000,24.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.698000,-15.893000),(102.467000,-18.919000),(109.758000,-22.582000),(109.434000,-20.810000),(106.915000,-18.761000),(105.970000,-17.544000),(110.488000,-14.638000),(104.308000,-15.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.137000,-62.568000),(3.270000,-60.430000),(3.455000,-48.367000),(346.528000,-60.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.848000,-4.659000),(178.830000,-8.766000),(183.618000,-5.350000),(185.895000,-3.645000),(189.199000,-1.625000),(180.536000,-0.092000),(179.040000,-3.614000),(174.128000,-0.609000),(175.425000,-1.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.002000,-37.209000),(201.461000,-32.231000),(195.198000,-28.701000),(195.864000,-32.262000),(200.635000,-38.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.285000,0.491000),(220.939000,7.743000),(217.249000,7.835000),(216.872000,10.453000),(213.327000,7.718000),(206.768000,5.070000),(210.597000,1.397000),(213.586000,3.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.645000,22.195000),(94.441000,22.019000),(95.315000,20.074000),(97.172000,15.268000),(96.474000,11.491000),(105.719000,19.856000),(105.619000,20.229000),(108.620000,25.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.050000,-5.241000),(352.090000,-4.807000),(359.739000,-4.197000),(0.225000,4.101000),(355.013000,4.802000),(349.823000,2.896000),(347.257000,4.889000),(348.305000,2.353000),(347.575000,-4.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.923000,19.717000),(42.842000,21.103000),(39.127000,22.536000),(38.729000,28.021000),(38.570000,29.168000),(37.814000,16.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.955000,15.962000),(312.651000,19.463000),(312.616000,18.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.972000,9.960000),(202.467000,15.760000),(195.258000,20.355000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.528000,-7.707000),(204.162000,-9.813000),(204.032000,-12.340000),(207.000000,-10.302000),(208.116000,-13.838000),(211.973000,-12.085000),(218.196000,-11.247000),(211.550000,-4.930000),(202.991000,-1.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.958000,-11.548000),(284.376000,-8.887000),(276.939000,-14.113000),(283.936000,-15.838000),(289.644000,-22.113000),(287.535000,-15.413000),(292.520000,-14.852000),(290.420000,-13.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.412000,43.231000),(111.915000,48.270000),(120.614000,55.095000),(106.163000,42.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.016000,27.678000),(25.361000,28.637000),(19.055000,28.308000),(17.461000,28.530000),(15.257000,27.325000),(22.271000,22.505000),(21.343000,17.890000),(27.404000,20.868000),(25.646000,27.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.090000,6.051000),(278.353000,13.857000),(281.139000,16.519000),(275.995000,20.129000),(274.497000,18.357000),(273.636000,19.043000),(265.697000,12.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.499000,39.351000),(62.746000,37.801000),(63.798000,37.688000),(67.146000,38.893000),(53.739000,43.521000),(47.779000,44.194000),(46.247000,40.126000),(51.067000,40.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.720000,-73.205000),(173.450000,-72.481000),(185.987000,-66.539000),(169.901000,-66.943000),(169.074000,-60.374000),(157.497000,-68.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.488000,-23.330000),(16.888000,-19.918000),(24.386000,-20.059000),(16.729000,-16.431000),(8.428000,-18.034000),(6.784000,-19.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.349000,-43.341000),(104.081000,-33.939000),(100.536000,-41.430000),(94.573000,-41.188000),(95.618000,-42.699000),(98.180000,-49.101000),(101.234000,-45.647000),(101.445000,-48.704000),(105.847000,-47.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.560000,28.625000),(231.881000,22.155000),(231.598000,19.406000),(236.398000,25.310000),(236.504000,25.517000),(236.605000,27.317000),(236.314000,28.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.040000,36.066000),(106.040000,28.899000),(105.251000,25.688000),(109.723000,17.517000),(121.621000,28.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.543000,40.843000),(177.335000,39.957000),(174.390000,37.303000),(182.474000,38.068000),(176.660000,31.566000),(192.549000,36.720000),(185.966000,42.897000),(182.088000,48.564000),(180.851000,44.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.083000,49.277000),(278.199000,42.875000),(295.818000,49.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.613000,-51.598000),(123.439000,-55.471000),(141.341000,-52.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.472000,-52.432000),(21.645000,-55.506000),(26.208000,-61.883000),(34.321000,-64.309000),(43.338000,-67.388000),(40.310000,-59.496000),(45.138000,-59.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.847000,-73.339000),(93.803000,-77.799000),(106.589000,-83.267000),(124.892000,-77.667000),(159.115000,-83.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.487000,60.298000),(201.146000,71.254000),(184.231000,62.780000),(187.323000,61.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.469000,-17.404000),(134.862000,-18.990000),(132.044000,-28.568000),(136.293000,-24.678000),(144.755000,-19.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.360000,-15.007000),(149.722000,-10.853000),(154.812000,-7.814000),(156.255000,-2.051000),(156.969000,-0.967000),(149.468000,-4.311000),(147.964000,1.661000),(139.666000,-9.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.738000,-14.410000),(235.142000,-9.669000),(232.997000,-10.465000),(229.180000,-21.976000),(235.970000,-18.898000),(240.284000,-10.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.897000,-52.409000),(9.466000,-46.458000),(7.642000,-47.349000),(7.264000,-49.345000),(7.432000,-47.438000),(5.799000,-48.208000),(2.354000,-51.595000),(354.340000,-55.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.712000,-4.420000),(195.749000,-5.979000),(196.505000,-4.038000),(199.872000,-4.571000),(202.727000,-4.503000),(199.150000,-0.380000),(196.348000,4.628000),(189.533000,6.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.431000,19.544000),(7.107000,24.707000),(3.992000,27.511000),(3.224000,15.840000),(10.539000,18.358000),(10.606000,12.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.247000,25.235000),(245.772000,24.505000),(245.676000,22.827000),(251.857000,18.394000),(250.222000,13.667000),(253.911000,12.677000),(257.023000,12.871000),(258.794000,16.625000),(255.220000,20.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.225000,0.736000),(355.663000,3.161000),(356.394000,2.587000),(358.589000,-9.501000),(1.103000,-0.964000),(1.499000,0.426000),(5.259000,6.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.862000,61.920000),(32.794000,53.637000),(24.356000,49.668000),(32.291000,50.223000),(37.739000,44.381000),(45.111000,46.829000),(42.649000,51.578000),(39.470000,57.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.682000,-2.938000),(192.587000,1.635000),(187.017000,-2.764000),(187.585000,-5.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.371000,67.040000),(170.081000,67.669000),(149.818000,71.477000),(139.224000,74.369000),(135.013000,71.951000),(149.729000,64.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.736000,-13.154000),(277.352000,-17.633000),(279.121000,-17.543000),(277.612000,-24.301000),(290.422000,-20.816000),(286.805000,-17.597000),(286.883000,-14.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.717000,4.058000),(5.121000,8.058000),(353.231000,6.594000),(355.059000,2.475000),(355.542000,-1.987000),(355.752000,-5.740000),(356.580000,-5.341000),(359.325000,0.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.425000,-55.697000),(11.725000,-52.771000),(12.611000,-58.977000),(14.842000,-56.209000),(27.722000,-50.048000),(22.161000,-44.886000),(8.521000,-45.902000),(2.538000,-48.477000),(10.985000,-50.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.961000,53.264000),(9.266000,52.304000),(2.195000,48.603000),(358.831000,40.258000),(11.227000,38.613000),(10.639000,42.940000),(15.112000,45.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.338000,10.265000),(231.718000,6.025000),(236.527000,2.391000),(240.608000,3.189000),(241.121000,5.399000),(239.008000,9.238000),(239.870000,15.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.404000,-5.952000),(333.933000,-12.998000),(331.855000,-7.893000),(331.775000,-13.922000),(340.251000,-18.588000),(336.860000,-14.381000),(338.208000,-12.601000),(335.974000,-12.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.300000,-41.747000),(75.883000,-37.308000),(76.209000,-34.976000),(71.170000,-41.365000),(65.349000,-44.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.360000,8.817000),(0.270000,4.264000),(2.234000,1.019000),(8.570000,-2.599000),(11.884000,1.988000),(16.658000,1.510000),(9.761000,5.819000),(17.988000,5.765000),(12.566000,6.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.366000,49.055000),(168.523000,49.294000),(169.084000,53.744000),(144.996000,47.186000),(156.415000,43.200000),(165.990000,43.651000),(166.644000,46.371000),(170.716000,46.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.299000,41.356000),(292.221000,35.027000),(308.727000,38.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.964000,-15.448000),(356.813000,-14.791000),(1.178000,-20.530000),(358.889000,-23.829000),(358.471000,-26.744000),(8.313000,-25.531000),(5.357000,-22.312000),(9.579000,-22.425000),(9.007000,-21.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.843000,6.718000),(322.132000,5.547000),(326.998000,8.388000),(329.708000,8.671000),(326.138000,14.700000),(318.274000,19.400000),(313.164000,11.978000),(313.794000,11.029000),(315.809000,5.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.446000,-59.754000),(345.630000,-60.182000),(343.709000,-63.658000),(342.379000,-66.063000),(358.312000,-60.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.897000,-13.451000),(6.088000,-12.652000),(7.111000,-7.256000),(359.309000,-1.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.301000,-9.681000),(117.685000,-14.083000),(115.512000,-6.654000),(108.047000,-6.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.430000,-21.013000),(199.841000,-17.614000),(200.962000,-17.514000),(201.570000,-12.641000),(189.922000,-5.819000),(189.566000,-13.922000),(191.141000,-17.359000),(190.120000,-19.422000),(194.974000,-17.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.832000,4.660000),(147.201000,2.874000),(146.310000,-3.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.089000,-5.121000),(334.873000,-4.754000),(332.932000,-2.380000),(329.310000,-4.192000),(329.278000,-2.236000),(328.636000,-9.731000),(328.183000,-11.528000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.732000,34.520000),(193.825000,31.142000),(184.330000,35.813000),(181.553000,43.355000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.222000,-30.234000),(332.948000,-39.518000),(343.686000,-36.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.289000,34.731000),(199.212000,48.192000),(200.683000,41.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.758000,20.711000),(182.995000,27.804000),(186.584000,23.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.285000,18.215000),(91.700000,13.177000),(97.018000,11.737000),(101.518000,13.942000),(90.607000,20.623000),(88.659000,20.934000),(85.617000,21.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.939000,-54.661000),(312.860000,-60.605000),(309.992000,-59.044000),(309.361000,-61.141000),(329.262000,-61.077000),(316.915000,-61.090000),(321.113000,-53.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.618000,-48.964000),(65.185000,-49.981000),(64.865000,-49.899000),(60.247000,-50.750000),(71.110000,-58.580000),(69.691000,-54.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.230000,35.494000),(235.594000,34.915000),(238.219000,35.766000),(234.374000,37.085000),(225.577000,40.952000),(220.517000,41.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.892000,68.373000),(310.938000,66.494000),(287.698000,64.873000),(300.844000,61.576000),(303.954000,52.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.463000,10.621000),(106.512000,12.671000),(94.351000,2.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.566000,-10.912000),(28.986000,-11.474000),(29.318000,-18.977000),(33.867000,-28.331000),(36.117000,-23.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.545000,23.523000),(188.024000,22.306000),(192.020000,16.293000),(194.336000,15.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.615000,20.890000),(210.061000,21.646000),(212.068000,20.664000),(213.434000,22.720000),(212.243000,27.015000),(214.298000,34.180000),(203.079000,30.937000),(203.183000,30.060000),(202.173000,24.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.799000,59.054000),(312.604000,53.282000),(328.390000,43.443000),(335.094000,45.639000),(328.637000,49.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.933000,-3.900000),(98.807000,6.697000),(94.885000,-3.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.865000,-34.781000),(112.868000,-33.383000),(110.099000,-31.322000),(107.484000,-41.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.339000,11.537000),(282.417000,10.847000),(282.124000,0.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.900000,-11.544000),(187.404000,-11.610000),(184.984000,-7.876000),(187.351000,-13.235000),(196.072000,-14.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.333000,25.669000),(329.535000,15.792000),(335.589000,17.625000),(336.169000,14.785000),(338.495000,12.841000),(337.072000,18.622000),(342.215000,22.289000),(341.021000,25.490000),(337.497000,23.176000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.577000,4.654000),(185.250000,7.592000),(187.885000,3.757000),(186.825000,7.693000),(186.314000,9.559000),(183.502000,10.463000),(175.564000,9.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.124000,-41.627000),(310.193000,-47.137000),(330.812000,-45.421000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.151000,-76.577000),(92.895000,-71.036000),(74.948000,-65.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.397000,53.136000),(282.181000,50.791000),(284.308000,51.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.318000,-15.779000),(209.025000,-7.533000),(201.983000,-6.942000),(195.884000,-4.241000),(192.796000,-6.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.450000,-5.377000),(356.182000,3.536000),(350.753000,-6.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.086000,-26.740000),(187.964000,-22.030000),(186.235000,-19.778000),(184.530000,-18.482000),(183.492000,-21.857000),(182.839000,-24.632000),(182.220000,-26.810000),(186.520000,-25.565000),(186.919000,-25.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.857000,-22.151000),(186.552000,-21.986000),(181.172000,-16.573000),(187.455000,-13.731000),(187.466000,-11.917000),(181.866000,-15.039000),(176.278000,-16.570000),(174.483000,-23.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.691000,-79.501000),(316.468000,-77.994000),(5.575000,-80.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.288000,21.899000),(185.853000,22.173000),(175.854000,28.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.119000,-3.710000),(54.123000,-2.408000),(47.638000,-4.836000),(46.068000,-3.534000),(47.434000,-6.917000),(48.314000,-8.267000),(46.481000,-14.883000),(51.132000,-9.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.238000,63.982000),(40.842000,68.630000),(39.254000,74.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.926000,-21.710000),(108.977000,-14.234000),(109.739000,-9.512000),(109.517000,-6.652000),(105.653000,-7.650000),(102.072000,-7.419000),(104.329000,-12.727000),(97.917000,-10.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.429000,-54.687000),(337.355000,-54.974000),(328.922000,-53.069000),(325.954000,-51.182000),(317.623000,-61.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.939000,37.599000),(166.990000,39.051000),(173.303000,40.754000),(174.924000,51.230000),(161.858000,46.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.914000,74.612000),(124.733000,65.397000),(124.885000,61.201000),(135.628000,61.944000),(138.258000,57.343000),(158.660000,72.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.960000,-34.332000),(182.388000,-39.048000),(192.901000,-43.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.290000,11.209000),(331.956000,15.717000),(333.743000,9.185000),(333.424000,9.490000),(331.493000,10.287000),(328.181000,7.478000),(333.166000,7.139000),(335.731000,4.271000),(338.963000,-0.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.445000,-28.694000),(315.425000,-31.457000),(317.219000,-32.884000),(319.010000,-30.245000),(324.506000,-23.149000),(325.071000,-20.638000),(318.111000,-25.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.666000,-14.506000),(178.464000,-19.341000),(185.796000,-16.760000),(184.307000,-15.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.915000,-20.469000),(194.188000,-17.354000),(192.447000,-24.617000),(207.259000,-30.006000),(205.026000,-24.763000),(203.374000,-23.227000),(210.777000,-20.449000),(205.474000,-20.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.097000,-12.667000),(27.007000,-16.103000),(26.700000,-25.033000),(31.578000,-23.786000),(35.103000,-16.201000),(35.115000,-14.613000),(33.847000,-16.208000),(33.527000,-15.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.825000,-2.319000),(192.975000,2.940000),(188.524000,5.707000),(187.208000,3.710000),(192.980000,-10.456000),(189.308000,-4.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.273000,13.878000),(328.285000,14.301000),(328.139000,14.915000),(331.016000,18.470000),(327.955000,16.187000),(319.533000,15.974000),(323.613000,14.512000),(327.822000,9.264000),(332.134000,9.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.471000,17.289000),(232.768000,15.701000),(233.939000,15.388000),(237.258000,14.298000),(238.601000,10.696000),(238.674000,13.860000),(246.050000,14.196000),(237.241000,17.488000),(238.610000,25.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.151000,33.503000),(85.081000,35.882000),(79.978000,40.697000),(74.871000,44.923000),(73.108000,42.295000),(68.166000,41.321000),(77.201000,36.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.448000,-11.746000),(280.363000,-15.014000),(283.971000,-13.092000),(285.855000,-12.237000),(288.849000,-7.694000),(283.125000,-12.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.373000,20.098000),(147.574000,13.920000),(156.469000,20.578000),(147.041000,22.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.407000,2.341000),(194.127000,5.752000),(184.008000,-0.777000),(188.212000,-3.346000),(198.258000,-3.126000),(196.756000,-1.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.203000,-5.827000),(4.991000,1.633000),(6.555000,-5.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.003000,14.875000),(103.638000,17.536000),(105.487000,24.801000),(94.717000,24.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.640000,-0.602000),(182.154000,1.681000),(185.143000,8.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.995000,20.028000),(245.822000,19.576000),(246.536000,17.012000),(247.790000,11.070000),(248.833000,13.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.544000,-25.509000),(340.923000,-16.871000),(334.509000,-13.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.612000,-54.286000),(267.577000,-58.587000),(273.442000,-57.628000),(268.188000,-46.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.013000,14.209000),(181.137000,20.566000),(176.015000,18.480000),(172.372000,19.605000),(171.546000,19.808000),(177.030000,13.888000),(176.488000,11.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.477000,-0.162000),(177.487000,-0.819000),(176.985000,-9.022000),(187.788000,2.035000),(179.317000,7.636000),(177.444000,4.746000),(176.576000,4.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.717000,-40.298000),(143.457000,-38.051000),(142.925000,-34.124000),(141.362000,-39.644000),(141.346000,-40.475000),(136.082000,-43.287000),(140.674000,-50.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.836000,-33.404000),(293.583000,-30.873000),(296.955000,-17.370000),(282.293000,-20.066000),(285.972000,-27.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.593000,-3.418000),(306.858000,-2.218000),(300.081000,7.889000),(299.137000,11.496000),(292.412000,7.457000),(294.589000,1.271000),(288.467000,-1.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.164000,-1.072000),(287.388000,-0.237000),(277.438000,0.119000),(271.494000,-1.466000),(276.441000,-1.420000),(277.393000,-1.518000),(279.219000,-2.584000),(281.942000,-10.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.992000,21.447000),(173.549000,25.462000),(176.266000,17.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.776000,-22.910000),(326.505000,-19.231000),(324.331000,-21.992000),(327.466000,-26.746000),(327.963000,-28.832000),(330.296000,-27.797000),(330.295000,-29.277000),(335.791000,-22.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.131000,33.531000),(87.752000,37.725000),(91.011000,30.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.179000,17.336000),(270.872000,24.914000),(262.788000,24.831000),(267.002000,24.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.555000,2.484000),(354.659000,-3.100000),(352.637000,5.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.120000,0.630000),(101.863000,-2.338000),(98.136000,3.496000),(97.787000,6.161000),(90.199000,11.593000),(90.145000,10.397000),(89.912000,8.651000),(91.585000,0.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.599000,-11.730000),(326.356000,-15.435000),(339.883000,-14.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.397000,-36.199000),(64.497000,-34.869000),(50.797000,-43.024000),(59.073000,-45.507000),(62.504000,-50.594000),(62.430000,-44.480000),(71.003000,-38.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.845000,69.818000),(156.725000,77.699000),(157.275000,73.540000),(149.967000,64.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.229000,53.374000),(341.366000,51.560000),(336.471000,50.878000),(328.875000,52.917000),(328.591000,39.897000),(335.270000,38.188000),(338.527000,43.280000),(342.470000,42.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.887000,30.779000),(200.057000,30.383000),(211.170000,22.714000),(213.647000,25.308000),(209.206000,29.732000),(206.190000,33.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.336000,-4.155000),(170.868000,0.301000),(174.223000,-12.085000),(180.699000,-8.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.107000,-46.093000),(57.343000,-45.409000),(56.820000,-48.679000),(58.657000,-47.649000),(67.670000,-46.847000),(62.623000,-43.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.527000,10.015000),(182.186000,7.229000),(184.957000,13.370000),(188.327000,16.200000),(186.723000,16.888000),(185.998000,18.110000),(182.849000,19.922000),(177.857000,21.926000),(179.627000,19.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.903000,24.448000),(264.005000,26.007000),(261.359000,30.878000),(255.552000,30.826000),(258.508000,20.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.439000,-11.000000),(2.072000,-6.452000),(4.937000,-2.456000),(3.647000,-2.156000),(2.208000,2.472000),(358.132000,1.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.844000,19.443000),(277.217000,20.570000),(272.725000,19.757000),(270.823000,23.861000),(262.120000,17.302000),(267.717000,14.119000),(266.414000,9.085000),(269.525000,7.523000),(277.402000,13.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.331000,-43.535000),(24.067000,-40.008000),(14.043000,-41.257000),(14.705000,-46.199000),(17.174000,-48.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.632000,-68.744000),(99.150000,-63.947000),(88.476000,-61.124000),(83.639000,-59.847000),(60.024000,-76.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.770000,0.414000),(165.977000,1.973000),(163.145000,6.996000),(163.542000,10.292000),(150.953000,7.421000),(158.074000,4.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.413000,-15.353000),(191.284000,-11.242000),(187.601000,-10.821000),(181.712000,-12.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.372000,54.350000),(39.646000,53.527000),(34.772000,62.177000),(28.776000,54.527000),(28.542000,50.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.736000,-2.740000),(92.334000,-5.040000),(94.805000,-3.410000),(97.991000,-2.237000),(95.055000,3.935000),(93.558000,1.196000),(90.759000,6.130000),(86.419000,4.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.281000,-78.955000),(137.572000,-75.957000),(124.396000,-76.879000),(97.994000,-77.191000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.886000,44.859000),(95.245000,34.382000),(93.437000,39.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.370000,57.080000),(293.823000,54.988000),(296.617000,52.938000),(297.359000,53.062000),(304.160000,53.882000),(306.812000,53.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.553000,-34.281000),(213.175000,-28.906000),(203.573000,-27.976000),(201.981000,-34.702000),(196.894000,-39.006000),(201.296000,-43.672000),(210.257000,-38.404000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.758000,-29.440000),(53.096000,-27.874000),(55.969000,-28.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.462000,8.522000),(349.297000,3.763000),(347.512000,7.051000),(347.029000,-2.075000),(351.348000,1.465000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.312000,-30.687000),(18.591000,-27.582000),(24.882000,-30.671000),(24.730000,-30.461000),(19.371000,-20.356000),(18.759000,-20.615000),(18.706000,-23.728000),(16.526000,-22.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.582000,63.003000),(324.376000,61.599000),(348.342000,53.607000),(344.029000,60.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.998000,19.425000),(288.364000,11.207000),(293.131000,6.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.612000,-41.279000),(35.334000,-42.877000),(29.931000,-39.003000),(29.196000,-39.839000),(30.359000,-47.710000),(33.667000,-51.270000),(37.013000,-45.111000),(43.503000,-48.279000),(37.618000,-41.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.929000,-17.181000),(184.926000,-14.879000),(194.956000,-23.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.682000,-17.113000),(235.397000,-19.523000),(238.783000,-25.847000),(241.548000,-18.742000),(245.061000,-17.685000),(241.380000,-13.184000),(235.730000,-14.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.956000,-6.967000),(50.270000,-5.313000),(46.597000,-4.782000),(45.377000,-6.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.652000,-62.916000),(336.965000,-63.853000),(327.587000,-64.473000),(323.605000,-64.877000),(338.251000,-69.271000),(343.046000,-53.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.764000,-1.945000),(23.779000,-2.919000),(21.204000,0.821000),(22.046000,1.418000),(26.338000,6.812000),(12.130000,5.799000),(15.651000,2.108000),(15.155000,1.882000),(13.281000,-4.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.507000,-44.523000),(283.469000,-36.205000),(280.403000,-38.687000),(277.929000,-39.322000),(273.665000,-37.939000),(276.633000,-40.885000),(274.603000,-40.476000),(271.651000,-43.927000),(276.529000,-50.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.017000,4.770000),(179.688000,-0.355000),(178.860000,-4.486000),(182.124000,4.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.019000,-46.140000),(121.774000,-51.729000),(117.341000,-53.967000),(129.951000,-51.196000),(132.647000,-52.786000),(135.443000,-55.285000),(132.938000,-48.024000),(140.845000,-43.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.870000,28.766000),(110.660000,19.695000),(129.420000,24.716000),(128.623000,25.738000),(124.594000,26.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.940000,3.022000),(19.933000,6.384000),(18.512000,6.818000),(14.994000,11.581000),(14.650000,6.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.775000,13.758000),(176.104000,16.037000),(175.366000,20.239000),(175.326000,4.930000),(176.449000,12.311000),(178.530000,9.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.116000,72.555000),(107.672000,74.627000),(131.406000,77.254000),(115.905000,82.081000),(86.419000,78.801000),(72.220000,76.503000),(97.414000,73.955000),(94.822000,72.670000),(91.174000,69.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.311000,-5.751000),(233.397000,-5.944000),(231.929000,-2.940000),(231.425000,-11.789000),(229.747000,-18.147000),(230.801000,-17.215000),(234.453000,-9.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.663000,1.434000),(2.410000,5.020000),(355.777000,12.344000),(354.359000,7.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.414000,-61.909000),(229.754000,-57.881000),(227.744000,-51.439000),(224.378000,-56.548000),(226.366000,-62.698000),(223.529000,-67.634000),(230.280000,-62.081000),(240.170000,-67.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.796000,2.541000),(12.411000,-2.964000),(10.437000,1.907000),(6.657000,12.850000),(4.871000,4.730000),(5.316000,2.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.660000,51.405000),(37.159000,51.921000),(46.170000,45.641000),(47.503000,42.807000),(51.763000,43.660000),(53.129000,41.077000),(60.818000,50.549000),(52.287000,52.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.217000,14.422000),(73.338000,16.257000),(73.290000,18.462000),(78.161000,21.725000),(73.673000,26.418000),(69.489000,25.721000),(67.330000,25.000000),(63.082000,24.707000),(62.810000,24.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.253000,5.884000),(347.378000,8.719000),(344.819000,10.777000),(341.928000,12.840000),(342.066000,7.451000),(337.039000,11.385000),(340.722000,8.262000),(340.833000,5.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.722000,5.886000),(9.020000,8.867000),(3.271000,9.106000),(5.205000,16.098000),(2.158000,9.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.163000,11.734000),(172.356000,5.050000),(184.624000,12.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.167000,-74.611000),(66.468000,-72.205000),(77.148000,-89.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.945000,5.340000),(139.569000,-3.071000),(143.253000,-11.066000),(147.287000,-2.714000),(142.678000,-1.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.654000,0.333000),(297.031000,4.491000),(286.241000,4.499000),(284.560000,3.682000),(280.414000,1.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.966000,34.550000),(341.732000,32.614000),(343.746000,33.809000),(338.588000,37.580000),(335.108000,37.774000),(334.227000,34.866000),(337.576000,33.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.906000,-56.149000),(129.707000,-54.611000),(115.960000,-60.085000),(136.240000,-63.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.098000,0.506000),(352.071000,0.887000),(356.712000,3.036000),(350.580000,11.884000),(349.838000,10.965000),(351.137000,5.811000),(350.343000,5.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.989000,22.882000),(347.803000,24.312000),(346.350000,25.040000),(342.494000,28.114000),(342.146000,26.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.873000,7.918000),(193.169000,-0.146000),(192.105000,3.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.581000,-42.096000),(283.451000,-47.548000),(287.467000,-46.301000),(290.286000,-48.175000),(296.855000,-40.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.660000,-2.223000),(170.204000,-7.423000),(171.176000,-3.945000),(172.716000,-4.783000),(173.585000,-6.553000),(178.013000,2.313000),(179.286000,3.517000),(179.648000,6.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.965000,-0.934000),(333.108000,-11.734000),(335.433000,-9.502000),(338.464000,-2.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.026000,25.789000),(205.676000,27.028000),(216.505000,33.598000),(204.797000,34.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.656000,-9.433000),(215.566000,-4.924000),(214.761000,-13.890000),(218.372000,-14.863000),(219.612000,-15.799000),(219.718000,-11.673000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.903000,1.252000),(178.272000,-1.368000),(180.033000,-9.692000),(185.075000,-4.345000),(185.456000,-8.273000),(185.380000,-3.291000),(187.403000,-10.862000),(186.541000,-5.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.285000,1.759000),(215.980000,4.390000),(216.550000,7.968000),(215.344000,10.900000),(214.846000,14.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.393000,-39.450000),(112.884000,-33.400000),(117.188000,-27.339000),(112.098000,-24.576000),(107.091000,-23.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.897000,-71.051000),(54.271000,-69.293000),(100.278000,-77.127000),(104.583000,-74.460000),(94.500000,-70.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.960000,8.517000),(168.872000,4.916000),(169.631000,2.349000),(168.585000,-1.561000),(169.456000,-0.129000),(172.505000,3.494000),(178.844000,4.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.556000,73.285000),(10.327000,67.314000),(17.860000,69.171000),(20.521000,66.675000),(26.737000,71.149000),(31.115000,68.289000),(55.382000,68.977000),(35.802000,75.176000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.130000,21.260000),(67.698000,33.417000),(64.576000,26.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.567000,-15.576000),(50.978000,-17.534000),(52.211000,-8.805000),(46.955000,-6.177000),(44.895000,-9.712000),(36.433000,-6.887000),(38.710000,-9.996000),(43.475000,-11.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.503000,8.760000),(74.491000,9.220000),(74.736000,17.420000),(67.265000,7.372000),(68.480000,5.672000),(75.307000,2.679000),(77.615000,4.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.846000,-16.297000),(23.720000,-15.920000),(29.934000,-10.005000),(25.336000,-13.591000),(19.809000,-14.077000),(22.791000,-26.003000),(23.962000,-19.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.129000,21.957000),(304.204000,21.505000),(307.608000,25.970000),(301.723000,19.858000),(299.291000,14.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.774000,7.206000),(299.855000,7.145000),(298.564000,6.523000),(297.559000,3.978000),(303.916000,1.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.087000,21.384000),(142.080000,22.253000),(142.418000,26.276000),(133.668000,25.116000),(131.704000,23.174000),(137.056000,13.051000),(138.684000,20.774000),(145.737000,16.806000),(141.329000,20.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.910000,-1.058000),(178.650000,-4.034000),(182.226000,-2.282000),(168.492000,9.359000),(168.014000,4.264000),(166.275000,1.881000),(169.962000,-1.406000),(169.714000,-7.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.883000,-61.241000),(126.917000,-62.549000),(110.393000,-66.787000),(112.069000,-66.636000),(128.540000,-63.918000),(124.909000,-67.576000),(144.053000,-63.933000),(146.206000,-59.105000),(130.319000,-60.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.273000,-58.097000),(326.330000,-52.059000),(322.200000,-49.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.600000,20.884000),(322.154000,10.569000),(331.691000,13.455000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.806000,-27.225000),(23.953000,-20.485000),(18.245000,-25.471000),(20.076000,-30.022000),(18.227000,-31.862000),(28.762000,-34.341000),(31.158000,-33.486000),(32.508000,-24.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.722000,-58.290000),(211.017000,-55.890000),(219.732000,-58.431000),(216.988000,-51.910000),(217.475000,-51.196000),(212.785000,-53.620000),(209.691000,-45.020000),(196.225000,-53.517000),(204.635000,-54.972000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.067000,39.330000),(319.216000,39.207000),(327.816000,35.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.248000,-38.845000),(2.612000,-40.109000),(0.511000,-42.804000),(3.675000,-40.762000),(7.392000,-47.436000),(2.765000,-34.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.012000,12.306000),(9.034000,9.238000),(9.353000,8.454000),(8.987000,7.048000),(9.640000,5.406000),(15.381000,5.140000),(16.171000,7.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.663000,-16.073000),(87.897000,-9.960000),(80.904000,-11.598000),(79.253000,-10.469000),(77.173000,-20.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.564000,-31.695000),(21.485000,-31.742000),(27.071000,-36.350000),(37.377000,-39.731000),(36.712000,-32.469000),(31.590000,-29.084000),(29.386000,-31.759000),(27.433000,-31.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.888000,-12.044000),(2.498000,-12.200000),(352.440000,-10.819000),(358.512000,-14.423000),(359.977000,-14.691000),(2.678000,-14.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.077000,13.191000),(334.295000,5.211000),(334.351000,6.178000),(336.417000,4.221000),(341.335000,6.388000),(339.407000,8.689000),(337.126000,11.307000),(337.144000,15.677000),(335.855000,21.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.187000,-37.294000),(272.077000,-38.521000),(280.358000,-26.536000),(276.627000,-28.548000),(274.342000,-32.505000),(271.334000,-34.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.336000,-16.067000),(291.131000,-14.199000),(291.874000,-24.159000),(296.784000,-19.866000),(297.937000,-23.564000),(297.865000,-22.538000),(302.903000,-16.824000),(298.374000,-16.719000),(298.872000,-14.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.552000,-27.422000),(70.464000,-29.379000),(73.740000,-22.964000),(66.830000,-22.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.424000,8.594000),(178.027000,-2.063000),(186.351000,-4.261000),(185.431000,0.319000),(189.251000,-0.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.110000,-6.435000),(186.580000,-2.963000),(183.201000,0.003000),(182.563000,-1.253000),(182.339000,-2.875000),(173.451000,-6.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.399000,6.684000),(225.108000,6.865000),(222.849000,13.875000),(217.770000,17.189000),(213.391000,19.506000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.900000,2.696000),(174.168000,5.117000),(169.065000,3.513000),(164.388000,4.959000),(168.396000,1.145000),(166.226000,-6.849000),(174.579000,-6.886000),(171.909000,0.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.381000,-1.102000),(18.304000,-1.247000),(19.372000,-1.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.719000,-58.525000),(180.035000,-56.430000),(191.385000,-52.054000),(165.456000,-53.871000),(167.336000,-62.592000),(177.330000,-56.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.518000,6.256000),(356.721000,4.582000),(3.015000,-5.147000),(9.802000,-0.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.534000,2.680000),(356.569000,-1.122000),(354.112000,-2.371000),(4.864000,-0.061000),(2.886000,4.738000),(0.634000,6.992000),(0.437000,1.787000),(358.723000,2.900000),(359.628000,1.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.776000,38.308000),(55.401000,43.259000),(54.912000,44.280000),(61.423000,46.327000),(54.147000,52.234000),(46.630000,43.883000),(41.336000,37.116000),(46.187000,39.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.424000,-13.058000),(252.469000,-11.885000),(250.354000,-10.579000),(251.084000,-8.228000),(243.208000,-7.063000),(241.787000,-7.338000),(248.055000,-17.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.172000,24.141000),(6.363000,19.015000),(11.499000,25.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.479000,-17.628000),(1.542000,-11.929000),(3.507000,-7.428000),(0.291000,-3.045000),(356.014000,-8.325000),(359.713000,-14.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.913000,31.727000),(147.440000,33.879000),(149.281000,26.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.045000,-6.076000),(6.740000,2.034000),(3.026000,5.630000),(3.901000,8.332000),(2.073000,5.038000),(1.772000,4.660000),(356.458000,10.302000),(353.533000,2.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.102000,71.647000),(260.592000,66.683000),(251.364000,67.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.505000,1.231000),(1.665000,0.621000),(359.962000,-0.204000),(353.683000,-0.696000),(350.154000,0.801000),(355.679000,-2.732000),(355.592000,-4.304000),(359.848000,-4.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.857000,-9.522000),(299.414000,-3.496000),(293.146000,-4.936000),(291.631000,-4.915000),(290.709000,-5.674000),(291.117000,-7.286000),(285.134000,-5.971000),(288.109000,-10.617000),(290.815000,-10.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.353000,19.535000),(328.898000,9.689000),(334.065000,2.172000),(345.612000,10.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.299000,5.552000),(64.117000,3.139000),(64.825000,6.690000),(70.557000,7.499000),(71.645000,8.218000),(72.743000,9.031000),(66.636000,12.157000),(61.221000,8.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.794000,-66.004000),(187.607000,-67.961000),(203.255000,-68.432000),(183.697000,-55.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.357000,-11.987000),(167.427000,-15.088000),(162.325000,-18.933000),(166.837000,-28.658000),(169.219000,-26.278000),(174.806000,-25.684000),(172.758000,-19.708000),(179.245000,-20.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.982000,46.498000),(227.674000,47.949000),(230.202000,50.016000),(227.842000,51.127000),(236.118000,56.240000),(209.131000,51.240000),(211.224000,49.667000),(218.157000,49.610000),(223.109000,48.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.980000,3.173000),(7.270000,8.451000),(2.554000,9.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.633000,-5.825000),(357.952000,-10.082000),(5.273000,-1.184000),(357.766000,-1.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.184000,28.175000),(29.787000,21.803000),(36.911000,27.136000),(36.980000,33.094000),(34.580000,34.730000),(25.591000,33.745000),(29.686000,29.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.623000,-7.888000),(126.087000,-6.823000),(123.956000,-10.358000),(126.957000,-10.238000),(126.895000,-11.506000),(128.773000,-6.669000),(124.578000,-3.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.514000,-53.892000),(198.677000,-47.560000),(188.536000,-47.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.064000,68.425000),(227.334000,63.234000),(236.292000,69.943000),(251.802000,71.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.113000,4.408000),(38.407000,12.487000),(27.236000,3.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.803000,-81.025000),(330.581000,-73.450000),(338.791000,-79.212000),(326.531000,-78.180000),(313.113000,-79.142000),(317.153000,-80.203000),(326.380000,-81.528000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.642000,44.641000),(33.877000,48.014000),(36.189000,50.368000),(31.759000,51.866000),(29.002000,49.812000),(23.719000,44.622000),(25.370000,40.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.455000,-37.437000),(309.671000,-27.651000),(297.034000,-26.628000),(296.211000,-32.607000),(301.989000,-33.137000),(292.438000,-35.062000),(305.925000,-37.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.865000,7.940000),(349.588000,7.294000),(351.263000,7.060000),(352.732000,5.887000),(352.560000,1.559000),(359.456000,4.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.961000,33.129000),(66.274000,28.179000),(77.767000,38.857000),(73.060000,43.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.257000,7.878000),(168.769000,0.544000),(169.576000,0.225000),(176.822000,8.914000),(177.414000,11.909000),(175.587000,10.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.846000,40.798000),(303.115000,43.842000),(296.051000,44.084000),(293.944000,45.257000),(291.025000,45.371000),(291.798000,41.087000),(288.221000,38.267000),(294.623000,33.226000),(298.063000,36.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.021000,3.416000),(347.053000,2.004000),(344.368000,-0.769000),(352.500000,-1.941000),(350.545000,2.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.438000,-5.445000),(341.865000,-1.163000),(343.999000,3.094000),(333.149000,5.531000),(330.944000,-2.288000),(337.408000,-0.308000),(337.051000,-2.769000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.311000,68.042000),(239.515000,66.279000),(241.798000,64.560000),(255.812000,62.329000),(260.438000,72.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.029000,45.490000),(149.931000,54.440000),(149.574000,61.312000),(139.092000,55.035000),(140.891000,52.383000),(133.375000,48.559000),(134.909000,45.915000),(134.945000,45.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.628000,-6.022000),(4.050000,-5.852000),(7.569000,3.461000),(355.163000,1.561000),(0.328000,0.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.051000,-25.289000),(8.486000,-29.210000),(7.350000,-31.197000),(21.190000,-28.026000),(9.286000,-22.165000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.807000,31.551000),(65.654000,29.137000),(71.281000,34.427000),(64.680000,29.737000),(58.296000,24.730000),(60.186000,23.857000),(63.633000,19.125000),(65.025000,19.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.675000,-2.612000),(146.886000,1.289000),(151.126000,0.418000),(146.720000,4.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.886000,39.376000),(349.663000,32.782000),(5.576000,38.023000),(357.832000,39.595000),(1.968000,40.824000),(356.215000,39.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.816000,26.551000),(146.690000,21.285000),(149.105000,14.557000),(148.673000,22.168000),(152.932000,28.482000),(149.180000,25.653000),(142.639000,30.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.954000,20.127000),(218.589000,16.339000),(224.833000,5.876000),(229.032000,18.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.392000,-41.417000),(285.008000,-38.232000),(282.218000,-37.719000),(279.846000,-29.649000),(275.002000,-34.970000),(270.907000,-32.428000),(272.237000,-34.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.634000,-1.346000),(177.570000,-3.039000),(178.964000,-1.428000),(177.938000,1.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.753000,-23.749000),(108.143000,-23.036000),(100.456000,-25.235000),(102.426000,-28.773000),(103.687000,-30.462000),(103.753000,-35.594000),(105.767000,-32.665000),(105.941000,-28.493000),(107.894000,-33.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.205000,26.676000),(24.561000,21.303000),(25.088000,23.894000),(27.791000,23.615000),(27.751000,29.485000),(28.872000,31.181000),(26.705000,31.487000),(24.337000,30.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.543000,16.835000),(50.133000,18.771000),(51.773000,11.669000),(59.054000,16.119000),(58.877000,13.626000),(64.771000,8.613000),(64.632000,15.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.418000,11.940000),(93.898000,12.380000),(96.470000,7.034000),(94.833000,12.601000),(100.882000,9.244000),(99.391000,13.339000),(89.103000,16.273000),(86.778000,16.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.074000,24.918000),(175.655000,18.427000),(175.141000,17.530000),(177.162000,18.107000),(178.622000,17.563000),(181.046000,13.379000),(184.332000,12.125000),(183.612000,17.859000),(179.741000,21.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.130000,-31.702000),(150.972000,-29.883000),(155.121000,-28.836000),(151.221000,-25.153000),(151.567000,-23.067000),(148.922000,-27.375000),(146.402000,-26.724000),(144.203000,-25.401000),(145.214000,-31.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.545000,50.935000),(65.723000,45.372000),(61.216000,45.191000),(67.138000,41.427000),(82.346000,44.472000),(81.431000,45.519000),(74.428000,44.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.610000,-3.833000),(136.241000,-3.522000),(136.310000,-3.072000),(138.685000,0.291000),(138.495000,1.762000),(124.373000,-4.112000),(124.539000,-8.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.007000,48.908000),(159.933000,52.463000),(165.507000,55.238000),(152.530000,53.464000),(149.095000,56.592000),(144.017000,43.202000),(150.344000,44.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.667000,6.710000),(296.552000,11.794000),(294.396000,2.408000),(290.442000,-0.813000),(291.837000,-2.056000),(296.390000,-4.345000),(299.535000,-4.101000),(303.248000,-3.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.913000,85.057000),(18.429000,83.027000),(30.890000,88.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.767000,11.050000),(3.518000,14.003000),(1.895000,16.290000),(358.132000,13.048000),(5.783000,8.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.873000,-27.423000),(148.332000,-36.169000),(147.899000,-38.702000),(165.018000,-34.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.155000,-65.628000),(169.800000,-66.178000),(192.043000,-64.410000),(184.817000,-62.031000),(193.979000,-56.471000),(187.763000,-56.703000),(187.092000,-56.200000),(180.319000,-58.515000),(173.661000,-56.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.083000,-2.851000),(16.621000,-0.636000),(18.140000,-7.517000),(12.027000,-10.274000),(19.359000,-16.261000),(25.237000,-15.355000),(23.886000,-12.324000),(22.931000,-9.768000),(23.523000,-9.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.699000,-23.811000),(253.487000,-30.198000),(253.905000,-40.402000),(256.929000,-33.725000),(263.870000,-35.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.328000,-28.125000),(252.457000,-30.217000),(247.815000,-28.965000),(263.409000,-31.745000),(257.908000,-31.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.817000,2.893000),(175.275000,-2.212000),(178.425000,-5.743000),(177.824000,-0.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.475000,-18.311000),(348.175000,-15.778000),(345.414000,-25.509000),(346.652000,-26.421000),(349.905000,-26.873000),(350.691000,-24.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.484000,-31.669000),(4.895000,-39.281000),(5.141000,-37.278000),(359.202000,-33.445000),(3.861000,-36.074000),(1.050000,-31.134000),(358.499000,-31.222000),(357.053000,-29.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.371000,4.683000),(336.504000,-1.766000),(331.657000,-3.256000),(332.772000,-6.429000),(337.068000,-6.647000),(344.584000,-7.586000),(341.364000,-1.080000),(341.552000,4.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.098000,-35.523000),(192.713000,-23.284000),(187.346000,-28.917000),(187.669000,-29.534000),(184.455000,-31.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.277000,14.647000),(157.367000,25.453000),(156.551000,20.397000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.556000,21.467000),(318.735000,11.436000),(322.027000,12.238000),(326.294000,14.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.846000,54.503000),(181.945000,57.999000),(174.955000,55.518000),(167.722000,54.734000),(169.814000,46.475000),(179.987000,46.181000),(180.030000,50.276000),(183.420000,52.327000),(184.630000,53.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.700000,44.467000),(0.648000,48.407000),(352.822000,51.208000),(347.081000,58.305000),(349.172000,50.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.624000,-13.120000),(175.830000,1.604000),(180.169000,-5.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.724000,40.953000),(183.823000,32.613000),(190.785000,34.456000),(193.057000,34.197000),(190.404000,37.252000),(197.198000,37.558000),(194.905000,38.285000),(191.436000,39.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.908000,-74.698000),(24.114000,-76.103000),(11.348000,-72.405000),(2.493000,-70.033000),(346.382000,-65.663000),(347.588000,-70.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.053000,0.851000),(165.605000,2.507000),(162.088000,-6.678000),(166.029000,-6.296000),(165.333000,-9.194000),(175.740000,-0.304000),(173.248000,-0.271000),(170.805000,-1.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.035000,43.308000),(267.684000,47.543000),(260.418000,49.396000),(260.032000,42.794000),(260.803000,41.557000),(264.137000,41.025000),(269.429000,38.544000),(270.403000,38.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.313000,5.088000),(171.761000,3.463000),(171.799000,3.558000),(171.954000,4.035000),(168.779000,7.022000),(169.617000,2.733000),(165.339000,0.576000),(178.063000,-0.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.500000,65.270000),(186.406000,63.392000),(195.366000,59.364000),(199.174000,60.469000),(209.248000,62.284000),(214.426000,63.705000),(206.095000,70.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.447000,73.896000),(97.174000,63.196000),(95.854000,65.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.451000,43.440000),(66.909000,50.815000),(59.061000,48.491000),(57.940000,47.964000),(56.642000,47.955000),(56.787000,47.405000),(44.066000,50.493000),(46.317000,47.665000),(53.816000,45.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.957000,-15.398000),(151.674000,-23.781000),(158.028000,-29.530000),(155.693000,-26.650000),(154.170000,-23.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.841000,17.743000),(212.016000,11.431000),(214.609000,19.281000),(215.274000,20.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.287000,-12.175000),(125.118000,-18.751000),(128.624000,-17.378000),(132.461000,-11.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.546000,15.824000),(132.079000,18.125000),(137.134000,20.686000),(133.103000,24.086000),(129.535000,29.200000),(126.878000,19.922000),(123.424000,19.599000),(124.831000,12.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.747000,-6.208000),(1.640000,-5.636000),(359.738000,0.831000),(358.845000,2.325000),(358.021000,3.957000),(357.065000,3.676000),(352.946000,2.349000),(354.289000,-2.854000),(357.462000,-5.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.607000,-26.117000),(92.898000,-23.855000),(99.104000,-20.830000),(98.175000,-14.215000),(96.939000,-11.868000),(86.772000,-16.273000),(89.498000,-18.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.739000,-4.634000),(172.346000,-1.656000),(178.952000,-15.274000),(175.569000,-7.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.539000,32.366000),(238.597000,27.508000),(240.179000,32.029000),(235.729000,37.460000),(231.641000,34.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.649000,80.171000),(293.736000,76.567000),(314.634000,71.516000),(334.262000,69.317000),(330.389000,73.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.730000,66.606000),(65.823000,63.804000),(63.542000,64.195000),(62.116000,64.685000),(61.345000,63.073000),(49.138000,60.741000),(67.690000,60.469000),(89.688000,62.264000),(74.911000,64.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.094000,3.430000),(34.482000,0.642000),(36.224000,0.142000),(41.225000,0.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.623000,6.827000),(206.747000,7.217000),(212.996000,-5.437000),(212.978000,0.223000),(217.579000,1.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.057000,-2.159000),(185.092000,-6.010000),(180.132000,1.561000),(179.740000,8.988000),(174.516000,5.411000),(174.950000,3.498000),(170.287000,1.973000),(177.723000,1.100000),(175.347000,-5.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.644000,-12.692000),(213.472000,-14.239000),(217.206000,-15.279000),(217.737000,-11.807000),(216.843000,-11.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.218000,-11.612000),(205.792000,-14.810000),(207.213000,-15.445000),(203.189000,-12.693000),(205.426000,-10.299000),(201.851000,-9.716000),(193.152000,-11.111000),(193.241000,-11.997000),(194.897000,-12.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.344000,-60.365000),(261.967000,-66.074000),(250.810000,-64.214000),(248.098000,-65.402000),(258.428000,-67.128000),(254.506000,-74.372000),(259.638000,-74.461000),(272.056000,-73.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.534000,-40.738000),(159.589000,-31.583000),(153.514000,-32.026000),(153.071000,-32.050000),(156.532000,-41.610000),(159.896000,-43.674000),(160.098000,-44.338000),(161.439000,-45.188000),(160.662000,-39.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.562000,2.936000),(17.076000,-1.715000),(18.715000,2.238000),(21.832000,0.692000),(20.673000,5.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.600000,-16.742000),(358.855000,-19.036000),(357.410000,-7.945000),(345.881000,-15.239000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.908000,30.629000),(262.342000,26.509000),(272.329000,33.453000),(264.925000,34.850000),(262.492000,37.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.090000,-30.995000),(278.339000,-35.034000),(279.576000,-29.709000),(275.018000,-27.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.080000,-3.259000),(50.460000,-5.560000),(53.054000,-2.880000),(54.394000,-3.140000),(55.384000,0.905000),(56.794000,2.468000),(52.940000,4.144000),(46.422000,5.440000),(46.055000,4.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.858000,-23.815000),(138.649000,-24.425000),(134.009000,-24.141000),(132.294000,-28.123000),(141.056000,-27.639000),(143.027000,-26.556000),(146.395000,-26.802000),(148.237000,-27.030000),(149.029000,-26.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.783000,16.676000),(37.837000,26.778000),(35.271000,24.461000),(32.433000,24.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.958000,55.861000),(285.130000,56.185000),(283.764000,53.910000),(299.402000,42.541000),(301.743000,51.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.330000,-80.047000),(183.326000,-78.507000),(159.485000,-78.022000),(171.760000,-80.444000),(223.140000,-88.910000),(185.443000,-80.812000),(246.539000,-87.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.547000,-0.016000),(150.337000,1.531000),(156.906000,-0.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.234000,36.381000),(341.959000,38.808000),(347.697000,29.515000),(349.400000,30.174000),(347.710000,26.840000),(0.363000,29.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.360000,6.016000),(221.938000,6.587000),(220.473000,9.287000),(215.504000,7.758000),(208.393000,4.213000),(207.915000,1.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.291000,-17.942000),(318.109000,-17.711000),(325.328000,-2.302000),(315.556000,-3.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.975000,32.467000),(327.890000,30.961000),(324.102000,33.999000),(322.030000,41.991000),(312.989000,28.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.973000,-20.916000),(265.608000,-10.535000),(265.901000,-7.840000),(255.337000,-7.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.334000,3.359000),(142.803000,2.212000),(142.660000,3.384000),(139.704000,5.760000),(146.815000,-3.064000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.209000,-5.227000),(183.615000,3.495000),(187.822000,6.996000),(180.346000,2.569000),(177.700000,-6.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.619000,-20.863000),(324.933000,-24.162000),(323.036000,-28.513000),(331.791000,-32.163000),(333.404000,-30.500000),(329.413000,-26.778000),(334.455000,-25.612000),(330.806000,-24.478000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.447000,63.508000),(127.138000,52.314000),(136.882000,62.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.477000,-32.557000),(350.896000,-29.825000),(336.770000,-23.432000),(333.005000,-26.984000),(333.525000,-27.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.419000,-3.217000),(108.786000,-2.032000),(108.449000,-6.824000),(109.553000,-6.459000),(116.885000,1.140000),(112.927000,4.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.113000,-79.007000),(87.714000,-75.997000),(75.444000,-75.209000),(90.631000,-79.983000),(79.754000,-81.788000),(201.724000,-84.669000),(153.793000,-84.684000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.564000,-1.534000),(46.549000,6.879000),(41.287000,7.822000),(38.065000,4.838000),(40.135000,2.615000),(41.372000,-8.866000),(44.606000,-3.305000),(45.032000,-6.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.152000,6.053000),(353.097000,12.004000),(347.226000,6.290000),(348.644000,-0.891000),(349.216000,-0.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.259000,-16.740000),(188.682000,-12.155000),(183.347000,-6.621000),(179.661000,-7.358000),(177.201000,-7.728000),(173.668000,-8.080000),(176.447000,-11.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.335000,50.022000),(297.666000,49.731000),(301.127000,44.745000),(317.416000,46.572000),(316.160000,48.422000),(316.134000,52.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.308000,-2.306000),(192.031000,7.105000),(188.813000,14.620000),(183.383000,11.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.585000,18.671000),(186.541000,14.968000),(193.840000,23.010000),(183.374000,28.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.494000,-8.058000),(128.351000,-8.953000),(131.664000,-10.008000),(135.776000,-12.948000),(138.626000,-13.282000),(141.376000,-14.482000),(145.183000,-12.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.996000,1.883000),(292.567000,-3.669000),(299.054000,-5.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.234000,-60.324000),(350.135000,-59.872000),(349.038000,-59.262000),(349.373000,-55.432000),(345.077000,-54.158000),(337.941000,-56.513000),(334.618000,-60.951000),(345.287000,-58.895000),(343.139000,-65.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.654000,-14.084000),(183.295000,-13.039000),(175.861000,-2.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.846000,-4.680000),(3.949000,-5.677000),(5.867000,-12.728000),(10.267000,-11.482000),(12.814000,-10.403000),(18.343000,-7.677000),(17.144000,-6.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.545000,-7.698000),(0.995000,-0.458000),(7.576000,3.004000),(2.001000,6.089000),(355.021000,-0.574000),(354.587000,-2.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.624000,33.556000),(341.816000,36.120000),(334.022000,31.547000),(334.011000,33.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.074000,-9.342000),(80.004000,-10.788000),(78.115000,-15.742000),(76.500000,-20.221000),(78.759000,-23.528000),(81.377000,-20.300000),(85.161000,-20.984000),(91.201000,-20.338000),(82.503000,-18.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.160000,12.681000),(17.492000,12.347000),(20.508000,8.803000),(18.761000,16.045000),(20.919000,16.471000),(12.788000,16.225000),(10.108000,15.818000),(12.465000,15.566000),(8.678000,9.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.047000,-1.347000),(44.297000,0.786000),(43.690000,-2.044000),(44.587000,-4.566000),(49.151000,-0.437000),(49.037000,6.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.554000,40.392000),(7.314000,43.706000),(11.958000,42.810000),(8.610000,44.488000),(14.903000,45.856000),(11.775000,47.118000),(3.472000,49.403000),(2.625000,45.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.637000,16.855000),(23.816000,13.253000),(24.341000,19.688000),(22.731000,16.162000),(20.863000,17.982000),(21.571000,15.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.627000,12.165000),(298.142000,13.886000),(302.705000,5.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.744000,2.953000),(184.795000,5.879000),(182.867000,11.935000),(178.794000,12.364000),(173.236000,13.436000),(172.111000,5.090000),(178.987000,4.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.984000,-23.245000),(122.347000,-17.427000),(111.388000,-19.451000),(105.277000,-20.276000),(112.857000,-20.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.299000,51.691000),(103.850000,48.490000),(98.664000,48.052000),(107.193000,45.900000),(101.716000,43.037000),(104.027000,40.455000),(110.441000,40.620000),(112.585000,42.258000),(117.932000,45.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.499000,14.215000),(16.891000,14.476000),(10.863000,14.043000),(9.187000,12.710000),(7.821000,9.417000),(8.666000,7.270000),(16.914000,5.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.420000,22.470000),(158.003000,21.911000),(164.355000,18.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.864000,50.196000),(183.732000,44.093000),(195.735000,44.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.356000,-5.498000),(178.306000,-5.379000),(194.009000,0.782000),(181.161000,3.416000),(183.174000,0.960000),(180.895000,-0.233000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.953000,11.594000),(308.716000,12.506000),(314.341000,9.192000),(307.401000,15.934000),(306.937000,17.971000),(304.355000,21.457000),(303.898000,15.612000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.671000,-17.129000),(291.463000,-29.631000),(291.385000,-31.487000),(295.412000,-28.134000),(296.603000,-34.004000),(297.796000,-27.547000),(298.130000,-25.871000),(305.793000,-25.534000),(300.623000,-23.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.511000,27.528000),(135.078000,27.003000),(139.521000,29.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.504000,1.765000),(28.193000,-2.436000),(28.159000,-8.005000),(33.574000,-10.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.209000,-11.415000),(183.098000,-1.306000),(168.940000,-4.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.606000,1.697000),(190.120000,-1.153000),(179.230000,-0.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.911000,62.420000),(158.474000,62.555000),(166.307000,65.838000),(161.502000,67.601000),(157.279000,70.116000),(152.901000,72.163000),(154.187000,68.443000),(136.880000,63.096000),(143.006000,62.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.473000,-27.566000),(18.234000,-29.734000),(15.858000,-28.293000),(15.569000,-24.145000),(5.181000,-17.252000),(9.350000,-31.535000),(12.259000,-35.104000),(14.819000,-32.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.503000,4.281000),(224.495000,4.781000),(221.483000,-3.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.057000,70.027000),(75.297000,71.166000),(73.130000,70.824000),(67.405000,69.446000),(77.374000,67.186000),(80.960000,65.968000),(102.977000,70.750000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.860000,17.934000),(213.479000,17.857000),(214.608000,13.878000),(211.446000,13.731000),(211.512000,11.525000),(207.995000,9.391000),(221.407000,6.045000),(217.652000,12.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.654000,-48.521000),(335.866000,-52.200000),(351.639000,-51.745000),(354.412000,-42.549000),(353.129000,-41.969000),(346.649000,-40.452000),(343.089000,-43.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.649000,32.246000),(161.328000,23.828000),(167.226000,16.263000),(171.089000,24.862000),(168.927000,31.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.890000,-39.157000),(190.735000,-37.748000),(195.837000,-33.833000),(196.452000,-25.093000),(187.709000,-28.887000),(185.568000,-30.820000),(180.289000,-37.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.522000,-68.955000),(241.571000,-68.860000),(244.430000,-68.786000),(232.588000,-60.932000),(228.511000,-65.578000),(230.506000,-67.850000),(220.023000,-67.279000),(220.129000,-67.464000),(233.195000,-69.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.611000,6.196000),(324.211000,13.093000),(328.986000,14.160000),(310.152000,18.254000),(311.850000,16.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.283000,17.933000),(211.595000,27.571000),(205.309000,22.382000),(200.453000,20.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.584000,-0.643000),(179.921000,8.274000),(177.874000,0.631000),(176.380000,1.674000),(171.945000,5.347000),(176.643000,-0.596000),(173.324000,-4.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.232000,-1.205000),(179.255000,-5.790000),(179.985000,-7.749000),(184.806000,-4.314000),(180.873000,-0.162000),(183.826000,5.157000),(179.067000,1.871000),(175.964000,5.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.547000,2.875000),(0.140000,1.156000),(358.141000,6.209000),(354.884000,4.025000),(352.765000,4.033000),(0.744000,-1.921000),(1.075000,-5.224000),(4.553000,-0.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.054000,-14.383000),(166.020000,-20.753000),(170.634000,-13.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.378000,80.578000),(264.180000,82.553000),(247.083000,86.834000),(183.715000,87.563000),(150.494000,82.254000),(198.163000,82.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.049000,63.785000),(297.934000,74.881000),(315.783000,67.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.903000,-65.055000),(31.840000,-70.168000),(62.341000,-70.773000),(61.209000,-66.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.829000,-65.668000),(82.732000,-64.795000),(87.135000,-58.023000),(56.938000,-63.111000),(71.797000,-70.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.569000,3.674000),(114.834000,7.324000),(118.156000,1.284000),(119.885000,0.168000),(127.373000,-1.148000),(130.598000,-1.598000),(125.468000,2.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.770000,5.939000),(187.048000,0.191000),(181.712000,1.816000),(183.434000,-4.490000),(188.562000,-1.825000),(192.304000,-2.850000),(192.833000,-2.826000),(196.493000,-0.363000),(194.183000,0.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.416000,26.485000),(111.892000,23.105000),(111.565000,19.190000),(120.607000,20.610000),(118.641000,24.007000),(115.227000,24.493000),(113.559000,28.756000),(109.848000,30.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.009000,80.881000),(74.528000,81.778000),(328.018000,85.871000),(45.196000,75.133000),(47.946000,70.868000),(60.834000,79.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.572000,-4.503000),(165.314000,-6.944000),(169.923000,-6.060000),(178.275000,-3.244000),(176.228000,0.800000),(174.227000,1.451000),(170.415000,-0.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.886000,7.411000),(174.291000,-2.488000),(179.012000,-9.174000),(183.656000,-1.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.216000,-17.910000),(189.505000,-20.443000),(195.115000,-20.184000),(191.911000,-16.303000),(185.347000,-14.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.124000,-72.661000),(72.812000,-71.495000),(44.938000,-74.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.264000,29.281000),(205.283000,28.958000),(201.773000,28.255000),(198.506000,26.383000),(193.431000,24.090000),(191.928000,22.777000),(207.369000,26.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.242000,-74.338000),(40.796000,-69.147000),(36.950000,-62.565000),(12.275000,-62.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.891000,-28.930000),(344.045000,-33.464000),(350.705000,-20.982000),(349.950000,-20.134000),(347.448000,-17.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.395000,-5.242000),(355.646000,3.936000),(355.081000,1.984000),(348.792000,1.533000),(349.743000,-6.551000),(354.095000,-3.988000),(355.246000,-7.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.078000,-9.946000),(278.836000,-16.582000),(282.951000,-19.944000),(292.798000,-9.908000),(289.805000,-9.750000),(288.955000,-6.728000),(282.328000,-7.229000),(282.437000,-8.285000),(276.128000,-6.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.937000,-40.659000),(143.212000,-45.139000),(153.836000,-49.496000),(156.033000,-47.657000),(157.742000,-47.199000),(160.821000,-46.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.779000,-26.603000),(90.007000,-21.629000),(92.081000,-18.968000),(89.905000,-19.085000),(81.583000,-16.503000),(84.793000,-21.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.405000,-33.941000),(229.027000,-35.823000),(220.827000,-40.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.093000,61.551000),(183.676000,58.791000),(188.132000,63.455000),(192.880000,58.957000),(198.147000,74.734000),(180.990000,70.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.827000,-1.431000),(307.005000,-3.365000),(316.519000,-7.696000),(312.628000,-1.441000),(315.278000,-0.052000),(313.135000,3.521000),(311.351000,2.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.278000,-22.044000),(203.440000,-20.204000),(203.174000,-16.307000),(200.204000,-11.724000),(196.641000,-12.012000),(195.970000,-10.699000),(189.796000,-21.052000),(194.550000,-20.946000),(195.837000,-25.297000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.346000,0.218000),(189.335000,-1.324000),(183.327000,0.792000),(186.150000,8.811000),(182.307000,9.230000),(174.754000,2.544000),(178.828000,1.063000),(179.960000,-0.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.982000,11.478000),(183.750000,16.061000),(173.653000,13.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.420000,-48.719000),(82.875000,-51.144000),(94.742000,-48.456000),(90.374000,-48.759000),(80.319000,-41.170000),(80.152000,-42.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.508000,-3.330000),(180.415000,-3.200000),(187.028000,-10.776000),(187.763000,-2.851000),(185.591000,-1.441000),(188.167000,1.971000),(181.237000,7.721000),(179.584000,0.785000),(177.594000,-0.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.178000,-1.498000),(324.125000,-2.136000),(323.015000,-4.729000),(334.712000,-4.549000),(340.024000,-3.915000),(337.632000,1.900000),(333.224000,0.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.532000,27.177000),(38.690000,19.417000),(40.865000,19.619000),(42.646000,26.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.560000,-13.723000),(2.302000,-14.269000),(6.118000,-19.647000),(3.977000,-13.558000),(4.446000,-13.101000),(11.692000,-12.690000),(2.553000,-6.396000),(2.522000,-9.817000),(0.938000,-14.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.706000,0.988000),(32.879000,-7.051000),(41.029000,0.467000),(41.257000,5.838000),(31.819000,7.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.690000,-50.034000),(138.424000,-55.710000),(145.685000,-59.579000),(151.104000,-52.332000),(148.721000,-51.340000),(146.103000,-50.896000),(141.522000,-47.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.967000,31.167000),(319.169000,33.070000),(316.470000,22.803000),(313.818000,28.453000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.471000,-11.260000),(221.834000,-14.257000),(224.079000,-16.393000),(222.773000,-10.876000),(226.792000,-4.930000),(224.735000,-1.166000),(223.684000,0.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.121000,-69.628000),(343.937000,-67.312000),(350.002000,-72.108000),(16.382000,-74.933000),(22.247000,-71.682000),(357.844000,-69.844000),(0.489000,-68.759000),(359.248000,-67.282000),(359.637000,-65.397000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.322000,-29.377000),(312.915000,-29.706000),(317.581000,-33.093000),(324.319000,-26.778000),(315.355000,-14.478000),(312.102000,-15.750000),(312.915000,-18.008000),(306.468000,-20.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.347000,-7.064000),(106.187000,-8.197000),(106.068000,-12.215000),(107.827000,-11.891000),(111.875000,-12.183000),(110.866000,-10.326000),(114.826000,-4.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.652000,-81.705000),(95.926000,-87.117000),(239.514000,-87.453000),(195.787000,-81.502000),(164.429000,-86.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.223000,-12.869000),(275.466000,-8.894000),(269.141000,-7.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.087000,56.409000),(284.361000,66.452000),(264.382000,60.349000),(261.423000,58.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.636000,-47.004000),(121.838000,-50.258000),(133.421000,-53.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.336000,70.335000),(43.380000,70.613000),(54.067000,73.503000),(51.024000,76.384000),(40.107000,75.755000),(32.704000,74.686000),(16.994000,76.555000),(29.303000,69.815000),(34.007000,71.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.207000,17.732000),(86.692000,27.196000),(78.647000,24.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.015000,-60.709000),(127.685000,-56.614000),(126.229000,-56.718000),(117.976000,-60.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.649000,43.965000),(32.926000,37.941000),(37.052000,32.964000),(38.780000,34.287000),(41.478000,30.142000),(46.706000,32.531000),(42.246000,35.769000),(42.256000,36.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.917000,-11.579000),(217.625000,-5.694000),(221.917000,1.407000),(222.739000,4.273000),(217.803000,-0.522000),(220.194000,5.517000),(213.846000,-5.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.207000,-41.580000),(184.222000,-40.663000),(174.570000,-39.574000),(179.683000,-44.126000),(178.531000,-48.651000),(185.809000,-45.414000),(189.118000,-36.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.937000,-7.349000),(163.778000,-9.499000),(163.827000,0.721000),(157.547000,-5.279000),(157.078000,-5.035000),(155.777000,-3.672000),(149.755000,-10.056000),(150.361000,-14.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.636000,5.604000),(208.335000,3.903000),(210.761000,4.511000),(217.328000,14.169000),(214.488000,10.061000),(211.710000,9.093000),(207.774000,8.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.689000,41.875000),(282.612000,44.816000),(278.581000,46.390000),(277.670000,33.960000),(278.888000,33.792000),(290.493000,41.557000),(281.585000,40.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.690000,-8.731000),(17.312000,-16.852000),(17.703000,-18.585000),(23.740000,-3.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.795000,-5.089000),(187.140000,-5.216000),(181.118000,-0.545000),(182.579000,1.642000),(181.038000,1.939000),(178.527000,1.350000),(173.523000,1.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.163000,-36.411000),(118.838000,-41.703000),(113.535000,-41.051000),(122.225000,-41.062000),(122.558000,-37.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.238000,-0.709000),(180.851000,3.338000),(181.536000,5.554000),(173.715000,4.343000),(177.486000,-0.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.568000,-30.345000),(295.423000,-26.134000),(300.779000,-28.744000),(296.542000,-22.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.844000,-16.438000),(76.266000,-22.068000),(75.459000,-27.244000),(80.281000,-24.631000),(78.992000,-21.312000),(77.473000,-21.925000),(77.280000,-21.326000),(76.402000,-21.531000),(73.127000,-16.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.391000,10.387000),(169.596000,5.175000),(168.014000,0.766000),(164.929000,0.235000),(162.317000,-0.947000),(173.720000,-2.479000),(174.217000,-1.859000),(174.415000,1.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.155000,-11.877000),(219.973000,-7.773000),(220.788000,-8.633000),(223.364000,-12.200000),(222.094000,-5.965000),(220.730000,-1.348000),(217.647000,2.083000),(218.213000,-5.854000),(211.357000,-1.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.161000,-25.943000),(28.565000,-23.359000),(22.526000,-22.969000),(21.673000,-23.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.376000,-0.380000),(189.504000,2.943000),(192.508000,-8.009000),(194.291000,-14.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.798000,36.989000),(267.777000,48.196000),(259.367000,39.731000),(263.989000,32.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.910000,-25.346000),(312.475000,-25.108000),(315.121000,-25.210000),(316.346000,-29.771000),(317.628000,-19.544000),(311.315000,-17.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.791000,-9.848000),(341.615000,-18.170000),(349.306000,-0.511000),(343.718000,-5.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.640000,-29.874000),(337.307000,-33.968000),(335.102000,-35.548000),(329.933000,-32.730000),(345.709000,-41.047000),(343.420000,-38.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.498000,23.921000),(141.551000,13.683000),(145.820000,13.751000),(147.172000,18.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.156000,12.921000),(3.942000,15.285000),(6.172000,24.421000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.450000,12.938000),(357.719000,-2.011000),(4.140000,-1.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.518000,15.499000),(153.991000,19.433000),(156.383000,16.899000),(155.679000,27.380000),(152.398000,26.661000),(151.545000,26.563000),(147.428000,23.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.216000,-39.633000),(328.497000,-37.980000),(321.227000,-25.179000),(316.149000,-33.334000),(314.115000,-35.270000),(311.908000,-37.653000),(316.109000,-36.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.112000,-9.128000),(207.574000,-9.083000),(207.297000,-1.648000),(196.842000,-6.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.760000,10.696000),(69.493000,12.151000),(65.586000,8.116000),(63.576000,4.657000),(65.208000,-3.409000),(68.749000,-1.703000),(75.730000,2.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.509000,-10.956000),(187.115000,-8.415000),(180.796000,-15.659000),(193.494000,-15.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.495000,-13.089000),(201.742000,-20.487000),(202.476000,-19.788000),(208.569000,-17.910000),(210.894000,-13.957000),(205.698000,-6.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.643000,16.891000),(196.688000,14.430000),(197.424000,20.448000),(198.203000,24.520000),(196.274000,23.358000),(189.628000,22.641000),(185.944000,26.346000),(187.942000,21.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.538000,-27.906000),(197.030000,-27.836000),(206.355000,-28.210000),(206.655000,-24.974000),(209.908000,-23.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.090000,35.736000),(349.746000,36.364000),(355.090000,32.090000),(1.170000,32.513000),(351.151000,42.511000),(350.742000,39.655000),(346.462000,42.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.476000,20.279000),(132.134000,22.961000),(129.469000,23.830000),(128.571000,22.618000),(124.475000,20.594000),(124.910000,16.253000),(123.445000,6.550000),(125.990000,13.868000),(130.154000,7.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.307000,-6.918000),(358.436000,-5.530000),(358.639000,-1.776000),(357.105000,-7.472000),(350.954000,-7.034000),(4.428000,-13.725000),(2.047000,-7.691000),(3.965000,-6.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.759000,34.708000),(40.622000,36.961000),(44.492000,36.553000),(42.235000,39.445000),(40.273000,42.060000),(33.838000,41.549000),(34.274000,41.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.175000,-30.823000),(65.354000,-28.553000),(60.727000,-26.838000),(51.858000,-25.257000),(56.259000,-26.552000),(47.551000,-26.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.810000,36.760000),(333.376000,33.391000),(329.984000,32.692000),(326.985000,25.138000),(334.977000,24.045000),(334.974000,29.797000),(335.791000,27.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.459000,-64.625000),(108.540000,-63.719000),(93.278000,-63.333000),(87.229000,-71.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.256000,-10.520000),(174.298000,-13.968000),(178.369000,-15.906000),(182.770000,-15.904000),(181.801000,-4.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.728000,5.902000),(167.366000,1.868000),(171.766000,-3.131000),(176.875000,-10.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.695000,-22.495000),(34.399000,-16.443000),(28.211000,-13.979000),(20.193000,-14.160000),(24.570000,-17.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.392000,27.343000),(53.767000,29.840000),(50.853000,31.404000),(49.229000,30.160000),(49.683000,25.931000),(48.162000,26.160000),(52.076000,19.722000),(54.698000,14.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.310000,-74.219000),(171.245000,-71.446000),(167.044000,-68.574000),(176.534000,-64.138000),(170.535000,-64.359000),(158.949000,-62.062000),(155.967000,-62.067000),(142.947000,-67.588000),(147.299000,-73.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.717000,-5.171000),(182.084000,-12.164000),(188.259000,-3.416000),(189.319000,-2.154000),(187.487000,-0.518000),(180.470000,-2.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.995000,26.501000),(181.456000,29.188000),(176.912000,24.314000),(175.672000,23.276000),(172.207000,14.792000),(172.777000,14.024000),(183.252000,23.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.627000,5.674000),(121.924000,9.937000),(125.833000,4.834000),(127.324000,7.938000),(129.765000,8.619000),(129.121000,19.234000),(129.069000,19.829000),(121.261000,15.126000),(119.318000,15.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.153000,-2.180000),(247.027000,0.980000),(245.149000,1.895000),(246.757000,4.632000),(244.696000,4.907000),(238.603000,-3.858000),(242.178000,-0.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.378000,29.920000),(21.274000,23.505000),(23.691000,26.994000),(25.899000,21.233000),(31.029000,24.697000),(25.083000,29.810000),(26.751000,31.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.680000,10.763000),(54.466000,13.873000),(69.499000,10.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.724000,15.533000),(60.598000,14.621000),(61.424000,14.411000),(61.205000,22.279000),(60.228000,19.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.350000,78.875000),(275.541000,74.900000),(277.733000,72.014000),(290.413000,74.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.990000,-18.773000),(186.355000,-29.127000),(189.171000,-24.472000),(195.119000,-22.876000),(187.481000,-22.215000),(186.243000,-17.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.227000,80.435000),(342.368000,84.754000),(331.311000,82.056000),(289.777000,83.800000),(302.290000,76.086000),(308.959000,75.518000),(322.098000,72.633000),(329.514000,73.964000),(337.085000,69.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.178000,-51.700000),(168.259000,-54.615000),(178.033000,-56.168000),(181.209000,-61.069000),(185.905000,-63.319000),(187.210000,-55.932000),(193.785000,-51.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.103000,20.294000),(201.587000,15.731000),(195.420000,14.347000),(208.257000,12.626000),(208.469000,19.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.795000,-18.764000),(77.445000,-15.500000),(67.740000,-16.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.168000,44.380000),(36.119000,43.535000),(39.101000,45.736000),(41.570000,44.763000),(23.619000,52.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.036000,-14.433000),(58.231000,-16.322000),(57.106000,-20.132000),(63.552000,-23.150000),(72.434000,-21.271000),(66.258000,-13.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.499000,44.157000),(164.611000,46.290000),(159.340000,53.004000),(151.104000,47.955000),(148.971000,44.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.825000,-58.811000),(49.741000,-56.068000),(46.609000,-65.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.703000,-11.501000),(7.259000,-12.319000),(3.335000,-11.443000),(0.607000,-8.692000),(358.491000,-12.093000),(3.827000,-14.846000),(11.244000,-13.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.327000,2.930000),(184.843000,-7.554000),(180.528000,-2.583000),(181.482000,-2.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.239000,2.123000),(39.457000,2.042000),(30.306000,-3.537000),(43.514000,-13.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.181000,33.249000),(334.113000,31.252000),(352.719000,29.483000),(349.484000,31.758000),(345.338000,34.639000),(343.245000,30.353000),(342.173000,34.153000),(342.163000,33.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.582000,-7.379000),(295.707000,-13.296000),(300.376000,-1.314000),(296.535000,3.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.841000,25.009000),(38.158000,17.002000),(52.774000,16.940000),(55.426000,18.058000),(51.862000,23.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.853000,5.578000),(359.927000,4.137000),(357.812000,4.879000),(353.825000,0.528000),(3.799000,-5.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.296000,-3.101000),(182.423000,-4.427000),(184.868000,2.650000),(178.455000,5.937000),(172.263000,7.187000),(175.316000,4.815000),(171.092000,5.442000),(171.418000,4.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.758000,-29.784000),(182.382000,-16.757000),(181.193000,-17.524000),(173.437000,-21.688000),(174.658000,-23.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.763000,-3.053000),(153.326000,-6.947000),(156.768000,-13.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.190000,74.000000),(81.068000,77.220000),(50.380000,78.901000),(44.854000,76.012000),(50.158000,76.343000),(30.522000,73.634000),(38.482000,68.510000),(55.889000,75.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.960000,18.978000),(231.998000,10.765000),(237.534000,8.751000),(239.158000,9.399000),(242.715000,7.919000),(242.171000,11.597000),(245.247000,9.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.404000,37.229000),(163.124000,42.683000),(167.989000,41.109000),(169.878000,44.109000),(172.381000,44.715000),(166.439000,45.913000),(172.274000,47.810000),(157.010000,47.310000),(151.023000,47.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.411000,-10.417000),(267.493000,-10.445000),(267.567000,-9.301000),(267.769000,-2.279000),(261.380000,-10.687000),(267.983000,-20.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.230000,-11.452000),(102.461000,-3.670000),(106.005000,-4.242000),(104.691000,-3.326000),(101.602000,-1.143000),(92.954000,-0.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.109000,-36.453000),(27.030000,-37.594000),(24.316000,-32.551000),(25.408000,-29.357000),(21.221000,-29.520000),(14.691000,-27.758000),(9.119000,-27.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.514000,-22.749000),(53.517000,-19.548000),(59.595000,-18.044000),(54.373000,-16.938000),(48.882000,-14.049000),(46.613000,-17.292000),(47.323000,-23.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.932000,-23.222000),(221.353000,-19.513000),(214.260000,-24.237000),(209.813000,-33.647000),(214.465000,-33.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.819000,13.859000),(148.736000,16.715000),(148.959000,15.883000),(146.762000,16.968000),(148.746000,15.596000),(142.291000,10.269000),(143.621000,8.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.921000,-3.084000),(169.936000,-4.112000),(173.913000,-3.741000),(169.912000,-6.264000),(177.145000,-5.530000),(180.753000,-2.084000),(179.857000,-1.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.681000,54.741000),(135.403000,59.325000),(127.231000,57.615000),(129.049000,52.083000),(130.688000,52.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.042000,20.520000),(3.317000,13.117000),(4.770000,15.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.007000,-12.396000),(226.226000,-16.463000),(226.987000,-18.695000),(224.826000,-19.372000),(232.243000,-18.082000),(228.838000,-26.066000),(239.934000,-18.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.746000,-17.460000),(357.393000,-16.857000),(354.744000,-8.008000),(346.518000,-3.281000),(346.854000,-12.550000),(346.541000,-13.060000),(348.214000,-12.379000),(342.072000,-15.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.871000,8.774000),(158.387000,1.847000),(169.458000,6.455000),(163.213000,9.955000),(163.887000,17.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.986000,-21.987000),(165.037000,-16.204000),(162.184000,-13.106000),(158.988000,-11.164000),(157.993000,-8.770000),(156.111000,-5.479000),(149.143000,-10.259000),(154.769000,-14.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.587000,-0.576000),(182.196000,-2.082000),(188.211000,-8.074000),(190.913000,-15.611000),(191.361000,-12.860000),(198.724000,-12.837000),(196.266000,-8.817000),(197.984000,-6.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.555000,-7.042000),(243.390000,-12.441000),(243.659000,-14.319000),(245.959000,-10.192000),(249.874000,-1.501000),(240.589000,-1.541000),(240.834000,-3.412000),(239.815000,-9.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.401000,9.184000),(225.425000,13.883000),(216.591000,10.661000),(213.687000,4.406000),(221.267000,5.404000),(224.132000,1.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.006000,-48.188000),(44.690000,-47.455000),(52.678000,-52.718000),(55.178000,-61.166000),(63.312000,-54.250000),(65.498000,-48.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.902000,69.791000),(351.022000,63.327000),(352.140000,62.317000),(346.039000,61.829000),(341.907000,59.472000),(0.039000,62.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.060000,11.572000),(175.552000,14.680000),(171.030000,20.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.085000,-2.358000),(250.772000,-9.338000),(249.854000,-14.885000),(252.401000,-1.893000),(251.466000,-4.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.023000,-4.310000),(64.467000,-3.547000),(56.586000,-3.106000),(57.851000,-4.002000),(54.199000,-9.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.435000,52.263000),(71.270000,53.032000),(60.223000,48.346000),(65.282000,47.039000),(67.148000,42.918000),(73.045000,42.231000),(73.408000,42.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.473000,-4.327000),(0.338000,1.854000),(357.270000,-3.354000),(356.307000,-4.378000),(350.999000,-5.807000),(352.858000,-8.038000),(357.131000,-15.414000),(357.704000,-11.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.205000,73.349000),(176.651000,73.189000),(167.210000,83.627000),(111.215000,85.309000),(98.097000,81.156000),(145.420000,79.355000),(145.890000,79.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.121000,6.731000),(307.799000,9.377000),(308.599000,6.994000),(305.104000,10.657000),(304.917000,7.917000),(304.191000,0.255000),(308.249000,3.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.944000,16.370000),(316.950000,6.256000),(321.177000,5.473000),(325.788000,12.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.678000,20.753000),(30.489000,12.783000),(30.296000,17.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.559000,-64.925000),(91.096000,-58.638000),(80.621000,-54.297000),(76.996000,-52.372000),(75.297000,-57.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.896000,18.328000),(343.598000,16.445000),(353.476000,18.993000),(359.395000,19.896000),(354.788000,21.825000),(350.464000,25.763000),(346.441000,24.949000),(343.055000,23.369000),(348.244000,21.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.486000,26.892000),(243.142000,29.753000),(231.371000,33.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.568000,4.469000),(161.865000,-5.586000),(163.425000,-4.079000),(167.144000,-1.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.590000,17.526000),(359.723000,20.190000),(0.179000,13.138000),(0.325000,8.967000),(0.780000,9.998000),(0.834000,9.681000),(1.087000,10.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.536000,-43.197000),(292.450000,-40.835000),(287.903000,-39.746000),(286.679000,-41.591000),(283.895000,-39.695000),(289.012000,-46.154000),(295.938000,-53.180000),(294.111000,-50.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.999000,-6.564000),(181.724000,1.798000),(182.523000,3.984000),(177.568000,-1.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.659000,-6.793000),(179.427000,-2.296000),(179.478000,-6.691000),(183.672000,-3.137000),(181.041000,3.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.053000,-25.546000),(62.289000,-23.978000),(63.022000,-21.820000),(53.135000,-29.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.381000,-23.403000),(20.856000,-21.231000),(18.557000,-18.401000),(14.080000,-17.632000),(13.283000,-25.307000),(6.506000,-28.432000),(18.437000,-33.435000),(20.329000,-29.098000),(21.659000,-29.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.097000,-2.408000),(173.174000,-0.352000),(179.870000,-1.899000),(169.316000,3.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.940000,-17.378000),(16.010000,-10.953000),(10.881000,-10.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.714000,-9.753000),(8.344000,-10.311000),(4.984000,4.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.086000,35.108000),(258.218000,31.162000),(265.819000,27.439000),(266.480000,27.938000),(266.399000,21.447000),(268.393000,28.649000),(278.448000,28.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.739000,0.911000),(36.961000,2.355000),(36.137000,5.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.952000,-7.368000),(191.540000,1.042000),(180.435000,-3.209000),(183.551000,-9.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.896000,8.393000),(225.718000,8.145000),(225.840000,13.670000),(224.773000,14.594000),(216.381000,17.471000),(208.765000,7.438000),(218.456000,6.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.892000,2.207000),(103.970000,4.448000),(99.376000,7.971000),(95.828000,9.861000),(93.908000,8.862000),(95.204000,4.498000),(89.888000,2.844000),(98.555000,-3.196000),(99.554000,-2.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.317000,-47.351000),(291.146000,-49.005000),(292.476000,-52.689000),(283.097000,-57.883000),(300.576000,-55.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.054000,1.866000),(186.286000,-1.976000),(181.805000,0.811000),(181.950000,-4.746000),(185.730000,-9.222000),(186.808000,-5.203000),(195.191000,-6.941000),(190.721000,-3.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.064000,20.085000),(158.167000,18.838000),(156.648000,14.592000),(155.392000,20.737000),(152.384000,21.145000),(153.374000,16.929000),(157.850000,3.716000),(160.644000,9.305000),(165.563000,17.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.127000,-3.419000),(334.570000,1.773000),(335.325000,3.666000),(327.187000,1.153000),(325.540000,1.960000),(318.086000,1.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.193000,-7.168000),(43.882000,-17.176000),(50.766000,-15.098000),(54.794000,-20.212000),(56.853000,-14.723000),(57.324000,-11.189000),(54.770000,-5.960000),(51.852000,-3.566000),(49.779000,-5.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.662000,-29.119000),(222.820000,-26.229000),(225.046000,-22.707000),(219.300000,-21.681000),(216.678000,-21.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.302000,-40.444000),(126.066000,-39.236000),(116.681000,-45.223000),(117.202000,-52.006000),(136.837000,-44.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.373000,27.090000),(288.525000,28.595000),(295.374000,27.766000),(300.469000,28.260000),(298.003000,30.594000),(289.440000,30.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.397000,-11.788000),(1.612000,-14.997000),(1.738000,-7.747000),(359.902000,-7.264000),(353.989000,-19.972000),(357.646000,-19.187000),(359.805000,-17.890000),(0.469000,-17.238000),(4.284000,-23.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.066000,62.436000),(132.867000,59.884000),(144.111000,57.252000),(149.026000,61.559000),(141.923000,67.729000),(124.061000,66.273000),(130.851000,65.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.620000,25.383000),(115.684000,20.729000),(112.514000,17.747000),(114.410000,6.900000),(121.068000,9.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.493000,41.046000),(138.594000,37.083000),(137.077000,43.512000),(121.689000,42.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.092000,21.352000),(252.671000,22.474000),(245.984000,17.618000),(251.408000,19.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.381000,-47.456000),(296.226000,-56.533000),(307.624000,-59.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.190000,-4.837000),(0.818000,-5.079000),(355.207000,1.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.081000,-26.194000),(159.183000,-21.952000),(148.071000,-28.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.507000,-81.420000),(175.481000,-79.877000),(161.702000,-80.919000),(159.396000,-76.630000),(154.812000,-78.731000),(111.325000,-80.942000),(137.455000,-84.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.840000,-15.631000),(344.061000,-14.345000),(338.186000,-7.520000),(336.660000,-14.010000),(337.162000,-15.965000),(335.789000,-21.464000),(338.263000,-18.522000),(338.274000,-19.182000),(340.400000,-16.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.821000,25.524000),(130.111000,25.976000),(130.708000,25.766000),(130.955000,32.834000),(133.515000,35.497000),(125.365000,32.043000),(126.756000,31.678000),(125.764000,24.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.383000,-56.324000),(31.713000,-54.285000),(30.450000,-60.627000),(43.506000,-60.519000),(49.031000,-62.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.611000,74.106000),(48.429000,79.656000),(58.858000,81.945000),(19.281000,76.395000),(0.296000,82.945000),(357.552000,76.036000),(346.523000,72.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.645000,-7.666000),(14.575000,-4.368000),(3.493000,-6.611000),(16.332000,-14.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.735000,52.310000),(191.619000,50.006000),(179.299000,47.765000),(193.566000,45.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.728000,-18.852000),(210.323000,-22.263000),(215.749000,-23.616000),(215.819000,-19.415000),(208.244000,-15.590000),(208.275000,-17.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.037000,-10.370000),(161.926000,-6.159000),(162.847000,-4.138000),(158.989000,-1.786000),(159.573000,-7.398000),(157.876000,-6.725000),(158.794000,-8.620000),(158.176000,-10.170000),(159.840000,-10.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.185000,-27.489000),(165.675000,-18.517000),(167.446000,-23.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.067000,-37.409000),(24.894000,-36.954000),(26.768000,-35.013000),(22.580000,-31.386000),(17.929000,-32.140000),(13.586000,-37.148000),(10.928000,-37.784000),(22.341000,-39.650000),(23.636000,-39.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.287000,-5.152000),(153.979000,-1.984000),(151.521000,-1.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.326000,0.387000),(2.540000,1.160000),(359.363000,0.424000),(7.427000,-4.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.253000,11.470000),(357.674000,11.819000),(357.970000,0.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.902000,21.123000),(321.640000,13.802000),(322.032000,13.885000),(323.332000,12.615000),(325.378000,18.958000),(325.788000,19.123000),(329.988000,23.696000),(323.534000,23.461000),(321.535000,25.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.015000,-2.296000),(176.413000,-2.014000),(177.893000,-1.486000),(178.896000,-5.605000),(179.871000,-2.898000),(178.961000,-7.963000),(178.427000,3.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.083000,4.065000),(13.227000,2.650000),(20.344000,6.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.502000,-4.949000),(207.588000,-9.174000),(210.671000,-7.756000),(214.455000,-4.487000),(216.284000,1.595000),(214.660000,4.111000),(208.985000,1.751000),(209.882000,-3.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.144000,-60.049000),(220.941000,-59.254000),(217.221000,-55.651000),(211.727000,-54.354000),(205.218000,-54.073000),(202.907000,-53.802000),(197.968000,-52.889000),(199.894000,-59.328000),(206.770000,-58.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.235000,-32.824000),(3.401000,-38.194000),(1.654000,-36.852000),(356.826000,-34.035000),(359.253000,-49.639000),(7.556000,-47.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.662000,39.022000),(206.186000,36.433000),(193.972000,33.756000),(199.850000,31.982000),(200.012000,25.979000),(205.273000,28.317000),(207.693000,29.351000),(211.028000,33.614000),(216.302000,35.508000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.318000,-4.634000),(46.383000,-4.603000),(55.671000,-6.556000),(56.135000,-5.197000),(51.677000,-2.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.330000,-0.510000),(176.878000,6.744000),(175.308000,-0.200000),(168.734000,-0.499000),(172.786000,-3.612000),(172.609000,-8.949000),(176.359000,-3.687000),(183.679000,-4.961000),(181.221000,-3.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.055000,-66.078000),(166.334000,-58.417000),(169.390000,-51.702000),(158.666000,-50.089000),(156.758000,-52.380000),(157.344000,-54.181000),(143.380000,-58.901000),(157.790000,-66.673000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.909000,-40.719000),(151.242000,-41.446000),(149.804000,-43.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.063000,-29.490000),(178.092000,-24.242000),(177.230000,-33.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.853000,-5.771000),(252.155000,-7.880000),(251.292000,-8.913000),(251.677000,-15.067000),(254.128000,-15.425000),(262.410000,-13.619000),(261.770000,-11.331000),(261.955000,-5.173000),(253.852000,-1.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.145000,-6.304000),(20.083000,-12.806000),(23.173000,-7.465000),(24.195000,-4.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.110000,1.914000),(303.481000,-3.766000),(301.898000,7.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.595000,57.220000),(292.931000,55.912000),(294.188000,46.093000),(310.676000,41.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.499000,-75.347000),(144.305000,-69.108000),(122.825000,-67.803000),(108.477000,-68.209000),(102.038000,-67.021000),(100.862000,-67.897000),(113.179000,-72.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.983000,-15.870000),(305.930000,-17.441000),(302.055000,-10.712000),(304.661000,-17.820000),(302.389000,-16.730000),(297.595000,-24.810000),(312.622000,-23.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.255000,-64.114000),(120.808000,-64.210000),(108.435000,-68.733000),(150.883000,-66.432000),(133.086000,-64.767000),(139.935000,-62.779000),(137.013000,-62.656000),(132.522000,-61.825000),(124.721000,-59.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.251000,80.217000),(273.155000,77.950000),(260.984000,74.517000),(259.760000,70.179000),(257.014000,67.764000),(270.107000,65.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.913000,-3.336000),(183.482000,-1.144000),(187.470000,-2.231000),(185.305000,-0.275000),(182.791000,2.488000),(181.905000,-10.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.813000,-11.960000),(182.784000,-11.521000),(181.953000,-4.226000),(175.680000,-5.011000),(169.500000,-1.487000),(171.764000,-9.227000),(165.454000,-12.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.053000,24.214000),(23.598000,24.576000),(30.229000,28.194000),(25.237000,31.310000),(17.334000,26.662000),(20.903000,24.085000),(23.243000,20.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.378000,-11.293000),(326.968000,4.853000),(321.310000,-0.667000),(317.853000,-3.218000),(322.104000,-3.471000),(320.011000,-6.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.087000,33.454000),(86.588000,34.222000),(89.931000,26.773000),(95.326000,28.616000),(100.024000,25.919000),(95.899000,31.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.177000,1.739000),(56.185000,-1.486000),(56.340000,-2.309000),(64.492000,0.882000),(60.943000,5.460000),(60.761000,8.741000),(57.081000,10.933000),(51.757000,7.801000),(51.307000,4.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.967000,2.657000),(219.071000,4.227000),(216.490000,2.051000),(214.405000,0.802000),(217.830000,0.560000),(219.171000,-3.117000),(218.566000,-5.790000),(224.107000,-4.579000),(225.391000,3.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.898000,-0.534000),(210.214000,-1.253000),(208.587000,-2.161000),(206.282000,-11.347000),(211.837000,-8.933000),(214.983000,-4.957000),(219.325000,-5.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.953000,-55.402000),(219.889000,-58.548000),(216.613000,-57.079000),(216.939000,-52.564000),(215.742000,-52.762000),(214.477000,-46.166000),(210.412000,-52.927000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.761000,-59.967000),(94.358000,-67.235000),(100.199000,-60.433000),(114.783000,-61.675000),(102.057000,-57.221000),(89.040000,-54.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.073000,24.252000),(333.788000,12.914000),(342.265000,11.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.274000,24.101000),(318.068000,20.134000),(316.780000,16.744000),(317.412000,16.429000),(326.020000,18.944000),(330.371000,18.226000),(332.343000,20.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.654000,-76.897000),(93.966000,-77.949000),(101.817000,-82.670000),(88.250000,-67.792000),(86.762000,-67.895000),(85.607000,-67.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.608000,-13.792000),(227.944000,-7.305000),(221.501000,-7.163000),(221.155000,-11.873000),(222.539000,-15.964000),(222.736000,-23.653000),(223.576000,-20.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.254000,49.546000),(43.089000,47.982000),(41.823000,43.293000),(50.528000,40.058000),(57.120000,44.688000),(51.039000,50.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.607000,-25.948000),(165.658000,-11.983000),(163.890000,-17.937000),(160.548000,-29.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.158000,39.046000),(266.705000,52.765000),(257.189000,49.657000),(259.415000,41.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.373000,29.065000),(132.354000,30.796000),(135.164000,35.850000),(136.623000,37.881000),(121.289000,33.889000),(125.056000,32.614000),(121.401000,31.494000),(125.785000,31.183000),(129.214000,23.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.965000,21.479000),(70.587000,21.409000),(65.047000,18.037000),(68.516000,12.458000),(71.865000,9.712000),(71.530000,15.653000),(72.384000,19.313000),(72.115000,19.581000),(71.696000,24.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.989000,17.220000),(284.911000,21.994000),(276.759000,21.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.437000,19.951000),(178.523000,20.514000),(179.152000,15.978000),(181.254000,18.226000),(182.218000,16.431000),(182.241000,21.823000),(179.033000,23.509000),(178.247000,23.868000),(178.771000,21.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.061000,78.911000),(35.486000,79.857000),(83.487000,85.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.359000,7.556000),(175.788000,11.202000),(179.204000,4.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.597000,24.774000),(124.725000,31.184000),(123.320000,28.548000),(118.060000,23.270000),(118.893000,18.688000),(127.256000,18.232000),(132.021000,19.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.813000,20.749000),(82.841000,32.364000),(86.815000,22.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.670000,-13.295000),(124.295000,-12.214000),(128.955000,-10.596000),(129.405000,-10.659000),(124.979000,-3.311000),(120.794000,-2.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.902000,30.778000),(140.736000,31.479000),(128.634000,27.168000),(138.693000,24.973000),(139.147000,27.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.418000,-7.917000),(71.040000,-13.274000),(69.220000,-15.287000),(71.859000,-13.162000),(76.906000,-11.568000),(80.321000,-12.428000),(80.170000,-3.419000),(76.303000,-4.268000),(75.369000,-4.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.410000,-1.128000),(178.351000,-0.219000),(176.442000,9.898000),(165.444000,8.701000),(170.545000,3.371000),(170.992000,3.135000),(168.086000,-1.191000),(174.158000,-3.073000),(174.069000,1.346000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.401000,-11.900000),(179.446000,-14.380000),(181.162000,-13.849000),(187.871000,-14.703000),(186.451000,-13.481000),(182.085000,-7.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.290000,-23.192000),(36.046000,-23.111000),(34.116000,-16.623000),(23.641000,-30.485000),(29.701000,-27.434000),(32.084000,-28.926000),(32.337000,-28.299000),(37.155000,-27.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.342000,60.768000),(307.273000,61.392000),(311.816000,55.209000),(317.802000,60.116000),(323.798000,63.115000),(321.745000,68.737000),(308.755000,68.385000),(305.919000,66.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.640000,-9.522000),(283.748000,-3.109000),(273.189000,-8.687000),(284.765000,-13.966000),(283.841000,-9.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.533000,22.620000),(89.261000,21.227000),(89.047000,20.956000),(89.184000,20.529000),(97.803000,15.256000),(96.655000,18.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.787000,49.813000),(209.669000,53.962000),(207.585000,48.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.553000,-6.490000),(176.947000,-9.954000),(177.607000,-9.323000),(187.202000,5.232000),(183.485000,0.336000),(182.653000,-1.303000),(181.172000,-0.124000),(179.855000,-2.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.302000,-47.173000),(144.289000,-46.364000),(145.283000,-41.404000),(144.397000,-41.448000),(129.605000,-46.998000),(136.540000,-50.268000),(153.842000,-51.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.174000,-9.168000),(296.774000,-1.475000),(290.503000,2.829000),(288.483000,3.428000),(288.087000,0.964000),(289.819000,-4.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.923000,-34.870000),(125.998000,-34.034000),(128.251000,-35.475000),(134.578000,-43.526000),(140.669000,-38.827000),(135.712000,-36.752000),(137.950000,-31.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.588000,22.170000),(242.673000,28.426000),(246.380000,37.021000),(236.344000,28.925000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.840000,-49.113000),(217.514000,-53.786000),(229.362000,-50.783000),(236.171000,-44.032000),(232.219000,-40.940000),(228.709000,-40.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.585000,-6.899000),(163.458000,-5.037000),(163.697000,-4.991000),(164.196000,5.319000),(163.355000,5.556000),(160.879000,4.977000),(154.801000,7.778000),(157.342000,1.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.912000,-31.212000),(57.411000,-37.929000),(54.971000,-44.525000),(58.870000,-43.230000),(63.148000,-47.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.978000,17.942000),(230.432000,16.750000),(230.226000,16.445000),(226.902000,10.930000),(225.327000,6.714000),(232.802000,-0.574000),(236.890000,7.411000),(233.186000,11.259000),(232.430000,10.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.741000,-13.219000),(334.652000,-23.907000),(337.994000,-25.164000),(337.454000,-16.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.072000,-13.666000),(31.620000,-18.524000),(37.906000,-18.649000),(41.232000,-14.912000),(42.036000,-14.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.749000,-18.308000),(106.664000,-16.838000),(113.682000,-24.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.619000,24.591000),(261.429000,20.348000),(262.778000,23.344000),(264.792000,26.197000),(256.374000,28.353000),(255.923000,27.281000),(248.320000,27.676000),(249.876000,23.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.368000,39.384000),(18.108000,46.079000),(12.160000,35.945000),(20.900000,35.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.572000,71.153000),(277.082000,73.641000),(274.530000,62.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.141000,-5.125000),(359.207000,-2.633000),(359.031000,-8.449000),(1.573000,-11.249000),(359.288000,-15.073000),(0.273000,-14.913000),(11.077000,-6.689000),(11.131000,-3.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.447000,-50.233000),(279.759000,-42.863000),(264.010000,-53.685000),(276.579000,-53.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.664000,10.175000),(179.136000,8.608000),(169.545000,12.584000),(170.123000,19.638000),(166.143000,13.802000),(159.883000,11.214000),(165.015000,10.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.683000,11.955000),(301.345000,20.568000),(300.826000,14.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.881000,73.929000),(223.746000,78.728000),(219.580000,75.972000),(217.578000,72.749000),(216.554000,72.248000),(249.735000,64.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.049000,-42.051000),(108.691000,-41.723000),(109.728000,-44.297000),(116.131000,-52.666000),(120.180000,-49.617000),(121.932000,-47.864000),(120.289000,-45.210000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.579000,-11.920000),(193.644000,-21.531000),(197.569000,-18.483000),(202.215000,-17.302000),(196.379000,-6.776000),(193.951000,-10.091000),(186.707000,-8.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.953000,-14.094000),(31.201000,-19.247000),(34.059000,-17.004000),(33.365000,-14.352000),(31.793000,-12.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.507000,37.760000),(101.806000,44.463000),(97.794000,52.136000),(89.333000,49.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.996000,2.020000),(356.089000,-2.207000),(3.797000,-2.403000),(2.991000,0.544000),(8.375000,-3.564000),(9.305000,0.579000),(6.536000,3.064000),(10.274000,6.437000),(2.304000,4.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.460000,-35.697000),(168.660000,-32.330000),(163.336000,-32.304000),(163.181000,-36.688000),(166.429000,-40.016000),(166.943000,-40.728000),(171.006000,-37.494000),(179.014000,-35.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.045000,33.865000),(180.384000,41.074000),(176.766000,44.557000),(172.049000,41.437000),(166.217000,46.248000),(168.601000,34.180000),(169.261000,31.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.778000,-64.397000),(336.685000,-67.709000),(334.817000,-69.565000),(4.140000,-67.125000),(343.515000,-55.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.954000,-2.569000),(1.334000,1.169000),(358.178000,8.754000),(353.301000,-6.388000),(353.391000,-6.672000),(6.078000,-5.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.904000,-55.904000),(31.546000,-56.644000),(39.329000,-51.317000),(23.908000,-50.677000),(26.118000,-52.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.077000,31.890000),(292.814000,29.294000),(295.127000,32.578000),(295.460000,34.261000),(296.490000,34.854000),(290.622000,46.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.741000,-56.854000),(355.902000,-55.829000),(353.084000,-53.998000),(351.277000,-49.031000),(345.447000,-50.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.244000,67.796000),(277.634000,71.106000),(263.719000,73.778000),(239.298000,72.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.200000,-16.304000),(330.647000,-11.117000),(337.159000,-11.568000),(325.200000,-1.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.220000,-20.715000),(181.622000,-21.933000),(184.460000,-20.700000),(181.293000,-17.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.980000,-79.886000),(339.721000,-70.144000),(314.184000,-79.539000),(341.324000,-79.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.922000,-64.628000),(12.172000,-62.541000),(17.781000,-63.254000),(17.384000,-58.860000),(14.436000,-56.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.654000,61.181000),(62.519000,59.051000),(56.858000,52.993000),(71.967000,56.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.587000,46.387000),(57.905000,44.447000),(71.245000,43.669000),(71.758000,44.777000),(60.653000,48.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.354000,31.593000),(177.756000,32.987000),(166.968000,30.474000),(171.772000,28.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.206000,34.212000),(175.870000,32.755000),(176.522000,32.232000),(175.456000,30.842000),(177.657000,30.900000),(179.164000,29.035000),(185.103000,25.910000),(180.384000,31.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.939000,3.517000),(189.974000,-3.774000),(192.088000,12.814000),(187.858000,8.904000),(182.463000,13.211000),(182.596000,2.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.581000,-66.670000),(180.023000,-67.073000),(187.094000,-65.635000),(189.640000,-61.435000),(170.553000,-63.841000),(166.849000,-66.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.795000,27.711000),(144.449000,21.063000),(140.835000,15.572000),(146.268000,18.088000),(153.966000,13.407000),(155.844000,21.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.657000,-5.530000),(189.393000,0.248000),(181.602000,4.566000),(180.066000,-2.184000),(179.231000,-9.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.500000,23.846000),(5.961000,29.576000),(7.095000,30.364000),(353.919000,34.073000),(359.900000,25.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.464000,56.587000),(241.244000,50.547000),(250.057000,46.305000),(245.721000,43.169000),(252.452000,47.435000),(253.917000,40.455000),(263.256000,43.285000),(265.079000,47.950000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.778000,33.219000),(24.565000,35.670000),(30.582000,29.290000),(31.161000,29.278000),(35.039000,35.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.638000,-4.901000),(49.897000,-2.842000),(51.878000,-12.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.568000,16.684000),(168.396000,17.496000),(161.464000,23.151000),(164.581000,16.562000),(164.686000,13.857000),(164.601000,8.754000),(170.202000,9.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.733000,5.986000),(217.279000,17.238000),(212.330000,17.206000),(205.079000,17.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.960000,58.448000),(55.162000,59.027000),(44.965000,58.823000),(31.800000,65.128000),(33.418000,63.594000),(31.396000,55.115000),(41.204000,55.187000),(45.053000,54.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.462000,24.398000),(257.917000,17.424000),(271.347000,13.939000),(267.118000,29.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.159000,-0.130000),(352.907000,-1.618000),(0.996000,-3.619000),(1.776000,-1.429000),(4.288000,4.152000),(4.449000,5.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.930000,4.819000),(163.829000,15.976000),(158.943000,9.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.363000,-1.527000),(178.306000,-1.097000),(178.194000,-1.907000),(188.682000,2.094000),(182.940000,3.064000),(177.179000,1.779000),(174.554000,1.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.689000,-44.803000),(188.903000,-47.305000),(192.127000,-40.628000),(196.759000,-39.808000),(190.681000,-34.795000),(185.845000,-37.188000),(179.084000,-35.744000),(186.429000,-40.270000),(183.258000,-42.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.063000,37.328000),(282.242000,37.265000),(284.388000,44.508000),(276.051000,40.570000),(274.468000,40.558000),(263.986000,41.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.220000,-41.017000),(152.552000,-35.630000),(141.374000,-38.261000),(138.118000,-36.247000),(132.203000,-36.324000),(129.980000,-38.356000),(134.533000,-40.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.753000,-22.736000),(198.075000,-26.269000),(200.549000,-18.128000),(198.890000,-15.675000),(189.966000,-16.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.992000,-23.070000),(4.447000,-23.783000),(3.223000,-24.744000),(1.107000,-23.087000),(357.502000,-24.702000),(0.265000,-25.904000),(357.792000,-27.342000),(359.322000,-27.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.110000,14.614000),(346.310000,24.171000),(345.960000,21.105000),(343.405000,18.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.014000,10.877000),(188.035000,13.577000),(187.831000,17.648000),(183.816000,19.468000),(184.683000,16.086000),(185.415000,8.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.081000,-15.828000),(340.689000,-7.422000),(341.768000,-5.767000),(341.736000,-2.900000),(340.395000,-1.857000),(339.202000,-2.057000),(336.992000,-0.893000),(335.068000,-8.685000),(331.034000,-14.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.955000,-29.790000),(166.435000,-31.266000),(164.144000,-35.402000),(169.856000,-34.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.666000,-15.019000),(285.423000,-15.915000),(283.401000,-9.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.512000,-11.883000),(11.994000,-10.750000),(12.466000,-1.039000),(9.919000,-0.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.414000,39.053000),(140.272000,29.308000),(148.161000,28.693000),(148.900000,33.130000),(152.417000,31.799000),(145.393000,37.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.123000,-41.711000),(295.325000,-38.728000),(291.404000,-40.427000),(285.738000,-45.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.376000,-34.702000),(158.034000,-34.501000),(160.327000,-38.147000),(153.233000,-35.929000),(161.945000,-42.545000),(163.621000,-50.965000),(165.191000,-43.267000),(174.166000,-41.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.813000,31.981000),(155.687000,29.353000),(160.894000,26.726000),(162.660000,27.464000),(166.961000,28.525000),(173.510000,24.547000),(175.246000,28.422000),(172.831000,29.216000),(169.011000,32.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.617000,-83.424000),(259.511000,-85.024000),(236.787000,-76.857000),(198.138000,-80.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.060000,-28.436000),(185.115000,-24.434000),(180.998000,-22.299000),(179.409000,-27.483000),(177.220000,-27.535000),(183.048000,-37.862000),(181.147000,-30.532000),(181.170000,-29.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.793000,-2.730000),(218.892000,0.754000),(220.259000,-0.100000),(223.048000,1.789000),(219.704000,11.371000),(213.800000,11.010000),(210.130000,12.531000),(208.689000,8.829000),(208.310000,2.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.187000,-17.667000),(163.342000,-11.685000),(165.073000,-10.373000),(162.834000,-8.802000),(161.939000,-8.445000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.075000,7.761000),(6.361000,15.396000),(2.586000,18.331000),(5.590000,14.181000),(3.043000,12.098000),(3.644000,9.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.348000,35.903000),(261.434000,29.683000),(265.375000,39.174000),(252.325000,40.499000),(253.174000,35.512000),(253.159000,33.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.155000,-13.441000),(96.890000,-23.426000),(95.967000,-26.865000),(98.304000,-28.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.848000,-43.205000),(33.886000,-39.981000),(28.967000,-42.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.247000,4.555000),(4.844000,2.562000),(1.023000,-4.077000),(4.398000,-2.378000),(11.543000,-3.718000),(12.043000,-1.710000),(9.985000,3.096000),(7.164000,3.453000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.585000,-2.543000),(256.703000,-1.408000),(254.322000,4.212000),(251.339000,-2.377000),(249.463000,-3.570000),(246.186000,-6.430000),(251.689000,-5.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.647000,-3.648000),(165.781000,-11.560000),(169.647000,1.067000),(159.034000,-2.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.632000,81.868000),(133.327000,75.336000),(126.177000,72.186000),(144.595000,74.484000),(144.337000,72.245000),(150.556000,69.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.381000,4.485000),(15.795000,4.268000),(15.715000,-3.032000),(18.291000,1.018000),(18.759000,0.504000),(22.579000,6.081000),(22.140000,6.154000),(18.291000,13.863000),(11.063000,11.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.557000,49.145000),(292.623000,47.744000),(291.383000,43.184000),(295.849000,44.850000),(303.176000,38.175000),(301.800000,41.925000),(300.058000,46.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.253000,-61.153000),(243.469000,-64.271000),(244.692000,-52.708000),(239.045000,-56.746000),(236.056000,-54.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.258000,33.257000),(100.606000,29.411000),(103.005000,28.337000),(105.788000,29.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.743000,-10.997000),(161.571000,-11.709000),(163.323000,-9.249000),(167.684000,-2.185000),(162.817000,-6.679000),(160.615000,-8.245000),(158.940000,-7.383000),(155.708000,-8.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.846000,-4.318000),(356.325000,0.277000),(356.484000,-7.122000),(356.142000,-4.008000),(353.942000,-17.456000),(0.925000,-14.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.709000,-24.324000),(179.915000,-21.253000),(174.167000,-18.333000),(173.289000,-18.978000),(173.865000,-24.734000),(173.047000,-31.811000),(176.002000,-33.734000),(178.900000,-27.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.373000,-12.282000),(7.147000,-10.272000),(5.089000,-18.130000),(6.809000,-16.971000),(11.611000,-4.911000),(12.470000,-3.896000),(7.358000,-6.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.397000,9.481000),(202.654000,14.834000),(199.299000,17.271000),(188.940000,13.633000),(198.252000,14.734000),(201.802000,7.878000),(199.841000,13.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.826000,40.836000),(36.116000,47.523000),(37.847000,44.908000),(45.383000,47.626000),(44.087000,55.217000),(34.061000,54.028000),(30.972000,53.275000),(26.166000,54.165000),(20.492000,50.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.923000,6.445000),(353.722000,5.786000),(357.193000,-1.948000),(0.204000,-2.121000),(0.134000,-2.896000),(4.701000,-6.766000),(2.998000,-1.327000),(7.791000,-3.745000),(2.571000,-0.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.896000,15.188000),(320.012000,21.318000),(320.644000,24.801000),(320.690000,26.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.495000,60.457000),(196.633000,75.952000),(190.174000,72.902000),(192.865000,67.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.486000,21.647000),(241.952000,19.601000),(244.508000,19.818000),(243.460000,29.206000),(243.177000,29.994000),(241.808000,27.511000),(239.252000,24.450000),(234.397000,26.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.460000,7.810000),(47.533000,6.966000),(47.190000,-1.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.419000,-32.391000),(30.996000,-22.988000),(25.454000,-24.399000),(26.617000,-32.791000),(28.299000,-38.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.907000,-27.350000),(195.723000,-26.384000),(191.023000,-24.881000),(189.218000,-23.858000),(183.220000,-29.092000),(183.516000,-31.036000),(192.870000,-29.619000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.122000,6.023000),(118.667000,4.101000),(117.658000,15.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.111000,-7.551000),(349.139000,-8.398000),(347.468000,-7.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.074000,29.373000),(142.273000,24.287000),(147.395000,19.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.477000,31.739000),(274.620000,36.912000),(269.413000,35.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.491000,-45.591000),(117.017000,-45.258000),(108.489000,-43.630000),(115.158000,-45.499000),(115.380000,-47.229000),(119.674000,-51.487000),(125.703000,-48.733000),(130.480000,-44.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.445000,43.340000),(333.903000,36.266000),(338.454000,37.698000),(341.545000,39.115000),(348.981000,46.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.724000,-8.951000),(110.643000,-7.446000),(114.014000,-8.565000),(109.023000,-6.307000),(115.779000,-5.760000),(114.978000,-4.735000),(108.645000,-5.492000),(109.994000,1.529000),(98.845000,-6.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.470000,28.612000),(200.344000,34.241000),(197.513000,38.277000),(193.587000,34.617000),(192.493000,33.192000),(186.137000,32.684000),(185.452000,27.675000),(189.547000,24.555000),(191.216000,24.945000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.897000,7.708000),(138.033000,9.596000),(136.595000,3.307000),(137.114000,-0.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.392000,9.167000),(0.370000,11.925000),(1.997000,13.140000),(349.586000,11.623000),(351.288000,6.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.617000,-7.976000),(337.706000,-16.349000),(339.434000,-13.025000),(347.523000,-12.266000),(341.480000,-8.016000),(342.976000,-7.196000),(345.359000,-4.037000),(334.447000,-2.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.152000,-80.771000),(170.189000,-68.459000),(148.722000,-72.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.228000,16.064000),(79.434000,14.061000),(79.345000,8.954000),(82.739000,17.682000),(82.730000,18.413000),(77.504000,23.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.153000,-40.534000),(347.497000,-43.326000),(352.548000,-41.905000),(2.400000,-41.671000),(354.759000,-39.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.729000,5.285000),(127.398000,6.504000),(133.249000,8.295000),(127.091000,9.885000),(117.980000,12.856000),(115.293000,9.433000),(118.263000,7.750000),(119.341000,5.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.714000,8.982000),(359.719000,1.079000),(354.775000,6.627000),(5.215000,-3.952000),(6.513000,-2.640000),(3.751000,-1.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.797000,9.923000),(31.693000,9.080000),(44.643000,19.043000),(42.971000,18.757000),(34.011000,21.852000),(29.527000,23.205000),(32.410000,17.399000),(31.398000,17.644000),(27.792000,17.644000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.463000,-14.768000),(28.460000,-18.390000),(28.279000,-24.734000),(35.592000,-27.030000),(41.690000,-22.636000),(37.521000,-20.826000),(42.363000,-20.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.506000,19.384000),(73.205000,18.975000),(72.184000,12.737000),(74.610000,16.389000),(76.735000,14.756000),(79.624000,12.540000),(76.937000,16.990000),(76.737000,19.531000),(75.682000,19.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.311000,8.947000),(13.515000,5.988000),(10.988000,12.705000),(1.656000,16.029000),(4.161000,12.337000),(357.145000,15.191000),(359.262000,14.075000),(359.335000,9.214000),(356.543000,7.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.840000,-38.699000),(298.598000,-45.020000),(301.258000,-46.140000),(306.781000,-51.094000),(314.711000,-45.088000),(319.172000,-45.134000),(311.649000,-35.562000),(308.769000,-40.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.587000,-38.315000),(41.608000,-37.069000),(40.610000,-26.774000),(35.717000,-29.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.931000,-42.887000),(286.201000,-46.153000),(292.623000,-47.121000),(289.708000,-50.906000),(299.815000,-43.835000),(297.155000,-43.947000),(296.952000,-42.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.825000,5.471000),(29.243000,0.294000),(44.129000,-3.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.585000,10.844000),(217.181000,4.733000),(217.920000,5.004000),(223.895000,0.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.527000,0.055000),(171.289000,-2.908000),(179.408000,-2.424000),(181.238000,9.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.424000,-18.264000),(74.358000,-22.021000),(75.921000,-22.925000),(75.692000,-28.467000),(86.532000,-30.038000),(88.214000,-23.809000),(86.119000,-22.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.974000,-29.824000),(36.687000,-32.820000),(38.036000,-40.993000),(40.836000,-38.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.341000,61.387000),(137.509000,53.949000),(147.007000,54.366000),(149.360000,55.585000),(144.270000,60.431000),(140.008000,62.506000),(138.557000,62.474000),(156.164000,63.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.816000,13.367000),(73.150000,12.018000),(74.159000,11.725000),(75.106000,12.261000),(76.890000,6.770000),(76.664000,5.304000),(82.119000,15.985000),(74.624000,16.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.003000,73.194000),(328.885000,66.697000),(341.871000,61.425000),(348.588000,59.689000),(347.108000,71.795000),(341.414000,73.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.493000,84.408000),(40.748000,79.652000),(87.949000,86.980000),(251.176000,83.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.664000,46.818000),(149.185000,49.442000),(149.441000,46.290000),(152.648000,40.989000),(154.600000,45.053000),(163.732000,52.337000),(153.653000,52.571000),(149.281000,51.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.371000,2.744000),(118.476000,9.601000),(112.980000,13.719000),(111.005000,10.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.219000,-29.155000),(89.058000,-34.862000),(90.706000,-35.814000),(93.021000,-40.501000),(102.127000,-44.258000),(102.661000,-38.479000),(101.422000,-33.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.267000,-8.955000),(86.172000,-11.277000),(86.927000,-12.759000),(85.761000,-19.122000),(88.934000,-16.657000),(88.206000,-18.013000),(90.752000,-17.985000),(91.738000,-14.669000),(97.105000,-6.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.450000,5.829000),(61.454000,-2.711000),(67.149000,-11.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.573000,4.777000),(136.735000,3.985000),(131.074000,5.437000),(128.707000,7.303000),(127.491000,7.592000),(127.414000,9.026000),(119.179000,-0.378000),(130.391000,-2.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.604000,-24.426000),(357.035000,-29.764000),(356.799000,-21.436000),(358.455000,-21.415000),(2.411000,-19.899000),(355.330000,-17.215000),(354.509000,-16.912000),(353.982000,-13.733000),(351.940000,-18.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.597000,-17.617000),(209.170000,-14.006000),(200.532000,-3.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.259000,-2.971000),(3.478000,2.032000),(353.608000,7.141000),(356.989000,2.334000),(353.076000,-1.939000),(355.607000,-1.805000),(359.817000,2.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.101000,9.415000),(313.471000,6.130000),(314.034000,5.630000),(313.426000,4.278000),(311.075000,2.097000),(318.795000,-2.889000),(319.975000,-1.560000),(321.337000,-2.469000),(317.564000,4.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.385000,41.550000),(141.548000,47.309000),(144.027000,50.323000),(150.949000,50.866000),(151.132000,51.355000),(147.130000,56.189000),(135.643000,55.632000),(133.333000,40.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.686000,34.233000),(99.956000,30.380000),(102.719000,23.412000),(114.942000,35.500000),(105.081000,35.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.963000,16.184000),(172.840000,12.419000),(182.237000,15.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.559000,18.725000),(161.022000,12.858000),(158.847000,18.687000),(160.056000,12.928000),(156.553000,6.416000),(160.172000,4.041000),(161.531000,2.033000),(163.264000,5.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.024000,-7.345000),(317.955000,-2.434000),(316.760000,-0.480000),(307.241000,-3.908000),(316.349000,-7.635000),(316.219000,-1.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.544000,-13.572000),(28.986000,-11.563000),(33.504000,-4.913000),(17.598000,-5.507000),(21.488000,-16.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.582000,18.900000),(140.529000,9.957000),(141.195000,18.276000),(147.943000,19.448000),(139.263000,23.708000),(139.138000,21.141000),(137.749000,21.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.098000,17.338000),(358.016000,11.248000),(356.077000,7.844000),(0.333000,10.785000),(2.060000,11.345000),(4.050000,14.271000),(4.956000,19.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.989000,59.823000),(76.854000,57.677000),(79.690000,62.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.070000,21.157000),(79.906000,18.949000),(83.873000,16.890000),(86.754000,13.861000),(86.989000,18.725000),(92.125000,23.225000),(91.981000,23.940000),(90.818000,24.871000),(82.727000,22.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.827000,-52.395000),(321.660000,-49.322000),(312.234000,-48.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.059000,-26.855000),(30.828000,-25.402000),(30.205000,-26.899000),(29.206000,-26.608000),(36.192000,-37.372000),(36.942000,-35.334000),(43.038000,-25.998000),(40.615000,-28.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.371000,26.410000),(318.508000,28.171000),(322.425000,27.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.254000,9.394000),(149.227000,9.294000),(149.164000,12.238000),(148.610000,19.495000),(144.861000,14.859000),(143.319000,13.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.770000,38.938000),(258.665000,33.443000),(257.023000,34.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.234000,-31.333000),(39.446000,-23.893000),(36.136000,-26.528000),(36.073000,-34.985000),(37.759000,-35.427000),(41.556000,-32.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.232000,-35.176000),(355.206000,-42.168000),(353.618000,-29.561000),(352.008000,-28.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.968000,-23.522000),(336.759000,-13.777000),(331.161000,-11.472000),(328.742000,-19.370000),(330.559000,-25.088000),(328.311000,-28.172000),(333.519000,-30.394000),(336.231000,-23.462000),(339.204000,-27.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.246000,-37.147000),(228.404000,-35.960000),(228.754000,-38.072000),(219.752000,-35.774000),(229.894000,-40.947000),(234.400000,-46.051000),(237.291000,-39.338000),(235.465000,-39.068000),(242.946000,-37.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.658000,-9.460000),(319.966000,-5.210000),(305.686000,5.729000),(307.222000,-0.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.860000,39.174000),(259.263000,42.050000),(262.119000,40.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.364000,66.504000),(182.806000,56.450000),(185.163000,62.058000),(186.849000,69.183000),(182.594000,67.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.370000,62.576000),(135.787000,69.506000),(107.536000,65.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.188000,34.030000),(338.329000,36.762000),(331.996000,43.676000),(326.149000,41.993000),(328.193000,33.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.576000,-21.081000),(8.628000,-22.494000),(14.006000,-25.124000),(12.978000,-14.526000),(11.233000,-9.947000),(7.903000,-16.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.174000,-3.069000),(173.588000,-5.184000),(169.575000,-9.553000),(172.477000,-10.175000),(180.372000,-14.581000),(183.361000,-14.903000),(181.505000,-7.620000),(180.285000,-6.274000),(179.034000,-1.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.186000,16.760000),(186.968000,16.311000),(193.249000,15.298000),(191.955000,14.638000),(196.889000,15.467000),(195.584000,18.223000),(193.952000,22.012000),(191.703000,17.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.050000,-15.973000),(20.713000,-10.536000),(15.906000,-12.306000),(13.350000,-7.260000),(12.358000,-7.063000),(8.646000,-6.080000),(6.606000,-9.122000),(9.737000,-13.255000),(13.730000,-13.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.265000,-57.731000),(351.076000,-53.584000),(1.261000,-55.392000),(356.514000,-51.389000),(352.739000,-49.398000),(342.322000,-42.960000),(341.596000,-46.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.703000,14.590000),(30.612000,10.940000),(31.772000,9.862000),(30.712000,3.067000),(33.353000,0.726000),(33.857000,4.791000),(36.503000,4.595000),(36.230000,6.185000),(37.613000,7.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.045000,7.500000),(22.144000,9.391000),(19.478000,8.272000),(18.571000,8.226000),(11.359000,14.855000),(13.076000,6.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.665000,-6.391000),(113.870000,-6.072000),(109.757000,-2.633000),(107.737000,-1.938000),(106.713000,-2.185000),(107.466000,-5.544000),(102.564000,-5.501000),(114.670000,-12.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.313000,8.594000),(105.845000,10.997000),(107.112000,15.473000),(101.002000,13.218000),(98.772000,12.529000),(98.321000,4.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.077000,5.538000),(158.465000,9.264000),(164.806000,15.129000),(164.735000,15.752000),(158.550000,20.587000),(157.804000,20.980000),(157.127000,23.070000),(154.328000,18.369000),(151.496000,16.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.802000,-3.876000),(181.695000,7.463000),(177.765000,2.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.160000,48.604000),(193.042000,55.694000),(185.819000,57.642000),(170.308000,58.342000),(172.274000,55.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.200000,0.585000),(184.109000,-4.087000),(189.099000,-7.738000),(195.780000,-3.346000),(199.537000,-2.482000),(198.588000,-1.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.199000,54.825000),(298.353000,46.258000),(300.280000,46.114000),(302.781000,43.647000),(314.201000,47.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.126000,24.073000),(337.377000,19.438000),(351.993000,18.019000),(343.648000,21.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.706000,-1.874000),(335.667000,-7.154000),(349.028000,-4.108000),(349.719000,1.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.318000,-8.369000),(192.369000,-3.364000),(194.343000,1.703000),(193.674000,0.522000),(192.574000,-1.218000),(191.799000,-0.049000),(188.888000,-5.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.343000,46.480000),(175.449000,48.020000),(163.477000,54.074000),(158.148000,52.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.170000,-3.392000),(75.481000,1.616000),(70.940000,0.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.601000,40.828000),(273.493000,39.132000),(284.621000,41.316000),(284.093000,49.373000),(276.103000,47.125000),(267.378000,48.816000),(272.259000,44.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.744000,-12.797000),(186.643000,-2.406000),(180.762000,2.428000),(179.946000,0.746000),(177.721000,-4.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.823000,5.169000),(12.659000,5.670000),(13.104000,-1.366000),(20.975000,-1.390000),(21.381000,1.383000),(22.132000,1.835000),(18.254000,7.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.930000,-18.725000),(185.717000,-18.405000),(184.469000,-17.943000),(190.163000,-14.639000),(180.305000,-14.081000),(181.568000,-19.915000),(179.476000,-24.063000),(182.962000,-20.874000),(185.526000,-25.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.033000,21.353000),(298.001000,19.232000),(299.517000,16.454000),(312.095000,22.349000),(305.350000,24.846000),(302.612000,29.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.030000,41.720000),(265.677000,36.122000),(271.979000,34.737000),(272.479000,30.537000),(273.710000,34.177000),(279.694000,36.873000),(278.494000,36.931000),(282.714000,39.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.607000,27.779000),(12.698000,27.064000),(4.748000,29.071000),(2.831000,29.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.503000,19.170000),(335.843000,25.006000),(341.507000,16.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.424000,-28.866000),(44.583000,-26.327000),(43.227000,-18.296000),(29.902000,-26.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.688000,-22.873000),(21.248000,-17.986000),(11.000000,-17.067000),(4.993000,-27.538000),(6.185000,-27.214000),(12.272000,-26.449000),(15.946000,-29.111000),(19.420000,-31.391000),(15.419000,-25.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.056000,-33.861000),(213.574000,-26.624000),(200.621000,-30.348000),(200.669000,-36.077000),(203.041000,-40.299000),(213.873000,-39.051000),(216.890000,-41.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.187000,2.639000),(4.284000,2.779000),(4.101000,3.495000),(355.680000,5.716000),(350.250000,7.089000),(353.005000,1.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.020000,6.558000),(175.489000,-0.690000),(175.727000,-2.415000),(178.892000,2.057000),(180.967000,0.847000),(185.634000,-2.232000),(182.439000,4.602000),(183.019000,12.481000),(180.081000,6.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.100000,3.870000),(179.214000,4.429000),(175.901000,8.296000),(175.572000,-3.480000),(179.745000,-5.532000),(180.851000,1.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.330000,-3.499000),(170.317000,-3.830000),(172.116000,-4.472000),(175.979000,-13.620000),(184.826000,-2.748000),(175.740000,-2.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.848000,34.701000),(235.514000,34.741000),(231.991000,33.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.424000,-41.735000),(353.472000,-37.784000),(352.875000,-35.336000),(331.062000,-35.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.084000,3.168000),(330.538000,0.469000),(328.478000,-7.837000),(340.506000,-2.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.501000,21.932000),(42.980000,29.618000),(39.099000,36.271000),(31.269000,36.475000),(35.256000,31.966000),(34.813000,27.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.800000,52.957000),(195.769000,53.516000),(195.205000,61.012000),(195.378000,53.730000),(190.974000,50.089000),(190.111000,44.593000),(194.187000,49.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.375000,28.599000),(114.341000,32.406000),(113.548000,36.710000),(109.192000,44.014000),(110.173000,38.354000),(109.987000,35.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.709000,-14.220000),(71.479000,-11.231000),(71.604000,-11.721000),(71.669000,-8.400000),(72.816000,-10.014000),(67.608000,-2.777000),(65.040000,-1.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.893000,85.016000),(66.672000,86.375000),(346.393000,86.153000),(341.953000,80.126000),(352.957000,82.098000),(57.236000,81.516000),(30.476000,84.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.962000,-34.931000),(140.691000,-35.286000),(145.765000,-34.379000),(147.355000,-29.392000),(143.812000,-31.209000),(147.955000,-28.032000),(139.801000,-32.422000),(136.526000,-35.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.942000,-5.196000),(193.203000,-6.717000),(207.237000,-12.911000),(200.853000,-1.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.138000,8.004000),(273.598000,1.414000),(274.167000,2.180000),(272.622000,8.862000),(268.261000,12.775000),(267.405000,17.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.094000,21.747000),(60.634000,19.624000),(50.729000,30.891000),(49.413000,22.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.993000,25.645000),(9.854000,27.367000),(13.152000,33.551000),(14.531000,34.246000),(7.293000,41.376000),(4.221000,37.514000),(359.172000,35.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.544000,-20.604000),(284.676000,-16.315000),(279.259000,-27.101000),(280.827000,-28.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.156000,-2.490000),(202.445000,-4.468000),(203.644000,-11.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.392000,50.169000),(257.214000,49.882000),(253.944000,50.406000),(252.390000,46.382000),(261.003000,39.121000),(262.251000,42.395000),(265.988000,43.083000),(270.752000,48.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.806000,75.607000),(254.534000,73.900000),(250.515000,71.703000),(261.355000,73.539000),(280.353000,69.270000),(252.700000,81.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.320000,-17.167000),(246.671000,-19.754000),(244.059000,-23.294000),(246.999000,-23.120000),(259.101000,-18.573000),(254.088000,-17.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.074000,-4.613000),(352.301000,-6.948000),(357.040000,-5.376000),(357.431000,-7.566000),(1.408000,-2.961000),(359.210000,-0.578000),(4.689000,-0.686000),(359.094000,2.063000),(357.530000,2.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.363000,34.769000),(143.940000,25.160000),(140.258000,35.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.797000,6.121000),(200.595000,10.855000),(197.876000,14.176000),(197.530000,15.893000),(197.583000,16.222000),(191.881000,10.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.910000,-10.007000),(287.069000,-15.240000),(288.220000,-18.117000),(295.411000,-17.597000),(297.340000,-15.357000),(293.948000,-12.881000),(297.585000,-10.535000),(293.582000,-8.386000),(289.216000,-6.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.698000,-19.076000),(170.821000,-21.066000),(181.506000,-21.860000),(176.650000,-19.925000),(180.392000,-16.951000),(171.233000,-10.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.325000,-40.281000),(81.505000,-40.588000),(82.763000,-37.630000),(75.038000,-38.218000),(69.114000,-39.142000),(68.670000,-41.997000),(68.884000,-43.245000),(72.863000,-41.112000),(74.040000,-44.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.430000,-36.942000),(35.699000,-31.262000),(33.964000,-31.236000),(29.448000,-39.229000),(30.524000,-39.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.870000,20.150000),(190.597000,11.567000),(197.721000,18.374000),(192.048000,24.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.677000,-13.303000),(103.099000,-17.969000),(105.884000,-25.854000),(106.266000,-19.939000),(110.131000,-21.682000),(112.807000,-19.765000),(108.806000,-17.617000),(107.232000,-16.034000),(105.461000,-14.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.643000,-59.669000),(176.513000,-63.545000),(174.527000,-64.246000),(185.831000,-67.449000),(206.084000,-60.248000),(192.201000,-64.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.102000,-0.123000),(323.337000,-1.142000),(319.711000,9.204000),(316.882000,9.650000),(315.266000,4.109000),(316.768000,-5.137000),(320.229000,-0.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.008000,-1.082000),(171.918000,0.495000),(175.921000,-5.117000),(170.508000,-6.684000),(177.233000,-5.963000),(172.851000,-10.175000),(173.116000,-10.696000),(180.876000,-5.773000),(184.104000,-0.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.183000,-29.938000),(312.239000,-29.364000),(310.824000,-30.488000),(313.297000,-29.703000),(317.278000,-31.537000),(315.387000,-23.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.876000,-22.484000),(282.807000,-24.743000),(272.611000,-12.182000),(266.130000,-19.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.992000,3.747000),(281.200000,5.110000),(272.613000,10.050000),(264.200000,3.181000),(269.386000,0.797000),(271.130000,-0.541000),(271.880000,-0.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.549000,-38.634000),(24.910000,-36.575000),(23.426000,-37.038000),(14.906000,-33.884000),(21.230000,-38.073000),(17.194000,-36.113000),(19.123000,-38.247000),(19.227000,-39.469000),(24.923000,-42.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.881000,-29.976000),(317.030000,-35.523000),(327.611000,-29.980000),(330.881000,-29.546000),(324.449000,-25.524000),(325.711000,-23.280000),(319.443000,-23.450000),(317.802000,-22.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.532000,-44.025000),(177.111000,-41.069000),(183.903000,-40.143000),(180.328000,-34.362000),(162.488000,-39.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.584000,14.443000),(178.467000,9.783000),(182.932000,10.854000),(183.180000,4.993000),(183.860000,8.664000),(185.609000,4.425000),(188.987000,12.677000),(192.033000,13.539000),(190.661000,18.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.502000,-81.441000),(331.075000,-78.420000),(317.519000,-81.769000),(312.777000,-86.429000),(206.924000,-87.346000),(20.447000,-87.706000),(54.573000,-81.935000),(20.637000,-86.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.281000,0.247000),(336.056000,4.883000),(341.609000,5.592000),(337.658000,7.919000),(339.187000,15.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.978000,49.468000),(136.501000,54.396000),(138.632000,48.392000),(125.611000,48.004000),(128.546000,45.411000),(138.277000,44.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.366000,9.327000),(270.874000,6.129000),(275.570000,6.175000),(278.147000,3.633000),(274.766000,7.667000),(266.746000,14.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.122000,2.528000),(106.508000,11.061000),(103.094000,13.688000),(93.606000,17.080000),(94.235000,13.824000),(91.785000,12.636000),(95.678000,10.026000),(93.449000,4.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.058000,44.617000),(240.140000,45.396000),(245.599000,41.215000),(251.042000,46.116000),(252.122000,47.207000),(243.701000,51.254000),(240.216000,52.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.935000,21.015000),(140.437000,17.137000),(140.960000,16.517000),(142.032000,16.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.770000,-62.718000),(114.019000,-63.800000),(120.022000,-59.525000),(119.123000,-57.532000),(118.807000,-54.962000),(102.749000,-50.876000),(99.158000,-57.730000),(99.060000,-61.695000),(102.873000,-64.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.065000,26.703000),(314.412000,34.811000),(304.180000,30.345000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.949000,3.229000),(356.858000,1.303000),(359.066000,3.580000),(356.720000,6.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.550000,-24.484000),(35.345000,-25.638000),(28.583000,-24.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.039000,-38.580000),(313.228000,-36.846000),(312.778000,-43.643000),(313.052000,-49.558000),(328.063000,-52.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.740000,7.826000),(0.000000,-8.870000),(1.887000,-2.738000),(1.689000,2.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.093000,3.162000),(3.731000,4.354000),(3.814000,3.231000),(359.926000,0.217000),(8.232000,-5.619000),(11.270000,0.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.744000,38.191000),(176.007000,37.975000),(168.107000,40.409000),(169.075000,36.803000),(173.692000,34.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.365000,-4.416000),(0.269000,-5.276000),(10.178000,0.768000),(6.288000,5.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.985000,-59.597000),(170.026000,-54.254000),(163.118000,-59.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.316000,41.445000),(48.481000,40.519000),(45.418000,36.142000),(57.066000,39.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.958000,19.464000),(344.677000,12.310000),(344.402000,11.668000),(343.238000,9.139000),(349.984000,13.253000),(349.179000,20.615000),(347.572000,21.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.588000,-21.811000),(163.579000,-21.466000),(162.758000,-28.263000),(167.712000,-28.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.838000,13.839000),(356.322000,12.921000),(353.663000,12.001000),(348.679000,9.988000),(350.341000,10.104000),(4.798000,8.320000),(3.348000,9.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.578000,-47.058000),(128.010000,-48.103000),(130.136000,-41.187000),(123.500000,-42.239000),(117.762000,-38.095000),(116.729000,-44.476000),(116.045000,-44.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.624000,-43.695000),(16.417000,-41.560000),(13.374000,-31.052000),(9.137000,-33.637000),(4.243000,-32.842000),(0.141000,-34.213000),(5.381000,-36.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.283000,24.656000),(298.298000,14.734000),(298.163000,18.395000),(304.503000,21.486000),(303.243000,22.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.440000,-12.775000),(193.790000,-14.336000),(194.781000,-2.404000),(190.539000,2.780000),(187.086000,-3.433000),(188.240000,-6.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.733000,-3.221000),(297.774000,-4.414000),(291.363000,-5.971000),(290.630000,-6.098000),(291.152000,-9.113000),(294.026000,-8.670000),(297.560000,-15.204000),(299.191000,-13.259000),(305.412000,-7.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.156000,-43.135000),(328.377000,-38.618000),(331.693000,-48.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.600000,-39.871000),(279.988000,-40.188000),(283.778000,-37.659000),(283.546000,-30.758000),(282.438000,-27.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.048000,30.705000),(176.520000,40.489000),(176.349000,39.151000),(168.542000,42.022000),(164.795000,35.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.732000,31.485000),(158.849000,35.606000),(152.192000,20.103000),(159.842000,24.116000),(159.126000,29.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.546000,26.132000),(354.790000,27.761000),(347.798000,19.328000),(348.788000,14.607000),(354.564000,19.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.132000,6.272000),(0.227000,3.596000),(5.484000,2.742000),(11.090000,4.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.899000,-2.536000),(127.065000,-2.345000),(130.296000,6.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.289000,-8.791000),(153.243000,-11.550000),(151.455000,-13.653000),(156.344000,-17.933000),(157.198000,-14.683000),(165.729000,-11.453000),(164.937000,-10.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.809000,-24.247000),(185.562000,-24.267000),(180.453000,-20.432000),(173.244000,-13.382000),(181.295000,-30.270000),(178.422000,-23.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.281000,-33.817000),(112.505000,-27.945000),(103.824000,-32.561000),(109.744000,-38.984000),(111.179000,-39.097000),(112.024000,-38.314000),(116.851000,-39.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.307000,-18.013000),(321.744000,-19.594000),(319.579000,-20.705000),(322.829000,-21.889000),(323.756000,-24.301000),(330.174000,-19.925000),(331.074000,-13.236000),(327.062000,-15.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.409000,-6.685000),(197.323000,-3.412000),(191.288000,-2.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.589000,36.541000),(60.289000,38.642000),(64.143000,33.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.457000,10.753000),(263.847000,8.484000),(268.133000,16.960000),(268.716000,12.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.478000,22.882000),(250.055000,31.694000),(245.687000,27.785000),(244.999000,27.097000),(241.317000,26.831000),(242.029000,26.655000),(241.796000,24.847000),(239.236000,23.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.858000,15.678000),(221.860000,19.410000),(216.942000,15.811000),(218.632000,4.981000),(224.377000,2.903000),(227.258000,12.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.031000,-44.180000),(33.957000,-39.932000),(26.786000,-31.287000),(30.114000,-39.179000),(27.797000,-40.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.202000,67.411000),(309.532000,60.520000),(312.481000,61.193000),(315.279000,62.193000),(330.539000,70.574000),(325.337000,71.270000),(332.072000,72.622000),(311.379000,72.746000),(306.861000,74.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.329000,-37.510000),(230.712000,-39.218000),(236.742000,-36.024000),(232.874000,-35.663000),(229.398000,-37.289000),(225.678000,-41.249000),(231.846000,-47.353000),(232.346000,-41.625000),(237.532000,-42.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.659000,-1.695000),(188.207000,0.354000),(174.510000,-3.300000),(175.761000,-5.935000),(182.013000,-4.995000),(184.933000,-8.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.611000,-40.958000),(102.952000,-44.294000),(116.435000,-48.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.130000,80.266000),(126.091000,71.842000),(151.003000,75.800000),(147.445000,73.960000),(152.059000,71.770000),(157.520000,74.415000),(157.692000,76.361000),(105.668000,82.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.743000,8.644000),(338.748000,8.575000),(335.710000,12.494000),(334.704000,15.925000),(332.354000,18.395000),(332.137000,13.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.065000,13.350000),(217.147000,14.155000),(213.117000,20.477000),(207.371000,22.367000),(201.267000,18.459000),(204.378000,15.529000),(209.485000,14.981000),(210.379000,10.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.656000,-25.296000),(327.966000,-26.432000),(334.981000,-20.508000),(338.636000,-18.074000),(330.377000,-16.792000),(329.457000,-17.634000),(326.248000,-19.516000),(328.220000,-19.364000),(320.606000,-22.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.177000,4.885000),(19.594000,6.645000),(25.624000,6.756000),(18.156000,15.423000),(18.185000,16.678000),(14.753000,17.262000),(16.343000,13.772000),(14.182000,12.832000),(9.910000,9.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.113000,5.303000),(141.417000,9.002000),(146.146000,12.398000),(137.349000,11.581000),(136.155000,12.776000),(135.714000,9.683000),(134.693000,7.164000),(133.819000,6.171000),(136.460000,6.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.324000,-2.474000),(238.089000,-0.426000),(238.756000,2.949000),(236.776000,5.418000),(232.306000,11.851000),(228.424000,4.729000),(232.276000,2.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.783000,23.453000),(352.512000,23.544000),(354.626000,26.072000),(356.924000,29.699000),(348.952000,29.594000),(346.381000,23.730000),(344.600000,20.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.442000,-30.453000),(175.260000,-34.647000),(184.369000,-27.402000),(179.104000,-27.238000),(175.193000,-23.691000),(172.161000,-20.014000),(175.551000,-26.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.251000,41.027000),(322.186000,38.936000),(318.079000,38.917000),(321.130000,37.761000),(316.639000,35.934000),(324.704000,36.436000),(323.651000,35.714000),(331.599000,33.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.882000,-32.930000),(185.942000,-33.726000),(182.787000,-29.217000),(173.368000,-23.787000),(171.477000,-29.952000),(166.090000,-28.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.615000,60.100000),(326.521000,56.122000),(327.272000,54.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.660000,9.268000),(218.461000,8.610000),(226.231000,10.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.994000,17.212000),(321.973000,11.282000),(324.913000,11.560000),(325.799000,10.345000),(328.871000,15.347000),(327.288000,17.013000),(323.815000,16.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.709000,-23.513000),(171.074000,-22.774000),(177.014000,-24.211000),(178.996000,-22.501000),(175.263000,-20.353000),(168.765000,-21.311000),(163.568000,-19.874000),(163.335000,-26.677000),(168.354000,-24.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.358000,-69.079000),(240.691000,-62.967000),(230.084000,-67.231000),(227.275000,-68.121000),(217.818000,-64.100000),(217.675000,-65.535000),(224.596000,-71.244000),(208.445000,-77.768000),(248.728000,-75.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.879000,35.037000),(44.438000,33.121000),(36.255000,40.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.686000,51.857000),(143.868000,50.140000),(163.023000,52.073000),(145.823000,63.036000),(141.421000,62.183000),(142.773000,58.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.216000,32.349000),(172.903000,27.594000),(178.195000,25.234000),(172.679000,23.004000),(181.224000,17.152000),(183.210000,27.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.321000,-12.376000),(0.462000,-21.197000),(1.430000,-14.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.019000,13.937000),(177.835000,11.731000),(183.851000,6.665000),(187.258000,10.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.256000,-13.661000),(178.623000,-16.012000),(174.272000,-16.593000),(174.351000,-18.181000),(171.741000,-21.404000),(189.621000,-16.804000),(188.585000,-15.693000),(188.359000,-14.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.166000,2.900000),(359.525000,9.559000),(355.143000,10.028000),(350.388000,9.280000),(350.482000,6.663000),(348.552000,4.606000),(353.607000,5.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.779000,19.881000),(349.318000,9.546000),(355.845000,9.673000),(2.658000,6.478000),(2.719000,8.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.059000,34.077000),(210.961000,34.479000),(205.895000,26.777000),(220.250000,22.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.880000,-3.385000),(89.587000,-9.405000),(94.834000,-1.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.541000,6.205000),(185.721000,10.995000),(178.586000,19.448000),(174.740000,11.659000),(169.750000,7.299000),(171.377000,6.468000),(173.532000,3.279000),(177.514000,5.921000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.546000,30.209000),(245.735000,32.948000),(240.463000,28.811000),(238.876000,33.055000),(231.297000,22.352000),(239.986000,21.203000),(243.362000,18.144000),(242.979000,23.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.959000,12.489000),(12.798000,13.139000),(15.407000,13.295000),(20.218000,13.226000),(15.852000,19.132000),(8.842000,22.953000),(1.272000,21.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.039000,-28.380000),(263.099000,-30.292000),(265.931000,-29.736000),(270.663000,-24.498000),(272.968000,-15.371000),(267.333000,-22.217000),(267.122000,-19.006000),(266.040000,-21.791000),(265.225000,-20.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.946000,2.394000),(348.845000,1.841000),(344.927000,-1.921000),(357.776000,1.254000),(1.543000,2.423000),(354.185000,4.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.038000,-16.969000),(9.417000,-18.569000),(13.279000,-19.307000),(15.485000,-19.658000),(19.254000,-24.164000),(22.913000,-20.881000),(15.901000,-17.185000),(19.061000,-8.965000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.434000,-13.598000),(133.166000,-11.113000),(130.716000,-10.031000),(128.187000,-16.375000),(133.146000,-22.500000),(133.786000,-23.189000),(136.422000,-15.237000),(142.753000,-18.571000),(145.080000,-14.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.653000,2.517000),(192.664000,4.895000),(189.167000,3.709000),(182.896000,1.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.525000,38.723000),(347.238000,34.931000),(343.535000,43.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.034000,-58.653000),(350.705000,-58.715000),(6.635000,-61.755000),(20.005000,-61.125000),(10.922000,-59.079000),(8.430000,-55.640000),(1.315000,-50.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.812000,-20.053000),(55.460000,-21.366000),(62.355000,-23.782000),(66.932000,-26.421000),(73.331000,-18.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.374000,-61.393000),(118.877000,-66.287000),(116.458000,-61.303000),(124.035000,-57.178000),(125.920000,-52.983000),(127.023000,-52.149000),(121.365000,-54.500000),(111.637000,-54.485000),(104.568000,-56.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.196000,21.289000),(140.653000,16.014000),(141.127000,16.838000),(142.037000,19.633000),(144.153000,27.210000),(134.972000,26.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.421000,44.095000),(231.842000,45.578000),(221.602000,44.581000),(218.517000,42.078000),(226.273000,45.227000),(224.191000,40.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.391000,10.378000),(351.423000,6.383000),(354.256000,12.857000),(355.978000,13.735000),(349.727000,17.319000),(345.227000,17.606000),(345.811000,16.990000),(345.131000,15.854000),(348.146000,13.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.018000,21.900000),(168.185000,20.784000),(168.398000,20.604000),(171.205000,12.935000),(170.051000,22.674000),(171.771000,30.921000),(167.473000,32.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.046000,-39.933000),(30.945000,-41.803000),(18.180000,-48.983000),(22.025000,-46.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.677000,-5.616000),(169.559000,-4.256000),(174.632000,-2.617000),(173.951000,-1.940000),(177.082000,-1.429000),(174.504000,-0.123000),(171.013000,1.625000),(172.128000,5.713000),(167.857000,3.679000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.107000,18.127000),(143.175000,22.435000),(136.644000,23.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.127000,-15.807000),(336.600000,-16.227000),(334.156000,-19.373000),(336.445000,-19.807000),(339.365000,-19.355000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.969000,16.208000),(56.655000,14.699000),(58.454000,15.030000),(57.351000,9.701000),(61.562000,13.537000),(62.104000,15.037000),(69.930000,16.397000),(62.792000,19.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.003000,15.127000),(280.745000,14.110000),(285.411000,23.753000),(278.331000,22.747000),(278.754000,22.056000),(279.990000,20.321000),(275.309000,23.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.109000,48.782000),(3.988000,51.311000),(1.553000,54.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.331000,13.605000),(15.051000,12.781000),(22.244000,11.882000),(21.915000,4.750000),(26.696000,11.521000),(30.284000,13.446000),(28.903000,15.002000),(23.935000,18.248000),(21.069000,21.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.714000,-10.613000),(6.183000,-4.263000),(359.434000,2.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.209000,8.227000),(55.232000,12.218000),(53.052000,13.468000),(51.854000,15.097000),(49.104000,18.099000),(44.900000,20.748000),(43.821000,21.270000),(44.929000,14.242000),(47.257000,13.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.692000,-27.539000),(6.286000,-24.529000),(1.248000,-22.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.649000,-0.477000),(78.615000,0.048000),(82.587000,-1.642000),(88.589000,0.915000),(83.255000,7.926000),(77.817000,7.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.205000,-2.211000),(224.558000,5.044000),(228.812000,4.508000),(229.817000,4.310000),(228.386000,13.445000),(226.215000,10.186000),(222.229000,7.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.194000,10.244000),(346.681000,2.745000),(347.089000,-2.686000),(348.413000,-5.560000),(351.123000,-0.049000),(354.644000,0.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.476000,-44.465000),(193.303000,-39.399000),(179.542000,-39.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.562000,-0.019000),(150.413000,2.656000),(153.992000,4.938000),(150.988000,7.461000),(148.157000,13.236000),(144.020000,8.115000),(140.581000,9.914000),(141.537000,-1.622000),(144.601000,-2.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.842000,-21.057000),(168.945000,-25.079000),(172.968000,-27.432000),(177.885000,-23.600000),(184.289000,-13.110000),(181.503000,-13.023000),(172.088000,-16.336000),(172.389000,-17.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.650000,2.204000),(182.466000,-3.387000),(182.617000,0.050000),(178.626000,4.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.733000,35.304000),(77.391000,34.061000),(75.984000,32.642000),(78.703000,29.915000),(81.509000,30.261000),(85.093000,29.548000),(89.039000,29.001000),(95.870000,33.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.600000,2.450000),(301.048000,-0.728000),(302.994000,2.528000),(299.419000,5.686000),(296.843000,6.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.014000,-64.036000),(226.518000,-59.057000),(214.150000,-59.565000),(225.021000,-66.259000),(227.296000,-69.788000),(239.891000,-73.967000),(238.433000,-68.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.504000,0.715000),(169.192000,-13.578000),(180.603000,-8.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.155000,-17.764000),(304.271000,-20.031000),(304.960000,-23.048000),(302.389000,-25.731000),(297.215000,-28.942000),(301.954000,-27.143000),(303.355000,-27.303000),(314.190000,-25.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.454000,-4.643000),(359.148000,-2.459000),(349.118000,-5.375000),(354.327000,-10.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.067000,5.758000),(179.456000,3.057000),(177.723000,4.756000),(175.873000,4.642000),(178.270000,0.571000),(172.043000,-2.801000),(182.366000,-3.831000),(183.006000,0.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.501000,-10.086000),(229.248000,-4.775000),(223.523000,-1.569000),(228.155000,-6.822000),(220.038000,-7.905000),(223.512000,-7.806000),(228.113000,-11.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.305000,34.181000),(40.950000,40.164000),(34.140000,35.208000),(33.358000,38.176000),(25.512000,30.307000),(26.311000,29.331000),(32.257000,32.144000),(37.128000,26.259000),(41.021000,27.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.874000,5.716000),(204.978000,3.874000),(197.439000,7.601000),(195.340000,9.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.651000,-75.355000),(266.264000,-67.302000),(265.077000,-66.879000),(258.745000,-67.035000),(241.509000,-69.690000),(222.421000,-73.209000),(233.291000,-72.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.915000,80.260000),(76.165000,81.874000),(65.022000,77.122000),(96.941000,73.862000),(105.007000,81.413000),(115.112000,80.643000),(65.788000,85.663000),(64.582000,85.248000),(17.967000,84.552000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.052000,69.125000),(259.941000,64.872000),(279.283000,63.623000),(296.412000,67.507000),(303.939000,72.904000),(298.838000,76.306000),(257.808000,72.388000),(249.000000,71.271000),(249.437000,71.065000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.668000,4.958000),(239.685000,-2.169000),(247.519000,-2.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.032000,14.965000),(355.278000,11.371000),(2.883000,10.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.238000,-39.331000),(144.494000,-28.132000),(140.602000,-30.396000),(139.005000,-24.707000),(135.053000,-24.464000),(133.751000,-24.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.215000,4.770000),(168.664000,3.718000),(180.193000,-0.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.416000,-1.622000),(175.733000,-9.018000),(180.354000,0.643000),(184.206000,4.026000),(174.896000,6.941000),(167.746000,1.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.783000,68.429000),(231.726000,66.004000),(237.796000,69.447000),(233.539000,74.160000),(235.843000,71.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.184000,57.307000),(138.736000,52.140000),(153.380000,54.729000),(150.371000,66.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.440000,10.349000),(356.584000,5.895000),(351.535000,6.826000),(0.714000,-0.989000),(5.834000,1.431000),(3.450000,3.560000),(2.345000,7.900000),(0.443000,8.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.508000,-53.903000),(148.496000,-51.954000),(153.123000,-58.520000),(149.989000,-50.297000),(153.075000,-48.828000),(145.089000,-46.793000),(144.935000,-47.639000),(135.840000,-50.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.681000,26.028000),(172.398000,25.556000),(170.029000,28.380000),(168.399000,17.133000),(176.069000,15.634000),(180.091000,19.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.392000,-55.095000),(313.764000,-50.295000),(315.825000,-48.160000),(301.136000,-48.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.889000,-31.471000),(12.383000,-25.655000),(14.488000,-22.225000),(12.561000,-20.801000),(5.915000,-22.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.091000,-8.703000),(346.050000,-9.332000),(339.713000,-9.413000),(344.992000,-13.313000),(343.262000,-12.425000),(343.897000,-15.130000),(344.335000,-17.927000),(345.399000,-23.832000),(346.090000,-21.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.892000,-29.634000),(299.964000,-28.958000),(293.560000,-19.855000),(289.487000,-24.044000),(289.504000,-27.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.862000,14.709000),(335.682000,15.170000),(338.950000,12.350000),(343.082000,10.754000),(339.429000,6.445000),(341.544000,3.173000),(350.939000,5.393000),(353.843000,8.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.599000,-28.455000),(155.587000,-34.712000),(163.549000,-36.003000),(163.848000,-34.709000),(162.094000,-32.429000),(159.113000,-31.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.397000,-38.935000),(215.161000,-38.416000),(211.924000,-37.315000),(209.399000,-36.222000),(210.301000,-32.528000),(209.029000,-30.938000),(206.092000,-37.074000),(209.587000,-42.929000),(218.379000,-41.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.380000,-21.311000),(135.519000,-18.570000),(136.429000,-16.760000),(133.414000,-13.056000),(132.483000,-9.487000),(127.814000,-12.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.587000,-50.549000),(235.510000,-51.287000),(234.553000,-52.024000),(241.245000,-52.681000),(241.245000,-52.173000),(250.352000,-49.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.129000,12.008000),(8.765000,12.221000),(13.708000,11.243000),(14.318000,9.796000),(22.079000,18.438000),(19.098000,19.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.889000,-16.241000),(184.586000,-17.329000),(186.531000,-14.807000),(187.691000,-16.653000),(193.357000,-12.590000),(190.912000,-10.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.921000,0.027000),(185.604000,4.613000),(182.886000,-1.390000),(189.457000,-5.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.526000,-49.441000),(183.534000,-41.415000),(171.670000,-42.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.309000,-11.239000),(266.853000,-6.094000),(270.040000,0.150000),(263.212000,-1.588000),(262.265000,-2.520000),(263.434000,-4.568000),(263.189000,-4.787000),(260.306000,-8.976000),(263.468000,-8.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.551000,-21.316000),(169.494000,-18.686000),(167.076000,-18.327000),(167.529000,-14.564000),(157.716000,-16.493000),(157.405000,-18.723000),(162.369000,-19.999000),(165.488000,-21.318000),(163.974000,-25.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.541000,-6.003000),(337.603000,-6.130000),(329.157000,-9.363000),(335.053000,-12.145000),(341.931000,-13.572000),(346.547000,-8.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.046000,-56.985000),(350.031000,-49.289000),(345.177000,-43.503000),(337.940000,-50.981000),(343.224000,-50.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.689000,11.691000),(155.740000,10.976000),(156.633000,9.705000),(152.922000,10.551000),(158.073000,2.795000),(169.224000,3.152000),(168.576000,11.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.832000,22.872000),(329.045000,23.437000),(327.618000,29.236000),(321.713000,22.279000),(319.413000,15.616000),(322.960000,15.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.419000,33.183000),(25.119000,36.828000),(22.309000,39.606000),(22.148000,39.848000),(30.480000,40.924000),(17.370000,40.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.690000,28.445000),(26.960000,20.707000),(29.533000,21.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.070000,-8.424000),(350.226000,-10.057000),(356.460000,-16.552000),(4.736000,-10.244000),(358.787000,-6.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.129000,10.845000),(348.861000,11.343000),(348.897000,14.742000),(346.635000,13.525000),(342.282000,14.982000),(337.909000,16.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.533000,6.986000),(165.458000,12.578000),(156.504000,12.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.272000,-59.268000),(68.793000,-55.301000),(74.138000,-52.985000),(62.395000,-52.804000),(53.394000,-53.226000),(50.962000,-55.874000),(54.594000,-59.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.977000,1.332000),(13.126000,1.831000),(13.286000,7.070000),(12.403000,9.508000),(8.777000,-1.630000),(14.804000,-4.924000),(17.759000,-3.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.852000,29.939000),(164.541000,31.646000),(160.711000,34.626000),(154.977000,31.169000),(154.162000,29.828000),(162.712000,30.785000),(164.232000,26.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.353000,-6.867000),(208.793000,-8.529000),(208.997000,-10.219000),(208.684000,-14.042000),(215.022000,-6.091000),(206.537000,-0.958000),(204.979000,-4.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.683000,-31.733000),(351.898000,-27.307000),(347.476000,-26.221000),(345.961000,-28.294000),(339.960000,-34.952000),(342.310000,-34.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.449000,-29.259000),(130.886000,-32.254000),(123.764000,-32.314000),(126.888000,-36.493000),(124.243000,-41.161000),(124.168000,-41.621000),(130.107000,-39.902000),(137.712000,-36.317000),(138.603000,-31.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.568000,-60.747000),(11.401000,-55.985000),(4.441000,-60.625000),(5.454000,-60.580000),(11.392000,-64.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.363000,18.468000),(185.785000,18.650000),(190.170000,16.937000),(191.341000,16.312000),(193.674000,21.846000),(193.015000,24.343000),(187.862000,22.084000),(188.280000,23.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.253000,20.418000),(70.754000,32.368000),(68.060000,26.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.740000,-2.203000),(188.437000,1.466000),(182.207000,0.447000),(181.457000,3.322000),(180.562000,6.093000),(181.538000,-1.293000),(181.359000,-1.687000),(179.921000,-5.664000),(180.345000,-7.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.502000,8.256000),(336.948000,13.756000),(335.091000,17.764000),(332.455000,19.300000),(329.644000,18.992000),(328.372000,18.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.989000,-72.504000),(276.611000,-71.833000),(264.396000,-68.620000),(269.887000,-68.228000),(251.387000,-63.603000),(245.042000,-75.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.422000,10.668000),(55.648000,16.387000),(51.770000,13.688000),(53.513000,9.067000),(51.511000,10.038000),(50.348000,9.037000),(49.805000,6.497000),(49.666000,4.217000),(55.929000,5.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.657000,-47.821000),(348.161000,-55.100000),(354.080000,-49.937000),(352.670000,-53.409000),(0.906000,-50.406000),(7.758000,-42.870000),(2.153000,-40.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.810000,6.496000),(0.459000,5.390000),(9.386000,12.255000),(5.216000,10.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.487000,-33.001000),(154.103000,-26.565000),(145.507000,-31.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.285000,-10.583000),(190.597000,-5.444000),(190.384000,-1.769000),(190.587000,-1.682000),(185.807000,1.000000),(180.374000,6.371000),(180.000000,-1.407000),(177.288000,-2.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.172000,39.321000),(108.268000,39.706000),(110.983000,36.411000),(108.236000,41.425000),(113.975000,36.371000),(106.530000,47.447000),(98.591000,44.860000),(97.770000,38.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.961000,-3.234000),(43.267000,-14.947000),(43.852000,-7.138000),(46.767000,-3.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.899000,-3.632000),(5.271000,2.969000),(1.479000,4.165000),(354.822000,5.885000),(358.736000,3.631000),(357.149000,1.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.758000,-32.522000),(354.294000,-37.039000),(359.525000,-36.212000),(358.541000,-31.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.494000,83.295000),(254.549000,78.163000),(296.298000,76.306000),(308.222000,77.210000),(322.915000,72.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.190000,23.940000),(147.188000,19.496000),(151.755000,26.147000),(157.482000,28.927000),(159.857000,31.102000),(156.625000,31.761000),(150.856000,29.428000),(145.994000,31.808000),(143.646000,26.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.960000,32.249000),(317.625000,26.359000),(324.668000,27.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.820000,29.138000),(139.139000,24.906000),(139.049000,34.064000),(138.388000,35.217000),(136.264000,39.589000),(130.542000,34.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.232000,15.402000),(143.628000,18.387000),(150.574000,16.887000),(134.013000,21.344000),(139.540000,10.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.500000,-10.454000),(12.485000,-10.118000),(10.201000,-7.689000),(14.849000,-1.511000),(13.934000,-1.848000),(11.069000,-2.539000),(7.563000,-2.815000),(6.710000,-7.862000),(2.921000,-7.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.256000,41.568000),(162.102000,28.752000),(168.218000,27.210000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.917000,2.015000),(357.096000,-8.749000),(359.344000,-0.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.255000,1.378000),(12.999000,0.591000),(4.234000,-4.156000),(7.971000,-4.201000),(15.269000,-4.992000),(17.789000,0.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.768000,-25.003000),(276.140000,-23.770000),(271.387000,-25.983000),(273.729000,-18.933000),(269.783000,-23.605000),(268.092000,-30.344000),(277.347000,-32.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.297000,-62.821000),(199.952000,-69.256000),(234.606000,-70.331000),(235.253000,-66.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.564000,33.611000),(119.911000,26.436000),(135.607000,24.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.074000,-64.650000),(204.913000,-67.318000),(176.655000,-60.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.917000,-46.072000),(43.349000,-48.900000),(42.159000,-54.506000),(44.669000,-57.991000),(52.411000,-58.912000),(56.001000,-51.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.581000,4.913000),(173.753000,12.010000),(169.483000,13.547000),(165.761000,12.826000),(159.743000,9.338000),(159.386000,2.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.236000,3.287000),(155.716000,-4.727000),(155.583000,5.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.629000,10.895000),(163.436000,11.644000),(156.826000,15.829000),(159.842000,7.701000),(159.772000,0.775000),(162.376000,6.775000),(164.718000,1.528000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.522000,34.784000),(218.229000,31.709000),(220.183000,24.070000),(224.993000,25.217000),(228.945000,35.603000),(219.226000,40.531000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.134000,62.506000),(13.245000,63.834000),(19.048000,56.820000),(20.963000,63.535000),(15.609000,65.173000),(26.072000,68.974000),(21.816000,69.000000),(31.340000,71.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.367000,17.078000),(173.172000,12.375000),(177.216000,14.501000),(178.585000,9.775000),(180.141000,13.686000),(186.312000,14.081000),(185.153000,18.941000),(175.600000,27.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.104000,-8.417000),(48.633000,-10.339000),(50.794000,-7.031000),(49.526000,-12.366000),(55.319000,-4.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.651000,14.086000),(25.871000,11.652000),(25.719000,8.193000),(32.009000,14.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.153000,49.312000),(252.135000,45.213000),(260.217000,44.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.147000,-47.847000),(189.905000,-43.976000),(191.473000,-51.412000),(182.337000,-52.554000),(195.753000,-52.254000),(201.630000,-52.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.162000,33.568000),(102.750000,41.248000),(93.894000,29.023000),(114.266000,33.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.634000,45.768000),(136.291000,47.362000),(146.804000,49.901000),(139.792000,53.676000),(138.470000,59.740000),(132.925000,53.605000),(126.343000,52.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.076000,0.878000),(348.802000,6.276000),(350.566000,-0.883000),(345.286000,-1.551000),(345.762000,-7.665000),(354.084000,-8.489000),(352.856000,-5.467000),(354.591000,-3.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.158000,31.509000),(279.157000,28.510000),(285.055000,21.821000),(289.248000,34.891000),(287.230000,34.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.862000,-55.721000),(328.319000,-56.012000),(329.249000,-66.028000),(339.349000,-59.284000),(342.276000,-55.911000),(343.026000,-51.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.017000,-0.740000),(5.752000,9.332000),(5.730000,14.246000),(1.082000,6.087000),(354.060000,4.331000),(0.182000,-2.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.280000,-16.525000),(87.613000,-10.548000),(81.857000,-17.641000),(80.552000,-20.448000),(83.800000,-18.379000),(88.694000,-24.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.485000,-26.830000),(175.036000,-24.870000),(180.792000,-28.961000),(171.749000,-28.738000),(173.970000,-35.022000),(181.752000,-32.280000),(193.322000,-30.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.025000,-21.856000),(109.925000,-24.496000),(111.407000,-20.058000),(103.853000,-18.676000),(101.035000,-14.087000),(100.362000,-21.866000),(100.805000,-21.777000),(100.255000,-28.798000),(103.144000,-27.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.058000,-13.237000),(122.816000,-13.627000),(121.028000,-13.178000),(114.972000,-12.873000),(113.318000,-5.991000),(104.887000,-9.873000),(109.872000,-12.598000),(110.832000,-19.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.733000,41.875000),(270.529000,38.329000),(262.503000,36.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.566000,-6.691000),(351.483000,-13.440000),(354.891000,-16.967000),(0.179000,-14.222000),(1.287000,-13.638000),(2.174000,-12.802000),(3.587000,-10.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.005000,-20.704000),(24.256000,-25.656000),(30.252000,-19.461000),(29.956000,-19.892000),(33.597000,-24.849000),(39.707000,-18.989000),(34.106000,-18.703000),(34.010000,-17.004000),(31.702000,-17.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.287000,-62.641000),(139.809000,-57.097000),(125.119000,-53.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.118000,-30.184000),(58.674000,-33.019000),(56.549000,-28.762000),(53.854000,-25.633000),(47.889000,-21.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.085000,39.461000),(70.032000,43.828000),(68.587000,47.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.394000,-10.608000),(48.711000,-18.315000),(54.993000,-15.660000),(54.952000,-7.130000),(57.613000,-3.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.092000,-6.970000),(103.299000,-22.412000),(107.841000,-10.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.995000,69.416000),(316.314000,67.346000),(322.959000,64.890000),(330.526000,63.434000),(333.359000,64.536000),(330.173000,67.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.397000,-8.749000),(346.639000,-4.169000),(349.201000,-8.477000),(349.406000,-1.406000),(348.340000,1.589000),(344.712000,-2.257000),(338.318000,-2.813000),(344.922000,-4.568000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.015000,-21.910000),(4.656000,-25.870000),(13.544000,-20.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.440000,-8.914000),(106.148000,-11.638000),(103.020000,-9.752000),(110.885000,-18.296000),(111.468000,-18.164000),(113.076000,-15.937000),(111.711000,-14.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.436000,-8.048000),(19.608000,-2.944000),(17.526000,-15.656000),(18.082000,-13.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.001000,22.584000),(149.996000,32.164000),(142.218000,29.190000),(138.912000,31.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.325000,-38.306000),(140.630000,-38.283000),(141.409000,-39.361000),(145.537000,-42.657000),(146.552000,-36.582000),(139.878000,-29.557000),(140.023000,-31.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.883000,37.864000),(283.969000,32.608000),(289.538000,29.436000),(291.148000,30.833000),(294.124000,35.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.958000,-67.750000),(171.900000,-65.748000),(150.757000,-72.127000),(171.742000,-76.806000),(171.186000,-80.983000),(177.573000,-76.206000),(180.134000,-78.799000),(201.652000,-79.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.082000,48.108000),(235.598000,47.776000),(231.871000,45.933000),(228.769000,43.109000),(228.556000,42.409000),(231.011000,41.353000),(240.473000,37.262000),(251.206000,41.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.844000,-5.958000),(354.787000,-12.849000),(359.097000,-22.622000),(1.263000,-15.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.108000,-11.863000),(162.312000,-6.080000),(153.703000,-17.064000),(156.536000,-16.103000),(157.276000,-20.807000),(161.407000,-22.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.447000,34.301000),(144.484000,35.739000),(137.690000,38.204000),(134.779000,38.303000),(135.010000,32.390000),(138.024000,28.063000),(142.267000,31.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.068000,-14.175000),(153.125000,-23.011000),(145.169000,-26.196000),(155.625000,-28.991000),(162.330000,-24.648000),(161.610000,-17.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.584000,-9.742000),(95.359000,-8.541000),(82.790000,-8.715000),(81.606000,-10.691000),(83.678000,-16.523000),(85.822000,-17.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.817000,-17.831000),(154.363000,-15.740000),(155.353000,-11.138000),(150.639000,-14.016000),(145.540000,-21.382000),(157.257000,-27.982000),(159.488000,-22.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.848000,-30.475000),(336.066000,-25.331000),(335.783000,-18.623000),(334.708000,-15.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.961000,-62.207000),(335.110000,-65.426000),(327.313000,-61.464000),(328.160000,-68.569000),(337.292000,-69.646000),(335.440000,-71.338000),(334.776000,-78.536000),(1.053000,-75.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.691000,-67.372000),(217.665000,-56.933000),(215.558000,-58.913000),(204.139000,-61.951000),(199.293000,-65.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.985000,-1.325000),(170.526000,-7.461000),(176.043000,-0.926000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.276000,54.486000),(256.885000,50.271000),(253.157000,55.135000),(251.479000,49.932000),(262.351000,45.257000),(268.305000,42.272000),(267.402000,47.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.406000,-2.485000),(178.466000,-12.588000),(178.278000,-10.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.979000,-39.470000),(66.051000,-31.115000),(59.191000,-25.512000),(55.154000,-29.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.863000,1.562000),(8.814000,4.446000),(4.643000,1.567000),(4.056000,1.714000),(8.053000,-0.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.371000,24.257000),(216.719000,23.802000),(226.281000,18.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.460000,40.350000),(25.879000,43.419000),(29.218000,38.214000),(20.805000,32.913000),(30.410000,35.785000),(38.407000,32.612000),(39.691000,33.484000),(40.959000,36.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.342000,12.190000),(188.020000,7.050000),(190.180000,3.261000),(195.266000,14.384000),(191.555000,12.872000),(195.009000,15.099000),(190.575000,12.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.520000,-0.687000),(186.558000,5.630000),(183.795000,3.813000),(180.118000,8.302000),(174.768000,-0.458000),(178.787000,-6.940000),(182.237000,-8.586000),(188.264000,-8.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.892000,33.249000),(271.438000,36.677000),(266.645000,24.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.938000,-13.687000),(6.673000,-9.787000),(8.030000,-3.641000),(0.266000,-6.958000),(359.662000,-8.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.443000,58.056000),(30.924000,54.769000),(20.686000,61.627000),(19.195000,61.394000),(17.468000,65.445000),(11.426000,68.232000),(1.794000,64.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.978000,-10.141000),(178.058000,-3.915000),(179.683000,2.300000),(174.942000,-4.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.836000,-79.141000),(326.020000,-78.899000),(5.923000,-79.073000),(43.374000,-78.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.430000,19.396000),(333.510000,11.985000),(330.048000,16.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.788000,23.421000),(21.450000,26.586000),(20.512000,27.782000),(23.634000,31.396000),(21.395000,30.083000),(20.286000,31.482000),(19.770000,30.336000),(18.632000,31.497000),(14.233000,33.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.972000,-47.041000),(323.201000,-49.126000),(331.684000,-43.564000),(314.828000,-38.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.721000,-35.236000),(67.526000,-27.711000),(64.151000,-37.842000),(77.072000,-37.260000),(78.523000,-37.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.284000,54.442000),(186.927000,59.722000),(156.094000,62.269000),(172.601000,52.684000),(172.861000,55.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.010000,77.826000),(181.307000,74.730000),(187.094000,64.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.294000,13.562000),(184.254000,18.791000),(171.137000,11.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.878000,1.296000),(176.950000,-3.675000),(178.727000,-2.067000),(181.500000,-6.368000),(179.408000,-0.831000),(184.576000,-1.259000),(183.746000,1.297000),(180.333000,0.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.222000,10.901000),(340.299000,5.333000),(344.110000,1.546000),(344.993000,2.456000),(345.160000,-1.885000),(352.714000,3.968000),(354.484000,6.354000),(354.941000,7.589000),(349.257000,12.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.090000,48.986000),(325.013000,45.459000),(322.768000,45.742000),(316.681000,41.794000),(323.817000,40.917000),(328.887000,33.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.672000,-43.740000),(147.742000,-38.499000),(155.240000,-44.074000),(155.583000,-38.534000),(153.004000,-37.756000),(151.933000,-30.599000),(141.538000,-28.941000),(145.327000,-34.734000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.315000,9.920000),(215.479000,6.913000),(217.977000,5.840000),(213.864000,12.113000),(215.969000,12.166000),(211.940000,20.083000),(212.516000,13.991000),(212.128000,14.593000),(209.018000,15.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.727000,-20.812000),(152.813000,-31.442000),(170.095000,-24.658000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.445000,-16.854000),(59.921000,-22.082000),(59.920000,-26.970000),(67.496000,-16.460000),(67.065000,-15.035000),(63.342000,-15.918000),(64.235000,-8.553000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.067000,11.160000),(25.367000,5.531000),(32.023000,5.239000),(33.831000,8.002000),(39.100000,8.499000),(34.491000,14.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.217000,-35.250000),(25.862000,-33.397000),(28.365000,-31.115000),(29.530000,-31.157000),(34.147000,-23.605000),(25.483000,-27.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.623000,59.859000),(265.157000,58.618000),(255.889000,54.440000),(260.739000,49.227000),(264.489000,54.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.736000,10.439000),(190.028000,5.707000),(186.396000,5.200000),(192.105000,4.717000),(200.839000,0.135000),(201.253000,4.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.175000,-5.086000),(161.248000,-8.389000),(171.963000,-4.305000),(172.026000,-2.342000),(161.163000,3.065000),(154.962000,-1.749000),(160.091000,-2.558000),(159.588000,-4.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.386000,-34.986000),(334.724000,-34.747000),(339.081000,-31.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.475000,24.380000),(82.336000,27.085000),(82.574000,23.032000),(89.562000,24.553000),(91.744000,32.435000),(85.037000,39.932000),(79.430000,29.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.001000,16.270000),(67.840000,16.325000),(65.438000,15.739000),(68.755000,15.158000),(74.476000,9.245000),(72.059000,20.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.963000,-5.807000),(342.995000,-7.310000),(354.069000,-15.309000),(359.605000,-8.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.140000,28.270000),(52.046000,37.644000),(51.949000,36.413000),(53.567000,31.727000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.453000,26.715000),(344.907000,23.947000),(353.280000,29.443000),(353.708000,30.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.626000,4.775000),(178.300000,6.936000),(183.320000,12.550000),(178.883000,13.047000),(173.931000,19.758000),(174.516000,11.438000),(173.568000,11.571000),(174.458000,9.081000),(175.713000,7.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.680000,1.857000),(176.521000,-6.749000),(184.402000,-4.008000),(183.295000,0.497000),(186.083000,5.849000),(183.210000,3.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.499000,-4.801000),(155.175000,2.558000),(139.248000,0.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.378000,-20.754000),(192.033000,-35.979000),(192.907000,-26.085000),(194.247000,-22.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.066000,35.301000),(51.466000,34.153000),(45.765000,37.174000),(47.044000,30.148000),(47.990000,28.014000),(48.146000,26.764000),(48.599000,20.859000),(49.570000,29.084000),(56.868000,23.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.567000,62.778000),(34.647000,59.936000),(42.793000,55.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.751000,80.989000),(157.389000,80.687000),(164.952000,71.481000),(166.773000,70.537000),(167.608000,70.632000),(181.228000,67.543000),(196.701000,69.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.249000,0.424000),(182.406000,-0.720000),(187.167000,-0.877000),(180.047000,2.498000),(185.326000,7.483000),(179.816000,4.382000),(179.248000,7.653000),(171.842000,5.619000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.470000,-1.015000),(19.522000,-0.665000),(20.044000,8.683000),(11.511000,-1.622000),(14.040000,-3.991000),(20.784000,-5.729000),(17.655000,-1.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.477000,25.773000),(5.439000,19.451000),(6.663000,21.040000),(9.054000,33.756000),(359.002000,33.515000),(0.858000,28.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.733000,11.322000),(318.396000,18.619000),(309.282000,17.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.415000,-31.446000),(262.885000,-38.990000),(265.482000,-40.773000),(270.749000,-30.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.093000,9.424000),(323.995000,9.753000),(325.177000,11.358000),(316.506000,3.466000),(321.667000,7.734000),(323.878000,9.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.391000,-46.067000),(64.556000,-43.442000),(66.545000,-40.201000),(56.720000,-52.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.175000,-26.878000),(191.539000,-28.148000),(190.293000,-30.107000),(192.207000,-33.081000),(191.273000,-34.672000),(200.764000,-32.699000),(203.669000,-35.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.448000,18.204000),(18.812000,14.258000),(27.827000,10.849000),(25.756000,16.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.722000,72.950000),(265.248000,73.613000),(269.513000,76.204000),(239.229000,77.437000),(239.200000,71.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.487000,37.721000),(68.253000,40.928000),(54.251000,37.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.377000,46.433000),(215.603000,47.730000),(216.101000,41.085000),(217.173000,35.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.379000,14.664000),(327.490000,15.256000),(326.749000,22.549000),(312.250000,23.184000),(313.308000,17.950000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.907000,-13.874000),(175.771000,-13.035000),(174.140000,-11.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.406000,38.221000),(180.628000,35.427000),(182.429000,38.825000),(190.387000,43.863000),(188.415000,47.278000),(184.611000,44.401000),(178.977000,44.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.392000,-65.633000),(48.175000,-74.186000),(57.588000,-69.402000),(57.375000,-67.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.292000,6.367000),(171.609000,5.475000),(172.543000,4.106000),(175.434000,3.221000),(179.878000,3.668000),(183.629000,4.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.754000,-2.173000),(226.827000,-0.960000),(222.741000,2.242000),(219.529000,5.650000),(216.603000,11.430000),(217.845000,6.646000),(218.282000,4.439000),(215.141000,6.413000),(215.540000,-5.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.864000,-47.122000),(325.733000,-44.283000),(329.993000,-37.713000),(321.791000,-39.350000),(312.051000,-40.881000),(321.531000,-45.132000),(322.512000,-43.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.615000,24.100000),(281.332000,30.550000),(272.869000,29.049000),(267.521000,25.132000),(268.483000,23.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.424000,-5.475000),(282.526000,0.497000),(285.605000,-5.866000),(287.062000,-6.661000),(289.496000,-6.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.459000,-0.700000),(6.457000,5.810000),(358.803000,3.245000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.353000,-0.853000),(166.854000,-7.783000),(168.670000,-13.023000),(167.673000,-5.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.525000,2.752000),(179.167000,6.331000),(176.125000,1.265000),(181.039000,-3.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.614000,-6.449000),(172.540000,-3.151000),(168.021000,-7.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.852000,-59.971000),(279.622000,-66.360000),(272.790000,-61.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.957000,4.785000),(182.209000,2.930000),(180.606000,2.336000),(181.668000,-0.475000),(182.818000,-3.777000),(191.123000,-3.826000),(185.379000,2.332000),(192.933000,0.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.339000,-3.656000),(204.346000,-4.685000),(200.425000,-8.076000),(205.722000,-11.238000),(209.714000,-8.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.126000,13.708000),(209.270000,8.670000),(210.821000,14.472000),(210.463000,22.750000),(208.340000,22.355000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.336000,-14.686000),(30.043000,-0.284000),(29.324000,1.481000),(26.839000,-3.971000),(29.660000,-6.254000),(27.768000,-14.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.951000,-14.248000),(7.982000,-9.693000),(6.664000,-8.325000),(359.001000,-12.338000),(3.447000,-15.643000),(0.524000,-20.819000),(4.478000,-16.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.326000,58.466000),(239.299000,58.382000),(227.026000,61.574000),(220.989000,65.181000),(214.901000,63.878000),(215.577000,60.994000),(218.148000,59.174000),(227.056000,51.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.848000,-42.462000),(341.555000,-42.750000),(331.670000,-48.769000),(330.280000,-52.412000),(345.426000,-51.757000),(342.662000,-48.559000),(347.696000,-46.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.928000,30.049000),(272.683000,28.426000),(277.926000,29.054000),(277.906000,26.903000),(286.803000,32.727000),(273.704000,34.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.207000,-31.507000),(142.558000,-25.916000),(140.113000,-25.499000),(137.999000,-21.223000),(130.700000,-30.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.253000,-29.455000),(281.891000,-29.566000),(276.175000,-26.493000),(276.438000,-37.913000),(280.485000,-37.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.715000,-12.211000),(193.437000,-9.033000),(190.504000,-11.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.169000,-62.083000),(319.306000,-65.404000),(335.363000,-63.939000),(345.815000,-68.457000),(340.210000,-64.059000),(357.808000,-67.352000),(348.442000,-60.404000),(347.584000,-58.485000),(340.657000,-59.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.546000,18.480000),(191.327000,19.005000),(200.109000,15.650000),(195.942000,20.536000),(196.077000,27.180000),(190.801000,21.242000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.720000,14.902000),(4.314000,22.630000),(3.070000,20.244000),(2.562000,8.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.502000,-17.419000),(301.645000,-15.908000),(300.417000,-10.282000),(303.081000,-10.967000),(305.577000,-4.744000),(304.701000,-5.112000),(291.194000,-4.849000),(293.212000,-11.759000),(295.093000,-14.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.045000,13.739000),(39.016000,14.269000),(35.310000,18.101000),(35.635000,16.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.451000,-0.164000),(231.618000,-6.537000),(232.835000,-5.006000),(235.888000,5.815000),(235.046000,7.743000),(233.567000,6.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.988000,-1.575000),(183.224000,10.751000),(177.116000,3.437000),(176.235000,3.425000),(176.086000,-3.669000),(178.262000,-1.667000),(178.924000,-0.427000),(181.297000,-5.483000),(184.089000,-1.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.412000,7.040000),(5.082000,8.733000),(357.691000,4.814000),(356.314000,0.571000),(353.671000,0.505000),(354.579000,-6.196000),(1.813000,-1.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.338000,-24.294000),(71.742000,-25.184000),(68.990000,-25.648000),(64.297000,-34.359000),(70.562000,-30.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.373000,-84.915000),(125.866000,-80.029000),(126.252000,-79.604000),(86.705000,-81.546000),(49.938000,-86.323000),(27.754000,-84.100000),(354.014000,-85.852000),(347.753000,-86.771000),(304.655000,-86.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.369000,0.187000),(174.690000,12.726000),(169.495000,12.063000),(166.645000,10.106000),(160.406000,5.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.062000,11.031000),(326.728000,4.808000),(328.751000,10.829000),(328.884000,16.886000),(328.756000,17.426000),(313.228000,12.665000),(314.858000,9.369000),(320.985000,11.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.411000,-4.432000),(155.785000,-7.693000),(156.979000,-8.828000),(163.274000,-13.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.095000,66.007000),(351.040000,69.596000),(337.376000,73.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.680000,18.474000),(175.372000,10.697000),(174.181000,9.842000),(175.997000,9.334000),(177.492000,10.726000),(180.943000,11.934000),(184.981000,14.456000),(178.376000,12.791000),(176.969000,20.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.007000,84.733000),(235.407000,81.756000),(238.443000,79.183000),(248.998000,70.833000),(258.737000,77.440000),(264.742000,70.545000),(270.037000,72.135000),(290.138000,72.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.990000,-15.883000),(172.117000,-9.145000),(162.433000,-5.905000),(162.478000,-9.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.802000,-17.367000),(182.058000,-17.909000),(185.481000,-21.335000),(190.185000,-20.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.955000,-47.989000),(12.440000,-45.268000),(10.571000,-43.124000),(355.587000,-37.164000),(354.963000,-40.284000),(358.524000,-42.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.088000,56.094000),(77.640000,52.641000),(82.519000,51.051000),(84.748000,51.112000),(85.639000,51.018000),(89.697000,49.367000),(88.860000,47.944000),(94.307000,48.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.230000,-34.694000),(150.431000,-37.483000),(163.812000,-33.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.010000,-8.081000),(339.140000,-6.229000),(341.849000,-10.279000),(342.200000,-3.806000),(339.942000,-2.685000),(342.544000,3.631000),(328.506000,-5.921000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.359000,-6.895000),(345.796000,-6.435000),(349.200000,-14.857000),(352.821000,-12.590000),(349.369000,-9.707000),(349.435000,-9.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.664000,62.928000),(258.504000,61.437000),(255.130000,53.979000),(263.641000,58.369000),(272.399000,55.934000),(275.868000,59.955000),(271.428000,66.633000),(264.286000,60.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.267000,-56.409000),(188.452000,-59.397000),(192.686000,-53.406000),(188.609000,-52.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.642000,31.903000),(22.188000,27.970000),(26.575000,23.989000),(30.747000,27.838000),(35.826000,30.018000),(36.568000,32.910000),(36.233000,34.723000),(27.915000,40.551000),(27.573000,32.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.870000,65.932000),(116.342000,66.642000),(113.603000,64.694000),(124.403000,65.893000),(123.808000,64.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.689000,15.428000),(177.764000,15.175000),(184.535000,14.224000),(185.421000,17.176000),(186.988000,19.925000),(184.964000,21.323000),(183.791000,20.497000),(182.997000,17.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.337000,3.818000),(246.997000,9.862000),(242.706000,0.768000),(249.209000,-1.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.267000,-1.990000),(149.462000,-8.565000),(151.679000,-1.968000),(156.422000,-4.284000),(153.795000,-1.348000),(155.361000,0.283000),(152.009000,5.122000),(149.228000,4.622000),(144.449000,7.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.467000,-3.904000),(5.907000,-1.575000),(2.045000,-2.089000),(0.042000,-2.204000),(9.075000,-7.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.689000,33.824000),(205.715000,40.355000),(207.046000,38.452000),(208.467000,41.417000),(211.217000,41.855000),(206.198000,42.726000),(210.986000,44.623000),(206.679000,48.410000),(203.875000,48.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.264000,-54.385000),(238.884000,-64.033000),(246.684000,-67.139000),(250.185000,-63.914000),(253.953000,-63.733000),(253.720000,-63.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.420000,-50.235000),(26.633000,-50.772000),(18.382000,-57.181000),(29.393000,-54.635000),(30.551000,-54.062000),(28.086000,-61.584000),(32.552000,-54.984000),(36.384000,-52.017000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.152000,-16.745000),(235.533000,-21.897000),(246.628000,-16.127000),(245.269000,-14.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.639000,-0.575000),(189.206000,1.027000),(176.756000,-7.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.573000,-6.671000),(352.859000,-9.673000),(351.825000,-7.041000),(352.257000,-3.502000),(348.087000,-8.497000),(349.552000,-13.536000),(354.931000,-20.026000),(356.160000,-18.902000),(353.649000,-14.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.628000,19.332000),(249.194000,24.418000),(243.591000,22.607000),(242.779000,20.638000),(246.334000,17.527000),(245.920000,16.452000),(250.330000,18.022000),(253.314000,18.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.794000,-66.922000),(18.039000,-65.389000),(26.128000,-64.015000),(12.212000,-63.897000),(10.530000,-62.142000),(2.341000,-60.816000),(1.945000,-62.848000),(350.192000,-60.960000),(6.875000,-65.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.150000,-47.346000),(226.994000,-43.299000),(229.823000,-48.302000),(227.001000,-48.460000),(222.234000,-55.620000),(222.992000,-56.932000),(240.726000,-51.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.794000,-18.541000),(174.926000,-19.341000),(175.280000,-20.339000),(179.703000,-25.477000),(182.990000,-27.341000),(182.860000,-25.988000),(183.132000,-23.017000),(181.988000,-18.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.634000,-33.952000),(310.878000,-22.883000),(307.275000,-19.306000),(303.978000,-24.802000),(307.592000,-27.709000),(307.695000,-34.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.146000,2.472000),(36.663000,3.099000),(35.960000,3.369000),(39.616000,5.538000),(35.049000,5.477000),(29.579000,2.666000),(28.157000,-1.118000),(36.631000,-1.297000),(38.625000,-2.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.975000,-29.016000),(240.407000,-22.632000),(229.005000,-19.858000),(229.199000,-21.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.085000,-52.573000),(217.921000,-45.986000),(214.973000,-48.895000),(210.827000,-45.200000),(211.375000,-49.398000),(214.347000,-54.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.146000,46.674000),(129.991000,43.649000),(125.032000,35.743000),(131.926000,37.204000),(134.037000,38.274000),(139.566000,38.205000),(136.940000,40.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.280000,53.776000),(13.487000,42.740000),(28.047000,43.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.527000,-12.778000),(166.208000,-20.105000),(178.490000,-17.775000),(181.087000,-12.269000),(172.814000,-12.373000),(173.288000,-13.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.186000,-57.644000),(195.574000,-68.557000),(224.720000,-66.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.917000,-5.498000),(303.986000,-12.907000),(306.525000,3.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.764000,-35.614000),(76.174000,-39.917000),(74.214000,-42.409000),(80.473000,-42.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.551000,-4.523000),(169.929000,5.442000),(170.897000,2.687000),(173.006000,-4.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.325000,-1.248000),(118.704000,-2.799000),(131.321000,-3.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.937000,-38.636000),(300.624000,-32.085000),(302.939000,-37.213000),(307.916000,-32.793000),(304.270000,-27.234000),(302.275000,-26.235000),(298.997000,-28.891000),(293.644000,-28.178000),(295.347000,-34.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.899000,50.848000),(36.540000,50.233000),(42.504000,57.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.439000,29.739000),(129.239000,29.712000),(126.894000,16.594000),(137.472000,17.930000),(134.291000,22.798000),(142.409000,27.496000),(142.553000,28.934000),(133.950000,24.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.811000,12.156000),(111.927000,16.069000),(109.542000,15.474000),(111.831000,12.553000),(112.932000,10.787000),(113.104000,8.730000),(111.613000,4.008000),(116.783000,9.500000),(121.055000,11.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.726000,59.104000),(260.952000,62.125000),(258.852000,65.728000),(262.614000,67.182000),(245.042000,63.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.040000,9.903000),(33.818000,2.489000),(35.148000,4.352000),(38.020000,4.594000),(40.011000,12.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.231000,26.946000),(337.708000,18.993000),(345.004000,20.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.842000,53.323000),(350.124000,52.671000),(5.573000,47.148000),(5.556000,48.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.058000,18.590000),(315.231000,25.036000),(315.588000,25.131000),(316.314000,26.006000),(323.577000,26.290000),(320.617000,28.617000),(319.493000,28.749000),(315.588000,30.589000),(307.158000,23.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.299000,-25.416000),(191.717000,-23.463000),(196.288000,-27.907000),(193.647000,-36.278000),(199.269000,-26.648000),(203.919000,-24.180000),(198.663000,-26.059000),(198.898000,-17.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.439000,43.786000),(148.504000,48.329000),(137.452000,56.858000),(126.668000,48.235000),(138.075000,48.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.892000,-15.693000),(3.731000,-20.886000),(358.003000,-20.078000),(2.984000,-28.475000),(3.342000,-30.107000),(13.651000,-22.799000),(13.422000,-22.734000),(7.368000,-21.616000),(6.369000,-13.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.079000,-23.216000),(324.490000,-30.960000),(326.394000,-31.721000),(330.029000,-29.829000),(328.771000,-26.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.535000,-38.346000),(150.176000,-42.224000),(147.841000,-42.971000),(144.302000,-47.958000),(153.476000,-48.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.408000,8.551000),(302.061000,14.455000),(306.142000,12.833000),(306.942000,15.592000),(302.813000,18.320000),(304.469000,21.258000),(301.144000,20.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.496000,14.966000),(173.599000,16.205000),(171.403000,16.127000),(175.002000,18.329000),(173.248000,18.707000),(171.359000,21.114000),(166.235000,21.041000),(167.429000,18.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.298000,-37.856000),(323.980000,-39.113000),(323.150000,-38.611000),(316.957000,-35.702000),(317.468000,-26.549000),(308.044000,-30.002000),(305.464000,-33.166000),(308.157000,-36.730000),(313.519000,-36.823000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.606000,15.253000),(277.066000,18.942000),(260.306000,14.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.935000,-47.355000),(63.521000,-42.095000),(52.022000,-44.111000),(58.622000,-39.526000),(51.907000,-43.331000),(56.241000,-36.662000),(49.010000,-45.342000),(47.958000,-48.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.119000,-33.922000),(210.866000,-31.069000),(206.104000,-24.824000),(194.874000,-27.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.885000,6.547000),(20.946000,10.172000),(25.375000,16.331000),(18.777000,13.049000),(14.053000,14.424000),(14.819000,13.276000),(10.996000,7.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.107000,9.284000),(26.951000,-2.896000),(39.818000,-2.447000),(35.014000,4.907000),(35.162000,11.976000),(34.133000,7.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.800000,-34.029000),(50.170000,-21.355000),(45.011000,-23.089000),(45.801000,-24.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.639000,61.880000),(231.725000,63.436000),(222.299000,64.506000),(219.625000,64.949000),(214.256000,57.490000),(217.565000,57.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.895000,-61.214000),(200.776000,-59.337000),(195.844000,-54.041000),(191.529000,-52.223000),(182.037000,-56.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.130000,83.851000),(73.442000,81.032000),(92.131000,74.350000),(116.019000,73.026000),(119.152000,78.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.772000,-3.783000),(169.562000,-6.409000),(173.871000,-3.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.756000,-35.585000),(338.345000,-46.547000),(342.078000,-44.435000),(339.465000,-38.113000),(335.694000,-31.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.794000,-53.324000),(337.651000,-60.756000),(346.023000,-59.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.704000,-16.743000),(45.377000,-18.473000),(50.545000,-19.932000),(56.555000,-16.850000),(48.940000,-14.969000),(53.794000,-13.241000),(44.932000,-9.627000),(40.485000,-10.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.292000,6.587000),(175.391000,9.610000),(174.899000,0.865000),(181.190000,-5.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.097000,2.139000),(324.632000,4.642000),(314.264000,2.198000),(314.795000,0.895000),(308.738000,-4.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.001000,6.733000),(46.528000,1.423000),(45.031000,15.324000),(37.785000,12.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.865000,45.220000),(212.087000,44.260000),(203.512000,49.347000),(207.870000,56.668000),(193.811000,56.642000),(195.367000,54.241000),(194.645000,47.064000),(200.515000,42.836000),(201.951000,46.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.738000,6.960000),(337.799000,2.105000),(338.121000,-8.881000),(339.646000,-7.857000),(340.566000,3.290000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.925000,-8.349000),(43.149000,-3.900000),(39.090000,-7.156000),(35.671000,-2.475000),(36.609000,-7.708000),(38.435000,-9.823000),(40.499000,-17.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.465000,-39.006000),(230.467000,-30.625000),(230.660000,-32.187000),(226.440000,-37.327000),(234.972000,-38.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.912000,-0.482000),(29.273000,-1.130000),(32.230000,-1.445000),(30.138000,4.026000),(30.537000,5.178000),(21.154000,4.984000),(22.306000,3.664000),(19.154000,3.212000),(26.812000,-2.660000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.910000,-34.657000),(314.875000,-25.381000),(309.150000,-32.632000),(305.318000,-33.801000),(309.144000,-34.291000),(299.075000,-34.925000),(303.639000,-35.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.282000,-10.050000),(9.213000,-5.157000),(358.730000,-0.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.942000,7.726000),(104.921000,15.780000),(103.614000,17.137000),(98.633000,11.640000),(94.616000,12.577000),(93.972000,12.626000),(100.417000,5.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.048000,-2.997000),(2.112000,-0.263000),(353.836000,-3.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.172000,21.640000),(329.938000,21.053000),(330.958000,22.397000),(334.043000,26.483000),(332.086000,34.266000),(320.984000,26.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.108000,3.958000),(182.546000,14.534000),(177.430000,7.792000),(178.520000,3.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.601000,28.114000),(12.660000,25.059000),(19.553000,16.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.702000,76.041000),(234.146000,73.469000),(219.063000,70.597000),(230.317000,68.990000),(238.439000,69.318000),(240.595000,65.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.776000,68.158000),(143.433000,70.316000),(148.031000,61.826000),(152.230000,59.084000),(160.708000,56.529000),(160.158000,61.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.444000,-18.502000),(152.577000,-11.301000),(145.719000,-18.726000),(151.617000,-19.880000),(155.281000,-22.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.534000,-16.696000),(346.892000,-19.444000),(345.963000,-25.874000),(350.841000,-22.771000),(355.281000,-25.587000),(0.369000,-20.933000),(346.932000,-14.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.386000,69.859000),(224.989000,71.578000),(220.862000,73.795000),(217.935000,71.506000),(191.093000,76.831000),(211.599000,69.103000),(221.215000,60.400000),(231.348000,64.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.616000,-56.182000),(61.147000,-59.621000),(76.679000,-64.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.476000,-9.585000),(352.024000,-12.576000),(357.777000,-19.486000),(359.690000,-19.421000),(358.461000,-9.342000),(356.391000,-8.233000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.404000,-47.120000),(218.929000,-62.821000),(211.238000,-57.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.436000,-32.402000),(326.339000,-34.232000),(323.316000,-33.771000),(318.002000,-30.256000),(320.617000,-33.349000),(321.043000,-36.305000),(321.908000,-37.755000),(326.404000,-39.320000),(326.222000,-37.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.481000,30.205000),(133.575000,30.427000),(137.333000,38.113000),(130.278000,32.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.636000,-34.180000),(317.406000,-30.975000),(310.715000,-32.331000),(300.901000,-33.840000),(300.651000,-35.479000),(304.796000,-39.556000),(309.443000,-37.650000),(310.591000,-39.331000),(317.520000,-37.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.314000,27.266000),(328.232000,26.749000),(325.447000,16.827000),(328.369000,16.987000),(331.063000,17.846000),(329.220000,23.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.067000,-34.561000),(97.548000,-34.170000),(111.926000,-36.860000),(108.900000,-32.672000),(107.024000,-33.501000),(106.051000,-33.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.422000,35.313000),(87.278000,32.104000),(87.619000,30.209000),(91.542000,27.443000),(100.221000,29.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.710000,58.269000),(20.128000,51.288000),(21.587000,49.248000),(28.968000,52.168000),(28.543000,53.745000),(33.908000,51.509000),(29.260000,55.709000),(38.402000,54.363000),(25.804000,59.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.431000,2.644000),(191.515000,4.042000),(183.536000,16.557000),(182.402000,15.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.970000,-6.886000),(40.076000,0.584000),(42.887000,1.222000),(40.708000,2.942000),(40.650000,4.017000),(39.941000,5.636000),(36.146000,12.108000),(33.194000,6.925000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.770000,-29.286000),(231.360000,-35.552000),(228.080000,-24.638000),(226.444000,-28.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.685000,-5.980000),(175.193000,-10.846000),(183.246000,-8.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.095000,-3.295000),(332.756000,7.023000),(331.092000,8.197000),(330.333000,1.717000),(326.344000,4.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.979000,-50.309000),(167.773000,-37.443000),(155.305000,-47.307000),(166.593000,-45.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.564000,47.286000),(287.108000,48.748000),(288.225000,46.945000),(290.903000,40.187000),(297.352000,41.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.352000,-7.787000),(1.337000,2.286000),(358.839000,1.186000),(354.524000,-2.679000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.575000,20.608000),(66.940000,17.774000),(62.632000,25.165000),(63.529000,29.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.663000,-2.245000),(359.072000,-5.845000),(5.622000,-5.550000),(4.399000,-1.855000),(7.126000,-5.577000),(8.109000,-2.449000),(11.733000,0.606000),(1.793000,7.478000),(359.090000,3.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.881000,2.179000),(181.720000,7.356000),(180.603000,-2.538000),(188.526000,-2.663000),(195.975000,0.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.220000,-35.655000),(74.625000,-34.819000),(71.298000,-28.068000),(68.137000,-29.471000),(66.255000,-33.093000),(63.861000,-34.088000),(77.316000,-39.514000),(85.589000,-38.140000),(78.905000,-37.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.168000,5.941000),(42.447000,13.976000),(44.353000,16.269000),(41.271000,16.358000),(39.546000,21.021000),(34.965000,12.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.302000,19.914000),(295.201000,18.660000),(293.339000,11.128000),(298.341000,18.257000),(298.160000,19.685000),(302.163000,19.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.571000,0.839000),(284.254000,-3.540000),(290.259000,-2.792000),(277.120000,6.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.211000,-42.600000),(290.795000,-40.227000),(293.138000,-35.829000),(283.857000,-28.463000),(282.348000,-36.301000),(276.017000,-35.567000),(273.479000,-35.440000),(280.990000,-36.997000),(277.020000,-40.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.813000,-46.101000),(140.627000,-54.639000),(139.277000,-53.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.392000,21.123000),(27.209000,23.195000),(25.077000,24.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.534000,-30.980000),(270.469000,-28.872000),(265.923000,-32.612000),(264.855000,-35.889000),(278.647000,-41.980000),(275.618000,-34.700000),(276.569000,-27.828000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.944000,54.401000),(18.019000,49.828000),(22.003000,61.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.701000,20.405000),(77.420000,17.176000),(78.930000,11.954000),(84.998000,13.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.029000,-44.604000),(138.561000,-38.645000),(128.075000,-39.397000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.435000,26.053000),(280.565000,22.380000),(285.525000,22.789000),(286.610000,17.214000),(292.651000,18.085000),(292.501000,23.414000),(294.683000,27.348000),(286.655000,33.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.119000,36.605000),(69.266000,32.920000),(74.948000,31.090000),(79.573000,36.337000),(81.649000,33.320000),(82.904000,36.445000),(88.244000,35.909000),(79.935000,39.557000),(80.854000,42.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.555000,-3.607000),(35.070000,-6.735000),(30.294000,-9.664000),(32.706000,-9.508000),(32.694000,-9.638000),(37.061000,-10.162000),(39.148000,-12.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.453000,53.469000),(129.416000,52.120000),(132.839000,45.586000),(135.527000,52.575000),(145.160000,59.291000),(131.543000,54.243000),(130.409000,59.075000),(128.019000,55.591000),(122.009000,58.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.682000,15.756000),(174.016000,12.511000),(182.033000,7.552000),(187.688000,14.096000),(190.170000,18.966000),(181.783000,18.084000),(179.865000,16.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.894000,22.542000),(220.174000,19.642000),(213.851000,15.162000),(215.614000,15.850000),(217.733000,9.138000),(222.282000,16.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.996000,-25.553000),(119.659000,-31.887000),(119.443000,-29.366000),(121.161000,-24.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.404000,11.622000),(111.475000,12.922000),(102.558000,23.988000),(102.518000,18.336000),(99.330000,21.187000),(100.442000,16.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.465000,-16.007000),(46.748000,-14.461000),(48.714000,-15.147000),(45.190000,-8.298000),(44.130000,-11.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.894000,-13.938000),(192.257000,-7.515000),(184.050000,-6.905000),(177.539000,-9.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.600000,34.485000),(199.556000,44.153000),(185.626000,49.107000),(183.021000,45.716000),(181.008000,44.546000),(187.439000,38.624000),(188.154000,33.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.627000,2.201000),(168.007000,-1.774000),(176.154000,-10.585000),(181.758000,-7.038000),(183.405000,-4.967000),(177.247000,-2.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.669000,57.716000),(39.546000,49.573000),(37.398000,42.842000),(44.598000,42.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.455000,19.144000),(349.263000,11.563000),(359.207000,17.331000),(352.690000,19.409000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.460000,-3.553000),(191.185000,-1.165000),(179.651000,2.683000),(180.155000,-6.633000),(179.957000,-10.332000),(182.000000,-7.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.042000,-10.313000),(180.362000,-3.368000),(170.999000,3.415000),(172.281000,-4.138000),(174.030000,-7.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.812000,21.824000),(272.162000,24.052000),(271.748000,21.359000),(266.195000,18.371000),(264.833000,15.006000),(266.903000,15.512000),(278.596000,16.855000),(275.316000,20.542000),(276.998000,23.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.327000,-50.708000),(4.542000,-51.939000),(2.203000,-54.159000),(353.602000,-51.932000),(345.036000,-55.347000),(359.005000,-60.470000),(3.156000,-61.437000),(6.574000,-57.640000),(10.300000,-57.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.730000,-61.895000),(307.514000,-61.909000),(313.018000,-63.705000),(316.193000,-66.288000),(318.859000,-54.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.687000,48.920000),(257.694000,46.615000),(240.781000,50.170000),(229.128000,51.050000),(238.470000,48.828000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.851000,47.357000),(167.974000,47.952000),(166.521000,47.827000),(158.004000,43.405000),(170.101000,40.984000),(173.037000,39.378000),(171.779000,43.188000),(175.514000,44.942000),(176.786000,44.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.626000,55.888000),(39.294000,52.242000),(36.829000,53.921000),(36.784000,51.505000),(26.642000,51.391000),(37.676000,48.418000),(41.856000,50.094000),(42.830000,51.191000),(48.031000,53.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.676000,11.296000),(277.617000,10.159000),(283.210000,1.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.194000,-48.750000),(359.027000,-48.258000),(349.402000,-43.607000),(350.993000,-38.153000),(344.985000,-35.751000),(340.181000,-39.219000),(340.451000,-40.199000),(336.902000,-38.301000),(339.821000,-44.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.768000,-42.332000),(211.071000,-45.593000),(216.090000,-42.145000),(208.607000,-35.960000),(210.125000,-32.083000),(211.159000,-29.274000),(203.939000,-34.586000),(205.430000,-37.856000),(202.785000,-40.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.701000,0.117000),(201.623000,8.960000),(195.260000,6.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.515000,-43.686000),(234.935000,-34.123000),(226.990000,-35.156000),(224.199000,-29.473000),(225.393000,-35.952000),(219.805000,-31.463000),(221.601000,-37.958000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.898000,-80.674000),(234.248000,-88.911000),(138.503000,-83.768000),(162.644000,-77.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.424000,50.026000),(167.636000,50.882000),(168.243000,44.541000),(167.154000,41.883000),(175.487000,42.786000),(172.571000,44.338000),(183.855000,44.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.674000,-12.474000),(155.051000,-9.583000),(158.163000,-16.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.508000,-3.547000),(356.888000,-2.973000),(357.468000,-4.578000),(359.769000,-0.542000),(357.388000,0.076000),(357.879000,0.721000),(352.686000,7.282000),(348.793000,4.933000),(354.013000,-2.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.720000,-23.024000),(351.550000,-34.078000),(352.319000,-36.180000),(354.406000,-30.299000),(358.631000,-33.755000),(3.668000,-33.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.022000,-56.050000),(160.080000,-55.386000),(160.225000,-54.540000),(132.978000,-64.892000),(165.828000,-60.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.213000,26.790000),(305.840000,21.266000),(316.784000,23.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.842000,-15.764000),(353.335000,-10.522000),(344.605000,-1.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.896000,4.449000),(202.602000,-4.136000),(204.062000,-2.975000),(207.100000,8.893000),(201.220000,10.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.089000,46.686000),(255.228000,50.779000),(252.547000,50.577000),(248.168000,45.697000),(251.056000,38.242000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.025000,15.509000),(175.323000,20.540000),(162.461000,17.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.771000,53.495000),(193.088000,58.796000),(190.168000,46.386000),(194.807000,48.349000),(194.967000,44.124000),(199.757000,47.402000),(203.864000,45.646000),(202.071000,46.623000),(202.925000,47.445000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.456000,-15.630000),(168.701000,-23.242000),(174.690000,-22.159000),(173.732000,-17.312000),(168.498000,-5.062000),(167.425000,-12.655000),(162.269000,-12.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.671000,-30.292000),(15.046000,-30.818000),(13.481000,-34.436000),(11.846000,-35.705000),(15.792000,-34.116000),(16.599000,-33.943000),(23.520000,-24.353000),(19.872000,-29.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.945000,-51.676000),(346.109000,-44.061000),(342.635000,-49.124000),(335.507000,-49.337000),(337.761000,-53.152000),(327.256000,-56.243000),(337.920000,-57.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.549000,0.616000),(358.544000,-2.649000),(4.610000,-3.839000),(6.860000,-0.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.156000,10.372000),(162.335000,2.319000),(166.211000,0.740000),(165.439000,4.762000),(167.769000,4.204000),(170.542000,3.805000),(167.779000,13.469000),(161.374000,16.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.253000,4.023000),(185.522000,4.337000),(183.628000,8.937000),(181.757000,10.429000),(178.279000,8.634000),(173.340000,8.677000),(171.212000,5.493000),(179.202000,4.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.920000,18.006000),(178.655000,13.050000),(180.418000,8.236000),(181.468000,4.648000),(182.233000,11.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.670000,15.720000),(358.570000,7.044000),(355.719000,17.156000),(353.253000,18.552000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.083000,4.984000),(201.551000,6.916000),(202.264000,7.333000),(198.707000,8.789000),(192.411000,9.710000),(196.095000,7.321000),(193.917000,3.622000),(195.380000,4.131000),(195.766000,2.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.633000,45.560000),(212.976000,46.547000),(214.747000,52.791000),(206.235000,47.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.446000,5.356000),(184.031000,7.132000),(177.444000,9.365000),(183.367000,1.271000),(186.177000,0.727000),(189.117000,-0.965000),(190.327000,2.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.279000,-3.485000),(182.617000,-4.333000),(179.289000,-9.658000),(185.923000,-6.737000),(189.754000,-5.774000),(191.509000,-1.886000),(188.680000,4.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.679000,-1.217000),(0.686000,-3.949000),(10.963000,1.959000),(9.467000,2.372000),(5.354000,6.105000),(2.836000,-1.527000),(359.491000,1.259000),(358.605000,1.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.054000,-4.371000),(177.921000,4.982000),(175.789000,3.389000),(167.133000,2.834000),(168.741000,2.378000),(173.960000,-1.265000),(172.386000,-7.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.131000,-30.508000),(138.496000,-36.603000),(142.126000,-30.608000),(146.756000,-33.745000),(149.445000,-33.058000),(140.949000,-22.856000),(142.565000,-26.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.356000,-57.210000),(272.611000,-55.213000),(270.094000,-56.379000),(268.990000,-55.979000),(267.419000,-57.119000),(264.054000,-58.932000),(255.504000,-60.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.027000,6.545000),(341.886000,12.719000),(331.561000,2.257000),(336.467000,2.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.850000,40.856000),(192.670000,31.897000),(197.584000,37.277000),(198.736000,45.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.811000,40.071000),(126.322000,43.371000),(112.345000,43.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.871000,0.832000),(175.399000,-7.695000),(179.578000,-1.127000),(181.041000,-5.135000),(183.665000,0.982000),(181.083000,4.553000),(177.136000,8.625000),(171.610000,4.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.054000,-4.884000),(246.647000,0.956000),(244.599000,3.834000),(242.805000,-5.704000),(252.850000,-8.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.151000,-52.892000),(357.393000,-54.692000),(3.779000,-55.250000),(6.044000,-61.441000),(12.681000,-56.537000),(10.711000,-53.112000),(8.401000,-53.411000),(6.194000,-44.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.461000,16.163000),(5.583000,22.618000),(11.235000,16.203000),(17.505000,13.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.724000,3.394000),(181.230000,5.482000),(184.154000,10.351000),(178.801000,0.961000),(179.592000,-0.642000),(182.440000,-0.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.116000,11.002000),(6.575000,9.307000),(8.727000,9.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.020000,-60.145000),(126.118000,-48.449000),(124.383000,-54.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.150000,-33.715000),(208.469000,-23.588000),(202.070000,-23.349000),(196.709000,-22.239000),(190.287000,-26.846000),(194.894000,-27.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.871000,22.083000),(126.590000,19.872000),(131.613000,16.519000),(131.184000,15.611000),(129.485000,13.048000),(136.090000,16.385000),(136.712000,17.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.238000,-38.348000),(114.832000,-38.090000),(124.565000,-38.480000),(137.919000,-38.881000),(138.835000,-35.943000),(126.878000,-35.108000),(124.906000,-31.226000),(123.869000,-32.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.155000,-19.794000),(47.435000,-19.581000),(52.098000,-10.374000),(48.624000,-11.702000),(47.625000,-11.119000),(40.763000,-9.323000),(46.029000,-12.528000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.012000,57.615000),(97.637000,57.145000),(78.675000,69.331000),(82.303000,63.698000),(75.120000,63.350000),(77.621000,58.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.431000,-53.118000),(223.628000,-62.972000),(237.414000,-63.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.272000,35.935000),(329.773000,39.001000),(329.337000,45.596000),(317.561000,40.519000),(322.950000,40.210000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.580000,30.202000),(347.262000,29.466000),(350.160000,25.945000),(350.325000,25.963000),(352.070000,21.778000),(354.907000,33.292000),(350.900000,28.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.943000,-0.929000),(173.103000,3.853000),(167.284000,-2.263000),(164.132000,-8.316000),(168.028000,-5.173000),(170.972000,-9.215000),(171.092000,-4.775000),(171.914000,-3.686000),(176.537000,-1.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.222000,13.359000),(31.784000,10.776000),(30.508000,10.826000),(32.827000,4.896000),(39.624000,7.250000),(41.024000,5.380000),(44.407000,5.611000),(38.468000,14.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.847000,45.444000),(117.923000,39.270000),(106.703000,49.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.133000,7.969000),(10.776000,14.971000),(10.395000,11.074000),(13.203000,11.293000),(18.847000,9.660000),(19.080000,7.964000),(19.627000,8.073000),(20.714000,8.510000),(20.439000,10.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.790000,-8.015000),(148.966000,-9.056000),(145.287000,-11.963000),(147.447000,-10.515000),(148.141000,-12.343000),(152.363000,-9.469000),(154.371000,1.015000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.433000,53.808000),(34.435000,53.279000),(32.606000,51.668000),(39.045000,52.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.275000,-35.007000),(262.602000,-30.148000),(261.972000,-30.445000),(259.529000,-25.261000),(257.414000,-23.567000),(259.589000,-30.576000),(263.601000,-37.760000),(262.880000,-34.962000),(266.772000,-38.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.511000,42.839000),(47.401000,37.247000),(47.071000,32.977000),(53.090000,34.679000),(53.385000,34.715000),(54.023000,36.146000),(63.096000,42.817000),(55.140000,46.449000),(54.900000,45.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.139000,-10.954000),(225.878000,-7.865000),(225.160000,-10.909000),(225.259000,-15.128000),(227.149000,-12.001000),(227.372000,-9.753000),(233.167000,-11.280000),(236.282000,-5.461000),(221.690000,-2.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.579000,26.016000),(92.489000,27.939000),(80.280000,26.075000),(77.650000,24.388000),(76.861000,23.772000),(79.504000,18.590000),(82.074000,17.940000),(83.484000,23.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.921000,-31.855000),(276.284000,-31.243000),(268.197000,-37.903000),(272.427000,-41.206000),(275.312000,-42.744000),(277.437000,-44.301000),(274.568000,-38.127000),(275.906000,-36.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.219000,-61.543000),(132.116000,-66.432000),(153.130000,-66.162000),(152.726000,-57.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.283000,53.012000),(242.410000,56.182000),(244.590000,63.886000),(242.185000,62.157000),(239.934000,56.422000),(233.697000,62.045000),(232.757000,57.202000),(230.408000,54.674000),(240.421000,45.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.840000,-60.141000),(156.495000,-60.802000),(168.276000,-57.688000),(172.465000,-53.886000),(153.873000,-55.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.133000,6.581000),(352.299000,0.152000),(355.661000,4.542000),(354.612000,13.789000),(352.716000,10.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.411000,2.110000),(287.911000,4.036000),(285.973000,4.341000),(284.770000,3.137000),(279.141000,-2.143000),(284.510000,-0.593000),(285.951000,-4.820000),(288.536000,-2.615000),(287.281000,1.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.210000,17.470000),(6.406000,16.805000),(359.173000,29.894000),(356.878000,27.281000),(359.587000,14.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.342000,28.704000),(152.967000,23.775000),(150.052000,26.228000),(150.272000,22.466000),(149.658000,14.925000),(149.196000,13.093000),(155.337000,18.869000),(157.178000,23.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.331000,8.824000),(132.168000,10.590000),(131.719000,10.449000),(132.339000,16.092000),(123.324000,11.236000),(126.102000,7.739000),(132.750000,5.382000),(132.863000,7.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.935000,-33.120000),(18.598000,-32.643000),(19.040000,-29.294000),(15.114000,-32.459000),(11.233000,-30.513000),(11.370000,-35.038000),(11.828000,-35.728000),(14.164000,-34.970000),(21.353000,-39.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.451000,17.767000),(106.298000,21.020000),(109.703000,20.787000),(109.040000,24.021000),(109.797000,26.592000),(97.166000,26.251000),(104.806000,25.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.820000,12.009000),(324.138000,5.384000),(319.274000,3.256000),(321.326000,1.612000),(329.064000,1.265000),(330.080000,4.477000),(331.287000,6.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.415000,17.953000),(328.234000,10.039000),(330.736000,21.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.627000,13.997000),(44.320000,19.607000),(41.763000,31.059000),(35.070000,29.623000),(38.087000,25.722000),(39.356000,23.166000),(38.545000,21.009000),(40.324000,17.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.264000,38.189000),(199.148000,45.471000),(205.542000,32.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.488000,-13.033000),(133.221000,-11.158000),(129.978000,-7.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.305000,13.350000),(106.913000,17.537000),(113.742000,11.274000),(112.729000,10.381000),(116.542000,7.492000),(117.983000,3.216000),(119.852000,13.372000),(118.326000,14.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.012000,-35.664000),(6.115000,-36.111000),(2.493000,-29.640000),(0.388000,-34.333000),(3.051000,-36.511000),(359.920000,-36.032000),(1.363000,-38.329000),(5.059000,-38.691000),(6.026000,-40.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.334000,13.724000),(7.880000,9.022000),(0.722000,15.754000),(355.977000,16.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.218000,36.905000),(2.844000,38.940000),(1.063000,35.615000),(3.742000,32.841000),(6.194000,30.936000),(9.801000,33.635000),(6.565000,26.241000),(8.132000,28.324000),(13.180000,31.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.662000,34.028000),(141.172000,35.607000),(132.900000,40.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.063000,47.449000),(230.681000,50.787000),(222.306000,50.255000),(220.881000,53.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.904000,-22.473000),(305.588000,-25.180000),(309.872000,-24.120000),(310.360000,-21.615000),(308.829000,-21.822000),(308.145000,-18.066000),(307.452000,-17.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.480000,18.594000),(6.557000,26.917000),(6.421000,28.669000),(355.206000,30.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.566000,-2.979000),(208.708000,-4.489000),(211.488000,-0.666000),(211.204000,0.290000),(205.127000,0.024000),(203.629000,-1.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.159000,18.407000),(62.444000,18.456000),(59.464000,14.845000),(56.180000,16.064000),(58.575000,12.301000),(62.382000,5.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.954000,-25.186000),(21.116000,-28.068000),(23.693000,-21.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.748000,16.016000),(232.917000,17.876000),(227.627000,12.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.470000,19.481000),(175.619000,18.641000),(170.732000,13.976000),(172.854000,7.817000),(175.398000,11.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.944000,-20.458000),(342.305000,-14.553000),(338.703000,-15.984000),(337.813000,-17.568000),(335.473000,-20.154000),(332.621000,-28.854000),(340.061000,-26.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.338000,-3.745000),(2.793000,-2.005000),(3.058000,0.065000),(359.281000,3.533000),(355.857000,4.714000),(351.462000,-3.699000),(353.474000,-3.597000),(356.391000,-2.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.963000,60.582000),(235.429000,62.026000),(248.996000,61.336000),(249.401000,71.409000),(218.392000,66.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.207000,-26.091000),(193.819000,-22.256000),(186.003000,-24.587000),(185.849000,-27.437000),(180.931000,-28.937000),(189.706000,-28.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.788000,23.131000),(307.313000,22.129000),(305.763000,15.793000),(306.231000,12.752000),(308.051000,8.878000),(312.023000,13.152000),(316.563000,13.653000),(313.029000,18.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.273000,-4.907000),(4.634000,-3.486000),(3.977000,-7.112000),(2.488000,-12.985000),(8.535000,-7.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.546000,-54.498000),(137.966000,-53.629000),(131.955000,-49.736000),(134.487000,-47.148000),(125.181000,-44.153000),(125.977000,-50.671000),(125.979000,-51.312000),(115.996000,-58.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.873000,-38.080000),(254.559000,-39.936000),(262.244000,-36.331000),(263.530000,-33.576000),(258.941000,-27.678000),(259.292000,-35.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.395000,-5.321000),(130.000000,-6.613000),(128.124000,-18.069000),(133.863000,-13.213000),(133.996000,-14.314000),(138.802000,-13.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.321000,-28.183000),(19.774000,-30.558000),(26.753000,-37.132000),(26.434000,-29.586000),(31.986000,-23.522000),(28.254000,-22.332000),(25.777000,-25.370000),(19.346000,-25.105000),(15.319000,-23.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.586000,-41.264000),(348.351000,-37.415000),(345.847000,-45.290000),(343.514000,-47.122000),(351.612000,-48.650000),(4.043000,-49.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.487000,-34.999000),(5.581000,-32.447000),(7.464000,-29.367000),(9.439000,-35.243000),(10.207000,-28.756000),(8.496000,-27.862000),(13.912000,-25.308000),(13.127000,-24.382000),(8.071000,-26.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.049000,18.805000),(234.412000,24.335000),(230.361000,22.809000),(230.580000,26.081000),(231.248000,30.141000),(230.745000,28.255000),(225.925000,23.848000),(224.860000,23.214000),(223.037000,21.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.845000,15.997000),(178.538000,13.790000),(180.222000,15.502000),(182.901000,11.944000),(181.745000,16.359000),(176.546000,20.786000),(172.545000,22.526000),(171.568000,22.276000),(177.981000,18.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.890000,12.838000),(198.613000,3.260000),(198.277000,4.144000),(204.601000,6.821000),(197.108000,5.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.266000,49.891000),(321.658000,49.976000),(326.224000,43.743000),(331.431000,47.800000),(332.311000,46.771000),(344.872000,48.245000),(337.178000,50.087000),(328.726000,53.891000),(324.520000,52.733000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.215000,-38.985000),(94.647000,-31.982000),(92.701000,-31.405000),(87.384000,-37.306000),(95.455000,-44.945000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.073000,-54.597000),(169.244000,-54.289000),(161.738000,-49.586000),(153.939000,-61.905000),(163.378000,-58.529000),(182.662000,-62.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.759000,8.715000),(352.138000,5.120000),(354.808000,12.056000),(355.081000,12.661000),(352.765000,14.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.130000,1.866000),(315.309000,8.127000),(321.839000,10.643000),(315.311000,13.204000),(314.661000,16.033000),(312.298000,12.603000),(310.695000,8.403000),(311.550000,6.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.830000,-40.744000),(129.396000,-40.098000),(136.440000,-45.017000),(131.062000,-42.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.037000,-24.877000),(48.652000,-24.089000),(48.437000,-28.841000),(49.351000,-33.346000),(49.997000,-32.025000),(53.660000,-32.027000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.040000,19.972000),(98.792000,17.566000),(95.593000,18.763000),(96.201000,18.300000),(97.521000,10.548000),(100.300000,14.860000),(100.440000,15.557000),(105.664000,10.753000),(104.835000,11.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.344000,0.726000),(189.720000,1.983000),(186.966000,8.712000),(184.286000,9.974000),(184.955000,1.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.999000,-13.021000),(38.003000,-24.839000),(47.776000,-16.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.152000,-54.586000),(135.748000,-55.971000),(130.714000,-57.509000),(130.322000,-59.916000),(130.342000,-66.801000),(137.023000,-62.171000),(140.357000,-65.317000),(142.381000,-62.830000),(147.330000,-58.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.670000,-23.734000),(55.328000,-22.403000),(54.879000,-19.597000),(53.983000,-17.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.166000,20.852000),(186.239000,20.559000),(190.213000,14.246000),(193.291000,22.253000),(200.433000,24.023000),(193.228000,24.766000),(185.049000,28.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.305000,3.030000),(357.967000,8.268000),(356.925000,5.805000),(352.659000,0.968000),(357.464000,-5.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.801000,39.954000),(343.963000,33.294000),(353.933000,33.856000),(353.145000,35.772000),(355.270000,35.297000),(359.818000,35.446000),(2.110000,35.878000),(353.851000,39.434000),(351.879000,40.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.790000,1.862000),(337.624000,-6.777000),(334.665000,-13.131000),(346.143000,-6.464000),(344.352000,-5.761000),(349.297000,-3.058000),(348.859000,-0.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.296000,-0.872000),(18.894000,-6.204000),(22.274000,-2.201000),(21.219000,6.450000),(8.474000,-0.654000),(9.643000,-3.260000),(12.310000,-1.211000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.471000,16.438000),(4.624000,12.471000),(15.139000,10.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.694000,50.124000),(214.760000,52.976000),(216.911000,58.426000),(211.826000,45.637000),(216.412000,43.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.477000,-10.643000),(321.249000,-8.935000),(328.239000,-20.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.736000,20.481000),(359.525000,16.514000),(350.360000,16.557000),(3.872000,7.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.405000,-21.606000),(182.621000,-21.893000),(187.621000,-27.593000),(188.210000,-29.043000),(185.573000,-32.949000),(184.765000,-36.255000),(197.708000,-31.007000),(197.012000,-22.444000),(190.956000,-24.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.249000,-51.290000),(167.728000,-56.078000),(176.225000,-50.932000),(166.929000,-51.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.187000,0.625000),(357.125000,-1.814000),(5.542000,-3.579000),(1.144000,0.174000),(353.911000,5.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.512000,-46.713000),(312.136000,-53.670000),(323.434000,-55.491000),(315.663000,-51.635000),(325.866000,-52.390000),(325.622000,-51.435000),(325.220000,-48.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.084000,-27.813000),(210.370000,-23.694000),(211.979000,-17.709000),(207.250000,-16.957000),(206.663000,-15.660000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.323000,-13.363000),(179.521000,-14.285000),(178.353000,-15.928000),(180.339000,-15.878000),(183.521000,-18.977000),(183.373000,-13.035000),(189.276000,-9.967000),(185.895000,-11.027000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.797000,-24.924000),(175.761000,-15.546000),(170.301000,-13.654000),(172.151000,-5.897000),(170.427000,-8.352000),(160.834000,-12.208000),(161.663000,-13.475000),(159.897000,-17.491000),(159.447000,-18.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.290000,-5.854000),(16.976000,1.229000),(16.541000,1.506000),(8.840000,-2.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.831000,13.903000),(89.629000,20.536000),(84.284000,19.051000),(81.205000,14.757000),(77.901000,10.286000),(90.423000,9.579000),(90.232000,10.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.484000,-35.068000),(28.304000,-41.150000),(33.380000,-44.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.258000,0.195000),(163.880000,9.151000),(157.078000,-0.503000),(155.273000,-2.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.839000,-28.856000),(216.708000,-18.152000),(210.936000,-17.250000),(206.625000,-20.879000),(204.536000,-19.400000),(201.149000,-25.905000),(207.209000,-27.646000),(207.299000,-30.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.422000,33.730000),(220.947000,25.873000),(223.233000,32.475000),(231.816000,33.541000),(225.403000,41.642000),(221.784000,35.486000),(221.277000,35.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.639000,-1.877000),(186.647000,-1.733000),(180.510000,6.996000),(178.255000,5.465000),(177.245000,1.394000),(170.143000,2.587000),(173.328000,-2.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.220000,7.403000),(352.873000,6.314000),(347.810000,9.067000),(349.872000,6.090000),(343.572000,5.548000),(354.184000,-3.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.570000,6.367000),(103.438000,0.443000),(103.119000,3.596000),(103.140000,1.018000),(100.739000,-4.101000),(103.240000,-5.422000),(107.241000,-6.456000),(111.166000,2.478000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.392000,-52.298000),(43.083000,-48.487000),(46.221000,-46.448000),(35.598000,-39.901000),(28.785000,-43.093000),(24.170000,-48.156000),(20.510000,-47.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.673000,-42.544000),(232.396000,-37.867000),(222.229000,-42.565000),(229.868000,-53.341000),(231.839000,-53.483000),(233.396000,-48.975000),(235.606000,-45.319000),(246.568000,-42.591000),(240.299000,-43.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.190000,38.004000),(325.629000,31.404000),(334.580000,37.730000),(341.296000,36.308000),(337.278000,37.900000),(334.620000,46.888000),(331.089000,42.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.028000,35.803000),(339.754000,34.595000),(319.827000,37.224000),(327.893000,30.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.624000,-60.996000),(259.179000,-65.226000),(255.195000,-62.665000),(262.231000,-61.535000),(253.478000,-53.748000),(235.751000,-56.006000),(239.433000,-58.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.505000,-8.458000),(342.457000,-2.585000),(343.409000,2.474000),(339.250000,1.699000),(338.465000,3.190000),(335.917000,6.361000),(335.416000,-2.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.493000,21.784000),(7.252000,23.289000),(4.019000,23.291000),(5.625000,26.794000),(1.317000,28.909000),(356.825000,16.039000),(1.806000,20.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.196000,-24.806000),(2.556000,-14.680000),(1.669000,-12.375000),(3.177000,-9.275000),(359.037000,-10.935000),(358.255000,-10.890000),(357.149000,-10.368000),(357.768000,-14.600000),(358.589000,-16.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.023000,-54.961000),(83.102000,-53.532000),(78.831000,-54.015000),(68.848000,-60.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.281000,2.715000),(293.301000,-3.774000),(293.064000,-5.945000),(295.120000,-8.420000),(296.881000,-6.519000),(302.493000,-7.907000),(303.242000,-6.418000),(302.695000,-5.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.954000,0.990000),(139.515000,-12.013000),(135.756000,-3.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.761000,-2.804000),(22.604000,-15.984000),(23.860000,-16.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.543000,19.109000),(151.282000,29.613000),(149.813000,30.413000),(148.050000,31.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.131000,-15.500000),(278.670000,-13.734000),(283.361000,-23.642000),(284.547000,-22.624000),(285.393000,-20.440000),(285.560000,-20.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.509000,4.638000),(354.161000,10.706000),(347.024000,8.372000),(344.978000,6.814000),(342.610000,4.225000),(346.523000,1.039000),(346.841000,2.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.416000,27.997000),(300.047000,35.470000),(298.282000,22.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.507000,-17.976000),(28.078000,-22.332000),(33.716000,-14.723000),(36.378000,-10.507000),(32.845000,-10.084000),(29.292000,-12.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.641000,30.217000),(294.103000,23.498000),(292.078000,37.354000),(282.097000,35.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.147000,1.403000),(83.014000,4.208000),(77.703000,2.084000),(78.565000,-2.355000),(77.236000,-2.555000),(78.826000,-3.506000),(82.036000,-10.692000),(84.244000,-5.969000),(82.272000,-3.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.087000,36.433000),(184.756000,38.982000),(184.286000,29.917000),(197.966000,28.728000),(195.533000,35.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.508000,-39.637000),(173.874000,-32.857000),(157.932000,-29.281000),(154.452000,-39.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.019000,-29.125000),(3.740000,-29.461000),(359.848000,-23.867000),(4.123000,-15.577000),(357.987000,-19.992000),(355.158000,-14.129000),(352.795000,-19.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.593000,0.964000),(87.895000,7.368000),(79.796000,7.171000),(76.843000,5.557000),(75.738000,-1.089000),(80.007000,2.455000),(80.747000,0.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.164000,21.159000),(298.519000,25.672000),(290.134000,28.769000),(289.148000,23.698000),(288.856000,22.034000),(288.482000,18.056000),(295.669000,22.870000),(298.781000,20.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.424000,23.952000),(182.187000,23.306000),(179.900000,32.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.406000,3.190000),(79.389000,-0.701000),(77.059000,-4.283000),(76.805000,-9.334000),(81.905000,-8.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.072000,3.889000),(314.382000,-0.955000),(319.222000,-3.526000),(318.423000,-7.266000),(328.798000,-6.241000),(327.539000,1.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.607000,-22.771000),(88.357000,-8.477000),(78.050000,-10.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.977000,-22.685000),(348.298000,-27.090000),(4.313000,-20.831000),(352.794000,-18.075000),(352.428000,-18.928000),(348.794000,-16.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.738000,-9.054000),(305.037000,-10.554000),(312.621000,-11.646000),(315.840000,-10.491000),(316.896000,-6.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.288000,16.323000),(166.759000,14.465000),(162.307000,17.137000),(170.912000,20.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.312000,32.930000),(48.400000,33.648000),(44.171000,35.210000),(36.937000,44.176000),(35.648000,36.960000),(39.854000,35.249000),(37.557000,33.174000),(40.607000,32.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.105000,-50.608000),(79.796000,-49.216000),(80.829000,-49.239000),(80.063000,-47.607000),(78.673000,-44.411000),(81.027000,-42.248000),(75.740000,-41.555000),(74.562000,-44.017000),(74.327000,-44.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.539000,17.594000),(201.720000,11.226000),(206.596000,4.677000),(209.713000,9.341000),(213.897000,5.812000),(218.315000,10.601000),(211.315000,11.090000),(218.135000,12.963000),(210.697000,12.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.427000,-10.268000),(178.161000,-3.330000),(175.633000,-8.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.293000,48.618000),(73.777000,49.061000),(81.419000,48.639000),(82.068000,50.147000),(84.322000,58.670000),(76.129000,52.517000),(74.059000,52.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.281000,-56.365000),(56.934000,-51.352000),(57.156000,-57.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.713000,10.720000),(356.352000,10.796000),(355.987000,10.302000),(355.346000,10.718000),(354.815000,8.934000),(6.566000,8.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.215000,-36.638000),(247.306000,-22.416000),(244.349000,-31.098000),(245.454000,-32.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.893000,-27.098000),(189.605000,-29.863000),(181.874000,-34.553000),(193.516000,-31.010000),(198.316000,-33.242000),(194.076000,-27.283000),(194.268000,-26.782000),(187.005000,-22.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.550000,-17.327000),(5.903000,-18.437000),(10.310000,-24.547000),(12.987000,-18.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.298000,-27.911000),(322.962000,-23.906000),(316.024000,-20.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.847000,0.982000),(14.635000,1.605000),(17.646000,-3.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.696000,-29.637000),(343.742000,-35.365000),(346.701000,-38.546000),(338.296000,-41.985000),(353.714000,-39.986000),(358.742000,-40.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.460000,11.459000),(49.496000,10.451000),(49.226000,4.608000),(46.813000,2.644000),(63.798000,6.488000),(54.388000,7.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.822000,12.715000),(350.844000,9.033000),(353.332000,7.362000),(355.314000,6.249000),(357.436000,2.912000),(357.657000,7.674000),(3.015000,11.469000),(358.908000,11.477000),(359.926000,14.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.629000,22.691000),(339.230000,27.454000),(340.161000,27.521000),(333.853000,28.981000),(330.096000,27.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.665000,1.499000),(316.574000,-0.649000),(320.481000,11.764000),(315.049000,4.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.265000,5.306000),(341.389000,4.251000),(341.012000,5.020000),(336.647000,7.792000),(338.455000,3.804000),(334.252000,-5.600000),(340.496000,-5.660000),(341.200000,-1.298000),(342.808000,2.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.791000,-36.664000),(223.694000,-46.120000),(230.738000,-41.290000),(228.416000,-35.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.945000,8.378000),(170.480000,11.465000),(169.853000,15.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.643000,-19.205000),(336.346000,-12.493000),(342.225000,-8.465000),(335.075000,-7.874000),(328.980000,-7.129000),(333.158000,-9.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.102000,44.784000),(118.883000,45.286000),(115.671000,42.888000),(107.452000,37.207000),(108.505000,36.943000),(112.538000,38.618000),(118.057000,37.338000),(119.916000,36.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.962000,-15.551000),(169.112000,-15.188000),(169.682000,-8.570000),(165.414000,-21.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.279000,-77.434000),(205.092000,-78.923000),(197.595000,-78.458000),(179.639000,-78.947000),(191.591000,-79.889000),(159.019000,-83.712000),(237.994000,-81.562000),(245.284000,-76.886000),(231.272000,-76.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.585000,67.307000),(128.677000,61.383000),(132.099000,61.847000),(145.993000,67.551000),(146.603000,73.364000),(135.678000,72.514000),(127.862000,69.601000),(130.297000,72.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.212000,3.551000),(170.625000,4.058000),(171.578000,-2.815000),(173.755000,-12.238000),(180.496000,-8.155000),(180.717000,-6.980000),(180.033000,-2.393000),(180.489000,-1.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.611000,-1.023000),(240.160000,1.377000),(241.756000,2.590000),(232.024000,7.448000),(230.567000,4.456000),(232.773000,1.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.118000,-19.045000),(107.444000,-19.011000),(108.584000,-16.845000),(100.387000,-16.024000),(99.959000,-17.007000),(98.136000,-26.618000),(100.218000,-20.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.762000,-52.726000),(234.147000,-53.435000),(228.995000,-44.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.501000,-10.931000),(348.662000,-18.427000),(356.340000,-20.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.930000,2.148000),(344.863000,1.008000),(338.042000,10.553000),(337.550000,4.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.350000,14.245000),(257.767000,27.849000),(253.353000,21.446000),(252.662000,12.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.112000,47.975000),(3.935000,47.959000),(18.597000,44.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.331000,10.776000),(27.543000,12.135000),(26.173000,14.415000),(25.791000,15.887000),(31.609000,16.124000),(27.577000,21.073000),(27.894000,25.669000),(22.597000,24.439000),(23.700000,11.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.702000,53.041000),(71.112000,53.581000),(58.764000,65.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.826000,-57.559000),(130.187000,-55.726000),(143.873000,-53.316000),(135.459000,-51.427000),(133.550000,-45.073000),(124.213000,-49.536000),(114.640000,-53.896000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.057000,-38.961000),(24.942000,-45.290000),(25.203000,-45.478000),(19.014000,-49.315000),(29.876000,-46.617000),(32.660000,-46.545000),(39.828000,-45.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.666000,-9.121000),(324.482000,-16.491000),(325.582000,-15.996000),(327.988000,-10.309000),(332.322000,-17.296000),(328.983000,-9.710000),(331.920000,-8.327000),(329.431000,-7.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.061000,-19.611000),(246.611000,-21.014000),(249.095000,-19.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.012000,34.587000),(0.985000,32.193000),(2.985000,34.735000),(5.570000,41.075000),(1.578000,38.246000),(0.274000,41.926000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.765000,-0.638000),(5.537000,-3.669000),(4.912000,2.008000),(9.513000,-9.483000),(13.251000,-7.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.353000,-64.190000),(238.138000,-66.051000),(249.657000,-63.544000),(228.542000,-58.943000),(228.977000,-62.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.803000,8.715000),(115.642000,7.885000),(117.781000,9.278000),(125.755000,6.483000),(121.529000,10.177000),(115.334000,14.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.323000,-69.856000),(274.582000,-74.501000),(281.419000,-69.912000),(292.309000,-66.417000),(280.654000,-61.806000),(275.029000,-63.120000),(268.772000,-55.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.344000,40.456000),(33.029000,31.344000),(29.279000,28.295000),(33.080000,29.140000),(34.365000,25.949000),(44.301000,31.539000),(47.205000,32.678000),(44.350000,38.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.151000,66.877000),(127.237000,66.172000),(123.492000,66.743000),(122.155000,68.045000),(106.835000,62.901000),(128.922000,62.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.416000,25.643000),(140.521000,26.098000),(139.465000,31.474000),(140.108000,23.209000),(132.804000,21.819000),(134.501000,20.388000),(139.880000,21.506000),(149.401000,18.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.623000,-3.176000),(191.098000,-3.895000),(191.560000,-7.544000),(196.890000,-2.956000),(196.702000,1.021000),(195.994000,3.619000),(194.595000,8.821000),(192.717000,2.463000),(191.689000,1.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.085000,0.821000),(163.864000,5.500000),(166.229000,12.270000),(162.441000,12.406000),(158.571000,12.061000),(157.643000,10.083000),(158.003000,6.529000),(161.141000,1.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.447000,36.072000),(85.093000,41.893000),(78.294000,51.350000),(76.021000,49.746000),(74.094000,48.973000),(73.641000,51.868000),(67.593000,51.303000),(63.194000,44.817000),(69.286000,43.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.192000,-34.184000),(46.314000,-36.105000),(48.512000,-38.696000),(57.408000,-41.169000),(55.816000,-39.578000),(53.282000,-36.867000),(57.529000,-38.310000),(50.847000,-33.506000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.417000,-8.923000),(182.370000,-12.127000),(189.884000,-13.570000),(193.912000,-11.876000),(194.569000,-10.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.410000,-23.840000),(332.524000,-25.865000),(342.731000,-23.846000),(345.986000,-30.644000),(346.689000,-14.413000),(344.003000,-18.389000),(343.068000,-17.891000),(337.334000,-16.492000),(334.097000,-22.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.242000,10.459000),(356.304000,8.214000),(359.873000,7.299000),(7.555000,12.999000),(4.911000,13.963000),(2.907000,14.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.279000,1.004000),(352.481000,-0.578000),(356.412000,-8.025000),(359.371000,-7.463000),(3.658000,-7.553000),(1.893000,0.551000),(4.184000,1.677000),(4.623000,6.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.560000,3.423000),(350.376000,2.179000),(351.814000,-5.489000),(353.050000,-1.564000),(354.603000,-9.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.892000,-56.117000),(249.324000,-50.515000),(250.045000,-57.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.749000,-17.801000),(157.030000,-25.583000),(156.148000,-19.543000),(159.602000,-16.109000),(154.287000,-8.189000),(153.942000,-14.988000),(148.398000,-12.738000),(150.470000,-15.811000),(146.888000,-15.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.561000,20.403000),(301.837000,22.540000),(300.643000,24.061000),(298.697000,25.838000),(299.981000,18.769000),(300.730000,18.294000),(305.304000,11.014000),(305.527000,20.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.816000,-31.020000),(7.508000,-30.789000),(3.005000,-25.725000),(2.875000,-28.844000),(0.086000,-29.362000),(5.813000,-35.681000),(9.980000,-35.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.305000,-22.185000),(199.181000,-24.794000),(196.003000,-31.393000),(202.579000,-32.011000),(204.842000,-31.767000),(207.212000,-31.604000),(205.406000,-28.568000),(205.994000,-29.042000),(208.083000,-21.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.040000,46.095000),(137.973000,34.050000),(151.871000,31.194000),(158.910000,39.069000),(153.248000,41.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.467000,-10.497000),(339.810000,-13.047000),(341.654000,-15.461000),(343.356000,-12.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.551000,0.782000),(187.278000,-1.615000),(185.748000,-0.964000),(185.469000,1.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.225000,44.204000),(268.848000,41.048000),(272.426000,44.410000),(285.285000,45.579000),(278.130000,49.227000),(273.101000,47.457000),(274.940000,51.177000),(267.368000,48.631000),(262.109000,42.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.808000,-29.890000),(335.177000,-23.093000),(337.032000,-34.895000),(337.037000,-36.882000),(340.063000,-34.074000),(341.853000,-32.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.485000,10.031000),(143.479000,15.284000),(140.186000,17.783000),(133.278000,13.088000),(133.986000,8.050000),(132.833000,6.485000),(139.395000,7.411000),(140.614000,1.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.978000,-24.120000),(317.976000,-17.231000),(305.510000,-12.377000),(309.056000,-15.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.504000,7.753000),(264.777000,10.027000),(265.358000,2.500000),(269.288000,7.477000),(266.995000,14.356000),(266.182000,14.565000),(263.179000,13.404000),(261.675000,13.010000),(256.464000,8.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.037000,42.094000),(280.966000,46.275000),(280.122000,50.382000),(273.307000,48.908000),(258.411000,43.878000),(268.354000,42.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.105000,0.019000),(349.258000,-8.307000),(349.911000,-9.054000),(352.379000,4.997000),(348.929000,4.868000),(347.801000,3.347000),(350.187000,1.518000),(343.802000,3.131000),(348.945000,1.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.286000,1.266000),(346.295000,-6.354000),(349.367000,-4.603000),(350.887000,-4.968000),(358.361000,-4.538000),(358.519000,-0.945000),(354.709000,2.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.002000,39.274000),(128.520000,41.652000),(117.796000,39.070000),(123.877000,33.990000),(125.249000,33.259000),(126.880000,31.526000),(133.090000,28.890000),(130.724000,34.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.660000,-7.695000),(332.362000,-4.299000),(328.047000,-10.003000),(334.424000,-11.676000),(341.085000,-8.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.184000,7.295000),(340.355000,1.508000),(348.300000,2.750000),(350.345000,10.121000),(346.157000,7.679000),(343.763000,10.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.178000,5.830000),(182.717000,0.242000),(181.832000,1.039000),(182.816000,-2.063000),(176.906000,2.267000),(181.712000,-5.945000),(190.566000,-10.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.479000,-65.080000),(299.386000,-59.381000),(291.919000,-59.347000),(291.148000,-59.955000),(283.477000,-61.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.555000,-11.028000),(151.667000,-7.323000),(144.107000,-6.510000),(151.642000,-8.710000),(147.765000,-9.468000),(144.304000,-11.849000),(149.321000,-10.944000),(152.073000,-14.804000),(152.704000,-11.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.853000,-26.428000),(152.558000,-25.583000),(152.237000,-26.349000),(147.401000,-19.973000),(147.651000,-25.143000),(153.717000,-30.273000),(155.119000,-32.398000),(155.392000,-29.512000),(155.654000,-28.445000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.412000,10.926000),(353.759000,5.237000),(358.680000,-6.311000),(1.390000,4.724000),(359.845000,5.420000),(3.076000,8.571000),(0.071000,6.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.586000,71.004000),(268.106000,64.595000),(268.583000,63.772000),(282.760000,63.667000),(291.110000,60.566000),(301.854000,64.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.986000,9.342000),(16.445000,5.752000),(11.432000,13.910000),(10.682000,14.219000),(7.616000,12.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.143000,-42.844000),(156.005000,-45.596000),(157.786000,-36.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.961000,-1.941000),(192.545000,3.669000),(184.747000,-7.067000),(185.369000,-7.306000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.992000,-38.410000),(234.272000,-37.988000),(229.305000,-40.486000),(239.820000,-43.080000),(242.172000,-42.290000),(243.375000,-41.257000),(251.512000,-38.190000),(241.375000,-33.326000),(240.237000,-39.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.538000,-59.626000),(206.069000,-58.671000),(202.549000,-44.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.053000,-34.692000),(54.538000,-41.754000),(69.331000,-43.408000),(63.157000,-38.600000),(72.577000,-36.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.435000,4.461000),(328.246000,3.306000),(329.116000,-1.002000),(329.514000,1.503000),(328.966000,8.923000),(325.049000,8.342000),(322.578000,5.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.293000,-21.384000),(172.064000,-16.284000),(173.633000,-17.280000),(177.698000,-14.242000),(169.746000,-12.735000),(167.540000,-10.102000),(168.603000,-15.076000),(166.504000,-16.180000),(166.715000,-16.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.394000,-25.723000),(159.000000,-30.253000),(160.905000,-31.538000),(162.694000,-30.377000),(159.275000,-27.883000),(166.601000,-27.107000),(162.030000,-26.063000),(166.730000,-24.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.631000,-28.678000),(142.945000,-26.337000),(135.025000,-23.761000),(127.374000,-27.956000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.530000,-14.509000),(219.615000,-15.176000),(212.519000,-16.338000),(221.107000,-20.793000),(225.579000,-18.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.815000,28.562000),(34.431000,30.114000),(35.842000,32.509000),(29.950000,34.673000),(24.154000,40.546000),(24.571000,33.928000),(20.249000,32.359000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.289000,50.753000),(1.764000,42.209000),(2.107000,42.398000),(0.777000,53.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.049000,-1.314000),(345.902000,-0.979000),(345.775000,-1.774000),(346.056000,-2.460000),(344.312000,-3.661000),(345.991000,-12.820000),(353.621000,-7.577000),(350.715000,-4.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.955000,14.986000),(178.393000,15.058000),(167.290000,13.755000),(178.851000,4.380000),(179.700000,4.286000),(178.518000,11.168000),(184.948000,10.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.002000,20.468000),(208.810000,21.095000),(210.934000,17.047000),(216.129000,28.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.179000,13.219000),(284.832000,9.336000),(284.776000,9.081000),(283.885000,7.264000),(285.812000,8.161000),(286.668000,3.889000),(290.208000,7.860000),(295.439000,13.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.998000,-4.380000),(14.115000,-6.012000),(15.486000,-6.755000),(20.025000,-10.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.384000,17.828000),(14.745000,15.090000),(15.213000,9.017000),(20.191000,20.040000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.193000,9.905000),(28.826000,-0.859000),(26.269000,7.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.760000,-0.380000),(20.409000,-0.832000),(20.557000,7.777000),(14.312000,4.316000),(10.342000,9.878000),(7.212000,3.020000),(9.310000,-3.158000),(8.740000,-5.110000),(13.620000,-2.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.575000,-18.255000),(49.039000,-17.541000),(40.637000,-11.411000),(38.490000,-15.936000),(42.282000,-18.343000),(40.704000,-19.797000),(43.123000,-19.229000),(44.195000,-19.245000),(45.125000,-25.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.266000,-71.559000),(288.659000,-67.445000),(288.660000,-66.990000),(284.047000,-65.751000),(289.180000,-64.942000),(299.554000,-61.108000),(263.909000,-63.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.278000,2.907000),(355.330000,-1.854000),(355.017000,0.482000),(356.068000,7.788000),(352.197000,13.958000),(345.094000,2.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.136000,-8.144000),(172.674000,-23.902000),(174.150000,-17.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.085000,0.289000),(183.525000,3.027000),(181.989000,8.798000),(180.076000,5.798000),(179.493000,2.337000),(177.585000,-1.861000),(179.811000,-3.449000),(180.158000,-9.610000),(180.235000,-4.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.570000,7.066000),(172.191000,6.056000),(168.342000,6.079000),(168.400000,3.295000),(174.048000,-0.316000),(175.340000,1.967000),(178.318000,5.667000),(176.119000,4.805000),(174.811000,11.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.625000,12.916000),(175.056000,18.221000),(173.175000,15.029000),(171.395000,21.634000),(168.011000,13.351000),(164.600000,11.008000),(168.550000,5.345000),(171.084000,6.292000),(171.382000,4.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.508000,-38.332000),(282.602000,-42.942000),(287.217000,-46.111000),(296.469000,-46.677000),(295.285000,-37.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.678000,14.546000),(133.667000,15.289000),(136.220000,7.888000),(138.543000,15.339000),(136.727000,18.228000),(136.153000,18.849000),(132.816000,21.491000),(128.951000,20.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.085000,-17.202000),(125.862000,-15.586000),(122.749000,-17.144000),(118.334000,-16.835000),(118.619000,-20.262000),(122.285000,-26.022000),(125.435000,-27.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.524000,7.084000),(156.764000,16.693000),(144.988000,9.631000),(151.129000,8.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.174000,4.586000),(358.522000,7.800000),(356.407000,8.138000),(350.494000,10.515000),(350.312000,10.212000),(350.300000,9.858000),(349.585000,11.051000),(347.416000,5.038000),(349.219000,-1.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.722000,-37.197000),(44.092000,-33.482000),(45.033000,-32.183000),(41.753000,-28.546000),(39.021000,-24.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.971000,-35.313000),(317.138000,-27.938000),(316.983000,-31.875000),(314.225000,-32.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.840000,-11.591000),(91.485000,-4.087000),(87.940000,-14.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.892000,-61.881000),(128.512000,-63.543000),(130.602000,-64.324000),(145.700000,-72.536000),(145.185000,-69.901000),(155.113000,-68.780000),(146.330000,-65.302000),(144.108000,-65.092000),(153.509000,-58.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.982000,-27.662000),(152.372000,-20.663000),(142.260000,-24.046000),(137.728000,-27.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.358000,12.566000),(189.700000,8.990000),(193.443000,6.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.977000,59.360000),(4.021000,56.872000),(8.685000,51.091000),(5.475000,62.221000),(1.942000,64.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.121000,7.485000),(78.978000,8.500000),(77.140000,5.143000),(77.261000,0.205000),(92.025000,-1.470000),(92.446000,-0.630000),(89.780000,0.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.170000,27.005000),(273.104000,28.624000),(280.638000,22.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.844000,-6.905000),(46.734000,-9.113000),(54.041000,-7.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.687000,-5.523000),(307.022000,-10.116000),(311.249000,-11.126000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.796000,21.372000),(19.987000,25.338000),(28.251000,16.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.194000,-27.335000),(75.263000,-23.936000),(72.703000,-20.417000),(63.031000,-18.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.912000,-14.435000),(358.144000,0.206000),(3.789000,-5.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.006000,7.948000),(136.514000,-7.457000),(136.137000,-0.383000),(137.495000,-0.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.554000,27.491000),(33.285000,26.461000),(46.206000,23.172000),(40.447000,28.198000),(40.164000,28.467000),(41.632000,32.507000),(38.997000,31.122000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.638000,-9.280000),(187.716000,-9.000000),(188.378000,-7.849000),(182.351000,-2.125000),(180.860000,-4.579000),(178.303000,-8.058000),(181.031000,-8.700000),(183.545000,-16.688000),(184.852000,-17.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.986000,62.096000),(292.985000,60.011000),(296.295000,58.392000),(298.076000,48.466000),(314.360000,49.146000),(313.288000,51.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.002000,-57.373000),(163.482000,-63.917000),(160.260000,-52.933000),(158.892000,-48.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.847000,-4.004000),(321.462000,-11.185000),(317.653000,-18.064000),(321.718000,-19.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.702000,-2.491000),(171.763000,-4.036000),(168.590000,1.201000),(165.055000,0.157000),(167.863000,-3.433000),(169.839000,-6.237000),(173.305000,-7.968000),(176.672000,-7.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.968000,-52.627000),(115.641000,-41.615000),(109.868000,-39.258000),(115.633000,-49.657000),(116.715000,-51.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.301000,-3.550000),(0.273000,3.079000),(3.003000,3.469000),(1.481000,8.363000),(0.925000,9.031000),(356.827000,4.004000),(355.980000,2.422000),(358.089000,2.744000),(357.643000,0.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.467000,57.325000),(257.830000,52.840000),(255.556000,56.798000),(255.099000,57.542000),(257.441000,58.896000),(264.066000,59.178000),(260.962000,63.898000),(247.002000,67.901000),(250.241000,60.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.223000,7.812000),(246.708000,9.054000),(253.303000,6.962000),(253.020000,3.791000),(252.309000,1.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.287000,-44.991000),(30.843000,-44.994000),(28.729000,-41.512000),(21.678000,-42.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.718000,-23.626000),(201.813000,-26.437000),(199.823000,-32.187000),(209.586000,-19.870000),(209.745000,-17.476000),(207.089000,-16.834000),(204.108000,-22.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.444000,5.621000),(195.602000,4.734000),(189.982000,2.654000),(203.335000,-2.837000),(198.622000,4.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.181000,-31.348000),(357.909000,-30.260000),(349.449000,-37.837000),(354.196000,-42.483000),(4.930000,-39.406000),(6.815000,-39.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.161000,13.291000),(0.571000,8.091000),(355.279000,-1.127000),(359.172000,-0.104000),(359.691000,0.286000),(2.385000,-2.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.443000,37.999000),(34.182000,33.516000),(36.797000,32.320000),(42.657000,29.277000),(44.144000,37.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.696000,38.889000),(2.524000,41.447000),(351.710000,40.443000),(352.439000,46.175000),(339.816000,42.790000),(340.944000,39.692000),(341.711000,34.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.573000,-4.849000),(329.062000,-0.188000),(329.849000,0.313000),(329.195000,2.870000),(331.269000,8.853000),(329.057000,7.384000),(327.417000,11.191000),(323.506000,10.701000),(321.387000,5.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.582000,53.659000),(61.837000,53.230000),(65.202000,52.632000),(68.470000,48.012000),(73.925000,46.934000),(77.854000,50.856000),(77.861000,55.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.991000,-13.519000),(0.365000,-8.924000),(351.670000,-10.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.971000,-5.529000),(176.985000,-8.192000),(182.962000,-16.834000),(182.831000,-16.170000),(180.577000,-11.811000),(183.363000,-9.476000),(183.536000,-5.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.772000,32.946000),(219.825000,43.344000),(210.009000,34.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.913000,45.999000),(345.525000,37.236000),(349.627000,50.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.286000,12.451000),(154.044000,8.733000),(155.203000,4.951000),(150.601000,-1.280000),(157.385000,-0.496000),(159.925000,0.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.291000,38.853000),(221.172000,38.332000),(221.524000,31.317000),(228.964000,28.291000),(238.284000,29.544000),(233.210000,38.743000),(236.131000,45.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.885000,-52.878000),(205.227000,-48.567000),(201.450000,-46.938000),(204.200000,-42.939000),(198.547000,-45.723000),(196.071000,-44.628000),(204.845000,-54.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.275000,4.994000),(182.456000,4.581000),(199.943000,0.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.698000,-51.717000),(207.197000,-53.530000),(211.105000,-55.839000),(226.359000,-56.816000),(229.950000,-56.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.953000,-0.238000),(284.636000,-2.662000),(283.451000,2.601000),(282.312000,-5.920000),(279.908000,-0.996000),(279.285000,-6.671000),(274.823000,-10.842000),(288.715000,-12.544000),(291.950000,-8.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.775000,14.565000),(310.420000,12.781000),(305.154000,12.506000),(312.356000,9.584000),(313.479000,7.201000),(316.175000,8.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.064000,11.771000),(319.433000,10.192000),(316.974000,12.377000),(315.682000,13.372000),(318.126000,6.130000),(325.131000,1.328000),(322.011000,6.584000),(326.037000,6.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.072000,14.919000),(172.854000,17.498000),(168.077000,18.617000),(162.380000,21.548000),(169.620000,5.739000),(169.508000,12.983000),(173.580000,8.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.331000,29.373000),(89.561000,32.731000),(88.428000,33.123000),(85.173000,34.692000),(83.617000,31.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.351000,-21.735000),(177.096000,-30.930000),(181.980000,-27.099000),(183.144000,-24.274000),(185.983000,-21.266000),(174.448000,-19.038000),(174.623000,-19.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.595000,-3.859000),(286.863000,-2.988000),(278.425000,6.553000),(277.516000,1.789000),(277.582000,-0.592000),(270.097000,1.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.573000,24.851000),(277.226000,24.061000),(276.558000,16.368000),(278.687000,19.403000),(286.384000,21.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.713000,59.197000),(25.832000,60.471000),(30.901000,59.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.109000,-5.839000),(336.106000,-19.181000),(340.861000,-14.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.604000,7.531000),(96.166000,12.006000),(94.336000,9.246000),(91.637000,11.819000),(90.866000,2.749000),(90.239000,1.773000),(92.906000,2.798000),(95.102000,3.198000),(99.630000,-2.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.189000,0.261000),(285.728000,0.942000),(284.670000,-2.930000),(281.937000,-7.316000),(288.648000,-2.432000),(289.408000,-2.408000),(288.342000,0.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.415000,-17.352000),(9.774000,-26.068000),(15.341000,-26.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.614000,-37.253000),(173.100000,-40.318000),(173.001000,-37.874000),(165.053000,-54.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.759000,32.424000),(116.984000,28.672000),(110.392000,34.080000),(108.980000,30.818000),(107.245000,25.496000),(119.877000,22.729000),(126.231000,22.453000),(118.130000,33.472000),(117.821000,33.635000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.562000,53.207000),(26.428000,61.051000),(23.929000,60.155000),(20.476000,59.542000),(15.669000,56.696000),(20.343000,55.269000),(12.879000,54.971000),(23.345000,48.118000),(25.782000,53.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.339000,-72.847000),(101.555000,-70.456000),(84.826000,-60.424000),(74.020000,-59.249000),(68.981000,-62.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.404000,-26.956000),(354.719000,-30.362000),(1.032000,-40.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.798000,-16.549000),(346.234000,-12.623000),(338.871000,-11.051000),(339.641000,-13.185000),(335.410000,-18.029000),(332.947000,-19.832000),(338.148000,-17.133000),(339.709000,-18.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.758000,11.902000),(47.635000,12.399000),(43.653000,13.566000),(50.185000,3.010000),(52.809000,5.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.478000,-23.195000),(113.454000,-24.231000),(108.684000,-16.499000),(104.770000,-12.304000),(103.230000,-17.449000),(95.802000,-20.837000),(100.623000,-21.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.988000,-9.755000),(348.560000,-4.039000),(342.400000,-4.462000),(336.402000,-13.364000),(348.583000,-17.874000),(348.841000,-18.328000),(349.897000,-12.196000),(347.455000,-10.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.453000,1.350000),(349.285000,3.160000),(346.695000,3.188000),(339.702000,6.741000),(346.039000,1.660000),(342.526000,2.798000),(338.544000,-2.794000),(350.685000,-6.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.216000,7.704000),(229.135000,10.035000),(230.902000,8.447000),(233.600000,7.221000),(235.236000,8.587000),(231.710000,10.905000),(231.993000,15.262000),(231.666000,16.070000),(223.764000,14.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.933000,-11.882000),(14.618000,-12.111000),(5.726000,-10.346000),(6.284000,-12.015000),(11.675000,-16.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.271000,24.162000),(219.901000,26.286000),(221.743000,18.047000),(228.553000,15.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.029000,-6.845000),(82.161000,-9.641000),(84.243000,-14.676000),(89.550000,-13.661000),(89.797000,-7.581000),(81.682000,-4.001000),(78.374000,-0.362000),(76.751000,0.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.438000,22.547000),(186.926000,22.000000),(186.599000,12.149000),(189.402000,9.289000),(189.500000,12.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.177000,31.536000),(235.939000,34.001000),(251.771000,29.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.447000,-29.487000),(155.873000,-23.613000),(151.064000,-25.400000),(149.715000,-26.035000),(151.123000,-20.988000),(144.552000,-23.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.005000,-36.959000),(323.269000,-33.085000),(319.019000,-29.981000),(322.566000,-28.529000),(325.837000,-26.854000),(315.426000,-28.728000),(305.903000,-30.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.235000,10.834000),(249.495000,12.530000),(248.583000,14.104000),(248.989000,-1.270000),(249.115000,1.698000),(250.792000,3.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.747000,-39.242000),(67.937000,-37.428000),(60.642000,-35.211000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.626000,-35.568000),(47.393000,-33.324000),(53.062000,-28.495000),(46.337000,-32.326000),(40.331000,-29.926000),(42.102000,-37.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.576000,-29.779000),(353.696000,-30.172000),(358.560000,-31.092000),(358.354000,-34.191000),(6.379000,-33.014000),(7.214000,-29.463000),(5.929000,-24.815000),(0.627000,-22.340000),(357.031000,-23.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.464000,-55.784000),(145.335000,-54.225000),(139.620000,-51.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.654000,37.106000),(207.878000,37.401000),(203.969000,40.858000),(204.668000,34.362000),(206.435000,31.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.649000,38.181000),(6.482000,36.717000),(7.742000,35.249000),(21.647000,40.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.324000,-12.700000),(3.833000,-8.997000),(6.703000,-6.900000),(1.136000,-3.179000),(2.395000,1.812000),(357.875000,-5.376000),(359.072000,-4.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.586000,-8.742000),(142.373000,-3.349000),(140.711000,-11.098000),(145.607000,-20.696000),(145.852000,-11.623000),(146.697000,-10.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.629000,-45.381000),(357.461000,-50.073000),(8.043000,-48.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.566000,16.626000),(146.627000,12.838000),(139.128000,8.495000),(146.895000,11.270000),(149.296000,8.557000),(152.220000,14.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.547000,-57.684000),(314.850000,-56.510000),(321.989000,-53.692000),(323.041000,-53.484000),(332.859000,-53.034000),(325.438000,-49.905000),(322.294000,-44.159000),(318.462000,-50.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.328000,-21.644000),(232.748000,-24.082000),(229.421000,-23.235000),(233.087000,-27.218000),(233.029000,-27.417000),(227.163000,-29.533000),(229.450000,-30.463000),(237.120000,-27.407000),(240.186000,-21.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.925000,22.246000),(24.770000,24.570000),(21.061000,26.771000),(18.544000,29.062000),(17.576000,27.520000),(13.421000,23.847000),(18.805000,17.175000),(19.417000,22.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.243000,-18.615000),(118.149000,-19.006000),(122.700000,-18.456000),(121.690000,-11.114000),(118.327000,-13.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.390000,12.620000),(227.843000,13.406000),(223.097000,14.192000),(224.257000,20.617000),(220.752000,21.579000),(218.896000,14.701000),(220.145000,12.664000),(215.323000,11.003000),(218.639000,6.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.644000,1.892000),(188.522000,-13.876000),(191.554000,-1.937000),(188.510000,-0.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.353000,-28.060000),(74.873000,-29.654000),(67.394000,-27.718000),(71.061000,-41.054000),(82.604000,-40.297000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.169000,5.334000),(189.087000,10.352000),(183.351000,9.077000),(187.111000,-0.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.970000,-8.080000),(100.294000,-10.612000),(105.984000,-14.807000),(105.040000,-15.796000),(108.425000,-16.871000),(114.283000,-13.945000),(110.318000,-11.346000),(112.602000,-7.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.752000,3.684000),(8.356000,6.422000),(4.937000,7.541000),(355.050000,10.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.663000,29.506000),(174.464000,27.031000),(173.019000,22.544000),(185.042000,31.780000),(180.778000,30.133000),(180.145000,32.323000),(179.400000,37.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.653000,-21.751000),(10.039000,-21.425000),(0.449000,-15.249000),(4.559000,-18.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.747000,-13.864000),(359.197000,-14.654000),(359.764000,-12.843000),(358.428000,-1.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.572000,22.143000),(23.012000,22.461000),(14.635000,26.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.337000,35.939000),(155.424000,33.707000),(153.848000,41.157000),(133.580000,38.819000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.385000,-21.683000),(174.874000,-17.094000),(174.975000,-15.898000),(170.595000,-16.486000),(169.658000,-15.769000),(165.111000,-9.367000),(165.900000,-16.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.463000,59.890000),(42.989000,59.846000),(43.325000,59.902000),(63.130000,65.143000),(62.031000,70.842000),(57.436000,73.172000),(38.557000,72.249000),(37.308000,68.713000),(42.110000,67.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.341000,-16.095000),(30.588000,-6.660000),(29.881000,-8.024000),(27.443000,-10.086000),(27.360000,-10.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.103000,16.152000),(167.431000,9.334000),(175.678000,12.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.790000,-43.728000),(38.385000,-48.212000),(59.685000,-43.855000),(48.536000,-37.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.187000,-18.180000),(247.862000,-15.966000),(246.439000,-17.655000),(254.287000,-22.299000),(261.014000,-24.282000),(263.319000,-19.519000),(257.619000,-17.850000),(257.230000,-14.283000),(255.294000,-10.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.697000,-32.146000),(205.965000,-35.549000),(205.424000,-30.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.360000,-10.411000),(330.105000,-8.214000),(324.709000,-14.257000),(322.891000,-7.265000),(327.335000,-20.405000),(333.980000,-14.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.076000,-57.237000),(90.992000,-52.394000),(89.697000,-52.437000),(85.007000,-55.952000),(78.856000,-60.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.896000,-0.306000),(345.448000,8.931000),(345.599000,-3.166000),(346.709000,-6.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.757000,-15.118000),(63.579000,-13.849000),(60.855000,-8.029000),(61.369000,-17.178000),(63.467000,-17.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.884000,78.086000),(224.857000,73.343000),(212.074000,69.456000),(224.743000,69.675000),(214.920000,64.680000),(220.389000,64.211000),(232.004000,62.551000),(232.369000,64.871000),(252.551000,69.010000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.227000,0.470000),(195.219000,-1.692000),(195.596000,-4.742000),(195.988000,-7.257000),(200.836000,-6.760000),(199.934000,-14.776000),(207.992000,-13.834000),(208.018000,-13.344000),(206.604000,-5.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.592000,-79.120000),(86.329000,-75.430000),(81.480000,-78.204000),(46.818000,-75.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.066000,-13.010000),(50.435000,-8.198000),(51.089000,-7.476000),(50.018000,-7.683000),(46.847000,-1.489000),(42.133000,-10.940000),(41.343000,-14.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.068000,-3.229000),(177.930000,3.220000),(170.141000,-3.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.625000,-4.826000),(2.340000,6.042000),(2.062000,-0.036000),(358.928000,-4.113000),(356.865000,-6.458000),(3.175000,-1.439000),(359.960000,-5.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.064000,-5.969000),(69.054000,-11.276000),(76.873000,-6.502000),(73.615000,-3.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.177000,45.620000),(73.992000,47.109000),(65.567000,56.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.262000,0.318000),(29.808000,-3.203000),(19.903000,5.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.368000,-5.908000),(185.498000,-3.361000),(184.438000,2.185000),(180.091000,2.779000),(177.567000,3.212000),(175.391000,2.345000),(178.029000,0.347000),(178.623000,-3.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.993000,-8.714000),(189.130000,-6.819000),(185.391000,-4.213000),(183.553000,-9.939000),(190.574000,-12.360000),(196.236000,-14.070000),(190.749000,-10.382000),(197.508000,-11.393000),(191.093000,-8.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.612000,-6.345000),(260.153000,-7.112000),(261.849000,-4.464000),(259.337000,10.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.135000,78.371000),(137.336000,77.680000),(138.719000,75.775000),(123.797000,70.871000),(138.739000,67.650000),(153.365000,67.206000),(161.561000,73.678000),(171.904000,74.327000),(164.750000,78.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.794000,14.965000),(353.976000,7.651000),(353.032000,4.918000),(357.822000,11.221000),(359.663000,8.752000),(1.457000,7.759000),(4.552000,12.147000),(359.761000,19.896000),(356.903000,14.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.618000,-59.894000),(30.268000,-59.477000),(29.830000,-47.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.448000,10.403000),(353.572000,8.476000),(359.195000,9.303000),(355.477000,11.789000),(355.718000,14.964000),(355.992000,16.842000),(348.616000,15.852000),(347.692000,16.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.128000,-19.707000),(350.936000,-29.574000),(4.845000,-23.705000),(8.567000,-20.557000),(359.418000,-21.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.100000,35.167000),(162.210000,26.330000),(163.380000,20.277000),(166.126000,25.995000),(171.207000,26.739000),(165.240000,29.239000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.002000,-16.387000),(280.359000,-5.163000),(278.086000,-11.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.987000,-53.113000),(278.462000,-51.893000),(273.275000,-51.994000),(273.102000,-45.098000),(269.360000,-48.881000),(267.985000,-48.878000),(264.187000,-44.984000),(258.539000,-54.161000),(265.050000,-60.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.989000,-16.699000),(164.637000,-14.399000),(161.236000,-9.851000),(161.435000,-12.992000),(160.506000,-14.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.943000,30.331000),(273.529000,26.808000),(274.402000,28.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.521000,-0.092000),(120.548000,4.217000),(117.105000,7.791000),(112.543000,5.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.132000,9.422000),(173.221000,5.820000),(169.523000,7.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.718000,34.892000),(245.534000,34.335000),(233.789000,47.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.818000,38.418000),(142.208000,35.991000),(142.727000,29.633000),(150.869000,27.865000),(152.738000,31.190000),(149.474000,35.407000),(151.164000,42.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.343000,-58.934000),(173.816000,-58.192000),(171.690000,-52.164000),(172.060000,-49.878000),(153.325000,-55.439000),(163.421000,-60.660000),(164.437000,-62.542000),(166.091000,-62.590000),(169.156000,-66.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.410000,-72.622000),(151.471000,-74.255000),(152.914000,-72.767000),(160.840000,-73.866000),(177.876000,-71.077000),(149.796000,-69.464000),(144.775000,-64.848000),(142.000000,-69.941000),(144.675000,-71.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.682000,83.820000),(290.078000,83.399000),(297.393000,83.706000),(309.783000,81.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.208000,9.986000),(212.749000,11.581000),(209.050000,12.179000),(208.389000,13.043000),(207.355000,12.832000),(206.610000,11.824000),(202.735000,6.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.574000,-12.652000),(183.441000,-16.797000),(175.977000,-17.565000),(181.010000,-17.466000),(188.508000,-14.015000),(189.761000,-10.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.306000,-56.791000),(15.585000,-50.607000),(13.863000,-48.615000),(351.133000,-52.364000),(351.540000,-53.830000),(2.596000,-55.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.343000,53.723000),(205.211000,53.915000),(197.557000,63.045000),(192.661000,67.727000),(193.971000,62.219000),(178.015000,63.239000),(189.706000,57.017000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.141000,-37.765000),(313.246000,-34.590000),(313.416000,-36.552000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.851000,24.720000),(227.260000,24.956000),(230.215000,16.988000),(233.954000,19.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.445000,-1.284000),(9.886000,2.974000),(9.159000,6.823000),(1.501000,5.711000),(359.770000,3.567000),(357.849000,-0.458000),(2.770000,-4.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.901000,23.988000),(337.128000,13.769000),(337.781000,10.286000),(343.904000,14.098000),(346.463000,15.017000),(353.726000,16.703000),(346.279000,15.888000),(348.601000,19.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.139000,70.105000),(55.096000,75.612000),(59.228000,71.442000),(61.477000,65.855000),(56.717000,60.839000),(72.090000,61.786000),(78.273000,70.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.397000,5.519000),(169.425000,4.465000),(168.764000,-1.379000),(169.948000,-3.586000),(175.843000,1.716000),(177.120000,6.348000),(174.393000,11.274000),(169.395000,7.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.156000,-0.043000),(233.308000,-2.876000),(233.345000,-0.682000),(231.245000,-8.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.854000,-0.976000),(46.788000,-1.536000),(45.260000,2.837000),(48.599000,10.499000),(44.993000,8.959000),(44.218000,13.921000),(41.203000,9.691000),(39.801000,7.420000),(35.729000,4.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.656000,-13.746000),(8.552000,-15.845000),(13.662000,-12.624000),(9.693000,-10.385000),(11.202000,-5.258000),(7.323000,-9.107000),(6.472000,-6.335000),(359.202000,-6.286000),(359.649000,-15.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.896000,51.692000),(216.298000,49.379000),(229.741000,46.854000),(226.002000,51.249000),(227.319000,52.531000),(224.670000,53.508000),(215.313000,60.915000),(218.014000,55.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.155000,34.080000),(159.801000,31.461000),(155.962000,35.798000),(162.646000,37.262000),(158.548000,42.235000),(152.227000,43.931000),(143.432000,34.132000),(149.034000,33.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.192000,60.447000),(319.705000,54.666000),(324.508000,57.575000),(325.658000,60.533000),(329.202000,55.388000),(331.210000,62.032000),(343.438000,64.991000),(346.129000,65.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.094000,2.863000),(69.452000,5.266000),(73.101000,2.131000),(63.092000,8.805000),(61.605000,6.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.299000,-26.264000),(212.367000,-25.867000),(213.033000,-27.814000),(212.484000,-29.887000),(216.842000,-24.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.995000,8.362000),(29.549000,6.431000),(27.093000,11.967000),(26.340000,20.554000),(23.920000,14.310000),(18.515000,11.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.701000,2.660000),(303.414000,-2.003000),(309.731000,-2.620000),(314.234000,-0.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.518000,-15.487000),(153.909000,-12.989000),(145.180000,-5.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.652000,-43.832000),(334.199000,-54.287000),(343.586000,-48.428000),(345.414000,-48.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.739000,49.307000),(75.189000,52.171000),(66.447000,52.604000),(68.064000,50.581000),(69.483000,48.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.457000,54.556000),(100.119000,54.649000),(92.472000,59.047000),(91.912000,55.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.595000,4.400000),(255.019000,6.427000),(255.349000,8.995000),(249.619000,5.446000),(249.274000,7.596000),(246.729000,10.873000),(245.057000,3.485000),(242.879000,-0.741000),(248.257000,-5.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.992000,21.354000),(350.601000,14.149000),(357.382000,24.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.716000,44.089000),(172.793000,45.621000),(162.570000,48.030000),(158.986000,38.719000),(163.561000,39.121000),(162.499000,34.290000),(166.981000,32.847000),(175.076000,41.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.577000,13.144000),(29.351000,11.716000),(29.822000,8.486000),(26.432000,12.564000),(29.749000,4.854000),(29.201000,2.552000),(32.622000,-0.006000),(34.818000,-0.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.031000,80.478000),(289.481000,77.375000),(307.114000,65.838000),(307.260000,73.014000),(327.369000,73.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.304000,-5.260000),(249.930000,-3.642000),(249.404000,0.076000),(243.469000,4.378000),(242.396000,3.233000),(241.701000,3.651000),(239.994000,-4.943000),(245.108000,-6.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.854000,3.293000),(348.451000,-2.097000),(349.738000,-2.641000),(349.660000,2.999000),(349.391000,5.685000),(355.278000,4.274000),(348.538000,7.838000),(346.334000,12.169000),(341.725000,9.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.675000,17.888000),(160.011000,11.490000),(160.672000,10.125000),(160.465000,10.299000),(155.372000,8.521000),(159.176000,6.224000),(159.165000,4.365000),(165.485000,2.936000),(169.923000,4.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.367000,-51.272000),(146.381000,-47.469000),(139.013000,-45.751000),(132.986000,-36.056000),(129.398000,-42.864000),(123.513000,-45.762000),(134.597000,-50.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.999000,-60.113000),(61.624000,-59.693000),(59.931000,-62.644000),(64.451000,-62.132000),(71.316000,-54.712000),(70.999000,-52.911000),(53.392000,-58.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.840000,0.843000),(166.479000,-2.792000),(170.882000,-6.253000),(169.960000,-9.147000),(170.284000,-16.534000),(174.236000,-16.028000),(174.592000,-9.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.310000,20.790000),(69.687000,17.540000),(70.415000,16.669000),(75.437000,16.117000),(75.545000,18.159000),(76.020000,26.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.686000,15.498000),(177.198000,6.970000),(181.387000,9.902000),(186.486000,17.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.041000,-8.699000),(78.810000,-7.662000),(78.898000,-4.152000),(75.893000,1.335000),(70.690000,4.969000),(70.024000,4.031000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.085000,-65.991000),(80.900000,-62.851000),(70.953000,-68.508000),(71.206000,-66.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.768000,0.579000),(354.917000,-6.101000),(356.250000,-8.232000),(0.164000,-2.661000),(1.664000,-2.904000),(7.376000,-3.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.213000,-67.334000),(234.078000,-77.964000),(247.627000,-78.361000),(272.427000,-77.078000),(269.208000,-63.370000),(268.439000,-63.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.841000,-21.412000),(195.753000,-17.838000),(184.491000,-12.077000),(182.479000,-15.782000),(179.306000,-23.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.237000,-41.995000),(170.844000,-39.504000),(178.391000,-36.312000),(179.608000,-33.054000),(177.503000,-29.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.178000,-10.285000),(359.653000,-5.636000),(1.337000,-7.057000),(4.135000,-2.696000),(359.085000,-1.102000),(358.235000,2.974000),(351.438000,-7.688000),(356.050000,-9.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.159000,43.589000),(74.568000,49.930000),(67.155000,51.291000),(59.041000,47.403000),(57.160000,47.290000),(64.577000,44.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.740000,-7.966000),(182.119000,-8.296000),(186.000000,5.095000),(183.138000,1.981000),(182.674000,0.948000),(181.826000,1.502000),(179.780000,2.266000),(173.914000,3.140000),(175.209000,2.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.220000,18.898000),(267.583000,25.680000),(262.216000,29.272000),(263.987000,20.333000),(266.084000,14.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.845000,-35.062000),(167.040000,-36.991000),(169.372000,-26.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.858000,3.194000),(199.245000,8.247000),(187.094000,17.477000),(185.569000,13.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.874000,4.610000),(18.617000,2.871000),(26.775000,2.792000),(15.896000,11.684000),(16.863000,8.250000),(9.262000,11.366000),(12.367000,7.299000),(15.544000,5.581000),(14.933000,2.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.734000,-27.334000),(256.679000,-23.617000),(257.260000,-21.492000),(254.541000,-23.244000),(252.489000,-22.160000),(254.335000,-31.145000),(261.598000,-34.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.082000,-45.053000),(199.162000,-37.230000),(203.173000,-34.138000),(198.469000,-32.486000),(193.858000,-34.804000),(193.498000,-33.246000),(193.593000,-26.440000),(188.958000,-28.702000),(189.381000,-32.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.226000,-31.688000),(350.001000,-28.170000),(347.668000,-25.982000),(348.398000,-24.337000),(341.225000,-24.307000),(335.674000,-20.178000),(338.387000,-24.669000),(339.815000,-26.994000),(339.655000,-28.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.078000,-16.043000),(132.757000,-22.699000),(141.519000,-22.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.718000,26.805000),(345.514000,25.210000),(341.769000,30.283000),(336.066000,30.607000),(328.221000,29.591000),(336.754000,26.736000),(332.314000,22.953000),(337.789000,20.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.154000,19.958000),(8.817000,5.500000),(9.553000,9.101000),(12.197000,9.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.484000,-12.699000),(13.948000,-11.386000),(6.627000,-5.718000),(10.080000,-0.875000),(0.215000,-5.973000),(4.623000,-8.772000),(3.964000,-11.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.017000,23.026000),(332.375000,21.099000),(330.370000,18.262000),(334.558000,16.694000),(345.718000,18.581000),(339.382000,20.872000),(330.085000,24.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.869000,-4.929000),(326.312000,-15.322000),(331.601000,-13.543000),(332.724000,-6.851000),(334.670000,-5.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.249000,25.398000),(352.437000,26.216000),(349.163000,29.814000),(346.690000,34.434000),(336.033000,33.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.078000,-54.502000),(32.413000,-49.052000),(23.548000,-39.165000),(17.569000,-40.877000),(27.702000,-49.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.274000,-10.761000),(162.785000,-13.135000),(166.820000,-12.044000),(169.429000,-14.124000),(173.078000,-16.878000),(174.118000,-9.413000),(172.175000,-1.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.239000,62.176000),(318.716000,58.115000),(331.375000,58.463000),(336.159000,57.894000),(330.139000,66.896000),(316.751000,72.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.673000,10.186000),(212.689000,10.501000),(212.565000,3.943000),(217.716000,4.620000),(217.826000,4.409000),(221.249000,3.388000),(219.610000,16.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.075000,11.884000),(181.459000,5.393000),(185.511000,5.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.447000,-4.252000),(178.364000,2.254000),(175.024000,5.334000),(178.014000,-2.090000),(181.465000,-7.312000),(182.337000,-1.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.161000,-23.631000),(358.778000,-23.135000),(357.848000,-16.307000),(357.714000,-15.287000),(0.732000,-11.445000),(355.414000,-12.627000),(353.244000,-11.772000),(350.554000,-11.112000),(343.897000,-18.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.413000,84.542000),(83.109000,82.599000),(121.076000,81.547000),(135.208000,77.900000),(191.382000,81.358000),(114.594000,86.184000),(310.515000,89.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.190000,4.018000),(181.944000,3.255000),(173.582000,7.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.647000,13.120000),(7.442000,11.268000),(9.889000,13.883000),(17.010000,18.558000),(8.341000,23.561000),(4.461000,20.204000),(0.136000,17.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.087000,-22.433000),(199.994000,-26.844000),(203.875000,-24.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.781000,8.733000),(359.023000,6.783000),(0.493000,11.659000),(356.468000,19.118000),(354.454000,16.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.157000,-36.585000),(344.916000,-50.020000),(347.597000,-49.481000),(345.943000,-39.826000),(347.061000,-34.691000),(343.086000,-36.777000),(342.154000,-36.334000),(339.850000,-40.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.456000,14.492000),(345.420000,11.140000),(345.425000,3.775000),(351.672000,4.303000),(350.232000,6.683000),(353.091000,8.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.641000,-2.887000),(314.407000,3.057000),(323.530000,-1.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.523000,-4.468000),(214.768000,-7.459000),(211.141000,-6.840000),(207.208000,-8.084000),(210.922000,-21.557000),(222.363000,-18.827000),(217.067000,-14.568000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.987000,10.109000),(341.366000,14.644000),(338.928000,20.927000),(330.900000,11.473000),(329.612000,10.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.522000,-54.757000),(69.561000,-57.448000),(79.752000,-59.524000),(81.760000,-57.159000),(84.085000,-55.049000),(98.347000,-53.393000),(92.102000,-53.574000),(91.613000,-46.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.905000,-23.612000),(335.881000,-31.859000),(339.449000,-27.901000),(346.657000,-22.545000),(340.178000,-20.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.833000,-12.832000),(24.013000,-15.630000),(19.241000,-20.562000),(23.485000,-23.423000),(25.538000,-23.539000),(33.373000,-11.977000),(28.287000,-9.952000),(22.541000,-9.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.874000,54.878000),(52.376000,57.716000),(51.675000,57.894000),(41.074000,53.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.300000,12.085000),(252.269000,8.867000),(253.508000,16.497000),(251.216000,13.185000),(246.114000,13.140000),(249.594000,3.385000),(260.346000,8.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.348000,-13.787000),(12.715000,-12.718000),(12.168000,-12.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.803000,24.700000),(162.204000,18.197000),(163.410000,18.138000),(168.913000,23.610000),(166.635000,26.548000),(163.847000,33.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.865000,44.460000),(99.986000,48.541000),(105.671000,44.698000),(107.496000,47.927000),(102.969000,50.662000),(111.083000,56.934000),(98.574000,52.354000),(87.672000,46.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.936000,-5.180000),(6.749000,-4.579000),(4.032000,4.015000),(357.604000,-6.590000),(8.906000,-11.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.259000,18.757000),(344.864000,19.815000),(338.323000,20.047000),(339.541000,14.007000),(342.288000,10.582000),(345.321000,10.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.000000,-13.124000),(240.834000,-7.997000),(237.023000,-5.870000),(236.108000,-8.589000),(233.006000,-12.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.597000,69.232000),(326.463000,66.240000),(321.534000,52.432000),(333.819000,57.748000),(336.155000,58.112000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.656000,-32.390000),(124.363000,-31.667000),(115.967000,-28.934000),(122.149000,-34.812000),(119.715000,-39.953000),(123.373000,-40.157000),(124.512000,-40.507000),(125.637000,-36.136000),(133.592000,-35.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.203000,9.675000),(346.881000,7.536000),(355.517000,6.874000),(347.818000,12.157000),(348.095000,18.689000),(346.803000,15.328000),(344.185000,15.254000),(342.912000,16.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.955000,5.592000),(151.727000,9.882000),(143.917000,9.407000),(141.789000,5.730000),(145.495000,4.242000),(141.223000,1.876000),(148.657000,3.508000),(148.572000,3.238000),(150.748000,-3.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.158000,-8.475000),(205.727000,-8.147000),(201.241000,-6.663000),(199.312000,-12.495000),(204.575000,-13.363000),(207.552000,-11.897000),(213.435000,-16.389000),(214.922000,-13.818000),(209.791000,-11.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.610000,-56.055000),(276.363000,-52.034000),(278.726000,-60.089000),(284.591000,-59.569000),(286.916000,-58.702000),(289.895000,-56.249000),(288.816000,-54.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.141000,-41.502000),(185.022000,-44.052000),(189.588000,-43.463000),(190.940000,-49.727000),(196.896000,-45.360000),(194.353000,-44.203000),(198.853000,-44.802000),(191.446000,-41.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.483000,42.203000),(98.786000,41.656000),(79.195000,46.932000),(82.896000,43.898000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.263000,-14.924000),(355.919000,-15.053000),(356.196000,-16.139000),(1.336000,-8.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.337000,7.401000),(5.069000,-3.061000),(6.461000,-0.954000),(10.448000,-7.730000),(11.894000,-6.654000),(16.282000,-2.806000),(13.098000,-1.261000),(9.657000,0.662000),(8.069000,3.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.981000,33.616000),(349.773000,34.363000),(348.282000,36.715000),(344.465000,36.830000),(345.369000,31.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.954000,31.209000),(222.234000,31.020000),(220.908000,35.735000),(224.225000,35.262000),(223.045000,41.243000),(222.061000,44.283000),(209.695000,39.303000),(216.115000,39.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.770000,-49.485000),(21.683000,-50.500000),(25.889000,-50.415000),(32.859000,-47.936000),(31.151000,-46.275000),(35.313000,-39.854000),(24.795000,-40.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.658000,52.471000),(319.183000,60.297000),(316.021000,56.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.990000,-32.544000),(315.614000,-35.732000),(313.835000,-41.690000),(319.339000,-40.643000),(326.163000,-44.281000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.922000,52.244000),(339.983000,47.717000),(335.076000,43.973000),(339.892000,46.574000),(347.414000,50.998000),(345.357000,51.212000),(344.657000,52.666000),(341.189000,51.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.655000,7.173000),(322.336000,2.321000),(318.686000,0.323000),(333.467000,-2.954000),(333.488000,0.169000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.621000,29.038000),(0.196000,29.149000),(1.629000,27.468000),(12.530000,26.787000),(8.546000,29.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.041000,-10.305000),(337.413000,-10.290000),(348.711000,-15.132000),(344.482000,-12.772000),(344.729000,-10.912000),(343.617000,-10.417000),(348.443000,-7.812000),(344.904000,-8.615000),(345.058000,-8.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.144000,-4.722000),(314.445000,-10.762000),(315.229000,-11.176000),(314.098000,-16.650000),(325.045000,-5.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.637000,-0.706000),(13.340000,0.897000),(13.020000,3.141000),(15.395000,11.271000),(3.745000,13.833000),(0.656000,11.527000),(7.043000,3.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.330000,-81.257000),(67.978000,-71.291000),(62.542000,-71.868000),(60.063000,-67.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.992000,27.190000),(235.288000,25.997000),(236.898000,24.723000),(231.940000,22.635000),(236.483000,19.197000),(234.285000,16.572000),(235.297000,16.941000),(237.046000,18.347000),(244.828000,20.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.249000,-14.843000),(12.841000,-9.304000),(1.745000,-5.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.361000,19.630000),(338.602000,22.587000),(334.859000,33.145000),(333.637000,33.639000),(327.497000,29.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.458000,14.046000),(64.412000,9.618000),(65.247000,15.761000),(64.951000,16.367000),(67.091000,19.079000),(68.143000,25.411000),(63.368000,18.800000),(57.463000,20.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.208000,22.468000),(231.996000,11.436000),(239.972000,12.910000),(238.469000,16.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.049000,63.058000),(43.519000,62.876000),(49.529000,62.244000),(51.822000,62.084000),(60.474000,59.570000),(64.095000,58.558000),(69.336000,58.769000),(53.341000,70.945000),(53.506000,65.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.671000,24.503000),(169.457000,25.296000),(163.416000,24.362000),(163.809000,15.667000),(165.825000,17.400000),(167.914000,18.787000),(166.143000,15.092000),(171.992000,22.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.295000,-28.769000),(71.403000,-25.931000),(76.122000,-20.874000),(74.922000,-14.272000),(69.364000,-11.683000),(66.563000,-16.895000),(63.017000,-16.042000),(63.222000,-18.378000),(66.444000,-19.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.232000,34.162000),(293.767000,26.036000),(300.448000,25.452000),(304.806000,30.607000),(309.728000,33.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.209000,-74.197000),(197.997000,-82.583000),(201.066000,-80.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.619000,10.719000),(174.317000,4.010000),(167.809000,0.152000),(170.388000,0.673000),(177.558000,-2.781000),(176.320000,3.602000),(180.954000,3.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.421000,-13.957000),(176.887000,-6.746000),(172.515000,-5.320000),(171.841000,-10.362000),(172.371000,-12.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.418000,64.810000),(244.157000,63.034000),(247.030000,51.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.595000,59.057000),(197.962000,56.144000),(209.804000,61.902000),(214.608000,63.825000),(204.106000,62.931000),(205.247000,64.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.524000,40.763000),(289.330000,36.881000),(289.884000,32.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.435000,2.930000),(12.857000,-0.233000),(12.664000,1.957000),(10.125000,-1.218000),(9.932000,-1.192000),(7.836000,-4.718000),(12.370000,-2.148000),(20.140000,-1.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.622000,6.765000),(90.490000,3.276000),(90.906000,2.692000),(84.462000,-2.295000),(87.973000,-6.307000),(91.593000,-2.926000),(96.978000,-6.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.812000,8.087000),(331.676000,16.007000),(329.956000,13.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.279000,-29.110000),(352.575000,-29.325000),(351.294000,-23.939000),(351.800000,-22.651000),(359.443000,-18.513000),(358.895000,-16.885000),(352.518000,-21.421000),(349.892000,-18.003000),(339.927000,-23.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.631000,24.685000),(196.136000,21.545000),(197.652000,20.857000),(190.770000,17.571000),(196.886000,16.684000),(210.263000,22.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.781000,17.988000),(10.694000,16.267000),(15.222000,16.850000),(19.510000,18.374000),(17.137000,19.952000),(7.271000,25.073000),(8.750000,21.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.313000,61.260000),(280.914000,60.588000),(261.442000,70.282000),(252.112000,60.639000),(275.471000,55.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.234000,-5.314000),(173.456000,-8.036000),(179.883000,-8.110000),(176.980000,-1.789000),(175.897000,-2.643000),(175.641000,4.798000),(167.717000,-2.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.395000,-66.097000),(259.978000,-69.109000),(266.692000,-68.961000),(295.956000,-73.389000),(298.874000,-70.626000),(289.303000,-57.839000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.980000,5.657000),(3.448000,4.727000),(0.409000,5.061000),(5.283000,1.861000),(5.964000,2.094000),(10.524000,4.745000),(7.319000,3.967000),(5.288000,13.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.977000,69.580000),(293.586000,73.263000),(292.442000,69.065000),(300.708000,76.359000),(260.205000,76.347000),(270.397000,72.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.917000,82.434000),(287.283000,82.163000),(282.030000,75.006000),(301.402000,71.807000),(300.805000,74.375000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.112000,-37.958000),(1.910000,-30.318000),(358.809000,-35.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.846000,-25.904000),(115.187000,-23.864000),(113.847000,-17.928000),(112.202000,-18.429000),(108.161000,-14.622000),(107.520000,-18.229000),(107.551000,-21.845000),(105.916000,-28.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.362000,65.870000),(283.020000,68.529000),(273.214000,65.857000),(271.604000,67.228000),(272.548000,65.140000),(263.122000,59.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.527000,48.156000),(184.562000,46.866000),(183.230000,52.884000),(178.712000,55.669000),(171.000000,50.579000),(170.570000,49.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.353000,-69.019000),(189.010000,-58.319000),(182.907000,-59.306000),(166.291000,-65.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.267000,44.333000),(15.591000,49.071000),(15.287000,43.292000),(13.430000,39.893000),(12.563000,38.747000),(15.421000,39.436000),(14.944000,38.986000),(17.837000,39.293000),(21.818000,42.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.981000,1.025000),(180.812000,3.565000),(179.599000,-0.051000),(180.312000,-4.251000),(181.496000,-3.735000),(183.457000,-3.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.559000,32.853000),(239.085000,35.080000),(241.802000,31.142000),(238.338000,42.928000),(236.531000,39.966000),(237.189000,38.267000),(230.901000,36.179000),(229.104000,34.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.200000,-25.922000),(115.883000,-28.368000),(116.362000,-29.256000),(121.146000,-24.998000),(121.564000,-23.663000),(125.419000,-19.749000),(115.006000,-19.322000),(115.010000,-26.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.008000,-12.614000),(234.188000,-11.422000),(235.453000,-6.136000),(231.799000,-1.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.644000,39.403000),(1.464000,39.071000),(2.807000,34.616000),(12.927000,37.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.694000,34.169000),(294.109000,28.377000),(292.960000,39.837000),(290.707000,43.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.345000,2.856000),(180.230000,5.217000),(178.753000,5.832000),(173.212000,4.300000),(178.302000,-3.012000),(180.688000,-2.973000),(183.497000,-2.025000),(185.923000,0.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.923000,-30.292000),(126.422000,-27.975000),(122.024000,-25.769000),(119.021000,-26.859000),(117.864000,-26.972000),(115.274000,-26.067000),(112.147000,-30.498000),(117.303000,-29.990000),(119.669000,-34.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.876000,-44.393000),(216.498000,-49.010000),(224.017000,-42.274000),(228.086000,-46.503000),(226.251000,-42.841000),(226.924000,-38.208000),(221.521000,-35.904000),(216.781000,-33.464000),(219.461000,-41.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.489000,-19.196000),(93.438000,-22.198000),(89.804000,-25.741000),(97.856000,-20.115000),(98.656000,-19.569000),(101.179000,-17.084000),(95.919000,-15.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.171000,16.013000),(10.820000,23.453000),(2.277000,12.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.152000,54.186000),(338.646000,60.252000),(329.330000,59.396000),(325.911000,55.556000),(323.563000,49.963000),(325.501000,51.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.526000,36.149000),(140.627000,38.955000),(144.080000,38.331000),(143.932000,38.757000),(141.807000,42.559000),(135.624000,37.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.715000,-54.918000),(175.683000,-58.596000),(169.641000,-55.468000),(169.856000,-54.277000),(172.692000,-44.638000),(164.195000,-45.004000),(162.776000,-51.876000),(151.612000,-53.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.820000,-18.043000),(44.926000,-12.465000),(32.316000,-15.618000),(34.357000,-27.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.676000,-3.560000),(207.546000,-6.478000),(211.225000,2.778000),(208.582000,3.779000),(205.374000,5.937000),(204.052000,-0.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.169000,-1.677000),(212.344000,-7.602000),(212.626000,-8.408000),(219.401000,-8.715000),(222.125000,-9.822000),(217.389000,0.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.851000,3.476000),(349.747000,0.266000),(355.133000,0.121000),(354.613000,6.996000),(352.272000,3.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.618000,36.887000),(341.735000,40.756000),(345.618000,44.954000),(345.240000,52.640000),(338.988000,47.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.797000,9.178000),(6.100000,3.478000),(7.939000,2.952000),(14.108000,7.246000),(14.090000,8.365000),(9.782000,10.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.064000,9.900000),(4.001000,17.805000),(0.345000,10.233000),(4.083000,2.601000),(6.456000,4.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.630000,-15.214000),(13.841000,-16.768000),(12.354000,-14.300000),(10.587000,-20.759000),(6.123000,-18.703000),(3.484000,-27.006000),(11.395000,-26.936000),(11.726000,-26.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.151000,-11.140000),(318.520000,-20.839000),(315.135000,-23.832000),(322.279000,-22.395000),(327.409000,-18.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.984000,-35.779000),(183.120000,-39.427000),(180.784000,-32.436000),(178.292000,-37.863000),(179.877000,-41.069000),(184.196000,-44.318000),(186.312000,-42.142000),(183.706000,-41.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.754000,-17.847000),(339.775000,-10.955000),(336.130000,-12.475000),(334.292000,-20.972000),(338.108000,-23.409000),(338.288000,-23.211000),(339.037000,-22.583000),(341.155000,-26.957000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.321000,18.840000),(73.271000,18.098000),(69.253000,25.665000),(67.949000,30.337000),(60.498000,27.892000),(57.804000,25.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.825000,16.425000),(171.348000,23.584000),(164.347000,21.652000),(166.853000,12.468000),(172.326000,6.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.317000,-70.286000),(276.004000,-66.916000),(246.071000,-66.826000),(239.742000,-65.767000),(248.911000,-71.198000),(249.701000,-71.286000),(249.021000,-71.674000),(242.267000,-74.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.642000,19.338000),(275.700000,16.571000),(276.025000,21.893000),(271.999000,8.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.412000,15.360000),(327.768000,20.835000),(326.213000,23.361000),(319.706000,20.870000),(315.069000,23.625000),(315.754000,18.623000),(321.603000,13.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.197000,-9.725000),(299.340000,-10.342000),(305.716000,-0.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.261000,-5.858000),(26.056000,-6.060000),(19.151000,-2.120000),(22.830000,-7.880000),(18.632000,-7.225000),(16.977000,-10.214000),(22.890000,-9.311000),(25.316000,-9.796000),(30.365000,-12.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.308000,-27.271000),(252.772000,-19.480000),(241.962000,-14.798000),(246.014000,-24.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.702000,-0.356000),(342.809000,0.941000),(337.106000,4.245000),(340.328000,0.628000),(341.551000,-0.941000),(337.710000,-6.122000),(342.908000,-5.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.938000,-32.241000),(8.193000,-26.437000),(6.994000,-25.857000),(7.831000,-23.179000),(5.996000,-25.625000),(3.784000,-22.742000),(356.261000,-29.984000),(2.177000,-32.424000),(2.028000,-35.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.528000,-0.594000),(171.729000,-8.544000),(173.425000,-1.504000),(168.723000,-2.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.184000,-6.208000),(180.280000,-7.526000),(177.706000,-7.541000),(175.999000,-10.571000),(182.437000,-10.019000),(179.600000,-11.886000),(182.766000,-15.310000),(184.996000,-9.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.886000,-82.620000),(356.926000,-81.025000),(322.469000,-81.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.418000,-6.200000),(263.755000,-10.573000),(266.735000,-14.580000),(267.573000,-6.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.838000,-23.673000),(276.811000,-28.172000),(278.151000,-27.256000),(278.544000,-27.233000),(282.110000,-14.383000),(280.812000,-17.166000),(279.201000,-18.671000),(278.710000,-20.209000),(272.985000,-15.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.444000,7.228000),(341.189000,2.881000),(341.614000,0.501000),(346.162000,-2.540000),(346.948000,-0.022000),(347.773000,-3.398000),(350.403000,1.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.429000,3.868000),(180.127000,-7.818000),(180.229000,-2.190000),(185.603000,-2.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.486000,9.057000),(270.600000,3.994000),(269.038000,0.827000),(272.764000,4.225000),(269.541000,0.412000),(273.211000,-0.172000),(282.546000,5.086000),(274.590000,8.188000),(270.889000,9.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.203000,-30.479000),(179.521000,-29.802000),(183.447000,-27.740000),(178.194000,-26.724000),(164.357000,-27.850000),(170.317000,-31.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.518000,-13.865000),(14.603000,-13.487000),(16.509000,-13.689000),(21.965000,-10.114000),(15.516000,-5.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.492000,64.760000),(321.254000,65.393000),(322.383000,66.639000),(343.855000,66.754000),(318.824000,72.076000),(315.764000,69.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.757000,-34.241000),(211.809000,-45.464000),(214.756000,-40.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.853000,-15.178000),(151.282000,-14.775000),(158.716000,-3.832000),(151.071000,-4.812000),(144.487000,-16.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.203000,-9.499000),(143.804000,-6.220000),(145.855000,-14.966000),(146.546000,-20.129000),(146.828000,-15.532000),(151.590000,-18.137000),(150.667000,-15.057000),(145.475000,-5.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.961000,0.418000),(84.330000,1.511000),(73.137000,4.843000),(79.074000,-0.887000),(80.080000,-0.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.847000,-78.191000),(173.613000,-74.385000),(175.850000,-74.806000),(196.539000,-72.375000),(176.208000,-70.538000),(166.221000,-62.286000),(162.383000,-69.697000),(147.439000,-67.432000),(142.764000,-76.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.536000,-2.153000),(283.357000,0.320000),(281.692000,-1.487000),(275.838000,-5.255000),(282.040000,-7.204000),(282.295000,-7.776000),(282.666000,-9.478000),(285.214000,-4.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.214000,-21.548000),(201.529000,-25.798000),(203.182000,-22.823000),(204.376000,-22.688000),(208.348000,-21.225000),(204.486000,-16.385000),(198.279000,-17.877000),(194.814000,-19.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.133000,24.198000),(182.785000,25.318000),(188.899000,17.156000),(191.467000,18.276000),(193.790000,19.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.350000,46.158000),(78.288000,42.136000),(84.831000,39.941000),(79.672000,32.335000),(85.197000,35.629000),(86.668000,30.235000),(94.100000,40.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.255000,-18.010000),(119.857000,-11.422000),(113.179000,-16.774000),(108.159000,-13.698000),(109.275000,-16.709000),(109.987000,-22.262000),(111.512000,-23.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.666000,18.610000),(84.130000,13.404000),(84.474000,13.045000),(87.683000,12.310000),(89.796000,16.937000),(87.748000,21.861000),(88.399000,29.600000),(81.045000,28.220000),(81.734000,21.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.054000,-11.809000),(80.105000,-6.463000),(74.707000,-7.235000),(67.070000,-6.960000),(72.210000,-19.502000),(78.472000,-20.445000),(74.747000,-12.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.926000,1.711000),(191.956000,3.988000),(190.103000,5.729000),(186.799000,2.253000),(182.773000,-3.180000),(188.453000,-0.247000),(192.489000,1.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.239000,-0.500000),(354.110000,-2.539000),(0.653000,-7.973000),(5.106000,-0.158000),(1.261000,1.558000),(358.563000,1.938000),(355.555000,6.823000),(352.851000,0.264000),(353.429000,0.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.664000,49.811000),(151.043000,49.918000),(160.983000,48.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.587000,-11.961000),(319.957000,-7.989000),(307.172000,-10.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.992000,-5.042000),(84.032000,-10.811000),(80.485000,-3.435000),(80.458000,-2.678000),(78.398000,2.434000),(72.818000,-2.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.475000,-34.483000),(21.984000,-27.102000),(21.428000,-34.209000),(20.682000,-35.658000),(27.457000,-40.306000),(33.533000,-40.126000),(25.522000,-36.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.995000,17.890000),(140.560000,12.201000),(140.973000,11.501000),(138.438000,5.075000),(141.021000,7.905000),(141.912000,7.907000),(150.318000,5.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.440000,2.890000),(355.735000,0.740000),(355.975000,-2.787000),(348.055000,-6.743000),(0.850000,4.345000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.647000,38.220000),(144.231000,49.644000),(141.931000,45.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.695000,-32.198000),(203.350000,-26.607000),(194.820000,-35.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.902000,87.585000),(356.804000,83.572000),(52.140000,82.391000),(52.202000,76.338000),(81.778000,78.093000),(86.817000,79.315000),(104.152000,80.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.037000,52.630000),(27.485000,54.662000),(15.264000,50.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.842000,-0.235000),(252.277000,6.093000),(243.477000,-0.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.446000,36.048000),(48.997000,35.134000),(45.144000,30.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.942000,9.056000),(81.452000,2.061000),(82.795000,-0.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.155000,-9.924000),(261.862000,-13.821000),(266.510000,-13.790000),(267.435000,-13.270000),(266.191000,-2.994000),(264.902000,-8.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.764000,-54.183000),(308.133000,-50.485000),(299.593000,-46.155000),(296.909000,-52.974000),(303.443000,-54.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.931000,-3.723000),(174.488000,-4.646000),(181.886000,-3.960000),(180.636000,0.334000),(177.511000,2.143000),(175.014000,2.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.639000,-40.806000),(10.153000,-37.518000),(359.976000,-39.673000),(356.271000,-39.349000),(357.215000,-42.652000),(357.765000,-42.861000),(349.521000,-47.613000),(359.281000,-42.607000),(359.970000,-43.031000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.302000,3.073000),(184.734000,4.252000),(182.714000,7.713000),(179.264000,-3.145000),(180.450000,2.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.201000,-9.644000),(159.500000,-10.367000),(158.027000,-14.408000),(158.336000,-13.522000),(157.966000,-21.787000),(161.223000,-14.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.363000,13.350000),(345.403000,4.792000),(352.251000,15.392000),(349.520000,14.013000),(341.592000,18.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.991000,14.212000),(212.734000,14.089000),(212.158000,11.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.635000,20.389000),(118.747000,15.352000),(121.903000,11.785000),(122.917000,8.064000),(123.189000,17.014000),(130.185000,19.306000),(123.410000,19.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.234000,40.286000),(94.530000,38.751000),(97.473000,39.048000),(91.756000,41.783000),(99.909000,44.800000),(89.668000,42.128000),(85.004000,48.317000),(80.155000,41.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.097000,0.865000),(36.517000,-4.592000),(45.211000,-3.859000),(43.719000,-2.934000),(48.110000,-4.004000),(46.724000,0.865000),(40.061000,-0.112000),(39.872000,6.829000),(36.482000,4.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.069000,-4.333000),(2.445000,-4.853000),(1.579000,1.315000),(5.207000,3.617000),(5.915000,6.788000),(358.150000,5.120000),(357.397000,3.047000),(355.629000,2.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.568000,-9.075000),(221.738000,-13.810000),(221.749000,-13.836000),(230.738000,-9.865000),(226.783000,-8.599000),(231.642000,-7.923000),(232.102000,-7.221000),(227.250000,-6.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.265000,-39.631000),(144.377000,-45.263000),(144.928000,-30.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.633000,47.597000),(265.603000,46.508000),(266.375000,42.077000),(264.562000,35.410000),(273.361000,35.158000),(268.875000,41.807000),(278.283000,42.268000),(271.385000,45.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.834000,24.576000),(316.998000,18.976000),(309.715000,17.678000),(313.496000,8.773000),(317.317000,14.032000),(317.586000,12.482000),(320.605000,21.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.091000,43.464000),(315.448000,48.890000),(317.583000,58.410000),(304.130000,54.235000),(299.969000,51.957000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.963000,63.605000),(246.708000,61.520000),(250.694000,62.010000),(252.270000,61.089000),(246.509000,66.264000),(251.592000,67.253000),(225.592000,67.231000),(219.255000,65.722000),(226.762000,66.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.834000,9.780000),(28.997000,22.584000),(17.949000,22.384000),(21.172000,16.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.677000,-69.670000),(191.301000,-77.595000),(201.498000,-77.498000),(219.530000,-69.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.116000,-11.602000),(197.861000,-12.334000),(195.411000,-2.875000),(192.618000,-3.448000),(191.583000,-4.752000),(190.523000,-6.155000),(190.408000,-9.959000),(195.516000,-14.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.814000,-43.912000),(140.196000,-41.987000),(143.341000,-41.705000),(146.346000,-41.783000),(143.470000,-39.174000),(147.575000,-36.865000),(145.607000,-35.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.709000,60.674000),(103.458000,54.121000),(100.767000,50.824000),(111.250000,52.495000),(113.912000,52.595000),(119.393000,50.006000),(120.362000,55.925000),(119.405000,56.544000),(123.472000,59.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.693000,-10.222000),(164.881000,-11.772000),(165.803000,-10.986000),(171.791000,-11.171000),(171.813000,-7.500000),(167.134000,3.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.152000,50.812000),(28.059000,52.266000),(25.123000,47.025000),(25.842000,46.152000),(25.628000,45.538000),(26.436000,44.550000),(37.422000,41.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.547000,39.711000),(100.931000,34.034000),(100.796000,28.378000),(112.980000,31.973000),(103.536000,36.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.151000,12.747000),(87.493000,10.929000),(94.613000,11.122000),(95.006000,8.324000),(95.143000,5.796000),(97.182000,4.051000),(100.149000,11.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.290000,-45.882000),(101.040000,-41.028000),(101.228000,-32.381000),(93.830000,-39.484000),(92.103000,-41.555000),(95.918000,-44.577000),(96.356000,-44.649000),(98.488000,-49.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.269000,-6.621000),(77.734000,-3.888000),(75.850000,-8.985000),(79.924000,-19.626000),(85.634000,-14.436000),(85.400000,-9.887000),(87.938000,-4.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.872000,57.977000),(321.274000,60.588000),(317.217000,66.489000),(292.425000,63.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.707000,-46.962000),(349.036000,-56.014000),(358.110000,-52.525000),(357.076000,-54.868000),(0.437000,-59.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.548000,-0.014000),(352.990000,-0.926000),(0.732000,-4.404000),(2.685000,-3.303000),(7.250000,-3.846000),(2.537000,-0.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.087000,19.828000),(152.940000,20.978000),(154.856000,18.631000),(158.447000,18.445000),(160.914000,21.612000),(159.402000,26.652000),(152.478000,27.478000),(150.802000,27.249000),(149.882000,28.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.993000,0.292000),(278.784000,-4.300000),(285.420000,-3.023000),(288.800000,-2.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.866000,66.400000),(137.092000,68.819000),(131.462000,70.233000),(128.318000,72.021000),(123.119000,69.138000),(105.329000,64.520000),(121.874000,59.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.796000,-0.103000),(45.177000,-2.072000),(39.920000,-1.337000),(37.004000,3.700000),(36.503000,1.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.240000,-11.000000),(160.741000,-6.303000),(157.913000,-1.385000),(148.484000,-0.800000),(146.284000,-2.310000),(150.427000,-5.483000),(145.548000,-8.309000),(145.165000,-11.092000),(151.979000,-8.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.499000,9.826000),(184.447000,9.105000),(178.001000,16.048000),(179.144000,11.366000),(180.797000,8.031000),(185.611000,5.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.757000,-34.375000),(225.850000,-29.513000),(226.816000,-35.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.324000,-2.764000),(33.311000,-5.109000),(33.768000,-8.567000),(36.308000,-10.797000),(37.871000,-10.777000),(40.890000,-9.869000),(46.907000,-15.649000),(47.827000,-11.283000),(44.945000,-7.087000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.358000,13.033000),(13.549000,2.135000),(17.395000,4.169000),(22.485000,6.981000),(29.169000,9.600000),(24.654000,17.159000),(17.181000,15.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.423000,38.374000),(216.429000,35.598000),(216.372000,26.595000),(232.119000,33.297000),(230.359000,34.367000),(234.024000,35.078000),(223.735000,38.152000),(220.658000,37.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.668000,-46.051000),(175.769000,-44.983000),(177.373000,-43.998000),(168.543000,-39.943000),(167.908000,-37.823000),(166.414000,-44.920000),(164.440000,-37.506000),(161.198000,-46.584000),(166.055000,-50.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.068000,-46.115000),(152.888000,-45.530000),(153.039000,-40.768000),(157.667000,-43.347000),(150.231000,-38.999000),(156.023000,-37.122000),(144.178000,-31.583000),(140.693000,-34.623000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.917000,56.937000),(249.587000,61.536000),(259.697000,60.899000),(262.848000,66.655000),(234.508000,66.382000),(241.857000,61.782000),(242.885000,60.422000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.970000,12.476000),(180.589000,4.920000),(173.650000,2.476000),(175.859000,1.422000),(178.671000,2.789000),(179.641000,2.082000),(181.051000,2.402000),(182.925000,0.845000),(186.081000,-0.280000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.856000,4.185000),(322.469000,7.136000),(325.938000,5.938000),(325.594000,11.339000),(324.277000,17.296000),(322.085000,10.953000),(319.259000,14.749000),(317.036000,15.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.993000,28.619000),(196.475000,26.735000),(200.788000,21.550000),(200.876000,28.622000),(204.482000,32.840000),(196.701000,38.840000),(195.763000,39.687000),(195.000000,33.288000),(189.151000,37.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.322000,74.456000),(132.888000,73.113000),(141.428000,71.172000),(150.795000,74.491000),(154.159000,75.046000),(157.559000,71.874000),(174.362000,72.929000),(197.849000,78.151000),(201.932000,83.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.876000,-20.725000),(139.620000,-17.173000),(134.730000,-13.660000),(134.776000,-9.239000),(133.885000,-4.932000),(129.703000,-5.599000),(130.279000,-19.934000),(133.265000,-19.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.218000,-8.772000),(349.782000,-6.697000),(343.930000,-4.799000),(340.012000,-5.812000),(338.998000,-8.157000),(343.769000,-7.844000),(340.972000,-10.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.486000,66.261000),(299.344000,66.969000),(307.172000,58.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.723000,22.682000),(0.278000,27.425000),(1.015000,33.177000),(352.059000,27.922000),(350.255000,23.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.918000,-19.914000),(22.956000,-13.412000),(17.785000,-23.779000),(21.338000,-22.553000),(23.475000,-21.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.747000,48.545000),(142.336000,52.913000),(146.779000,50.050000),(146.441000,50.831000),(148.665000,48.984000),(152.272000,58.924000),(145.073000,57.317000),(142.416000,55.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.738000,3.997000),(181.612000,12.484000),(167.514000,8.705000),(173.454000,3.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.188000,39.409000),(187.441000,37.873000),(192.469000,32.266000),(192.539000,31.543000),(199.241000,23.804000),(194.945000,30.306000),(199.415000,29.444000),(201.815000,31.604000),(194.776000,31.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.700000,-50.000000),(348.128000,-48.492000),(338.209000,-50.281000),(335.850000,-53.635000),(334.451000,-58.385000),(332.814000,-62.210000),(338.088000,-62.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.545000,-10.495000),(39.435000,0.369000),(29.928000,0.670000),(29.392000,0.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.334000,10.289000),(2.380000,8.948000),(354.663000,6.721000),(2.219000,-1.285000),(5.026000,3.592000),(6.547000,17.667000),(3.040000,11.022000),(2.003000,11.998000),(0.344000,13.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.179000,-22.469000),(331.470000,-21.727000),(324.701000,-29.635000),(327.670000,-30.843000),(328.322000,-37.300000),(340.063000,-26.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.835000,7.183000),(271.835000,6.175000),(269.272000,7.914000),(271.061000,9.690000),(257.968000,16.387000),(259.255000,2.716000),(263.072000,6.535000),(265.357000,3.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.208000,25.242000),(309.089000,24.100000),(303.483000,28.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.134000,14.765000),(191.012000,17.462000),(175.507000,16.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.812000,-13.708000),(355.806000,-11.376000),(0.420000,-23.684000),(1.030000,-14.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.232000,-7.123000),(221.500000,-5.618000),(219.478000,7.065000),(217.195000,-0.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.644000,3.196000),(114.930000,4.888000),(112.715000,12.643000),(106.463000,9.118000),(106.304000,8.650000),(101.866000,7.117000),(100.262000,5.514000),(103.528000,5.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.220000,-26.070000),(174.035000,-25.669000),(189.624000,-27.683000),(189.448000,-25.201000),(186.096000,-24.372000),(182.373000,-21.849000),(180.860000,-16.399000),(174.695000,-23.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.094000,-12.193000),(148.305000,-17.445000),(156.393000,-12.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.898000,-43.417000),(22.453000,-41.042000),(15.891000,-34.749000),(18.575000,-44.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.464000,-2.767000),(4.053000,-3.571000),(11.368000,-10.281000),(8.699000,-3.149000),(9.370000,-1.804000),(12.870000,2.255000),(11.817000,2.473000),(12.928000,5.064000),(6.997000,4.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.110000,-10.381000),(261.669000,-3.473000),(255.422000,-12.953000),(257.003000,-16.733000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.143000,-12.808000),(315.415000,-6.014000),(307.114000,-12.039000),(308.762000,-12.865000),(311.171000,-18.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.774000,50.339000),(94.542000,44.096000),(99.805000,45.518000),(101.217000,54.776000),(91.763000,54.373000),(90.425000,53.757000),(89.720000,59.359000),(86.508000,59.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.705000,3.222000),(23.600000,2.632000),(24.218000,1.054000),(22.368000,1.077000),(25.156000,-1.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.800000,50.014000),(212.856000,43.661000),(217.851000,44.012000),(219.848000,44.206000),(216.896000,38.656000),(223.735000,41.689000),(230.715000,41.577000),(234.450000,47.180000),(227.786000,50.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.283000,-32.972000),(115.500000,-27.282000),(107.890000,-34.452000),(113.242000,-36.078000),(115.941000,-33.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.850000,6.160000),(353.225000,4.010000),(6.624000,0.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.699000,56.300000),(175.525000,53.775000),(184.387000,48.395000),(199.538000,46.960000),(197.468000,50.366000),(202.472000,56.407000),(196.592000,60.020000),(193.752000,58.441000),(190.253000,55.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.379000,53.084000),(161.601000,50.506000),(161.220000,48.527000),(154.029000,43.493000),(162.135000,46.452000),(161.601000,45.898000),(164.921000,43.811000),(166.964000,41.883000),(176.716000,50.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.325000,-13.733000),(130.272000,-8.040000),(125.861000,-11.580000),(124.749000,-12.507000),(119.499000,-13.424000),(125.098000,-12.578000),(125.433000,-12.991000),(126.714000,-14.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.740000,-25.121000),(264.034000,-23.682000),(261.502000,-16.120000),(262.732000,-9.702000),(258.660000,-13.665000),(250.941000,-12.802000),(253.116000,-16.306000),(252.586000,-18.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.166000,-0.093000),(1.915000,-0.286000),(358.413000,1.677000),(352.099000,3.387000),(352.613000,-3.538000),(356.358000,-4.846000),(3.927000,-5.280000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.959000,-1.989000),(240.987000,0.251000),(238.017000,-13.621000),(239.821000,-13.692000),(241.935000,-9.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.201000,22.921000),(83.210000,19.178000),(72.474000,30.600000),(76.272000,25.307000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.926000,-49.781000),(139.118000,-45.996000),(139.973000,-47.691000),(140.177000,-50.097000),(136.458000,-57.752000),(151.316000,-51.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.201000,18.737000),(16.410000,18.929000),(13.558000,22.338000),(13.836000,19.895000),(10.008000,25.713000),(12.397000,20.723000),(10.548000,14.620000),(9.806000,10.548000),(12.842000,14.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.681000,20.331000),(331.501000,11.182000),(332.712000,23.865000),(330.616000,20.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.658000,55.750000),(5.348000,60.043000),(13.706000,50.586000),(25.554000,48.621000),(27.208000,48.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.532000,27.796000),(84.289000,19.232000),(89.463000,26.388000),(88.800000,29.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.274000,70.229000),(32.007000,66.205000),(33.585000,66.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.570000,-5.315000),(32.085000,-8.403000),(40.963000,-13.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.303000,36.741000),(165.917000,40.744000),(161.897000,46.183000),(151.588000,40.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.605000,-58.362000),(55.436000,-57.494000),(52.916000,-56.274000),(47.554000,-50.064000),(48.343000,-56.318000),(47.925000,-60.647000),(45.553000,-61.527000),(50.307000,-62.079000),(58.012000,-63.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.918000,-18.240000),(325.975000,-11.617000),(325.373000,-12.942000),(323.678000,-14.159000),(326.023000,-13.839000),(321.519000,-19.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.200000,-10.211000),(15.373000,-7.000000),(17.177000,-15.705000),(17.319000,-15.897000),(21.104000,-14.396000),(24.925000,-13.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.350000,2.908000),(339.124000,4.231000),(333.491000,4.777000),(339.596000,1.179000),(334.140000,-3.538000),(341.423000,-0.283000),(342.046000,3.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.464000,-47.136000),(263.653000,-39.939000),(261.819000,-33.465000),(257.727000,-33.233000),(255.249000,-31.073000),(258.187000,-37.427000),(252.417000,-35.931000),(256.382000,-39.428000),(259.057000,-40.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.350000,-1.377000),(179.592000,-7.577000),(177.757000,2.110000),(171.645000,0.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.247000,-50.031000),(103.058000,-47.147000),(105.122000,-54.767000),(105.756000,-47.784000),(118.779000,-45.035000),(105.973000,-44.962000),(104.240000,-44.312000),(98.103000,-38.708000),(95.530000,-39.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.807000,42.983000),(48.947000,50.731000),(37.999000,46.672000),(34.811000,53.400000),(27.830000,44.705000),(37.432000,37.975000),(38.987000,38.849000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.049000,10.642000),(174.697000,13.860000),(166.234000,13.833000),(164.627000,11.187000),(165.901000,7.741000),(167.443000,6.583000),(167.546000,8.358000),(171.128000,8.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.890000,69.653000),(167.216000,72.241000),(177.291000,76.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.390000,63.416000),(140.064000,58.964000),(167.836000,64.375000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.196000,38.444000),(237.624000,41.785000),(232.788000,40.719000),(239.223000,34.895000),(241.066000,38.758000),(240.769000,33.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.839000,34.725000),(87.308000,38.699000),(83.327000,42.611000),(81.152000,49.869000),(75.082000,44.073000),(79.997000,39.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.316000,-11.039000),(130.053000,-11.372000),(124.693000,-11.765000),(124.899000,-17.489000),(119.320000,-19.338000),(121.323000,-23.900000),(130.564000,-22.223000),(129.241000,-18.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.674000,21.077000),(211.148000,17.867000),(210.636000,13.562000),(205.600000,12.861000),(210.698000,11.868000),(213.804000,4.246000),(216.662000,10.640000),(214.183000,14.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.246000,15.832000),(176.533000,16.117000),(172.149000,19.068000),(172.646000,15.421000),(176.678000,12.250000),(181.085000,11.627000),(185.523000,11.404000),(182.544000,12.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.574000,-48.825000),(132.284000,-54.444000),(143.099000,-51.057000),(144.203000,-42.856000),(139.161000,-42.041000),(139.792000,-48.972000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.172000,30.948000),(288.405000,33.293000),(289.775000,37.540000),(283.216000,36.625000),(282.274000,33.883000),(282.575000,31.826000),(276.982000,30.663000),(282.541000,30.909000),(279.602000,27.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.877000,-35.849000),(218.835000,-43.441000),(218.595000,-43.296000),(216.772000,-45.490000),(228.195000,-48.602000),(223.123000,-44.183000),(226.415000,-40.298000),(222.351000,-41.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.423000,18.010000),(178.873000,19.028000),(182.569000,20.017000),(187.135000,17.082000),(180.659000,22.683000),(185.880000,23.636000),(183.504000,27.512000),(178.675000,29.198000),(172.711000,21.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.000000,11.283000),(43.405000,9.098000),(48.014000,5.747000),(52.575000,10.825000),(40.078000,18.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.282000,-51.778000),(346.423000,-52.756000),(342.107000,-57.991000),(346.078000,-60.929000),(352.901000,-49.961000),(350.522000,-46.399000),(348.454000,-44.027000),(342.129000,-47.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.288000,-65.067000),(132.758000,-68.023000),(142.839000,-64.344000),(140.542000,-61.839000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.625000,-11.518000),(351.134000,-15.404000),(348.504000,-6.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.046000,38.046000),(355.489000,49.968000),(347.648000,42.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.950000,-21.783000),(349.391000,-16.253000),(353.200000,-18.388000),(352.524000,-17.383000),(355.185000,-10.949000),(350.488000,-11.987000),(347.540000,-4.436000),(340.535000,-8.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.230000,-11.431000),(82.269000,-11.062000),(83.782000,-6.627000),(79.660000,-7.800000),(67.974000,-13.106000),(67.973000,-16.462000),(71.432000,-14.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.987000,12.132000),(237.093000,14.391000),(241.231000,9.880000),(233.465000,20.662000),(231.860000,22.776000),(234.850000,16.662000),(234.093000,14.392000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.896000,0.470000),(172.931000,1.962000),(168.269000,-1.697000),(172.212000,-4.035000),(176.242000,-6.373000),(176.704000,-7.693000),(178.160000,-8.664000),(179.288000,-13.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.854000,-45.435000),(165.712000,-42.091000),(162.752000,-49.413000),(171.224000,-56.641000),(180.329000,-52.101000),(186.319000,-51.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.741000,5.467000),(190.308000,9.640000),(188.600000,9.105000),(186.932000,7.689000),(189.502000,2.536000),(189.181000,-0.974000),(190.991000,2.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.737000,33.580000),(298.757000,32.681000),(293.034000,32.142000),(295.087000,31.367000),(295.574000,26.674000),(298.045000,28.902000),(299.518000,28.221000),(309.566000,28.644000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.965000,-17.447000),(212.014000,-18.366000),(210.414000,-16.077000),(206.967000,-16.017000),(210.229000,-23.916000),(219.681000,-26.684000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.935000,-5.166000),(183.512000,-3.174000),(184.712000,-6.802000),(185.196000,-5.867000),(185.538000,-4.208000),(186.012000,5.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.020000,59.372000),(313.021000,54.957000),(315.152000,50.196000),(317.801000,53.946000),(321.573000,55.801000),(328.142000,56.637000),(332.014000,61.537000),(326.204000,65.714000),(314.049000,62.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.447000,-37.989000),(72.648000,-37.575000),(62.254000,-35.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.546000,19.997000),(35.598000,26.344000),(34.304000,20.869000),(26.430000,24.882000),(29.048000,14.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.632000,-10.440000),(183.539000,-12.944000),(174.668000,-5.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.734000,-1.963000),(187.680000,-6.564000),(196.429000,-6.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.171000,-19.452000),(218.881000,-29.578000),(227.458000,-28.703000),(231.084000,-21.804000),(223.466000,-20.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.543000,-21.769000),(199.217000,-20.732000),(198.836000,-21.779000),(201.939000,-27.012000),(202.330000,-27.954000),(202.231000,-31.911000),(218.940000,-26.143000),(210.497000,-25.172000),(209.911000,-22.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.553000,10.630000),(5.138000,11.713000),(359.277000,17.191000),(1.134000,9.586000),(357.799000,8.400000),(1.130000,5.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.336000,8.756000),(182.964000,5.101000),(182.524000,3.270000),(182.707000,-1.597000),(184.006000,-1.839000),(185.910000,-2.852000),(190.702000,-2.726000),(188.682000,2.103000),(189.650000,7.727000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.980000,-46.070000),(336.927000,-54.556000),(343.775000,-49.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.884000,25.073000),(207.419000,24.882000),(210.712000,16.794000),(209.395000,18.136000),(202.528000,12.827000),(207.880000,14.454000),(206.730000,8.829000),(213.834000,13.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.381000,-23.655000),(312.558000,-23.730000),(315.638000,-24.636000),(311.734000,-18.709000),(310.174000,-21.743000),(303.649000,-22.382000),(304.747000,-26.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.600000,-52.241000),(61.472000,-58.914000),(60.192000,-59.285000),(50.839000,-63.333000),(78.420000,-60.417000),(78.906000,-59.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.617000,-60.362000),(172.336000,-50.679000),(165.447000,-50.994000),(152.032000,-52.373000),(160.630000,-54.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.512000,-27.975000),(65.275000,-30.656000),(75.372000,-31.501000),(83.097000,-30.100000),(82.595000,-29.000000),(75.197000,-19.624000),(73.497000,-25.705000),(69.315000,-21.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.771000,-21.075000),(170.112000,-25.609000),(173.156000,-16.989000),(171.254000,-17.091000),(169.685000,-15.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.288000,-21.828000),(300.172000,-31.186000),(292.723000,-29.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.403000,-49.385000),(30.735000,-47.534000),(29.728000,-44.506000),(21.112000,-35.592000),(22.319000,-41.599000),(15.032000,-46.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.625000,19.812000),(343.091000,23.139000),(332.383000,22.833000),(336.064000,20.729000),(332.493000,18.622000),(336.257000,15.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.897000,43.002000),(205.191000,42.369000),(205.818000,46.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.534000,14.915000),(162.045000,20.004000),(164.298000,20.788000),(168.444000,25.639000),(157.650000,28.270000),(159.215000,22.332000),(155.466000,22.750000),(152.952000,15.415000),(158.687000,20.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.380000,-23.699000),(230.297000,-24.602000),(236.708000,-31.052000),(248.108000,-34.001000),(243.821000,-30.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.082000,5.992000),(173.300000,17.428000),(165.423000,14.127000),(159.752000,7.178000),(166.066000,11.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.257000,-60.809000),(224.763000,-63.044000),(221.678000,-63.164000),(215.463000,-69.266000),(230.640000,-64.435000),(231.621000,-63.555000),(247.418000,-61.106000),(229.880000,-62.944000),(226.499000,-61.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.700000,12.194000),(0.674000,7.441000),(4.082000,22.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.763000,4.842000),(182.378000,5.082000),(181.743000,5.790000),(173.517000,1.635000),(182.948000,2.140000),(188.553000,1.750000),(186.435000,4.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.886000,44.557000),(80.570000,43.923000),(74.221000,46.000000),(84.730000,50.344000),(74.398000,55.713000),(68.975000,48.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.186000,-2.140000),(342.966000,-2.222000),(339.525000,-6.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.524000,-62.765000),(173.712000,-54.321000),(182.821000,-49.497000),(174.834000,-52.836000),(168.030000,-45.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.516000,33.231000),(358.080000,24.753000),(8.632000,29.984000),(3.219000,31.558000),(7.922000,31.931000),(5.135000,32.931000),(3.752000,32.464000),(6.107000,35.615000),(1.891000,35.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.862000,-14.240000),(350.448000,-10.957000),(354.133000,-11.416000),(350.225000,-1.131000),(349.381000,-10.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.507000,71.088000),(209.632000,70.268000),(213.819000,65.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.076000,-2.919000),(204.399000,-1.130000),(210.265000,0.327000),(201.809000,4.578000),(199.437000,2.283000),(192.971000,2.622000),(192.118000,0.719000),(200.939000,-2.809000),(202.050000,-3.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.854000,-17.361000),(121.120000,-25.531000),(119.094000,-24.072000),(113.854000,-24.450000),(112.754000,-28.859000),(119.853000,-28.297000),(121.016000,-36.257000),(126.479000,-32.783000),(123.994000,-25.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.038000,24.188000),(302.508000,27.626000),(298.721000,19.958000),(302.832000,21.864000),(304.772000,22.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.269000,-15.912000),(311.777000,-14.094000),(311.154000,-12.384000),(299.753000,-7.879000),(303.469000,-14.590000),(300.474000,-18.123000),(306.210000,-17.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.076000,70.841000),(96.082000,65.180000),(108.791000,71.958000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.309000,7.838000),(252.913000,10.230000),(253.613000,10.061000),(252.094000,11.378000),(250.732000,16.934000),(246.651000,17.645000),(242.786000,19.141000),(245.576000,11.555000),(247.282000,11.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.159000,-9.416000),(320.343000,-13.705000),(321.537000,-10.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.617000,-17.669000),(22.103000,-20.757000),(27.927000,-20.915000),(32.209000,-22.538000),(26.513000,-17.424000),(25.676000,-15.355000),(24.878000,-8.661000),(24.285000,-9.436000),(17.028000,-15.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.416000,-28.796000),(20.627000,-33.321000),(17.953000,-35.908000),(26.333000,-28.288000),(22.946000,-25.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.145000,-1.197000),(181.354000,0.842000),(183.058000,5.436000),(177.223000,9.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.807000,-29.573000),(269.080000,-27.063000),(265.312000,-29.718000),(267.056000,-39.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.071000,3.251000),(240.465000,-0.421000),(243.386000,2.374000),(247.063000,11.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.392000,4.182000),(195.955000,-0.191000),(200.355000,2.316000),(200.021000,14.284000),(195.175000,12.443000),(193.328000,11.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.566000,-43.617000),(243.779000,-45.101000),(248.492000,-54.443000),(253.190000,-44.427000),(251.363000,-41.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.978000,43.253000),(102.828000,39.437000),(104.622000,45.561000),(104.226000,46.409000),(101.782000,52.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.441000,73.657000),(104.489000,75.657000),(64.660000,76.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.717000,-22.580000),(30.904000,-14.905000),(30.665000,-18.350000),(30.683000,-17.264000),(24.621000,-20.037000),(26.968000,-23.720000),(28.815000,-24.740000),(32.157000,-25.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.768000,42.642000),(206.540000,33.740000),(206.866000,30.409000),(216.733000,29.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.405000,7.820000),(1.921000,13.707000),(355.785000,13.092000),(357.564000,9.817000),(352.160000,10.517000),(3.154000,0.707000),(3.376000,6.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.564000,-63.139000),(7.574000,-65.001000),(31.404000,-76.851000),(52.524000,-80.192000),(27.467000,-72.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.017000,42.030000),(239.348000,48.421000),(235.451000,44.185000),(234.659000,42.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.162000,-46.568000),(178.685000,-48.302000),(180.393000,-43.101000),(174.876000,-48.048000),(174.789000,-48.031000),(169.503000,-47.328000),(162.906000,-51.203000),(169.381000,-51.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.084000,17.806000),(348.427000,17.142000),(349.365000,14.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.444000,-35.961000),(121.707000,-34.820000),(115.078000,-27.804000),(112.917000,-29.700000),(113.821000,-26.999000),(114.036000,-24.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.342000,-3.546000),(196.547000,-9.034000),(196.287000,-15.250000),(205.218000,-12.274000),(201.429000,-8.521000),(200.203000,-7.900000),(202.676000,-6.717000),(193.533000,-0.814000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.027000,18.836000),(295.495000,10.130000),(298.638000,14.476000),(302.057000,15.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.534000,-2.198000),(175.506000,-0.423000),(176.310000,-4.654000),(182.658000,-8.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.721000,21.710000),(2.445000,22.004000),(354.446000,26.044000),(355.962000,14.303000),(7.176000,14.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.075000,-14.910000),(0.433000,-19.050000),(2.507000,-23.170000),(1.837000,-23.956000),(0.214000,-24.069000),(359.470000,-32.103000),(6.649000,-27.363000),(9.312000,-21.531000),(9.737000,-20.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.564000,0.239000),(344.200000,-5.734000),(349.611000,-5.507000),(345.905000,-9.499000),(348.858000,-13.035000),(355.653000,-4.106000),(352.718000,1.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.145000,19.672000),(283.198000,16.026000),(284.763000,16.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.778000,33.661000),(209.952000,25.758000),(213.743000,27.200000),(210.872000,34.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.078000,16.726000),(110.118000,17.834000),(108.389000,18.544000),(109.538000,23.112000),(104.204000,25.063000),(97.556000,15.671000),(106.407000,15.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.997000,44.975000),(191.295000,41.051000),(201.201000,45.419000),(192.213000,48.344000),(200.632000,49.541000),(180.287000,51.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.633000,23.585000),(37.158000,32.157000),(34.352000,29.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.810000,28.143000),(149.780000,28.779000),(152.846000,27.873000),(158.886000,28.849000),(151.049000,31.749000),(151.537000,34.060000),(147.056000,29.125000),(139.651000,25.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.543000,-10.238000),(178.504000,-10.492000),(173.660000,-12.481000),(169.488000,-16.439000),(171.784000,-24.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.782000,58.604000),(263.627000,59.510000),(252.667000,64.394000),(252.349000,64.639000),(242.311000,62.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.485000,-3.490000),(356.796000,-8.626000),(4.888000,-9.254000),(9.924000,-0.882000),(1.926000,5.430000),(0.410000,2.280000),(358.238000,8.362000),(358.299000,7.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.802000,8.466000),(164.491000,-3.389000),(173.405000,-3.904000),(178.935000,0.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.454000,40.513000),(18.241000,40.299000),(21.641000,40.163000),(5.685000,45.224000),(12.516000,44.070000),(13.099000,40.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.220000,-18.110000),(73.235000,-23.244000),(77.853000,-30.672000),(88.894000,-24.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.065000,1.605000),(91.232000,4.068000),(91.013000,3.889000),(89.095000,-2.997000),(92.773000,3.266000),(93.929000,-0.040000),(97.431000,3.062000),(96.373000,4.766000),(91.483000,7.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.551000,28.356000),(108.238000,25.437000),(112.262000,28.176000),(119.879000,25.938000),(106.951000,34.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.303000,-7.097000),(126.110000,-7.472000),(122.520000,-5.480000),(116.202000,-6.875000),(118.720000,-4.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.042000,-27.176000),(343.037000,-26.539000),(340.084000,-28.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.457000,-16.176000),(60.377000,-15.577000),(62.151000,-14.188000),(57.078000,-13.412000),(56.277000,-5.693000),(54.707000,-10.782000),(51.183000,-10.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.234000,-10.899000),(345.824000,-4.877000),(344.785000,-2.450000),(345.775000,4.412000),(343.888000,-2.696000),(343.000000,-3.775000),(336.610000,-1.579000),(342.632000,-7.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.803000,34.967000),(19.234000,34.292000),(20.561000,34.981000),(5.305000,38.299000),(2.545000,33.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.068000,-20.236000),(18.959000,-23.888000),(21.561000,-21.606000),(22.955000,-19.623000),(22.827000,-14.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.183000,65.776000),(349.214000,68.880000),(349.059000,60.628000),(352.073000,57.401000),(5.858000,60.616000),(9.838000,63.483000),(6.025000,65.290000),(6.666000,66.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.013000,-13.091000),(118.314000,-11.694000),(116.967000,-4.674000),(108.255000,-7.229000),(101.688000,-6.274000),(107.121000,-9.273000),(105.281000,-13.504000),(109.688000,-19.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.646000,-29.990000),(188.080000,-21.690000),(182.269000,-17.292000),(178.054000,-14.569000),(176.770000,-25.242000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.572000,-53.972000),(236.785000,-56.361000),(236.171000,-55.558000),(232.516000,-58.528000),(231.746000,-57.946000),(222.273000,-62.144000),(232.546000,-60.655000),(231.220000,-65.122000),(233.159000,-61.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.639000,53.083000),(262.399000,54.983000),(246.527000,55.659000),(237.350000,58.549000),(249.450000,48.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.398000,80.785000),(132.339000,76.810000),(150.040000,74.702000),(151.186000,75.207000),(154.058000,69.888000),(184.568000,73.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.984000,45.358000),(102.061000,54.382000),(98.845000,57.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.320000,-17.933000),(116.788000,-13.533000),(116.809000,-12.897000),(113.462000,-5.504000),(110.475000,-14.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.782000,58.751000),(251.215000,63.836000),(251.889000,62.297000),(249.400000,62.782000),(246.264000,63.893000),(255.317000,58.504000),(257.653000,53.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.166000,-60.776000),(241.652000,-49.041000),(234.073000,-47.196000),(241.331000,-53.509000),(229.796000,-55.031000),(239.361000,-54.068000),(237.505000,-54.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.598000,-0.632000),(175.342000,-2.085000),(180.492000,-4.987000),(180.227000,-3.037000),(173.817000,10.837000),(172.905000,4.683000),(174.496000,1.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.192000,23.285000),(133.342000,21.413000),(137.511000,17.631000),(137.464000,14.611000),(137.337000,13.053000),(142.523000,7.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.999000,-47.627000),(201.868000,-44.262000),(202.041000,-52.935000),(199.233000,-54.191000),(192.634000,-57.654000),(199.493000,-56.367000),(203.688000,-55.509000),(204.938000,-55.388000),(216.764000,-53.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.352000,-37.753000),(332.185000,-31.672000),(329.131000,-29.170000),(323.161000,-27.491000),(319.177000,-24.591000),(319.902000,-30.220000),(318.155000,-27.959000),(318.158000,-33.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.168000,34.557000),(299.727000,31.172000),(306.498000,30.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.260000,-41.145000),(136.351000,-39.426000),(130.202000,-26.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.288000,-26.158000),(345.054000,-25.784000),(348.404000,-27.845000),(352.221000,-21.661000),(355.789000,-21.242000),(356.765000,-19.427000),(353.328000,-19.128000),(356.523000,-16.999000),(349.092000,-15.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.694000,-25.243000),(158.590000,-27.744000),(157.732000,-32.600000),(160.897000,-35.842000),(161.162000,-24.647000),(160.185000,-24.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.693000,-17.914000),(34.568000,-26.610000),(34.033000,-27.679000),(44.695000,-32.223000),(41.650000,-27.166000),(41.366000,-26.849000),(42.070000,-24.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.111000,-2.005000),(219.358000,-2.658000),(214.630000,-0.708000),(216.319000,-5.371000),(216.347000,-6.209000),(219.898000,-12.325000),(222.890000,-6.717000),(225.694000,-6.796000),(223.674000,-4.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.337000,-39.336000),(295.628000,-32.639000),(289.118000,-30.282000),(286.246000,-29.622000),(283.467000,-22.576000),(283.446000,-26.748000),(285.102000,-40.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.439000,45.755000),(124.940000,49.592000),(124.423000,49.673000),(121.933000,49.729000),(113.562000,42.381000),(108.869000,34.559000),(117.213000,40.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.943000,12.403000),(162.277000,8.663000),(175.522000,13.555000),(174.849000,18.361000),(170.942000,18.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.513000,39.333000),(0.974000,38.358000),(11.432000,39.258000),(16.236000,41.281000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.378000,36.791000),(334.821000,33.495000),(334.403000,32.708000),(330.661000,31.177000),(330.437000,28.059000),(335.185000,22.540000),(342.648000,30.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.757000,-15.121000),(173.898000,-22.469000),(175.104000,-23.552000),(178.107000,-23.796000),(185.219000,-30.076000),(185.800000,-24.735000),(191.783000,-21.705000),(189.771000,-19.907000),(184.578000,-21.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.112000,-31.421000),(316.507000,-38.252000),(323.913000,-28.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.713000,-14.445000),(183.770000,-15.147000),(181.922000,-13.456000),(179.617000,-25.645000),(189.497000,-18.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.187000,8.127000),(14.223000,10.734000),(9.265000,4.255000),(17.234000,-3.341000),(20.698000,-2.934000),(22.373000,0.594000),(22.857000,1.522000),(25.257000,7.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.052000,0.512000),(178.466000,-6.952000),(181.073000,-1.045000),(186.886000,3.870000),(182.004000,6.301000),(177.646000,9.126000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.169000,-15.570000),(33.520000,-16.342000),(34.055000,-15.493000),(35.074000,-17.633000),(38.472000,-3.069000),(37.173000,-3.366000),(31.923000,-1.601000),(31.172000,-7.074000),(32.208000,-9.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.338000,30.899000),(13.859000,31.427000),(10.866000,32.007000),(8.982000,26.484000),(13.626000,24.284000),(20.873000,26.407000),(27.051000,27.889000),(25.943000,28.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.880000,-18.129000),(188.279000,-14.423000),(184.261000,-13.199000),(174.124000,-13.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.593000,-52.521000),(202.972000,-47.708000),(201.892000,-48.134000),(198.424000,-45.054000),(194.874000,-50.645000),(201.581000,-53.339000),(198.430000,-54.538000),(208.408000,-55.073000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.885000,-28.081000),(133.911000,-26.537000),(144.074000,-31.335000),(147.368000,-32.591000),(149.727000,-33.559000),(150.050000,-25.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.283000,2.357000),(89.173000,1.551000),(91.608000,0.639000),(94.289000,0.027000),(100.659000,0.478000),(92.047000,3.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.272000,-68.872000),(251.909000,-61.450000),(239.086000,-71.069000),(223.321000,-77.593000),(258.346000,-75.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.123000,-1.003000),(179.986000,5.848000),(176.672000,4.780000),(182.135000,2.890000),(183.576000,-1.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.846000,25.099000),(176.243000,33.896000),(171.035000,36.592000),(168.315000,33.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.034000,26.022000),(115.435000,25.046000),(109.853000,32.552000),(114.914000,39.381000),(106.233000,33.673000),(98.997000,35.600000),(105.181000,31.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.830000,-6.439000),(189.568000,4.189000),(188.120000,1.232000),(181.552000,-1.591000),(182.097000,-5.790000),(185.227000,-5.493000),(181.719000,-9.841000),(185.530000,-7.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.112000,23.482000),(74.468000,19.238000),(76.473000,16.956000),(82.824000,19.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.759000,20.480000),(294.583000,22.584000),(301.815000,15.933000),(304.032000,11.789000),(308.385000,12.552000),(309.998000,11.814000),(305.108000,16.976000),(310.039000,21.528000),(303.811000,21.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.193000,-28.942000),(328.710000,-33.037000),(327.722000,-37.495000),(339.532000,-30.758000),(334.089000,-29.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.132000,4.237000),(136.044000,3.479000),(135.865000,3.225000),(145.715000,-2.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.796000,1.396000),(358.614000,0.187000),(6.495000,-4.958000),(1.848000,1.159000),(2.073000,1.691000),(2.246000,3.628000),(2.228000,5.405000),(1.696000,4.552000),(359.586000,5.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.098000,-22.407000),(137.829000,-15.028000),(130.535000,-17.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.651000,3.639000),(160.733000,2.907000),(158.481000,13.147000),(154.474000,11.038000),(147.800000,6.839000),(154.833000,-0.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.651000,-2.728000),(3.420000,-3.722000),(15.815000,-3.880000),(8.307000,3.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.596000,-39.451000),(290.702000,-32.211000),(286.519000,-30.932000),(282.888000,-30.419000),(282.590000,-31.240000),(279.063000,-37.739000),(283.413000,-37.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.380000,46.303000),(141.121000,40.481000),(142.027000,39.561000),(142.921000,38.951000),(142.512000,33.219000),(147.571000,36.322000),(149.466000,39.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.144000,10.749000),(44.125000,13.852000),(44.518000,18.559000),(39.894000,6.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.635000,7.949000),(6.173000,4.439000),(4.607000,5.611000),(5.062000,2.301000),(5.165000,-6.475000),(10.354000,-2.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.894000,14.331000),(12.099000,14.437000),(15.120000,11.153000),(17.030000,10.788000),(13.926000,8.307000),(14.790000,5.157000),(23.631000,12.352000),(27.419000,18.978000),(19.592000,13.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.608000,-28.624000),(133.094000,-31.548000),(136.115000,-23.263000),(128.789000,-27.927000),(122.422000,-28.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.025000,39.469000),(126.630000,34.031000),(137.117000,41.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.497000,-50.125000),(149.626000,-49.555000),(152.252000,-50.468000),(154.989000,-43.285000),(142.533000,-46.230000),(137.361000,-45.476000),(135.951000,-49.945000),(135.348000,-51.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.841000,16.540000),(342.897000,19.939000),(343.479000,7.585000),(344.230000,6.804000),(348.659000,5.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.770000,35.133000),(12.319000,37.618000),(14.610000,34.221000),(21.409000,37.216000),(22.871000,37.100000),(19.725000,37.785000),(22.159000,41.266000),(26.255000,43.136000),(18.609000,44.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.520000,15.797000),(182.886000,8.272000),(187.820000,4.883000),(184.906000,18.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.490000,23.870000),(241.994000,15.883000),(239.566000,12.237000),(253.553000,18.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.877000,-38.055000),(195.327000,-35.431000),(201.007000,-35.605000),(200.938000,-28.999000),(193.541000,-30.379000),(192.277000,-31.380000),(190.732000,-35.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.653000,-24.535000),(52.797000,-23.454000),(53.244000,-18.848000),(47.336000,-13.921000),(49.272000,-19.161000),(49.478000,-27.074000),(49.483000,-28.642000),(50.773000,-29.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.563000,29.721000),(205.594000,31.241000),(212.630000,27.540000),(206.237000,32.144000),(203.108000,35.683000),(199.349000,39.853000),(198.919000,34.645000),(197.583000,26.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.535000,30.061000),(27.716000,34.144000),(32.452000,35.196000),(36.569000,38.607000),(20.034000,43.688000),(22.174000,38.125000),(17.819000,38.999000),(19.071000,37.189000),(20.859000,26.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.607000,0.033000),(19.850000,-2.535000),(18.107000,-5.822000),(13.816000,-7.194000),(19.359000,-9.437000),(25.737000,-8.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.090000,79.090000),(265.121000,79.595000),(279.966000,82.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.964000,-20.749000),(40.023000,-17.712000),(32.372000,-18.984000),(26.838000,-15.628000),(23.707000,-20.141000),(36.877000,-29.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.815000,36.835000),(309.546000,41.553000),(304.720000,44.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.418000,-28.127000),(221.600000,-23.853000),(213.994000,-40.751000),(216.206000,-37.724000),(224.137000,-37.005000),(223.486000,-31.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.824000,-26.895000),(49.049000,-33.802000),(58.396000,-30.453000),(62.169000,-32.217000),(63.219000,-30.676000),(69.295000,-31.692000),(63.589000,-30.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.766000,-20.070000),(30.392000,-17.877000),(28.145000,-22.351000),(33.564000,-20.027000),(32.137000,-23.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.159000,-64.358000),(82.971000,-57.507000),(75.755000,-63.398000),(78.037000,-69.855000),(78.707000,-67.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.744000,77.223000),(212.633000,79.825000),(202.661000,78.561000),(176.546000,71.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.747000,-9.874000),(46.147000,-11.650000),(53.876000,-16.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.867000,-84.387000),(344.601000,-85.223000),(328.176000,-76.964000),(280.667000,-82.775000),(259.340000,-79.777000),(262.456000,-82.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.715000,-12.300000),(187.440000,-4.195000),(182.545000,-10.229000),(178.641000,-5.325000),(180.442000,-9.088000),(179.900000,-13.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.587000,-3.957000),(355.838000,5.601000),(354.140000,8.732000),(348.795000,3.823000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.103000,47.710000),(318.477000,45.113000),(321.335000,44.877000),(310.015000,51.228000),(300.408000,48.158000),(298.779000,46.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.508000,8.555000),(38.617000,4.626000),(39.765000,9.331000),(39.501000,12.305000),(41.049000,16.813000),(40.491000,15.577000),(38.289000,13.649000),(34.956000,16.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.426000,-28.467000),(55.416000,-21.690000),(47.832000,-22.522000),(43.309000,-20.488000),(42.711000,-25.072000),(46.395000,-29.470000),(47.357000,-30.529000),(49.712000,-36.199000),(56.226000,-31.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.464000,-28.828000),(96.787000,-30.445000),(106.822000,-32.534000),(98.922000,-25.624000),(97.180000,-23.882000),(96.513000,-26.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.597000,-36.538000),(179.249000,-35.937000),(171.815000,-38.532000),(171.595000,-39.943000),(170.124000,-41.840000),(167.384000,-49.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.127000,-45.178000),(198.546000,-35.465000),(192.734000,-34.024000),(189.636000,-31.141000),(186.390000,-30.403000),(190.154000,-41.319000),(189.736000,-45.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.333000,8.586000),(246.351000,20.560000),(240.440000,21.955000),(241.496000,15.181000),(241.118000,15.577000),(239.997000,10.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.951000,-41.115000),(355.639000,-41.509000),(1.116000,-41.343000),(9.484000,-42.794000),(18.432000,-42.191000),(13.059000,-34.806000),(2.922000,-37.345000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.165000,65.091000),(90.674000,68.363000),(80.041000,67.019000),(86.102000,63.413000),(87.492000,63.321000),(93.604000,63.194000),(97.416000,58.959000),(107.248000,59.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.107000,8.299000),(151.927000,10.481000),(149.945000,16.840000),(155.339000,21.670000),(145.172000,16.068000),(141.211000,11.451000),(142.642000,12.029000),(147.039000,15.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.242000,-13.315000),(182.624000,-11.107000),(183.562000,-9.550000),(181.424000,-3.844000),(174.906000,-5.479000),(169.775000,-12.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.211000,-4.355000),(196.299000,-6.917000),(193.077000,-0.815000),(189.919000,0.254000),(184.127000,1.905000),(184.424000,-2.592000),(179.674000,-2.574000),(181.900000,-3.925000),(181.893000,-5.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.585000,-42.725000),(306.722000,-41.034000),(308.611000,-46.457000),(308.706000,-49.109000),(311.094000,-49.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.374000,-9.583000),(215.459000,-9.745000),(221.621000,-7.109000),(222.939000,-2.973000),(222.671000,-0.495000),(219.602000,0.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.317000,-45.468000),(290.106000,-42.450000),(286.465000,-42.508000),(284.916000,-48.572000),(276.377000,-49.310000),(287.211000,-51.207000),(293.643000,-50.553000),(301.553000,-49.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.296000,61.917000),(344.883000,68.063000),(336.026000,66.341000),(322.506000,67.850000),(322.192000,60.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.656000,79.509000),(257.771000,76.038000),(276.228000,85.100000),(111.110000,87.252000),(128.384000,86.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.343000,15.494000),(73.246000,17.323000),(84.168000,11.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.054000,22.771000),(85.765000,21.360000),(80.926000,15.926000),(89.425000,9.121000),(93.536000,18.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.127000,79.169000),(215.252000,85.046000),(212.435000,76.404000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.560000,83.746000),(180.942000,85.611000),(287.180000,81.552000),(301.916000,85.761000),(10.445000,79.989000),(23.226000,84.141000),(83.817000,85.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.750000,-18.008000),(166.636000,-6.099000),(167.889000,-2.937000),(165.553000,-3.731000),(155.919000,-5.213000),(156.615000,-6.787000),(160.995000,-11.918000),(161.530000,-11.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.134000,-61.348000),(213.999000,-66.995000),(230.568000,-72.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.281000,37.755000),(172.930000,37.236000),(165.132000,34.833000),(173.526000,36.115000),(172.737000,28.956000),(174.720000,31.258000),(178.665000,31.481000),(178.099000,37.277000),(182.429000,38.940000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.103000,65.066000),(34.152000,59.209000),(52.386000,60.036000),(58.559000,57.658000),(57.657000,61.489000),(60.251000,65.797000),(59.301000,67.202000),(49.724000,65.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.865000,9.446000),(6.382000,7.788000),(8.801000,6.571000),(10.225000,3.742000),(15.952000,5.749000),(17.584000,10.655000),(20.458000,14.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.955000,-67.578000),(178.848000,-63.929000),(178.650000,-62.648000),(174.523000,-62.086000),(172.984000,-59.808000),(163.468000,-64.639000),(153.544000,-59.231000),(144.954000,-64.335000),(149.528000,-72.478000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.936000,13.504000),(166.559000,9.428000),(158.986000,14.725000),(164.676000,12.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.051000,12.734000),(178.957000,8.946000),(181.228000,9.863000),(182.492000,10.426000),(182.465000,8.673000),(183.909000,4.632000),(183.998000,9.595000),(186.779000,8.546000),(189.964000,12.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.933000,-36.157000),(5.704000,-27.505000),(356.217000,-27.257000),(350.927000,-34.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.433000,37.321000),(351.669000,39.947000),(356.206000,36.578000),(357.639000,33.909000),(6.844000,38.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.763000,1.884000),(38.520000,9.240000),(35.742000,-7.608000),(36.941000,-3.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.548000,-21.333000),(58.763000,-27.574000),(58.020000,-19.429000),(60.697000,-19.283000),(59.323000,-16.855000),(58.638000,-17.334000),(57.879000,-15.099000),(58.042000,-14.301000),(52.199000,-12.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.923000,-54.646000),(251.201000,-48.785000),(243.718000,-44.703000),(234.402000,-49.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.184000,2.192000),(84.469000,2.662000),(77.444000,-2.984000),(78.317000,-6.556000),(80.832000,-10.424000),(83.132000,-12.716000),(86.972000,-7.299000),(93.356000,-10.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.461000,-69.134000),(76.828000,-71.405000),(92.215000,-72.964000),(97.742000,-68.944000),(104.774000,-65.347000),(89.801000,-63.881000),(80.519000,-61.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.771000,45.191000),(175.963000,29.495000),(183.629000,34.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.628000,-1.787000),(8.704000,-6.226000),(16.190000,-12.565000),(17.277000,-3.936000),(24.917000,-1.237000),(15.320000,5.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.714000,-12.264000),(5.174000,-7.767000),(5.560000,-3.703000),(5.866000,-2.910000),(357.810000,-5.846000),(353.525000,-8.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.496000,-9.942000),(38.076000,-14.923000),(42.102000,-8.552000),(42.895000,-12.091000),(43.111000,-8.108000),(42.965000,-5.435000),(41.722000,1.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.470000,13.485000),(345.231000,15.573000),(341.969000,8.044000),(343.969000,5.043000),(355.457000,4.901000),(352.388000,8.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.964000,-13.028000),(311.614000,-13.858000),(320.834000,-13.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.499000,-16.146000),(12.477000,-19.590000),(9.244000,-17.493000),(7.585000,-13.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.829000,-5.148000),(342.383000,-0.309000),(344.110000,2.633000),(340.524000,5.221000),(334.404000,4.132000),(333.219000,4.807000),(334.366000,2.266000),(332.944000,1.914000),(336.009000,-0.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.916000,-4.297000),(176.034000,-2.573000),(175.964000,0.665000),(172.951000,-9.739000),(176.252000,-14.307000),(176.701000,-8.443000),(184.488000,-6.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.027000,-24.584000),(273.502000,-16.642000),(271.575000,-19.479000),(275.847000,-25.063000),(272.287000,-26.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.465000,-20.571000),(73.594000,-28.691000),(76.915000,-24.154000),(79.872000,-24.034000),(80.395000,-24.002000),(86.857000,-20.625000),(79.785000,-13.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.809000,9.268000),(70.789000,13.831000),(66.852000,10.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.345000,57.837000),(18.556000,58.504000),(359.038000,61.842000),(356.774000,60.942000),(7.372000,52.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.226000,-14.039000),(334.862000,-4.428000),(326.253000,-5.978000),(326.077000,-6.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.864000,8.416000),(46.121000,8.930000),(54.214000,3.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.951000,-56.802000),(247.827000,-58.428000),(257.944000,-57.701000),(260.468000,-51.378000),(253.721000,-48.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.754000,40.838000),(85.488000,45.688000),(88.045000,38.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.849000,-62.457000),(200.356000,-61.465000),(197.917000,-62.698000),(203.707000,-64.261000),(199.243000,-65.445000),(212.934000,-67.961000),(226.321000,-64.651000),(204.868000,-60.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.712000,-11.960000),(230.192000,-10.696000),(220.118000,-4.222000),(215.670000,-9.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.209000,-10.250000),(36.452000,-13.373000),(33.556000,-17.153000),(31.224000,-17.776000),(31.583000,-18.753000),(27.237000,-18.324000),(28.358000,-24.726000),(39.220000,-29.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.053000,1.312000),(189.607000,-0.101000),(189.039000,8.072000),(182.421000,8.030000),(178.958000,4.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.825000,-19.814000),(323.343000,-20.743000),(339.280000,-28.395000),(338.351000,-26.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.162000,69.443000),(93.035000,74.278000),(106.944000,72.233000),(101.541000,75.868000),(94.145000,78.123000),(84.471000,78.946000),(81.105000,75.518000),(66.046000,73.930000),(61.737000,71.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.650000,13.690000),(337.306000,15.004000),(337.262000,14.359000),(342.764000,18.989000),(346.042000,20.166000),(343.647000,27.757000),(336.615000,28.705000),(334.166000,26.115000),(331.586000,19.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.947000,47.101000),(104.913000,43.448000),(105.626000,44.671000),(111.372000,47.577000),(97.806000,54.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.455000,-66.607000),(356.003000,-64.824000),(341.233000,-63.951000),(346.370000,-76.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.970000,8.520000),(267.753000,12.254000),(268.148000,5.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.809000,-7.724000),(332.064000,-7.396000),(334.226000,-7.204000),(338.850000,-12.017000),(340.079000,-12.451000),(339.898000,-10.038000),(335.229000,-5.160000),(334.791000,-1.137000),(334.137000,-2.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.563000,15.128000),(203.533000,8.784000),(205.356000,5.894000),(212.929000,5.212000),(220.885000,2.673000),(214.138000,6.599000),(218.889000,10.125000),(214.687000,10.027000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.414000,-12.670000),(252.386000,-9.819000),(247.541000,-14.610000),(253.918000,-18.221000),(251.927000,-19.986000),(256.985000,-28.107000),(260.100000,-22.909000),(263.352000,-20.237000),(261.190000,-17.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.674000,2.957000),(266.214000,-2.847000),(271.578000,5.238000),(274.717000,6.508000),(275.352000,7.442000),(271.862000,8.541000),(274.483000,14.670000),(262.703000,5.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.002000,5.627000),(354.694000,5.935000),(349.157000,7.671000),(347.143000,7.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.814000,88.391000),(62.715000,82.263000),(101.982000,73.958000),(111.540000,73.848000),(119.556000,74.301000),(130.109000,77.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.752000,-10.841000),(192.317000,-15.099000),(198.235000,-2.731000),(194.616000,-3.506000),(187.340000,1.199000),(186.480000,-4.665000),(185.767000,-7.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.721000,-10.795000),(325.386000,-21.261000),(329.750000,-20.692000),(326.868000,-23.933000),(329.820000,-25.560000),(332.042000,-22.736000),(331.852000,-24.857000),(334.843000,-19.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.748000,7.005000),(191.464000,12.854000),(192.445000,8.949000),(189.794000,7.142000),(192.746000,1.471000),(195.682000,-2.572000),(200.776000,5.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.461000,0.684000),(319.716000,-5.527000),(329.151000,-3.090000),(324.746000,-0.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.010000,-47.463000),(17.187000,-43.504000),(22.833000,-47.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.791000,49.629000),(274.693000,41.749000),(275.502000,43.598000),(273.162000,45.165000),(272.979000,45.145000),(278.447000,52.585000),(270.293000,47.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.534000,3.281000),(171.347000,-3.824000),(170.581000,-6.646000),(169.273000,-12.117000),(175.057000,-7.317000),(176.946000,-7.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.389000,77.495000),(78.790000,78.145000),(82.954000,75.879000),(85.578000,76.943000),(54.006000,80.147000),(54.783000,76.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.294000,5.072000),(155.049000,4.214000),(148.683000,8.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.466000,-3.029000),(78.687000,-0.983000),(75.028000,-1.766000),(69.908000,6.143000),(69.930000,-1.848000),(69.942000,-9.947000),(78.595000,-6.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.170000,-8.624000),(180.810000,-2.886000),(184.138000,3.714000),(178.752000,0.868000),(176.879000,1.176000),(172.822000,1.730000),(176.589000,-3.934000),(179.934000,-9.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.444000,42.434000),(34.719000,35.293000),(38.067000,32.011000),(43.775000,34.485000),(39.628000,36.612000),(31.019000,41.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.572000,-6.189000),(186.370000,-1.837000),(190.715000,-9.130000),(186.271000,-16.722000),(192.087000,-10.744000),(197.888000,-17.072000),(198.625000,-14.197000),(193.971000,-9.892000),(195.560000,-7.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.669000,-33.291000),(176.175000,-33.212000),(171.000000,-40.068000),(187.496000,-41.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.258000,15.356000),(304.641000,19.968000),(303.618000,18.827000),(293.657000,11.911000),(298.722000,10.495000),(301.793000,2.507000),(305.446000,2.436000),(304.467000,7.231000),(305.066000,7.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.848000,14.615000),(152.148000,23.574000),(145.268000,17.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.612000,18.148000),(177.273000,15.560000),(177.023000,20.797000),(170.553000,25.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.948000,80.830000),(259.490000,76.846000),(267.365000,78.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.091000,71.306000),(335.058000,72.668000),(336.358000,74.180000),(356.155000,75.461000),(9.279000,79.133000),(320.071000,81.095000),(317.409000,79.651000),(311.228000,69.876000),(324.932000,69.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.033000,44.743000),(357.085000,38.780000),(352.238000,34.886000),(355.727000,33.485000),(359.959000,36.058000),(6.756000,41.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.531000,39.173000),(154.784000,38.891000),(159.074000,35.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.358000,30.108000),(69.138000,17.350000),(68.479000,24.094000),(70.307000,24.285000),(71.491000,25.912000),(68.861000,26.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.579000,18.539000),(113.890000,15.311000),(117.887000,18.996000),(122.128000,24.535000),(121.784000,25.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.516000,62.459000),(208.408000,63.063000),(226.685000,64.582000),(197.764000,68.239000),(197.786000,62.071000),(195.824000,61.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.405000,22.826000),(263.298000,26.372000),(260.674000,24.133000),(260.319000,29.330000),(254.417000,20.438000),(256.889000,17.285000),(256.388000,14.790000),(260.149000,16.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.732000,26.014000),(337.283000,32.846000),(332.571000,32.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.231000,30.736000),(115.882000,27.992000),(121.742000,23.552000),(122.150000,32.905000),(119.024000,30.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.534000,8.954000),(288.108000,12.783000),(284.989000,9.147000),(287.639000,3.909000),(290.089000,1.255000),(295.507000,0.552000),(296.093000,6.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.039000,-22.836000),(151.763000,-20.367000),(152.555000,-14.943000),(146.909000,-16.112000),(151.951000,-22.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.348000,-1.096000),(179.091000,-3.773000),(179.553000,-6.485000),(188.553000,-3.665000),(185.934000,-3.009000),(179.933000,0.292000),(179.785000,0.235000),(180.065000,4.796000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.906000,-44.385000),(166.381000,-44.238000),(169.968000,-50.224000),(171.194000,-53.439000),(173.307000,-48.730000),(177.797000,-56.116000),(181.989000,-55.224000),(181.114000,-52.457000),(181.526000,-45.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.210000,57.243000),(182.528000,50.488000),(202.237000,53.583000),(198.043000,54.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.463000,-10.675000),(183.843000,-6.271000),(187.561000,-2.663000),(183.854000,-5.359000),(186.889000,-1.994000),(183.133000,-0.670000),(179.505000,-6.137000),(171.426000,-13.305000),(179.578000,-11.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.200000,46.604000),(350.479000,52.992000),(346.532000,37.943000),(355.454000,38.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.511000,4.059000),(177.345000,3.992000),(179.969000,7.823000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.456000,8.093000),(263.041000,9.137000),(259.083000,4.454000),(257.856000,3.231000),(261.376000,-0.034000),(265.891000,-1.578000),(266.755000,-1.307000),(267.837000,-0.273000),(270.499000,3.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.156000,-12.368000),(11.461000,-3.893000),(14.697000,3.061000),(9.783000,3.663000),(8.836000,-0.821000),(5.229000,-0.597000),(7.490000,-7.306000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.763000,40.769000),(235.410000,41.154000),(240.324000,40.048000),(230.738000,38.999000),(236.133000,35.489000),(249.123000,37.954000),(253.640000,42.484000),(243.167000,42.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.841000,-3.720000),(173.654000,-10.967000),(181.633000,-13.171000),(183.769000,-8.684000),(186.367000,-5.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.749000,34.567000),(293.843000,33.621000),(289.090000,33.157000),(291.730000,32.566000),(297.398000,22.678000),(300.219000,28.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.749000,4.301000),(359.525000,5.659000),(355.283000,5.982000),(357.061000,4.870000),(356.201000,-3.096000),(357.835000,2.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.620000,-1.225000),(206.522000,1.701000),(201.894000,3.955000),(207.046000,-5.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.901000,-75.340000),(24.147000,-77.625000),(29.098000,-79.945000),(45.035000,-77.156000),(44.669000,-74.584000),(43.094000,-71.258000),(48.618000,-67.187000),(28.018000,-74.571000),(3.762000,-71.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.355000,2.604000),(322.552000,5.315000),(336.062000,-3.080000),(332.401000,-0.068000),(329.054000,2.553000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.044000,-15.590000),(199.353000,-16.264000),(199.492000,-19.861000),(195.204000,-25.202000),(201.160000,-19.535000),(201.870000,-27.358000),(205.335000,-27.227000),(207.568000,-22.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.261000,64.783000),(110.737000,64.460000),(92.870000,66.508000),(90.300000,64.830000),(95.086000,60.041000),(97.865000,59.149000),(107.477000,61.227000),(116.166000,54.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.295000,32.704000),(137.328000,30.751000),(137.908000,29.494000),(136.965000,27.932000),(138.831000,21.688000),(142.999000,21.783000),(139.434000,27.433000),(145.993000,22.061000),(143.908000,27.612000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.502000,-1.378000),(151.017000,-1.287000),(152.798000,-11.942000),(156.601000,-7.776000),(155.417000,0.386000),(152.853000,3.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.990000,-56.335000),(157.493000,-52.247000),(150.831000,-51.305000),(145.990000,-52.331000),(141.265000,-48.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.119000,-47.447000),(14.534000,-51.458000),(10.809000,-55.541000),(12.871000,-54.042000),(21.809000,-43.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.643000,31.961000),(170.638000,28.795000),(173.033000,29.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.879000,-30.199000),(187.005000,-30.494000),(183.648000,-29.833000),(182.802000,-33.690000),(181.551000,-35.994000),(189.654000,-38.225000),(188.770000,-33.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.089000,-43.410000),(184.339000,-42.724000),(197.231000,-52.101000),(198.599000,-48.122000),(206.563000,-49.245000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.020000,58.948000),(240.162000,51.062000),(246.059000,46.887000),(244.882000,49.311000),(252.673000,50.800000),(243.631000,52.280000),(249.084000,56.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.332000,26.547000),(318.721000,30.795000),(315.396000,34.857000),(322.168000,39.018000),(302.630000,37.582000),(312.641000,29.082000),(314.259000,31.319000),(314.032000,31.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.775000,-46.361000),(351.712000,-46.883000),(355.441000,-53.943000),(0.629000,-52.608000),(6.063000,-52.099000),(5.471000,-50.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.224000,5.845000),(5.885000,1.537000),(3.603000,2.774000),(358.568000,2.779000),(2.192000,0.017000),(7.215000,-1.177000),(11.456000,-0.120000),(12.677000,3.564000),(9.003000,2.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.624000,-2.517000),(163.359000,8.801000),(162.191000,-2.598000),(162.662000,-6.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.014000,-13.277000),(208.153000,-17.089000),(212.027000,-12.434000),(212.161000,-12.653000),(216.358000,-17.473000),(215.723000,-16.053000),(213.782000,-11.491000),(218.700000,-11.972000),(214.069000,-7.430000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.048000,-7.342000),(154.678000,-6.838000),(155.443000,-3.508000),(151.997000,1.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.466000,16.247000),(333.488000,18.623000),(332.528000,20.872000),(330.935000,22.616000),(331.553000,26.110000),(327.906000,23.097000),(327.788000,23.126000),(318.633000,22.411000),(323.491000,14.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.181000,20.804000),(316.613000,24.129000),(315.515000,18.399000),(315.529000,16.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.072000,24.018000),(297.448000,24.159000),(305.167000,27.445000),(291.938000,33.100000),(293.840000,28.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.841000,-42.942000),(118.641000,-43.142000),(115.896000,-44.317000),(119.610000,-47.061000),(133.663000,-40.888000),(128.568000,-38.322000),(122.967000,-37.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.780000,11.012000),(353.059000,7.768000),(355.419000,10.068000),(0.056000,11.382000),(1.601000,12.494000),(4.341000,20.809000),(0.146000,19.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.537000,0.772000),(167.263000,4.580000),(165.643000,-3.386000),(167.538000,-6.096000),(167.790000,-8.304000),(169.916000,-6.342000),(177.882000,-9.297000),(176.645000,-8.020000),(177.995000,-5.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.374000,-9.551000),(338.028000,-4.873000),(341.334000,-1.345000),(332.981000,-1.019000),(329.870000,-6.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.317000,34.091000),(196.890000,32.811000),(200.417000,30.603000),(200.926000,35.843000),(198.226000,34.993000),(195.956000,37.190000),(195.994000,36.825000),(188.657000,41.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.621000,-59.634000),(190.352000,-59.627000),(192.613000,-61.627000),(198.080000,-63.628000),(205.534000,-56.235000),(193.645000,-53.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.007000,48.473000),(116.855000,55.156000),(126.081000,48.262000),(121.504000,58.057000),(115.336000,57.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.341000,1.852000),(11.527000,2.110000),(12.801000,4.770000),(8.408000,8.648000),(6.701000,1.801000),(5.444000,-3.294000),(6.627000,-3.080000),(8.979000,-4.773000),(11.162000,-2.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.913000,-18.504000),(352.134000,-22.728000),(345.666000,-21.964000),(350.087000,-25.958000),(348.594000,-32.951000),(354.059000,-25.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.986000,5.330000),(81.849000,6.343000),(78.669000,12.834000),(80.143000,20.649000),(75.493000,13.258000),(75.184000,10.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.203000,39.546000),(129.232000,39.794000),(138.728000,33.976000),(142.252000,39.984000),(140.625000,46.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.855000,-12.746000),(175.096000,-13.977000),(176.380000,-20.985000),(184.867000,-28.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.660000,3.112000),(161.104000,2.247000),(157.546000,-8.367000),(167.357000,-6.168000),(171.777000,-3.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.008000,13.306000),(336.067000,0.928000),(347.808000,3.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.224000,10.972000),(172.223000,9.338000),(175.457000,7.766000),(178.882000,-0.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.380000,76.974000),(44.501000,82.260000),(56.800000,82.245000),(294.235000,88.313000),(309.804000,84.010000),(347.157000,76.643000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.154000,6.875000),(353.549000,6.780000),(353.502000,4.220000),(352.595000,-0.831000),(355.580000,-1.554000),(357.368000,-8.673000),(359.993000,-7.608000),(7.684000,0.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.396000,-14.159000),(333.935000,-19.738000),(341.818000,-27.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.714000,4.397000),(325.217000,7.706000),(325.706000,13.592000),(321.908000,15.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.888000,38.612000),(105.084000,42.845000),(103.759000,38.652000),(100.046000,38.122000),(100.029000,32.296000),(99.986000,27.528000),(105.102000,34.438000),(108.315000,31.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.550000,-61.000000),(191.839000,-68.187000),(196.040000,-67.951000),(210.761000,-59.973000),(198.509000,-57.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.817000,62.483000),(121.791000,65.348000),(135.226000,67.584000),(96.109000,67.681000),(111.878000,60.201000),(112.141000,56.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.511000,-1.403000),(342.076000,-2.353000),(340.993000,2.620000),(341.663000,7.007000),(340.361000,7.935000),(331.697000,11.064000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.550000,14.813000),(344.210000,18.653000),(338.726000,23.954000),(330.592000,17.924000),(332.140000,17.116000),(334.805000,15.243000),(334.831000,14.996000),(336.135000,13.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.003000,-7.857000),(100.144000,-10.525000),(94.902000,-14.793000),(100.846000,-13.067000),(104.497000,-11.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.221000,10.855000),(347.378000,4.010000),(351.880000,10.801000),(354.544000,13.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.770000,14.555000),(177.411000,6.371000),(180.124000,2.395000),(188.256000,1.930000),(186.179000,7.726000),(189.263000,13.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.521000,-35.422000),(207.975000,-31.863000),(198.842000,-31.865000),(200.002000,-39.521000),(203.739000,-36.204000),(210.943000,-40.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.276000,-6.454000),(24.404000,-6.710000),(25.413000,0.575000),(22.754000,-6.864000),(22.809000,-5.932000),(22.578000,-6.055000),(19.826000,-6.420000),(20.930000,-7.927000),(19.072000,-10.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.743000,12.869000),(232.839000,10.146000),(233.624000,7.050000),(236.616000,5.984000),(240.507000,12.829000),(240.129000,13.643000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.774000,-55.752000),(344.597000,-46.518000),(334.053000,-54.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.908000,7.821000),(174.317000,4.028000),(176.596000,11.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.368000,-22.272000),(181.478000,-19.665000),(179.470000,-16.090000),(170.027000,-21.696000),(173.412000,-20.042000),(173.015000,-20.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.476000,13.800000),(117.790000,13.379000),(123.059000,21.285000),(119.084000,20.666000),(116.874000,25.524000),(114.659000,17.485000),(109.660000,14.728000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.355000,44.930000),(99.041000,41.504000),(99.667000,44.111000),(108.285000,42.488000),(101.991000,48.592000),(105.480000,52.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.595000,60.839000),(44.591000,59.238000),(49.006000,53.672000),(59.445000,55.785000),(61.753000,57.273000),(54.004000,59.333000),(55.924000,61.708000),(49.587000,65.452000),(41.921000,62.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.887000,4.167000),(105.671000,5.552000),(95.229000,7.567000),(91.553000,7.101000),(97.253000,2.972000),(90.907000,6.027000),(97.504000,0.808000),(98.373000,0.728000),(99.609000,-4.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.843000,23.958000),(178.881000,14.658000),(186.567000,14.322000),(193.020000,14.330000),(192.021000,15.984000),(194.372000,23.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.661000,-47.011000),(195.803000,-39.585000),(201.083000,-41.441000),(203.023000,-41.970000),(194.197000,-35.741000),(193.487000,-35.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.190000,-7.249000),(173.457000,-6.707000),(177.078000,-5.759000),(177.484000,-6.009000),(184.233000,-5.479000),(173.773000,3.519000),(172.387000,-4.049000),(171.222000,-6.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.803000,-2.367000),(273.592000,3.896000),(279.572000,8.996000),(272.820000,6.201000),(270.907000,9.053000),(268.482000,4.518000),(270.129000,3.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.692000,-45.715000),(46.010000,-38.894000),(23.985000,-34.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.828000,46.235000),(304.491000,49.740000),(302.549000,34.782000),(309.013000,36.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.118000,2.337000),(132.345000,0.819000),(127.431000,-5.295000),(131.218000,-7.981000),(143.421000,-3.040000),(140.336000,2.143000),(142.158000,4.721000),(138.676000,3.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.463000,37.311000),(190.337000,39.732000),(179.433000,38.852000),(176.853000,35.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.627000,-45.912000),(189.407000,-48.639000),(186.499000,-43.573000),(184.784000,-45.207000),(179.858000,-47.562000),(178.315000,-56.391000),(185.554000,-58.177000),(189.305000,-60.361000),(196.994000,-50.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.842000,19.120000),(177.972000,18.210000),(173.772000,19.422000),(170.024000,19.866000),(169.353000,14.278000),(177.491000,6.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.783000,-39.836000),(196.116000,-51.004000),(196.088000,-51.073000),(207.773000,-52.916000),(206.729000,-44.712000),(217.512000,-40.358000),(207.127000,-42.893000),(205.023000,-36.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.168000,-0.408000),(7.016000,1.328000),(6.218000,-2.943000),(9.753000,-12.956000),(11.172000,-9.042000),(10.984000,-8.612000),(10.020000,-7.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.321000,7.676000),(17.420000,1.238000),(16.919000,2.858000),(12.054000,8.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.536000,-3.706000),(34.313000,-8.111000),(30.548000,-9.063000),(43.533000,-9.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.059000,72.736000),(329.261000,65.257000),(342.395000,61.800000),(347.289000,64.501000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.955000,-4.549000),(3.969000,1.924000),(351.327000,-0.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.305000,-4.268000),(2.987000,-0.574000),(353.538000,4.743000),(357.383000,-2.836000),(353.210000,-5.348000),(358.588000,-12.930000),(0.768000,-11.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.932000,-29.361000),(176.911000,-23.824000),(169.083000,-29.981000),(176.267000,-33.748000),(183.089000,-30.711000),(181.275000,-31.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.122000,3.652000),(336.282000,7.140000),(337.700000,0.370000),(339.154000,-0.968000),(338.551000,-5.431000),(345.968000,-1.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.109000,-66.787000),(234.713000,-69.971000),(239.979000,-68.113000),(227.137000,-61.364000),(224.612000,-52.848000),(221.617000,-58.716000),(212.197000,-59.809000),(209.545000,-62.331000),(217.168000,-62.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.439000,-31.989000),(325.349000,-29.921000),(321.351000,-22.983000),(317.147000,-22.903000),(311.977000,-31.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.731000,-16.739000),(305.207000,-22.608000),(303.580000,-20.204000),(303.120000,-21.970000),(300.101000,-26.056000),(303.421000,-24.984000),(308.343000,-27.405000),(311.396000,-26.720000),(310.215000,-20.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.848000,-5.819000),(141.733000,-1.644000),(142.130000,-6.967000),(138.566000,-14.022000),(146.426000,-14.723000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.718000,5.451000),(34.990000,19.138000),(20.426000,17.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.914000,-56.703000),(1.182000,-55.900000),(356.606000,-44.834000),(349.990000,-47.760000),(340.908000,-54.188000),(347.654000,-54.004000),(340.390000,-55.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.445000,-5.734000),(27.217000,0.684000),(22.551000,-0.694000),(16.627000,3.155000),(15.987000,-3.242000),(13.530000,-4.686000),(23.501000,-7.001000),(20.806000,-4.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.331000,11.489000),(338.725000,10.236000),(342.093000,7.650000),(343.336000,13.042000),(345.898000,14.580000),(344.222000,14.220000),(338.533000,13.132000),(334.171000,14.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.328000,-21.793000),(7.032000,-19.350000),(9.343000,-25.329000),(6.480000,-32.173000),(8.104000,-31.956000),(11.891000,-29.660000),(13.529000,-30.015000),(18.760000,-32.322000),(20.360000,-30.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.020000,49.254000),(346.586000,58.860000),(327.474000,54.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.330000,5.239000),(85.959000,6.587000),(84.571000,1.842000),(87.273000,0.267000),(88.421000,-6.628000),(91.255000,-8.937000),(95.378000,-2.897000),(95.791000,-1.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.117000,-42.544000),(351.188000,-38.085000),(342.924000,-47.157000),(341.220000,-51.647000),(344.996000,-50.432000),(351.414000,-51.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.429000,-7.282000),(180.031000,-0.803000),(173.077000,-5.241000),(183.320000,-10.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.779000,-39.319000),(136.943000,-46.572000),(138.062000,-50.189000),(148.842000,-47.362000),(155.142000,-42.030000),(153.048000,-43.099000),(152.342000,-41.240000),(144.879000,-44.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.199000,41.996000),(349.948000,40.555000),(349.905000,45.826000),(346.268000,40.105000),(343.327000,32.992000),(345.656000,30.805000),(356.844000,31.439000),(358.375000,40.343000),(352.189000,38.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.242000,26.038000),(225.210000,28.520000),(225.723000,22.831000),(230.164000,24.565000),(225.977000,41.515000),(222.455000,40.210000),(225.055000,34.579000),(221.664000,38.547000),(220.576000,31.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.869000,-17.672000),(359.000000,-18.366000),(11.853000,-21.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.315000,-17.981000),(235.071000,-18.281000),(235.024000,-16.582000),(231.879000,-10.992000),(233.740000,-19.359000),(225.957000,-21.683000),(235.938000,-27.577000),(235.809000,-25.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.232000,14.185000),(157.014000,18.319000),(156.852000,17.316000),(149.306000,18.014000),(149.490000,13.796000),(149.148000,9.067000),(153.942000,8.644000),(161.181000,5.127000),(159.390000,8.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.443000,43.194000),(102.781000,42.470000),(95.186000,41.898000),(102.108000,37.963000),(106.952000,37.386000),(109.342000,36.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.508000,27.978000),(163.719000,26.128000),(157.101000,41.291000),(156.691000,40.119000),(151.432000,35.162000),(153.233000,34.359000),(155.299000,33.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.271000,-26.663000),(222.287000,-24.944000),(223.774000,-14.769000),(217.019000,-17.105000),(209.741000,-16.592000),(215.123000,-27.107000),(216.766000,-24.723000),(216.765000,-27.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.873000,2.291000),(173.787000,9.267000),(173.826000,7.304000),(172.400000,5.719000),(173.180000,-0.970000),(177.446000,-2.521000),(183.804000,-4.966000),(182.532000,1.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.251000,-12.287000),(332.981000,-8.455000),(328.218000,-10.193000),(335.737000,-15.784000),(339.055000,-16.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.338000,-14.759000),(218.491000,-15.313000),(220.628000,-17.090000),(216.387000,-10.023000),(217.184000,-2.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.052000,-20.395000),(341.944000,-33.596000),(341.714000,-35.853000),(343.556000,-36.132000),(352.087000,-30.006000),(343.889000,-24.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.889000,63.628000),(76.510000,68.677000),(70.980000,69.459000),(58.679000,67.571000),(59.692000,66.612000),(39.305000,64.953000),(48.287000,64.168000),(48.561000,60.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.246000,-69.963000),(176.052000,-72.050000),(205.487000,-73.293000),(215.299000,-63.004000),(200.218000,-67.669000),(194.864000,-61.783000),(194.076000,-63.858000),(188.953000,-61.030000),(179.247000,-63.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.690000,-9.741000),(7.103000,-10.359000),(358.135000,-5.913000),(352.279000,-8.401000),(355.219000,-10.160000),(352.955000,-17.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.060000,23.275000),(97.268000,18.906000),(111.028000,22.870000),(108.266000,21.787000),(112.248000,26.702000),(108.529000,25.050000),(105.037000,27.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.628000,-0.729000),(324.766000,-1.899000),(320.361000,-7.054000),(333.552000,-1.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.716000,-23.264000),(265.250000,-26.012000),(266.882000,-30.124000),(276.646000,-28.003000),(274.127000,-25.540000),(269.742000,-25.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.268000,-9.103000),(347.763000,-9.215000),(349.854000,-12.455000),(359.709000,-10.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.569000,-8.153000),(0.511000,-10.007000),(1.848000,-4.768000),(359.356000,2.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.849000,29.378000),(160.147000,35.789000),(163.439000,39.591000),(163.240000,43.744000),(155.329000,39.108000),(155.556000,35.676000),(157.064000,35.595000),(151.929000,31.296000),(155.282000,32.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.606000,-6.158000),(22.597000,-8.275000),(24.569000,-11.176000),(32.142000,-7.776000),(27.996000,-6.431000),(29.151000,1.024000),(26.769000,-2.728000),(26.331000,1.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.485000,59.782000),(124.984000,58.048000),(126.403000,52.455000),(138.220000,60.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.169000,-6.884000),(55.821000,-6.790000),(54.555000,-4.550000),(53.519000,-1.156000),(43.068000,0.606000),(47.356000,-6.778000),(46.509000,-9.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.682000,-9.854000),(206.069000,-14.302000),(199.807000,-16.820000),(206.833000,-17.972000),(209.134000,-22.202000),(209.285000,-18.836000),(216.295000,-18.722000),(212.657000,-10.617000),(208.400000,-7.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.343000,-14.114000),(202.039000,-22.659000),(201.829000,-21.481000),(205.073000,-19.478000),(204.547000,-18.186000),(203.415000,-13.756000),(206.894000,-12.712000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.429000,-70.853000),(88.512000,-70.841000),(80.995000,-68.267000),(73.638000,-66.303000),(72.366000,-65.003000),(73.008000,-60.562000),(70.930000,-58.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.892000,64.192000),(334.478000,70.631000),(330.679000,66.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.814000,41.823000),(181.464000,37.286000),(178.544000,37.702000),(179.744000,35.990000),(185.906000,33.244000),(192.929000,32.303000),(184.871000,37.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.666000,26.481000),(301.681000,27.845000),(301.215000,26.266000),(300.965000,25.795000),(293.571000,20.223000),(301.682000,20.525000),(312.121000,24.600000),(305.482000,25.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.468000,-26.784000),(214.824000,-26.848000),(216.210000,-27.656000),(220.494000,-30.531000),(221.667000,-31.871000),(221.780000,-31.593000),(221.845000,-32.291000),(223.802000,-29.011000),(220.410000,-27.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.006000,43.775000),(358.306000,41.951000),(357.518000,47.656000),(352.897000,35.810000),(352.721000,33.591000),(0.349000,39.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.339000,59.968000),(134.169000,60.159000),(144.783000,57.276000),(139.747000,62.898000),(140.329000,63.841000),(142.969000,66.249000),(136.177000,66.450000),(133.442000,63.770000),(117.767000,64.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.869000,-12.115000),(61.694000,-11.846000),(61.811000,-17.601000),(61.444000,-21.922000),(60.895000,-23.256000),(63.866000,-18.863000),(67.165000,-20.348000),(72.624000,-22.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.090000,-39.165000),(189.820000,-35.244000),(186.682000,-33.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.429000,-2.610000),(300.415000,0.523000),(300.169000,5.920000),(299.881000,2.886000),(298.647000,1.623000),(293.411000,-0.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.142000,-14.580000),(39.733000,-13.457000),(43.419000,-7.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.913000,20.980000),(142.625000,25.261000),(135.631000,20.474000),(145.176000,15.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.332000,-49.060000),(318.089000,-47.474000),(295.214000,-44.796000),(294.724000,-44.653000),(291.724000,-50.340000),(301.757000,-50.805000),(292.692000,-54.246000),(306.923000,-53.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.462000,8.536000),(184.670000,10.283000),(189.956000,14.902000),(181.763000,15.326000),(179.840000,18.712000),(179.127000,19.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.247000,45.245000),(194.538000,42.743000),(195.286000,37.533000),(191.999000,34.376000),(195.493000,35.181000),(192.974000,29.675000),(198.974000,34.562000),(201.659000,29.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.629000,55.483000),(275.281000,53.575000),(263.387000,61.188000),(260.048000,57.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.205000,37.735000),(131.760000,41.109000),(121.304000,43.032000),(123.532000,34.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.972000,20.578000),(0.671000,19.963000),(358.011000,17.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.322000,-1.355000),(16.358000,-1.851000),(2.689000,4.213000),(2.699000,0.941000),(1.394000,-0.710000),(4.803000,-3.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.057000,52.743000),(219.576000,52.972000),(226.754000,48.695000),(237.397000,50.317000),(236.516000,54.075000),(239.366000,56.791000),(234.232000,55.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.286000,40.981000),(218.971000,42.360000),(217.799000,46.520000),(213.931000,45.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.587000,-7.769000),(49.573000,-6.366000),(45.737000,-3.468000),(42.094000,-3.405000),(45.252000,-12.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.003000,-8.825000),(8.114000,-9.761000),(8.616000,-10.657000),(7.234000,-11.551000),(8.905000,-11.865000),(8.492000,-14.486000),(13.924000,-10.499000),(18.521000,-8.408000),(13.835000,-7.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.183000,-28.219000),(358.974000,-28.121000),(2.901000,-26.971000),(3.645000,-26.897000),(6.660000,-30.139000),(6.080000,-27.679000),(6.625000,-26.979000),(9.045000,-23.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.278000,3.710000),(236.975000,4.513000),(239.205000,4.161000),(241.241000,1.818000),(237.848000,10.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.787000,-36.212000),(52.489000,-28.556000),(41.563000,-30.840000),(40.747000,-33.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.297000,-18.223000),(3.706000,-20.191000),(4.677000,-21.974000),(5.852000,-21.433000),(11.867000,-18.696000),(5.758000,-12.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.018000,-28.679000),(339.884000,-19.092000),(328.160000,-16.930000),(328.501000,-17.218000),(325.029000,-17.671000),(330.945000,-20.106000),(327.122000,-19.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.049000,-53.478000),(99.969000,-51.823000),(89.168000,-58.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.613000,31.772000),(322.031000,40.157000),(312.543000,42.671000),(311.699000,41.315000),(307.908000,37.085000),(302.660000,31.824000),(305.588000,27.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.756000,3.892000),(187.219000,6.890000),(183.254000,9.343000),(188.878000,-6.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.860000,53.233000),(227.745000,62.071000),(246.607000,53.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.346000,-19.852000),(355.262000,-15.543000),(353.592000,-21.996000),(356.297000,-21.061000),(359.625000,-19.523000),(0.996000,-12.226000),(2.667000,-6.261000),(353.844000,-12.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.388000,-57.893000),(337.684000,-61.852000),(344.857000,-68.389000),(5.983000,-64.252000),(355.263000,-61.309000),(10.185000,-64.951000),(10.198000,-59.499000),(358.698000,-58.277000),(355.995000,-54.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.259000,72.860000),(304.119000,75.377000),(310.207000,80.659000),(298.051000,78.797000),(270.422000,75.528000),(295.185000,72.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.874000,-4.722000),(178.386000,-3.388000),(181.709000,-5.166000),(184.209000,8.013000),(180.510000,4.313000),(178.675000,1.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.606000,52.153000),(229.399000,53.620000),(240.731000,52.249000),(229.123000,57.131000),(214.715000,55.082000),(215.819000,52.298000),(223.315000,53.493000),(225.888000,52.606000),(227.995000,52.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.903000,57.136000),(356.225000,57.386000),(0.757000,53.690000),(357.757000,54.769000),(4.543000,50.598000),(5.441000,48.880000),(6.143000,51.065000),(5.559000,52.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.662000,-37.007000),(343.180000,-33.804000),(329.638000,-37.517000),(331.467000,-44.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.400000,5.821000),(130.941000,4.923000),(131.307000,9.045000),(122.651000,-2.182000),(128.513000,-4.085000),(129.569000,-4.230000),(136.214000,-6.382000),(131.765000,1.487000),(138.201000,1.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.654000,-1.805000),(7.165000,0.813000),(357.184000,5.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.489000,35.749000),(223.772000,38.827000),(221.899000,27.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.388000,-26.600000),(174.929000,-35.258000),(176.737000,-30.680000),(180.691000,-36.471000),(180.775000,-27.452000),(182.449000,-24.790000),(174.468000,-20.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.485000,-10.569000),(356.093000,-4.129000),(346.329000,-4.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.975000,38.431000),(38.496000,41.101000),(42.704000,44.737000),(38.851000,49.409000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.852000,-0.984000),(13.125000,-1.712000),(10.680000,0.833000),(9.859000,3.447000),(10.003000,3.930000),(9.624000,6.026000),(7.576000,5.295000),(5.062000,0.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.393000,-3.308000),(180.201000,-1.328000),(180.990000,1.739000),(173.671000,2.164000),(171.961000,0.471000),(173.364000,-3.446000),(171.911000,-4.216000),(176.752000,-4.011000),(178.955000,-4.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.439000,-28.318000),(104.486000,-32.501000),(106.767000,-33.351000),(116.194000,-27.473000),(114.090000,-23.699000),(112.704000,-22.678000),(109.404000,-28.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.824000,19.178000),(184.412000,17.639000),(189.667000,26.828000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.972000,8.795000),(169.223000,15.052000),(164.692000,5.670000),(170.574000,6.834000),(175.186000,4.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.319000,-15.415000),(190.842000,-12.358000),(184.908000,-13.091000),(181.010000,-9.066000),(180.681000,-14.016000),(176.823000,-13.957000),(180.503000,-19.138000),(186.929000,-18.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.059000,-18.801000),(107.377000,-16.113000),(113.189000,-19.176000),(112.204000,-13.499000),(100.020000,-8.748000),(105.504000,-13.139000),(103.049000,-14.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.529000,19.630000),(119.737000,14.722000),(117.931000,7.467000),(120.169000,7.974000),(122.613000,7.608000),(129.988000,14.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.727000,-15.513000),(357.263000,-15.893000),(356.200000,-13.109000),(355.191000,-12.923000),(352.636000,-13.543000),(353.297000,-19.726000),(358.271000,-22.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.899000,1.094000),(187.334000,-3.114000),(190.516000,-1.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.039000,9.072000),(72.860000,9.801000),(69.484000,13.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.514000,-12.258000),(67.859000,-11.296000),(69.731000,-10.060000),(67.351000,-3.673000),(61.347000,-7.892000),(65.823000,-8.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.274000,-24.662000),(27.816000,-24.859000),(30.411000,-20.448000),(30.131000,-18.337000),(26.559000,-19.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.121000,-56.169000),(191.777000,-58.352000),(181.873000,-46.930000),(177.937000,-53.233000),(184.391000,-55.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.281000,-6.916000),(45.283000,-2.322000),(41.016000,-12.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.199000,-5.662000),(166.862000,-8.418000),(166.244000,-6.091000),(165.695000,-5.149000),(166.053000,-9.337000),(160.134000,-13.289000),(167.069000,-13.746000),(169.214000,-17.854000),(171.868000,-19.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.161000,44.358000),(106.449000,46.292000),(104.913000,45.025000),(101.114000,36.845000),(106.389000,37.624000),(115.636000,33.621000),(118.839000,34.303000),(113.889000,39.281000),(115.081000,39.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.013000,18.335000),(345.287000,14.779000),(341.779000,11.331000),(344.602000,9.186000),(352.006000,11.124000),(349.962000,17.105000),(351.449000,18.032000),(355.202000,21.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.339000,16.969000),(3.763000,12.878000),(3.254000,12.852000),(2.934000,17.576000),(358.064000,14.967000),(356.207000,18.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.511000,40.201000),(248.095000,38.870000),(252.036000,35.254000),(265.570000,38.235000),(258.058000,43.897000),(243.019000,40.122000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.181000,-25.974000),(2.339000,-24.971000),(4.093000,-30.987000),(4.401000,-35.384000),(3.595000,-37.807000),(12.262000,-38.365000),(9.277000,-33.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.340000,-3.975000),(157.631000,1.962000),(156.867000,-0.661000),(152.878000,-4.750000),(151.555000,-10.610000),(156.704000,-8.019000),(157.542000,-8.564000),(162.746000,-8.586000),(157.815000,-7.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.113000,-1.184000),(152.658000,-2.113000),(153.190000,-3.437000),(159.925000,-2.984000),(161.061000,-6.742000),(165.160000,-2.826000),(165.672000,6.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.839000,-3.136000),(165.156000,0.591000),(166.859000,-9.268000),(166.277000,-10.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.191000,32.587000),(22.630000,34.976000),(21.407000,42.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.046000,-1.425000),(16.696000,-5.630000),(23.101000,0.414000),(17.139000,1.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.059000,38.536000),(148.457000,50.099000),(141.513000,47.305000),(138.328000,48.746000),(131.308000,50.374000),(133.724000,42.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.184000,35.503000),(3.256000,36.398000),(0.183000,35.196000),(358.394000,33.645000),(0.852000,26.146000),(6.305000,30.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.324000,-21.680000),(154.456000,-16.897000),(158.130000,-12.086000),(149.848000,-14.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.922000,-47.022000),(61.428000,-45.903000),(56.748000,-42.840000),(38.962000,-46.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.545000,-46.168000),(151.882000,-44.892000),(149.266000,-41.217000),(141.694000,-41.074000),(142.157000,-37.387000),(136.935000,-46.790000),(140.887000,-49.874000),(143.050000,-48.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.770000,12.337000),(356.027000,23.182000),(347.354000,19.270000),(339.548000,21.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.882000,2.273000),(8.428000,8.032000),(355.193000,-2.168000),(353.238000,-3.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.308000,37.176000),(139.364000,36.564000),(138.185000,42.353000),(133.373000,47.877000),(130.124000,48.332000),(125.214000,38.949000),(128.200000,34.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.332000,-11.008000),(346.713000,-3.842000),(341.862000,-4.055000),(344.584000,-9.095000),(336.417000,-12.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.040000,62.211000),(74.891000,59.659000),(78.016000,55.996000),(81.597000,60.252000),(81.001000,60.926000),(93.832000,57.391000),(85.339000,62.889000),(83.395000,64.731000),(81.168000,69.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.226000,-34.760000),(7.999000,-33.951000),(6.841000,-38.356000),(8.815000,-40.836000),(7.979000,-41.818000),(12.131000,-42.812000),(13.358000,-43.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.230000,-10.541000),(1.387000,-10.104000),(2.040000,-8.947000),(10.870000,-5.703000),(2.049000,-4.244000),(1.109000,-4.915000),(359.086000,0.451000),(357.868000,-3.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.978000,11.605000),(47.612000,17.332000),(39.735000,18.279000),(40.715000,16.358000),(35.346000,16.798000),(36.244000,11.584000),(40.802000,7.314000),(47.479000,4.596000),(48.695000,6.658000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.948000,51.273000),(142.436000,50.485000),(142.832000,48.495000),(159.706000,42.777000),(162.402000,50.980000),(153.695000,50.915000),(145.592000,55.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.789000,-3.127000),(313.490000,-3.883000),(324.151000,1.286000),(321.412000,5.403000),(319.118000,11.301000),(315.292000,9.834000),(313.485000,3.891000),(309.179000,7.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.930000,12.662000),(182.709000,14.648000),(182.938000,13.781000),(176.133000,9.205000),(180.025000,10.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.414000,-26.068000),(208.020000,-25.853000),(205.359000,-27.376000),(208.396000,-33.449000),(208.497000,-32.465000),(209.225000,-32.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.094000,1.392000),(182.610000,0.674000),(178.405000,6.400000),(178.624000,4.654000),(175.010000,3.902000),(177.620000,0.417000),(174.385000,-7.341000),(186.710000,-4.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.574000,60.940000),(317.272000,61.429000),(312.379000,61.707000),(313.377000,63.720000),(303.804000,68.183000),(308.102000,61.014000),(306.435000,59.189000),(314.174000,56.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.520000,11.736000),(53.255000,9.543000),(55.909000,6.265000),(61.496000,12.324000),(58.536000,13.159000),(59.936000,20.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.249000,6.441000),(331.395000,6.776000),(341.572000,5.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.996000,-26.262000),(26.209000,-28.578000),(23.510000,-29.398000),(25.782000,-30.366000),(26.758000,-30.349000),(33.164000,-30.780000),(32.664000,-27.812000),(30.277000,-28.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.165000,31.980000),(325.107000,26.423000),(326.631000,23.084000),(333.281000,30.042000),(331.957000,31.458000),(329.354000,33.928000),(333.173000,35.410000),(332.589000,38.890000),(324.955000,33.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.510000,5.328000),(141.399000,2.365000),(149.823000,-1.824000),(152.325000,0.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.077000,39.858000),(334.994000,40.517000),(337.716000,41.224000),(331.931000,44.608000),(331.489000,47.466000),(322.217000,40.622000),(322.523000,35.754000),(332.111000,36.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.355000,-26.730000),(344.074000,-36.825000),(345.675000,-26.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.189000,64.201000),(354.674000,62.631000),(350.580000,70.951000),(336.310000,69.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.871000,-36.794000),(108.160000,-43.386000),(115.838000,-42.856000),(119.296000,-44.435000),(127.226000,-40.848000),(120.350000,-35.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.874000,-17.064000),(253.429000,-17.815000),(245.789000,-10.903000),(246.011000,-14.086000),(239.949000,-14.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.834000,26.302000),(182.730000,26.881000),(172.455000,26.806000),(167.860000,22.813000),(167.478000,16.713000),(175.763000,14.670000),(178.126000,18.616000),(179.439000,21.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.753000,3.020000),(359.176000,2.393000),(357.389000,2.771000),(355.434000,4.435000),(353.670000,1.595000),(358.224000,0.487000),(5.420000,-6.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.870000,63.783000),(323.619000,68.991000),(305.966000,71.554000),(301.784000,67.012000),(294.386000,67.151000),(315.370000,62.307000),(316.049000,62.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.853000,-4.273000),(204.031000,-4.171000),(206.236000,-2.054000),(195.651000,0.178000),(193.665000,-1.339000),(192.529000,-3.595000),(205.336000,-12.781000),(204.641000,-11.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.368000,-4.974000),(333.274000,-4.201000),(335.152000,1.427000),(336.839000,4.423000),(326.424000,3.344000),(329.721000,1.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.061000,-2.847000),(109.914000,-0.771000),(111.143000,-4.181000),(110.502000,-9.629000),(114.438000,-10.367000),(118.654000,-9.451000),(117.343000,-7.264000),(120.129000,-5.488000),(114.875000,-3.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.911000,-76.847000),(177.938000,-80.920000),(194.687000,-82.896000),(210.468000,-87.731000),(221.463000,-80.891000),(230.639000,-76.452000),(226.508000,-74.205000),(215.105000,-75.129000),(208.823000,-75.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.140000,-15.462000),(352.246000,-15.515000),(343.609000,-12.460000),(348.014000,-16.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.553000,15.081000),(231.377000,6.819000),(231.261000,2.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.007000,27.867000),(4.656000,30.652000),(9.687000,30.565000),(7.882000,29.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.555000,46.218000),(161.479000,41.500000),(159.081000,43.702000),(152.645000,40.608000),(158.686000,31.898000),(163.885000,37.703000),(167.858000,31.869000),(165.640000,36.286000),(170.230000,43.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.960000,3.348000),(348.088000,3.720000),(353.398000,-2.894000),(353.860000,-3.521000),(4.034000,-5.695000),(356.863000,-3.256000),(359.441000,-1.856000),(356.729000,-1.176000),(357.209000,3.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.692000,-20.458000),(55.165000,-14.449000),(55.684000,-15.977000),(49.289000,-18.352000),(54.580000,-24.986000),(57.622000,-23.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.056000,2.469000),(165.850000,-7.611000),(173.428000,-11.118000),(172.920000,-13.272000),(174.798000,-7.848000),(182.981000,-9.280000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.336000,34.873000),(53.430000,30.483000),(63.751000,27.758000),(61.950000,28.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.752000,-25.327000),(340.966000,-21.689000),(340.616000,-21.198000),(335.326000,-23.991000),(338.555000,-23.808000),(333.822000,-25.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.564000,23.169000),(161.151000,25.109000),(154.027000,24.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.284000,-17.203000),(322.636000,-20.945000),(326.336000,-20.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.808000,3.814000),(357.391000,-0.441000),(1.467000,-1.269000),(359.944000,1.591000),(3.206000,-3.704000),(5.481000,10.036000),(0.802000,4.868000),(358.006000,9.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.180000,2.766000),(330.344000,8.925000),(333.020000,9.882000),(329.947000,12.645000),(326.306000,19.287000),(328.802000,10.726000),(327.079000,3.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.928000,13.316000),(229.111000,16.607000),(228.796000,8.971000),(231.594000,13.216000),(233.686000,17.314000),(234.416000,18.533000),(233.709000,21.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.998000,-35.905000),(17.006000,-31.694000),(18.696000,-24.318000),(9.118000,-27.727000),(5.319000,-35.509000),(6.928000,-38.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.333000,-0.127000),(156.493000,-3.836000),(160.900000,-7.975000),(165.125000,-5.792000),(163.842000,1.041000),(157.872000,3.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.898000,-25.148000),(21.350000,-34.506000),(21.222000,-31.863000),(23.988000,-36.467000),(29.147000,-35.119000),(23.561000,-30.619000),(31.008000,-31.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.709000,23.498000),(189.513000,33.355000),(179.772000,31.708000),(182.866000,26.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.237000,-3.273000),(37.440000,-2.014000),(32.547000,-4.272000),(29.268000,0.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.893000,-30.478000),(180.632000,-34.021000),(184.101000,-27.619000),(183.130000,-26.200000),(179.694000,-25.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.486000,-30.930000),(222.764000,-28.521000),(230.475000,-32.564000),(237.437000,-38.394000),(233.763000,-33.249000),(242.136000,-30.601000),(233.557000,-31.836000),(237.691000,-27.597000),(230.500000,-26.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.940000,54.835000),(171.303000,48.922000),(170.132000,58.749000),(162.680000,57.123000),(161.636000,59.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.689000,-23.474000),(191.807000,-23.138000),(185.335000,-20.174000),(180.124000,-16.160000),(179.980000,-20.208000),(181.066000,-22.418000),(175.932000,-22.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.279000,-27.847000),(107.675000,-32.652000),(117.755000,-32.522000),(119.827000,-30.321000),(112.625000,-27.456000),(111.189000,-27.280000),(109.550000,-19.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.264000,37.264000),(4.034000,30.979000),(8.869000,27.368000),(18.782000,36.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.460000,-15.884000),(210.683000,-12.241000),(210.413000,-6.998000),(202.826000,-8.972000),(202.806000,-10.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.896000,62.195000),(12.695000,55.044000),(9.892000,58.325000),(16.839000,54.093000),(8.963000,63.555000),(9.633000,65.892000),(3.935000,63.942000),(3.038000,63.223000),(3.820000,62.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.274000,31.285000),(232.218000,34.700000),(232.062000,43.304000),(227.523000,35.283000),(225.648000,31.947000),(237.979000,29.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.331000,10.114000),(183.618000,12.029000),(179.623000,9.040000),(176.578000,12.640000),(181.640000,2.189000),(185.064000,2.289000),(182.526000,7.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.004000,48.905000),(99.604000,47.432000),(102.455000,41.964000),(101.260000,40.672000),(109.020000,40.044000),(109.683000,34.745000),(112.683000,44.711000),(113.429000,45.339000),(112.394000,46.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.947000,46.339000),(25.660000,43.150000),(27.283000,42.099000),(20.142000,42.876000),(27.443000,40.747000),(22.753000,39.937000),(34.356000,36.409000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.588000,23.451000),(357.502000,21.265000),(3.499000,20.168000),(1.203000,11.095000),(9.977000,13.972000),(9.602000,17.973000),(8.683000,22.716000),(2.672000,28.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.518000,-4.282000),(199.771000,-2.061000),(188.333000,0.664000),(184.561000,-5.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.405000,-11.964000),(216.610000,-9.165000),(217.353000,-6.775000),(213.147000,-5.787000),(207.997000,-2.504000),(205.609000,-7.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.179000,64.480000),(108.715000,68.146000),(113.424000,65.800000),(86.465000,77.718000),(86.133000,72.293000),(97.233000,69.703000),(92.547000,63.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.634000,-7.990000),(331.985000,-11.288000),(326.980000,-14.747000),(332.325000,-16.482000),(333.469000,-18.008000),(334.442000,-16.694000),(334.225000,-14.980000),(335.182000,-13.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.840000,-45.869000),(31.536000,-51.045000),(44.942000,-40.701000),(42.355000,-44.345000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.457000,-15.131000),(354.680000,-13.630000),(353.170000,-9.204000),(348.984000,-7.957000),(348.380000,-7.658000),(348.266000,-10.106000),(341.142000,-10.643000),(347.494000,-11.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.324000,-17.616000),(112.046000,-20.032000),(110.334000,-15.187000),(116.164000,-12.431000),(105.934000,-9.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.851000,0.154000),(176.793000,-3.701000),(177.802000,-6.290000),(188.180000,-6.089000),(188.759000,-2.573000),(186.303000,0.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.392000,-11.332000),(12.846000,-6.594000),(12.304000,0.013000),(10.269000,-8.986000),(10.890000,-11.998000),(11.560000,-12.035000),(15.112000,-14.813000),(15.699000,-15.427000),(16.907000,-15.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.923000,10.941000),(317.429000,12.016000),(319.447000,18.981000),(316.088000,17.556000),(312.511000,16.892000),(312.148000,10.895000),(317.952000,9.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.660000,-0.752000),(172.896000,-0.782000),(170.545000,-9.010000),(174.848000,-6.480000),(176.137000,-8.882000),(181.405000,-8.949000),(184.409000,-4.417000),(176.938000,-1.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.531000,25.934000),(345.312000,34.062000),(338.157000,31.648000),(334.865000,21.894000),(346.391000,21.578000),(343.283000,23.433000),(345.459000,22.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.368000,23.620000),(23.539000,19.499000),(23.141000,20.573000),(26.055000,24.310000),(24.739000,25.871000),(24.493000,26.202000),(25.859000,33.729000),(21.653000,29.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.048000,-2.249000),(6.325000,-12.283000),(9.014000,-9.304000),(4.087000,2.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.140000,-27.320000),(197.902000,-28.234000),(200.216000,-25.067000),(195.801000,-19.954000),(195.889000,-29.017000),(192.022000,-29.525000),(193.824000,-31.515000),(194.867000,-33.435000),(196.436000,-30.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.047000,-28.920000),(139.725000,-32.639000),(129.423000,-36.522000),(131.994000,-46.004000),(133.572000,-46.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.861000,-24.771000),(16.590000,-23.473000),(15.223000,-22.821000),(15.887000,-22.143000),(11.251000,-17.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.635000,44.338000),(330.089000,48.133000),(324.445000,47.891000),(324.342000,48.006000),(324.902000,53.268000),(319.524000,48.852000),(314.682000,49.421000),(318.028000,46.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.830000,-0.229000),(17.923000,-2.720000),(17.653000,2.919000),(13.674000,11.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.450000,-9.758000),(212.682000,-4.025000),(203.462000,-10.341000),(209.578000,-8.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.603000,65.443000),(69.302000,69.521000),(25.227000,69.348000),(32.126000,69.177000),(35.540000,68.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.598000,-25.430000),(339.784000,-26.309000),(340.059000,-22.627000),(334.852000,-20.514000),(333.106000,-32.865000),(335.901000,-35.901000),(340.997000,-29.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.253000,81.842000),(14.616000,84.122000),(9.139000,84.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.718000,5.839000),(359.191000,4.654000),(359.970000,1.682000),(2.176000,9.227000),(0.360000,14.254000),(359.492000,12.077000),(350.926000,9.308000),(351.072000,5.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.768000,-2.778000),(24.730000,-1.904000),(27.806000,-9.571000),(30.213000,-9.730000),(32.627000,-14.193000),(33.712000,-14.297000),(36.226000,-12.851000),(34.781000,-8.048000),(37.616000,-9.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.711000,-11.313000),(202.397000,-24.898000),(212.365000,-25.234000),(211.325000,-17.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.930000,-48.043000),(34.222000,-48.832000),(40.347000,-54.748000),(36.654000,-58.362000),(43.735000,-53.330000),(46.666000,-50.981000),(47.780000,-43.371000),(45.518000,-44.566000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.973000,27.611000),(1.185000,29.038000),(359.598000,40.338000),(353.839000,38.155000),(348.147000,40.453000),(346.866000,39.713000),(348.247000,32.473000),(344.131000,27.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.935000,58.315000),(5.350000,54.776000),(12.906000,46.946000),(10.982000,56.620000),(16.074000,58.724000),(8.204000,64.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.763000,4.062000),(185.133000,3.482000),(181.678000,-1.783000),(191.532000,8.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.551000,38.711000),(238.410000,38.671000),(222.783000,29.929000),(231.597000,32.193000),(232.982000,29.372000),(236.921000,26.045000),(241.668000,29.785000),(243.232000,33.568000),(239.673000,33.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.786000,1.638000),(84.928000,5.023000),(82.449000,-1.648000),(84.416000,-3.456000),(86.745000,-3.689000),(87.912000,-2.265000),(90.189000,-3.108000),(88.310000,-0.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.656000,45.113000),(34.074000,41.657000),(34.990000,38.521000),(37.843000,37.360000),(36.747000,35.870000),(40.150000,35.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.489000,7.134000),(354.614000,12.621000),(349.969000,6.469000),(347.777000,5.850000),(343.812000,5.928000),(346.544000,3.413000),(349.455000,3.431000),(350.164000,0.438000),(353.733000,-3.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.521000,-60.210000),(122.024000,-54.546000),(105.863000,-56.180000),(100.944000,-54.915000),(108.107000,-58.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.549000,-8.499000),(14.212000,-14.662000),(9.220000,-14.572000),(13.110000,-18.699000),(20.256000,-15.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.089000,-24.220000),(226.143000,-23.297000),(220.035000,-30.100000),(224.815000,-32.874000),(231.240000,-27.766000),(230.350000,-24.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.307000,-61.334000),(289.605000,-59.120000),(287.603000,-57.625000),(293.740000,-49.595000),(288.314000,-52.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.219000,-0.911000),(162.639000,2.936000),(163.196000,4.708000),(159.361000,8.701000),(151.086000,0.247000),(149.716000,-6.471000),(157.461000,-9.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.980000,69.993000),(92.085000,66.749000),(91.918000,58.442000),(101.930000,62.361000),(104.813000,63.841000),(105.428000,65.344000),(106.683000,66.133000),(114.301000,71.317000),(97.233000,69.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.685000,-24.860000),(197.796000,-28.463000),(202.313000,-21.716000),(211.753000,-20.948000),(203.074000,-17.381000),(196.978000,-16.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.567000,-29.069000),(284.867000,-28.859000),(288.231000,-33.625000),(287.408000,-28.098000),(290.940000,-28.065000),(292.807000,-26.700000),(292.040000,-19.338000),(287.428000,-25.294000),(286.230000,-25.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.610000,13.453000),(110.728000,14.576000),(108.821000,17.619000),(104.870000,17.829000),(104.320000,22.013000),(98.892000,14.159000),(101.348000,14.639000),(105.074000,7.021000),(105.676000,11.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.280000,42.522000),(47.028000,44.855000),(27.363000,45.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.957000,3.423000),(355.132000,-0.148000),(352.299000,-1.291000),(349.902000,-3.983000),(348.646000,-6.163000),(346.406000,-9.126000),(353.682000,-7.707000),(1.352000,-8.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.355000,-10.239000),(139.480000,-1.635000),(138.332000,-4.114000),(137.265000,-1.593000),(137.280000,-5.883000),(134.461000,-12.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.164000,17.523000),(149.398000,21.164000),(141.264000,17.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.028000,-19.924000),(268.901000,-24.115000),(272.752000,-20.278000),(276.318000,-13.206000),(270.566000,-14.227000),(270.906000,-12.991000),(267.610000,-12.418000),(266.106000,-14.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.038000,-11.622000),(81.127000,-5.794000),(77.197000,-6.132000),(73.348000,-7.767000),(70.574000,-8.648000),(73.144000,-9.471000),(71.965000,-13.241000),(75.479000,-13.012000),(79.106000,-12.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.886000,9.292000),(354.692000,6.748000),(353.974000,-0.386000),(0.952000,-0.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.505000,-6.939000),(9.000000,-8.011000),(6.059000,-4.214000),(4.169000,-3.263000),(1.280000,-7.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.379000,29.206000),(54.982000,28.031000),(50.272000,21.607000),(55.991000,22.102000),(60.716000,22.934000),(67.513000,22.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.574000,-12.785000),(141.959000,-9.216000),(145.418000,-14.152000),(138.588000,-11.889000),(145.862000,-16.977000),(150.367000,-23.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.155000,47.308000),(54.620000,49.593000),(48.841000,61.188000),(35.790000,55.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.295000,63.865000),(53.401000,68.685000),(32.200000,69.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.064000,8.084000),(161.387000,13.087000),(157.405000,1.431000),(162.878000,3.448000),(161.077000,0.274000),(160.663000,-0.702000),(167.992000,4.376000),(171.004000,4.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.557000,25.071000),(148.398000,25.082000),(147.342000,33.329000),(145.967000,30.518000),(143.196000,27.307000),(144.220000,25.161000),(138.935000,30.107000),(150.184000,16.920000),(147.288000,23.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.086000,-22.995000),(33.199000,-24.427000),(39.661000,-29.931000),(44.838000,-30.031000),(39.175000,-19.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.493000,-6.066000),(354.916000,-12.015000),(356.349000,-5.971000),(358.874000,-11.409000),(357.240000,-1.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.723000,-2.157000),(39.882000,-9.079000),(37.364000,8.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.866000,11.872000),(142.261000,8.481000),(142.308000,8.110000),(145.914000,8.825000),(149.856000,11.491000),(151.081000,17.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.782000,-5.580000),(183.126000,-6.663000),(188.923000,-11.823000),(190.259000,-12.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.411000,23.814000),(192.894000,26.654000),(196.092000,23.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.548000,7.888000),(333.413000,11.982000),(325.680000,10.549000),(323.561000,8.615000),(331.594000,7.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.516000,-23.023000),(321.306000,-17.856000),(317.363000,-18.613000),(321.359000,-16.109000),(314.797000,-15.891000),(314.897000,-16.969000),(309.441000,-19.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.031000,-24.128000),(354.022000,-15.826000),(344.937000,-13.362000),(337.295000,-18.782000),(344.143000,-25.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.102000,-5.490000),(1.150000,1.217000),(3.010000,1.813000),(356.014000,8.286000),(353.208000,3.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.923000,-1.384000),(359.772000,-8.408000),(356.431000,4.421000),(356.531000,1.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.449000,-18.227000),(300.010000,-26.104000),(300.167000,-25.518000),(302.221000,-27.737000),(303.554000,-25.044000),(307.574000,-19.533000),(304.245000,-19.772000),(300.350000,-20.378000),(299.892000,-12.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.756000,-4.453000),(208.063000,-0.504000),(203.784000,-12.930000),(212.321000,-10.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.833000,7.443000),(40.890000,12.884000),(40.479000,6.085000),(38.724000,12.789000),(34.622000,7.438000),(35.090000,-3.019000),(42.157000,0.496000),(45.906000,-0.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.241000,11.663000),(29.006000,10.705000),(30.241000,11.423000),(30.790000,13.500000),(33.722000,15.705000),(29.783000,14.816000),(34.064000,19.460000),(27.459000,17.896000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.833000,38.627000),(270.784000,35.610000),(290.258000,32.839000),(290.969000,35.181000),(283.514000,39.179000),(286.083000,40.909000),(287.223000,42.925000),(287.286000,42.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.636000,2.894000),(2.897000,-3.233000),(3.872000,-3.937000),(6.114000,-5.930000),(7.341000,-1.619000),(10.622000,-0.185000),(7.120000,1.361000),(6.913000,3.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.074000,-19.699000),(228.459000,-16.608000),(228.327000,-22.466000),(220.311000,-18.356000),(225.375000,-26.458000),(233.501000,-31.427000),(239.668000,-24.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.193000,-53.012000),(74.550000,-53.965000),(75.024000,-51.321000),(77.011000,-46.723000),(79.854000,-43.678000),(73.166000,-41.956000),(71.692000,-44.269000),(67.185000,-52.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.489000,70.239000),(59.334000,80.956000),(54.301000,81.193000),(48.731000,81.985000),(45.764000,78.056000),(37.989000,72.677000),(47.747000,73.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.114000,-50.667000),(213.380000,-46.757000),(201.023000,-55.115000),(199.360000,-56.585000),(203.732000,-55.103000),(205.884000,-54.100000),(213.616000,-59.368000),(214.422000,-54.784000),(208.411000,-53.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.888000,23.606000),(46.948000,14.810000),(51.883000,20.514000),(51.081000,23.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.699000,-11.069000),(102.435000,-11.009000),(100.896000,-7.339000),(104.189000,0.281000),(97.243000,-5.056000),(97.471000,-9.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.195000,-25.069000),(221.323000,-24.509000),(215.256000,-26.022000),(216.860000,-28.033000),(214.988000,-29.056000),(226.903000,-28.952000),(232.013000,-25.478000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.078000,-33.541000),(130.044000,-33.751000),(128.506000,-33.950000),(129.890000,-41.289000),(140.594000,-34.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.220000,5.095000),(183.411000,2.915000),(185.080000,1.115000),(181.842000,-4.739000),(189.622000,-1.847000),(190.429000,-8.080000),(190.924000,-4.937000),(193.391000,-1.831000),(192.753000,-0.791000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.056000,-28.550000),(127.633000,-36.523000),(125.284000,-38.881000),(130.110000,-44.358000),(138.141000,-33.695000),(131.513000,-36.989000),(134.179000,-32.958000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.819000,39.553000),(254.503000,41.919000),(250.764000,27.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.822000,3.468000),(1.635000,-6.335000),(2.407000,-5.834000),(1.874000,-0.611000),(4.758000,-0.627000),(4.227000,-0.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.429000,-30.819000),(354.697000,-23.539000),(354.526000,-24.271000),(352.424000,-24.457000),(354.039000,-24.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.159000,-0.613000),(98.453000,-11.713000),(106.792000,2.710000),(102.048000,-0.643000),(98.690000,2.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.935000,3.462000),(354.965000,3.253000),(345.005000,5.284000),(347.546000,-4.283000),(347.752000,-4.261000),(354.886000,-2.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.659000,28.651000),(235.474000,27.941000),(242.565000,28.589000),(249.286000,28.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.483000,-0.690000),(4.852000,0.164000),(2.581000,3.612000),(358.714000,1.600000),(359.684000,-1.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.323000,-10.153000),(86.524000,-14.742000),(90.652000,-23.153000),(94.487000,-21.592000),(94.807000,-15.110000),(91.576000,-15.346000),(91.361000,-14.828000),(89.729000,-9.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.841000,-14.248000),(348.572000,-11.786000),(354.382000,-13.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.852000,6.234000),(312.608000,6.131000),(318.277000,4.514000),(316.748000,7.405000),(317.709000,7.967000),(312.216000,10.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.827000,60.025000),(47.030000,60.402000),(61.572000,58.498000),(41.225000,69.453000),(40.771000,69.720000),(44.007000,64.051000),(36.594000,58.990000),(41.293000,60.488000),(45.257000,57.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.799000,4.316000),(351.798000,1.882000),(347.588000,0.815000),(341.907000,-1.279000),(346.751000,-4.249000),(355.148000,-5.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.580000,4.442000),(170.916000,3.751000),(172.539000,2.203000),(174.197000,3.797000),(177.658000,0.853000),(174.531000,7.665000),(172.800000,6.526000),(171.233000,13.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.319000,11.955000),(160.059000,11.507000),(152.768000,17.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.616000,68.705000),(285.361000,63.567000),(287.515000,62.414000),(292.138000,62.373000),(298.806000,64.893000),(306.550000,60.095000),(309.871000,59.374000),(323.250000,65.176000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.322000,38.574000),(334.222000,41.477000),(332.344000,48.722000),(323.746000,33.847000),(325.452000,34.267000),(327.355000,33.241000),(334.616000,29.483000),(334.396000,34.720000),(337.966000,32.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.240000,-33.073000),(14.187000,-32.763000),(6.322000,-27.688000),(13.435000,-35.039000),(12.274000,-36.148000),(12.386000,-39.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.000000,41.444000),(151.817000,46.205000),(142.132000,51.680000),(140.302000,55.965000),(137.617000,58.998000),(129.869000,52.309000),(130.580000,46.571000),(137.301000,48.335000),(136.791000,41.430000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.978000,33.430000),(136.473000,32.539000),(136.842000,32.007000),(140.873000,31.300000),(139.350000,35.029000),(142.332000,36.289000),(144.668000,40.529000),(135.752000,37.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.724000,-15.474000),(160.374000,-16.058000),(164.623000,-20.601000),(167.926000,-18.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.613000,53.639000),(242.318000,49.652000),(234.319000,49.421000),(238.382000,47.163000),(231.935000,45.546000),(243.226000,43.677000),(244.765000,39.619000),(244.210000,44.580000),(247.445000,42.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.722000,-17.781000),(268.650000,-9.032000),(265.239000,-5.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.903000,-43.882000),(330.346000,-46.780000),(323.220000,-53.750000),(351.257000,-52.007000),(339.712000,-43.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.205000,-7.382000),(178.826000,-10.238000),(188.246000,-14.801000),(186.999000,-9.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.508000,42.779000),(172.012000,43.058000),(179.600000,46.175000),(172.053000,47.928000),(168.081000,44.678000),(159.244000,47.205000),(158.737000,41.782000),(166.429000,40.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.399000,-9.710000),(171.353000,-10.437000),(168.835000,-14.046000),(181.850000,-6.890000),(179.574000,-4.557000),(175.316000,-5.619000),(171.213000,-5.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.110000,56.560000),(289.055000,53.538000),(297.114000,52.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.001000,75.093000),(131.741000,74.480000),(118.218000,75.095000),(110.151000,76.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.059000,-8.098000),(173.827000,3.340000),(169.626000,-0.519000),(173.835000,-6.244000),(169.155000,-12.449000),(179.203000,-12.203000),(180.690000,-11.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.890000,-7.195000),(176.080000,-2.089000),(175.865000,-5.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.181000,29.084000),(337.993000,31.410000),(335.737000,41.340000),(333.899000,37.763000),(331.430000,35.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.976000,17.277000),(267.064000,19.596000),(264.224000,22.801000),(257.233000,21.180000),(260.449000,15.621000),(259.887000,10.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.580000,-4.539000),(96.931000,-2.549000),(97.661000,7.471000),(81.737000,3.581000),(90.913000,2.192000),(88.868000,-4.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.622000,-28.335000),(122.435000,-29.414000),(124.194000,-28.503000),(125.423000,-16.486000),(121.164000,-21.908000),(121.918000,-18.406000),(120.465000,-20.260000),(120.355000,-18.125000),(114.706000,-21.040000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.379000,-4.816000),(357.225000,-5.705000),(358.578000,-4.378000),(350.154000,4.153000),(353.132000,-0.428000),(350.556000,-3.513000),(354.274000,-2.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.976000,18.650000),(10.705000,17.570000),(17.687000,16.676000),(20.572000,16.288000),(19.007000,20.774000),(17.912000,22.373000),(17.306000,28.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.783000,7.951000),(53.977000,11.966000),(54.563000,12.884000),(52.315000,13.869000),(45.142000,14.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.457000,-53.461000),(326.272000,-57.132000),(331.630000,-58.481000),(332.431000,-46.892000),(326.696000,-46.100000),(322.216000,-43.120000),(323.975000,-49.999000),(322.003000,-49.973000),(309.892000,-50.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.708000,7.967000),(141.934000,3.993000),(137.880000,1.531000),(138.902000,-7.091000),(144.613000,-4.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.264000,-4.930000),(8.326000,-6.079000),(3.986000,7.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.331000,-6.270000),(349.879000,-1.774000),(351.462000,-1.958000),(350.846000,-0.395000),(348.173000,5.041000),(342.477000,4.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.808000,-24.678000),(128.368000,-26.959000),(117.476000,-31.460000),(125.847000,-29.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.132000,22.315000),(281.021000,21.508000),(287.982000,24.431000),(291.718000,23.946000),(291.104000,27.782000),(286.509000,33.392000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.335000,-43.845000),(260.587000,-44.629000),(267.032000,-46.605000),(263.807000,-41.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.431000,26.565000),(121.345000,31.163000),(126.769000,29.359000),(125.016000,34.216000),(128.205000,40.623000),(120.987000,42.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.460000,-0.002000),(270.029000,-8.038000),(278.615000,-4.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.944000,-13.048000),(91.462000,-19.447000),(94.493000,-9.186000),(90.664000,-10.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.863000,40.196000),(99.768000,34.587000),(103.448000,40.519000),(108.311000,40.587000),(93.083000,48.365000),(94.758000,45.241000),(95.977000,43.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.452000,83.740000),(6.948000,76.646000),(29.448000,78.176000),(35.119000,77.430000),(37.530000,74.428000),(47.882000,79.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.233000,-14.889000),(336.236000,-10.341000),(324.480000,-12.192000),(327.705000,-14.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.219000,-44.335000),(245.842000,-44.242000),(232.505000,-50.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.993000,-29.156000),(14.254000,-28.112000),(18.153000,-35.548000),(19.188000,-23.890000),(17.817000,-25.180000),(16.326000,-25.654000),(16.333000,-17.653000),(6.938000,-26.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.626000,56.089000),(38.816000,64.312000),(26.493000,59.901000),(9.935000,59.882000),(23.739000,50.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.248000,-4.483000),(356.833000,-6.601000),(0.721000,-5.759000),(3.176000,-3.687000),(5.198000,6.378000),(2.810000,-0.719000),(2.076000,-0.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.904000,-7.594000),(179.466000,-7.248000),(178.053000,-8.164000),(179.695000,-3.703000),(178.218000,-2.669000),(175.332000,-0.575000),(175.495000,-5.568000),(176.585000,-11.309000),(178.759000,-13.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.992000,-34.394000),(160.397000,-35.758000),(166.902000,-32.839000),(158.792000,-30.290000),(157.368000,-24.896000),(157.455000,-23.771000),(150.803000,-29.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.637000,23.494000),(42.012000,19.511000),(49.519000,30.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.740000,12.083000),(16.320000,7.974000),(21.582000,2.020000),(23.424000,-0.050000),(25.761000,4.213000),(26.020000,9.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.270000,31.051000),(173.674000,36.258000),(163.281000,44.552000),(166.728000,34.114000),(166.133000,33.033000),(168.517000,33.417000),(170.234000,32.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.388000,-34.178000),(192.706000,-30.848000),(189.257000,-29.840000),(183.854000,-27.929000),(183.907000,-32.718000),(184.993000,-33.965000),(187.288000,-35.825000),(189.378000,-36.961000),(190.631000,-38.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.912000,14.845000),(299.373000,25.771000),(297.690000,20.281000),(293.258000,16.905000),(294.358000,13.165000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.266000,13.925000),(305.944000,15.053000),(310.097000,17.380000),(309.394000,19.469000),(297.635000,11.374000),(300.486000,10.980000),(299.664000,6.128000),(303.488000,13.357000),(306.342000,5.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.041000,-5.113000),(13.793000,-4.829000),(21.075000,-1.939000),(17.135000,-2.441000),(14.780000,4.328000),(10.237000,-2.420000),(9.802000,-2.158000),(2.660000,-6.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.709000,-10.355000),(8.029000,-14.634000),(5.934000,-20.049000),(8.256000,-20.323000),(17.766000,-24.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.851000,-54.077000),(329.923000,-57.195000),(336.560000,-59.809000),(326.179000,-49.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.637000,-6.175000),(181.163000,5.587000),(181.625000,9.150000),(179.717000,7.228000),(178.209000,10.183000),(171.118000,9.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.261000,-17.662000),(68.904000,-22.203000),(68.320000,-22.187000),(65.696000,-25.706000),(67.692000,-28.580000),(73.207000,-29.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.399000,-21.232000),(31.965000,-20.905000),(36.112000,-18.110000),(29.890000,-13.658000),(28.536000,-9.609000),(25.145000,-14.117000),(19.834000,-19.215000),(21.295000,-21.318000),(26.166000,-24.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.204000,-4.521000),(4.975000,8.727000),(357.954000,4.004000),(358.106000,-0.788000),(354.490000,-3.178000),(356.381000,-2.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.282000,36.889000),(310.830000,37.286000),(312.069000,33.835000),(304.329000,34.076000),(320.997000,27.273000),(321.458000,28.982000),(322.452000,30.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.272000,14.437000),(288.611000,19.075000),(282.732000,17.483000),(282.674000,22.355000),(276.084000,13.424000),(279.956000,8.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.261000,-35.091000),(69.219000,-39.176000),(70.581000,-41.853000),(75.874000,-43.324000),(81.497000,-42.526000),(80.845000,-34.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.559000,55.494000),(328.035000,63.132000),(320.535000,57.984000),(318.987000,54.783000),(309.357000,55.490000),(310.107000,53.758000),(318.998000,49.985000),(318.013000,46.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.151000,9.889000),(16.438000,7.092000),(17.510000,8.244000),(16.639000,7.283000),(19.896000,5.532000),(22.850000,8.096000),(26.433000,6.052000),(20.850000,11.606000),(21.089000,15.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.162000,61.432000),(140.952000,61.636000),(130.415000,70.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.836000,-7.595000),(164.702000,-11.365000),(173.243000,-9.309000),(177.172000,-9.960000),(180.655000,-11.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.679000,-74.474000),(301.252000,-82.580000),(309.027000,-79.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.427000,37.416000),(19.053000,37.879000),(12.870000,29.895000),(17.425000,26.122000),(23.472000,31.970000),(22.250000,33.218000),(24.119000,34.620000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.652000,11.106000),(197.250000,0.164000),(195.021000,9.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.562000,-5.770000),(310.583000,-7.780000),(312.399000,-11.758000),(317.577000,-6.976000),(318.726000,-7.251000),(315.042000,-0.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.791000,40.997000),(72.410000,34.599000),(75.862000,34.746000),(76.307000,29.988000),(87.115000,28.905000),(81.635000,34.385000),(90.055000,33.304000),(81.618000,40.119000),(78.617000,36.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.569000,43.511000),(14.659000,41.731000),(18.390000,38.604000),(20.501000,44.581000),(23.894000,40.414000),(24.968000,39.189000),(15.445000,50.038000),(13.955000,48.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.625000,4.465000),(185.044000,9.846000),(180.870000,6.707000),(171.936000,2.818000),(181.064000,0.542000),(183.980000,0.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.915000,8.192000),(53.741000,6.963000),(57.165000,5.666000),(57.754000,2.687000),(58.646000,6.068000),(62.886000,9.809000),(58.226000,8.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.025000,-27.398000),(359.458000,-29.898000),(6.441000,-32.446000),(6.913000,-30.570000),(14.105000,-29.040000),(10.143000,-25.876000),(8.941000,-22.304000),(6.117000,-26.013000),(6.352000,-22.705000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.713000,39.367000),(346.352000,43.251000),(348.061000,40.855000),(347.393000,44.975000),(354.976000,42.285000),(349.470000,44.697000),(356.002000,51.491000),(344.928000,48.676000),(335.025000,48.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.643000,30.483000),(257.506000,32.983000),(255.227000,35.686000),(244.013000,33.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.176000,-7.673000),(180.945000,-16.742000),(182.163000,-23.298000),(185.267000,-15.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.695000,-28.104000),(286.570000,-34.860000),(281.032000,-36.519000),(292.268000,-37.376000),(292.436000,-36.301000),(290.785000,-35.489000),(289.317000,-34.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.744000,26.190000),(161.740000,29.518000),(158.302000,29.569000),(155.761000,29.727000),(164.581000,15.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.725000,13.926000),(262.034000,9.112000),(265.506000,10.333000),(272.685000,14.269000),(273.654000,14.826000),(268.943000,14.393000),(267.454000,19.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.859000,10.568000),(57.993000,15.633000),(59.697000,17.321000),(57.593000,16.398000),(53.683000,15.593000),(53.412000,10.023000),(54.984000,10.767000),(54.359000,13.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.833000,-27.165000),(43.244000,-27.379000),(34.555000,-23.560000),(38.226000,-18.587000),(32.262000,-18.738000),(29.647000,-24.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.975000,49.042000),(340.348000,45.991000),(335.263000,45.582000),(344.635000,44.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.010000,17.064000),(21.456000,17.809000),(18.179000,18.185000),(12.364000,19.307000),(13.434000,14.337000),(13.403000,9.025000),(17.109000,9.035000),(23.786000,7.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.211000,-1.136000),(177.958000,-1.945000),(174.412000,-9.116000),(178.843000,-17.913000),(177.426000,-11.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.852000,18.173000),(213.943000,19.672000),(215.843000,25.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.589000,-10.035000),(300.292000,-11.288000),(295.416000,-11.311000),(303.438000,-11.957000),(301.979000,-15.975000),(305.062000,-13.646000),(307.419000,-18.533000),(312.240000,-10.835000),(308.827000,-10.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.599000,-36.263000),(349.725000,-27.572000),(343.974000,-30.025000),(342.978000,-30.261000),(341.615000,-32.284000),(342.571000,-35.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.733000,81.454000),(45.053000,78.910000),(69.571000,77.664000),(69.669000,75.546000),(65.899000,71.931000),(82.533000,75.385000),(112.854000,75.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.741000,-0.063000),(1.178000,7.929000),(0.599000,5.022000),(359.678000,-3.014000),(359.339000,-10.183000),(4.148000,-3.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.537000,25.732000),(328.253000,34.256000),(322.529000,29.162000),(318.784000,31.207000),(314.260000,24.088000),(321.139000,25.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.583000,67.860000),(210.024000,65.957000),(214.139000,66.277000),(213.730000,68.859000),(233.838000,73.557000),(225.341000,79.803000),(184.296000,80.289000),(178.403000,78.611000),(190.145000,70.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.673000,16.567000),(180.854000,14.340000),(186.434000,11.030000),(190.172000,12.913000),(184.835000,16.469000),(182.619000,23.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.875000,2.838000),(54.015000,9.177000),(40.763000,10.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.670000,12.907000),(163.433000,14.835000),(162.391000,17.939000),(160.882000,20.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.240000,16.874000),(6.796000,13.851000),(3.035000,15.144000),(359.499000,5.864000),(1.612000,7.951000),(5.261000,2.151000),(7.785000,8.308000),(6.540000,11.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.037000,-0.850000),(5.236000,-5.408000),(15.556000,-0.569000),(18.096000,0.081000),(15.953000,4.964000),(9.132000,2.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.622000,-30.275000),(313.665000,-28.325000),(312.571000,-28.708000),(312.373000,-25.390000),(309.181000,-25.193000),(306.584000,-30.882000),(306.551000,-30.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.203000,29.419000),(17.463000,26.659000),(21.582000,26.242000),(22.777000,28.810000),(22.246000,33.521000),(14.604000,37.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.908000,-9.730000),(146.840000,-13.367000),(147.975000,-9.177000),(147.162000,-8.609000),(143.945000,-7.179000),(140.379000,-5.455000),(135.539000,-1.965000),(132.481000,-6.132000),(130.624000,-8.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.094000,-1.930000),(179.735000,7.122000),(177.759000,7.578000),(174.460000,8.600000),(179.142000,6.512000),(178.763000,5.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.378000,-9.331000),(18.132000,-11.450000),(19.967000,-9.432000),(24.976000,-6.720000),(19.149000,-6.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.605000,-20.704000),(300.468000,-17.973000),(301.350000,-15.653000),(298.428000,-17.714000),(291.784000,-17.819000),(295.568000,-23.705000),(297.071000,-26.490000),(305.371000,-25.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.377000,9.128000),(10.216000,10.195000),(19.143000,10.525000),(5.668000,11.099000),(1.787000,8.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.267000,3.282000),(13.367000,-9.669000),(21.682000,-7.848000),(20.523000,-5.387000),(22.692000,-5.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.947000,-10.651000),(26.750000,-9.431000),(27.708000,-13.565000),(32.308000,-12.710000),(32.943000,-16.274000),(36.212000,-12.040000),(36.220000,-7.650000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.360000,-2.449000),(186.976000,2.071000),(173.439000,2.985000),(177.711000,0.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.606000,7.739000),(21.579000,12.543000),(13.022000,18.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.407000,-10.235000),(2.497000,-14.767000),(2.637000,-14.033000),(3.187000,-13.186000),(4.630000,-11.070000),(6.508000,-8.993000),(357.239000,-6.859000),(355.315000,-7.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.373000,36.141000),(308.596000,35.416000),(313.089000,29.881000),(309.993000,27.102000),(322.802000,25.444000),(325.113000,32.926000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.761000,-44.446000),(132.880000,-35.378000),(127.541000,-33.369000),(124.727000,-26.491000),(119.967000,-28.199000),(119.346000,-32.534000),(118.751000,-36.116000),(112.488000,-40.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.063000,-20.946000),(274.866000,-26.082000),(273.341000,-29.606000),(275.289000,-29.459000),(272.874000,-32.306000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.419000,54.875000),(39.195000,49.155000),(55.932000,49.992000),(49.902000,55.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.582000,-17.642000),(223.695000,-22.960000),(217.495000,-20.335000),(220.720000,-26.261000),(216.751000,-26.449000),(226.291000,-31.834000),(235.262000,-28.016000),(229.901000,-26.505000),(226.707000,-25.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.851000,-40.180000),(262.962000,-37.512000),(263.630000,-39.914000),(268.253000,-43.451000),(269.134000,-33.655000),(268.424000,-32.011000),(267.685000,-32.546000),(264.254000,-34.019000),(254.219000,-35.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.017000,-2.320000),(149.648000,-4.889000),(148.899000,-7.371000),(154.871000,-2.799000),(153.588000,-4.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.753000,19.673000),(192.364000,24.925000),(198.422000,16.319000),(199.763000,13.190000),(206.289000,12.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.190000,40.075000),(35.753000,37.322000),(34.420000,38.299000),(31.758000,36.519000),(31.467000,36.030000),(33.647000,28.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.828000,0.099000),(24.155000,10.447000),(25.591000,4.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.345000,7.759000),(344.895000,4.614000),(352.097000,5.455000),(351.309000,8.307000),(356.544000,11.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.285000,46.481000),(139.056000,42.449000),(137.463000,50.156000),(127.004000,50.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.135000,-13.442000),(308.439000,-8.721000),(306.895000,-2.533000),(302.774000,-5.888000),(295.403000,-3.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.411000,-11.347000),(315.192000,-11.965000),(316.710000,-13.546000),(314.062000,-14.070000),(316.404000,-17.482000),(317.038000,-17.356000),(320.055000,-23.158000),(325.192000,-13.938000),(327.425000,-11.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.866000,38.358000),(295.886000,39.332000),(288.451000,35.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.504000,6.219000),(193.676000,7.799000),(203.714000,16.289000),(203.768000,18.048000),(193.604000,16.780000),(195.236000,11.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.116000,14.006000),(186.549000,5.808000),(187.662000,6.608000),(192.192000,9.673000),(197.161000,8.548000),(192.859000,14.023000),(194.919000,20.325000),(181.722000,14.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.870000,1.516000),(166.690000,-1.854000),(167.391000,0.518000),(170.122000,-2.059000),(168.022000,0.617000),(170.746000,1.506000),(167.275000,2.767000),(162.824000,4.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.898000,-24.334000),(121.990000,-27.908000),(122.538000,-23.188000),(121.799000,-21.183000),(120.331000,-21.997000),(117.215000,-21.701000),(115.056000,-22.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.821000,0.050000),(161.749000,-4.576000),(165.298000,-8.043000),(165.353000,-9.955000),(175.275000,-9.533000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.914000,8.315000),(185.458000,13.904000),(177.134000,15.303000),(176.295000,18.789000),(171.301000,21.494000),(173.408000,15.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.549000,55.735000),(41.427000,51.952000),(38.458000,46.222000),(49.264000,53.259000),(49.819000,53.092000),(54.724000,53.981000),(46.651000,55.113000),(45.140000,58.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.592000,-7.309000),(7.393000,-2.663000),(0.764000,4.288000),(354.924000,1.748000),(349.478000,-4.942000),(354.958000,-6.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.627000,4.949000),(11.299000,1.278000),(12.151000,2.959000),(15.586000,-2.239000),(16.906000,4.042000),(17.252000,7.874000),(17.420000,8.445000),(8.338000,9.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.281000,-23.909000),(311.083000,-20.883000),(310.906000,-16.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.014000,-24.996000),(4.650000,-27.274000),(11.954000,-40.314000),(11.680000,-29.979000),(13.636000,-26.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.228000,-4.411000),(7.880000,-2.729000),(8.272000,-1.743000),(358.489000,2.402000),(352.128000,2.223000),(356.623000,-1.271000),(0.803000,-0.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.839000,-9.144000),(183.033000,-5.642000),(183.787000,-4.634000),(185.747000,-3.594000),(191.982000,-1.274000),(193.216000,3.602000),(185.306000,0.035000),(185.193000,3.862000),(180.674000,0.826000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.011000,-50.145000),(30.106000,-38.168000),(17.453000,-40.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.597000,-1.254000),(202.353000,-9.577000),(198.007000,-4.544000),(195.320000,1.725000),(194.838000,1.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.300000,-4.327000),(182.854000,3.093000),(183.793000,-1.129000),(179.294000,-5.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.247000,-11.960000),(100.950000,-25.204000),(103.125000,-24.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.777000,-38.968000),(117.317000,-26.336000),(105.764000,-27.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.779000,6.827000),(263.424000,2.914000),(268.753000,1.149000),(274.531000,1.729000),(276.097000,3.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.984000,6.368000),(181.349000,8.466000),(178.160000,8.952000),(180.058000,-2.077000),(188.992000,3.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.034000,23.871000),(296.312000,23.757000),(293.270000,30.428000),(293.544000,31.503000),(286.178000,35.292000),(282.120000,19.996000),(284.801000,22.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.474000,33.923000),(68.830000,42.107000),(69.235000,42.947000),(75.363000,47.967000),(63.707000,46.614000),(64.221000,44.722000),(54.993000,43.295000),(56.046000,43.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.980000,-39.712000),(194.683000,-42.287000),(193.126000,-41.308000),(185.278000,-45.744000),(191.497000,-45.980000),(192.030000,-46.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.303000,-62.323000),(148.531000,-61.669000),(148.874000,-60.698000),(150.215000,-58.346000),(153.387000,-54.622000),(153.186000,-54.290000),(142.216000,-54.566000),(139.006000,-50.786000),(127.626000,-54.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.199000,83.630000),(208.702000,86.151000),(45.853000,87.232000),(70.622000,83.852000),(84.536000,77.925000),(95.136000,78.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.928000,4.726000),(299.081000,5.047000),(301.456000,10.899000),(305.720000,11.038000),(305.777000,15.631000),(295.962000,12.219000),(294.584000,10.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.290000,-16.334000),(238.015000,-14.510000),(244.750000,-22.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.517000,-12.896000),(63.512000,-10.519000),(61.839000,-12.489000),(61.696000,-15.701000),(71.979000,-21.614000),(70.500000,-16.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.368000,60.365000),(17.865000,56.834000),(26.289000,62.540000),(28.722000,69.503000),(33.154000,71.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.678000,19.366000),(334.152000,15.517000),(333.612000,21.293000),(332.063000,24.247000),(326.833000,28.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.864000,-6.428000),(173.842000,-9.393000),(175.019000,-11.311000),(184.431000,-22.148000),(184.472000,-15.999000),(184.870000,-15.251000),(184.980000,-14.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.271000,-21.284000),(172.438000,-25.291000),(177.675000,-29.801000),(179.261000,-29.127000),(180.034000,-25.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.328000,4.803000),(257.560000,3.861000),(255.793000,6.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.052000,-7.145000),(265.813000,-10.242000),(269.420000,-17.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.634000,37.042000),(236.376000,31.787000),(246.128000,26.670000),(241.097000,30.809000),(247.255000,28.138000),(240.390000,35.434000),(239.659000,36.303000),(239.649000,39.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.644000,7.670000),(351.711000,3.809000),(352.928000,3.081000),(357.225000,3.868000),(1.604000,3.606000),(4.903000,5.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.681000,43.008000),(3.693000,43.153000),(20.056000,33.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.682000,-15.969000),(11.868000,-15.832000),(12.088000,-18.525000),(8.552000,-20.866000),(15.518000,-23.480000),(17.467000,-26.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.044000,38.258000),(281.652000,36.336000),(276.781000,29.982000),(288.625000,33.691000),(292.771000,34.409000),(290.972000,36.007000),(282.953000,46.833000),(282.195000,43.180000),(281.724000,43.898000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.261000,13.967000),(177.067000,20.478000),(165.967000,17.940000),(165.344000,17.173000),(168.627000,15.538000),(167.131000,14.672000),(169.066000,7.597000),(171.485000,6.323000),(172.359000,5.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.383000,8.060000),(116.033000,11.175000),(109.195000,13.945000),(115.324000,19.661000),(108.562000,17.455000),(107.310000,15.107000),(106.909000,13.476000),(101.337000,14.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.657000,-61.698000),(285.797000,-65.568000),(282.758000,-69.272000),(302.667000,-69.922000),(299.981000,-65.387000),(309.609000,-62.416000),(310.384000,-60.577000),(298.336000,-60.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.465000,-45.887000),(310.552000,-43.537000),(306.033000,-46.043000),(293.722000,-44.884000),(300.543000,-51.365000),(306.149000,-55.304000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.209000,6.779000),(32.313000,6.896000),(33.859000,9.842000),(28.797000,9.589000),(26.317000,12.578000),(26.475000,2.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.550000,18.464000),(221.711000,21.054000),(226.150000,18.934000),(228.748000,21.948000),(220.796000,24.251000),(215.831000,29.145000),(215.926000,22.439000),(214.520000,21.524000),(214.677000,18.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.533000,5.208000),(178.272000,7.075000),(175.483000,-2.840000),(184.214000,3.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.748000,-16.284000),(351.979000,-17.149000),(354.574000,-14.905000),(347.490000,-9.735000),(340.489000,-8.244000),(340.026000,-11.371000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.389000,48.579000),(22.969000,51.695000),(27.480000,52.193000),(22.177000,56.536000),(19.753000,57.736000),(6.219000,62.147000),(7.015000,59.390000),(6.677000,59.164000),(15.178000,54.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.540000,-47.907000),(336.266000,-51.605000),(355.342000,-50.673000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.286000,-15.831000),(72.715000,-19.367000),(74.586000,-18.839000),(77.377000,-16.020000),(79.813000,-20.399000),(83.744000,-19.165000),(74.622000,-11.924000),(74.514000,-13.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.745000,1.954000),(157.504000,2.458000),(151.779000,5.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.826000,55.031000),(28.998000,54.445000),(28.052000,52.607000),(33.004000,52.839000),(31.779000,57.843000),(29.957000,59.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.444000,-5.254000),(177.266000,-8.789000),(178.570000,-5.575000),(178.407000,-4.911000),(185.430000,-9.335000),(184.835000,-0.028000),(179.784000,-0.473000),(177.904000,-0.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.758000,-12.197000),(183.644000,-5.719000),(180.768000,-1.441000),(178.536000,-0.686000),(178.782000,-1.443000),(177.119000,-0.652000),(179.201000,-4.708000),(178.677000,-9.498000),(178.442000,-10.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.556000,2.860000),(176.502000,0.965000),(176.629000,-4.520000),(178.102000,-2.868000),(177.742000,-5.200000),(186.934000,-5.868000),(184.990000,0.959000),(182.807000,2.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.951000,5.015000),(24.533000,5.165000),(32.458000,-6.475000),(32.258000,-5.568000),(31.304000,-0.894000),(36.045000,-0.594000),(35.837000,0.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.009000,6.923000),(68.502000,5.049000),(59.407000,10.633000),(60.169000,4.952000),(64.405000,2.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.099000,-19.511000),(36.489000,-20.463000),(38.803000,-6.839000),(35.148000,-8.970000),(25.308000,-8.467000),(32.437000,-11.481000),(31.473000,-15.122000),(32.586000,-16.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.860000,7.838000),(22.234000,9.467000),(18.576000,9.186000),(17.080000,9.718000),(26.282000,0.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.213000,12.110000),(124.587000,6.095000),(125.003000,-7.258000),(126.073000,-3.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.665000,-58.895000),(311.707000,-53.347000),(306.955000,-54.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.552000,78.173000),(25.591000,76.436000),(33.874000,71.511000),(79.884000,83.668000),(20.598000,78.542000),(20.227000,77.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.707000,-4.718000),(32.456000,-5.949000),(28.835000,-9.007000),(29.551000,-9.263000),(31.548000,-13.341000),(32.846000,-14.605000),(33.798000,-13.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.940000,35.524000),(164.061000,39.429000),(161.387000,37.906000),(157.598000,36.504000),(163.920000,29.636000),(171.444000,27.607000),(167.181000,33.193000),(167.365000,33.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.580000,87.961000),(212.576000,78.288000),(210.586000,72.038000),(221.329000,76.495000),(223.303000,76.263000),(238.808000,74.829000),(272.206000,79.667000),(245.873000,80.158000),(251.902000,82.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.391000,-24.203000),(358.849000,-21.197000),(356.881000,-21.805000),(353.227000,-17.119000),(351.545000,-27.926000),(352.908000,-29.312000),(354.394000,-33.248000),(353.336000,-26.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.094000,3.966000),(174.790000,2.662000),(177.816000,1.471000),(176.384000,5.440000),(180.391000,10.737000),(172.727000,15.185000),(170.393000,12.101000),(169.199000,8.746000),(173.124000,5.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.518000,-5.870000),(338.706000,-3.054000),(335.628000,-2.760000),(339.026000,-13.662000),(344.318000,-13.817000),(343.228000,-11.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.551000,42.728000),(325.416000,43.497000),(329.955000,46.260000),(322.460000,53.258000),(308.164000,53.112000),(310.606000,44.934000),(316.724000,45.505000),(318.948000,38.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.489000,-0.657000),(359.028000,6.017000),(359.819000,0.949000),(356.563000,5.751000),(355.772000,-3.556000),(359.063000,-5.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.559000,-49.889000),(37.890000,-45.072000),(37.338000,-46.754000),(44.096000,-40.209000),(41.196000,-37.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.831000,9.148000),(346.421000,6.641000),(344.542000,-0.686000),(348.503000,-2.685000),(354.920000,-3.005000),(359.032000,-2.507000),(353.611000,3.204000),(356.665000,5.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.563000,15.493000),(98.648000,22.606000),(95.272000,15.296000),(86.810000,15.900000),(99.139000,11.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.101000,31.856000),(322.168000,27.832000),(324.930000,28.659000),(328.495000,28.413000),(336.509000,30.396000),(341.678000,31.108000),(332.325000,39.048000),(325.687000,39.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.019000,40.507000),(90.020000,42.242000),(90.429000,37.856000),(89.493000,36.313000),(91.412000,36.226000),(98.641000,35.300000),(98.888000,34.447000),(101.835000,38.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.109000,-1.675000),(324.424000,-2.424000),(323.383000,-4.443000),(324.750000,-6.195000),(331.990000,-6.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.128000,-13.503000),(8.103000,-13.448000),(3.587000,-11.397000),(5.625000,-10.228000),(3.854000,-9.410000),(0.233000,-10.402000),(357.605000,-7.524000),(358.327000,-18.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.697000,48.027000),(347.561000,45.705000),(349.500000,46.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.313000,-3.433000),(312.687000,4.299000),(308.194000,-1.620000),(302.795000,-5.570000),(315.633000,-6.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.270000,-46.582000),(353.338000,-39.150000),(353.719000,-32.570000),(346.857000,-36.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.993000,19.848000),(279.608000,13.661000),(280.183000,11.190000),(285.711000,12.201000),(289.050000,7.507000),(292.404000,13.518000),(290.705000,14.784000),(289.087000,15.827000),(288.748000,19.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.049000,-54.114000),(137.443000,-52.193000),(133.536000,-50.034000),(134.978000,-54.570000),(128.937000,-51.985000),(120.752000,-55.308000),(123.245000,-57.752000),(137.831000,-60.465000),(143.342000,-55.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.170000,69.444000),(253.612000,66.218000),(207.149000,81.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.656000,11.170000),(116.674000,16.501000),(116.016000,11.368000),(109.188000,7.189000),(115.441000,8.853000),(119.298000,9.261000),(121.827000,11.638000),(118.558000,10.073000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.051000,70.851000),(135.971000,71.993000),(126.578000,79.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.116000,-18.256000),(333.197000,-16.019000),(322.145000,-17.406000),(320.816000,-19.907000),(323.372000,-24.360000),(329.291000,-24.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.202000,-24.073000),(228.965000,-25.958000),(236.587000,-36.471000),(235.366000,-30.737000),(241.392000,-24.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.705000,12.633000),(237.108000,8.601000),(237.956000,14.284000),(244.750000,17.822000),(240.172000,18.479000),(237.894000,16.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.314000,-15.974000),(168.755000,-7.849000),(166.125000,-11.037000),(166.096000,-11.747000),(164.265000,-14.301000),(160.259000,-17.290000),(177.133000,-18.995000),(170.856000,-15.716000),(172.694000,-12.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.340000,17.916000),(108.747000,20.602000),(110.965000,22.701000),(114.157000,25.618000),(109.431000,23.847000),(111.850000,26.869000),(109.883000,29.854000),(101.409000,25.291000),(103.788000,18.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.879000,-5.008000),(301.448000,-6.985000),(297.783000,-7.360000),(299.982000,-8.006000),(315.838000,-11.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.264000,11.601000),(337.148000,14.200000),(341.051000,14.784000),(334.702000,23.567000),(330.439000,22.630000),(323.168000,21.765000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.373000,-13.820000),(226.122000,-15.194000),(229.467000,-15.514000),(222.617000,-6.970000),(221.661000,-6.788000),(221.222000,-13.096000),(222.387000,-11.924000),(223.730000,-10.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.955000,7.882000),(47.614000,2.083000),(44.801000,6.450000),(40.549000,8.147000),(40.560000,13.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.339000,55.334000),(344.238000,50.962000),(349.297000,52.974000),(2.779000,52.283000),(359.386000,59.572000),(347.852000,58.803000),(337.739000,62.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.383000,69.315000),(162.092000,71.272000),(156.212000,75.226000),(133.975000,74.622000),(143.750000,63.240000),(139.876000,59.342000),(156.508000,64.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.397000,-2.962000),(219.618000,7.377000),(214.499000,11.001000),(210.170000,8.259000),(209.446000,12.131000),(206.651000,4.968000),(207.551000,4.480000),(209.279000,3.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.149000,-34.246000),(152.871000,-40.068000),(166.133000,-36.551000),(163.539000,-25.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.080000,44.136000),(24.376000,38.515000),(34.485000,44.012000),(34.469000,52.444000),(28.480000,47.188000),(27.935000,49.857000),(26.078000,45.998000),(24.692000,45.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.033000,-5.654000),(200.881000,-0.311000),(196.966000,0.851000),(195.166000,-3.037000),(186.958000,-3.302000),(191.246000,-6.773000),(193.613000,-10.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.927000,33.200000),(173.242000,26.045000),(174.030000,23.789000),(180.003000,28.731000),(186.597000,34.224000),(180.453000,33.053000),(185.136000,35.411000),(177.756000,35.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.694000,-26.974000),(46.298000,-17.934000),(49.571000,-28.288000),(50.592000,-27.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.848000,-48.445000),(164.039000,-49.979000),(165.611000,-51.479000),(174.026000,-53.572000),(167.843000,-50.437000),(176.803000,-46.716000),(170.479000,-44.080000),(168.380000,-46.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.447000,26.014000),(142.228000,23.932000),(148.105000,19.621000),(155.005000,17.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.050000,-16.667000),(295.780000,-12.788000),(295.160000,-10.934000),(292.509000,-11.121000),(290.213000,-9.662000),(284.796000,-8.593000),(289.108000,-13.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.832000,-32.440000),(299.677000,-33.747000),(304.572000,-44.489000),(315.481000,-36.504000),(305.479000,-33.705000),(309.496000,-29.165000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.668000,26.090000),(182.948000,29.117000),(177.009000,25.912000),(170.688000,27.817000),(172.974000,21.573000),(172.587000,17.723000),(182.112000,17.363000),(183.289000,21.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.639000,-30.257000),(313.807000,-26.675000),(311.634000,-38.261000),(317.434000,-36.089000),(316.943000,-37.282000),(320.160000,-39.259000),(320.141000,-37.849000),(326.817000,-38.256000),(326.301000,-34.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.205000,28.182000),(12.863000,20.495000),(25.136000,15.882000),(23.347000,19.055000),(27.991000,19.756000),(25.348000,22.305000),(22.747000,22.638000),(23.682000,27.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.707000,-1.142000),(351.120000,5.746000),(351.360000,14.933000),(346.882000,14.143000),(343.284000,7.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.870000,52.939000),(335.292000,42.371000),(338.073000,47.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.709000,-5.197000),(330.997000,-7.325000),(328.732000,-5.730000),(329.605000,-9.328000),(328.360000,-15.023000),(328.786000,-18.427000),(333.109000,-12.447000),(337.155000,-11.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.264000,-26.479000),(243.268000,-33.653000),(249.152000,-24.773000),(248.348000,-19.401000),(247.323000,-21.636000),(238.880000,-21.187000),(237.363000,-24.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.223000,6.350000),(31.381000,12.256000),(25.970000,1.852000),(25.510000,-0.304000),(29.828000,1.923000),(33.253000,-3.991000),(34.845000,0.102000),(36.095000,0.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.118000,-38.359000),(293.891000,-34.175000),(291.034000,-42.165000),(293.744000,-44.321000),(295.221000,-44.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.299000,-8.872000),(184.335000,-9.287000),(179.493000,-7.814000),(188.997000,-16.444000),(190.635000,-13.337000),(191.787000,-9.104000),(186.935000,-8.889000),(186.271000,-8.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.701000,-39.198000),(131.294000,-37.053000),(122.944000,-39.790000),(124.092000,-46.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.370000,28.518000),(110.935000,31.469000),(104.048000,28.073000),(97.396000,33.449000),(95.881000,30.361000),(108.434000,20.484000),(108.113000,21.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.858000,59.830000),(271.976000,55.055000),(269.682000,54.607000),(278.562000,51.275000),(289.217000,53.832000),(287.063000,57.429000),(284.433000,62.125000),(282.877000,62.214000),(284.718000,57.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.209000,36.283000),(316.139000,42.216000),(298.453000,30.550000),(301.345000,30.724000),(302.429000,29.763000),(307.868000,28.351000),(308.796000,34.145000),(312.037000,34.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.789000,53.850000),(180.768000,51.371000),(179.804000,48.399000),(181.672000,45.954000),(187.952000,44.420000),(189.856000,44.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.773000,-9.866000),(74.243000,-10.977000),(77.344000,-15.748000),(72.243000,-4.243000),(64.656000,-6.262000),(66.829000,-11.759000),(71.184000,-8.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.592000,-31.641000),(214.505000,-29.082000),(216.234000,-29.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.416000,19.361000),(277.407000,18.754000),(274.133000,24.023000),(263.685000,22.525000),(262.945000,21.602000),(270.939000,22.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.870000,-33.878000),(82.157000,-32.580000),(81.484000,-34.208000),(69.511000,-33.841000),(79.719000,-35.818000),(77.672000,-37.131000),(82.107000,-36.514000),(86.766000,-37.246000),(86.687000,-36.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.683000,-34.506000),(341.443000,-39.193000),(344.952000,-38.743000),(342.872000,-32.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.446000,-17.723000),(354.065000,-18.058000),(352.452000,-19.385000),(352.790000,-19.946000),(349.980000,-22.938000),(2.034000,-17.942000),(356.465000,-17.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.591000,72.905000),(207.428000,67.022000),(218.467000,77.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.929000,-8.279000),(67.837000,-5.805000),(69.700000,-7.207000),(67.891000,0.170000),(73.030000,4.166000),(65.086000,1.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.906000,-11.754000),(146.738000,-7.635000),(151.150000,-11.336000),(150.296000,-10.124000),(147.749000,-6.188000),(149.476000,1.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.905000,-0.205000),(4.808000,1.677000),(1.963000,7.858000),(359.855000,4.989000),(359.055000,9.169000),(354.551000,5.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.480000,32.615000),(351.348000,29.830000),(0.714000,25.328000),(5.601000,28.611000),(0.002000,29.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.333000,-25.926000),(35.728000,-25.806000),(30.734000,-21.799000),(31.839000,-21.239000),(27.117000,-13.754000),(27.271000,-20.636000),(23.842000,-19.321000),(28.004000,-21.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.824000,1.325000),(344.010000,-1.707000),(339.167000,-2.598000),(336.994000,-3.389000),(345.921000,-7.991000),(350.563000,-6.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.902000,11.775000),(0.409000,10.383000),(2.678000,9.620000),(4.176000,10.244000),(359.666000,18.043000),(0.282000,11.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.498000,31.270000),(85.444000,22.557000),(78.731000,26.165000),(81.380000,17.595000),(90.537000,20.233000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.440000,-61.800000),(55.399000,-58.650000),(38.621000,-59.627000),(42.808000,-63.407000),(44.804000,-68.092000),(49.489000,-71.154000),(55.985000,-72.109000),(55.852000,-65.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.255000,3.906000),(348.373000,2.679000),(348.518000,9.992000),(346.581000,8.921000),(342.905000,4.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.597000,-0.003000),(130.956000,0.559000),(131.885000,1.208000),(130.738000,2.153000),(130.247000,10.822000),(125.686000,-5.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.009000,-41.166000),(140.841000,-36.838000),(135.461000,-33.664000),(136.444000,-39.128000),(135.604000,-39.055000),(133.793000,-40.480000),(139.541000,-45.746000),(142.581000,-49.357000),(150.318000,-46.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.504000,21.887000),(210.761000,22.713000),(209.542000,18.612000),(208.539000,20.010000),(207.496000,21.605000),(206.187000,24.347000),(206.866000,11.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.579000,83.804000),(50.136000,75.336000),(72.078000,79.621000),(160.156000,86.410000),(236.948000,87.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.416000,-9.122000),(165.865000,-0.345000),(162.488000,0.776000),(159.208000,4.035000),(163.940000,-1.331000),(164.197000,-1.536000),(160.001000,-3.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.683000,-35.377000),(128.557000,-39.197000),(124.278000,-32.757000),(128.024000,-27.657000),(127.083000,-26.043000),(123.921000,-29.084000),(121.765000,-26.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.695000,-36.378000),(17.044000,-33.088000),(12.412000,-33.538000),(10.830000,-34.523000),(4.668000,-34.532000),(9.969000,-35.475000),(9.644000,-35.921000),(15.169000,-38.601000),(15.141000,-38.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.570000,-17.474000),(33.709000,-7.734000),(26.901000,-6.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.549000,7.690000),(358.750000,2.637000),(357.514000,8.265000),(356.749000,6.027000),(358.082000,2.569000),(350.391000,0.228000),(355.749000,-7.766000),(358.316000,-4.164000),(1.521000,-3.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.699000,-36.193000),(209.413000,-43.340000),(214.110000,-44.095000),(222.120000,-44.361000),(215.470000,-42.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.588000,-28.654000),(215.593000,-33.825000),(224.861000,-34.027000),(231.773000,-34.145000),(228.529000,-24.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.853000,25.403000),(149.105000,11.533000),(146.286000,23.455000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.516000,4.179000),(1.738000,-1.833000),(2.506000,1.376000),(4.424000,14.929000),(2.739000,13.508000),(359.802000,9.880000),(351.370000,6.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.207000,19.107000),(168.794000,14.548000),(168.788000,22.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.301000,1.070000),(217.077000,-4.829000),(229.598000,0.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.673000,19.456000),(156.193000,21.324000),(151.041000,18.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.067000,12.563000),(171.797000,7.580000),(170.853000,3.295000),(179.738000,4.451000),(180.999000,3.461000),(186.855000,7.487000),(184.133000,11.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.039000,-5.025000),(327.862000,-7.653000),(325.300000,-10.459000),(327.940000,-10.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.614000,-53.182000),(299.930000,-48.854000),(308.369000,-46.948000),(297.255000,-42.496000),(297.040000,-39.694000),(285.924000,-44.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.490000,-23.784000),(353.626000,-19.313000),(358.326000,-15.749000),(3.577000,-13.133000),(355.501000,-14.827000),(356.050000,-11.269000),(349.546000,-12.937000),(348.645000,-12.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.074000,57.821000),(95.249000,51.712000),(102.792000,43.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.192000,10.720000),(165.016000,7.514000),(163.752000,5.931000),(160.159000,4.195000),(164.189000,5.485000),(165.061000,0.165000),(168.079000,4.602000),(167.099000,8.761000),(163.895000,12.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.581000,-65.819000),(42.772000,-62.494000),(34.164000,-65.969000),(28.132000,-62.459000),(20.240000,-68.824000),(29.273000,-69.305000),(34.406000,-71.322000),(38.881000,-72.687000),(42.282000,-68.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.974000,29.858000),(38.979000,25.995000),(41.960000,23.365000),(40.017000,20.906000),(42.367000,21.644000),(38.921000,19.085000),(45.427000,22.026000),(46.308000,22.796000),(54.368000,22.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.762000,-84.751000),(274.244000,-78.938000),(234.702000,-81.257000),(205.305000,-75.731000),(196.461000,-83.030000),(194.436000,-83.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.349000,-12.247000),(348.435000,-19.915000),(353.429000,-16.129000),(352.640000,-14.774000),(352.872000,-8.725000),(344.495000,-7.236000),(343.469000,-8.619000),(341.484000,-7.644000),(346.876000,-12.245000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.684000,-40.186000),(356.037000,-42.143000),(348.212000,-46.083000),(342.093000,-48.040000),(347.393000,-49.903000),(348.661000,-51.577000),(355.526000,-51.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.097000,26.765000),(268.907000,29.313000),(268.356000,31.673000),(272.686000,34.360000),(261.517000,33.621000),(262.710000,31.387000),(262.847000,30.795000),(257.208000,28.745000),(259.489000,26.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.014000,-28.521000),(217.778000,-28.426000),(219.961000,-35.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.674000,8.118000),(204.925000,13.166000),(200.364000,15.854000),(200.676000,16.904000),(201.450000,20.711000),(192.771000,22.861000),(195.534000,8.623000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.851000,-3.629000),(238.769000,-9.057000),(241.296000,-13.103000),(242.964000,-10.157000),(245.835000,-10.573000),(241.337000,-8.869000),(243.658000,-7.056000),(245.431000,-2.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.697000,1.296000),(40.974000,-2.089000),(41.067000,8.454000),(38.855000,6.118000),(27.722000,4.425000),(27.889000,2.759000),(29.204000,0.646000),(35.842000,1.647000),(37.398000,-4.644000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.238000,42.196000),(48.704000,36.425000),(55.263000,34.800000),(63.680000,41.931000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.626000,-2.426000),(171.784000,-2.592000),(177.799000,2.106000),(178.970000,1.996000),(177.857000,4.740000),(175.349000,4.824000),(175.966000,6.929000),(174.031000,4.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.423000,37.250000),(226.459000,34.907000),(227.917000,25.643000),(235.359000,33.410000),(235.837000,35.644000),(237.394000,38.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.053000,-31.875000),(69.615000,-36.194000),(88.387000,-36.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.961000,-28.623000),(87.427000,-27.184000),(86.325000,-28.741000),(81.447000,-28.209000),(78.011000,-27.492000),(81.304000,-32.610000),(86.695000,-33.289000),(88.894000,-32.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.242000,3.161000),(3.342000,2.585000),(357.792000,-2.593000),(4.881000,-6.416000),(7.593000,-6.783000),(10.120000,-6.965000),(6.289000,1.812000),(12.077000,6.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.229000,23.847000),(56.096000,22.115000),(64.063000,23.386000),(47.158000,34.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.498000,14.128000),(315.616000,14.963000),(308.699000,26.049000),(305.738000,20.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.920000,54.508000),(182.137000,51.037000),(182.181000,45.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.972000,-0.473000),(214.248000,-3.972000),(220.073000,-5.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.610000,-79.842000),(338.758000,-87.190000),(5.556000,-80.164000),(284.753000,-83.968000),(213.903000,-85.399000),(193.012000,-87.989000),(140.630000,-83.401000),(105.580000,-82.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.431000,-15.713000),(37.425000,-17.455000),(36.914000,-21.721000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.948000,55.760000),(65.337000,47.239000),(81.364000,55.998000),(75.635000,59.443000),(73.704000,64.798000),(60.152000,59.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.316000,77.668000),(174.241000,74.485000),(177.896000,74.304000),(168.756000,70.634000),(179.284000,68.926000),(180.392000,65.350000),(224.255000,79.510000),(192.933000,78.190000),(186.834000,76.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.799000,8.240000),(359.267000,8.956000),(2.226000,-1.454000),(2.531000,-4.717000),(6.373000,-2.820000),(11.517000,3.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.321000,-0.155000),(172.287000,-8.016000),(176.593000,-3.748000),(178.862000,-0.973000),(176.942000,-1.086000),(176.273000,0.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.445000,58.288000),(109.670000,45.476000),(114.887000,53.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.901000,37.852000),(19.344000,35.830000),(22.963000,38.846000),(31.003000,44.432000),(28.258000,51.161000),(29.568000,52.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.228000,-19.449000),(77.804000,-13.512000),(76.838000,-14.084000),(75.406000,-17.431000),(69.730000,-23.406000),(72.733000,-22.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.398000,-2.304000),(189.873000,3.105000),(180.995000,4.535000),(180.307000,5.928000),(172.507000,2.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.450000,23.256000),(294.898000,23.460000),(288.228000,29.437000),(287.122000,22.837000),(291.252000,20.892000),(292.458000,14.425000),(294.549000,15.057000),(299.296000,17.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.697000,23.270000),(139.520000,20.809000),(138.151000,24.394000),(134.573000,24.997000),(133.046000,23.457000),(135.281000,12.801000),(139.305000,18.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.179000,-41.426000),(139.550000,-45.093000),(140.904000,-47.246000),(134.189000,-43.791000),(140.443000,-48.675000),(135.309000,-48.484000),(153.327000,-54.540000),(156.220000,-49.611000),(147.958000,-48.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.121000,-40.593000),(250.735000,-34.429000),(239.911000,-34.490000),(237.327000,-39.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.279000,36.563000),(359.956000,35.297000),(359.668000,36.383000),(354.898000,41.762000),(349.959000,41.402000),(344.702000,40.174000),(343.674000,40.000000),(345.647000,33.195000),(351.073000,35.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.447000,-19.661000),(61.426000,-19.923000),(60.586000,-25.738000),(63.147000,-21.771000),(60.962000,-15.615000),(52.626000,-19.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.027000,7.994000),(140.089000,8.981000),(141.192000,6.828000),(150.466000,-5.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.786000,58.255000),(239.810000,60.083000),(219.500000,67.710000),(218.215000,62.359000),(211.375000,58.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.405000,-2.615000),(166.657000,-1.310000),(168.251000,-5.404000),(169.206000,-9.177000),(172.030000,-9.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.258000,14.951000),(254.512000,15.309000),(254.313000,17.760000),(250.924000,11.433000),(252.460000,12.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.920000,-6.045000),(359.398000,-8.644000),(1.648000,-4.293000),(8.867000,-0.316000),(6.278000,4.866000),(359.537000,-0.354000),(359.258000,-0.421000),(356.833000,3.251000),(359.799000,-3.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.542000,-59.230000),(324.281000,-59.715000),(308.316000,-61.153000),(322.515000,-64.208000),(344.108000,-68.710000),(335.878000,-64.701000),(341.412000,-58.112000),(327.770000,-59.977000),(326.154000,-58.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.671000,10.880000),(120.906000,2.265000),(124.419000,0.274000),(128.902000,8.636000),(125.733000,8.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.519000,-37.678000),(116.033000,-31.444000),(111.464000,-29.152000),(96.066000,-39.243000),(103.947000,-37.716000),(108.811000,-43.483000),(111.567000,-37.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.655000,-5.575000),(16.062000,-7.218000),(23.658000,-3.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.708000,-17.439000),(187.815000,-23.795000),(185.541000,-23.024000),(181.293000,-19.415000),(185.263000,-26.230000),(186.917000,-26.628000),(186.190000,-30.020000),(190.321000,-27.400000),(190.624000,-25.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.224000,-52.535000),(189.702000,-50.399000),(173.033000,-50.381000),(185.346000,-53.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.798000,4.892000),(356.103000,0.122000),(349.995000,3.593000),(349.433000,-5.463000),(1.486000,-3.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.965000,-21.666000),(151.779000,-21.395000),(145.162000,-24.910000),(144.325000,-25.842000),(153.473000,-30.454000),(154.081000,-27.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.129000,8.346000),(4.542000,10.938000),(16.396000,5.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.400000,8.249000),(126.805000,17.594000),(127.501000,3.691000),(131.297000,5.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.565000,36.055000),(69.230000,37.663000),(73.212000,39.584000),(63.327000,41.237000),(55.702000,43.352000),(61.343000,40.976000),(53.716000,41.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.121000,-23.518000),(169.126000,-21.197000),(169.301000,-24.514000),(163.303000,-24.172000),(163.440000,-27.047000),(164.574000,-29.812000),(177.453000,-21.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.205000,-21.179000),(347.869000,-12.423000),(345.669000,-16.605000),(345.957000,-21.173000),(337.163000,-23.535000),(339.356000,-27.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.181000,1.531000),(40.715000,-6.410000),(42.318000,1.077000),(47.260000,-1.652000),(45.959000,5.345000),(50.001000,7.009000),(49.840000,7.857000),(35.579000,9.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.475000,-1.164000),(224.170000,6.931000),(221.755000,10.416000),(219.601000,7.374000),(219.752000,8.194000),(212.564000,11.319000),(212.109000,11.151000),(216.932000,5.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.625000,39.485000),(38.936000,40.363000),(42.515000,39.608000),(47.870000,38.177000),(46.389000,36.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.731000,-45.364000),(127.670000,-47.720000),(129.561000,-57.270000),(144.646000,-55.213000),(151.917000,-48.180000),(143.035000,-48.027000),(144.357000,-41.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.134000,17.215000),(195.070000,5.717000),(196.409000,6.299000),(195.815000,5.572000),(194.219000,2.217000),(202.043000,1.507000),(205.488000,6.056000),(204.578000,8.717000),(201.741000,9.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.042000,11.011000),(25.296000,9.335000),(36.083000,19.003000),(35.589000,21.387000),(36.963000,24.352000),(30.597000,22.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.175000,-26.593000),(270.320000,-25.417000),(267.753000,-17.266000),(267.951000,-17.044000),(258.511000,-17.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.610000,0.093000),(178.993000,0.710000),(179.604000,0.509000),(181.112000,-2.750000),(182.089000,3.296000),(179.604000,7.227000),(175.643000,6.713000),(174.060000,6.642000),(176.855000,3.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.524000,47.211000),(204.350000,47.927000),(199.225000,48.487000),(200.053000,45.719000),(194.935000,43.418000),(198.133000,37.531000),(203.039000,41.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.593000,1.069000),(242.670000,6.671000),(236.459000,-3.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.261000,22.978000),(8.930000,9.355000),(4.780000,14.876000),(10.065000,14.723000),(358.845000,23.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.906000,-15.585000),(281.499000,-11.091000),(283.801000,-14.752000),(281.069000,-22.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.135000,14.958000),(211.325000,17.298000),(209.528000,20.806000),(208.100000,20.583000),(207.821000,21.805000),(203.905000,20.346000),(205.641000,10.427000),(207.665000,14.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.738000,-35.254000),(192.396000,-39.345000),(186.833000,-33.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.598000,59.063000),(317.414000,60.470000),(316.998000,63.205000),(326.915000,59.870000),(318.208000,67.655000),(314.918000,72.574000),(313.431000,65.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.322000,-10.268000),(192.354000,-5.035000),(190.451000,-3.951000),(189.828000,-8.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.829000,-42.929000),(304.815000,-44.557000),(305.579000,-46.782000),(306.751000,-46.318000),(309.821000,-41.833000),(303.618000,-40.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.189000,-6.055000),(73.874000,-6.068000),(66.574000,-8.874000),(77.680000,-15.364000),(78.638000,-10.329000),(77.307000,-7.167000),(82.630000,-2.676000),(80.536000,-3.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.260000,-38.986000),(236.417000,-36.173000),(226.905000,-37.331000),(224.440000,-37.798000),(230.602000,-41.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.795000,71.608000),(161.875000,78.305000),(151.345000,75.689000),(143.191000,73.844000),(129.472000,75.652000),(139.554000,68.041000),(135.597000,65.076000),(136.453000,63.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.906000,-48.902000),(42.213000,-44.502000),(44.491000,-43.016000),(54.353000,-43.093000),(46.975000,-41.586000),(43.781000,-40.735000),(40.967000,-40.956000),(38.922000,-40.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.080000,-17.403000),(271.227000,-21.283000),(280.859000,-22.971000),(281.982000,-16.555000),(274.572000,-14.967000),(274.062000,-15.307000),(272.313000,-16.516000),(266.545000,-10.064000),(269.642000,-15.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.371000,-38.450000),(215.250000,-41.128000),(209.253000,-49.135000),(215.252000,-52.155000),(227.035000,-35.551000),(223.441000,-36.508000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.321000,15.817000),(288.337000,9.224000),(299.979000,11.451000),(287.870000,15.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.142000,-4.603000),(280.196000,-1.917000),(275.992000,-5.973000),(278.166000,-11.684000),(279.298000,-11.742000),(283.633000,-12.127000),(286.809000,-12.096000),(285.746000,-9.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.342000,43.495000),(354.727000,45.361000),(350.811000,43.345000),(354.988000,42.820000),(356.964000,41.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.356000,-40.483000),(171.417000,-47.752000),(168.775000,-43.532000),(170.469000,-43.391000),(172.302000,-42.506000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.819000,8.964000),(356.835000,9.750000),(355.942000,10.316000),(355.437000,12.883000),(355.385000,17.128000),(350.435000,16.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.346000,-5.844000),(353.347000,-4.453000),(355.266000,7.587000),(354.587000,10.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.966000,24.077000),(150.957000,23.709000),(152.058000,26.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.810000,30.399000),(296.151000,38.541000),(288.783000,31.748000),(288.443000,30.795000),(284.413000,28.749000),(288.134000,29.363000),(283.748000,23.657000),(287.211000,26.404000),(291.424000,28.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.476000,-26.589000),(176.740000,-29.799000),(177.117000,-37.644000),(178.932000,-36.871000),(193.126000,-29.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.615000,-3.607000),(187.522000,-10.746000),(189.232000,-6.287000),(189.187000,-5.721000),(190.508000,-5.457000),(191.335000,-3.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.416000,-3.639000),(133.950000,1.843000),(134.234000,-4.002000),(132.870000,3.549000),(132.628000,4.069000),(133.018000,-6.544000),(139.208000,-7.441000),(139.498000,-6.758000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.452000,-16.613000),(296.672000,-15.326000),(289.740000,-14.192000),(291.365000,-9.102000),(289.931000,-5.394000),(282.697000,-9.158000),(280.863000,-19.220000),(287.646000,-16.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.215000,13.528000),(201.660000,16.689000),(198.111000,21.723000),(190.710000,20.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.240000,22.040000),(172.813000,19.337000),(172.467000,19.341000),(177.897000,16.075000),(176.033000,12.528000),(183.045000,10.393000),(184.889000,14.490000),(189.431000,20.281000),(188.066000,21.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.905000,-8.767000),(45.859000,-0.717000),(42.877000,-4.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.615000,33.301000),(12.140000,30.353000),(20.668000,30.471000),(27.230000,31.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.253000,11.674000),(299.432000,16.258000),(298.645000,14.648000),(292.016000,10.048000),(290.861000,8.747000),(293.332000,5.032000),(295.957000,6.801000),(295.870000,5.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.174000,-52.815000),(211.426000,-58.291000),(215.470000,-49.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.428000,11.513000),(168.032000,16.450000),(167.289000,8.217000),(161.446000,4.882000),(172.541000,7.484000),(177.113000,6.149000),(171.266000,10.398000),(170.681000,10.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.319000,-1.239000),(202.049000,-3.025000),(202.470000,-0.705000),(202.833000,2.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.012000,43.525000),(198.070000,35.882000),(204.685000,37.153000),(202.674000,37.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.611000,-44.639000),(344.080000,-42.446000),(340.500000,-41.573000),(333.204000,-45.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.858000,-16.565000),(125.514000,-22.931000),(122.728000,-22.112000),(123.907000,-23.908000),(117.647000,-25.659000),(130.719000,-32.571000),(132.141000,-32.571000),(137.117000,-21.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.762000,-16.352000),(298.558000,-15.589000),(290.370000,-22.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.930000,25.496000),(121.310000,20.899000),(122.886000,23.169000),(128.050000,20.987000),(123.528000,31.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.237000,13.111000),(189.438000,19.422000),(192.266000,18.543000),(196.587000,18.501000),(197.852000,17.951000),(193.994000,22.648000),(188.934000,31.580000),(181.236000,27.946000),(187.065000,22.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.390000,-10.079000),(1.692000,-6.194000),(2.189000,-7.940000),(351.477000,-3.450000),(353.297000,-6.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.823000,-7.075000),(148.158000,-7.395000),(151.482000,-21.548000),(154.740000,-16.865000),(154.141000,-20.956000),(160.316000,-19.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.183000,46.605000),(88.510000,54.581000),(87.120000,46.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.868000,41.228000),(282.971000,39.366000),(274.893000,40.262000),(278.046000,26.263000),(281.345000,28.984000),(286.727000,33.075000),(288.143000,33.545000),(285.007000,34.148000),(282.406000,33.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.792000,-66.052000),(169.199000,-65.829000),(167.637000,-72.267000),(204.921000,-61.493000),(201.203000,-61.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.229000,36.365000),(149.564000,36.190000),(149.064000,36.526000),(142.654000,34.321000),(145.166000,33.812000),(142.379000,30.813000),(143.423000,28.087000),(147.685000,33.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.704000,2.253000),(340.650000,0.649000),(341.488000,5.023000),(348.317000,4.984000),(344.435000,11.202000),(345.503000,14.461000),(339.832000,11.507000),(339.435000,10.642000),(336.239000,8.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.497000,44.587000),(168.149000,31.208000),(176.458000,35.781000),(181.919000,35.518000),(173.643000,38.289000),(176.656000,41.069000),(171.374000,44.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.571000,48.523000),(324.040000,41.330000),(322.830000,36.848000),(323.413000,33.447000),(327.924000,34.328000),(325.233000,37.830000),(331.730000,33.908000),(332.878000,34.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.288000,17.049000),(155.266000,20.594000),(155.344000,27.241000),(153.900000,23.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.896000,5.375000),(155.310000,7.656000),(151.063000,6.890000),(150.253000,5.313000),(148.229000,1.964000),(151.211000,1.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.273000,-18.308000),(29.318000,-13.841000),(29.376000,-9.986000),(20.497000,-6.621000),(19.085000,-10.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.914000,75.555000),(179.984000,70.550000),(195.563000,67.097000),(198.541000,62.551000),(201.925000,65.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.134000,28.537000),(306.406000,27.399000),(314.952000,22.036000),(317.164000,21.178000),(319.379000,22.447000),(317.880000,23.637000),(314.991000,25.574000),(313.851000,26.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.003000,-27.008000),(276.576000,-25.887000),(281.335000,-28.762000),(287.104000,-31.804000),(290.405000,-21.248000),(284.390000,-20.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.968000,48.761000),(187.617000,52.674000),(176.405000,63.007000),(171.813000,60.036000),(167.306000,57.346000),(169.574000,55.666000),(179.862000,54.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.610000,41.873000),(144.533000,42.470000),(143.388000,44.546000),(144.233000,47.614000),(148.163000,51.272000),(144.608000,51.749000),(140.545000,41.292000),(143.465000,39.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.724000,-25.220000),(85.320000,-23.211000),(88.049000,-30.691000),(93.833000,-35.122000),(94.520000,-25.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.642000,-10.727000),(337.450000,-8.592000),(338.171000,-13.306000),(340.284000,-15.773000),(343.321000,-9.952000),(335.075000,2.905000),(336.847000,-2.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.441000,8.533000),(156.688000,2.697000),(162.695000,1.789000),(158.888000,14.374000),(151.105000,11.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.788000,39.443000),(137.060000,36.475000),(140.258000,34.200000),(135.591000,31.475000),(148.063000,26.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.457000,16.963000),(4.724000,22.195000),(2.179000,21.473000),(0.826000,20.444000),(0.747000,19.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.014000,47.778000),(196.364000,51.983000),(190.157000,48.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.721000,-4.750000),(355.033000,-3.639000),(357.112000,-7.226000),(8.828000,1.432000),(5.046000,-0.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.821000,-0.451000),(356.977000,-6.785000),(4.865000,1.204000),(8.250000,1.832000),(358.649000,2.888000),(355.949000,3.697000),(356.594000,1.379000),(353.455000,1.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.538000,11.798000),(178.527000,19.148000),(169.177000,24.559000),(166.387000,20.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.911000,18.537000),(297.927000,19.655000),(286.313000,15.134000),(288.470000,14.448000),(287.452000,14.036000),(291.109000,12.903000),(291.577000,12.833000),(295.946000,9.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.636000,-3.444000),(142.119000,-18.355000),(148.081000,-13.336000),(150.096000,-13.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.850000,-49.452000),(61.828000,-50.651000),(66.621000,-48.874000),(52.351000,-45.611000),(45.397000,-45.124000),(48.752000,-51.901000),(53.883000,-53.494000),(59.119000,-53.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.939000,20.963000),(147.150000,10.874000),(150.416000,6.956000),(152.876000,14.410000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.525000,80.414000),(329.460000,75.232000),(354.075000,64.507000),(355.160000,69.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.797000,28.660000),(214.583000,26.732000),(226.274000,19.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.332000,-16.546000),(205.014000,-16.057000),(202.496000,-13.933000),(202.700000,-23.731000),(203.833000,-21.874000),(203.422000,-17.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.094000,-11.933000),(244.478000,-5.042000),(240.483000,-8.314000),(237.455000,-5.883000),(239.258000,-15.947000),(243.652000,-19.844000),(243.181000,-18.288000),(242.811000,-14.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.913000,19.480000),(129.189000,21.107000),(129.262000,19.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.093000,-8.619000),(199.730000,-1.325000),(194.082000,-6.746000),(197.719000,-9.168000),(195.952000,-14.598000),(202.567000,-15.526000),(203.557000,-11.245000),(204.562000,-9.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.426000,-6.002000),(123.330000,-2.893000),(112.656000,-2.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.560000,9.919000),(263.002000,16.871000),(261.738000,22.099000),(259.119000,14.164000),(255.171000,10.910000),(254.623000,10.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.798000,19.248000),(225.927000,18.445000),(231.533000,11.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.362000,-13.440000),(348.028000,-2.481000),(340.880000,-12.051000),(344.970000,-13.071000),(344.823000,-16.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.295000,5.242000),(201.516000,6.950000),(196.239000,11.082000),(188.915000,16.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.236000,41.951000),(154.186000,38.664000),(160.114000,36.441000),(157.282000,33.003000),(158.967000,33.678000),(168.945000,36.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.385000,12.759000),(173.978000,8.175000),(169.848000,5.515000),(174.973000,2.322000),(174.467000,3.288000),(180.276000,5.386000),(180.502000,7.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.708000,11.849000),(340.790000,19.562000),(338.781000,19.209000),(334.473000,14.035000),(333.719000,7.992000),(338.922000,13.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.388000,-13.426000),(78.875000,-22.191000),(77.559000,-27.876000),(91.127000,-22.217000),(91.618000,-16.917000),(86.450000,-18.633000),(87.771000,-15.917000),(87.251000,-16.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.735000,-8.997000),(165.198000,0.468000),(156.287000,1.037000),(157.257000,-2.924000),(151.746000,-6.403000),(159.089000,-9.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.121000,-48.178000),(284.490000,-44.800000),(275.895000,-43.224000),(271.608000,-40.856000),(268.987000,-37.964000),(270.692000,-44.073000),(268.038000,-50.059000),(274.978000,-47.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.870000,71.239000),(355.382000,67.641000),(9.697000,67.903000),(12.122000,69.569000),(20.707000,70.983000),(11.086000,73.493000),(8.120000,76.769000),(354.013000,80.006000),(357.412000,77.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.058000,-37.240000),(358.569000,-45.671000),(1.770000,-47.759000),(2.088000,-46.269000),(14.031000,-43.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.562000,0.656000),(33.045000,-0.808000),(27.534000,-5.365000),(32.687000,-3.580000),(41.460000,-1.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.156000,-4.551000),(346.772000,-5.868000),(353.922000,-12.508000),(354.274000,-8.265000),(0.038000,-12.438000),(357.528000,-9.203000),(0.134000,-7.907000),(356.561000,-5.134000),(347.104000,-1.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.680000,2.571000),(75.411000,2.724000),(71.019000,5.109000),(68.164000,7.439000),(69.362000,-3.005000),(72.497000,-4.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.027000,-54.945000),(64.604000,-52.593000),(57.637000,-54.590000),(47.677000,-58.589000),(57.125000,-65.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.568000,-11.198000),(357.134000,-4.951000),(353.016000,-2.273000),(353.933000,-4.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.115000,24.397000),(240.144000,25.143000),(239.951000,28.066000),(238.564000,29.606000),(238.502000,41.284000),(230.236000,33.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.427000,-47.854000),(173.378000,-47.142000),(177.848000,-46.842000),(182.713000,-44.640000),(183.110000,-39.162000),(173.124000,-39.764000),(172.067000,-37.595000),(171.911000,-44.115000),(160.388000,-41.896000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.404000,-32.782000),(179.969000,-27.692000),(186.385000,-40.198000),(191.577000,-41.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.063000,4.441000),(172.416000,4.297000),(163.557000,3.867000),(168.457000,-0.554000),(167.358000,-4.569000),(171.477000,-2.196000),(173.290000,0.959000),(173.394000,-0.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.625000,-21.344000),(186.975000,-16.178000),(177.208000,-21.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.161000,-10.270000),(184.764000,-8.664000),(182.669000,-9.390000),(182.246000,-4.191000),(179.937000,-10.537000),(175.375000,-13.327000),(176.087000,-14.035000),(181.751000,-15.548000),(182.154000,-16.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.221000,-7.438000),(339.711000,-7.119000),(341.987000,-12.494000),(350.338000,-9.374000),(356.352000,-6.695000),(348.441000,-7.831000),(348.048000,-4.132000),(346.181000,-1.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.221000,-58.387000),(331.295000,-57.610000),(332.047000,-58.878000),(330.587000,-59.347000),(318.838000,-58.480000),(334.778000,-70.388000),(337.290000,-63.142000),(341.151000,-70.069000),(344.525000,-59.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.591000,22.928000),(357.490000,6.013000),(1.574000,9.451000),(2.370000,14.649000),(358.449000,21.401000),(355.438000,20.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.583000,-74.470000),(59.675000,-70.764000),(62.803000,-66.666000),(54.731000,-64.786000),(51.690000,-64.889000),(40.464000,-67.485000),(31.874000,-66.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.830000,5.705000),(8.268000,0.819000),(7.770000,2.030000),(4.284000,2.926000),(4.576000,1.583000),(6.373000,-0.115000),(9.304000,-9.020000),(11.021000,-5.911000),(14.531000,5.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.312000,6.600000),(213.661000,2.445000),(217.121000,2.020000),(218.133000,-0.367000),(217.189000,8.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.984000,-10.454000),(12.991000,-9.023000),(13.457000,-8.493000),(10.295000,-4.941000),(6.982000,-3.982000),(7.296000,-5.835000),(5.892000,-9.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.311000,-40.799000),(195.090000,-43.084000),(194.023000,-49.741000),(196.466000,-50.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.136000,21.727000),(155.464000,17.576000),(158.967000,12.796000),(159.600000,13.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.724000,79.024000),(61.512000,77.200000),(63.452000,76.338000),(49.403000,73.625000),(75.131000,72.247000),(81.350000,67.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.780000,-1.322000),(166.501000,-3.588000),(164.815000,1.568000),(157.320000,-1.151000),(165.524000,-9.043000),(166.124000,-6.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.868000,53.684000),(4.684000,45.659000),(4.860000,47.003000),(6.262000,50.121000),(7.384000,51.874000),(7.944000,54.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.221000,-2.016000),(22.512000,-4.413000),(29.321000,-12.122000),(32.007000,-5.693000),(37.747000,-7.012000),(34.947000,-3.795000),(35.425000,-1.320000),(32.808000,0.306000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.162000,25.385000),(309.770000,19.059000),(306.583000,19.192000),(308.845000,18.262000),(305.262000,11.808000),(306.722000,13.552000),(311.039000,10.387000),(312.396000,12.857000),(317.621000,13.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.344000,49.516000),(320.208000,60.496000),(313.167000,61.358000),(312.872000,59.130000),(310.940000,57.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.863000,40.219000),(195.060000,34.277000),(190.733000,43.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.522000,24.928000),(164.471000,22.103000),(171.687000,25.579000),(168.719000,27.385000),(173.639000,26.942000),(169.580000,29.240000),(169.750000,32.015000),(160.768000,24.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.565000,31.677000),(235.094000,39.479000),(232.658000,39.090000),(234.313000,34.392000),(243.660000,30.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.520000,-26.198000),(48.699000,-23.831000),(44.925000,-14.974000),(35.438000,-27.198000),(39.458000,-24.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.273000,49.415000),(0.614000,47.013000),(357.995000,48.884000),(355.009000,51.019000),(347.591000,48.785000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.612000,-5.672000),(232.334000,-4.404000),(236.898000,-11.825000),(239.451000,-5.528000),(240.882000,1.933000),(234.918000,0.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.943000,13.834000),(170.672000,10.192000),(174.584000,9.705000),(170.469000,7.495000),(170.749000,7.032000),(175.563000,8.797000),(182.503000,8.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.364000,-21.392000),(69.335000,-20.883000),(65.510000,-15.614000),(62.158000,-21.586000),(61.756000,-20.091000),(56.409000,-25.082000),(57.713000,-28.489000),(60.644000,-25.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.483000,15.577000),(185.159000,22.706000),(180.003000,18.624000),(175.133000,17.712000),(180.933000,17.242000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.602000,44.500000),(173.633000,48.343000),(174.713000,40.822000),(176.081000,48.716000),(185.438000,46.910000),(180.582000,50.245000),(188.326000,50.444000),(184.170000,51.875000),(173.516000,53.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.081000,43.411000),(141.138000,47.815000),(145.878000,36.945000),(148.252000,33.093000),(149.458000,38.924000),(154.057000,39.376000),(152.635000,40.337000),(152.285000,42.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.797000,-6.476000),(142.294000,-8.368000),(139.852000,-12.202000),(140.583000,-11.627000),(142.195000,-17.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.028000,-85.789000),(139.546000,-83.008000),(41.714000,-86.445000),(28.564000,-87.771000),(14.058000,-83.547000),(356.463000,-83.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.578000,-54.810000),(345.078000,-55.660000),(324.983000,-56.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.183000,28.589000),(173.718000,30.988000),(166.091000,38.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.269000,41.636000),(101.094000,36.197000),(106.293000,35.183000),(112.362000,37.080000),(114.156000,36.770000),(115.880000,36.098000),(118.402000,37.948000),(122.122000,40.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.496000,23.279000),(168.163000,30.807000),(166.494000,23.499000),(163.294000,15.945000),(176.227000,20.652000),(176.532000,25.552000),(171.807000,23.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.917000,-3.916000),(6.132000,0.884000),(359.977000,10.614000),(358.419000,4.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.423000,2.960000),(335.738000,5.926000),(331.628000,3.304000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.298000,7.835000),(186.559000,10.552000),(188.792000,9.447000),(184.793000,12.526000),(187.438000,16.805000),(181.419000,15.960000),(176.772000,19.623000),(180.417000,15.723000),(175.844000,13.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.198000,30.146000),(287.090000,26.576000),(300.114000,28.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.389000,13.519000),(353.844000,-1.862000),(357.779000,5.310000),(3.527000,6.516000),(353.434000,10.210000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.518000,-30.391000),(136.065000,-25.112000),(135.147000,-24.461000),(134.798000,-23.927000),(132.814000,-20.450000),(129.368000,-17.188000),(129.788000,-20.936000),(127.712000,-20.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.024000,27.262000),(58.272000,28.553000),(52.867000,18.892000),(54.706000,15.044000),(61.108000,17.735000),(64.407000,17.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.180000,36.456000),(108.292000,31.827000),(107.394000,31.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.961000,3.926000),(358.146000,3.370000),(354.562000,2.680000),(353.640000,2.106000),(352.270000,-4.626000),(355.930000,-3.939000),(357.161000,-2.488000),(357.202000,-3.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.152000,-16.451000),(28.393000,-10.849000),(30.145000,-9.606000),(33.946000,-6.013000),(26.829000,-2.009000),(26.306000,-3.642000),(24.279000,-2.276000),(23.648000,-1.920000),(23.538000,-3.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.255000,-3.479000),(170.877000,-1.097000),(170.458000,0.302000),(174.557000,0.315000),(173.065000,1.814000),(174.670000,3.722000),(162.366000,4.161000),(167.998000,-1.009000),(167.135000,-8.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.842000,-28.026000),(163.979000,-19.704000),(161.165000,-32.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.599000,-8.397000),(348.899000,-11.233000),(350.240000,-2.968000),(339.782000,-3.863000),(346.824000,-6.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.174000,56.487000),(109.366000,57.852000),(112.722000,60.406000),(123.104000,59.140000),(129.065000,67.644000),(116.986000,68.943000),(94.276000,66.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.318000,38.526000),(274.182000,47.914000),(271.863000,42.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.253000,16.756000),(68.176000,18.802000),(67.753000,17.798000),(63.456000,14.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.691000,-67.644000),(206.639000,-67.765000),(197.071000,-69.658000),(190.867000,-72.446000),(196.672000,-73.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.887000,14.979000),(215.114000,13.207000),(219.373000,17.998000),(213.793000,22.547000),(214.979000,18.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.037000,-9.188000),(153.580000,-8.526000),(150.162000,-12.808000),(145.593000,-12.008000),(153.594000,-15.435000),(156.497000,-17.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.724000,38.786000),(355.169000,39.915000),(354.070000,30.407000),(359.174000,28.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.833000,-7.496000),(10.905000,-4.301000),(17.535000,-7.997000),(10.309000,3.378000),(8.177000,0.769000),(9.583000,-2.247000),(8.571000,-0.555000),(9.475000,-4.957000),(9.827000,-7.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.959000,-27.832000),(296.612000,-31.246000),(307.407000,-36.055000),(309.901000,-35.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.153000,-44.565000),(289.497000,-42.944000),(283.201000,-42.371000),(280.717000,-41.845000),(276.758000,-44.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.447000,19.051000),(223.615000,20.856000),(221.145000,18.286000),(224.795000,17.245000),(226.786000,13.934000),(231.526000,12.251000),(235.204000,22.222000),(231.452000,19.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.981000,-10.323000),(193.981000,-9.702000),(194.863000,-6.327000),(193.925000,-4.772000),(195.195000,-1.731000),(192.302000,-6.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.126000,-22.869000),(189.800000,-15.667000),(184.309000,-15.882000),(183.894000,-15.156000),(182.178000,-18.892000),(178.562000,-22.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.397000,-11.023000),(352.567000,-3.747000),(354.501000,-16.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.032000,5.783000),(10.704000,0.769000),(21.660000,8.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.860000,-62.396000),(219.426000,-61.679000),(217.337000,-61.641000),(224.080000,-65.262000),(230.894000,-66.060000),(235.162000,-58.488000),(230.202000,-61.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.502000,6.301000),(157.985000,5.681000),(153.983000,0.796000),(159.593000,-3.796000),(161.674000,-5.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.375000,44.842000),(346.361000,48.777000),(331.342000,52.390000),(326.235000,48.238000),(338.269000,36.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.366000,5.475000),(199.519000,0.313000),(198.264000,1.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.399000,-6.373000),(359.640000,-4.138000),(2.504000,-3.235000),(2.897000,-2.993000),(8.749000,-2.620000),(9.002000,0.223000),(5.549000,1.907000),(4.031000,3.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.330000,-3.570000),(356.411000,-1.966000),(354.658000,-2.209000),(352.438000,-12.993000),(356.445000,-14.106000),(0.291000,-15.637000),(5.562000,-9.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.823000,-6.484000),(267.348000,-9.787000),(267.388000,-9.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.270000,-31.468000),(45.562000,-35.766000),(55.106000,-32.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.521000,58.228000),(9.433000,60.604000),(1.720000,62.651000),(355.742000,66.460000),(353.727000,61.042000),(342.900000,59.649000),(345.324000,58.498000),(355.836000,54.162000),(354.754000,51.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.285000,24.183000),(112.184000,31.127000),(112.689000,31.391000),(102.354000,23.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.779000,-10.964000),(270.657000,-6.037000),(266.446000,-5.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.406000,7.145000),(52.583000,17.058000),(44.860000,22.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.252000,-12.032000),(334.328000,-13.553000),(337.006000,-3.993000),(333.021000,-5.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.932000,48.710000),(290.407000,52.228000),(279.806000,53.281000),(274.397000,51.992000),(274.540000,45.659000),(277.288000,48.578000),(282.532000,43.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.620000,-8.717000),(338.446000,-3.439000),(344.575000,-19.195000),(342.754000,-12.135000),(342.020000,-11.843000),(345.817000,-8.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.726000,-15.537000),(167.379000,-19.848000),(171.286000,-14.757000),(167.405000,-6.922000),(162.110000,-6.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.269000,12.733000),(325.522000,22.697000),(325.432000,15.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.768000,61.289000),(329.449000,51.489000),(338.143000,57.266000),(340.952000,49.206000),(342.999000,55.508000),(345.870000,58.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.927000,-21.768000),(167.969000,-16.094000),(163.637000,-17.644000),(162.060000,-20.239000),(170.811000,-25.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.944000,-11.797000),(111.862000,-10.612000),(110.219000,-11.153000),(108.923000,-16.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.694000,-1.593000),(171.332000,1.986000),(168.438000,5.785000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.483000,1.578000),(180.291000,5.704000),(174.921000,-0.072000),(171.298000,0.390000),(175.888000,-3.830000),(176.907000,-4.251000),(182.612000,-8.347000),(179.998000,-3.493000),(187.614000,0.273000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.728000,31.039000),(87.965000,32.468000),(97.735000,23.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.166000,55.677000),(57.987000,56.598000),(70.917000,66.890000),(64.471000,67.786000),(56.451000,60.374000),(43.607000,61.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.938000,-0.878000),(20.117000,-0.880000),(12.849000,3.768000),(8.156000,2.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.558000,24.480000),(236.987000,21.367000),(232.473000,25.887000),(230.478000,22.821000),(227.608000,21.734000),(229.120000,14.167000),(237.612000,16.762000),(238.455000,13.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.395000,33.241000),(157.417000,33.632000),(156.756000,35.608000),(153.956000,37.013000),(153.110000,43.557000),(152.110000,39.157000),(151.853000,38.659000),(144.063000,34.620000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.072000,-21.346000),(61.929000,-18.688000),(61.242000,-10.453000),(52.278000,-22.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.363000,45.869000),(302.694000,48.787000),(304.723000,41.356000),(312.453000,41.665000),(308.892000,47.746000),(313.141000,46.647000),(317.428000,45.444000),(302.074000,58.508000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.674000,54.989000),(158.336000,52.871000),(156.896000,45.665000),(176.061000,41.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.402000,-74.855000),(132.020000,-75.773000),(103.177000,-85.264000),(123.293000,-83.091000),(135.302000,-81.803000),(140.091000,-83.483000),(171.620000,-80.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.441000,4.722000),(179.801000,-1.049000),(172.161000,-2.280000),(179.526000,-3.388000),(183.500000,-2.958000),(186.281000,5.994000),(182.404000,3.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.446000,21.427000),(187.364000,31.605000),(190.304000,21.040000),(196.136000,19.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.534000,22.755000),(335.549000,28.827000),(326.568000,19.396000),(332.895000,20.947000),(334.778000,20.134000),(335.091000,23.268000),(336.252000,21.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.621000,12.882000),(56.134000,8.647000),(48.385000,20.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.018000,-55.064000),(286.975000,-51.857000),(286.258000,-52.152000),(281.325000,-49.734000),(280.944000,-52.433000),(273.603000,-60.776000),(283.567000,-57.669000),(293.244000,-58.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.559000,82.350000),(316.558000,76.819000),(349.240000,82.117000),(48.997000,80.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.638000,-12.662000),(189.962000,-7.633000),(187.116000,-4.290000),(180.749000,2.390000),(181.562000,-3.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.941000,-52.149000),(126.241000,-52.138000),(121.192000,-46.101000),(113.187000,-59.564000),(129.420000,-57.071000),(135.461000,-54.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.299000,10.705000),(264.870000,12.101000),(258.749000,15.323000),(257.587000,5.848000),(262.895000,8.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.586000,-1.033000),(183.790000,2.002000),(192.482000,4.665000),(187.814000,7.231000),(181.189000,14.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.642000,37.290000),(301.916000,36.808000),(300.994000,38.538000),(304.339000,44.447000),(296.204000,40.033000),(295.124000,38.555000),(293.525000,36.913000),(294.495000,34.718000),(296.973000,32.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.480000,-24.381000),(263.621000,-25.992000),(254.745000,-34.532000),(260.748000,-35.741000),(259.117000,-40.046000),(264.696000,-33.971000),(265.039000,-33.751000),(269.944000,-34.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.939000,41.206000),(16.524000,36.409000),(15.364000,39.653000),(21.495000,46.254000),(16.710000,48.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.778000,-7.381000),(37.660000,-10.293000),(37.084000,-9.351000),(29.265000,-17.358000),(39.690000,-21.236000),(40.192000,-11.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.412000,-32.314000),(16.094000,-22.955000),(14.510000,-25.032000),(13.793000,-24.487000),(12.319000,-20.712000),(12.917000,-26.012000),(12.043000,-23.999000),(4.559000,-24.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.486000,47.332000),(15.251000,52.717000),(18.281000,45.519000),(18.022000,44.877000),(9.374000,39.608000),(15.978000,41.345000),(25.393000,42.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.308000,8.356000),(86.354000,3.878000),(87.101000,3.109000),(84.597000,8.015000),(84.371000,14.871000),(82.347000,15.357000),(82.129000,11.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.492000,47.131000),(250.815000,43.595000),(242.085000,41.695000),(243.836000,39.547000),(253.105000,38.908000),(259.544000,34.178000),(258.433000,42.097000),(264.278000,43.835000),(259.303000,44.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.672000,-1.472000),(6.107000,-4.286000),(5.550000,-9.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.556000,-36.223000),(12.968000,-40.476000),(14.137000,-37.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.347000,-23.001000),(121.360000,-18.051000),(113.049000,-15.418000),(114.863000,-9.831000),(106.207000,-17.823000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.861000,4.757000),(9.049000,6.013000),(7.778000,7.168000),(5.735000,11.676000),(5.668000,8.264000),(5.623000,8.247000),(4.863000,9.498000),(4.967000,3.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.755000,-70.749000),(145.416000,-70.083000),(148.051000,-79.654000),(180.405000,-79.002000),(197.934000,-77.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.608000,45.155000),(106.679000,42.931000),(112.931000,46.095000),(116.275000,44.348000),(120.606000,49.320000),(116.388000,49.407000),(111.628000,49.106000),(117.720000,55.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.810000,43.171000),(284.539000,42.641000),(279.928000,34.646000),(292.106000,43.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.113000,8.722000),(357.277000,4.683000),(1.610000,-5.249000),(4.145000,-3.704000),(2.170000,-0.569000),(6.287000,-1.419000),(2.681000,2.874000),(3.129000,3.645000),(2.515000,6.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.349000,-38.827000),(42.475000,-35.927000),(44.199000,-31.991000),(32.928000,-33.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.249000,5.334000),(163.462000,8.382000),(156.926000,12.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.870000,-7.243000),(185.327000,-7.827000),(182.247000,-2.894000),(183.721000,-1.353000),(183.429000,7.047000),(179.411000,5.065000),(178.378000,1.690000),(178.730000,-1.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.038000,-39.358000),(203.674000,-36.612000),(201.225000,-34.532000),(197.266000,-29.712000),(194.984000,-29.417000),(202.425000,-43.354000),(201.984000,-39.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.119000,-4.611000),(187.651000,-9.128000),(191.226000,-2.784000),(172.632000,-0.533000),(180.235000,-2.703000),(176.407000,-3.060000),(173.028000,-6.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.946000,-11.106000),(64.243000,-12.028000),(61.193000,-10.533000),(59.904000,-11.803000),(59.134000,-12.418000),(58.427000,-12.631000),(61.887000,-15.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.742000,33.804000),(181.788000,37.887000),(185.617000,43.655000),(181.378000,44.635000),(180.935000,44.503000),(177.988000,49.654000),(171.670000,42.222000),(175.493000,37.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.855000,52.847000),(237.375000,53.917000),(221.321000,49.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.700000,-27.117000),(8.970000,-21.666000),(11.928000,-26.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.813000,15.384000),(10.178000,13.348000),(8.610000,19.569000),(9.866000,24.095000),(7.430000,26.253000),(5.104000,20.977000),(3.613000,23.232000),(359.293000,26.693000),(0.737000,15.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.373000,-17.286000),(331.934000,-13.712000),(330.514000,-5.694000),(329.717000,-4.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.758000,-48.732000),(121.292000,-55.649000),(137.942000,-54.345000),(146.813000,-53.059000),(135.860000,-45.213000),(135.395000,-45.969000),(135.785000,-52.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.313000,44.580000),(129.929000,42.190000),(129.160000,37.218000),(131.794000,36.260000),(134.585000,31.341000),(142.921000,32.567000),(138.996000,41.100000),(147.976000,46.478000),(142.301000,49.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.910000,-0.627000),(98.166000,-8.966000),(96.855000,-1.176000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.311000,-14.782000),(156.815000,-9.795000),(154.528000,-10.593000),(150.932000,-10.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.494000,41.243000),(34.286000,43.392000),(36.086000,45.948000),(46.964000,50.915000),(36.668000,53.070000),(35.886000,48.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.417000,-33.101000),(237.889000,-31.824000),(237.488000,-30.896000),(236.387000,-30.757000),(238.905000,-25.299000),(228.843000,-26.021000),(229.252000,-29.745000),(231.828000,-32.594000),(230.272000,-31.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.190000,3.335000),(122.782000,3.363000),(123.159000,6.734000),(120.278000,10.196000),(116.778000,5.346000),(113.824000,1.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.373000,28.104000),(192.966000,20.979000),(197.719000,23.157000),(204.157000,34.603000),(200.146000,35.350000),(194.085000,31.307000),(197.221000,28.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.002000,61.168000),(118.798000,67.215000),(120.821000,62.624000),(116.417000,61.146000),(126.823000,50.038000),(128.423000,56.400000),(144.337000,62.770000),(129.757000,60.384000),(136.716000,63.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.800000,-89.012000),(338.829000,-85.427000),(358.934000,-81.730000),(336.756000,-73.648000),(308.200000,-77.339000),(305.114000,-73.659000),(304.687000,-77.322000),(254.656000,-84.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.179000,-56.321000),(350.552000,-60.320000),(349.616000,-63.294000),(359.553000,-68.254000),(7.590000,-61.938000),(5.082000,-57.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.633000,-24.766000),(19.294000,-25.895000),(21.533000,-24.864000),(21.004000,-16.471000),(14.914000,-16.333000),(14.354000,-16.570000),(8.852000,-17.840000),(7.824000,-21.211000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.237000,-1.615000),(180.296000,0.882000),(178.767000,7.816000),(172.545000,-5.014000),(177.088000,-2.300000),(177.903000,-2.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.118000,-24.183000),(255.271000,-23.495000),(252.689000,-16.997000),(241.223000,-14.063000),(245.968000,-19.597000),(242.788000,-28.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.225000,39.935000),(297.127000,38.019000),(304.010000,42.798000),(292.959000,46.988000),(289.172000,43.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.809000,9.955000),(196.862000,9.937000),(199.360000,11.793000),(201.654000,6.654000),(200.437000,11.163000),(207.798000,10.353000),(200.990000,13.846000),(203.643000,21.059000),(199.942000,16.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.013000,85.161000),(225.135000,87.504000),(108.411000,88.124000),(69.902000,84.707000),(110.072000,78.702000),(143.832000,82.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.001000,-24.565000),(327.054000,-24.208000),(329.358000,-32.715000),(335.151000,-26.315000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.734000,-11.546000),(276.032000,-13.190000),(285.125000,-17.966000),(288.989000,-15.592000),(280.486000,-12.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.151000,23.337000),(182.273000,19.876000),(186.930000,20.015000),(188.514000,20.045000),(188.838000,14.672000),(190.220000,15.368000),(192.003000,29.181000),(187.736000,24.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.059000,7.059000),(346.359000,4.784000),(347.449000,4.152000),(345.237000,-2.112000),(350.644000,2.252000),(353.482000,8.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.397000,1.334000),(127.444000,-3.133000),(135.404000,-7.412000),(135.525000,2.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.731000,40.814000),(293.635000,41.694000),(301.896000,38.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.267000,88.069000),(131.361000,85.015000),(195.761000,85.220000),(204.290000,83.874000),(273.060000,85.748000),(306.927000,80.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.081000,-19.486000),(15.659000,-29.213000),(22.021000,-21.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.569000,1.799000),(174.442000,-4.571000),(180.701000,-2.393000),(180.977000,-2.477000),(183.508000,-1.012000),(185.201000,7.863000),(182.456000,2.845000),(182.603000,8.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.211000,71.877000),(146.202000,71.970000),(164.632000,68.953000),(149.144000,72.470000),(138.113000,72.457000),(118.498000,69.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.708000,-22.911000),(172.643000,-21.367000),(174.397000,-9.994000),(170.717000,-9.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.570000,-8.743000),(339.454000,-15.035000),(338.563000,-11.797000),(333.264000,-9.307000),(340.189000,-18.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.425000,5.131000),(358.118000,5.617000),(358.458000,6.632000),(349.723000,1.044000),(355.299000,-0.129000),(359.588000,0.983000),(359.851000,1.748000),(2.209000,2.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.626000,-66.120000),(85.625000,-61.156000),(81.809000,-66.371000),(74.973000,-58.962000),(71.678000,-65.522000),(76.725000,-75.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.973000,-15.193000),(207.805000,-16.043000),(209.966000,-18.332000),(214.340000,-12.450000),(210.964000,-10.277000),(209.249000,-14.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.321000,2.034000),(1.965000,-10.338000),(9.592000,-7.456000),(10.588000,-9.054000),(10.573000,-8.428000),(10.070000,-6.145000),(13.259000,-3.297000),(11.184000,-0.689000),(15.000000,2.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.794000,-0.776000),(174.736000,-2.175000),(175.353000,-5.927000),(185.346000,7.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.195000,28.579000),(98.807000,26.652000),(101.861000,26.324000),(107.737000,27.301000),(102.696000,22.308000),(107.895000,20.797000),(111.391000,22.775000),(110.093000,27.827000),(107.694000,32.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.644000,23.568000),(256.223000,28.270000),(250.223000,25.163000),(252.631000,18.790000),(259.418000,18.430000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.499000,46.970000),(164.094000,43.636000),(162.422000,41.987000),(169.963000,40.063000),(170.580000,34.929000),(176.369000,33.607000),(179.269000,40.068000),(182.445000,42.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.517000,32.409000),(20.487000,34.054000),(17.465000,32.370000),(12.210000,31.316000),(12.564000,30.557000),(11.674000,27.143000),(17.101000,28.717000),(17.544000,29.413000),(19.671000,28.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.660000,-22.555000),(193.858000,-16.835000),(194.168000,-15.699000),(192.775000,-14.463000),(194.029000,-11.804000),(192.044000,-11.011000),(187.959000,-14.828000),(187.632000,-22.313000),(190.396000,-20.346000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.615000,28.165000),(179.203000,30.533000),(179.298000,30.957000),(174.296000,23.646000),(179.722000,21.729000),(182.326000,18.474000),(180.839000,25.228000),(183.526000,25.307000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.322000,10.109000),(358.244000,20.246000),(355.091000,20.602000),(349.993000,20.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.055000,-27.130000),(335.621000,-30.450000),(336.625000,-33.498000),(342.381000,-33.692000),(329.892000,-20.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.648000,35.412000),(233.190000,32.950000),(234.504000,35.109000),(237.414000,39.763000),(226.926000,42.521000),(223.943000,38.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.252000,-7.115000),(347.123000,-4.608000),(344.588000,-4.535000),(344.252000,-3.604000),(343.882000,-6.782000),(342.637000,-8.634000),(339.343000,-14.625000),(343.479000,-16.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.241000,20.789000),(155.646000,19.166000),(156.392000,26.726000),(157.100000,25.496000),(162.458000,21.962000),(158.578000,28.300000),(158.468000,31.639000),(155.443000,29.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.475000,13.289000),(52.010000,10.661000),(49.108000,11.010000),(46.528000,4.499000),(53.559000,9.110000),(55.080000,7.727000),(59.443000,10.903000),(58.224000,17.025000),(52.683000,17.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.293000,60.864000),(184.703000,59.616000),(184.381000,64.756000),(191.872000,63.839000),(175.888000,66.021000),(161.779000,65.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.868000,-30.259000),(66.595000,-28.768000),(66.248000,-24.939000),(64.171000,-22.502000),(60.861000,-18.040000),(59.018000,-19.319000),(53.592000,-18.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.660000,12.714000),(58.610000,11.555000),(58.686000,10.551000),(55.768000,18.477000),(59.044000,-0.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.601000,57.456000),(91.937000,56.944000),(95.421000,56.659000),(86.175000,53.292000),(88.296000,49.531000),(94.308000,54.343000),(111.636000,53.680000),(104.586000,59.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.261000,-16.099000),(154.321000,-22.370000),(155.078000,-27.676000),(162.840000,-21.729000),(161.844000,-14.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.514000,8.240000),(187.110000,2.929000),(183.898000,6.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.415000,-15.388000),(303.176000,-13.450000),(300.169000,-18.836000),(294.927000,-18.185000),(298.210000,-21.646000),(298.481000,-22.867000),(300.100000,-26.888000),(305.148000,-31.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.376000,14.580000),(176.279000,17.310000),(172.213000,26.985000),(171.456000,25.489000),(164.348000,17.532000),(168.922000,14.113000),(172.127000,10.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.916000,-57.720000),(248.714000,-64.738000),(254.649000,-61.148000),(252.402000,-57.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.074000,28.246000),(352.840000,35.380000),(350.387000,28.674000),(343.020000,24.672000),(351.441000,28.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.618000,31.516000),(34.767000,33.665000),(39.858000,29.641000),(48.765000,26.532000),(47.564000,29.815000),(51.967000,29.281000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.214000,63.665000),(29.449000,49.836000),(36.343000,54.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.661000,13.058000),(228.702000,9.573000),(228.790000,5.623000),(235.465000,8.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.636000,23.121000),(181.036000,16.261000),(185.589000,10.500000),(183.101000,17.512000),(188.139000,13.485000),(184.552000,18.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.562000,11.667000),(151.841000,19.078000),(151.741000,8.190000),(156.912000,3.286000),(155.265000,8.045000),(156.157000,10.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.492000,8.310000),(203.408000,9.970000),(202.314000,12.808000),(199.845000,23.415000),(199.801000,14.482000),(196.893000,12.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.808000,37.660000),(76.997000,37.367000),(73.200000,40.227000),(70.283000,42.424000),(81.750000,31.993000),(81.814000,34.075000),(86.817000,34.979000),(80.972000,34.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.582000,-8.735000),(263.531000,-4.281000),(254.635000,-0.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.361000,7.315000),(232.282000,15.972000),(229.024000,18.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.600000,-42.345000),(281.985000,-39.067000),(280.421000,-38.948000),(283.615000,-35.291000),(278.930000,-38.099000),(276.476000,-32.939000),(274.881000,-35.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.339000,-0.399000),(178.600000,-3.543000),(182.806000,-2.389000),(175.890000,4.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.694000,-5.820000),(27.444000,1.016000),(15.874000,-2.392000),(19.133000,-5.382000),(20.104000,-7.510000),(17.262000,-10.432000),(23.642000,-7.241000),(23.679000,-8.859000),(24.330000,-10.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.922000,-65.480000),(165.837000,-69.168000),(174.220000,-72.130000),(168.725000,-77.214000),(201.758000,-78.398000),(188.567000,-75.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.243000,32.047000),(312.694000,31.873000),(313.305000,42.917000),(308.177000,34.981000),(309.784000,34.136000),(301.549000,31.145000),(306.243000,25.981000),(311.717000,26.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.529000,56.076000),(352.707000,49.569000),(357.412000,52.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.850000,-42.516000),(191.096000,-37.200000),(195.723000,-44.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.271000,52.566000),(114.366000,49.406000),(117.912000,53.039000),(119.858000,56.088000),(124.155000,57.601000),(132.667000,59.598000),(124.625000,58.782000),(106.459000,61.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.038000,-8.458000),(193.773000,-8.922000),(189.026000,1.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.933000,34.287000),(335.886000,26.246000),(351.737000,35.262000),(347.781000,36.071000),(342.468000,32.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.558000,0.496000),(126.254000,0.556000),(123.255000,4.381000),(118.434000,11.621000),(115.829000,8.419000),(117.574000,5.764000),(115.243000,0.384000),(118.281000,0.446000),(120.518000,-4.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.587000,58.624000),(240.376000,62.290000),(224.559000,53.313000),(233.936000,53.601000),(246.593000,51.554000),(251.993000,51.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.158000,-5.276000),(183.833000,-0.978000),(183.863000,-5.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.936000,-39.797000),(149.563000,-39.609000),(155.025000,-44.793000),(158.074000,-39.483000),(152.581000,-37.176000),(154.214000,-33.906000),(148.124000,-34.935000),(142.070000,-33.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.932000,4.902000),(358.054000,-8.466000),(0.891000,-3.778000),(5.577000,-9.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.644000,3.793000),(174.452000,4.641000),(175.858000,-2.255000),(179.037000,2.599000),(178.217000,7.974000),(169.662000,7.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.951000,69.664000),(94.242000,75.818000),(96.158000,66.827000),(100.390000,62.435000),(133.143000,65.853000),(127.765000,68.502000),(134.764000,73.998000),(125.410000,72.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.977000,23.148000),(74.068000,23.484000),(72.925000,24.945000),(76.816000,31.553000),(71.688000,25.729000),(70.739000,27.590000),(63.420000,27.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.723000,-36.825000),(359.834000,-36.119000),(2.761000,-38.167000),(10.268000,-32.855000),(2.245000,-33.659000),(7.512000,-28.505000),(0.680000,-31.194000),(356.835000,-25.292000),(353.815000,-28.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.581000,26.469000),(87.925000,24.418000),(93.432000,30.829000),(82.199000,34.017000),(85.889000,29.572000),(81.173000,31.601000),(82.011000,27.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.803000,14.143000),(176.537000,10.261000),(174.985000,9.176000),(179.876000,4.839000),(181.008000,3.482000),(179.921000,6.640000),(182.976000,8.287000),(186.547000,10.012000),(181.376000,9.297000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.733000,-13.824000),(168.472000,-19.888000),(160.294000,-21.852000),(162.704000,-27.617000),(175.097000,-28.860000),(179.161000,-18.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.872000,-9.604000),(27.059000,-6.008000),(30.740000,-10.658000),(24.304000,-1.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.626000,-24.285000),(163.107000,-29.758000),(165.472000,-32.077000),(164.102000,-34.116000),(165.537000,-33.998000),(169.975000,-39.006000),(172.385000,-31.330000),(169.404000,-31.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.872000,1.760000),(37.980000,-2.679000),(42.654000,-10.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.745000,64.346000),(160.770000,66.676000),(150.422000,66.578000),(166.286000,61.302000),(169.633000,54.531000),(169.947000,59.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.585000,-19.238000),(351.969000,-23.889000),(349.235000,-16.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.974000,4.207000),(143.773000,4.413000),(138.832000,-3.195000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.095000,28.184000),(19.009000,30.377000),(17.466000,25.142000),(16.256000,30.695000),(13.982000,30.795000),(15.758000,12.982000),(23.650000,16.912000),(25.821000,24.599000),(24.002000,28.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.102000,7.976000),(355.164000,3.545000),(358.285000,1.978000),(356.912000,0.518000),(0.579000,-0.373000),(1.531000,0.287000),(5.615000,4.723000),(5.557000,6.572000),(2.763000,5.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.779000,12.189000),(215.862000,8.167000),(214.783000,13.095000),(214.973000,13.281000),(218.746000,15.458000),(215.215000,17.405000),(208.945000,22.313000),(209.529000,15.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.214000,-43.172000),(60.839000,-34.426000),(62.516000,-32.198000),(59.926000,-30.769000),(49.911000,-30.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.239000,-54.855000),(188.731000,-48.634000),(185.220000,-52.131000),(176.847000,-63.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.187000,49.264000),(11.777000,43.745000),(9.675000,46.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.035000,6.121000),(147.830000,7.607000),(147.931000,8.491000),(145.651000,5.744000),(144.477000,9.593000),(140.922000,4.473000),(148.614000,-4.785000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.137000,-18.971000),(139.645000,-28.823000),(141.279000,-19.496000),(133.236000,-13.286000),(131.016000,-12.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.860000,5.248000),(77.892000,11.391000),(76.667000,6.660000),(79.825000,3.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.090000,-5.148000),(256.558000,-6.388000),(254.779000,-3.356000),(258.229000,5.030000),(248.801000,5.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.741000,3.332000),(180.383000,8.670000),(181.534000,8.788000),(179.767000,13.430000),(174.462000,17.090000),(172.885000,13.932000),(175.334000,11.817000),(171.124000,9.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.481000,20.633000),(271.611000,21.521000),(277.033000,18.872000),(275.729000,30.461000),(263.609000,32.203000),(266.757000,26.296000),(265.766000,25.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.528000,-1.230000),(182.300000,3.879000),(178.862000,1.363000),(174.800000,-0.620000),(176.624000,-2.630000),(172.834000,-6.056000),(183.497000,-6.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.889000,-1.704000),(231.249000,0.725000),(230.721000,4.126000),(230.488000,9.524000),(219.427000,6.776000),(222.947000,0.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.020000,-44.389000),(159.516000,-48.430000),(153.218000,-32.156000),(153.190000,-37.949000),(152.230000,-38.856000),(143.531000,-38.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.587000,-5.373000),(274.043000,-9.334000),(279.473000,-1.457000),(279.507000,0.773000),(277.323000,0.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.149000,50.050000),(323.580000,51.218000),(334.943000,44.626000),(332.989000,49.197000),(344.222000,49.139000),(337.088000,50.375000),(327.173000,52.410000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.267000,-62.969000),(63.897000,-78.094000),(73.984000,-72.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.139000,16.840000),(330.399000,19.903000),(335.800000,19.266000),(339.892000,17.646000),(339.185000,23.513000),(329.219000,29.860000),(328.909000,29.003000),(326.753000,30.776000),(331.114000,23.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.988000,4.576000),(143.206000,4.479000),(141.803000,4.491000),(137.913000,-1.620000),(140.096000,-2.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.341000,3.268000),(8.881000,3.128000),(10.446000,4.977000),(12.619000,9.660000),(3.959000,5.888000),(356.454000,5.643000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.709000,28.525000),(43.251000,25.384000),(38.066000,24.026000),(47.639000,15.225000),(50.431000,15.262000),(51.607000,16.415000),(56.658000,16.576000),(52.334000,31.292000),(49.659000,25.945000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.203000,-10.041000),(283.910000,-11.222000),(290.329000,-17.962000),(296.049000,-2.005000),(290.519000,-7.948000),(289.491000,-6.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.920000,-14.424000),(255.963000,-9.157000),(253.902000,-13.848000),(253.870000,-15.464000),(252.900000,-17.355000),(266.949000,-19.589000),(262.516000,-15.185000),(263.318000,-14.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.190000,16.148000),(10.481000,12.862000),(4.813000,13.739000),(5.055000,10.357000),(13.117000,8.736000),(12.292000,5.324000),(16.193000,4.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.248000,-35.884000),(130.460000,-39.541000),(132.654000,-38.963000),(135.282000,-39.146000),(145.701000,-40.870000),(143.901000,-39.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.944000,52.130000),(194.714000,64.492000),(188.911000,66.564000),(180.722000,60.633000),(182.333000,57.648000),(177.601000,53.246000),(176.318000,50.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.296000,44.206000),(310.917000,47.700000),(316.251000,49.042000),(297.433000,54.764000),(297.747000,38.929000),(302.795000,44.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.595000,-69.043000),(11.836000,-68.688000),(24.789000,-66.341000),(7.140000,-53.666000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.102000,55.677000),(187.136000,57.727000),(198.366000,58.364000),(195.591000,63.105000),(183.652000,66.758000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.614000,43.423000),(284.512000,45.992000),(289.216000,47.088000),(279.427000,45.525000),(277.048000,47.996000),(272.758000,50.123000),(268.226000,50.078000),(272.767000,41.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.785000,0.997000),(285.176000,-0.907000),(281.194000,-1.277000),(280.763000,-2.209000),(277.967000,-6.829000),(294.134000,-8.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.295000,46.212000),(319.230000,46.556000),(315.400000,46.785000),(311.374000,44.155000),(316.422000,36.300000),(329.710000,43.714000),(328.133000,44.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.368000,17.761000),(13.093000,18.120000),(14.789000,8.807000),(21.541000,14.573000),(21.356000,17.269000),(22.363000,18.235000),(18.262000,20.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.595000,-24.727000),(322.709000,-29.027000),(323.346000,-32.454000),(329.586000,-32.816000),(335.528000,-29.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.686000,69.494000),(212.191000,66.191000),(217.786000,69.072000),(227.055000,71.157000),(230.552000,74.570000),(217.460000,78.013000),(191.037000,77.711000),(201.156000,74.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.065000,-57.614000),(291.000000,-57.289000),(302.981000,-61.323000),(302.380000,-60.510000),(296.797000,-58.391000),(292.118000,-48.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.443000,7.838000),(140.934000,7.027000),(139.928000,13.427000),(138.419000,14.992000),(134.727000,8.983000),(131.928000,6.140000),(133.015000,4.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.269000,0.482000),(142.528000,-6.367000),(149.173000,-10.046000),(150.917000,-11.066000),(153.838000,-4.030000),(151.059000,-1.073000),(150.024000,-1.122000),(146.661000,2.302000),(141.647000,3.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.163000,-0.328000),(227.168000,-0.068000),(219.986000,-0.693000),(218.639000,-6.596000),(224.553000,-3.135000),(221.853000,-9.858000),(230.044000,-5.359000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.636000,-9.309000),(358.381000,-15.931000),(355.414000,-14.391000),(0.293000,-25.884000),(3.610000,-19.822000),(3.341000,-19.233000),(0.352000,-15.436000),(359.130000,-8.615000),(357.326000,-7.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.426000,44.491000),(211.469000,42.754000),(210.357000,36.444000),(216.125000,38.874000),(222.396000,39.636000),(230.586000,39.911000),(230.345000,42.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.992000,-33.716000),(172.521000,-32.499000),(171.298000,-34.635000),(161.496000,-32.523000),(162.467000,-34.550000),(172.007000,-38.208000),(172.375000,-41.538000),(176.717000,-39.727000),(174.023000,-37.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.840000,-27.151000),(104.627000,-23.650000),(89.484000,-30.752000),(94.729000,-33.079000),(96.024000,-36.149000),(96.997000,-36.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.457000,-34.314000),(52.881000,-31.286000),(50.053000,-34.511000),(43.785000,-43.267000),(48.293000,-42.363000),(49.249000,-44.515000),(56.403000,-39.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.272000,-76.301000),(106.938000,-75.885000),(98.825000,-71.414000),(96.333000,-68.852000),(94.466000,-65.234000),(86.759000,-65.771000),(82.681000,-64.478000),(68.052000,-69.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.936000,-24.176000),(179.285000,-25.464000),(186.175000,-22.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.659000,-69.263000),(71.820000,-66.796000),(31.830000,-72.357000),(22.184000,-80.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.156000,3.203000),(10.865000,3.614000),(9.813000,6.781000),(4.477000,-7.528000),(8.079000,-8.837000),(9.711000,-6.892000),(14.211000,-6.188000),(13.664000,-3.507000),(15.838000,-5.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.695000,26.487000),(111.060000,25.484000),(113.013000,21.895000),(119.687000,19.876000),(116.926000,26.859000),(120.269000,27.715000),(117.757000,29.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.341000,-19.099000),(357.784000,-15.486000),(356.098000,-16.146000),(352.388000,-10.443000),(351.625000,-15.294000),(351.565000,-16.857000),(351.376000,-16.661000),(346.716000,-26.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.246000,14.589000),(350.135000,17.400000),(345.912000,13.287000),(343.997000,11.388000),(344.013000,10.107000),(340.368000,8.035000),(340.037000,7.120000),(341.063000,4.968000),(347.745000,2.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.331000,9.641000),(205.349000,16.899000),(204.553000,18.938000),(193.486000,19.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.126000,-3.009000),(356.489000,0.408000),(348.942000,3.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.661000,-23.247000),(353.987000,-26.912000),(347.843000,-28.525000),(349.118000,-29.085000),(0.662000,-30.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.630000,-61.868000),(347.714000,-61.144000),(349.655000,-57.739000),(339.227000,-57.395000),(338.067000,-57.508000),(338.243000,-61.954000),(327.825000,-58.420000),(343.828000,-66.953000),(347.296000,-70.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.869000,40.895000),(150.770000,40.654000),(149.675000,40.303000),(150.263000,34.563000),(158.668000,38.939000),(157.541000,39.916000),(155.275000,44.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.969000,-11.960000),(131.767000,-20.690000),(134.785000,-17.163000),(131.558000,-11.202000),(129.548000,-14.876000),(129.170000,-14.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.678000,-40.678000),(160.597000,-37.254000),(160.502000,-37.066000),(164.776000,-34.810000),(151.925000,-32.880000),(147.977000,-38.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.631000,11.914000),(51.313000,2.803000),(55.080000,-0.085000),(60.019000,3.297000),(55.989000,-1.582000),(63.044000,3.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.107000,0.392000),(170.287000,-3.690000),(170.848000,-2.438000),(171.077000,-2.271000),(167.547000,3.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.138000,-2.944000),(171.361000,-0.640000),(170.145000,2.804000),(167.274000,-0.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.942000,31.608000),(33.106000,26.250000),(36.247000,29.517000),(37.614000,30.146000),(35.677000,30.894000),(35.884000,37.976000),(31.154000,33.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.217000,-51.156000),(125.484000,-54.004000),(116.469000,-63.075000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.542000,-39.523000),(345.392000,-38.107000),(338.398000,-35.072000),(334.640000,-32.961000),(330.474000,-38.386000),(336.362000,-42.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.095000,11.916000),(325.764000,10.212000),(325.458000,6.819000),(336.660000,11.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.835000,-9.973000),(38.036000,-15.902000),(36.102000,-12.102000),(31.899000,-19.410000),(35.280000,-24.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.415000,14.221000),(289.516000,16.883000),(284.212000,18.631000),(289.906000,22.952000),(285.128000,20.723000),(283.049000,20.316000),(277.627000,24.835000),(278.007000,14.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.463000,44.184000),(350.049000,35.403000),(354.286000,35.102000),(0.557000,34.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.801000,6.197000),(243.093000,14.686000),(238.981000,13.669000),(234.234000,14.771000),(232.131000,12.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.754000,5.209000),(293.275000,6.757000),(298.030000,2.641000),(298.945000,9.781000),(290.631000,10.143000),(283.655000,6.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.688000,-5.592000),(9.720000,0.345000),(16.611000,3.280000),(13.223000,9.283000),(7.505000,4.313000),(4.293000,9.694000),(0.766000,8.690000),(6.306000,3.235000),(0.730000,5.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.728000,11.172000),(335.725000,8.331000),(330.115000,9.871000),(327.143000,-1.263000),(336.861000,-2.585000),(339.353000,-1.238000),(342.150000,2.633000),(343.939000,5.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.580000,15.592000),(258.467000,7.189000),(262.408000,7.341000),(266.261000,6.541000),(265.169000,9.965000),(270.896000,11.937000),(267.669000,16.617000),(262.871000,12.998000),(260.134000,13.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.633000,-17.145000),(203.391000,-14.409000),(198.387000,-21.258000),(195.176000,-20.573000),(202.268000,-30.349000),(207.391000,-26.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.897000,-22.024000),(354.547000,-15.122000),(354.277000,-14.985000),(356.113000,-12.098000),(349.784000,-10.536000),(348.848000,-11.747000),(345.684000,-10.068000),(343.532000,-14.909000),(349.985000,-15.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.211000,19.007000),(0.779000,8.887000),(6.761000,11.153000),(6.241000,17.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.718000,-39.567000),(115.993000,-43.619000),(114.180000,-29.690000),(106.683000,-28.093000),(105.055000,-28.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.944000,60.968000),(158.828000,65.364000),(160.423000,51.980000),(174.329000,58.650000),(176.695000,59.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.934000,-39.509000),(29.277000,-41.309000),(21.674000,-31.882000),(15.058000,-31.473000),(15.727000,-33.195000),(11.875000,-31.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.647000,8.370000),(172.217000,6.923000),(169.664000,4.266000),(172.667000,2.581000),(174.882000,4.133000),(177.896000,3.632000),(177.256000,12.379000),(173.879000,9.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.042000,-21.138000),(208.265000,-16.320000),(210.823000,-16.154000),(205.280000,-13.890000),(211.577000,-12.431000),(206.429000,-6.788000),(204.407000,-12.816000),(201.498000,-12.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.943000,14.352000),(89.314000,20.833000),(86.475000,17.897000),(85.890000,21.730000),(81.552000,17.190000),(81.309000,17.390000),(78.958000,14.695000),(85.533000,11.997000),(90.642000,8.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.732000,14.735000),(163.845000,13.810000),(163.427000,14.728000),(163.588000,22.593000),(162.484000,13.740000),(160.004000,8.770000),(163.361000,4.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.025000,42.267000),(198.311000,40.233000),(191.743000,37.535000),(196.803000,32.113000),(200.132000,36.093000),(203.695000,38.780000),(206.375000,37.532000),(208.532000,40.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.667000,-0.157000),(283.566000,-5.987000),(280.574000,-8.944000),(280.965000,-12.748000),(293.453000,-8.448000),(291.745000,-6.771000),(296.196000,-6.368000),(288.142000,-2.267000),(290.008000,1.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.916000,32.666000),(260.355000,34.380000),(261.408000,34.181000),(269.138000,32.150000),(257.275000,44.851000),(256.218000,36.989000),(253.683000,38.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.931000,-15.296000),(200.567000,-11.837000),(196.881000,-11.549000),(189.857000,-17.965000),(197.370000,-15.370000),(197.277000,-23.069000),(199.367000,-21.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.775000,-3.662000),(10.810000,-4.290000),(6.061000,-8.079000),(9.164000,-9.216000),(10.035000,-8.141000),(9.316000,-10.514000),(10.282000,-9.659000),(20.888000,-8.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.663000,-44.025000),(347.217000,-44.209000),(346.770000,-44.577000),(339.757000,-42.172000),(336.862000,-48.762000),(337.156000,-49.989000),(354.816000,-53.904000),(2.177000,-54.376000),(358.094000,-44.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.056000,10.642000),(7.416000,-4.969000),(8.717000,5.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.556000,30.511000),(346.789000,31.599000),(341.848000,44.627000),(341.807000,40.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.698000,-21.754000),(308.198000,-19.616000),(314.402000,-22.857000),(315.131000,-23.538000),(308.350000,-21.765000),(312.178000,-29.581000),(321.606000,-26.839000),(323.374000,-27.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.750000,-8.805000),(32.240000,-14.655000),(41.305000,-15.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.031000,2.044000),(9.789000,6.809000),(7.329000,2.819000),(2.304000,2.284000),(0.192000,-6.053000),(7.513000,-5.081000),(16.095000,-3.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.127000,19.749000),(189.683000,28.405000),(184.835000,22.245000),(182.612000,16.239000),(187.443000,14.927000),(185.464000,12.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.939000,49.473000),(188.700000,49.768000),(179.778000,51.531000),(178.968000,48.404000),(192.827000,40.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.587000,-11.692000),(230.945000,-13.475000),(222.920000,-16.795000),(229.985000,-14.839000),(232.090000,-16.006000),(234.626000,-18.832000),(240.409000,-12.212000),(239.397000,-9.810000),(234.474000,-10.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.351000,52.572000),(21.788000,54.101000),(26.605000,52.504000),(27.031000,52.643000),(28.485000,54.143000),(26.785000,55.812000),(25.785000,58.715000),(12.822000,54.254000),(16.375000,55.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.624000,-11.337000),(358.040000,-11.173000),(6.137000,-2.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.572000,55.390000),(284.371000,52.356000),(285.073000,50.777000),(291.042000,56.026000),(292.430000,61.334000),(287.328000,61.010000),(271.124000,63.328000),(273.344000,55.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.994000,-8.009000),(81.898000,-7.241000),(81.246000,-4.498000),(75.918000,4.627000),(72.652000,-3.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.843000,-45.712000),(43.784000,-42.988000),(42.786000,-41.105000),(27.334000,-43.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.401000,25.765000),(154.187000,28.137000),(157.408000,15.012000),(160.159000,19.654000),(162.350000,19.451000),(160.367000,27.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.345000,-42.528000),(125.020000,-39.497000),(117.069000,-37.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.316000,-65.687000),(303.659000,-58.629000),(289.619000,-57.613000),(280.816000,-53.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.685000,-15.834000),(156.714000,-18.027000),(163.511000,-14.459000),(163.204000,-9.678000),(160.535000,-5.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.576000,5.153000),(332.895000,7.366000),(338.095000,1.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.402000,2.682000),(20.713000,-6.149000),(19.287000,3.396000),(20.622000,4.158000),(20.185000,7.522000),(20.873000,11.381000),(18.264000,9.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.037000,27.851000),(102.760000,24.226000),(111.747000,22.082000),(111.444000,27.408000),(114.802000,27.115000),(109.250000,30.959000),(105.761000,36.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.432000,29.063000),(168.730000,34.715000),(167.651000,35.323000),(169.001000,17.217000),(170.077000,20.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.077000,57.565000),(16.900000,59.182000),(8.231000,56.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.577000,37.347000),(271.049000,38.976000),(269.678000,40.893000),(266.996000,39.289000),(256.875000,39.425000),(266.473000,35.972000),(265.234000,30.956000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.632000,-6.535000),(359.958000,-11.173000),(356.342000,-13.941000),(356.840000,-16.589000),(2.032000,-11.927000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.549000,-34.238000),(6.029000,-33.122000),(355.525000,-26.889000),(352.072000,-29.017000),(353.303000,-34.328000),(358.217000,-37.110000),(359.310000,-36.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.038000,-12.880000),(357.189000,-11.179000),(2.068000,-15.382000),(1.318000,-17.428000),(2.581000,-22.551000),(8.599000,-12.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.573000,36.739000),(258.833000,31.712000),(267.195000,33.128000),(261.708000,27.542000),(265.351000,26.495000),(268.284000,32.115000),(270.618000,28.359000),(271.389000,32.466000),(272.580000,32.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.887000,-40.242000),(277.676000,-32.534000),(272.009000,-30.228000),(269.491000,-28.446000),(266.582000,-31.923000),(265.350000,-32.411000),(262.114000,-28.844000),(262.827000,-33.201000),(257.258000,-37.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.821000,13.781000),(2.198000,15.868000),(352.098000,14.186000),(351.893000,13.885000),(353.595000,9.323000),(354.103000,10.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.781000,35.512000),(56.594000,36.357000),(58.187000,36.638000),(57.467000,37.423000),(51.177000,44.157000),(47.368000,36.827000),(47.446000,32.690000),(52.779000,33.559000),(54.156000,32.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.770000,-48.558000),(96.739000,-48.958000),(98.992000,-46.158000),(108.168000,-50.436000),(105.569000,-38.496000),(102.030000,-41.795000),(98.471000,-40.574000),(99.424000,-41.451000),(98.474000,-41.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.506000,-70.623000),(27.366000,-70.508000),(47.831000,-73.191000),(42.041000,-77.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.746000,-0.262000),(0.805000,-3.432000),(2.544000,-4.438000),(8.400000,-1.185000),(6.824000,2.117000),(4.061000,10.394000),(3.682000,9.956000),(359.412000,4.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.495000,7.092000),(339.672000,10.074000),(345.321000,13.494000),(343.466000,17.440000),(341.173000,19.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.754000,-4.219000),(133.519000,6.997000),(127.262000,0.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.022000,-12.359000),(192.289000,-20.006000),(190.309000,-24.368000),(195.276000,-23.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.819000,-11.702000),(119.388000,-15.622000),(120.643000,-17.742000),(122.491000,-15.622000),(123.224000,-16.054000),(124.588000,-14.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.621000,1.064000),(166.265000,2.360000),(173.803000,0.908000),(171.353000,2.062000),(175.403000,7.618000),(171.937000,7.044000),(173.334000,10.115000),(165.705000,11.666000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.147000,10.312000),(223.146000,3.787000),(231.784000,19.759000),(230.820000,15.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.260000,19.922000),(197.324000,32.599000),(184.609000,30.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.549000,45.029000),(126.238000,42.380000),(129.282000,38.359000),(125.647000,35.674000),(130.565000,31.167000),(139.357000,29.737000),(142.167000,32.618000),(135.852000,36.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.881000,-7.810000),(142.991000,-3.397000),(145.590000,4.284000),(140.367000,0.577000),(132.117000,3.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.965000,-10.385000),(314.853000,-4.218000),(316.354000,-0.312000),(313.952000,-0.154000),(313.050000,-4.749000),(310.368000,-3.322000),(303.198000,-6.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.484000,6.666000),(319.093000,4.421000),(324.999000,4.424000),(327.465000,7.484000),(325.839000,11.255000),(323.673000,12.673000),(321.615000,12.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.851000,39.211000),(3.779000,38.501000),(2.594000,35.885000),(2.882000,31.534000),(7.083000,37.356000),(8.086000,37.116000),(13.849000,40.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.410000,-25.574000),(195.424000,-32.577000),(187.817000,-33.468000),(199.363000,-35.444000),(201.193000,-33.111000),(200.758000,-32.010000),(204.800000,-28.257000),(198.423000,-30.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.428000,-47.982000),(56.563000,-49.855000),(47.974000,-55.275000),(64.372000,-57.364000),(60.617000,-51.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.244000,16.022000),(357.669000,19.659000),(354.493000,14.782000),(354.826000,11.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.247000,-8.065000),(324.865000,1.481000),(316.618000,-0.779000),(312.704000,0.292000),(313.225000,-2.531000),(318.246000,-5.365000),(316.850000,-11.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.511000,-11.813000),(256.572000,-8.614000),(258.039000,-1.845000),(251.755000,-1.900000),(251.021000,-2.180000),(249.852000,-2.573000),(249.112000,-9.665000),(247.563000,-10.603000),(244.752000,-14.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.038000,67.188000),(219.203000,64.340000),(221.918000,64.224000),(228.924000,61.752000),(230.365000,60.867000),(244.641000,57.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.293000,21.421000),(310.719000,25.135000),(310.908000,31.388000),(306.537000,33.262000),(301.211000,27.162000),(301.844000,25.683000),(302.746000,25.034000),(296.100000,24.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.040000,1.183000),(0.543000,-2.509000),(1.345000,-5.133000),(6.236000,-3.007000),(5.641000,1.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.889000,-15.131000),(98.387000,-5.888000),(103.420000,-10.110000),(103.892000,-10.962000),(100.785000,-9.606000),(101.290000,-10.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.127000,-27.969000),(353.859000,-30.165000),(352.272000,-37.413000),(358.172000,-40.164000),(1.708000,-42.968000),(1.170000,-38.795000),(0.374000,-35.453000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.303000,-49.908000),(76.069000,-53.549000),(68.120000,-47.210000),(72.588000,-60.010000),(77.135000,-59.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.167000,-56.888000),(193.372000,-56.586000),(197.955000,-60.614000),(209.855000,-62.623000),(220.864000,-59.267000),(204.722000,-49.161000),(204.443000,-53.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.245000,-1.874000),(29.850000,3.692000),(31.108000,-4.123000),(31.754000,-4.183000),(37.223000,-7.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.765000,-69.924000),(176.009000,-66.901000),(170.047000,-69.746000),(163.342000,-70.946000),(161.889000,-71.100000),(153.730000,-79.161000),(178.865000,-73.652000),(180.034000,-73.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.453000,29.530000),(255.868000,25.117000),(258.474000,26.920000),(262.100000,24.746000),(263.571000,23.871000),(264.797000,24.501000),(266.257000,30.244000),(258.470000,37.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.748000,-3.187000),(13.348000,0.708000),(23.202000,-7.796000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.105000,-35.465000),(261.656000,-35.072000),(268.528000,-32.938000),(267.244000,-32.240000),(259.870000,-32.715000),(256.292000,-31.503000),(250.493000,-38.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.831000,39.797000),(355.596000,43.161000),(357.001000,45.832000),(338.812000,47.180000),(340.770000,43.293000),(344.884000,42.725000),(338.722000,36.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.133000,68.454000),(132.938000,67.162000),(108.478000,77.949000),(114.415000,73.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.350000,-21.300000),(328.029000,-26.290000),(329.008000,-24.636000),(330.460000,-24.955000),(332.864000,-20.719000),(328.104000,-17.492000),(320.610000,-12.371000),(324.431000,-19.007000),(319.295000,-17.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.164000,42.179000),(66.153000,48.747000),(65.001000,42.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.009000,63.574000),(156.951000,70.857000),(142.849000,63.959000),(142.303000,63.083000),(146.287000,60.561000),(158.960000,58.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.422000,6.370000),(359.353000,7.009000),(358.833000,9.255000),(350.448000,7.393000),(359.942000,-7.824000),(0.313000,-2.815000),(2.657000,-4.607000),(7.060000,3.580000),(4.367000,2.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.212000,-64.003000),(211.358000,-67.218000),(217.179000,-68.093000),(237.444000,-68.387000),(235.093000,-66.889000),(213.240000,-62.087000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.594000,19.012000),(24.838000,12.505000),(26.579000,17.947000),(28.019000,19.619000),(33.946000,20.405000),(31.129000,25.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.649000,-6.664000),(194.140000,-5.555000),(187.933000,-3.998000),(185.070000,-5.080000),(181.749000,-10.406000),(183.458000,-13.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.705000,-64.745000),(309.171000,-59.397000),(305.525000,-55.268000),(285.385000,-58.643000),(285.371000,-67.116000),(295.345000,-69.452000),(308.539000,-67.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.208000,-64.845000),(104.032000,-74.084000),(111.564000,-73.654000),(102.686000,-60.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.041000,45.559000),(167.552000,44.402000),(168.871000,37.496000),(174.737000,42.166000),(174.622000,46.668000),(172.470000,50.323000),(163.656000,54.813000),(162.399000,53.886000),(161.866000,51.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.485000,24.143000),(48.240000,23.851000),(52.097000,20.009000),(54.387000,23.263000),(39.855000,31.780000),(43.387000,27.616000),(41.199000,28.550000),(41.529000,20.896000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.497000,16.169000),(37.390000,13.941000),(32.658000,14.166000),(36.572000,12.677000),(34.336000,10.597000),(40.353000,10.358000),(41.215000,8.916000),(45.757000,15.483000),(47.128000,17.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.308000,-27.035000),(154.240000,-33.017000),(165.112000,-25.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.052000,-32.290000),(95.804000,-28.692000),(86.896000,-29.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.191000,-4.485000),(359.824000,-3.148000),(4.750000,-6.164000),(2.545000,4.304000),(0.911000,-0.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.391000,25.060000),(108.281000,25.858000),(109.542000,18.269000),(110.494000,18.947000),(117.110000,13.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.803000,-41.290000),(166.204000,-39.846000),(163.660000,-39.651000),(166.499000,-38.273000),(164.086000,-37.547000),(163.597000,-37.839000),(159.696000,-33.568000),(160.460000,-46.317000),(166.110000,-44.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.720000,-46.606000),(246.233000,-41.329000),(251.281000,-46.251000),(247.319000,-50.860000),(253.032000,-52.241000),(259.427000,-54.800000),(265.560000,-52.970000),(260.106000,-48.351000),(255.001000,-47.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.607000,-28.630000),(174.015000,-30.723000),(172.891000,-36.632000),(184.596000,-29.688000),(182.881000,-24.393000),(177.322000,-27.599000),(174.520000,-21.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.078000,-7.383000),(8.241000,-5.000000),(10.272000,-2.864000),(3.046000,-4.654000),(2.156000,-8.213000),(0.442000,-8.730000),(2.834000,-14.314000),(5.424000,-13.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.172000,9.019000),(166.769000,5.014000),(165.288000,-2.878000),(166.243000,-3.663000),(172.295000,-1.724000),(167.341000,-5.943000),(177.194000,4.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.051000,31.129000),(138.710000,29.198000),(146.733000,24.809000),(146.567000,28.421000),(146.787000,28.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.669000,-34.824000),(87.908000,-28.671000),(93.592000,-27.815000),(85.306000,-26.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.861000,-80.337000),(202.028000,-80.109000),(193.805000,-79.544000),(191.428000,-78.992000),(197.426000,-70.507000),(140.748000,-73.528000),(137.256000,-80.945000),(177.201000,-80.954000),(177.660000,-79.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.320000,18.383000),(171.706000,15.989000),(166.537000,17.909000),(165.734000,10.873000),(165.822000,10.328000),(169.108000,9.750000),(176.563000,9.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.340000,0.739000),(181.031000,-1.202000),(183.778000,-0.858000),(189.252000,1.185000),(189.502000,2.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.886000,-15.501000),(182.164000,-15.199000),(186.217000,-14.655000),(190.456000,-16.555000),(184.335000,-1.491000),(174.624000,-11.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.122000,-28.490000),(102.985000,-33.863000),(111.421000,-33.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.991000,5.384000),(355.717000,8.791000),(357.442000,4.613000),(2.953000,-0.142000),(10.663000,7.363000),(9.357000,7.031000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.484000,-57.346000),(357.090000,-62.934000),(0.237000,-66.778000),(2.112000,-69.561000),(0.173000,-57.188000),(357.547000,-55.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.974000,-20.510000),(217.805000,-21.806000),(216.892000,-23.738000),(231.538000,-25.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.049000,21.727000),(27.330000,22.916000),(25.960000,25.094000),(30.196000,31.852000),(23.895000,34.400000),(22.200000,32.735000),(19.408000,28.298000),(18.381000,26.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.116000,40.444000),(45.861000,42.379000),(45.725000,44.315000),(46.418000,47.406000),(38.965000,44.061000),(37.398000,45.601000),(36.397000,39.068000),(39.981000,33.770000),(42.569000,36.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.698000,-16.177000),(30.309000,-12.803000),(31.723000,-11.701000),(32.193000,-7.687000),(24.879000,-2.871000),(22.409000,-6.561000),(23.912000,-9.364000),(25.573000,-12.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.838000,28.934000),(239.800000,33.491000),(241.887000,26.018000),(241.023000,23.051000),(243.188000,18.157000),(245.321000,25.453000),(249.688000,22.840000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.387000,-4.884000),(48.891000,-10.061000),(52.657000,-9.703000),(47.499000,-16.777000),(52.206000,-18.478000),(56.192000,-14.188000),(60.170000,-12.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.775000,-34.550000),(45.618000,-35.946000),(47.410000,-35.906000),(46.101000,-37.132000),(50.167000,-37.522000),(50.851000,-42.027000),(56.142000,-42.235000),(61.647000,-32.872000),(50.451000,-32.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.119000,-12.722000),(308.815000,-2.139000),(310.992000,-8.965000),(307.099000,-13.051000),(313.379000,-9.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.008000,18.168000),(132.894000,22.209000),(127.742000,26.880000),(122.180000,19.054000),(128.814000,19.657000),(128.836000,19.138000),(129.553000,16.328000),(136.456000,14.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.047000,2.326000),(349.942000,2.237000),(355.325000,-7.939000),(354.991000,-6.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.633000,-34.357000),(305.295000,-46.794000),(313.996000,-44.698000),(315.769000,-42.846000),(316.220000,-42.525000),(307.780000,-40.939000),(308.368000,-32.652000),(307.593000,-33.114000),(306.422000,-36.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.110000,-1.918000),(183.175000,0.591000),(180.633000,-0.020000),(180.702000,0.956000),(180.369000,5.393000),(176.664000,7.620000),(178.320000,-0.036000),(172.177000,-6.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.296000,-42.172000),(59.363000,-43.995000),(67.259000,-46.272000),(69.024000,-40.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.697000,43.578000),(314.405000,38.782000),(317.772000,47.439000),(317.606000,54.245000),(315.908000,49.556000),(305.517000,49.273000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.694000,-18.564000),(18.566000,-13.789000),(15.125000,-10.347000),(19.073000,-14.873000),(11.864000,-10.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.678000,-0.059000),(136.306000,3.668000),(139.106000,8.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.074000,10.199000),(127.807000,7.828000),(124.251000,15.693000),(114.767000,13.695000),(120.225000,12.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.639000,42.948000),(27.039000,41.954000),(21.793000,38.447000),(21.837000,35.838000),(27.713000,34.765000),(28.567000,36.005000),(32.510000,34.765000),(35.069000,37.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.212000,-25.801000),(146.638000,-25.779000),(143.041000,-24.936000),(143.722000,-34.225000),(148.919000,-26.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.766000,-13.831000),(204.973000,-12.243000),(208.201000,-7.748000),(203.568000,-3.923000),(200.672000,-9.296000),(201.269000,-10.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.425000,-6.513000),(11.629000,-6.365000),(9.622000,-5.140000),(9.097000,-4.569000),(7.517000,0.291000),(8.101000,-16.527000),(9.612000,-9.434000),(11.181000,-14.000000),(13.976000,-8.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.214000,43.244000),(204.026000,46.229000),(202.619000,42.461000),(202.086000,39.407000),(204.374000,36.706000),(208.283000,37.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.893000,-15.422000),(337.609000,-18.683000),(341.661000,-16.379000),(341.142000,-13.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.925000,18.488000),(163.075000,14.538000),(160.128000,8.955000),(161.151000,5.253000),(172.986000,8.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.338000,0.822000),(5.345000,-1.775000),(5.962000,2.209000),(9.771000,2.474000),(8.739000,3.476000),(10.624000,5.429000),(5.871000,5.588000),(0.768000,8.440000),(0.840000,5.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.032000,39.003000),(4.610000,38.807000),(11.776000,44.464000),(351.673000,49.150000),(353.173000,46.280000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.424000,-70.074000),(82.748000,-65.924000),(79.077000,-64.671000),(86.675000,-59.107000),(82.810000,-59.716000),(74.532000,-60.141000),(50.463000,-62.031000),(61.315000,-64.033000),(52.275000,-64.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.095000,-0.217000),(189.282000,-2.965000),(185.818000,5.085000),(179.513000,6.802000),(178.880000,5.011000),(177.048000,2.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.663000,-6.125000),(341.383000,-9.031000),(341.660000,-10.674000),(352.002000,-11.145000),(349.181000,-8.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.130000,-47.978000),(97.392000,-54.223000),(99.500000,-56.005000),(107.320000,-50.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.234000,30.157000),(11.013000,32.188000),(9.099000,29.330000),(15.737000,24.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.673000,17.574000),(68.329000,16.604000),(77.367000,8.929000),(77.727000,23.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.142000,-4.813000),(338.474000,-6.316000),(342.687000,-6.968000),(338.413000,-9.409000),(345.032000,-7.772000),(345.461000,-8.112000),(349.898000,-9.103000),(356.353000,-3.765000),(350.806000,2.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.053000,2.757000),(1.235000,4.357000),(357.970000,-0.055000),(357.446000,-2.182000),(358.894000,-3.744000),(356.435000,-8.758000),(0.338000,-5.410000),(3.673000,-0.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.474000,61.191000),(344.327000,62.410000),(337.537000,68.039000),(321.404000,62.185000),(317.336000,58.590000),(321.029000,57.426000),(328.663000,58.453000),(333.577000,52.137000),(332.655000,59.377000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.631000,65.944000),(102.937000,63.004000),(106.587000,61.452000),(105.521000,65.214000),(106.414000,75.574000),(97.215000,69.328000),(91.738000,69.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.721000,22.778000),(309.129000,18.071000),(308.653000,13.911000),(314.202000,16.856000),(318.271000,19.618000),(323.770000,23.334000),(317.033000,25.952000),(312.309000,28.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.540000,7.790000),(190.546000,0.810000),(190.666000,13.382000),(188.211000,10.359000),(184.151000,10.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.511000,40.702000),(136.394000,32.383000),(149.991000,30.617000),(148.158000,32.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.717000,-0.558000),(134.117000,2.633000),(132.720000,-0.464000),(134.075000,-1.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.559000,18.222000),(194.477000,18.528000),(204.465000,11.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.418000,43.537000),(200.437000,46.608000),(212.852000,55.424000),(192.757000,48.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.394000,26.118000),(352.869000,24.083000),(346.563000,34.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.877000,-31.666000),(242.167000,-33.594000),(244.162000,-32.934000),(239.266000,-39.954000),(245.155000,-33.022000),(248.077000,-33.373000),(242.328000,-30.192000),(244.087000,-31.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.908000,-59.696000),(348.432000,-55.611000),(345.431000,-49.900000),(338.823000,-55.247000),(338.005000,-55.739000),(333.926000,-55.031000),(330.574000,-50.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.237000,17.502000),(227.888000,15.168000),(232.539000,18.238000),(231.407000,22.573000),(228.056000,19.231000),(227.942000,18.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.303000,9.021000),(192.853000,2.214000),(193.447000,4.193000),(194.287000,4.724000),(197.832000,13.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.506000,45.543000),(266.277000,44.432000),(267.417000,42.624000),(268.882000,38.502000),(269.739000,38.155000),(269.796000,37.934000),(270.407000,37.767000),(272.942000,33.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.997000,39.425000),(307.523000,40.550000),(307.981000,39.970000),(299.473000,35.598000),(303.994000,34.864000),(305.953000,35.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.442000,9.273000),(179.550000,7.569000),(175.885000,5.921000),(178.732000,2.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.078000,-64.375000),(140.367000,-64.358000),(152.500000,-61.456000),(139.784000,-62.102000),(119.666000,-59.289000),(133.314000,-65.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.851000,-1.495000),(253.437000,-2.053000),(249.192000,-4.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.395000,23.038000),(192.626000,30.389000),(179.379000,34.828000),(185.539000,27.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.263000,-63.830000),(148.285000,-47.043000),(143.609000,-46.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.300000,36.068000),(59.801000,34.305000),(54.567000,44.642000),(52.918000,43.157000),(50.733000,41.315000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.707000,41.749000),(111.314000,38.896000),(108.976000,33.387000),(114.065000,32.861000),(119.406000,36.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.880000,-68.719000),(99.744000,-75.605000),(92.071000,-72.281000),(86.945000,-72.137000),(145.221000,-78.366000),(130.771000,-75.755000),(138.165000,-74.443000),(101.094000,-73.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.533000,32.798000),(325.571000,19.302000),(326.857000,20.881000),(327.188000,20.515000),(331.131000,23.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.682000,42.931000),(96.050000,54.120000),(96.002000,54.202000),(89.045000,50.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.514000,38.297000),(160.367000,37.288000),(161.131000,41.860000),(158.972000,43.183000),(160.534000,49.896000),(151.018000,45.298000),(153.841000,42.380000),(145.941000,38.109000),(150.445000,32.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.973000,35.938000),(155.926000,32.239000),(159.833000,32.466000),(158.698000,34.664000),(156.361000,36.612000),(163.307000,36.598000),(153.711000,39.189000),(153.398000,39.465000),(153.240000,36.262000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.524000,-1.691000),(193.296000,0.364000),(187.844000,0.085000),(187.312000,-2.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.032000,-21.726000),(213.442000,-15.666000),(209.004000,-17.085000),(204.385000,-25.177000),(213.632000,-24.383000),(213.108000,-31.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.171000,-57.423000),(145.139000,-60.785000),(150.713000,-60.004000),(141.318000,-66.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.462000,63.578000),(261.338000,65.633000),(268.136000,56.524000),(266.523000,50.750000),(269.002000,50.089000),(276.268000,57.386000),(280.672000,57.070000),(280.867000,63.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.586000,43.043000),(284.286000,36.901000),(284.989000,35.325000),(286.348000,39.163000),(289.895000,41.953000),(294.818000,42.808000),(301.655000,46.695000),(276.838000,49.209000),(283.116000,45.750000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.924000,-0.180000),(22.338000,1.138000),(27.759000,-4.458000),(23.447000,1.880000),(26.257000,1.403000),(22.702000,3.541000),(21.189000,3.958000),(15.916000,5.582000),(13.693000,2.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.475000,61.371000),(298.364000,59.741000),(307.711000,60.488000),(307.649000,59.720000),(310.872000,59.584000),(313.365000,57.017000),(324.880000,68.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.528000,19.745000),(214.156000,21.100000),(203.387000,20.265000),(203.684000,10.471000),(202.715000,8.715000),(208.477000,7.213000),(209.435000,6.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.276000,-0.454000),(199.440000,-4.184000),(208.108000,3.966000),(204.730000,5.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.484000,-14.465000),(40.843000,-25.567000),(46.119000,-19.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.412000,22.237000),(218.265000,20.551000),(216.896000,18.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.558000,35.710000),(172.716000,36.331000),(167.662000,38.807000),(164.347000,42.061000),(152.373000,39.994000),(160.547000,35.297000),(160.980000,31.687000),(161.530000,34.748000),(165.669000,30.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.195000,-50.055000),(14.518000,-44.665000),(17.401000,-50.543000),(3.852000,-51.486000),(12.240000,-52.512000),(18.430000,-53.380000),(22.822000,-55.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.032000,-27.834000),(202.753000,-22.175000),(202.266000,-25.254000),(201.480000,-29.868000),(206.743000,-19.079000),(202.522000,-19.154000),(201.503000,-18.534000),(199.140000,-16.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.668000,-26.013000),(58.647000,-24.501000),(56.203000,-23.014000),(55.153000,-20.819000),(53.302000,-23.912000),(51.227000,-24.809000),(43.944000,-21.612000),(45.242000,-22.750000),(52.524000,-27.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.021000,-75.534000),(177.227000,-79.309000),(151.838000,-74.614000),(175.996000,-73.289000),(163.092000,-71.830000),(121.297000,-75.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.590000,-9.358000),(155.845000,-11.907000),(155.675000,-12.084000),(164.294000,-6.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.572000,41.300000),(220.233000,36.463000),(219.926000,30.355000),(223.429000,29.954000),(230.943000,23.896000),(229.723000,32.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.961000,-16.784000),(334.034000,-11.416000),(331.281000,-8.169000),(331.257000,-14.812000),(331.082000,-14.386000),(322.227000,-21.909000),(325.433000,-22.008000),(331.612000,-19.897000),(331.404000,-27.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.785000,37.562000),(103.083000,36.251000),(103.733000,37.009000),(107.835000,44.341000),(104.227000,43.776000),(102.447000,45.352000),(97.441000,46.469000),(92.632000,40.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.452000,12.671000),(224.134000,7.945000),(228.919000,4.910000),(228.433000,10.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.136000,-8.102000),(354.638000,-10.469000),(355.489000,-11.672000),(351.965000,-13.302000),(350.738000,-18.047000),(354.564000,-15.011000),(351.753000,-18.459000),(359.625000,-20.896000),(358.426000,-9.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.061000,11.057000),(203.145000,7.674000),(203.531000,18.426000),(202.866000,20.998000),(201.235000,19.213000),(193.920000,16.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.322000,23.522000),(180.954000,25.026000),(186.999000,24.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.839000,1.253000),(356.869000,-11.056000),(2.594000,-0.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.062000,11.284000),(330.343000,6.458000),(337.975000,7.848000),(345.605000,7.373000),(340.743000,14.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.462000,-43.554000),(79.749000,-45.112000),(78.498000,-45.005000),(80.788000,-51.048000),(79.478000,-50.586000),(71.079000,-49.176000),(80.602000,-54.695000),(82.008000,-62.001000),(85.456000,-57.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.759000,-2.900000),(175.645000,-3.061000),(182.198000,-5.631000),(185.716000,4.747000),(182.035000,-0.676000),(182.146000,-0.103000),(181.041000,3.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.867000,-44.504000),(257.685000,-55.365000),(269.788000,-56.158000),(276.474000,-53.524000),(279.502000,-50.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.774000,35.539000),(49.423000,36.501000),(45.822000,47.754000),(44.230000,49.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.070000,27.663000),(329.270000,18.629000),(343.888000,19.664000),(335.209000,30.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.893000,-33.234000),(60.933000,-24.496000),(59.274000,-29.828000),(54.044000,-26.861000),(58.437000,-31.287000),(51.519000,-32.845000),(53.253000,-34.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.939000,-14.836000),(265.543000,-15.677000),(264.811000,-19.177000),(265.802000,-21.557000),(269.312000,-19.263000),(274.467000,-18.272000),(281.037000,-20.731000),(271.800000,-11.076000),(267.054000,-12.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.290000,22.781000),(110.822000,16.315000),(111.545000,17.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.568000,10.033000),(327.792000,10.737000),(320.487000,17.649000),(318.742000,12.534000),(312.160000,11.503000),(315.894000,10.700000),(310.583000,7.070000),(318.283000,9.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.360000,34.276000),(10.189000,26.865000),(9.504000,30.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.206000,36.319000),(143.842000,31.349000),(153.352000,28.432000),(159.506000,30.478000),(162.441000,31.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.492000,-0.132000),(186.288000,0.624000),(185.968000,-0.457000),(187.001000,-1.700000),(195.162000,-7.222000),(196.440000,-8.536000),(192.566000,-2.094000),(196.570000,-2.552000),(196.478000,-0.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.049000,-29.243000),(357.515000,-33.688000),(0.862000,-30.846000),(353.102000,-19.506000),(349.765000,-18.012000),(349.061000,-19.296000),(342.073000,-27.550000),(342.399000,-29.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.576000,45.503000),(271.673000,43.186000),(266.228000,36.119000),(273.333000,41.608000),(274.545000,44.271000),(280.573000,50.444000),(272.188000,47.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.321000,-72.798000),(271.613000,-73.705000),(294.706000,-75.055000),(306.429000,-76.870000),(308.592000,-76.100000),(314.493000,-74.859000),(301.866000,-70.638000),(298.143000,-71.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.563000,-18.325000),(345.813000,-17.192000),(346.474000,-24.355000),(340.372000,-21.098000),(341.579000,-26.249000),(350.262000,-27.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.490000,75.514000),(65.522000,80.186000),(220.695000,86.212000),(359.916000,85.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.415000,56.368000),(321.210000,49.369000),(315.261000,59.013000),(302.478000,61.904000),(314.002000,58.161000),(313.796000,58.059000),(307.614000,55.169000),(312.822000,56.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.215000,36.793000),(286.810000,28.861000),(287.234000,22.330000),(292.485000,28.613000),(292.931000,33.114000),(292.407000,32.909000),(290.932000,32.132000),(290.826000,32.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.659000,25.713000),(64.936000,20.975000),(61.047000,23.117000),(58.060000,12.306000),(64.003000,8.162000),(64.499000,15.773000),(67.596000,12.559000),(66.628000,16.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.128000,-14.511000),(197.294000,-20.499000),(206.535000,-16.171000),(198.031000,-8.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.310000,0.078000),(348.002000,-1.259000),(347.347000,-2.354000),(346.314000,-0.091000),(343.229000,-2.549000),(339.886000,-7.320000),(350.904000,-12.580000),(355.797000,-15.538000),(356.478000,-13.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.140000,25.595000),(354.871000,26.884000),(345.424000,29.543000),(345.529000,26.024000),(338.443000,24.548000),(342.349000,19.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.059000,-11.801000),(213.855000,-19.687000),(217.738000,-17.677000),(213.040000,-4.420000),(212.792000,-5.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.282000,19.463000),(44.744000,23.065000),(45.891000,24.780000),(33.783000,26.076000),(27.893000,18.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.728000,-38.596000),(341.854000,-43.277000),(358.008000,-49.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.242000,-12.445000),(164.523000,-17.423000),(166.913000,-15.127000),(168.433000,-10.566000),(167.229000,-8.481000),(162.702000,-10.331000),(156.705000,-9.056000),(158.967000,-13.511000),(158.178000,-16.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.494000,43.360000),(7.922000,41.730000),(9.108000,47.821000),(14.645000,45.888000),(18.127000,44.935000),(8.196000,49.239000),(354.100000,49.519000),(1.405000,48.939000),(353.942000,46.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.141000,-2.427000),(310.289000,-2.517000),(314.422000,-6.014000),(319.633000,2.681000),(306.531000,4.935000),(309.580000,0.601000),(308.033000,0.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.821000,-6.056000),(189.001000,-9.871000),(190.887000,-8.411000),(181.615000,4.232000),(178.785000,1.034000),(183.446000,-4.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.006000,-25.919000),(334.471000,-24.822000),(333.512000,-22.576000),(333.584000,-21.040000),(338.490000,-14.139000),(328.796000,-13.371000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.307000,-8.565000),(14.117000,-6.881000),(15.353000,-5.563000),(11.910000,-5.888000),(7.629000,-4.781000),(16.207000,-15.592000),(14.316000,-8.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.110000,22.240000),(161.624000,25.213000),(160.761000,25.618000),(159.978000,20.823000),(154.956000,15.265000),(158.318000,15.305000),(157.802000,11.132000),(160.479000,14.206000),(160.591000,15.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.680000,-15.791000),(174.982000,-16.170000),(179.862000,-22.313000),(181.227000,-15.922000),(175.103000,-13.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.460000,44.435000),(339.278000,46.462000),(348.050000,52.564000),(353.161000,55.131000),(334.956000,57.684000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.919000,-39.409000),(73.739000,-48.067000),(76.516000,-44.614000),(79.686000,-43.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.167000,29.893000),(74.853000,36.265000),(75.532000,28.857000),(72.168000,32.240000),(72.987000,27.965000),(75.213000,22.995000),(79.528000,25.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.414000,14.744000),(54.527000,6.164000),(48.039000,6.153000),(54.107000,5.629000),(49.151000,2.346000),(49.672000,-0.157000),(52.280000,1.641000),(58.606000,1.778000),(63.670000,6.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.615000,-5.964000),(80.938000,-5.189000),(68.978000,-6.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.326000,-35.074000),(231.020000,-38.234000),(232.232000,-40.119000),(235.866000,-39.017000),(241.325000,-33.134000),(239.693000,-26.143000),(236.953000,-29.185000),(236.921000,-26.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.091000,26.745000),(59.461000,22.012000),(62.886000,29.564000),(62.857000,36.353000),(50.784000,33.078000),(46.639000,25.791000),(55.497000,29.449000),(51.383000,26.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.020000,35.791000),(241.629000,41.710000),(241.150000,34.427000),(237.280000,28.539000),(243.428000,22.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.716000,75.320000),(183.624000,67.496000),(194.035000,63.376000),(205.387000,65.429000),(212.072000,65.296000),(206.410000,67.345000),(214.393000,67.402000),(223.332000,69.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.306000,-56.936000),(325.348000,-56.382000),(320.502000,-57.274000),(323.414000,-58.574000),(319.244000,-66.368000),(326.144000,-58.645000),(333.993000,-65.676000),(338.684000,-59.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.264000,34.063000),(313.250000,34.943000),(310.909000,37.081000),(307.821000,39.835000),(310.241000,35.350000),(303.651000,34.515000),(305.487000,32.912000),(312.774000,29.871000),(313.647000,29.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.759000,39.995000),(137.942000,34.907000),(146.537000,40.518000),(155.922000,41.709000),(146.968000,48.655000),(143.358000,46.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.819000,-6.907000),(1.739000,-0.928000),(6.759000,5.597000),(356.237000,7.809000),(358.392000,-1.987000),(357.189000,-5.670000),(357.040000,-6.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.641000,54.457000),(147.074000,50.410000),(156.832000,47.276000),(153.021000,52.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.666000,-2.569000),(81.745000,3.972000),(84.556000,1.591000),(87.481000,2.459000),(88.796000,4.786000),(82.665000,6.535000),(80.618000,6.699000),(73.237000,12.176000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.689000,12.696000),(182.602000,6.781000),(187.476000,8.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.268000,40.576000),(301.390000,38.827000),(306.470000,36.325000),(309.675000,39.036000),(309.882000,45.469000),(302.118000,45.648000),(297.105000,48.382000),(296.498000,41.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.936000,-17.905000),(13.173000,-15.914000),(7.493000,-13.600000),(1.369000,-15.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.871000,59.059000),(272.142000,54.254000),(271.680000,43.324000),(272.630000,45.881000),(286.464000,54.126000),(281.714000,56.049000),(281.044000,59.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.151000,-38.209000),(143.615000,-43.914000),(150.048000,-43.219000),(156.247000,-44.645000),(154.713000,-42.385000),(157.730000,-35.525000),(150.008000,-35.976000),(149.433000,-32.415000),(147.503000,-28.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.168000,0.944000),(39.520000,4.032000),(36.456000,2.407000),(29.139000,4.479000),(25.757000,1.093000),(31.139000,-5.090000),(33.686000,-0.112000),(34.615000,-6.588000),(36.816000,-5.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.356000,9.169000),(142.608000,9.338000),(147.836000,9.012000),(144.808000,13.738000),(149.546000,18.669000),(146.544000,21.965000),(139.428000,23.736000),(134.707000,12.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.969000,41.367000),(193.219000,45.342000),(197.326000,46.159000),(195.830000,48.376000),(192.829000,52.645000),(185.466000,53.431000),(175.595000,54.869000),(178.500000,45.260000),(182.570000,44.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.629000,46.760000),(192.202000,45.988000),(204.804000,51.885000),(195.660000,56.228000),(185.679000,55.729000),(188.916000,51.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.269000,32.359000),(186.082000,29.963000),(185.360000,41.989000),(174.133000,40.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.667000,-42.788000),(109.693000,-45.399000),(126.139000,-50.888000),(119.521000,-48.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.074000,-23.269000),(359.514000,-23.157000),(355.251000,-7.357000),(354.780000,-12.822000),(352.637000,-14.418000),(356.919000,-14.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.134000,13.033000),(285.577000,15.096000),(282.344000,22.117000),(280.072000,14.816000),(275.064000,17.707000),(276.547000,14.568000),(274.403000,8.059000),(279.780000,10.314000),(282.006000,10.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.314000,13.810000),(187.801000,7.548000),(196.320000,14.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.172000,-31.542000),(51.749000,-26.950000),(55.526000,-27.589000),(58.184000,-27.787000),(57.352000,-24.902000),(52.161000,-25.663000),(43.655000,-20.746000),(43.484000,-22.809000),(41.178000,-23.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.644000,10.703000),(173.963000,4.526000),(185.414000,10.729000),(181.719000,9.820000),(177.072000,14.620000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.276000,-56.304000),(327.603000,-52.775000),(316.898000,-54.803000),(317.093000,-54.968000),(312.702000,-53.441000),(308.794000,-61.033000),(309.425000,-62.422000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.806000,-14.291000),(189.674000,-9.927000),(197.339000,-9.139000),(181.117000,-5.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.843000,-20.224000),(187.847000,-19.542000),(189.964000,-17.191000),(190.643000,-4.726000),(185.503000,-11.022000),(183.451000,-12.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.834000,-8.514000),(187.656000,-3.036000),(188.316000,-3.169000),(178.829000,2.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.674000,-46.187000),(163.689000,-44.124000),(156.819000,-50.969000),(165.860000,-46.032000),(168.399000,-42.968000),(165.189000,-39.218000),(159.899000,-39.256000),(160.251000,-40.665000),(155.199000,-39.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.581000,68.848000),(324.820000,68.263000),(323.120000,63.559000),(354.870000,70.659000),(338.190000,71.742000),(335.508000,76.993000),(334.549000,78.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.772000,-18.778000),(30.456000,-6.969000),(30.796000,-14.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.956000,-70.270000),(339.956000,-67.424000),(324.827000,-62.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.355000,0.237000),(166.380000,6.610000),(172.442000,8.257000),(167.760000,13.193000),(162.416000,16.963000),(160.392000,11.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.245000,-21.240000),(46.131000,-17.624000),(37.696000,-26.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.149000,-25.123000),(307.495000,-33.031000),(309.156000,-29.955000),(308.262000,-27.477000),(308.717000,-25.756000),(307.025000,-24.636000),(304.898000,-24.580000),(305.021000,-23.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.353000,43.647000),(22.999000,39.840000),(23.855000,45.794000),(23.387000,48.061000),(13.938000,53.987000),(17.026000,48.514000),(12.033000,45.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.544000,6.761000),(26.195000,5.270000),(24.660000,17.290000),(21.941000,15.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.828000,-33.204000),(197.794000,-40.988000),(194.061000,-35.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.829000,-49.699000),(17.117000,-53.509000),(12.920000,-47.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.630000,-24.904000),(166.290000,-21.990000),(167.624000,-25.421000),(177.000000,-28.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.341000,79.977000),(345.324000,81.523000),(15.129000,83.186000),(39.583000,82.030000),(339.016000,84.396000),(309.874000,81.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.226000,24.496000),(59.163000,24.677000),(61.467000,25.265000),(58.315000,25.357000),(58.644000,32.803000),(52.376000,29.126000),(49.098000,28.488000),(49.389000,25.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.901000,26.409000),(272.034000,23.707000),(267.752000,29.777000),(261.563000,31.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.915000,-75.209000),(133.900000,-76.238000),(116.952000,-71.286000),(119.246000,-71.072000),(109.001000,-67.624000),(96.846000,-62.434000),(99.590000,-71.110000),(74.845000,-71.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.272000,-2.464000),(359.213000,-15.761000),(2.147000,-9.545000),(6.693000,-8.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.162000,-40.170000),(29.681000,-36.444000),(27.424000,-43.197000),(31.224000,-44.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.759000,-12.026000),(187.046000,-8.693000),(189.605000,-9.701000),(194.759000,-4.836000),(189.957000,-5.259000),(187.376000,-6.042000),(178.216000,-13.716000),(184.082000,-9.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.009000,-1.688000),(156.460000,-10.609000),(160.919000,-9.619000),(159.807000,-5.524000),(157.786000,-0.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.047000,-34.960000),(113.915000,-34.473000),(117.617000,-35.197000),(127.670000,-33.970000),(122.993000,-31.372000),(122.577000,-30.515000),(115.920000,-25.325000),(109.688000,-30.064000),(116.211000,-31.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.886000,-24.752000),(107.820000,-23.190000),(107.736000,-26.950000),(109.031000,-26.601000),(117.375000,-29.251000),(114.915000,-24.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.195000,-16.825000),(174.597000,-15.604000),(175.628000,-7.355000),(178.512000,-1.724000),(171.668000,2.313000),(169.521000,-5.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.280000,7.732000),(156.903000,6.442000),(152.190000,8.220000),(160.171000,3.333000),(162.499000,2.846000),(165.307000,0.353000),(162.949000,9.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.040000,-50.092000),(219.725000,-50.400000),(221.868000,-48.257000),(220.878000,-39.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.578000,-78.686000),(63.236000,-74.093000),(357.909000,-81.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.701000,51.036000),(146.343000,49.415000),(162.188000,56.088000),(155.026000,57.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.635000,-39.729000),(270.377000,-43.789000),(278.721000,-45.567000),(272.397000,-32.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.909000,4.911000),(184.306000,9.034000),(185.562000,10.180000),(183.399000,10.955000),(179.711000,17.598000),(182.695000,9.457000),(174.950000,7.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.626000,-36.456000),(163.007000,-45.012000),(159.901000,-48.114000),(163.636000,-46.692000),(168.589000,-44.603000),(169.236000,-52.484000),(174.260000,-47.927000),(172.244000,-40.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.598000,-62.464000),(301.158000,-63.524000),(298.644000,-62.330000),(289.109000,-57.647000),(296.452000,-65.507000),(294.542000,-67.046000),(302.249000,-73.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.280000,-0.174000),(260.608000,0.450000),(261.993000,3.723000),(257.651000,0.980000),(256.820000,5.422000),(252.400000,6.865000),(256.268000,-0.040000),(251.119000,-2.972000),(256.890000,-4.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.920000,-41.306000),(236.346000,-38.285000),(232.303000,-35.796000),(232.489000,-26.495000),(224.359000,-28.898000),(222.597000,-33.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.204000,29.380000),(192.730000,29.247000),(183.907000,27.499000),(189.626000,25.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.744000,-4.613000),(180.170000,-9.482000),(183.112000,-5.392000),(183.768000,-4.373000),(173.974000,1.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.797000,-17.385000),(180.873000,-20.699000),(182.746000,-21.338000),(181.883000,-22.729000),(184.948000,-15.985000),(185.015000,-13.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.263000,58.241000),(202.996000,58.191000),(224.065000,65.336000),(207.720000,73.343000),(197.966000,69.079000),(195.186000,70.336000),(198.399000,66.201000),(199.335000,65.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.526000,15.948000),(284.905000,13.857000),(286.495000,13.145000),(288.698000,19.357000),(280.788000,27.058000),(284.149000,22.012000),(285.552000,20.614000),(282.833000,21.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.808000,64.171000),(304.753000,63.516000),(297.334000,67.137000),(287.319000,67.501000),(286.713000,75.101000),(268.417000,69.787000),(283.716000,61.462000),(295.534000,62.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.575000,13.834000),(7.531000,14.175000),(5.469000,18.164000),(6.623000,19.310000),(5.209000,19.519000),(0.311000,20.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.914000,24.098000),(174.508000,21.765000),(169.209000,19.117000),(174.278000,17.065000),(174.678000,17.121000),(173.160000,15.168000),(175.126000,16.570000),(174.533000,11.886000),(180.855000,13.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.065000,-14.908000),(353.584000,-3.208000),(353.614000,-1.272000),(348.742000,1.466000),(347.800000,-4.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.193000,4.884000),(357.502000,7.392000),(2.924000,0.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.555000,2.375000),(281.459000,9.116000),(283.878000,16.006000),(279.321000,13.688000),(270.622000,8.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.729000,36.834000),(123.085000,34.475000),(120.508000,39.727000),(112.202000,41.925000),(106.087000,42.010000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.663000,-20.149000),(341.968000,-22.068000),(341.675000,-17.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.225000,-1.304000),(177.689000,-2.519000),(177.160000,-7.357000),(186.204000,-7.195000),(181.911000,1.740000),(184.580000,3.880000),(183.873000,6.741000),(179.302000,6.267000),(175.126000,4.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.069000,-5.739000),(48.381000,-9.178000),(51.741000,-18.213000),(53.907000,-14.383000),(52.887000,-8.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.400000,17.063000),(276.242000,13.145000),(279.970000,20.091000),(271.995000,28.203000),(273.470000,23.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.048000,15.858000),(52.010000,15.457000),(49.460000,15.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.931000,-9.730000),(207.923000,1.441000),(203.465000,-2.909000),(203.843000,0.594000),(201.729000,-5.172000),(199.174000,-6.220000),(201.025000,-6.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.950000,-16.789000),(230.409000,-16.907000),(230.448000,-26.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.722000,-8.624000),(151.941000,-4.307000),(144.284000,-6.404000),(143.216000,-9.871000),(145.827000,-16.042000),(147.308000,-17.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.002000,13.742000),(6.883000,14.222000),(7.893000,8.342000),(11.407000,5.829000),(13.610000,6.226000),(14.562000,10.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.794000,23.829000),(178.308000,22.383000),(183.227000,20.318000),(195.733000,27.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.905000,-47.050000),(20.584000,-35.556000),(18.723000,-38.572000),(13.843000,-40.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.171000,-9.394000),(35.131000,-8.462000),(19.928000,-11.291000),(26.193000,-13.365000),(23.170000,-13.895000),(27.336000,-15.676000),(28.736000,-23.049000),(29.960000,-20.335000),(36.256000,-17.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.228000,35.425000),(151.761000,34.310000),(159.441000,23.857000),(166.575000,26.903000),(171.034000,36.988000),(166.958000,35.353000),(169.730000,37.792000),(163.007000,33.158000),(158.379000,38.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.662000,46.269000),(267.197000,47.696000),(266.891000,55.578000),(260.356000,49.576000),(262.286000,46.792000),(259.287000,44.947000),(262.337000,46.246000),(258.815000,40.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.988000,-13.783000),(0.636000,-15.932000),(0.829000,-18.688000),(11.534000,-20.145000),(11.477000,-18.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.360000,-2.851000),(2.917000,1.178000),(0.012000,2.300000),(355.100000,3.276000),(3.750000,-1.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.980000,8.380000),(180.412000,11.620000),(181.044000,5.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.034000,76.086000),(286.309000,80.767000),(289.715000,84.310000),(247.666000,74.785000),(252.568000,70.547000),(264.336000,71.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.826000,2.576000),(178.476000,-0.231000),(179.899000,-0.350000),(186.292000,1.351000),(180.902000,2.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.746000,-7.494000),(22.572000,-12.570000),(31.068000,-5.355000),(31.347000,-0.169000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.660000,-33.711000),(67.431000,-33.134000),(68.570000,-34.934000),(69.516000,-28.043000),(70.920000,-25.037000),(59.013000,-27.399000),(57.680000,-28.212000),(58.377000,-29.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.057000,-12.587000),(45.652000,-11.558000),(40.842000,-7.441000),(35.366000,-1.357000),(34.218000,-2.952000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.197000,-15.966000),(151.806000,-19.519000),(147.919000,-21.116000),(152.777000,-23.425000),(158.273000,-31.468000),(159.835000,-23.979000),(160.982000,-23.177000),(165.924000,-21.912000),(166.870000,-21.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.066000,-59.683000),(253.001000,-59.675000),(281.099000,-62.692000),(288.051000,-63.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.565000,-4.123000),(341.158000,-6.445000),(342.090000,-12.760000),(344.956000,-11.140000),(350.618000,-7.810000),(352.272000,-7.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.412000,20.462000),(218.703000,25.184000),(226.012000,25.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.404000,3.415000),(74.539000,-5.110000),(78.369000,-9.306000),(77.056000,-5.162000),(77.181000,-0.849000),(78.139000,1.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.233000,-23.169000),(187.701000,-22.732000),(185.750000,-24.245000),(182.113000,-23.659000),(182.152000,-25.166000),(201.296000,-29.869000),(200.250000,-28.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.282000,16.189000),(32.277000,14.038000),(26.678000,18.072000),(25.766000,16.366000),(30.943000,13.134000),(26.331000,12.803000),(26.429000,11.729000),(32.043000,5.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.610000,27.424000),(6.637000,31.089000),(5.931000,30.259000),(359.097000,21.157000),(3.904000,22.031000),(3.595000,15.238000),(13.640000,22.284000),(9.987000,31.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.356000,-7.566000),(178.741000,-5.988000),(178.863000,-1.005000),(184.427000,3.437000),(183.852000,3.337000),(175.665000,5.067000),(173.293000,0.929000),(172.711000,-0.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.175000,-15.243000),(271.736000,-15.228000),(268.202000,-13.375000),(262.135000,-17.530000),(280.510000,-16.938000),(278.156000,-15.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.775000,-35.326000),(207.856000,-40.094000),(207.397000,-37.290000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.111000,-21.990000),(18.026000,-24.168000),(15.325000,-28.711000),(20.822000,-30.254000),(22.107000,-30.559000),(21.790000,-33.232000),(25.323000,-31.494000),(28.577000,-24.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.774000,38.512000),(166.384000,34.274000),(163.407000,33.311000),(160.048000,31.237000),(164.197000,32.120000),(163.974000,31.045000),(167.602000,28.809000),(168.448000,36.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.002000,-8.575000),(221.496000,-0.649000),(213.562000,-6.244000),(213.323000,-12.231000),(216.345000,-11.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.741000,-25.200000),(288.378000,-20.274000),(288.687000,-11.307000),(281.421000,-14.222000),(280.355000,-13.388000),(277.780000,-16.107000),(273.061000,-19.233000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.016000,-1.327000),(191.302000,-1.336000),(190.684000,1.519000),(187.563000,-7.165000),(190.494000,-12.854000),(193.939000,-9.542000),(193.515000,-6.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.777000,-4.395000),(62.447000,-5.196000),(63.745000,-6.088000),(65.433000,-1.157000),(65.258000,1.447000),(58.052000,1.756000),(60.287000,0.035000),(57.431000,0.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.727000,53.808000),(148.092000,50.625000),(134.926000,51.299000),(135.509000,48.597000),(148.197000,39.201000),(153.223000,41.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.533000,55.450000),(109.167000,60.996000),(100.435000,63.816000),(105.683000,56.320000),(105.896000,56.533000),(106.972000,54.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.088000,15.285000),(5.991000,22.597000),(3.580000,22.163000),(3.841000,18.473000),(5.599000,12.186000),(4.627000,9.236000),(9.958000,8.129000),(12.027000,14.352000),(11.020000,14.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.783000,52.471000),(149.867000,45.225000),(145.540000,39.719000),(151.502000,42.265000),(160.768000,38.331000),(155.749000,47.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.130000,15.835000),(342.666000,18.085000),(327.600000,24.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.154000,7.489000),(279.910000,0.947000),(285.836000,12.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.232000,29.453000),(145.279000,21.003000),(146.495000,29.906000),(150.771000,29.426000),(153.446000,29.651000),(146.552000,36.408000),(139.702000,33.509000),(136.496000,31.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.561000,-45.736000),(350.672000,-43.904000),(347.310000,-54.312000),(355.161000,-57.341000),(4.344000,-55.502000),(4.783000,-54.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.804000,70.054000),(34.880000,64.777000),(44.777000,67.891000),(33.312000,62.545000),(38.947000,62.220000),(54.078000,65.148000),(59.952000,64.495000),(62.328000,68.762000),(65.512000,70.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.092000,25.423000),(126.616000,27.072000),(128.332000,22.315000),(137.703000,18.032000),(132.563000,21.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.356000,23.444000),(160.970000,21.376000),(175.469000,19.954000),(172.708000,27.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.398000,12.619000),(172.094000,17.524000),(173.615000,11.284000),(176.806000,16.438000),(180.419000,14.858000),(178.141000,25.760000),(174.067000,22.686000),(169.846000,25.609000),(163.345000,22.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.402000,-8.447000),(163.907000,-16.402000),(167.234000,-17.745000),(171.268000,-20.839000),(172.811000,-15.251000),(173.905000,-13.526000),(173.898000,-13.041000),(169.333000,-7.516000),(166.147000,-8.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.428000,2.361000),(102.256000,-0.292000),(97.663000,7.227000),(93.095000,0.532000),(95.254000,-3.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.852000,-23.419000),(177.704000,-20.596000),(172.494000,-18.624000),(172.391000,-14.889000),(170.519000,-18.139000),(169.631000,-17.509000),(169.978000,-20.173000),(161.511000,-20.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.435000,-22.703000),(150.694000,-16.624000),(137.005000,-16.818000),(137.066000,-23.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.999000,-26.748000),(3.792000,-29.042000),(4.823000,-30.916000),(12.209000,-20.784000),(6.201000,-23.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.648000,-73.914000),(202.217000,-64.518000),(163.137000,-67.462000),(158.756000,-74.244000),(166.285000,-75.594000),(178.956000,-75.490000),(169.079000,-78.137000),(189.220000,-75.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.183000,45.428000),(333.217000,42.776000),(331.934000,35.943000),(325.472000,32.628000),(331.158000,33.002000),(331.803000,33.678000),(333.800000,30.801000),(334.810000,31.921000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.245000,10.511000),(176.056000,-1.542000),(176.343000,-1.011000),(182.192000,-3.245000),(183.737000,-1.947000),(179.667000,3.544000),(184.203000,3.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.396000,-24.543000),(334.081000,-30.783000),(331.628000,-30.984000),(333.060000,-35.193000),(336.373000,-34.337000),(338.768000,-34.836000),(344.936000,-29.745000),(337.250000,-31.790000),(340.157000,-29.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.069000,-2.400000),(195.187000,2.006000),(200.715000,1.245000),(197.299000,3.998000),(196.577000,6.361000),(195.727000,5.875000),(194.209000,10.800000),(190.932000,12.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.724000,-4.218000),(225.316000,-4.965000),(219.504000,-3.345000),(222.975000,-10.625000),(224.117000,-8.997000),(224.100000,-10.868000),(228.094000,-10.653000),(228.144000,-6.444000),(229.137000,-4.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.812000,-28.371000),(85.000000,-28.465000),(89.176000,-23.708000),(85.843000,-23.945000),(73.782000,-22.657000),(72.152000,-30.288000),(72.537000,-33.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.202000,-31.326000),(138.822000,-25.608000),(138.668000,-27.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.376000,-29.535000),(106.932000,-27.420000),(115.786000,-39.136000),(115.751000,-31.478000),(111.387000,-31.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.611000,-37.750000),(85.930000,-42.198000),(91.007000,-46.974000),(87.378000,-39.879000),(86.705000,-39.429000),(90.631000,-40.513000),(91.428000,-32.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.675000,-31.847000),(226.543000,-41.639000),(226.681000,-36.319000),(230.191000,-38.613000),(227.675000,-25.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.874000,-8.464000),(14.676000,-6.582000),(14.442000,-0.241000),(16.223000,2.172000),(11.929000,5.513000),(10.017000,3.710000),(9.990000,3.328000),(8.102000,-1.207000),(5.445000,-6.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.908000,1.748000),(227.756000,-3.823000),(229.159000,-5.669000),(222.464000,-6.220000),(236.966000,-2.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.876000,9.323000),(14.659000,14.595000),(20.822000,17.805000),(7.715000,17.850000),(6.424000,11.036000),(10.584000,11.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.931000,-5.984000),(157.023000,-8.720000),(160.603000,-7.791000),(169.728000,-5.440000),(169.833000,-1.652000),(164.123000,0.362000),(163.060000,-4.031000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.655000,-48.240000),(355.762000,-55.610000),(0.393000,-54.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.738000,-27.074000),(192.364000,-25.509000),(201.987000,-17.843000),(188.492000,-18.585000),(190.776000,-22.164000),(189.317000,-22.975000),(184.422000,-23.116000),(190.431000,-23.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.709000,-24.692000),(198.667000,-11.554000),(192.514000,-21.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.355000,-23.688000),(1.906000,-21.423000),(11.179000,-20.186000),(10.818000,-21.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.695000,1.432000),(357.342000,-2.809000),(355.401000,-8.319000),(2.930000,-5.241000),(5.961000,-6.928000),(3.878000,-4.052000),(2.899000,-3.250000),(1.869000,1.968000),(1.470000,5.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.405000,-3.905000),(90.740000,-1.615000),(93.109000,2.559000),(89.198000,1.981000),(87.132000,1.757000),(82.601000,4.429000),(84.787000,0.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.415000,5.876000),(171.351000,10.735000),(168.194000,10.202000),(163.029000,16.338000),(164.509000,13.668000),(165.904000,10.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.256000,11.680000),(22.307000,6.722000),(20.937000,11.635000),(20.988000,22.038000),(15.560000,15.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.290000,-36.285000),(148.016000,-35.713000),(152.564000,-36.977000),(153.411000,-37.365000),(153.024000,-31.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.421000,53.603000),(249.136000,52.084000),(266.418000,47.389000),(266.092000,51.109000),(271.547000,51.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.794000,56.875000),(309.173000,54.556000),(287.446000,63.899000),(281.941000,61.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.397000,29.986000),(230.602000,28.584000),(230.926000,28.082000),(228.980000,25.655000),(235.555000,26.002000),(242.520000,24.043000),(240.358000,26.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.431000,5.605000),(0.324000,7.529000),(349.536000,5.183000),(357.742000,1.007000),(356.131000,-6.851000),(4.865000,-3.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.199000,3.778000),(186.594000,4.292000),(189.988000,7.706000),(188.613000,12.959000),(181.469000,6.798000),(180.814000,1.659000),(182.909000,1.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.260000,53.709000),(137.589000,60.402000),(129.361000,61.139000),(116.758000,57.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.874000,17.908000),(295.147000,23.324000),(295.285000,27.100000),(298.000000,34.158000),(288.159000,30.409000),(288.297000,26.132000),(291.591000,26.172000),(289.177000,23.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.194000,-65.261000),(320.394000,-62.642000),(328.542000,-70.784000),(332.935000,-68.994000),(329.945000,-65.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.617000,-10.685000),(8.323000,-7.187000),(359.056000,-5.192000),(358.603000,-5.697000),(356.377000,-2.467000),(355.832000,-10.798000),(358.325000,-16.996000),(1.051000,-11.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.143000,45.574000),(219.329000,48.453000),(221.340000,56.526000),(207.854000,57.007000),(204.111000,52.741000),(194.502000,50.291000),(200.240000,45.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.768000,12.099000),(235.660000,11.788000),(235.017000,15.685000),(234.578000,4.965000),(237.211000,6.838000),(240.922000,8.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.098000,13.106000),(192.503000,10.294000),(188.834000,12.928000),(191.200000,15.356000),(185.289000,17.432000),(179.656000,20.841000),(184.937000,15.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.978000,-69.250000),(28.783000,-76.299000),(34.119000,-68.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.486000,-69.498000),(88.880000,-65.528000),(112.933000,-65.741000),(100.819000,-61.110000),(89.842000,-55.317000),(88.756000,-57.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.175000,75.770000),(213.705000,70.750000),(229.461000,79.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.343000,-43.943000),(96.567000,-37.291000),(96.210000,-33.739000),(87.147000,-34.929000),(81.163000,-30.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.459000,-48.738000),(333.807000,-48.240000),(337.886000,-45.503000),(347.246000,-46.415000),(337.766000,-36.226000),(333.790000,-41.387000),(332.711000,-41.421000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.572000,2.818000),(2.045000,3.187000),(3.145000,4.110000),(353.781000,8.012000),(353.260000,9.379000),(345.576000,6.054000),(352.264000,-1.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.253000,-60.731000),(150.572000,-62.592000),(169.206000,-60.545000),(155.242000,-59.453000),(157.268000,-50.305000),(156.387000,-49.716000),(153.785000,-56.325000),(139.565000,-61.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.593000,11.734000),(87.381000,13.225000),(87.868000,7.356000),(97.591000,7.724000),(97.003000,8.984000),(88.980000,9.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.536000,38.514000),(20.074000,36.217000),(22.114000,32.942000),(21.436000,36.093000),(17.643000,43.084000),(16.638000,42.670000),(11.398000,45.515000),(15.235000,37.801000),(15.295000,29.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.862000,-67.378000),(70.440000,-65.351000),(61.146000,-64.611000),(64.267000,-62.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.821000,15.239000),(195.243000,21.669000),(194.408000,14.368000),(191.281000,14.716000),(195.755000,13.035000),(194.542000,9.766000),(199.207000,11.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.424000,36.784000),(292.730000,43.892000),(278.556000,44.902000),(275.315000,43.338000),(271.196000,39.053000),(278.432000,40.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.396000,13.437000),(124.427000,16.398000),(123.740000,19.209000),(123.685000,20.785000),(119.424000,17.159000),(118.687000,18.504000),(115.986000,13.891000),(116.307000,8.128000),(120.232000,6.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.804000,24.735000),(325.938000,24.266000),(322.754000,20.191000),(326.423000,17.503000),(327.973000,20.184000),(338.455000,23.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.868000,32.242000),(282.421000,42.673000),(283.151000,45.598000),(280.861000,45.426000),(277.752000,46.601000),(272.926000,47.123000),(270.471000,40.250000),(270.405000,39.137000),(275.414000,35.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.273000,-9.117000),(310.361000,-16.959000),(312.426000,-22.468000),(317.554000,-21.703000),(314.961000,-15.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.524000,16.749000),(261.911000,16.096000),(262.304000,17.003000),(255.458000,20.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.614000,64.100000),(313.287000,61.701000),(298.029000,60.068000),(305.555000,59.934000),(305.555000,59.073000),(321.176000,57.853000),(326.811000,61.454000),(327.381000,61.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.265000,7.424000),(180.761000,-0.258000),(182.915000,-9.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.655000,-4.196000),(356.267000,-1.383000),(359.620000,-0.366000),(5.572000,-5.219000),(5.946000,-4.654000),(6.481000,-3.831000),(357.413000,1.613000),(352.135000,-0.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.007000,31.434000),(316.609000,30.770000),(323.609000,37.703000),(312.305000,35.934000),(305.145000,37.240000),(306.492000,33.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.997000,3.020000),(347.982000,9.015000),(341.053000,7.000000),(340.561000,2.216000),(332.833000,-1.459000),(348.935000,2.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.096000,42.406000),(254.984000,42.585000),(243.932000,46.135000),(253.366000,34.462000),(256.048000,37.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.447000,74.530000),(17.357000,71.095000),(28.964000,72.044000),(44.477000,72.753000),(22.338000,74.475000),(21.169000,75.043000),(19.626000,76.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.208000,4.982000),(31.110000,4.391000),(29.682000,14.696000),(18.746000,9.016000),(19.297000,8.239000),(22.303000,7.011000),(20.274000,6.794000),(18.487000,4.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.225000,-2.209000),(181.627000,1.048000),(170.905000,3.337000),(170.496000,2.681000),(176.026000,0.016000),(179.576000,-4.424000),(180.508000,-6.371000),(181.046000,-2.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.744000,-7.523000),(63.163000,-5.694000),(71.306000,-17.431000),(69.643000,-11.901000),(72.274000,-7.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.881000,20.136000),(98.858000,26.565000),(86.872000,23.092000),(88.374000,20.012000),(98.039000,17.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.098000,-1.228000),(193.031000,-7.404000),(193.429000,-12.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.164000,74.481000),(274.440000,77.910000),(273.186000,63.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.213000,-63.136000),(78.581000,-59.054000),(77.735000,-60.253000),(68.891000,-57.404000),(71.304000,-60.190000),(77.175000,-66.312000),(85.156000,-73.585000),(88.677000,-67.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.807000,41.318000),(331.696000,41.764000),(318.922000,45.502000),(323.776000,41.594000),(327.274000,33.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.099000,-47.157000),(106.864000,-40.948000),(108.202000,-47.672000),(97.121000,-49.488000),(112.692000,-49.703000),(120.284000,-52.002000),(122.366000,-47.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.966000,12.038000),(95.422000,7.122000),(94.463000,9.137000),(94.657000,3.869000),(90.082000,-3.562000),(93.529000,-2.228000),(99.116000,-2.589000),(100.189000,-1.758000),(99.433000,1.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.807000,-69.444000),(308.550000,-68.508000),(287.568000,-73.309000),(310.576000,-69.122000),(325.273000,-71.664000),(315.138000,-68.358000),(313.606000,-65.026000),(314.550000,-62.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.542000,65.647000),(160.352000,62.209000),(158.340000,59.623000),(149.318000,58.654000),(154.125000,56.151000),(160.781000,53.112000),(161.078000,53.727000),(173.335000,60.249000),(163.050000,59.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.564000,57.659000),(166.266000,53.135000),(172.828000,48.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.398000,0.884000),(265.009000,1.316000),(255.770000,2.455000),(256.798000,-2.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.702000,60.228000),(354.227000,63.040000),(341.373000,62.086000),(343.230000,60.816000),(350.843000,59.230000),(7.609000,57.499000),(7.718000,59.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.437000,24.726000),(159.733000,17.370000),(160.445000,17.652000),(164.088000,23.544000),(172.107000,29.167000),(166.979000,28.205000),(163.035000,30.961000),(161.795000,35.309000),(156.623000,32.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.522000,20.366000),(359.969000,20.364000),(1.344000,25.672000),(350.271000,23.673000),(353.025000,24.944000),(351.510000,17.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.232000,7.729000),(219.515000,7.543000),(205.353000,5.959000),(207.185000,0.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.941000,-44.057000),(335.698000,-41.660000),(338.278000,-34.119000),(329.551000,-42.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.659000,-13.415000),(282.004000,-14.483000),(286.889000,-16.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.960000,-48.712000),(225.274000,-46.001000),(218.447000,-41.865000),(203.991000,-38.671000),(207.005000,-43.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.822000,-46.775000),(352.707000,-46.796000),(344.751000,-50.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.302000,-30.513000),(5.331000,-46.698000),(10.546000,-42.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.835000,1.473000),(354.578000,-7.365000),(5.327000,-3.277000),(359.510000,1.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.199000,5.367000),(355.303000,-2.889000),(1.074000,-7.640000),(5.467000,-1.210000),(0.274000,1.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.841000,29.380000),(188.949000,34.347000),(188.101000,26.479000),(187.980000,23.473000),(190.819000,23.362000),(198.975000,24.433000),(195.007000,26.465000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.179000,33.765000),(2.098000,34.904000),(10.781000,24.801000),(13.729000,26.672000),(13.086000,28.213000),(12.223000,29.530000),(11.906000,34.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.960000,-6.290000),(25.160000,-0.599000),(23.674000,3.117000),(17.444000,2.382000),(24.284000,1.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.956000,-9.910000),(256.918000,-9.511000),(258.437000,-8.659000),(261.035000,-8.023000),(255.909000,-2.307000),(253.725000,-5.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.852000,-11.657000),(18.233000,-8.163000),(9.227000,-12.107000),(21.045000,-23.220000),(21.471000,-21.415000),(18.267000,-15.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.401000,8.578000),(339.116000,8.442000),(339.862000,1.095000),(333.312000,6.193000),(342.620000,4.906000),(341.682000,3.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.804000,-19.184000),(147.338000,-18.018000),(147.797000,-17.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.330000,-57.430000),(207.750000,-55.762000),(189.475000,-54.699000),(198.437000,-56.693000),(201.428000,-61.923000),(210.445000,-64.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.612000,2.639000),(4.183000,4.425000),(0.890000,4.941000),(356.778000,1.197000),(0.510000,-4.126000),(355.024000,-8.327000),(6.379000,-9.793000),(8.144000,-6.606000),(6.645000,-4.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.301000,-4.445000),(151.519000,-11.173000),(156.052000,-2.494000),(160.385000,-0.378000),(156.821000,0.041000),(160.285000,2.636000),(153.256000,-0.342000),(150.696000,-1.834000),(144.432000,-2.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.857000,-20.562000),(183.455000,-15.897000),(187.769000,-17.252000),(183.149000,-12.448000),(184.749000,-7.852000),(182.877000,-11.980000),(184.559000,-6.203000),(181.720000,-11.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.974000,-24.053000),(353.722000,-22.462000),(355.280000,-20.274000),(356.291000,-16.546000),(343.602000,-16.126000),(347.815000,-25.688000),(348.322000,-26.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.057000,29.688000),(304.002000,23.120000),(318.493000,29.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.271000,-4.182000),(1.334000,-0.152000),(0.952000,3.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.115000,8.496000),(248.114000,8.164000),(245.135000,4.297000),(258.866000,-0.874000),(258.621000,2.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.357000,-20.966000),(127.656000,-28.604000),(132.693000,-23.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.253000,30.747000),(101.674000,35.933000),(97.948000,38.009000),(84.625000,34.765000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.890000,6.539000),(179.368000,9.862000),(172.754000,8.690000),(171.708000,8.538000),(173.796000,6.992000),(171.113000,8.222000),(171.349000,-0.996000),(178.268000,-1.543000),(183.677000,2.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.675000,25.235000),(275.600000,26.439000),(272.793000,28.541000),(271.131000,30.305000),(271.465000,26.948000),(267.808000,28.376000),(267.037000,25.463000),(270.042000,22.101000),(269.359000,21.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.839000,-28.247000),(166.949000,-28.060000),(163.044000,-35.212000),(170.196000,-34.047000),(172.930000,-33.566000),(174.734000,-31.008000),(174.694000,-27.305000),(172.509000,-29.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.591000,-10.390000),(318.791000,-6.464000),(326.774000,-13.502000),(331.398000,-5.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.554000,21.272000),(337.691000,23.397000),(341.709000,26.608000),(338.175000,32.079000),(333.288000,31.879000),(330.301000,32.205000),(330.405000,23.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.682000,6.083000),(350.560000,6.938000),(346.865000,11.567000),(343.344000,15.515000),(347.019000,8.149000),(346.573000,7.694000),(344.739000,6.753000),(351.290000,-0.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.955000,-59.272000),(284.542000,-61.343000),(281.900000,-69.070000),(291.085000,-64.247000),(305.523000,-58.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.899000,-4.842000),(198.527000,-5.112000),(195.889000,-0.479000),(195.156000,-1.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.446000,-0.254000),(354.433000,-0.240000),(355.977000,-2.047000),(354.660000,-1.608000),(353.827000,-8.860000),(2.348000,-4.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.668000,56.716000),(148.276000,55.219000),(145.468000,55.648000),(140.361000,51.699000),(142.193000,50.424000),(145.709000,47.983000),(150.203000,52.527000),(151.699000,51.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.951000,-3.815000),(7.671000,-2.825000),(358.796000,8.412000),(358.678000,-1.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.513000,13.957000),(196.795000,9.129000),(200.843000,4.564000),(204.100000,7.796000),(206.614000,10.240000),(207.909000,9.598000),(212.398000,11.079000),(212.641000,11.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.128000,31.065000),(132.385000,31.974000),(137.495000,33.308000),(137.958000,39.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.144000,29.523000),(6.429000,28.602000),(1.140000,21.633000),(0.271000,15.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.771000,-16.419000),(248.745000,-20.633000),(250.256000,-23.227000),(252.315000,-25.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.912000,25.275000),(113.282000,16.843000),(114.566000,14.478000),(110.095000,10.210000),(111.877000,8.541000),(118.255000,11.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.811000,-55.584000),(250.734000,-61.643000),(247.044000,-53.398000),(252.673000,-52.201000),(247.429000,-52.218000),(246.837000,-51.245000),(247.644000,-45.867000),(241.547000,-52.484000),(237.894000,-57.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.110000,-10.253000),(36.162000,-9.232000),(39.054000,-9.087000),(39.331000,-7.989000),(43.616000,-6.637000),(37.718000,-4.532000),(37.377000,-3.942000),(37.168000,-3.243000),(31.070000,0.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.712000,1.044000),(181.222000,-0.413000),(180.091000,5.082000),(177.370000,-2.078000),(176.793000,-4.928000),(178.331000,-5.585000),(182.175000,-10.119000),(188.459000,0.235000),(186.537000,1.506000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.677000,-1.274000),(179.246000,-1.473000),(179.934000,-4.321000),(182.850000,-3.496000),(182.130000,-0.502000),(186.453000,6.553000),(179.266000,1.768000),(177.132000,3.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.072000,12.365000),(180.695000,15.262000),(181.627000,19.572000),(179.937000,26.850000),(179.018000,21.587000),(178.735000,20.380000),(176.235000,14.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.568000,-4.111000),(154.629000,0.678000),(150.485000,4.080000),(148.504000,2.082000),(151.125000,-4.226000),(146.118000,-8.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.238000,26.248000),(268.424000,31.382000),(270.621000,32.126000),(279.527000,31.794000),(273.669000,33.742000),(272.824000,35.442000),(266.386000,41.568000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.296000,27.223000),(158.520000,30.068000),(149.499000,26.288000),(157.110000,26.054000),(164.853000,23.715000),(163.800000,25.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.316000,-49.418000),(227.935000,-47.604000),(224.329000,-57.881000),(227.166000,-56.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.931000,-48.580000),(118.983000,-54.881000),(126.780000,-49.662000),(128.131000,-41.498000),(123.908000,-42.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.698000,-40.132000),(144.724000,-44.641000),(145.314000,-44.531000),(149.144000,-41.898000),(151.272000,-42.886000),(153.119000,-44.077000),(155.290000,-39.050000),(155.483000,-36.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.373000,32.195000),(18.538000,30.509000),(26.012000,33.295000),(17.126000,36.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.012000,-12.806000),(300.884000,-11.927000),(307.320000,-11.072000),(304.913000,-8.998000),(300.110000,-9.372000),(291.001000,-13.983000),(297.370000,-17.645000),(297.806000,-13.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.137000,-4.963000),(344.842000,-7.549000),(352.957000,-11.811000),(352.605000,-5.676000),(357.183000,-4.407000),(349.806000,2.602000),(349.599000,0.861000),(347.675000,-1.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.799000,-5.032000),(184.051000,-5.598000),(188.743000,-11.160000),(191.700000,-7.994000),(194.345000,-7.077000),(193.535000,2.681000),(190.604000,0.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.614000,-2.009000),(3.509000,-2.874000),(6.746000,-1.064000),(4.342000,1.488000),(1.889000,1.745000),(355.809000,3.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.423000,-46.697000),(110.117000,-56.101000),(110.533000,-43.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.568000,36.950000),(118.355000,40.010000),(116.335000,42.587000),(112.600000,36.161000),(109.650000,33.352000),(109.289000,32.830000),(116.543000,31.887000),(116.365000,34.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.533000,-27.323000),(276.065000,-24.366000),(276.569000,-21.365000),(271.441000,-17.640000),(268.207000,-32.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.112000,-30.973000),(23.604000,-35.419000),(26.767000,-41.889000),(30.844000,-46.007000),(39.503000,-43.193000),(36.803000,-39.327000),(42.410000,-35.390000),(36.958000,-34.894000),(33.784000,-33.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.091000,-52.440000),(32.707000,-57.158000),(29.361000,-51.622000),(35.440000,-49.560000),(28.143000,-46.712000),(16.833000,-47.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.839000,-28.644000),(326.458000,-33.968000),(330.083000,-29.489000),(337.321000,-31.111000),(339.203000,-28.947000),(337.423000,-26.102000),(335.009000,-25.910000),(331.355000,-21.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.721000,-39.455000),(117.691000,-40.075000),(123.011000,-39.661000),(120.505000,-30.624000),(116.329000,-30.608000),(104.762000,-29.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.939000,-33.948000),(26.504000,-27.981000),(23.695000,-19.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.575000,53.621000),(253.984000,53.052000),(252.354000,55.151000),(247.075000,59.215000),(244.886000,64.459000),(245.078000,59.305000),(229.819000,61.119000),(231.463000,60.704000),(243.021000,55.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.518000,27.207000),(94.310000,25.076000),(105.059000,21.978000),(109.753000,26.978000),(107.347000,27.239000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.397000,27.322000),(110.213000,28.096000),(105.730000,26.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.117000,26.476000),(62.075000,25.225000),(66.472000,17.024000),(70.303000,19.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.712000,-9.146000),(187.419000,-8.357000),(187.407000,-2.767000),(179.497000,-8.753000),(186.100000,-14.465000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.274000,59.519000),(296.284000,47.975000),(303.316000,55.527000),(298.339000,57.681000),(303.235000,61.968000),(294.959000,59.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.720000,54.394000),(172.611000,55.479000),(165.383000,45.211000),(171.561000,49.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.382000,37.393000),(330.622000,32.219000),(336.376000,22.285000),(347.075000,31.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.465000,56.567000),(113.248000,56.178000),(117.336000,56.680000),(116.639000,58.159000),(111.822000,67.096000),(104.151000,56.989000),(109.728000,58.110000),(102.909000,51.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.367000,-23.122000),(201.776000,-26.160000),(209.875000,-21.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.975000,75.376000),(73.343000,75.979000),(76.378000,74.918000),(73.911000,71.794000),(104.563000,72.161000),(105.997000,72.896000),(93.493000,75.976000),(92.385000,78.092000),(105.766000,83.733000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.223000,-22.725000),(208.347000,-27.453000),(218.912000,-34.823000),(216.628000,-31.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.521000,11.862000),(28.759000,12.311000),(28.859000,13.879000),(20.826000,20.909000),(18.003000,18.229000),(9.908000,13.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.188000,6.663000),(74.481000,10.496000),(78.628000,7.671000),(79.872000,10.391000),(75.401000,12.318000),(75.922000,13.004000),(71.347000,12.933000),(71.676000,8.431000),(72.887000,2.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.802000,-26.601000),(58.827000,-20.259000),(47.654000,-22.843000),(42.965000,-24.301000),(45.297000,-27.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.257000,21.773000),(202.217000,30.500000),(192.734000,30.826000),(190.434000,29.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.003000,2.728000),(128.371000,-1.870000),(126.119000,-4.560000),(133.339000,-14.821000),(131.583000,-6.272000),(135.993000,0.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.779000,68.159000),(289.537000,65.590000),(276.249000,69.298000),(298.975000,55.075000),(312.706000,64.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.011000,-65.354000),(313.869000,-68.188000),(328.307000,-65.212000),(321.086000,-57.248000),(320.236000,-55.911000),(321.049000,-52.010000),(310.398000,-56.279000),(308.723000,-56.211000),(309.065000,-59.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.983000,58.364000),(147.132000,61.568000),(164.282000,64.682000),(154.781000,65.540000),(156.761000,71.810000),(145.869000,64.978000),(138.146000,62.262000),(139.844000,62.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.007000,28.084000),(187.917000,29.188000),(185.751000,31.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.712000,-16.320000),(10.647000,-21.315000),(8.878000,-15.212000),(10.056000,-14.491000),(8.713000,-8.014000),(7.544000,-8.628000),(4.094000,-10.533000),(4.072000,-15.414000),(6.947000,-20.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.577000,4.531000),(168.002000,11.171000),(172.167000,15.753000),(162.106000,19.895000),(157.466000,17.609000),(157.097000,13.589000),(161.829000,8.846000),(161.746000,6.419000),(164.491000,9.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.726000,4.755000),(207.489000,4.189000),(209.613000,12.668000),(205.520000,9.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.216000,8.787000),(161.454000,4.887000),(171.958000,-5.471000),(175.222000,1.823000),(169.778000,3.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.998000,55.695000),(78.695000,46.460000),(92.522000,53.596000),(95.622000,56.171000),(82.167000,56.095000),(80.111000,57.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.557000,26.672000),(295.176000,23.122000),(309.207000,19.865000),(297.117000,29.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.335000,1.178000),(98.775000,1.918000),(101.137000,4.577000),(97.567000,15.664000),(94.292000,8.471000),(92.411000,10.903000),(88.482000,14.547000),(88.927000,11.024000),(91.937000,5.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.761000,-24.215000),(159.489000,-23.376000),(164.624000,-21.468000),(170.120000,-26.423000),(166.856000,-18.478000),(162.942000,-10.922000),(159.212000,-14.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.492000,13.186000),(131.292000,12.564000),(138.453000,4.093000),(141.700000,7.139000),(147.074000,4.296000),(141.964000,14.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.354000,66.602000),(348.192000,57.338000),(5.417000,60.252000),(0.495000,66.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.881000,50.743000),(133.976000,55.650000),(132.394000,58.121000),(137.943000,59.596000),(135.132000,60.644000),(118.829000,60.944000),(120.023000,54.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.651000,17.534000),(217.413000,17.221000),(212.637000,27.710000),(205.331000,23.442000),(207.593000,11.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.266000,-0.517000),(354.111000,-3.587000),(1.223000,-6.781000),(4.748000,1.138000),(3.617000,8.931000),(1.112000,8.819000),(359.020000,5.797000),(357.492000,9.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.309000,-4.816000),(181.603000,-4.553000),(180.725000,-6.768000),(184.922000,-4.849000),(186.788000,4.489000),(181.416000,3.885000),(180.980000,-2.710000),(176.501000,-3.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.468000,-11.153000),(46.972000,-19.953000),(41.480000,-21.899000),(41.194000,-23.811000),(42.380000,-23.762000),(47.028000,-26.897000),(51.195000,-29.376000),(51.456000,-22.935000),(53.330000,-25.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.600000,-63.247000),(276.158000,-60.472000),(272.414000,-68.419000),(280.342000,-66.683000),(279.685000,-61.851000),(278.855000,-60.645000),(288.158000,-64.887000),(290.365000,-63.799000),(278.603000,-53.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.893000,47.033000),(158.158000,43.909000),(158.810000,35.799000),(168.060000,40.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.034000,6.011000),(319.988000,2.747000),(324.440000,8.363000),(334.169000,13.014000),(327.665000,15.577000),(323.632000,10.747000),(319.029000,14.586000),(317.501000,6.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.598000,33.121000),(7.012000,29.781000),(1.598000,18.490000),(8.775000,22.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.281000,38.055000),(53.840000,36.870000),(54.588000,36.116000),(46.575000,32.802000),(57.677000,32.639000),(61.668000,31.561000),(66.286000,35.158000),(68.799000,35.164000),(58.628000,37.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.739000,3.273000),(177.864000,-0.580000),(187.184000,0.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.307000,-26.163000),(197.972000,-32.369000),(207.294000,-39.509000),(213.742000,-30.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.380000,-60.864000),(16.882000,-60.838000),(28.115000,-64.891000),(41.109000,-58.706000),(42.557000,-57.505000),(34.830000,-52.941000),(17.607000,-57.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.707000,47.856000),(182.975000,51.151000),(185.756000,55.377000),(169.185000,51.087000),(169.393000,49.864000),(173.661000,49.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.332000,-12.779000),(163.004000,-11.014000),(162.341000,-10.812000),(163.803000,-17.305000),(170.613000,-18.441000),(171.024000,-13.849000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.351000,-35.073000),(20.045000,-32.723000),(15.098000,-33.248000),(11.147000,-36.534000),(13.057000,-44.592000),(22.076000,-40.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.817000,44.858000),(201.290000,41.467000),(216.435000,43.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.300000,-25.423000),(246.370000,-30.771000),(260.923000,-32.732000),(263.967000,-24.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.242000,-41.899000),(77.390000,-44.599000),(90.716000,-38.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.660000,-8.656000),(23.305000,-12.591000),(20.564000,-18.241000),(27.886000,-8.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.883000,-6.014000),(151.260000,-6.248000),(152.600000,-7.944000),(149.464000,-5.842000),(154.567000,-13.724000),(159.120000,-11.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.996000,-41.949000),(153.025000,-40.454000),(140.364000,-39.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.879000,-36.603000),(14.603000,-38.334000),(20.165000,-38.858000),(28.735000,-39.987000),(29.166000,-31.208000),(27.944000,-27.902000),(24.483000,-31.886000),(23.526000,-30.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.236000,6.835000),(176.553000,0.059000),(187.497000,1.548000),(185.909000,8.751000),(183.835000,9.551000),(183.382000,10.461000),(179.430000,13.156000),(174.760000,15.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.442000,-37.442000),(118.618000,-33.912000),(124.615000,-33.456000),(118.145000,-21.789000),(117.318000,-22.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.981000,-7.188000),(67.874000,-12.256000),(71.215000,-13.267000),(71.592000,-15.939000),(74.569000,-14.958000),(80.493000,-14.861000),(75.100000,-12.630000),(74.769000,-12.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.811000,0.230000),(198.179000,-3.827000),(198.446000,-3.729000),(196.936000,-2.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.824000,-1.510000),(354.972000,-0.945000),(359.897000,-2.057000),(358.039000,-5.585000),(3.640000,-5.718000),(3.682000,-5.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.614000,-10.939000),(36.165000,-1.477000),(32.076000,-2.686000),(26.551000,-1.772000),(23.617000,-1.564000),(24.707000,-5.823000),(29.744000,-4.716000),(24.917000,-7.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.663000,35.067000),(136.464000,32.322000),(143.540000,29.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.443000,-21.244000),(332.499000,-23.838000),(335.472000,-25.014000),(331.289000,-33.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.217000,28.669000),(358.325000,33.761000),(357.296000,31.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.048000,21.182000),(8.288000,24.878000),(353.490000,14.271000),(354.873000,12.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.299000,-11.306000),(208.581000,-11.366000),(208.111000,-17.902000),(210.950000,-14.495000),(213.994000,-13.157000),(215.509000,-6.832000),(217.449000,-5.028000),(206.113000,-4.053000),(205.587000,-4.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.464000,7.224000),(337.570000,13.091000),(330.872000,11.661000),(324.616000,4.768000),(333.177000,5.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.565000,-79.815000),(115.553000,-77.094000),(128.446000,-70.951000),(129.604000,-69.987000),(109.982000,-68.744000),(97.731000,-66.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.587000,78.463000),(50.913000,72.460000),(75.702000,76.656000),(109.120000,84.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.655000,-9.504000),(325.571000,-13.805000),(316.532000,-5.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.674000,13.221000),(160.233000,15.153000),(161.385000,16.501000),(160.433000,16.297000),(158.933000,15.475000),(154.119000,6.169000),(157.171000,9.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.626000,-33.162000),(226.501000,-36.954000),(236.086000,-31.286000),(230.184000,-27.645000),(225.129000,-28.849000),(223.210000,-27.555000),(216.184000,-24.983000),(222.527000,-30.122000),(224.502000,-30.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.432000,-37.130000),(11.736000,-37.911000),(17.562000,-38.362000),(17.870000,-38.573000),(25.422000,-36.833000),(21.685000,-32.999000),(16.223000,-33.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.848000,11.276000),(167.240000,10.490000),(165.505000,8.932000),(171.000000,6.626000),(175.077000,4.475000),(177.048000,14.720000),(174.422000,13.929000),(171.711000,17.765000),(168.317000,14.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.583000,64.899000),(264.161000,64.202000),(259.608000,65.280000),(257.720000,62.288000),(248.861000,56.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.806000,-5.878000),(149.450000,-6.343000),(150.084000,-6.675000),(151.194000,-8.696000),(151.190000,-5.212000),(150.788000,0.579000),(150.504000,10.143000),(145.739000,2.601000),(143.639000,-0.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.005000,5.621000),(269.452000,5.278000),(272.086000,-2.028000),(276.255000,1.128000),(277.098000,0.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.261000,16.125000),(53.541000,15.137000),(57.597000,12.392000),(64.096000,20.283000),(55.141000,22.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.023000,-2.190000),(9.950000,2.837000),(14.468000,4.881000),(9.760000,4.063000),(17.050000,7.651000),(8.591000,9.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.313000,-7.331000),(308.495000,-5.041000),(309.828000,-4.940000),(309.176000,-1.495000),(301.121000,5.916000),(305.660000,-1.313000),(300.143000,-0.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.084000,2.145000),(184.555000,2.717000),(178.004000,6.411000),(175.872000,-5.159000),(180.873000,-1.604000),(181.605000,-3.965000),(182.135000,-3.221000),(186.490000,-6.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.799000,6.930000),(138.812000,12.949000),(133.633000,12.019000),(134.221000,12.937000),(131.362000,13.734000),(127.782000,14.238000),(123.105000,13.551000),(124.579000,9.321000),(125.908000,7.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.048000,57.076000),(161.422000,58.624000),(161.385000,57.539000),(165.077000,62.722000),(165.167000,70.051000),(164.123000,71.431000),(153.200000,69.282000),(161.845000,65.421000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.035000,22.354000),(330.729000,19.834000),(343.771000,16.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.037000,-12.010000),(8.241000,-19.112000),(7.307000,-24.836000),(12.158000,-22.768000),(15.312000,-25.103000),(16.878000,-21.518000),(19.493000,-16.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.236000,-46.728000),(180.266000,-38.951000),(172.553000,-38.087000),(167.565000,-50.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.737000,-0.750000),(126.520000,5.080000),(123.494000,3.009000),(119.371000,1.934000),(134.744000,-6.503000),(131.335000,-2.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.570000,25.200000),(224.659000,21.543000),(227.306000,33.965000),(227.016000,39.242000),(224.748000,33.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.733000,-4.564000),(323.560000,-4.826000),(325.904000,-1.550000),(324.587000,-1.243000),(316.763000,0.523000),(314.201000,-3.325000),(314.319000,-3.819000),(316.995000,-5.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.819000,31.077000),(22.160000,29.669000),(21.484000,21.163000),(27.785000,26.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.406000,35.896000),(55.653000,34.181000),(65.714000,38.975000),(58.712000,37.324000),(63.077000,41.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.283000,-25.200000),(173.065000,-28.146000),(177.764000,-26.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.485000,4.397000),(277.388000,1.335000),(277.519000,-3.475000),(278.357000,-5.699000),(282.541000,2.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.026000,-4.591000),(170.709000,-5.613000),(178.498000,-0.955000),(177.578000,6.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.687000,32.656000),(13.393000,31.174000),(10.537000,30.941000),(11.492000,23.132000),(16.547000,26.205000),(23.402000,28.064000),(21.470000,36.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.148000,17.001000),(18.992000,15.772000),(12.797000,12.786000),(25.234000,11.231000),(26.980000,18.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.310000,16.459000),(64.560000,16.658000),(62.975000,15.864000),(62.545000,14.616000),(64.216000,7.777000),(67.629000,9.528000),(68.175000,5.267000),(77.738000,14.648000),(72.750000,19.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.198000,75.677000),(282.128000,77.116000),(319.659000,82.269000),(313.888000,85.772000),(239.768000,81.194000),(263.212000,73.555000),(265.470000,78.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.235000,39.791000),(262.250000,39.147000),(265.373000,41.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.740000,12.510000),(342.685000,11.503000),(337.356000,3.496000),(342.215000,4.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.663000,-5.794000),(317.598000,-13.382000),(324.827000,-16.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.071000,7.110000),(331.028000,6.387000),(333.508000,7.108000),(331.848000,8.092000),(331.469000,10.343000),(329.529000,9.941000),(326.877000,8.652000),(327.470000,8.346000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.491000,55.006000),(188.453000,61.083000),(197.020000,56.170000),(195.439000,60.031000),(192.266000,63.444000),(201.468000,66.970000),(189.071000,63.950000),(176.884000,64.751000),(185.053000,63.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.493000,-45.126000),(44.008000,-42.749000),(46.141000,-43.597000),(45.530000,-38.973000),(38.239000,-36.042000),(40.756000,-41.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.432000,39.833000),(80.935000,46.046000),(67.425000,35.840000),(72.007000,38.721000),(73.186000,38.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.968000,-55.485000),(71.281000,-54.460000),(82.400000,-58.288000),(71.106000,-45.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.315000,-62.092000),(24.803000,-64.243000),(20.686000,-71.231000),(27.304000,-68.988000),(39.761000,-68.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.906000,-30.412000),(152.939000,-24.319000),(153.475000,-29.468000),(153.139000,-34.069000),(164.808000,-33.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.084000,-15.318000),(278.038000,-8.320000),(276.445000,-5.707000),(276.144000,-8.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.440000,-12.726000),(177.316000,-18.438000),(181.748000,-18.191000),(186.246000,-10.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.541000,14.880000),(212.591000,19.758000),(220.630000,3.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.865000,59.981000),(115.136000,57.168000),(119.932000,55.758000),(114.518000,66.031000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.837000,-7.295000),(16.272000,1.150000),(6.107000,-3.352000),(0.686000,-9.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.166000,-32.084000),(164.839000,-32.431000),(164.775000,-35.101000),(176.543000,-30.332000),(171.799000,-19.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.379000,-1.769000),(95.865000,1.969000),(93.662000,5.089000),(83.920000,1.103000),(85.443000,-3.907000),(86.395000,-9.751000),(91.293000,-3.658000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.901000,0.402000),(49.006000,5.011000),(50.182000,6.573000),(48.807000,11.212000),(42.076000,8.455000),(40.569000,6.624000),(42.646000,6.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.212000,20.810000),(175.913000,21.819000),(174.951000,29.548000),(173.743000,30.616000),(170.353000,27.415000),(167.914000,23.730000),(160.535000,18.767000),(166.088000,21.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.977000,-8.788000),(164.686000,-6.203000),(164.448000,-1.510000),(154.824000,-1.116000),(151.352000,-6.065000),(156.248000,-8.436000),(151.787000,-11.355000),(156.949000,-13.007000),(161.287000,-10.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.572000,3.244000),(184.681000,-4.639000),(179.308000,-2.762000),(180.550000,-6.782000),(181.434000,-9.815000),(190.129000,-5.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.259000,-41.417000),(6.240000,-46.281000),(358.753000,-43.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.171000,-5.380000),(219.019000,1.498000),(222.917000,3.828000),(220.875000,4.549000),(217.441000,3.018000),(215.737000,3.869000),(210.893000,5.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.094000,-11.009000),(236.876000,-10.252000),(235.389000,-6.317000),(234.370000,-1.579000),(231.570000,-9.815000),(223.475000,-8.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.705000,-7.167000),(104.600000,-6.044000),(105.702000,-15.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.307000,22.144000),(222.336000,34.486000),(224.111000,25.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.030000,-0.066000),(352.694000,-1.242000),(357.839000,-5.580000),(1.171000,-4.546000),(8.801000,0.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.752000,58.145000),(348.635000,60.671000),(348.618000,64.431000),(337.461000,58.144000),(336.625000,56.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.222000,-51.432000),(11.458000,-46.946000),(7.234000,-44.636000),(5.444000,-40.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.447000,17.987000),(254.233000,16.112000),(257.438000,21.622000),(256.656000,22.544000),(260.478000,27.100000),(247.688000,25.190000),(247.361000,19.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.011000,-3.202000),(191.125000,6.131000),(183.821000,-2.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.434000,-56.105000),(328.078000,-50.751000),(332.898000,-49.671000),(332.559000,-49.136000),(333.220000,-47.675000),(335.983000,-45.224000),(329.847000,-42.492000),(327.925000,-43.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.324000,24.124000),(201.565000,24.813000),(197.882000,35.622000),(189.022000,32.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.667000,11.855000),(355.304000,8.769000),(356.979000,2.402000),(9.041000,0.874000),(4.995000,4.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.265000,0.020000),(215.950000,0.856000),(213.799000,1.350000),(211.054000,-2.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.373000,-19.746000),(331.916000,-14.746000),(328.921000,-11.961000),(321.801000,-15.392000),(329.163000,-14.627000),(329.932000,-15.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.851000,80.671000),(3.411000,83.366000),(13.524000,80.780000),(337.027000,80.408000),(17.721000,79.698000),(10.495000,78.513000),(30.473000,78.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.652000,-25.956000),(168.677000,-23.084000),(163.005000,-29.449000),(159.985000,-22.671000),(157.734000,-26.302000),(158.507000,-32.804000),(158.129000,-38.392000),(167.632000,-32.599000),(167.570000,-29.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.286000,9.625000),(183.116000,0.665000),(183.266000,0.762000),(183.412000,0.751000),(185.630000,-1.856000),(188.344000,-0.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.523000,22.857000),(131.256000,27.811000),(129.747000,27.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.873000,-24.451000),(342.971000,-26.063000),(349.864000,-20.714000),(349.782000,-18.268000),(343.135000,-18.733000),(341.403000,-22.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.136000,-47.540000),(204.936000,-47.071000),(210.476000,-43.834000),(203.646000,-42.197000),(195.336000,-39.966000),(199.065000,-46.392000),(201.479000,-49.430000),(201.845000,-56.994000),(211.195000,-50.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.030000,-3.267000),(105.819000,-4.421000),(109.687000,-8.213000),(112.285000,-6.499000),(115.186000,-7.513000),(113.917000,-5.718000),(117.610000,-6.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.963000,-16.791000),(134.828000,-15.652000),(134.971000,-19.714000),(139.127000,-12.728000),(138.349000,-8.172000),(136.747000,-6.547000),(134.597000,-10.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.620000,23.825000),(140.086000,30.343000),(130.620000,29.730000),(132.974000,19.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.571000,-29.046000),(253.839000,-34.690000),(255.312000,-35.211000),(260.015000,-30.892000),(270.104000,-35.520000),(269.490000,-30.156000),(270.031000,-29.593000),(260.705000,-27.397000),(259.602000,-27.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.546000,15.474000),(250.606000,18.895000),(253.415000,17.186000),(251.089000,20.829000),(254.452000,29.544000),(251.463000,29.029000),(245.643000,26.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.886000,0.447000),(39.545000,-7.487000),(46.283000,3.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.998000,-3.927000),(265.963000,-13.864000),(267.681000,-6.765000),(269.157000,-4.653000),(271.873000,-3.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.701000,30.949000),(208.746000,21.433000),(214.553000,21.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.521000,-19.978000),(167.937000,-24.632000),(167.977000,-24.729000),(170.896000,-27.859000),(178.068000,-29.264000),(179.756000,-21.779000),(174.831000,-16.387000),(173.952000,-15.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.600000,8.928000),(185.577000,1.358000),(179.227000,14.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.641000,30.104000),(311.353000,28.503000),(312.147000,26.901000),(320.619000,20.061000),(316.249000,37.566000),(315.986000,36.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.143000,8.949000),(89.321000,4.596000),(90.987000,13.655000),(82.140000,14.629000),(79.740000,13.661000),(77.676000,10.750000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.436000,40.346000),(127.694000,47.558000),(131.863000,40.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.596000,-4.616000),(185.653000,-0.581000),(183.806000,2.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.475000,-26.788000),(187.522000,-17.036000),(187.850000,-15.406000),(183.765000,-14.295000),(181.460000,-12.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.793000,-1.795000),(183.606000,0.998000),(175.394000,-0.242000),(175.241000,0.274000),(173.853000,2.431000),(173.111000,1.129000),(169.292000,-1.946000),(168.460000,-2.896000),(167.403000,-6.262000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.420000,-56.148000),(92.194000,-67.809000),(110.211000,-69.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.901000,1.646000),(200.410000,4.631000),(191.716000,-3.296000),(194.103000,-3.035000),(201.355000,-6.157000),(197.959000,-2.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.023000,9.629000),(359.777000,2.178000),(355.673000,4.211000),(351.820000,0.239000),(357.476000,0.537000),(1.047000,-0.285000),(5.922000,-3.756000),(2.346000,1.608000),(3.474000,3.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.635000,4.193000),(358.685000,-1.842000),(1.273000,6.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.813000,-2.749000),(173.331000,-7.573000),(174.838000,-11.256000),(179.230000,-5.181000),(180.113000,-10.048000),(186.934000,3.106000),(181.273000,-1.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.099000,-22.828000),(336.808000,-24.194000),(338.871000,-26.523000),(338.589000,-32.926000),(353.455000,-26.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.229000,-9.460000),(177.924000,-10.018000),(183.800000,-5.437000),(168.155000,-3.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.381000,47.751000),(11.331000,47.947000),(9.759000,46.545000),(5.650000,44.782000),(8.004000,41.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.104000,48.906000),(341.266000,41.200000),(351.332000,37.982000),(348.712000,45.747000),(352.163000,44.484000),(356.293000,52.989000),(349.556000,56.064000),(346.781000,56.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.890000,0.799000),(18.169000,-1.342000),(21.100000,-6.760000),(18.584000,-6.431000),(15.638000,-8.534000),(25.197000,-16.100000),(24.488000,-8.108000),(29.534000,-2.303000),(23.880000,-4.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.522000,27.192000),(32.264000,32.639000),(27.444000,29.666000),(24.822000,28.024000),(27.525000,25.494000),(25.560000,21.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.391000,16.668000),(359.703000,18.373000),(0.624000,27.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.169000,1.325000),(173.201000,6.895000),(174.032000,2.590000),(174.197000,1.682000),(174.786000,-1.451000),(169.662000,-4.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.341000,37.161000),(200.655000,36.164000),(202.283000,37.852000),(200.244000,40.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.791000,54.807000),(192.445000,57.051000),(197.369000,57.475000),(195.371000,60.178000),(191.952000,59.716000),(206.924000,63.639000),(186.702000,59.091000),(178.939000,58.789000),(184.166000,56.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.637000,30.163000),(177.445000,35.275000),(173.199000,35.420000),(172.165000,41.881000),(168.547000,39.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.306000,14.469000),(179.015000,12.174000),(177.574000,23.287000),(174.283000,22.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.109000,29.378000),(27.779000,41.592000),(22.228000,42.155000),(17.844000,37.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.597000,7.129000),(350.215000,1.657000),(353.384000,-0.037000),(357.472000,-3.573000),(3.664000,8.282000),(359.129000,3.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.755000,64.629000),(359.913000,71.776000),(344.801000,70.213000),(341.835000,72.969000),(331.053000,61.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.212000,5.141000),(167.917000,2.139000),(174.017000,2.588000),(172.594000,3.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.246000,85.833000),(250.352000,83.543000),(356.349000,88.249000),(333.737000,87.821000),(11.435000,84.853000),(31.266000,78.659000),(58.712000,80.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.252000,-19.805000),(307.889000,-16.995000),(304.045000,-9.243000),(300.834000,-13.400000),(299.376000,-7.020000),(298.747000,-14.493000),(293.412000,-13.423000),(291.729000,-13.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.441000,-11.375000),(326.022000,-11.201000),(321.283000,-9.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.087000,14.740000),(163.904000,17.044000),(171.322000,14.680000),(166.965000,20.861000),(159.317000,24.001000),(164.323000,20.592000),(166.048000,19.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.311000,37.141000),(279.683000,38.242000),(282.891000,40.830000),(284.483000,48.768000),(277.065000,47.361000),(267.912000,50.330000),(267.386000,48.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.640000,13.947000),(167.599000,20.132000),(167.122000,18.761000),(171.469000,11.470000),(174.346000,11.759000),(173.884000,7.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.420000,42.421000),(177.041000,46.150000),(167.104000,50.046000),(164.607000,43.601000),(165.837000,41.023000),(167.012000,41.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.219000,2.994000),(103.309000,-3.506000),(100.386000,4.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.042000,3.865000),(188.605000,7.871000),(188.582000,7.921000),(179.148000,7.780000),(182.606000,-1.433000),(183.931000,2.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.992000,-28.760000),(291.439000,-33.159000),(292.999000,-39.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.309000,25.705000),(166.521000,31.562000),(163.968000,28.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.537000,9.672000),(187.858000,9.355000),(187.259000,8.901000),(180.858000,11.496000),(182.942000,4.378000),(183.366000,0.707000),(183.814000,-1.391000),(192.078000,-2.107000),(190.498000,1.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.831000,30.813000),(199.295000,26.736000),(203.052000,23.368000),(200.370000,22.128000),(202.722000,20.747000),(208.491000,20.222000),(215.878000,25.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.897000,40.548000),(171.969000,45.312000),(168.454000,46.637000),(168.234000,44.157000),(169.636000,42.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.026000,36.096000),(355.198000,30.531000),(355.616000,29.248000),(8.685000,23.055000),(15.655000,29.254000),(13.142000,30.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.005000,17.311000),(338.312000,11.098000),(338.328000,3.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.876000,-4.519000),(110.584000,-15.290000),(117.097000,-14.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.759000,-0.772000),(357.281000,-5.145000),(1.594000,1.817000),(3.002000,4.001000),(6.632000,7.132000),(1.234000,4.403000),(358.074000,2.344000),(357.692000,1.709000),(355.559000,1.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.298000,-3.724000),(352.967000,3.894000),(355.368000,6.549000),(350.351000,3.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.144000,-5.879000),(135.793000,-7.892000),(133.353000,-13.785000),(138.185000,-7.188000),(145.084000,-4.132000),(144.684000,-1.300000),(141.944000,-0.900000),(139.631000,-4.532000),(140.674000,-0.195000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.187000,12.373000),(337.042000,10.852000),(338.105000,9.244000),(336.299000,5.829000),(337.109000,4.282000),(345.416000,5.565000),(345.381000,11.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.014000,47.967000),(265.699000,46.794000),(263.453000,46.200000),(255.245000,40.141000),(262.794000,41.561000),(272.352000,35.973000),(276.729000,42.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.885000,4.315000),(352.649000,-0.183000),(359.908000,-1.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.785000,7.437000),(231.562000,11.645000),(224.680000,11.228000),(226.643000,5.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.492000,-29.844000),(13.409000,-30.328000),(6.319000,-26.253000),(13.965000,-24.638000),(9.291000,-20.534000),(4.951000,-20.643000),(4.590000,-24.995000),(2.018000,-23.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.090000,31.652000),(355.216000,37.597000),(357.606000,33.234000),(353.373000,35.355000),(352.739000,27.506000),(351.133000,25.490000),(357.202000,27.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.663000,6.859000),(90.430000,2.701000),(95.132000,0.679000),(94.826000,-1.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.830000,5.900000),(141.590000,9.630000),(145.596000,11.750000),(137.069000,12.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.086000,11.625000),(47.175000,12.867000),(41.652000,18.480000),(44.852000,12.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.799000,-18.588000),(312.893000,-23.006000),(310.556000,-22.161000),(314.130000,-24.940000),(327.085000,-27.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.384000,-1.007000),(329.890000,4.107000),(330.925000,-6.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.334000,-25.738000),(107.860000,-31.238000),(103.296000,-31.003000),(111.112000,-35.708000),(111.727000,-33.832000),(114.270000,-32.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.191000,-47.378000),(213.786000,-53.052000),(218.778000,-56.045000),(216.556000,-53.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.822000,-79.147000),(131.003000,-79.691000),(124.674000,-77.024000),(76.738000,-80.664000),(58.449000,-81.625000),(47.072000,-82.835000),(119.880000,-85.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.668000,9.535000),(189.416000,15.905000),(185.159000,13.252000),(182.876000,14.452000),(183.722000,10.561000),(182.247000,11.648000),(179.068000,9.774000),(176.093000,6.717000),(177.476000,6.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.898000,51.407000),(32.415000,44.139000),(38.688000,41.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.214000,-54.829000),(182.977000,-61.218000),(180.717000,-63.500000),(187.775000,-62.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.702000,-3.824000),(189.013000,-1.487000),(185.882000,-0.248000),(183.287000,2.550000),(180.531000,0.646000),(180.084000,1.716000),(176.170000,6.117000),(174.547000,-0.472000),(174.595000,-6.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.245000,-28.121000),(58.404000,-29.232000),(53.756000,-33.195000),(58.519000,-30.752000),(57.236000,-38.062000),(67.505000,-36.381000),(66.052000,-35.170000),(68.729000,-28.417000),(61.735000,-26.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.769000,51.462000),(210.326000,46.746000),(209.280000,49.545000),(196.565000,55.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.686000,35.719000),(3.047000,34.267000),(3.845000,32.168000),(4.487000,27.490000),(6.388000,32.355000),(8.853000,31.399000),(1.524000,39.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.824000,-36.746000),(125.403000,-36.528000),(125.805000,-38.377000),(127.078000,-42.596000),(127.869000,-40.571000),(123.230000,-33.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.385000,45.629000),(101.809000,43.114000),(95.798000,37.980000),(99.801000,38.678000),(110.587000,36.325000),(104.612000,43.270000),(105.275000,44.762000),(100.211000,50.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.009000,-0.152000),(266.256000,0.980000),(268.982000,1.308000),(267.325000,4.741000),(268.123000,4.994000),(266.356000,5.879000),(272.806000,11.014000),(264.320000,8.692000),(262.242000,7.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.881000,-0.028000),(165.132000,3.156000),(161.544000,6.812000),(152.359000,1.311000),(154.137000,-0.448000),(154.336000,-2.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.213000,47.898000),(168.544000,52.425000),(179.418000,58.447000),(160.199000,56.894000),(159.138000,56.537000),(161.953000,51.334000),(160.091000,46.638000),(164.119000,51.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.381000,-35.377000),(260.902000,-33.931000),(252.849000,-28.433000),(251.489000,-31.343000),(244.249000,-33.814000),(240.977000,-34.025000),(247.928000,-36.861000),(252.453000,-42.989000),(254.787000,-40.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.307000,35.869000),(40.258000,38.004000),(48.269000,33.548000),(40.937000,37.900000),(46.524000,34.961000),(44.624000,37.413000),(40.133000,39.532000),(29.443000,44.921000),(36.403000,32.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.031000,7.932000),(20.692000,12.651000),(15.649000,23.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.815000,-14.531000),(163.882000,-12.784000),(168.552000,-17.840000),(174.552000,-21.972000),(183.002000,-14.124000),(174.703000,-15.912000),(174.663000,-15.377000),(174.724000,-12.754000),(172.897000,-8.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.804000,8.209000),(225.737000,9.184000),(218.873000,11.674000),(216.613000,13.007000),(215.386000,17.809000),(211.945000,11.505000),(212.998000,8.117000),(216.602000,6.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.123000,-24.611000),(236.880000,-23.417000),(244.368000,-25.783000),(226.447000,-20.521000),(224.697000,-23.274000),(233.548000,-23.017000),(227.684000,-28.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.321000,-70.789000),(307.166000,-69.691000),(320.359000,-74.521000),(307.452000,-80.920000),(336.373000,-76.848000),(358.256000,-80.111000),(353.830000,-73.365000),(341.916000,-72.914000),(335.990000,-71.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.931000,-17.004000),(287.064000,-23.931000),(289.452000,-18.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.065000,48.197000),(281.623000,48.175000),(285.014000,51.473000),(288.877000,50.323000),(291.007000,61.000000),(286.847000,57.968000),(277.629000,55.412000),(274.363000,55.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.175000,75.303000),(45.462000,78.180000),(51.350000,81.699000),(5.555000,84.271000),(350.164000,79.505000),(27.392000,73.877000),(41.274000,70.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.008000,-32.526000),(271.703000,-31.124000),(266.571000,-25.292000),(261.769000,-25.045000),(252.707000,-35.317000),(260.592000,-33.366000),(263.140000,-32.590000),(263.468000,-32.586000),(264.040000,-32.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.148000,15.259000),(162.098000,13.926000),(166.729000,4.773000),(166.587000,12.568000),(171.721000,15.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.657000,26.529000),(352.520000,24.495000),(352.327000,20.968000),(1.931000,21.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.961000,-75.336000),(23.259000,-66.192000),(20.091000,-73.674000),(18.998000,-73.568000),(343.804000,-75.754000),(356.951000,-80.220000),(19.600000,-76.445000),(25.246000,-76.233000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.816000,-44.940000),(144.792000,-31.632000),(146.018000,-37.257000),(142.890000,-38.691000),(145.634000,-44.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.612000,12.098000),(263.661000,21.186000),(257.976000,12.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.729000,52.808000),(159.332000,46.230000),(165.774000,45.205000),(171.254000,42.469000),(174.030000,38.467000),(177.513000,38.466000),(181.207000,42.189000),(177.917000,47.698000),(173.613000,51.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.666000,5.552000),(5.171000,3.874000),(0.764000,1.642000),(5.578000,2.733000),(8.587000,2.547000),(16.452000,7.040000),(12.606000,8.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.493000,-73.971000),(142.783000,-75.515000),(129.210000,-71.170000),(139.587000,-75.285000),(136.812000,-74.480000),(129.390000,-76.190000),(138.059000,-78.458000),(145.507000,-78.066000),(152.647000,-71.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.409000,67.383000),(286.389000,69.357000),(230.427000,73.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.716000,3.639000),(123.966000,4.329000),(126.486000,3.341000),(126.135000,1.700000),(131.400000,-5.739000),(137.599000,0.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.941000,-60.381000),(7.282000,-60.801000),(15.434000,-65.456000),(16.611000,-64.096000),(16.997000,-58.112000),(12.562000,-52.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.925000,31.462000),(136.432000,27.935000),(137.846000,28.407000),(139.508000,27.550000),(144.407000,29.180000),(144.722000,34.342000),(146.305000,35.760000),(143.956000,34.922000),(144.407000,36.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.745000,41.528000),(162.269000,46.946000),(158.276000,47.033000),(158.805000,44.336000),(153.203000,44.984000),(162.921000,40.450000),(161.065000,33.613000),(163.807000,33.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.156000,-4.236000),(185.920000,-2.923000),(191.326000,0.320000),(184.178000,2.749000),(180.654000,0.915000),(175.722000,-3.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.152000,6.533000),(4.829000,5.290000),(3.906000,-0.912000),(3.068000,-4.174000),(7.585000,3.037000),(7.969000,2.508000),(10.522000,1.493000),(12.854000,3.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.267000,12.401000),(234.081000,12.204000),(237.468000,17.576000),(229.300000,21.653000),(221.516000,25.534000),(225.079000,15.745000),(223.772000,12.938000),(227.627000,12.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.642000,-21.922000),(285.600000,-29.007000),(289.507000,-21.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.488000,-31.065000),(119.351000,-29.167000),(119.515000,-22.366000),(117.028000,-25.549000),(116.586000,-21.569000),(112.884000,-38.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.355000,24.480000),(19.578000,29.312000),(19.246000,29.811000),(13.539000,34.660000),(14.998000,30.155000),(11.395000,32.097000),(19.500000,24.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.020000,-13.492000),(273.794000,-13.077000),(282.890000,-15.650000),(289.531000,-16.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.593000,-30.027000),(340.260000,-26.257000),(331.593000,-24.332000),(335.006000,-31.003000),(343.980000,-37.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.756000,-30.824000),(3.985000,-31.602000),(8.193000,-32.218000),(17.678000,-30.808000),(10.381000,-30.634000),(10.104000,-28.121000),(7.071000,-30.051000),(4.665000,-27.812000),(1.873000,-23.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.986000,52.868000),(217.419000,49.017000),(223.472000,43.603000),(228.117000,40.234000),(239.184000,46.280000),(233.875000,45.782000),(232.543000,47.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.905000,22.451000),(358.876000,19.463000),(1.363000,11.288000),(7.350000,10.142000),(4.230000,14.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.671000,-19.850000),(202.531000,-23.544000),(204.243000,-25.100000),(205.096000,-14.412000),(204.892000,-11.681000),(196.714000,-14.528000),(200.299000,-18.870000),(197.714000,-19.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.012000,-67.940000),(81.102000,-72.789000),(90.607000,-82.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.439000,0.229000),(48.846000,-11.713000),(51.594000,-15.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.414000,21.721000),(255.934000,21.406000),(255.042000,22.495000),(250.380000,23.420000),(247.079000,18.429000),(255.886000,18.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.046000,5.676000),(299.329000,7.224000),(302.042000,3.897000),(302.515000,4.597000),(302.416000,9.473000),(299.149000,10.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.287000,-37.154000),(114.285000,-38.533000),(115.630000,-36.142000),(114.979000,-31.845000),(108.876000,-24.668000),(110.888000,-29.398000),(111.187000,-29.903000),(111.570000,-31.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.280000,-7.495000),(277.623000,3.630000),(266.379000,3.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.922000,1.345000),(345.380000,-7.101000),(349.168000,-12.561000),(353.938000,-6.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.001000,4.114000),(178.449000,-0.230000),(184.661000,1.821000),(188.524000,1.547000),(182.738000,4.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.233000,47.054000),(276.407000,42.645000),(283.601000,44.808000),(284.980000,41.740000),(294.236000,40.256000),(293.494000,43.382000),(286.150000,52.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.987000,21.878000),(184.520000,28.013000),(173.957000,26.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.003000,1.498000),(1.726000,4.942000),(359.899000,3.357000),(357.660000,4.966000),(355.820000,4.600000),(357.188000,-6.820000),(1.974000,-9.705000),(3.599000,-9.082000),(1.840000,-6.015000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.924000,42.339000),(111.535000,39.829000),(117.379000,48.807000),(106.256000,51.102000),(98.138000,50.409000),(106.770000,48.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.766000,79.209000),(134.918000,85.866000),(175.115000,87.335000),(92.030000,85.919000),(101.565000,83.050000),(87.083000,81.909000),(104.340000,74.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.409000,-4.576000),(2.277000,-8.386000),(12.331000,-12.883000),(6.615000,2.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.354000,11.239000),(186.087000,10.325000),(182.840000,3.095000),(185.261000,7.357000),(189.146000,7.404000),(190.819000,10.798000),(193.530000,15.224000),(188.703000,12.899000),(186.900000,16.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.261000,-4.059000),(336.847000,-3.877000),(335.505000,0.508000),(335.602000,1.349000),(330.434000,-7.397000),(330.944000,-7.825000),(332.417000,-9.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.881000,8.057000),(126.561000,5.328000),(129.082000,2.435000),(126.339000,-1.238000),(127.352000,-2.474000),(137.615000,-3.286000),(134.439000,0.031000),(138.045000,2.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.222000,-1.334000),(1.958000,-0.091000),(356.523000,1.333000),(354.987000,1.151000),(350.973000,-2.419000),(353.308000,-4.370000),(355.297000,-6.796000),(358.294000,-6.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.853000,-6.495000),(49.464000,-1.013000),(48.577000,3.510000),(47.112000,-1.245000),(46.155000,-3.774000),(45.796000,-3.725000),(45.019000,-3.414000),(45.613000,-9.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.250000,-42.853000),(220.568000,-49.596000),(233.715000,-46.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.625000,5.359000),(350.541000,16.472000),(344.847000,10.543000),(342.219000,12.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.146000,7.143000),(14.185000,7.880000),(11.799000,11.896000),(10.876000,11.808000),(3.746000,6.307000),(2.378000,1.579000),(5.202000,-1.520000),(12.342000,-0.917000),(9.263000,4.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.849000,-55.355000),(299.707000,-51.940000),(306.787000,-51.106000),(293.887000,-49.928000),(300.576000,-47.436000),(298.564000,-47.895000),(293.377000,-49.668000),(291.584000,-49.010000),(286.866000,-50.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.121000,-52.744000),(202.536000,-51.583000),(204.451000,-48.444000),(201.346000,-43.960000),(190.828000,-51.864000),(191.543000,-52.726000),(195.342000,-51.247000),(190.926000,-54.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.126000,4.103000),(22.614000,2.371000),(19.036000,7.994000),(20.185000,-4.189000),(23.923000,-4.422000),(28.045000,-3.900000),(29.808000,-3.824000),(23.966000,-0.530000),(29.263000,0.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.293000,-19.515000),(125.023000,-13.726000),(120.752000,-14.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.800000,-5.385000),(151.859000,-6.502000),(161.740000,-7.816000),(162.355000,-6.265000),(163.354000,1.152000),(161.762000,-0.796000),(158.644000,5.886000),(156.684000,-2.250000),(156.490000,-2.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.306000,66.782000),(145.648000,63.816000),(153.461000,71.431000),(153.080000,72.938000),(141.498000,71.810000),(137.539000,72.077000),(133.173000,75.818000),(130.320000,74.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.117000,49.834000),(185.337000,46.624000),(191.696000,51.477000),(196.768000,50.891000),(192.308000,56.250000),(190.796000,58.184000),(187.670000,57.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.382000,10.203000),(341.189000,12.243000),(336.571000,11.670000),(331.895000,14.066000),(333.581000,4.540000),(334.961000,3.470000),(335.997000,8.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.215000,11.016000),(58.224000,13.302000),(56.544000,12.063000),(52.798000,1.207000),(56.655000,-3.275000),(59.328000,-4.258000),(60.879000,3.185000),(64.907000,2.117000),(67.366000,7.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.849000,-61.778000),(227.287000,-60.863000),(223.112000,-49.616000),(217.684000,-57.260000),(212.731000,-56.519000),(215.360000,-58.258000),(205.065000,-63.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.996000,-13.473000),(32.963000,-26.582000),(40.139000,-28.847000),(42.045000,-22.380000),(45.366000,-19.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.889000,26.515000),(213.809000,24.408000),(223.011000,25.128000),(227.467000,30.484000),(227.720000,36.366000),(222.767000,34.056000),(214.503000,33.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.311000,-9.294000),(177.094000,-6.990000),(178.425000,-11.910000),(176.991000,-22.160000),(181.487000,-19.159000),(184.135000,-18.569000),(182.014000,-15.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.632000,49.124000),(5.770000,53.131000),(348.333000,51.021000),(341.669000,44.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.134000,53.892000),(342.054000,48.962000),(348.648000,52.531000),(346.112000,56.107000),(344.279000,66.810000),(336.251000,62.604000),(335.707000,61.244000),(328.029000,65.892000),(335.503000,58.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.221000,32.302000),(291.189000,25.870000),(293.215000,33.119000),(289.125000,36.746000),(285.581000,44.017000),(287.702000,37.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.216000,57.714000),(94.967000,59.357000),(85.703000,59.063000),(60.561000,57.200000),(62.480000,56.983000),(72.571000,55.910000),(77.386000,55.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.057000,-26.547000),(88.174000,-24.768000),(95.938000,-27.379000),(93.738000,-27.879000),(88.432000,-29.099000),(89.859000,-28.967000),(94.649000,-32.449000),(96.343000,-30.194000),(99.080000,-29.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.822000,-17.767000),(6.599000,-16.474000),(6.541000,-23.913000),(16.347000,-25.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.576000,-14.871000),(51.101000,-10.029000),(52.686000,-17.138000),(55.206000,-19.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.233000,6.295000),(325.504000,-1.383000),(332.800000,-2.590000),(338.686000,-7.809000),(335.039000,-2.588000),(340.209000,-7.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.442000,-20.736000),(2.180000,-16.763000),(352.576000,-13.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.221000,15.212000),(82.133000,13.704000),(88.751000,25.631000),(87.432000,26.510000),(82.415000,24.372000),(77.149000,24.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.462000,-9.109000),(14.903000,2.450000),(6.257000,1.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.799000,-2.953000),(178.366000,-2.172000),(177.714000,-0.207000),(176.392000,-0.790000),(174.885000,1.208000),(162.018000,-6.519000),(169.031000,-11.133000),(172.496000,-6.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.773000,-3.860000),(34.452000,-3.840000),(34.539000,2.380000),(26.899000,8.027000),(23.758000,1.633000),(17.068000,3.196000),(23.910000,0.378000),(25.554000,-2.195000),(27.627000,-7.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.383000,-43.411000),(197.510000,-50.629000),(197.177000,-42.010000),(207.097000,-45.834000),(200.036000,-41.772000),(198.017000,-38.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.672000,8.688000),(3.697000,17.324000),(357.704000,15.096000),(350.357000,13.921000),(352.138000,9.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.821000,20.372000),(16.330000,10.657000),(18.607000,12.492000),(27.600000,14.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.750000,-70.557000),(122.805000,-71.985000),(96.760000,-72.843000),(110.591000,-81.570000),(140.947000,-72.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.950000,3.607000),(207.065000,6.250000),(206.608000,4.786000),(201.332000,-3.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.492000,-16.646000),(278.986000,-14.086000),(274.974000,-18.745000),(273.618000,-19.289000),(273.096000,-20.330000),(272.504000,-22.170000),(274.917000,-26.625000),(276.177000,-27.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.028000,7.943000),(264.080000,2.421000),(267.516000,3.320000),(268.079000,5.622000),(270.786000,5.277000),(266.484000,8.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.581000,-8.448000),(132.930000,-6.564000),(132.901000,-3.112000),(130.889000,-0.811000),(129.658000,-1.898000),(128.845000,1.906000),(127.159000,3.340000),(124.683000,-7.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.673000,61.931000),(221.598000,63.908000),(219.527000,65.366000),(211.512000,67.935000),(213.503000,64.342000),(201.591000,59.563000),(212.007000,54.478000),(216.166000,53.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.637000,1.566000),(179.171000,-1.800000),(185.625000,-2.467000),(188.347000,-0.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.280000,32.804000),(229.162000,39.352000),(225.797000,36.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.971000,-82.108000),(331.612000,-78.845000),(2.771000,-88.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.297000,-1.689000),(49.833000,3.155000),(48.180000,8.522000),(43.273000,5.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.099000,41.272000),(155.072000,43.092000),(158.544000,41.871000),(155.815000,38.535000),(165.251000,36.258000),(165.309000,38.696000),(166.180000,38.702000),(165.322000,39.619000),(170.239000,44.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.752000,-43.257000),(276.235000,-51.026000),(273.894000,-40.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.973000,17.065000),(340.771000,23.565000),(335.407000,22.583000),(327.338000,16.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.736000,21.434000),(75.195000,19.834000),(71.895000,20.928000),(64.468000,21.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.154000,-16.894000),(46.211000,-14.239000),(54.744000,-11.570000),(49.270000,-9.511000),(48.737000,-6.956000),(43.972000,-8.478000),(46.087000,-11.734000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.961000,-34.147000),(212.570000,-41.562000),(205.065000,-36.966000),(203.882000,-41.745000),(206.894000,-49.530000),(213.241000,-51.922000),(214.941000,-44.168000),(214.013000,-43.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.597000,3.813000),(290.173000,7.915000),(285.450000,9.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.043000,9.458000),(307.565000,4.263000),(318.813000,0.706000),(321.676000,2.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.338000,12.595000),(349.011000,16.650000),(355.801000,19.241000),(354.979000,24.019000),(347.256000,21.640000),(341.983000,23.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.147000,-12.219000),(355.789000,-15.138000),(353.850000,-16.296000),(2.101000,-26.291000),(2.906000,-28.025000),(3.638000,-27.212000),(3.105000,-20.184000),(1.236000,-20.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.657000,53.618000),(341.774000,43.675000),(348.893000,38.520000),(353.182000,43.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.960000,-11.906000),(8.051000,-6.754000),(3.066000,-10.731000),(2.197000,-15.479000),(2.273000,-17.874000),(1.462000,-20.587000),(12.059000,-18.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.293000,0.794000),(37.572000,1.039000),(37.254000,1.073000),(34.015000,3.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.100000,-13.058000),(213.494000,-22.807000),(214.880000,-25.264000),(224.777000,-22.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.347000,11.092000),(161.653000,2.101000),(163.139000,7.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.314000,-35.423000),(83.669000,-30.368000),(87.039000,-37.477000),(90.419000,-37.445000),(85.443000,-44.446000),(89.655000,-40.114000),(88.909000,-42.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.769000,-39.300000),(78.467000,-45.305000),(83.938000,-40.903000),(92.426000,-38.118000),(84.171000,-28.976000),(83.916000,-32.979000),(78.616000,-38.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.592000,-78.519000),(344.885000,-78.120000),(32.671000,-79.321000),(66.256000,-76.283000),(38.221000,-70.020000),(28.243000,-72.565000),(359.003000,-72.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.876000,27.678000),(179.864000,30.540000),(177.244000,23.628000),(172.562000,19.678000),(183.000000,18.986000),(180.397000,23.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.736000,24.713000),(358.700000,13.100000),(2.254000,19.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.824000,-33.653000),(80.888000,-26.416000),(77.366000,-27.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.422000,14.557000),(8.317000,20.463000),(3.624000,19.076000),(10.726000,2.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.955000,42.057000),(22.895000,47.760000),(25.089000,56.179000),(19.567000,49.393000),(16.162000,49.442000),(14.667000,49.092000),(12.196000,49.125000),(14.208000,47.958000),(18.316000,43.473000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.245000,-9.736000),(175.765000,-9.971000),(175.729000,-13.924000),(177.952000,-18.650000),(184.692000,-14.984000),(187.489000,-12.709000),(184.464000,-10.855000),(184.790000,-9.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.491000,44.704000),(319.023000,46.332000),(310.928000,43.125000),(310.418000,42.924000),(321.394000,40.070000),(319.927000,41.613000),(323.286000,39.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.807000,-2.251000),(343.220000,0.450000),(348.524000,5.752000),(343.684000,6.648000),(337.114000,8.250000),(335.164000,7.597000),(339.705000,1.417000),(339.969000,0.793000),(336.341000,-4.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.434000,-42.263000),(192.993000,-34.102000),(187.493000,-34.194000),(185.830000,-33.543000),(184.563000,-36.220000),(184.037000,-41.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.696000,-7.453000),(344.562000,-4.774000),(345.435000,-11.761000),(353.393000,-6.238000),(353.181000,-3.813000),(340.722000,-3.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.453000,-25.478000),(42.391000,-33.739000),(44.618000,-38.957000),(49.052000,-31.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.566000,-7.148000),(350.288000,-9.805000),(353.099000,-7.408000),(353.263000,-11.454000),(355.922000,-3.368000),(348.219000,-1.588000),(352.140000,-4.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.207000,-9.850000),(181.138000,-6.046000),(181.640000,-2.071000),(179.981000,-2.847000),(179.681000,-1.286000),(180.030000,2.934000),(174.146000,-4.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.742000,-0.879000),(340.833000,-1.199000),(342.238000,-5.662000),(339.411000,1.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.379000,-25.203000),(284.603000,-21.014000),(274.676000,-10.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.270000,54.277000),(294.620000,53.664000),(295.438000,54.132000),(305.100000,53.842000),(308.017000,57.028000),(291.475000,56.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.947000,-6.992000),(349.696000,-6.170000),(356.269000,-9.782000),(357.897000,-10.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.125000,-2.406000),(138.047000,-14.434000),(144.274000,-15.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.995000,8.772000),(2.319000,12.637000),(0.492000,11.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.523000,1.486000),(292.526000,7.408000),(301.104000,11.162000),(294.954000,11.690000),(286.199000,14.371000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.526000,20.923000),(190.134000,25.518000),(189.521000,15.552000),(193.081000,15.225000),(192.993000,17.113000),(197.763000,21.559000),(193.000000,22.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.922000,67.360000),(2.597000,66.208000),(7.181000,74.053000),(340.254000,71.168000),(331.940000,69.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.918000,1.371000),(357.344000,4.193000),(356.630000,4.363000),(356.981000,-7.718000),(5.009000,-6.159000),(5.597000,-2.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.476000,3.285000),(169.887000,-6.056000),(173.591000,-6.005000),(173.583000,-4.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.428000,59.460000),(72.605000,61.410000),(66.498000,64.973000),(63.998000,64.946000),(58.424000,68.887000),(52.006000,68.825000),(51.603000,66.532000),(45.916000,59.862000),(61.875000,58.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.365000,27.785000),(23.924000,30.526000),(20.658000,36.447000),(15.956000,35.352000),(8.062000,38.926000),(9.386000,29.891000),(16.258000,32.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.909000,-3.094000),(180.446000,-3.555000),(179.227000,-8.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.306000,-34.615000),(312.541000,-39.741000),(320.204000,-38.014000),(321.205000,-41.508000),(328.860000,-41.367000),(330.487000,-28.800000),(323.502000,-31.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.078000,52.230000),(316.602000,51.761000),(315.852000,50.271000),(338.882000,48.117000),(332.361000,49.598000),(326.573000,50.636000),(322.732000,54.369000),(310.889000,54.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.867000,-8.144000),(327.328000,-17.066000),(327.810000,-18.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.041000,-83.514000),(351.719000,-83.827000),(27.775000,-85.095000),(329.896000,-79.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.526000,-46.019000),(170.389000,-48.115000),(175.426000,-49.356000),(189.041000,-51.093000),(185.035000,-41.468000),(179.038000,-45.554000),(180.034000,-42.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.329000,0.534000),(177.074000,3.016000),(182.522000,-1.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.227000,0.220000),(268.639000,-1.176000),(272.356000,4.276000),(276.848000,6.611000),(271.392000,7.753000),(269.002000,9.849000),(268.235000,10.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.373000,8.368000),(117.456000,16.995000),(117.230000,20.955000),(116.005000,21.660000),(114.507000,19.238000),(107.576000,19.842000),(110.659000,11.398000),(109.820000,10.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.033000,-29.404000),(142.922000,-27.864000),(137.051000,-24.584000),(135.155000,-21.065000),(136.819000,-26.537000),(135.417000,-29.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.478000,27.325000),(214.322000,26.540000),(213.947000,19.267000),(214.673000,19.096000),(217.203000,17.914000),(223.857000,25.810000),(225.555000,27.733000),(223.974000,31.601000),(211.720000,36.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.333000,-1.089000),(218.490000,9.265000),(210.322000,5.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.655000,8.883000),(356.582000,6.091000),(359.794000,-2.463000),(7.783000,5.454000),(1.493000,3.747000),(0.832000,9.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.010000,-5.242000),(163.186000,-5.350000),(160.788000,-15.036000),(169.802000,-5.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.403000,-6.226000),(232.917000,-3.076000),(235.008000,-4.418000),(236.545000,1.732000),(235.481000,3.834000),(233.144000,4.406000),(230.811000,0.812000),(226.595000,-1.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.970000,-23.746000),(131.210000,-20.788000),(131.180000,-19.190000),(131.008000,-17.616000),(128.977000,-22.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.683000,62.497000),(30.250000,64.721000),(41.178000,64.584000),(20.446000,73.022000),(22.893000,69.278000),(16.783000,68.966000),(17.600000,66.522000),(14.456000,64.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.199000,13.214000),(293.345000,23.945000),(291.592000,15.470000),(286.627000,18.114000),(290.394000,15.398000),(288.608000,14.485000),(288.659000,12.176000),(289.673000,12.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.817000,-37.837000),(15.225000,-42.280000),(15.487000,-40.360000),(20.410000,-42.485000),(19.279000,-41.382000),(27.678000,-36.467000),(11.933000,-34.107000),(10.985000,-36.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.024000,-10.852000),(322.365000,-8.893000),(315.563000,-7.319000),(309.306000,-7.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.570000,-21.264000),(312.203000,-23.621000),(315.045000,-20.338000),(318.209000,-13.346000),(305.906000,-5.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.464000,-16.067000),(214.560000,-17.416000),(208.132000,-11.852000),(208.485000,-25.694000),(212.624000,-22.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.739000,-25.624000),(206.561000,-29.888000),(205.924000,-31.261000),(201.948000,-36.641000),(206.461000,-32.231000),(207.021000,-35.547000),(212.129000,-30.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.960000,59.659000),(95.776000,61.605000),(90.385000,70.763000),(83.599000,64.276000),(90.649000,53.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.529000,24.621000),(171.650000,27.249000),(172.262000,29.827000),(169.421000,31.539000),(167.435000,28.254000),(164.055000,25.532000),(163.061000,20.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.848000,-35.434000),(283.499000,-30.342000),(282.080000,-25.450000),(280.163000,-22.199000),(279.638000,-21.046000),(278.687000,-24.868000),(274.382000,-18.106000),(270.990000,-22.235000),(268.657000,-29.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.451000,-3.274000),(354.888000,4.010000),(351.293000,7.681000),(351.155000,1.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.758000,-61.529000),(339.636000,-58.152000),(340.438000,-56.761000),(329.118000,-55.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.039000,-23.849000),(352.442000,-22.368000),(354.715000,-24.204000),(358.719000,-17.274000),(352.725000,-18.140000),(343.002000,-21.683000),(350.134000,-20.982000),(349.745000,-21.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.726000,-16.836000),(149.824000,-12.916000),(150.585000,-9.444000),(149.654000,-6.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.818000,20.194000),(193.318000,18.479000),(206.159000,25.178000),(201.589000,25.084000),(200.918000,25.726000),(187.099000,25.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.151000,10.848000),(352.602000,8.146000),(355.648000,3.285000),(5.699000,5.005000),(357.294000,13.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.892000,37.623000),(207.670000,39.595000),(206.758000,40.051000),(204.569000,45.843000),(203.662000,30.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.996000,-42.136000),(309.327000,-38.058000),(317.244000,-40.002000),(318.149000,-38.147000),(307.632000,-28.975000),(306.300000,-35.369000),(300.259000,-35.802000),(304.285000,-36.977000),(303.178000,-46.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.272000,4.664000),(180.132000,2.735000),(172.176000,5.707000),(178.285000,0.226000),(176.440000,-1.692000),(175.924000,-3.306000),(175.953000,-5.250000),(178.924000,-1.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.386000,8.932000),(281.460000,10.470000),(275.653000,3.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.360000,25.104000),(357.447000,30.640000),(353.990000,39.703000),(341.865000,32.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.018000,-29.149000),(333.977000,-37.925000),(334.857000,-36.789000),(335.461000,-36.655000),(337.838000,-45.315000),(337.114000,-36.679000),(343.580000,-31.520000),(341.961000,-28.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.988000,10.123000),(17.722000,9.357000),(12.705000,12.625000),(13.640000,9.584000),(12.114000,8.298000),(13.919000,7.416000),(20.542000,3.219000),(20.628000,5.040000),(20.736000,8.281000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.603000,57.776000),(292.901000,59.780000),(304.720000,70.963000),(287.622000,70.574000),(269.920000,73.469000),(275.611000,62.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.085000,0.977000),(179.769000,7.555000),(179.427000,0.800000),(178.812000,0.317000),(172.892000,-2.510000),(177.309000,-3.132000),(178.719000,-2.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.377000,14.302000),(192.057000,12.465000),(191.991000,15.632000),(182.411000,14.527000),(180.327000,10.732000),(188.034000,12.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.053000,1.927000),(359.713000,12.730000),(358.565000,10.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.504000,-3.731000),(194.808000,-2.387000),(192.960000,3.662000),(178.890000,-6.242000),(183.718000,-3.012000),(187.095000,-10.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.512000,-36.008000),(105.619000,-36.012000),(111.991000,-39.736000),(114.316000,-34.357000),(113.391000,-30.930000),(113.848000,-29.791000),(110.967000,-35.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.938000,34.764000),(340.161000,33.840000),(346.655000,33.060000),(355.744000,34.568000),(343.332000,41.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.631000,4.297000),(8.377000,4.657000),(13.479000,1.863000),(9.818000,8.272000),(14.528000,11.618000),(359.532000,10.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.731000,-63.287000),(106.608000,-62.818000),(107.556000,-65.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.431000,-18.329000),(5.899000,-8.985000),(357.902000,-8.147000),(357.606000,-18.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.913000,21.118000),(302.189000,10.534000),(304.863000,12.951000),(311.513000,10.505000),(308.074000,13.817000),(312.654000,17.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.173000,2.364000),(358.575000,2.941000),(354.394000,1.748000),(358.720000,-2.754000),(3.382000,-2.086000),(1.334000,1.235000),(3.345000,1.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.867000,75.981000),(228.369000,75.820000),(216.625000,70.669000),(231.469000,70.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.385000,-40.646000),(165.131000,-37.543000),(153.395000,-36.561000),(156.345000,-40.036000),(152.677000,-39.158000),(151.856000,-46.058000),(164.600000,-44.635000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.594000,48.978000),(319.129000,48.119000),(325.140000,48.476000),(330.599000,47.279000),(327.401000,56.655000),(309.091000,59.088000),(305.011000,56.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.881000,23.162000),(2.405000,16.710000),(4.294000,16.847000),(6.336000,13.150000),(11.325000,19.885000),(6.029000,18.918000),(12.432000,23.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.262000,-6.721000),(6.771000,-9.787000),(6.641000,-5.623000),(359.611000,-5.811000),(4.085000,-14.403000),(3.984000,-17.025000),(6.310000,-19.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.229000,-6.631000),(101.750000,3.702000),(98.013000,0.965000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.865000,-18.838000),(207.926000,-20.658000),(202.738000,-14.923000),(206.599000,-21.710000),(206.425000,-24.685000),(207.255000,-24.684000),(206.742000,-27.516000),(206.989000,-26.908000),(209.998000,-29.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.029000,30.840000),(176.227000,20.111000),(173.051000,27.254000),(170.475000,28.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.324000,25.449000),(67.753000,30.161000),(71.868000,28.004000),(65.598000,37.638000),(60.636000,40.630000),(57.052000,40.399000),(62.839000,32.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.251000,7.384000),(239.655000,6.099000),(237.893000,12.245000),(237.162000,10.739000),(234.021000,6.132000),(227.044000,3.250000),(233.398000,-1.890000),(241.343000,1.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.093000,16.529000),(224.162000,14.495000),(231.278000,14.234000),(234.083000,17.015000),(236.568000,17.105000),(239.862000,17.955000),(240.240000,19.731000),(235.025000,21.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.005000,9.666000),(346.832000,5.098000),(352.398000,6.456000),(354.472000,10.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.822000,-21.270000),(148.115000,-20.485000),(141.864000,-18.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.655000,6.093000),(181.162000,6.991000),(178.407000,7.998000),(171.503000,10.841000),(175.664000,4.560000),(177.612000,5.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.721000,-53.577000),(25.133000,-60.989000),(41.431000,-59.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.926000,-10.846000),(178.797000,-3.620000),(178.473000,-1.591000),(174.395000,-4.725000),(169.644000,-7.775000),(173.814000,-6.933000),(176.138000,-14.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.822000,3.150000),(130.198000,12.911000),(128.303000,9.927000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.237000,14.058000),(193.432000,11.697000),(191.142000,13.625000),(187.965000,18.931000),(185.289000,11.785000),(186.312000,7.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.831000,-11.515000),(78.105000,-12.336000),(83.786000,-5.326000),(78.884000,-9.751000),(77.544000,-9.694000),(72.664000,-10.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.718000,-52.803000),(219.502000,-52.824000),(193.218000,-50.466000),(205.607000,-58.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.020000,-63.542000),(168.268000,-62.515000),(177.413000,-58.889000),(168.380000,-48.400000),(164.337000,-50.531000),(163.058000,-51.058000),(149.796000,-54.039000),(153.785000,-57.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.279000,-42.530000),(128.915000,-58.254000),(128.089000,-49.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.077000,25.345000),(208.098000,19.147000),(206.475000,22.620000),(207.384000,16.438000),(207.262000,16.179000),(213.222000,10.833000),(216.267000,18.595000),(214.481000,19.710000),(213.867000,21.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.220000,-82.097000),(46.373000,-84.258000),(328.876000,-83.209000),(71.326000,-85.230000),(138.968000,-85.383000),(97.425000,-84.189000),(127.942000,-79.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.028000,48.842000),(177.114000,57.162000),(172.631000,54.470000),(177.508000,52.250000),(178.642000,51.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.455000,-0.087000),(249.621000,-5.071000),(256.896000,-4.501000),(262.655000,-2.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.943000,24.909000),(302.864000,19.970000),(305.884000,34.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.857000,-44.721000),(68.062000,-46.896000),(82.378000,-41.833000),(83.777000,-40.285000),(73.461000,-40.827000),(71.524000,-39.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.622000,9.726000),(167.561000,15.112000),(169.587000,10.181000),(173.003000,0.011000),(174.336000,6.365000),(178.728000,7.004000),(181.612000,7.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.038000,-43.762000),(29.315000,-47.423000),(21.799000,-40.964000),(18.540000,-36.712000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.217000,-26.524000),(85.853000,-20.136000),(80.771000,-19.499000),(79.452000,-16.330000),(75.947000,-18.313000),(73.170000,-16.157000),(79.278000,-22.484000),(82.969000,-27.190000),(84.805000,-27.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.109000,-2.145000),(343.493000,-4.966000),(350.089000,-16.754000),(358.887000,-8.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.941000,-86.845000),(306.484000,-80.706000),(292.018000,-79.870000),(349.199000,-84.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.462000,2.591000),(349.881000,4.861000),(351.114000,-1.916000),(357.054000,-0.513000),(358.254000,0.736000),(359.574000,1.625000),(2.271000,9.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.062000,18.274000),(292.697000,13.953000),(294.927000,17.760000),(303.989000,23.123000),(297.262000,23.493000),(294.738000,29.881000),(293.395000,30.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.817000,37.160000),(64.398000,28.803000),(70.425000,26.029000),(65.882000,29.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.946000,-25.453000),(209.444000,-23.929000),(209.413000,-23.032000),(203.339000,-17.539000),(200.523000,-21.635000),(207.912000,-26.677000),(208.273000,-27.020000),(209.784000,-28.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.263000,-8.968000),(202.566000,-3.470000),(195.217000,-3.151000),(195.449000,-9.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.485000,-57.675000),(153.348000,-57.769000),(151.179000,-57.269000),(153.600000,-61.040000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.989000,3.911000),(7.824000,7.044000),(3.543000,6.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.474000,-33.110000),(344.133000,-30.080000),(342.599000,-32.099000),(345.127000,-35.158000),(339.367000,-38.091000),(348.012000,-38.388000),(352.649000,-36.206000),(351.424000,-34.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.229000,10.087000),(335.844000,14.815000),(330.844000,8.324000),(328.726000,1.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.100000,-24.705000),(332.437000,-31.183000),(334.304000,-32.819000),(325.503000,-35.678000),(325.548000,-36.053000),(332.879000,-41.790000),(341.434000,-35.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.080000,3.911000),(284.632000,0.986000),(285.209000,-5.861000),(294.457000,-7.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.459000,-51.022000),(223.675000,-44.344000),(220.755000,-51.686000),(214.064000,-52.404000),(234.508000,-58.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.546000,-56.363000),(230.541000,-62.902000),(231.809000,-59.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.510000,30.569000),(325.898000,25.997000),(323.091000,22.528000),(329.171000,24.677000),(332.455000,23.026000),(339.017000,23.946000),(334.869000,32.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.696000,-18.819000),(294.853000,-18.565000),(285.458000,-17.570000),(291.327000,-20.180000),(286.735000,-25.139000),(293.960000,-28.700000),(295.719000,-21.689000),(301.199000,-23.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.917000,27.573000),(257.981000,22.792000),(259.637000,21.225000),(253.081000,15.855000),(269.991000,16.819000),(267.006000,20.293000),(269.146000,23.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.227000,75.988000),(208.459000,73.253000),(248.829000,75.809000),(241.638000,77.945000),(244.010000,77.873000),(230.233000,79.398000),(220.028000,79.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.183000,-20.457000),(142.291000,-19.133000),(135.863000,-20.822000),(132.581000,-22.488000),(142.292000,-27.389000),(150.934000,-29.470000),(149.022000,-26.285000),(145.895000,-20.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.679000,82.184000),(354.167000,79.560000),(326.381000,79.361000),(354.871000,78.518000),(358.065000,77.059000),(359.457000,70.678000),(8.805000,81.241000),(8.174000,83.454000),(33.703000,87.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.570000,-40.933000),(234.774000,-46.162000),(244.554000,-53.543000),(244.523000,-48.674000),(255.885000,-49.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.422000,-10.837000),(7.035000,-8.868000),(1.220000,-10.645000),(359.661000,-9.116000),(10.524000,-14.531000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.987000,53.162000),(148.657000,64.022000),(141.682000,68.058000),(138.051000,68.009000),(138.491000,61.738000),(132.112000,61.972000),(126.700000,62.933000),(123.023000,62.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.128000,-44.347000),(162.948000,-39.886000),(159.467000,-41.828000),(163.283000,-48.401000),(161.046000,-53.180000),(162.702000,-51.777000),(170.096000,-55.123000),(167.272000,-50.195000),(169.856000,-52.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.047000,4.611000),(333.555000,4.408000),(333.638000,-0.272000),(339.460000,0.477000),(340.293000,-7.390000),(341.809000,0.970000),(345.237000,9.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.190000,-5.891000),(164.633000,-4.130000),(159.967000,-4.672000),(157.290000,-3.516000),(159.836000,-11.425000),(161.265000,-9.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.265000,27.760000),(9.888000,23.672000),(10.713000,20.715000),(6.419000,20.400000),(16.781000,23.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.941000,-44.732000),(284.760000,-45.800000),(286.773000,-40.656000),(284.973000,-34.002000),(275.411000,-36.879000),(266.829000,-39.077000),(271.875000,-45.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.609000,-23.291000),(101.637000,-24.261000),(95.985000,-20.788000),(108.448000,-28.970000),(108.281000,-28.230000),(112.272000,-27.646000),(108.843000,-24.331000),(104.975000,-22.693000),(104.036000,-24.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.214000,23.746000),(3.029000,22.774000),(3.023000,20.503000),(359.669000,15.843000),(6.219000,13.208000),(8.434000,24.743000),(358.262000,29.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.541000,9.369000),(283.179000,14.524000),(279.916000,7.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.340000,-8.603000),(36.571000,-6.629000),(37.506000,-12.373000),(32.808000,-14.708000),(35.371000,-15.514000),(35.144000,-18.089000),(40.227000,-12.918000),(45.911000,-8.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.052000,-18.432000),(175.661000,-17.169000),(176.959000,-17.743000),(178.229000,-14.922000),(179.077000,-14.318000),(176.750000,-10.403000),(170.082000,-4.040000),(175.155000,-11.592000),(172.775000,-11.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.354000,-34.080000),(127.083000,-35.903000),(136.314000,-37.676000),(136.965000,-43.685000),(144.113000,-36.333000),(144.040000,-35.651000),(150.620000,-36.550000),(141.406000,-33.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.882000,38.918000),(240.348000,49.709000),(233.500000,47.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.923000,-5.153000),(178.170000,-3.070000),(181.840000,-1.433000),(174.399000,1.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.235000,-14.706000),(189.582000,-16.915000),(196.277000,-19.712000),(199.011000,-10.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.456000,34.663000),(103.374000,22.997000),(104.773000,28.609000),(105.117000,27.471000),(108.517000,27.418000),(111.618000,31.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.358000,20.408000),(46.163000,18.058000),(35.693000,24.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.066000,-27.426000),(325.834000,-27.673000),(324.012000,-31.968000),(325.192000,-30.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.568000,-13.425000),(164.004000,-18.346000),(167.242000,-17.960000),(171.547000,-15.566000),(174.356000,-13.882000),(174.353000,-12.924000),(178.528000,-6.802000),(171.207000,-9.231000),(168.555000,-4.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.383000,-37.924000),(27.100000,-35.841000),(27.591000,-32.527000),(27.029000,-32.563000),(24.820000,-33.658000),(23.767000,-34.743000),(21.528000,-36.563000),(12.340000,-41.270000),(18.852000,-42.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.204000,-59.000000),(305.282000,-63.183000),(299.603000,-59.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.241000,30.581000),(308.152000,33.041000),(304.704000,36.222000),(295.493000,33.176000),(294.930000,30.107000),(297.511000,30.433000),(298.554000,27.111000),(302.115000,22.821000),(303.109000,26.397000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.121000,-10.112000),(162.471000,-8.259000),(166.377000,-5.528000),(162.076000,-0.574000),(161.317000,0.646000),(159.817000,-2.409000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.634000,16.674000),(102.794000,6.780000),(102.995000,2.325000),(107.006000,5.506000),(115.255000,11.762000),(113.644000,17.528000),(108.968000,11.744000),(104.708000,18.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.901000,6.328000),(181.379000,3.119000),(180.371000,1.606000),(176.092000,-0.771000),(181.005000,-2.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.304000,30.866000),(177.729000,16.737000),(182.164000,22.354000),(184.837000,24.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.958000,33.511000),(206.262000,33.413000),(203.860000,34.218000),(208.176000,30.721000),(214.612000,26.553000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.216000,-39.539000),(243.777000,-35.585000),(239.718000,-28.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.287000,57.806000),(41.107000,66.904000),(42.824000,71.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.892000,38.570000),(14.829000,40.557000),(7.367000,31.064000),(12.856000,34.606000),(13.162000,34.818000),(18.585000,29.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.503000,-30.795000),(73.412000,-39.788000),(80.649000,-39.208000),(85.890000,-42.618000),(86.184000,-39.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.408000,-29.954000),(358.035000,-44.235000),(5.322000,-39.747000),(11.497000,-38.091000),(10.120000,-36.278000),(12.841000,-29.562000),(8.181000,-32.187000),(3.139000,-26.771000),(0.079000,-28.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.465000,-14.260000),(124.163000,-21.228000),(123.857000,-23.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.453000,1.638000),(5.342000,4.068000),(355.394000,12.487000),(359.841000,7.188000),(356.601000,5.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.498000,-1.586000),(359.500000,-5.038000),(357.929000,-4.892000),(356.882000,-6.438000),(356.877000,-15.621000),(2.072000,-8.532000),(3.062000,-8.623000),(6.762000,-9.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.168000,-43.556000),(267.431000,-47.673000),(267.308000,-52.126000),(280.021000,-48.527000),(282.139000,-46.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.447000,42.534000),(353.273000,45.886000),(3.350000,41.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.016000,7.845000),(326.695000,6.385000),(332.330000,7.270000),(329.468000,15.822000),(329.452000,16.737000),(327.925000,17.799000),(327.378000,15.435000),(323.558000,18.710000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.054000,10.233000),(64.646000,7.163000),(63.574000,10.087000),(61.646000,10.009000),(60.351000,8.416000),(62.242000,-1.801000),(65.760000,4.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.008000,-13.316000),(20.991000,-14.743000),(21.083000,-13.672000),(12.824000,-11.011000),(3.849000,-7.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.270000,-20.236000),(9.692000,-21.091000),(5.199000,-22.464000),(12.714000,-32.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.948000,-87.948000),(135.683000,-78.399000),(106.078000,-78.537000),(87.312000,-79.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.403000,39.177000),(270.610000,44.063000),(263.916000,45.414000),(262.503000,42.977000),(259.839000,42.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.579000,-35.157000),(356.575000,-32.010000),(347.912000,-28.106000),(347.097000,-30.688000),(342.255000,-30.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.756000,-3.058000),(187.790000,-11.957000),(193.277000,-11.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.524000,39.533000),(281.873000,49.310000),(277.859000,47.549000),(276.130000,48.400000),(273.918000,39.028000),(275.222000,41.853000),(274.802000,38.133000),(277.558000,41.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.035000,-19.647000),(234.710000,-28.932000),(236.385000,-27.722000),(232.136000,-26.281000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.472000,-0.358000),(337.405000,-4.418000),(340.089000,2.686000),(342.803000,-3.910000),(350.089000,4.555000),(345.669000,5.029000),(342.392000,13.060000),(337.896000,7.456000),(338.355000,3.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.811000,-48.696000),(123.540000,-44.432000),(116.925000,-50.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.160000,65.987000),(15.965000,70.304000),(19.741000,63.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.015000,12.876000),(139.876000,15.505000),(130.015000,14.227000),(126.876000,12.942000),(132.873000,6.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.324000,-25.859000),(135.214000,-27.043000),(134.895000,-22.340000),(131.416000,-21.305000),(120.708000,-22.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.288000,19.111000),(242.142000,15.203000),(246.757000,29.354000),(239.593000,25.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.558000,63.239000),(236.259000,62.367000),(236.926000,55.670000),(241.149000,58.439000),(257.265000,61.843000),(244.848000,64.572000),(235.606000,67.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.053000,25.583000),(179.504000,24.675000),(181.312000,16.200000),(180.022000,10.443000),(186.709000,14.260000),(188.675000,15.130000),(190.383000,18.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.322000,-16.418000),(156.230000,-17.336000),(158.526000,-18.283000),(157.759000,-16.066000),(152.473000,-10.598000),(150.766000,-10.181000),(150.442000,-15.108000),(150.157000,-16.122000),(152.639000,-17.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.867000,3.677000),(1.716000,3.201000),(10.816000,-4.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.454000,-11.929000),(127.700000,-10.970000),(128.729000,-7.413000),(135.071000,-5.481000),(132.608000,-5.128000),(126.213000,-1.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.382000,6.006000),(352.777000,0.937000),(353.325000,7.144000),(359.556000,7.555000),(354.594000,11.008000),(350.764000,9.180000),(350.477000,17.525000),(349.834000,10.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.424000,43.140000),(55.664000,42.484000),(61.422000,33.127000),(64.765000,35.467000),(67.800000,39.443000),(80.312000,38.932000),(78.596000,40.720000),(72.744000,44.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.189000,-42.587000),(205.157000,-46.110000),(197.380000,-49.915000),(216.526000,-53.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.045000,10.451000),(122.817000,9.975000),(125.434000,6.598000),(125.376000,3.633000),(126.020000,0.086000),(130.506000,9.717000),(128.514000,10.530000),(125.149000,11.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.906000,-21.165000),(140.628000,-21.965000),(135.215000,-18.791000),(136.005000,-21.536000),(148.569000,-22.211000),(146.928000,-18.855000),(148.640000,-17.382000),(142.894000,-21.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.061000,-22.596000),(347.130000,-21.711000),(338.725000,-24.506000),(330.941000,-24.275000),(331.189000,-27.590000),(346.775000,-27.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.200000,51.336000),(138.041000,54.754000),(136.736000,55.450000),(126.380000,52.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.836000,-70.176000),(186.158000,-74.716000),(198.601000,-72.249000),(206.587000,-71.887000),(208.277000,-70.629000),(184.866000,-62.566000),(190.963000,-68.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.696000,4.768000),(250.517000,7.738000),(248.296000,14.283000),(243.686000,3.008000),(243.631000,2.871000),(245.911000,5.125000),(249.408000,0.117000),(247.034000,6.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.530000,2.011000),(176.594000,3.033000),(181.344000,-11.398000),(184.373000,-11.526000),(185.374000,-6.009000),(188.278000,-5.363000),(186.019000,-3.373000),(190.074000,1.306000),(186.607000,1.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.495000,46.385000),(7.305000,59.772000),(352.943000,58.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.667000,27.240000),(75.513000,23.020000),(81.992000,12.408000),(84.001000,15.234000),(85.283000,15.990000),(84.218000,17.214000),(87.564000,15.208000),(88.537000,19.431000),(85.492000,22.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.687000,-16.134000),(182.267000,-9.634000),(184.991000,-4.497000),(180.607000,-5.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.297000,5.048000),(322.048000,3.730000),(316.924000,-0.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.008000,-69.693000),(156.658000,-65.562000),(156.731000,-68.283000),(149.514000,-71.096000),(133.015000,-71.966000),(192.480000,-70.134000),(169.437000,-70.453000),(171.421000,-70.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.658000,-8.938000),(101.235000,-12.016000),(106.992000,-9.862000),(107.040000,-7.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.929000,43.620000),(279.557000,36.046000),(285.677000,34.287000),(293.683000,31.953000),(292.032000,37.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.018000,-29.243000),(273.663000,-23.380000),(271.250000,-18.282000),(267.439000,-23.990000),(266.318000,-25.827000),(266.357000,-30.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.498000,16.798000),(171.943000,17.430000),(176.378000,16.190000),(184.285000,12.450000),(191.136000,17.073000),(189.724000,18.012000),(182.108000,16.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.528000,8.043000),(340.604000,6.639000),(352.836000,10.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.279000,-36.229000),(178.566000,-44.245000),(184.408000,-42.792000),(195.442000,-40.714000),(196.591000,-40.310000),(197.195000,-35.700000),(192.672000,-36.009000),(184.019000,-29.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.517000,24.111000),(23.714000,28.665000),(20.979000,24.667000),(24.962000,23.853000),(27.287000,23.810000),(26.582000,24.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.735000,0.820000),(173.611000,3.654000),(187.979000,-6.231000),(187.210000,-1.206000),(187.623000,-0.112000),(187.718000,7.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.059000,-0.417000),(149.975000,-1.351000),(150.139000,6.727000),(147.785000,11.289000),(146.224000,6.141000),(140.368000,6.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.730000,2.884000),(357.931000,-3.243000),(355.308000,-3.111000),(353.209000,-7.991000),(353.732000,-10.267000),(0.524000,-3.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.217000,26.336000),(8.084000,33.649000),(2.079000,32.709000),(1.857000,31.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.550000,38.730000),(299.704000,49.410000),(298.034000,45.849000),(295.741000,42.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.412000,-32.945000),(133.824000,-41.537000),(143.941000,-38.637000),(145.132000,-33.052000),(143.146000,-29.241000),(135.487000,-30.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.853000,-6.294000),(11.788000,-3.995000),(7.741000,-2.786000),(10.576000,2.583000),(9.041000,1.465000),(4.940000,4.033000),(356.917000,-5.839000),(5.093000,-6.504000),(6.193000,-6.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.648000,-40.351000),(121.258000,-45.631000),(134.798000,-35.660000),(127.338000,-38.359000),(127.063000,-38.259000),(123.016000,-38.309000),(118.556000,-36.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.547000,13.847000),(312.752000,14.804000),(313.879000,12.401000),(314.779000,10.632000),(313.932000,9.878000),(313.263000,7.727000),(310.925000,5.562000),(318.264000,1.744000),(324.594000,11.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.267000,7.911000),(2.614000,7.837000),(359.158000,10.892000),(354.170000,17.006000),(347.852000,16.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.175000,-1.540000),(198.387000,-7.229000),(202.965000,-8.287000),(205.676000,-8.637000),(202.602000,-12.316000),(205.874000,-10.170000),(204.414000,-12.933000),(215.670000,-13.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.626000,-2.713000),(260.628000,-4.646000),(267.756000,-4.592000),(255.264000,-1.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.282000,72.226000),(253.199000,73.959000),(267.729000,73.552000),(274.174000,76.754000),(282.497000,85.776000),(241.093000,82.708000),(220.779000,78.338000),(223.715000,77.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.459000,-20.432000),(60.505000,-19.945000),(59.514000,-12.509000),(59.121000,-16.915000),(58.472000,-15.297000),(58.784000,-17.029000),(56.169000,-12.040000),(56.190000,-21.182000),(53.785000,-23.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.257000,-17.872000),(196.054000,-18.040000),(202.451000,-8.938000),(193.642000,-13.798000),(196.213000,-14.922000),(199.165000,-14.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.445000,-7.683000),(25.010000,-5.093000),(25.039000,-6.905000),(16.007000,-6.108000),(24.098000,-9.882000),(29.886000,-11.869000),(28.471000,-8.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.619000,35.047000),(21.499000,29.548000),(13.713000,32.331000),(15.230000,30.291000),(19.086000,28.709000),(22.633000,27.304000),(23.169000,27.139000),(23.254000,28.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.999000,-21.327000),(94.530000,-14.304000),(89.209000,-15.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.338000,-43.106000),(145.754000,-45.054000),(150.588000,-41.742000),(157.008000,-39.958000),(144.511000,-34.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.204000,-43.037000),(4.765000,-49.702000),(5.964000,-56.479000),(12.590000,-43.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.181000,-30.014000),(327.167000,-29.207000),(326.075000,-29.525000),(324.915000,-29.495000),(323.358000,-32.111000),(323.687000,-33.701000),(322.899000,-35.345000),(324.046000,-41.165000),(326.121000,-40.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.078000,13.568000),(271.853000,18.712000),(269.793000,17.056000),(269.320000,16.766000),(271.888000,23.789000),(259.791000,17.818000),(264.534000,15.140000),(265.270000,13.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.362000,3.433000),(174.961000,2.016000),(176.840000,2.528000),(177.525000,3.071000),(181.122000,2.590000),(182.738000,4.696000),(176.942000,5.426000),(174.022000,8.498000),(174.566000,4.785000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.633000,-11.563000),(168.971000,-10.393000),(175.499000,-7.699000),(173.941000,-5.646000),(168.988000,-2.194000),(164.289000,4.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.929000,-22.144000),(213.261000,-11.852000),(207.795000,-18.273000),(207.473000,-25.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.935000,-13.159000),(356.878000,-16.605000),(354.150000,-15.728000),(352.740000,-16.683000),(355.558000,-16.991000),(355.869000,-24.104000),(359.143000,-10.587000),(358.007000,-14.395000),(353.174000,-10.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.330000,-35.406000),(7.183000,-33.382000),(8.570000,-31.019000),(356.962000,-26.907000),(359.354000,-34.221000),(0.735000,-34.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.596000,8.257000),(82.721000,7.240000),(80.852000,13.855000),(84.138000,11.491000),(81.141000,16.236000),(84.901000,22.059000),(80.403000,17.104000),(79.838000,16.360000),(78.318000,22.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.961000,18.812000),(119.841000,18.053000),(117.164000,27.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.393000,-60.047000),(189.082000,-54.125000),(185.263000,-61.165000),(185.673000,-61.761000),(186.219000,-62.698000),(177.001000,-63.298000),(187.589000,-65.228000),(199.580000,-70.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.362000,19.565000),(170.536000,10.089000),(173.974000,11.113000),(182.350000,4.789000),(184.040000,13.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.673000,66.888000),(316.197000,69.673000),(341.844000,72.075000),(343.184000,72.404000),(345.522000,77.230000),(295.242000,80.070000),(281.793000,75.044000),(304.240000,73.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.023000,-28.709000),(49.015000,-15.668000),(44.943000,-17.781000),(43.694000,-22.550000),(43.606000,-25.835000),(44.750000,-25.912000),(47.396000,-26.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.434000,-23.615000),(118.581000,-14.713000),(113.928000,-8.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.280000,-25.337000),(152.285000,-15.338000),(150.478000,-24.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.865000,32.905000),(333.914000,34.752000),(335.929000,39.840000),(334.743000,41.346000),(331.068000,39.720000),(324.760000,41.294000),(320.834000,35.699000),(320.061000,32.821000),(317.264000,28.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.164000,-6.645000),(10.782000,-6.813000),(14.664000,2.941000),(9.631000,3.762000),(8.716000,2.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.951000,-34.699000),(68.849000,-36.704000),(70.311000,-39.378000),(74.896000,-36.807000),(80.398000,-42.845000),(82.253000,-41.163000),(79.341000,-28.125000),(76.260000,-30.261000),(70.694000,-28.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.053000,-37.439000),(35.690000,-40.843000),(38.748000,-45.340000),(35.378000,-50.637000),(40.203000,-49.438000),(49.934000,-43.266000),(50.065000,-42.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.463000,26.012000),(173.711000,25.171000),(173.313000,24.016000),(174.164000,22.090000),(177.143000,18.848000),(179.109000,18.677000),(178.642000,20.962000),(183.122000,21.728000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.437000,28.657000),(159.110000,11.424000),(165.305000,17.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.688000,-24.778000),(95.307000,-25.341000),(103.395000,-27.053000),(99.529000,-29.319000),(103.774000,-28.213000),(106.874000,-29.212000),(109.251000,-26.360000),(106.210000,-23.940000),(105.969000,-21.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.912000,33.043000),(148.257000,33.557000),(156.566000,28.647000),(158.755000,27.951000),(159.249000,29.288000),(163.913000,31.261000),(157.563000,34.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.193000,-58.168000),(124.531000,-55.726000),(128.864000,-52.769000),(124.156000,-46.836000),(120.585000,-54.847000),(115.067000,-56.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.198000,-16.951000),(6.278000,-11.255000),(355.936000,-15.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.131000,-10.634000),(43.571000,-11.329000),(45.743000,-13.708000),(47.509000,-4.749000),(44.388000,-6.559000),(43.903000,-5.604000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.266000,-9.878000),(194.454000,-12.616000),(197.929000,-12.759000),(197.989000,-19.684000),(201.580000,-17.226000),(200.681000,-10.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.994000,-70.210000),(105.108000,-67.813000),(105.097000,-61.591000),(101.169000,-64.851000),(94.367000,-63.612000),(90.307000,-64.296000),(85.443000,-66.115000),(83.926000,-67.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.546000,12.144000),(184.033000,15.911000),(170.942000,14.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.935000,-51.524000),(188.751000,-52.852000),(188.646000,-55.221000),(179.811000,-56.999000),(183.977000,-64.268000),(197.968000,-56.751000),(207.274000,-57.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.737000,-49.848000),(94.154000,-55.226000),(91.340000,-46.267000),(97.779000,-44.711000),(79.109000,-46.238000),(85.854000,-46.586000),(86.741000,-46.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.984000,-9.932000),(180.553000,-5.212000),(179.768000,-5.013000),(175.798000,-5.689000),(182.877000,-12.317000),(184.463000,-10.815000),(185.052000,-10.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.085000,35.763000),(129.101000,35.641000),(126.698000,35.206000),(123.090000,38.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.682000,17.039000),(358.968000,18.937000),(357.627000,17.296000),(351.917000,17.892000),(351.927000,15.181000),(349.383000,10.649000),(357.980000,12.227000),(358.534000,13.944000),(4.377000,19.455000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.885000,15.714000),(202.647000,17.575000),(203.487000,17.894000),(204.486000,19.085000),(195.621000,27.504000),(192.834000,20.765000),(188.011000,25.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.347000,0.331000),(341.425000,7.138000),(332.349000,8.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.792000,-15.145000),(154.897000,-11.806000),(159.491000,-23.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.654000,26.720000),(114.296000,26.656000),(113.000000,30.884000),(111.831000,36.635000),(109.380000,35.780000),(110.035000,31.023000),(109.289000,29.212000),(111.308000,24.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.589000,-70.939000),(54.946000,-59.598000),(49.446000,-59.633000),(42.169000,-59.221000),(52.216000,-64.359000),(51.133000,-63.994000),(39.047000,-67.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.910000,-19.467000),(324.319000,-29.306000),(326.509000,-32.731000),(330.466000,-37.356000),(333.937000,-27.094000),(336.671000,-25.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.217000,-55.599000),(348.417000,-51.031000),(340.185000,-55.706000),(339.561000,-60.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.602000,-7.169000),(123.033000,-2.558000),(115.992000,-4.652000),(119.817000,-0.695000),(113.678000,-3.840000),(110.584000,1.959000),(107.990000,2.351000),(104.279000,-2.359000),(110.936000,-6.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.065000,48.733000),(272.408000,40.461000),(274.720000,38.551000),(277.979000,41.855000),(275.505000,41.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.090000,42.341000),(266.608000,41.535000),(268.865000,37.274000),(269.102000,37.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.231000,-19.864000),(45.740000,-13.430000),(41.389000,-19.833000),(46.557000,-21.972000),(46.538000,-22.496000),(47.361000,-22.860000),(48.321000,-30.431000),(52.399000,-24.142000),(50.774000,-22.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.517000,-3.354000),(304.559000,-7.214000),(309.289000,-9.011000),(309.430000,-16.583000),(317.064000,-10.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.938000,-41.398000),(233.553000,-41.690000),(229.405000,-46.169000),(235.927000,-42.083000),(240.667000,-48.627000),(236.669000,-41.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.951000,7.113000),(163.785000,-1.146000),(160.964000,-2.652000),(169.419000,-4.089000),(168.862000,-3.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.651000,-5.793000),(162.387000,-5.935000),(158.988000,-12.122000),(162.837000,-10.560000),(171.824000,-8.470000),(164.397000,-2.622000),(163.278000,-3.573000),(156.850000,-3.264000),(154.274000,-7.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.565000,20.008000),(169.162000,22.529000),(173.408000,25.511000),(167.544000,24.233000),(165.207000,24.163000),(159.684000,26.050000),(163.370000,14.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.112000,23.636000),(209.818000,30.671000),(205.025000,29.404000),(203.182000,25.999000),(197.965000,15.731000),(205.654000,20.264000),(210.217000,18.403000),(210.459000,18.487000),(213.798000,18.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.428000,-33.570000),(269.057000,-23.702000),(272.428000,-26.115000),(268.093000,-24.697000),(267.431000,-27.246000),(270.438000,-29.526000),(274.896000,-28.792000),(273.860000,-29.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.643000,-53.375000),(295.082000,-58.992000),(291.512000,-63.947000),(303.851000,-64.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.988000,-61.006000),(154.810000,-46.026000),(149.117000,-53.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.482000,-17.140000),(260.406000,-15.520000),(262.240000,-19.902000),(262.641000,-20.894000),(258.154000,-24.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.920000,7.951000),(25.273000,7.495000),(25.232000,3.750000),(26.325000,4.037000),(32.006000,3.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.942000,2.917000),(99.513000,8.519000),(102.178000,0.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.323000,-4.844000),(185.841000,3.733000),(180.489000,0.865000),(180.166000,0.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.201000,71.344000),(343.526000,64.447000),(357.019000,58.860000),(15.581000,71.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.158000,-49.164000),(194.878000,-51.232000),(180.512000,-37.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.164000,6.339000),(167.924000,9.703000),(171.682000,0.220000),(176.058000,-0.182000),(176.983000,6.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.733000,-7.217000),(290.605000,-8.946000),(287.006000,-13.213000),(289.338000,-14.525000),(295.005000,-14.789000),(298.332000,-9.864000),(296.544000,-10.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.872000,-6.323000),(195.704000,-2.286000),(195.994000,-3.489000),(193.974000,-13.839000),(197.974000,-9.545000),(205.789000,-0.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.156000,15.098000),(179.824000,10.842000),(177.425000,3.032000),(181.426000,2.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.835000,-5.826000),(53.084000,-8.447000),(52.040000,-10.536000),(53.029000,-13.409000),(55.914000,-12.468000),(59.388000,-14.839000),(58.264000,-10.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.334000,-5.289000),(182.039000,-3.121000),(187.400000,-1.451000),(179.731000,-0.469000),(171.581000,-1.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.949000,1.761000),(290.409000,1.056000),(290.459000,0.963000),(294.783000,-1.441000),(299.461000,3.971000),(294.867000,3.778000),(298.801000,8.370000),(288.264000,5.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.058000,4.610000),(10.592000,7.162000),(4.138000,4.948000),(10.178000,-2.328000),(10.875000,-4.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.679000,35.753000),(35.690000,30.072000),(31.049000,26.297000),(38.615000,28.745000),(41.464000,26.917000),(49.130000,32.943000),(43.147000,38.377000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.744000,18.948000),(197.781000,27.202000),(195.326000,20.033000),(191.372000,18.036000),(205.533000,13.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.612000,-3.083000),(172.329000,4.645000),(177.295000,-1.297000),(181.627000,-2.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.726000,6.995000),(15.433000,7.803000),(16.079000,8.624000),(7.525000,19.327000),(3.284000,6.104000),(8.431000,9.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.393000,-50.722000),(357.955000,-44.497000),(354.196000,-54.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.662000,-1.139000),(97.980000,4.348000),(85.230000,4.062000),(89.117000,-5.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.222000,41.285000),(276.797000,41.096000),(284.849000,37.885000),(287.571000,32.575000),(286.832000,35.994000),(294.529000,44.123000),(288.671000,41.938000),(280.444000,44.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.319000,-12.106000),(150.801000,-13.877000),(156.360000,-15.891000),(159.554000,-15.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.833000,21.591000),(128.395000,20.297000),(125.281000,23.645000),(123.102000,28.748000),(124.425000,14.433000),(126.659000,15.069000),(125.652000,17.971000),(126.029000,19.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.820000,42.042000),(148.132000,38.005000),(146.414000,54.494000),(142.479000,49.989000),(137.415000,49.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.698000,28.917000),(122.046000,26.146000),(124.797000,20.658000),(136.468000,24.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.351000,74.258000),(157.846000,63.379000),(166.673000,68.690000),(172.486000,70.296000),(186.290000,66.455000),(159.995000,74.473000),(143.640000,74.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.142000,-4.954000),(358.457000,-11.056000),(358.613000,-4.943000),(0.161000,-2.332000),(3.135000,2.162000),(356.767000,-1.305000),(354.509000,0.634000),(353.175000,2.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.983000,2.440000),(173.610000,0.611000),(174.924000,-0.666000),(181.650000,2.680000),(175.493000,4.726000),(172.679000,6.949000),(171.944000,6.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.101000,32.586000),(239.158000,34.262000),(236.510000,42.316000),(230.929000,32.183000),(233.726000,31.358000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.397000,38.279000),(185.500000,37.081000),(195.010000,32.258000),(204.278000,30.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.809000,42.177000),(92.508000,39.290000),(95.318000,37.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.557000,-52.640000),(313.254000,-52.007000),(317.307000,-58.504000),(327.102000,-49.164000),(315.760000,-42.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.028000,-9.666000),(165.566000,-6.230000),(155.006000,-8.147000),(148.595000,-9.198000),(152.067000,-16.403000),(153.796000,-18.243000),(161.741000,-18.871000),(161.667000,-18.613000),(165.893000,-14.358000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.594000,52.805000),(346.968000,52.942000),(344.439000,41.748000),(352.902000,43.508000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.139000,23.178000),(104.943000,25.656000),(102.748000,25.419000),(102.560000,25.934000),(102.410000,31.246000),(93.494000,24.673000),(96.780000,21.036000),(99.457000,21.637000),(109.418000,18.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.872000,-9.129000),(119.870000,-7.348000),(118.945000,-8.750000),(128.453000,-11.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.840000,15.224000),(145.677000,19.960000),(137.728000,17.413000),(146.532000,13.924000),(146.722000,6.946000),(146.737000,14.238000),(148.074000,7.973000),(148.339000,7.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.738000,1.799000),(52.408000,2.232000),(55.027000,4.780000),(58.288000,6.748000),(57.105000,14.468000),(52.991000,14.803000),(49.641000,8.325000),(47.594000,1.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.690000,-69.583000),(37.073000,-62.373000),(1.548000,-62.851000),(8.791000,-66.709000),(6.961000,-69.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.800000,-15.218000),(156.739000,-15.286000),(157.820000,-11.234000),(157.380000,-6.194000),(155.802000,-12.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.402000,5.235000),(262.459000,4.235000),(262.922000,4.691000),(269.061000,9.646000),(263.095000,8.586000),(262.849000,10.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.006000,53.923000),(241.033000,54.249000),(238.729000,58.163000),(242.369000,60.040000),(221.570000,64.085000),(220.468000,59.941000),(220.773000,56.366000),(226.123000,55.504000),(223.000000,53.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.476000,-7.412000),(181.388000,-2.466000),(178.677000,-3.574000),(183.611000,-3.360000),(182.988000,-5.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.477000,0.367000),(84.171000,-12.135000),(82.750000,-4.139000),(85.771000,-3.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.113000,-29.145000),(338.912000,-30.598000),(339.586000,-34.888000),(341.405000,-34.026000),(342.570000,-33.223000),(341.721000,-26.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.232000,29.009000),(70.376000,31.033000),(65.189000,30.882000),(66.784000,29.619000),(68.172000,28.097000),(65.765000,19.704000),(70.279000,21.768000),(71.005000,24.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.567000,14.646000),(359.479000,13.541000),(356.060000,14.730000),(357.534000,8.852000),(353.082000,13.461000),(352.024000,6.021000),(357.353000,-1.422000),(5.781000,6.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.847000,-5.344000),(74.427000,-4.642000),(72.705000,-9.418000),(69.224000,-11.868000),(70.610000,-15.061000),(80.949000,-14.219000),(84.241000,-5.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.330000,-21.037000),(43.869000,-12.479000),(38.214000,-22.180000),(36.022000,-23.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.183000,-25.954000),(239.004000,-31.962000),(227.927000,-33.913000),(239.898000,-35.905000),(243.238000,-39.909000),(242.400000,-31.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.530000,4.226000),(338.854000,3.877000),(339.063000,-2.788000),(338.013000,3.965000),(337.843000,-4.694000),(339.152000,-10.821000),(339.287000,-5.097000),(340.486000,-3.328000),(341.238000,-2.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.786000,-13.948000),(343.523000,-12.959000),(337.540000,-11.939000),(341.321000,-22.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.644000,10.185000),(170.898000,-5.678000),(181.757000,5.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.221000,-74.430000),(189.572000,-74.810000),(213.934000,-76.506000),(228.884000,-69.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.693000,-16.935000),(23.447000,-20.370000),(16.124000,-21.820000),(16.956000,-23.488000),(19.685000,-25.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.920000,8.736000),(228.534000,8.157000),(229.748000,6.327000),(228.508000,-1.438000),(229.955000,-0.846000),(238.498000,4.889000),(236.071000,6.472000),(235.247000,10.201000),(238.609000,13.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.036000,-2.886000),(201.611000,-0.812000),(198.355000,-1.060000),(191.201000,-10.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.473000,35.232000),(236.357000,36.889000),(223.545000,36.727000),(226.616000,34.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.742000,-12.396000),(31.440000,-8.752000),(34.390000,-4.436000),(32.657000,-3.626000),(30.075000,-8.474000),(29.682000,-9.183000),(26.808000,-10.208000),(29.223000,-11.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.463000,-42.179000),(13.453000,-34.656000),(13.057000,-42.171000),(10.661000,-42.864000),(13.232000,-47.882000),(14.913000,-51.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.636000,-7.344000),(139.030000,-1.577000),(138.070000,0.971000),(130.059000,-12.724000),(135.187000,-8.657000),(139.588000,-13.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.831000,-1.064000),(187.155000,-6.408000),(190.524000,-14.218000),(194.998000,-2.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.644000,-18.784000),(3.647000,-23.130000),(8.207000,-8.223000),(5.248000,-10.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.453000,-6.402000),(349.844000,0.573000),(348.907000,-6.160000),(354.421000,-5.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.980000,51.388000),(271.284000,37.580000),(278.014000,35.794000),(282.418000,36.601000),(290.635000,40.920000),(282.085000,43.457000),(290.292000,43.387000),(286.335000,45.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.748000,60.076000),(205.997000,60.563000),(210.561000,57.813000),(217.985000,56.773000),(234.876000,54.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.733000,56.546000),(24.320000,57.926000),(31.414000,52.516000),(31.628000,50.991000),(26.905000,47.665000),(35.966000,45.790000),(42.141000,47.870000),(46.430000,47.378000),(47.325000,50.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.410000,-4.080000),(186.030000,6.243000),(179.139000,1.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.717000,0.437000),(69.301000,-1.337000),(62.145000,0.676000),(71.331000,-10.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.194000,57.266000),(359.861000,60.545000),(354.661000,65.347000),(348.364000,65.537000),(340.341000,61.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.093000,-10.692000),(6.668000,-5.437000),(4.469000,-4.308000),(4.275000,-6.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.306000,37.220000),(337.350000,41.594000),(338.263000,37.269000),(332.935000,39.028000),(344.524000,32.426000),(342.758000,34.051000),(350.458000,30.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.702000,-15.691000),(178.705000,-16.459000),(185.952000,-10.536000),(179.964000,-11.156000),(178.573000,-12.384000),(177.980000,-11.271000),(178.864000,-14.365000),(177.427000,-14.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.895000,-69.833000),(179.998000,-61.543000),(170.619000,-68.156000),(163.748000,-60.747000),(157.643000,-69.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.522000,-36.811000),(18.497000,-41.973000),(11.560000,-39.728000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.315000,75.936000),(153.108000,75.428000),(195.513000,72.458000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.314000,-11.921000),(140.353000,-14.088000),(142.191000,-12.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.638000,-16.678000),(209.779000,-12.893000),(207.359000,-11.324000),(201.203000,-15.321000),(201.796000,-15.509000),(202.782000,-15.586000),(205.929000,-14.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.631000,-7.426000),(0.186000,-6.327000),(350.706000,6.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.618000,-30.025000),(208.263000,-27.342000),(208.599000,-26.848000),(203.545000,-26.874000),(203.550000,-28.335000),(198.585000,-22.817000),(195.436000,-25.756000),(199.298000,-39.627000),(205.835000,-33.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.121000,29.879000),(277.270000,27.291000),(275.062000,34.792000),(272.766000,35.783000),(272.744000,38.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.987000,3.909000),(39.220000,-4.632000),(42.796000,6.173000),(38.397000,10.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.968000,65.902000),(197.529000,68.997000),(177.655000,75.480000),(172.828000,70.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.701000,19.445000),(243.579000,15.893000),(237.964000,9.187000),(241.414000,7.389000),(245.579000,10.862000),(247.765000,7.842000),(247.353000,12.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.193000,15.551000),(280.723000,26.985000),(282.561000,18.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.551000,3.975000),(10.928000,4.759000),(6.562000,-1.980000),(11.116000,1.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.063000,24.610000),(64.354000,25.164000),(67.380000,26.079000),(68.632000,32.037000),(65.570000,33.693000),(60.873000,31.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.122000,-23.236000),(231.821000,-29.643000),(234.370000,-29.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.112000,-0.122000),(240.637000,2.048000),(236.705000,6.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.740000,-42.654000),(297.494000,-50.233000),(301.465000,-39.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.682000,7.228000),(248.213000,6.116000),(252.763000,6.477000),(255.058000,7.255000),(255.482000,4.319000),(256.809000,1.606000),(260.203000,6.205000),(258.689000,11.542000),(252.177000,14.733000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.050000,17.053000),(172.140000,14.366000),(172.210000,12.352000),(175.141000,9.228000),(172.101000,1.895000),(180.807000,7.451000),(179.053000,9.970000),(182.516000,15.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.701000,10.308000),(36.647000,6.276000),(37.087000,21.804000),(34.096000,14.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.316000,8.719000),(166.207000,3.677000),(172.477000,10.806000),(171.874000,15.817000),(167.217000,13.301000),(168.900000,11.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.580000,25.605000),(16.433000,23.620000),(15.077000,18.003000),(27.054000,16.628000),(31.165000,19.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.847000,16.104000),(256.801000,29.118000),(252.543000,23.309000),(250.349000,22.385000),(248.456000,23.320000),(249.297000,22.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.380000,-27.611000),(344.980000,-24.051000),(343.251000,-16.771000),(334.244000,-14.804000),(332.433000,-11.991000),(329.951000,-12.924000),(333.311000,-18.793000),(329.253000,-20.228000),(332.467000,-21.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.593000,-17.620000),(166.878000,-21.124000),(165.756000,-19.865000),(168.861000,-17.492000),(165.573000,-10.105000),(158.893000,-11.494000),(158.874000,-14.369000),(151.350000,-12.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.814000,5.425000),(24.930000,10.500000),(22.713000,18.093000),(22.076000,18.407000),(21.495000,18.104000),(16.419000,14.012000),(11.927000,17.186000),(15.072000,12.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.799000,1.967000),(179.320000,-5.959000),(182.434000,-4.239000),(180.783000,-10.486000),(188.556000,-8.312000),(190.784000,-5.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.874000,40.668000),(29.756000,38.125000),(28.878000,42.362000),(25.953000,38.847000),(21.196000,40.630000),(19.105000,36.098000),(28.067000,32.214000),(30.311000,27.424000),(31.041000,32.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.877000,-5.676000),(351.447000,-5.188000),(349.958000,-18.344000),(350.230000,-15.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.438000,36.960000),(358.879000,37.480000),(351.689000,41.162000),(350.187000,34.789000),(351.438000,31.978000),(347.705000,28.743000),(355.095000,30.956000),(356.294000,25.814000),(0.382000,25.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.576000,65.378000),(101.313000,60.609000),(93.400000,60.979000),(88.829000,53.974000),(95.007000,50.449000),(109.487000,53.913000),(107.704000,56.817000),(106.326000,58.517000),(110.822000,62.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.239000,34.326000),(132.909000,32.729000),(133.492000,26.845000),(126.890000,19.897000),(129.871000,17.514000),(135.568000,21.006000),(140.876000,28.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.063000,-26.472000),(101.457000,-24.877000),(107.719000,-20.755000),(105.872000,-14.939000),(105.298000,-15.293000),(102.622000,-16.635000),(101.572000,-17.595000),(97.510000,-16.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.573000,8.513000),(237.313000,10.913000),(239.962000,8.344000),(239.812000,17.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.681000,-35.475000),(212.626000,-35.853000),(214.100000,-35.489000),(209.004000,-25.789000),(205.023000,-32.791000),(205.474000,-36.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.958000,-23.517000),(163.360000,-22.811000),(169.437000,-24.041000),(166.416000,-19.604000),(159.075000,-8.228000),(159.086000,-15.029000),(153.562000,-12.676000),(152.722000,-13.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.234000,-35.375000),(337.143000,-29.717000),(331.774000,-31.818000),(332.586000,-34.080000),(340.283000,-39.845000),(343.556000,-40.790000),(342.559000,-38.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.337000,-0.403000),(332.909000,3.203000),(332.094000,6.152000),(329.634000,12.725000),(326.392000,5.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.476000,6.385000),(250.263000,13.027000),(245.114000,11.663000),(243.869000,11.208000),(250.543000,1.393000),(250.526000,0.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.654000,-51.419000),(156.574000,-48.063000),(156.547000,-47.107000),(149.402000,-47.437000),(153.678000,-52.092000),(159.473000,-54.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.410000,-26.800000),(345.147000,-27.212000),(348.941000,-20.307000),(346.346000,-22.742000),(343.955000,-21.836000),(339.852000,-20.888000),(345.674000,-23.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.838000,14.660000),(23.027000,17.128000),(17.655000,20.703000),(15.846000,20.761000),(16.260000,22.398000),(16.709000,23.804000),(5.600000,22.825000),(10.084000,13.092000),(14.003000,14.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.896000,-6.943000),(185.552000,-10.370000),(173.195000,-1.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.263000,56.945000),(52.543000,62.570000),(56.708000,53.149000),(73.606000,51.153000),(72.656000,58.944000),(67.840000,58.322000),(68.884000,61.266000),(67.086000,61.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.995000,7.569000),(178.958000,9.539000),(170.198000,24.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.769000,-82.499000),(13.717000,-88.259000),(48.236000,-76.413000),(38.511000,-73.543000),(4.401000,-77.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.510000,31.754000),(153.021000,38.394000),(156.148000,31.390000),(151.626000,25.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.306000,69.895000),(303.147000,72.133000),(279.333000,72.533000),(274.228000,68.613000),(281.166000,68.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.363000,22.180000),(181.388000,19.003000),(189.733000,19.851000),(188.253000,21.030000),(188.023000,22.045000),(187.267000,30.256000),(183.202000,23.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.870000,13.419000),(353.678000,6.866000),(354.480000,7.038000),(358.096000,15.900000),(356.097000,16.074000),(354.807000,17.905000),(354.950000,19.626000),(352.427000,15.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.833000,4.659000),(359.609000,3.797000),(13.234000,7.526000),(8.013000,8.424000),(8.832000,11.144000),(5.631000,11.070000),(1.732000,12.648000),(2.851000,9.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.819000,21.365000),(17.061000,14.229000),(18.636000,21.358000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.676000,-20.241000),(160.756000,-14.816000),(161.118000,-12.705000),(162.900000,-8.029000),(151.140000,-12.795000),(154.852000,-16.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.831000,-15.423000),(278.472000,-16.863000),(282.041000,-19.244000),(286.496000,-17.450000),(285.971000,-16.949000),(287.600000,-16.244000),(283.028000,-14.659000),(278.024000,-8.789000),(277.375000,-13.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.446000,6.034000),(346.097000,-0.844000),(359.279000,-0.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.445000,-23.421000),(270.739000,-29.102000),(270.214000,-28.616000),(270.445000,-37.489000),(273.596000,-32.357000),(279.302000,-32.371000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.120000,64.740000),(155.321000,66.094000),(167.938000,62.946000),(165.280000,65.195000),(163.683000,66.658000),(159.831000,67.223000),(167.142000,74.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.053000,66.688000),(265.857000,72.531000),(245.520000,69.329000),(246.999000,66.457000),(256.042000,64.885000),(260.969000,62.487000),(269.285000,60.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.980000,64.101000),(268.791000,55.476000),(270.977000,57.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.972000,39.635000),(118.281000,45.876000),(117.502000,33.666000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.512000,-31.909000),(26.345000,-31.294000),(27.940000,-32.823000),(34.546000,-38.173000),(41.639000,-38.558000),(38.745000,-30.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.807000,-12.283000),(7.957000,-14.457000),(7.668000,-19.299000),(15.945000,-19.655000),(15.899000,-10.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.876000,-48.407000),(255.647000,-47.522000),(278.034000,-54.235000),(273.392000,-44.059000),(268.196000,-49.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.517000,-8.244000),(5.889000,2.191000),(354.695000,0.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.767000,8.377000),(208.342000,7.054000),(209.781000,14.408000),(205.955000,6.295000),(205.505000,0.025000),(205.812000,-2.351000),(206.178000,-1.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.843000,-12.612000),(147.744000,-6.458000),(154.196000,-5.807000),(152.975000,-4.228000),(148.361000,-4.333000),(144.788000,-4.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.008000,-27.015000),(343.342000,-31.947000),(344.143000,-26.057000),(345.665000,-25.830000),(338.482000,-20.415000),(335.069000,-20.601000),(331.287000,-28.377000),(333.672000,-27.430000),(337.474000,-25.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.766000,-74.567000),(57.411000,-75.386000),(119.477000,-73.119000),(103.451000,-71.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.399000,-24.891000),(44.063000,-22.370000),(36.165000,-23.790000),(31.846000,-23.533000),(32.721000,-25.245000),(42.267000,-27.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.430000,-27.088000),(95.377000,-20.420000),(84.028000,-21.964000),(81.148000,-23.906000),(80.101000,-25.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.338000,24.725000),(194.873000,20.099000),(213.819000,14.611000),(215.423000,18.728000),(202.088000,26.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.005000,47.268000),(340.124000,47.974000),(337.597000,44.034000),(338.245000,35.461000),(344.846000,37.727000),(344.692000,33.529000),(351.505000,39.143000),(0.873000,40.205000),(352.149000,42.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.912000,-52.590000),(280.894000,-59.655000),(283.797000,-60.409000),(286.495000,-58.462000),(291.145000,-56.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.145000,-38.655000),(305.464000,-39.133000),(315.493000,-40.295000),(311.845000,-33.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.844000,4.829000),(300.335000,2.121000),(306.651000,-2.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.820000,-9.474000),(154.528000,-5.759000),(154.747000,-10.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.380000,-48.937000),(66.272000,-41.457000),(58.415000,-38.373000),(60.967000,-45.272000),(60.611000,-46.795000),(57.020000,-49.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.127000,6.941000),(351.711000,11.975000),(353.060000,10.748000),(355.424000,13.028000),(359.095000,15.365000),(351.655000,19.942000),(350.693000,18.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.422000,47.780000),(282.415000,35.487000),(284.383000,39.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.382000,8.321000),(330.059000,3.824000),(336.689000,-0.054000),(342.209000,11.053000),(334.828000,12.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.155000,61.957000),(123.246000,60.955000),(121.967000,53.535000),(130.635000,52.450000),(130.806000,55.211000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.185000,18.719000),(17.671000,12.330000),(15.082000,9.404000),(17.566000,10.951000),(23.642000,7.236000),(24.488000,11.399000),(28.311000,12.343000),(26.152000,13.238000),(21.108000,16.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.367000,16.294000),(149.508000,18.564000),(158.640000,21.636000),(154.808000,23.096000),(155.130000,24.634000),(149.250000,31.434000),(142.289000,24.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.594000,64.414000),(262.584000,80.585000),(250.469000,80.702000),(268.894000,75.806000),(258.111000,68.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.709000,25.046000),(197.684000,23.020000),(199.275000,22.002000),(200.842000,26.406000),(205.804000,32.127000),(192.276000,32.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.988000,53.477000),(354.756000,63.614000),(341.659000,61.706000),(330.118000,66.250000),(334.353000,53.231000),(335.717000,53.988000),(341.726000,58.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.922000,-27.218000),(200.294000,-19.417000),(199.116000,-23.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.794000,-3.827000),(357.931000,10.435000),(357.160000,1.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.875000,-65.123000),(1.062000,-73.813000),(18.696000,-74.114000),(56.421000,-75.128000),(46.466000,-70.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.400000,39.546000),(297.645000,46.625000),(286.357000,44.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.763000,-41.785000),(117.462000,-48.029000),(125.965000,-53.220000),(123.448000,-47.153000),(125.347000,-37.842000),(121.009000,-40.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.853000,44.368000),(190.206000,41.308000),(193.773000,40.738000),(200.461000,40.732000),(197.163000,46.622000),(195.414000,48.075000),(193.287000,47.022000),(192.210000,48.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.231000,57.965000),(285.829000,55.904000),(287.684000,53.945000),(293.064000,43.660000),(297.800000,49.375000),(298.602000,52.242000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.544000,-5.457000),(179.475000,-2.407000),(170.447000,4.292000),(169.247000,1.046000),(165.371000,3.919000),(165.685000,-4.695000),(169.120000,-6.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.090000,9.280000),(24.218000,1.119000),(36.153000,0.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.381000,-67.501000),(174.480000,-62.146000),(173.712000,-60.405000),(163.641000,-57.155000),(141.344000,-59.800000),(168.646000,-73.653000),(162.309000,-69.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.939000,-35.583000),(157.085000,-26.309000),(154.316000,-24.579000),(151.288000,-24.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.365000,-40.024000),(297.522000,-40.506000),(299.947000,-47.491000),(298.872000,-41.212000),(300.550000,-37.047000),(295.813000,-37.521000),(296.194000,-38.623000),(293.094000,-38.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.928000,17.133000),(61.982000,11.487000),(56.829000,10.840000),(54.888000,9.122000),(60.372000,8.075000),(61.119000,6.499000),(68.990000,4.392000),(71.442000,16.347000),(62.525000,16.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.225000,2.609000),(169.107000,-0.399000),(169.809000,-2.858000),(170.475000,-3.122000),(178.759000,-2.670000),(180.865000,1.339000),(180.987000,3.096000),(176.761000,3.695000),(176.050000,4.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.047000,-15.980000),(248.896000,-20.042000),(259.915000,-16.953000),(258.886000,-13.566000),(257.126000,-12.967000),(255.820000,-8.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.835000,-7.828000),(355.493000,-12.084000),(355.133000,-6.628000),(356.429000,-6.624000),(356.022000,-6.008000),(357.303000,-3.728000),(357.944000,-1.324000),(352.081000,-5.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.492000,29.358000),(60.323000,26.676000),(61.917000,25.815000),(64.743000,20.439000),(63.051000,25.911000),(68.234000,21.413000),(61.732000,35.632000),(61.672000,30.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.372000,4.588000),(41.134000,2.516000),(50.748000,2.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.880000,-3.189000),(203.254000,-5.003000),(204.823000,-7.441000),(205.737000,-2.631000),(206.214000,-1.883000),(206.319000,7.468000),(202.179000,7.443000),(200.728000,7.305000),(200.812000,4.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.761000,59.165000),(44.064000,61.023000),(49.928000,67.099000),(29.256000,68.249000),(25.915000,65.111000),(20.745000,60.923000),(29.252000,61.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.899000,38.640000),(133.557000,37.865000),(133.713000,41.055000),(138.134000,41.471000),(139.692000,42.004000),(141.238000,48.644000),(130.987000,51.594000),(128.349000,44.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.883000,-7.241000),(17.732000,-9.841000),(18.900000,-10.017000),(18.640000,-15.599000),(23.553000,-13.450000),(28.135000,-13.060000),(29.576000,-8.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.713000,-11.418000),(140.624000,-7.271000),(142.715000,-6.530000),(136.264000,-8.777000),(134.243000,-11.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.115000,0.611000),(40.398000,3.852000),(37.409000,5.966000),(38.344000,0.815000),(37.511000,-0.362000),(35.482000,-1.074000),(39.093000,-2.267000),(39.966000,-2.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.957000,42.040000),(85.337000,46.023000),(89.397000,34.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.077000,0.725000),(180.753000,1.744000),(177.145000,-1.491000),(177.137000,-3.275000),(178.956000,-4.900000),(179.356000,-5.472000),(184.633000,-6.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.297000,-2.452000),(173.897000,-6.513000),(176.710000,3.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.473000,-17.142000),(209.429000,-22.083000),(208.650000,-16.967000),(205.216000,-10.629000),(203.166000,-17.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.120000,26.923000),(243.227000,30.820000),(239.462000,22.509000),(238.517000,20.752000),(248.435000,17.625000),(246.961000,25.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.422000,10.116000),(283.151000,11.803000),(286.935000,5.202000),(291.136000,2.134000),(299.781000,5.075000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.507000,24.261000),(127.609000,33.285000),(119.352000,24.776000),(126.097000,23.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.052000,-49.808000),(305.977000,-43.509000),(301.490000,-43.943000),(299.961000,-42.194000),(294.973000,-45.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.132000,21.387000),(72.713000,15.408000),(74.377000,21.476000),(76.149000,22.010000),(72.791000,26.851000),(61.213000,27.289000),(62.626000,23.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.984000,24.116000),(243.634000,22.267000),(242.732000,19.478000),(242.958000,12.799000),(246.332000,9.878000),(249.262000,9.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.735000,40.987000),(300.006000,37.591000),(301.220000,37.172000),(304.210000,32.404000),(302.937000,43.936000),(301.824000,45.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.604000,-49.882000),(318.377000,-49.885000),(318.401000,-49.199000),(320.225000,-49.574000),(324.345000,-50.502000),(322.056000,-48.048000),(315.464000,-45.044000),(311.458000,-42.232000),(308.541000,-42.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.339000,1.908000),(144.777000,0.244000),(145.244000,-2.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.054000,19.584000),(306.546000,25.847000),(303.429000,23.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.309000,68.598000),(187.361000,66.182000),(182.778000,61.319000),(202.447000,57.583000),(199.717000,64.824000),(212.511000,62.684000),(198.501000,66.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.402000,12.636000),(131.672000,21.076000),(130.713000,24.764000),(128.900000,21.954000),(128.501000,20.912000),(128.337000,18.309000),(127.985000,17.535000),(128.602000,9.615000),(129.488000,8.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.496000,0.770000),(92.582000,6.296000),(98.170000,3.268000),(99.321000,8.185000),(99.570000,8.875000),(94.943000,11.652000),(94.258000,13.878000),(90.192000,8.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.591000,54.243000),(101.431000,53.812000),(87.985000,59.728000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.411000,52.294000),(321.747000,38.592000),(329.430000,43.531000),(327.988000,46.404000),(331.675000,47.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.414000,0.514000),(170.727000,-1.579000),(176.260000,-2.698000),(172.568000,-8.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.459000,8.120000),(183.108000,7.750000),(176.112000,9.728000),(174.183000,2.620000),(184.716000,2.856000),(187.040000,3.831000),(185.226000,3.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.465000,31.166000),(231.143000,33.078000),(229.242000,30.738000),(231.259000,27.007000),(240.331000,26.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.053000,24.780000),(196.946000,30.158000),(209.434000,18.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.839000,41.359000),(94.009000,44.388000),(90.471000,41.214000),(100.296000,36.887000),(102.318000,37.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.331000,-58.378000),(56.575000,-63.827000),(49.007000,-49.589000),(45.640000,-47.710000),(48.251000,-54.794000),(45.117000,-56.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.315000,-13.171000),(160.839000,-15.868000),(165.752000,-11.791000),(166.657000,-8.242000),(166.732000,-6.940000),(158.545000,-5.786000),(156.813000,-11.950000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.895000,-0.684000),(319.103000,-5.520000),(317.962000,-0.380000),(317.334000,4.474000),(315.467000,10.289000),(312.361000,9.855000),(306.719000,-0.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.316000,23.360000),(4.021000,14.473000),(0.784000,8.161000),(11.959000,10.900000),(8.747000,13.398000),(6.996000,17.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.792000,-29.027000),(20.625000,-31.263000),(23.822000,-28.012000),(24.401000,-22.203000),(24.623000,-20.578000),(11.843000,-17.946000),(15.610000,-20.745000),(14.319000,-21.776000),(17.936000,-24.126000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.146000,16.741000),(136.016000,15.275000),(139.846000,7.883000),(144.272000,12.175000),(146.370000,6.963000),(146.537000,9.767000),(146.476000,13.233000),(143.858000,21.963000),(143.561000,20.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.131000,15.541000),(184.904000,7.729000),(191.445000,0.648000),(187.081000,7.232000),(189.592000,13.346000),(186.053000,10.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.196000,4.388000),(4.306000,5.472000),(5.071000,6.896000),(1.647000,8.517000),(0.397000,6.322000),(355.974000,7.043000),(355.375000,2.693000),(359.678000,2.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.803000,49.129000),(347.335000,46.923000),(350.761000,45.294000),(5.602000,42.037000),(0.750000,47.018000),(0.167000,57.219000),(356.429000,51.221000),(351.163000,55.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.102000,-15.764000),(180.390000,-24.380000),(185.176000,-17.424000),(193.739000,-15.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.620000,-10.105000),(128.171000,-7.780000),(124.293000,-6.877000),(125.328000,-8.008000),(117.576000,-6.433000),(124.837000,-9.495000),(127.121000,-11.095000),(128.644000,-12.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.389000,-5.119000),(241.694000,-4.322000),(237.826000,-12.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.915000,0.047000),(180.309000,5.503000),(171.172000,-1.499000),(177.369000,-3.736000),(180.941000,-3.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.296000,8.170000),(341.859000,9.905000),(335.065000,10.709000),(331.579000,8.232000),(327.446000,5.078000),(337.153000,5.028000),(337.663000,5.023000),(337.350000,7.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.730000,-55.834000),(357.561000,-58.148000),(348.997000,-61.896000),(7.560000,-63.636000),(19.846000,-57.574000),(14.799000,-58.172000),(5.782000,-57.184000),(5.973000,-54.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.714000,22.843000),(140.514000,23.670000),(130.985000,25.277000),(129.891000,25.379000),(129.022000,27.178000),(122.363000,24.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.827000,-3.617000),(55.938000,0.963000),(51.389000,0.780000),(49.912000,3.346000),(49.387000,0.863000),(49.162000,0.587000),(44.942000,1.488000),(42.953000,-0.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.585000,43.148000),(86.065000,34.382000),(99.717000,30.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.172000,-44.762000),(316.544000,-49.227000),(315.099000,-49.682000),(317.726000,-50.208000),(309.527000,-54.180000),(331.640000,-51.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.737000,-59.032000),(119.560000,-49.858000),(114.639000,-51.422000),(110.175000,-53.579000),(96.217000,-53.756000),(97.015000,-55.446000),(94.779000,-58.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.407000,-2.754000),(24.693000,-3.361000),(26.475000,-8.719000),(28.878000,-8.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.303000,39.592000),(134.814000,43.329000),(133.262000,44.666000),(137.093000,46.582000),(143.642000,50.214000),(135.028000,49.817000),(135.585000,53.791000),(133.103000,51.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.619000,-13.910000),(5.436000,-16.540000),(4.990000,-15.459000),(2.598000,-9.766000),(358.111000,-1.549000),(359.451000,-13.297000),(1.148000,-10.571000),(0.800000,-16.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.993000,30.144000),(152.012000,27.683000),(151.565000,21.177000),(157.417000,24.702000),(156.443000,30.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.832000,16.503000),(280.496000,14.955000),(287.856000,17.421000),(289.405000,18.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.073000,0.901000),(356.629000,2.982000),(355.956000,1.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.237000,-4.704000),(334.190000,-0.725000),(327.963000,-15.927000),(331.356000,-17.876000),(340.561000,-17.340000),(336.267000,-10.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.659000,0.849000),(3.441000,0.743000),(0.997000,5.701000),(0.496000,3.361000),(358.809000,5.765000),(3.287000,-9.695000),(5.173000,-6.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.194000,23.940000),(7.134000,19.111000),(18.478000,10.848000),(13.311000,21.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.502000,-45.869000),(73.477000,-49.580000),(70.074000,-53.758000),(71.131000,-53.851000),(69.916000,-57.034000),(86.134000,-48.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.453000,-10.626000),(173.902000,-14.942000),(182.475000,-9.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.888000,-65.176000),(202.829000,-62.934000),(200.441000,-59.932000),(200.663000,-59.974000),(197.072000,-53.083000),(193.356000,-53.794000),(191.463000,-54.724000),(190.208000,-57.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.708000,-0.955000),(237.745000,2.636000),(232.145000,-3.382000),(238.268000,-6.588000),(236.408000,-9.623000),(240.517000,-12.918000),(242.840000,-9.039000),(242.382000,-1.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.432000,9.828000),(355.802000,20.935000),(353.305000,20.944000),(352.047000,24.402000),(350.180000,20.553000),(349.192000,17.054000),(346.584000,21.469000),(342.020000,20.480000),(344.817000,17.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.244000,23.392000),(177.551000,26.726000),(168.930000,30.878000),(171.214000,29.116000),(171.430000,25.297000),(169.850000,20.370000),(173.138000,16.022000),(179.472000,17.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.870000,-18.564000),(344.493000,-19.766000),(345.943000,-19.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.597000,22.160000),(235.145000,22.057000),(241.117000,26.006000),(233.883000,32.621000),(223.311000,28.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.924000,-17.214000),(185.637000,-13.669000),(184.331000,-10.839000),(179.686000,-14.021000),(178.712000,-16.153000),(176.987000,-21.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.023000,0.925000),(285.726000,-6.480000),(287.904000,8.395000),(280.795000,4.434000),(281.278000,4.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.146000,-4.048000),(144.112000,-5.969000),(147.988000,-7.030000),(151.674000,-6.800000),(148.755000,2.707000),(138.348000,0.458000),(142.328000,-2.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.893000,-9.017000),(52.972000,-9.688000),(51.625000,-6.608000),(51.482000,-3.188000),(53.390000,-2.511000),(52.819000,0.045000),(47.260000,0.745000),(45.848000,2.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.182000,-37.424000),(225.258000,-36.000000),(209.680000,-36.607000),(216.944000,-39.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.762000,-6.400000),(203.516000,-7.024000),(207.873000,-8.974000),(205.214000,1.097000),(201.635000,0.926000),(197.707000,-3.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.944000,7.776000),(35.076000,9.170000),(37.886000,7.964000),(39.066000,10.805000),(44.889000,11.967000),(45.517000,16.147000),(41.456000,16.112000),(36.418000,14.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.891000,52.603000),(13.291000,65.212000),(12.884000,48.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.288000,-49.538000),(354.247000,-49.141000),(354.752000,-43.815000),(347.167000,-43.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.013000,42.296000),(115.808000,47.619000),(110.379000,42.267000),(109.079000,42.643000),(111.757000,32.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.439000,55.191000),(160.321000,45.577000),(152.397000,50.886000),(157.975000,48.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.873000,47.565000),(165.122000,46.364000),(168.877000,48.615000),(175.798000,47.209000),(177.571000,47.508000),(162.019000,56.421000),(165.732000,49.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.850000,3.588000),(62.561000,5.075000),(64.865000,1.469000),(65.455000,-2.209000),(67.554000,-4.922000),(71.784000,-1.368000),(72.956000,-1.455000),(68.641000,6.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.396000,36.539000),(309.032000,29.677000),(313.382000,30.149000),(320.012000,28.404000),(320.729000,29.589000),(321.666000,29.003000),(322.846000,28.337000),(329.099000,32.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.681000,48.478000),(54.971000,50.274000),(64.563000,44.769000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.453000,12.297000),(166.361000,16.279000),(165.017000,24.785000),(164.685000,24.284000),(159.279000,10.748000),(160.795000,8.748000),(164.481000,15.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.354000,45.300000),(269.890000,44.970000),(266.637000,48.994000),(262.503000,52.127000),(254.486000,43.750000),(261.132000,40.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.190000,-43.271000),(151.328000,-48.527000),(150.599000,-52.851000),(154.621000,-43.497000),(154.662000,-42.511000),(154.032000,-41.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.205000,40.840000),(138.991000,39.638000),(139.992000,42.090000),(133.201000,43.244000),(133.453000,31.420000),(138.232000,32.274000),(139.698000,33.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.704000,-20.068000),(226.005000,-22.415000),(225.785000,-18.289000),(224.119000,-16.934000),(220.779000,-18.776000),(219.625000,-17.642000),(219.502000,-17.574000),(216.980000,-13.487000),(217.104000,-15.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.340000,-2.916000),(3.993000,-3.737000),(3.958000,-1.368000),(5.242000,7.352000),(4.582000,8.455000),(356.753000,2.361000),(353.958000,0.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.515000,4.582000),(8.998000,4.893000),(8.467000,10.348000),(0.341000,11.618000),(1.564000,6.204000),(359.977000,-1.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.543000,-16.820000),(314.177000,-10.655000),(312.757000,-18.349000),(315.348000,-24.088000),(322.278000,-23.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.326000,8.986000),(14.960000,5.740000),(13.496000,8.681000),(16.998000,12.735000),(2.977000,17.511000),(5.627000,9.210000),(2.966000,5.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.710000,-13.729000),(75.134000,-16.381000),(69.663000,-21.483000),(77.724000,-16.698000),(84.401000,-17.050000),(74.699000,-11.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.287000,-35.385000),(202.229000,-28.728000),(208.231000,-32.668000),(211.261000,-29.964000),(201.683000,-23.563000),(192.466000,-22.010000),(190.260000,-26.277000),(196.647000,-28.239000),(196.949000,-28.734000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.013000,-45.518000),(326.325000,-45.797000),(327.603000,-48.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.694000,-40.870000),(157.341000,-44.024000),(162.190000,-42.944000),(165.527000,-41.148000),(166.901000,-34.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.588000,67.236000),(18.102000,64.369000),(59.362000,74.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.378000,-5.527000),(160.076000,-3.386000),(160.609000,-6.671000),(168.010000,-14.108000),(172.208000,-2.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.228000,9.545000),(10.078000,10.627000),(8.095000,13.057000),(9.265000,15.415000),(359.410000,16.092000),(1.179000,15.866000),(356.462000,16.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.680000,2.200000),(355.072000,-1.675000),(0.940000,-5.883000),(1.771000,-3.400000),(5.566000,7.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.387000,-75.778000),(2.941000,-71.145000),(5.284000,-65.097000),(354.246000,-63.559000),(355.114000,-68.563000),(348.297000,-62.752000),(346.377000,-72.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.030000,-33.624000),(156.733000,-25.913000),(141.940000,-26.703000),(146.077000,-28.796000),(139.112000,-30.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.055000,4.039000),(194.689000,8.470000),(184.461000,13.468000),(188.133000,6.272000),(185.366000,8.180000),(181.040000,9.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.645000,-70.651000),(252.711000,-74.438000),(243.250000,-67.499000),(242.705000,-66.650000),(255.576000,-62.535000),(217.046000,-64.506000),(216.591000,-65.375000),(231.855000,-68.545000),(235.028000,-67.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.289000,46.326000),(177.444000,52.031000),(166.138000,53.387000),(159.264000,52.236000),(167.199000,48.957000),(161.979000,44.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.287000,-15.293000),(167.716000,-14.642000),(166.610000,-21.146000),(174.540000,-5.199000),(165.323000,-11.168000),(166.147000,-12.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.380000,-19.805000),(356.602000,-24.873000),(358.092000,-29.215000),(3.988000,-28.145000),(8.284000,-28.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.154000,-21.586000),(353.768000,-29.505000),(352.671000,-27.489000),(349.792000,-27.399000),(354.546000,-31.870000),(0.843000,-34.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.903000,2.122000),(200.383000,-5.100000),(206.203000,-2.597000),(201.990000,-1.228000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.097000,10.427000),(319.412000,4.545000),(319.211000,17.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.323000,-28.780000),(341.693000,-32.023000),(346.288000,-34.189000),(358.307000,-35.772000),(353.620000,-32.178000),(352.774000,-28.411000),(348.564000,-32.712000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.827000,-22.828000),(75.019000,-23.918000),(74.954000,-28.926000),(82.895000,-29.820000),(87.024000,-22.401000),(79.140000,-14.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.184000,-87.167000),(279.556000,-80.190000),(248.405000,-80.802000),(240.926000,-84.718000),(239.782000,-82.841000),(223.707000,-80.274000),(207.898000,-79.908000),(221.069000,-87.147000),(85.388000,-84.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.497000,-4.837000),(207.672000,-0.111000),(209.444000,4.565000),(200.325000,-0.809000),(198.369000,-4.064000),(197.384000,-8.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.896000,-31.062000),(139.674000,-29.162000),(131.743000,-23.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.995000,3.436000),(169.827000,6.504000),(167.108000,3.031000),(169.761000,5.187000),(178.404000,2.289000),(176.127000,11.285000),(172.861000,12.467000),(171.094000,12.894000),(169.563000,10.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.917000,18.970000),(174.789000,16.428000),(174.714000,14.918000),(171.990000,12.793000),(181.680000,11.140000),(179.030000,21.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.110000,17.211000),(197.732000,13.939000),(196.669000,10.054000),(199.639000,-0.512000),(202.205000,6.633000),(202.080000,6.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.869000,35.010000),(8.833000,30.769000),(19.017000,29.883000),(19.168000,31.946000),(19.405000,33.288000),(28.119000,33.108000),(31.296000,34.937000),(26.052000,40.435000),(19.347000,40.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.563000,-58.257000),(332.138000,-56.362000),(313.472000,-42.405000),(315.127000,-51.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.102000,1.059000),(355.064000,-4.148000),(1.743000,-0.378000),(8.439000,2.283000),(5.346000,5.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.312000,5.316000),(19.902000,-4.232000),(22.526000,-6.774000),(26.445000,-3.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.485000,63.042000),(18.420000,63.610000),(335.695000,66.330000),(354.893000,67.117000),(351.848000,63.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.731000,-15.479000),(122.867000,-6.632000),(111.806000,-4.743000),(110.346000,-2.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.182000,76.479000),(36.007000,71.827000),(7.396000,85.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.701000,-8.677000),(181.942000,-5.185000),(188.374000,-7.530000),(182.672000,-1.345000),(177.722000,-7.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.685000,-3.825000),(266.585000,-11.878000),(265.324000,-12.724000),(265.764000,-20.258000),(271.402000,-17.299000),(276.350000,-17.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.353000,-65.068000),(57.871000,-62.368000),(42.706000,-65.830000),(32.052000,-63.279000),(48.394000,-67.750000),(51.302000,-69.881000),(52.900000,-72.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.420000,57.720000),(140.074000,54.713000),(139.353000,52.746000),(149.544000,54.018000),(154.806000,57.034000),(156.902000,60.924000),(152.066000,58.399000),(150.640000,64.368000),(145.845000,64.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.531000,56.716000),(18.788000,56.771000),(22.525000,53.330000),(24.085000,57.769000),(25.510000,59.356000),(12.207000,64.390000),(9.400000,62.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.359000,8.220000),(320.339000,2.631000),(322.711000,-1.355000),(324.665000,1.095000),(328.099000,-0.514000),(323.341000,5.825000),(323.478000,7.990000),(323.168000,8.078000),(321.317000,9.895000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.225000,-55.282000),(3.909000,-54.882000),(349.355000,-58.067000),(5.724000,-61.827000),(19.605000,-60.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.409000,72.689000),(18.966000,79.073000),(16.457000,80.652000),(301.747000,85.737000),(309.396000,84.896000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.054000,5.122000),(18.150000,10.034000),(20.086000,20.297000),(17.532000,17.955000),(16.651000,18.618000),(5.915000,17.130000),(9.151000,6.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.805000,14.948000),(0.673000,19.531000),(357.518000,24.274000),(346.521000,25.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.616000,-43.439000),(113.706000,-40.338000),(114.654000,-43.766000),(113.394000,-45.463000),(113.370000,-46.434000),(121.845000,-48.471000),(123.597000,-44.984000),(131.053000,-43.820000),(124.776000,-42.233000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.034000,10.308000),(162.167000,6.384000),(163.479000,-4.124000),(163.742000,-0.706000),(165.522000,-3.944000),(166.852000,4.188000),(168.438000,5.234000),(173.111000,4.775000),(169.095000,13.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.401000,84.475000),(217.973000,84.863000),(271.608000,81.645000),(306.637000,83.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.715000,-29.491000),(140.526000,-29.291000),(132.525000,-25.304000),(132.312000,-25.425000),(129.233000,-29.090000),(127.336000,-32.393000),(137.363000,-34.338000),(140.720000,-34.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.923000,30.058000),(31.530000,26.702000),(34.105000,27.351000),(38.955000,33.657000),(29.511000,43.238000),(21.725000,42.564000),(21.168000,42.729000),(17.885000,32.465000),(19.553000,31.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.298000,50.502000),(8.096000,50.969000),(12.962000,45.461000),(15.359000,52.324000),(14.991000,52.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.455000,-51.271000),(101.558000,-54.037000),(95.106000,-47.841000),(85.330000,-45.106000),(83.632000,-44.953000),(85.090000,-46.520000),(80.768000,-50.229000),(86.958000,-53.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.199000,0.607000),(169.038000,5.594000),(167.373000,3.163000),(167.958000,1.109000),(167.687000,-3.445000),(170.232000,-7.160000),(172.038000,-7.865000),(175.536000,-7.442000),(174.304000,-3.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.382000,32.103000),(240.838000,35.478000),(248.847000,30.570000),(244.771000,30.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.171000,3.797000),(199.978000,2.549000),(202.389000,3.450000),(206.490000,3.908000),(205.669000,7.023000),(207.998000,7.667000),(213.721000,9.501000),(209.479000,11.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.181000,-47.461000),(43.769000,-45.324000),(40.096000,-48.352000),(34.199000,-52.695000),(46.928000,-54.504000),(44.521000,-48.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.884000,19.990000),(253.055000,10.520000),(253.247000,2.067000),(257.728000,8.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.332000,-63.405000),(13.239000,-59.644000),(9.306000,-57.280000),(2.182000,-54.870000),(0.923000,-55.991000),(2.892000,-56.704000),(1.856000,-58.082000),(1.532000,-59.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.135000,4.613000),(17.463000,1.538000),(21.227000,14.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.973000,-30.873000),(293.340000,-30.936000),(289.678000,-27.684000),(295.755000,-44.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.401000,27.368000),(188.225000,24.692000),(186.353000,19.211000),(192.911000,21.003000),(194.017000,25.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.255000,9.763000),(244.759000,10.122000),(246.149000,9.481000),(242.691000,3.850000),(246.122000,4.951000),(249.453000,4.335000),(257.831000,13.420000),(254.048000,17.235000),(250.792000,14.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.157000,82.503000),(122.875000,76.010000),(189.325000,80.303000),(138.158000,85.363000),(247.500000,88.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.910000,-1.453000),(9.034000,-0.228000),(359.598000,6.174000),(355.411000,6.862000),(356.103000,4.405000),(357.562000,-6.893000),(359.938000,-1.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.101000,9.452000),(175.060000,4.743000),(180.789000,3.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.704000,31.083000),(252.496000,32.780000),(247.455000,35.928000),(255.150000,37.214000),(249.267000,39.860000),(248.400000,40.931000),(246.927000,41.106000),(241.634000,44.156000),(237.010000,43.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.479000,15.109000),(6.411000,10.024000),(1.357000,11.087000),(6.509000,6.949000),(4.047000,6.942000),(7.796000,5.131000),(8.891000,2.690000),(11.900000,3.926000),(16.677000,3.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.775000,-9.532000),(171.875000,-12.902000),(170.742000,-20.670000),(179.240000,-8.983000),(175.838000,-11.733000),(173.332000,-5.902000),(171.666000,-4.784000),(173.268000,-9.734000),(171.704000,-5.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.439000,-16.830000),(339.177000,-17.869000),(343.123000,-23.898000),(347.842000,-21.649000),(352.924000,-10.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.546000,-24.589000),(222.525000,-27.122000),(227.057000,-9.270000),(223.057000,-11.969000),(222.540000,-16.373000),(222.920000,-18.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.351000,24.426000),(42.733000,24.444000),(37.835000,23.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.395000,-6.024000),(325.128000,-3.684000),(319.117000,-11.102000),(322.091000,-10.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.746000,63.264000),(179.222000,66.762000),(159.519000,71.765000),(174.156000,67.363000),(163.717000,68.370000),(170.751000,66.771000),(173.402000,64.403000),(176.211000,59.247000),(189.841000,58.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.301000,-7.342000),(243.622000,-5.161000),(235.889000,1.831000),(236.272000,-11.646000),(241.224000,-11.863000),(246.625000,-11.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.897000,-17.441000),(141.360000,-16.613000),(138.010000,-20.022000),(143.651000,-26.064000),(142.830000,-20.774000),(149.103000,-17.090000),(145.036000,-18.154000),(146.524000,-14.893000),(141.455000,-10.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.088000,3.933000),(194.078000,4.230000),(191.018000,4.666000),(195.628000,1.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.225000,-57.096000),(38.027000,-55.583000),(42.411000,-58.796000),(47.124000,-63.710000),(50.040000,-67.091000),(39.661000,-49.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.017000,-8.602000),(181.943000,-12.712000),(185.053000,-11.294000),(194.083000,-12.910000),(190.171000,-7.745000),(189.581000,-2.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.346000,47.640000),(294.015000,63.570000),(285.614000,63.508000),(284.421000,50.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.038000,5.812000),(179.881000,2.540000),(181.455000,-2.563000),(188.553000,1.204000),(188.190000,3.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.229000,28.533000),(52.753000,27.757000),(53.479000,17.592000),(56.079000,21.163000),(56.727000,22.826000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.739000,-9.403000),(14.170000,-6.291000),(10.031000,-7.903000),(10.853000,-0.911000),(7.626000,-7.308000),(3.713000,-7.120000),(359.549000,-11.686000),(5.394000,-11.386000),(5.740000,-12.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.681000,-54.282000),(245.236000,-59.420000),(255.697000,-45.915000),(242.696000,-47.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.101000,-2.664000),(170.060000,-9.169000),(185.648000,-8.999000),(183.655000,-8.400000),(180.973000,-7.501000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.361000,11.234000),(3.572000,11.019000),(6.901000,7.224000),(17.750000,16.583000),(16.228000,18.754000),(11.627000,13.514000),(6.392000,18.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.511000,-1.932000),(337.120000,-0.047000),(341.717000,0.358000),(338.559000,3.535000),(327.385000,6.585000),(334.855000,2.091000),(327.434000,-2.460000),(329.139000,-2.898000),(331.646000,-4.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.895000,-6.518000),(12.753000,-3.955000),(4.207000,-1.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.252000,17.078000),(106.033000,14.480000),(107.407000,16.372000),(107.614000,15.825000),(108.705000,23.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.312000,10.806000),(9.988000,12.449000),(14.312000,12.736000),(14.361000,14.122000),(16.042000,18.895000),(10.253000,16.951000),(10.040000,23.026000),(5.663000,16.265000),(4.388000,14.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.021000,16.702000),(17.593000,10.042000),(21.486000,10.299000),(25.454000,8.186000),(30.062000,5.913000),(28.324000,11.381000),(28.302000,12.425000),(31.546000,14.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.293000,34.848000),(296.485000,34.300000),(299.723000,33.515000),(306.834000,27.866000),(305.081000,31.650000),(304.903000,34.316000),(301.309000,43.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.750000,28.820000),(2.915000,45.908000),(359.704000,44.790000),(353.193000,39.941000),(349.244000,39.241000),(353.864000,31.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.436000,-28.702000),(86.614000,-24.664000),(83.253000,-32.299000),(83.106000,-39.389000),(85.617000,-35.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.133000,7.913000),(335.909000,3.717000),(342.473000,6.020000),(343.392000,4.651000),(345.653000,2.257000),(351.671000,11.426000),(351.243000,11.990000),(340.836000,13.664000),(336.530000,14.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.802000,58.022000),(303.048000,53.527000),(301.433000,58.669000),(296.839000,51.713000),(301.460000,48.754000),(305.145000,48.074000),(318.437000,50.480000),(317.823000,55.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.160000,-6.845000),(29.849000,-7.790000),(30.981000,-15.675000),(37.109000,-16.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.991000,25.635000),(294.836000,28.813000),(289.386000,26.776000),(287.156000,22.860000),(297.221000,19.719000),(308.177000,23.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.432000,-30.861000),(298.860000,-21.391000),(296.148000,-17.457000),(294.296000,-23.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.896000,9.024000),(195.692000,1.818000),(205.030000,5.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.042000,-65.530000),(42.611000,-65.677000),(62.884000,-70.256000),(48.132000,-64.398000),(56.125000,-59.083000),(50.733000,-58.614000),(45.159000,-63.206000),(42.346000,-57.895000),(41.673000,-63.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.642000,-3.370000),(346.260000,-10.209000),(347.693000,-3.078000),(348.174000,-0.844000),(346.414000,-1.028000),(344.888000,-2.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.583000,-0.461000),(2.856000,5.466000),(4.434000,12.743000),(1.774000,5.011000),(356.901000,5.886000),(356.190000,1.941000),(359.258000,-0.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.204000,-26.996000),(265.896000,-29.114000),(264.670000,-32.389000),(267.881000,-30.054000),(272.788000,-34.856000),(270.235000,-27.290000),(275.719000,-22.910000),(275.831000,-22.230000),(272.963000,-22.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.011000,0.644000),(5.891000,4.242000),(1.099000,-7.925000),(2.955000,-7.609000),(8.333000,-13.589000),(13.670000,-7.723000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.717000,46.247000),(260.255000,49.919000),(261.378000,47.200000),(262.306000,43.673000),(252.860000,39.646000),(263.773000,42.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.065000,-4.907000),(171.485000,-4.342000),(166.887000,-5.623000),(173.498000,-7.238000),(174.047000,-8.377000),(173.186000,-10.980000),(177.499000,-7.397000),(179.895000,-0.414000),(176.469000,-4.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.892000,25.377000),(105.477000,22.649000),(122.557000,24.190000),(109.678000,26.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.515000,-27.171000),(19.077000,-21.720000),(14.123000,-23.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.965000,5.166000),(246.430000,5.903000),(245.530000,2.785000),(249.486000,-9.275000),(254.127000,-2.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.523000,-1.184000),(351.952000,4.148000),(349.826000,-0.410000),(353.061000,-0.350000),(352.665000,-0.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.660000,44.676000),(4.156000,43.193000),(8.041000,48.010000),(0.785000,48.265000),(1.004000,47.057000),(355.135000,45.669000),(358.584000,38.123000),(5.058000,34.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.249000,7.418000),(140.130000,10.814000),(138.991000,3.685000),(146.952000,5.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.346000,-0.618000),(0.024000,-7.714000),(0.278000,-4.756000),(9.437000,-0.460000),(2.394000,0.449000),(3.276000,1.712000),(3.902000,7.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.861000,-28.617000),(71.704000,-29.541000),(72.211000,-30.611000),(84.069000,-36.289000),(83.593000,-34.093000),(89.786000,-30.791000),(89.316000,-26.122000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.172000,25.960000),(111.085000,23.303000),(108.043000,21.341000),(118.592000,15.705000),(118.360000,17.737000),(113.664000,21.963000),(119.671000,26.676000),(118.490000,26.612000),(114.044000,31.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.311000,30.981000),(356.329000,31.145000),(347.453000,39.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.392000,-34.614000),(256.417000,-38.071000),(274.354000,-42.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.099000,45.979000),(54.735000,45.237000),(57.573000,51.736000),(53.614000,50.353000),(38.826000,45.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.507000,15.882000),(160.485000,18.669000),(156.607000,18.269000),(160.427000,23.807000),(153.982000,20.862000),(151.115000,23.638000),(151.622000,22.239000),(150.958000,22.108000),(147.040000,18.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.447000,25.454000),(5.191000,23.871000),(12.375000,26.484000),(6.392000,28.670000),(357.018000,28.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.720000,7.416000),(177.175000,6.769000),(176.741000,-9.320000),(186.114000,-6.746000),(181.578000,-1.464000),(184.166000,-1.206000),(185.815000,6.368000),(183.007000,4.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.401000,59.740000),(227.606000,54.787000),(250.009000,46.884000),(253.067000,53.394000),(246.730000,56.825000),(258.198000,60.067000),(257.846000,60.856000),(243.462000,57.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.097000,7.542000),(101.415000,5.598000),(103.951000,5.247000),(107.779000,1.588000),(103.992000,9.603000),(105.675000,11.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.556000,-27.154000),(239.701000,-26.461000),(238.134000,-24.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.879000,-50.234000),(324.812000,-54.229000),(331.313000,-46.370000),(328.114000,-46.771000),(323.539000,-46.598000),(315.783000,-46.351000),(309.350000,-42.073000),(316.651000,-50.213000),(310.431000,-54.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.545000,-16.944000),(98.515000,-9.793000),(94.934000,-12.614000),(95.095000,-8.995000),(90.579000,-13.042000),(85.590000,-18.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.293000,-20.717000),(183.956000,-13.077000),(176.362000,-14.748000),(166.487000,-12.816000),(169.256000,-19.342000),(170.119000,-19.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.690000,48.866000),(341.470000,48.172000),(348.536000,46.124000),(347.830000,48.052000),(358.046000,51.348000),(358.713000,52.682000),(342.894000,54.079000),(331.340000,51.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.404000,28.209000),(354.927000,27.980000),(346.987000,27.161000),(349.952000,20.194000),(358.359000,19.257000),(0.727000,21.234000),(357.149000,26.076000),(358.871000,28.114000),(356.674000,30.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.434000,33.885000),(269.623000,31.159000),(270.078000,33.475000),(273.439000,34.187000),(272.826000,35.902000),(274.435000,38.934000),(274.159000,40.576000),(261.153000,39.646000),(256.979000,40.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.116000,0.882000),(359.217000,2.923000),(6.395000,0.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.857000,27.298000),(4.683000,26.617000),(9.022000,27.101000),(6.375000,35.310000),(7.600000,39.860000),(0.333000,36.261000),(0.292000,34.548000),(351.750000,30.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.892000,-0.833000),(196.647000,8.375000),(188.565000,3.977000),(186.919000,-0.479000),(189.156000,-5.841000),(191.953000,-6.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.260000,4.920000),(352.163000,6.378000),(353.371000,3.648000),(358.150000,3.525000),(0.914000,3.064000),(352.208000,11.499000),(349.216000,10.742000),(344.897000,9.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.865000,5.835000),(180.342000,1.470000),(180.935000,1.892000),(182.329000,6.239000),(183.612000,7.709000),(184.841000,5.834000),(181.176000,16.824000),(180.597000,13.443000),(178.798000,12.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.496000,-26.587000),(192.154000,-24.629000),(193.528000,-20.288000),(192.738000,-19.831000),(191.362000,-19.817000),(190.254000,-19.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.894000,-29.444000),(80.914000,-27.311000),(74.825000,-35.884000),(76.783000,-37.425000),(78.698000,-38.778000),(80.635000,-41.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.853000,-37.117000),(237.241000,-34.466000),(233.713000,-31.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.575000,-56.172000),(338.872000,-66.041000),(340.755000,-55.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.726000,9.059000),(311.861000,11.771000),(315.414000,7.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.051000,3.677000),(187.880000,1.878000),(192.488000,1.490000),(182.105000,6.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.113000,-76.060000),(221.577000,-64.559000),(214.703000,-72.481000),(198.461000,-72.027000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.820000,-10.948000),(8.209000,-13.967000),(3.650000,-20.241000),(5.371000,-20.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.100000,28.591000),(261.653000,27.153000),(272.415000,23.846000),(280.282000,27.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.314000,-40.494000),(299.975000,-37.601000),(290.773000,-45.919000),(307.792000,-49.345000),(297.366000,-44.065000),(300.528000,-43.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.162000,19.929000),(163.969000,3.544000),(166.580000,9.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.473000,-77.441000),(89.508000,-79.301000),(67.567000,-80.585000),(70.553000,-84.879000),(111.496000,-80.571000),(117.939000,-76.199000),(115.300000,-73.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.157000,18.534000),(11.487000,23.099000),(9.835000,21.530000),(7.303000,18.457000),(2.527000,19.802000),(359.953000,10.282000),(7.986000,11.350000),(9.047000,14.261000),(13.769000,17.638000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.161000,-7.334000),(311.689000,-8.389000),(307.320000,-7.115000),(314.101000,-9.804000),(310.053000,-11.276000),(314.714000,-13.516000),(319.530000,-11.959000),(322.048000,-12.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.650000,36.710000),(251.269000,34.780000),(263.830000,33.881000),(265.296000,40.003000),(260.447000,43.827000),(257.919000,41.654000),(246.879000,39.958000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.929000,22.478000),(197.911000,21.932000),(201.336000,20.935000),(199.025000,26.800000),(199.885000,29.778000),(197.164000,30.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.185000,6.008000),(3.829000,3.289000),(8.873000,11.616000),(5.519000,15.913000),(0.157000,9.759000),(358.045000,10.539000),(355.665000,11.782000),(359.101000,7.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.095000,16.256000),(183.080000,15.203000),(186.039000,5.164000),(189.167000,14.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.203000,10.334000),(134.945000,8.323000),(131.768000,0.371000),(143.005000,7.279000),(138.943000,7.917000),(138.121000,8.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.774000,5.207000),(341.237000,4.518000),(338.076000,5.761000),(343.411000,10.240000),(337.603000,7.243000),(339.583000,9.556000),(334.470000,9.863000),(334.026000,6.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.319000,41.092000),(332.599000,41.860000),(338.001000,47.696000),(335.029000,53.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.073000,58.281000),(44.465000,64.512000),(36.006000,59.601000),(48.887000,56.019000),(46.952000,52.780000),(61.731000,49.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.499000,7.615000),(61.103000,-0.397000),(64.049000,2.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.732000,-43.381000),(315.640000,-49.201000),(313.737000,-51.716000),(306.104000,-50.945000),(313.252000,-53.628000),(312.093000,-54.741000),(320.033000,-60.932000),(321.226000,-60.153000),(326.946000,-50.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.457000,-20.883000),(260.273000,-14.403000),(262.393000,-20.747000),(257.359000,-14.319000),(261.503000,-22.964000),(262.152000,-26.054000),(262.695000,-32.046000),(272.530000,-25.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.386000,-28.822000),(205.220000,-35.069000),(204.579000,-37.611000),(198.867000,-41.410000),(214.155000,-44.176000),(214.683000,-38.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.929000,25.382000),(88.769000,22.113000),(91.898000,27.811000),(93.413000,34.143000),(89.416000,31.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.737000,-44.325000),(119.861000,-43.175000),(119.589000,-41.126000),(114.382000,-50.331000),(116.466000,-53.940000),(124.631000,-49.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.189000,55.006000),(159.914000,54.381000),(152.069000,56.987000),(130.495000,57.640000),(155.435000,53.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.905000,14.674000),(10.122000,15.644000),(11.122000,10.250000),(11.155000,1.030000),(11.477000,0.770000),(15.294000,5.249000),(17.025000,5.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.179000,-35.829000),(273.311000,-35.753000),(278.556000,-38.994000),(284.203000,-34.138000),(286.041000,-31.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.561000,-44.422000),(338.630000,-38.421000),(337.665000,-40.741000),(333.285000,-37.804000),(332.259000,-41.361000),(339.770000,-46.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.214000,-8.920000),(7.945000,-4.902000),(4.582000,-1.575000),(359.114000,-4.281000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.607000,20.844000),(343.850000,14.867000),(350.997000,14.194000),(352.608000,13.836000),(353.378000,11.683000),(354.777000,10.550000),(354.365000,14.773000),(354.774000,18.475000),(2.374000,21.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.371000,10.585000),(253.540000,6.124000),(264.480000,9.121000),(260.899000,18.539000),(253.548000,18.278000),(253.894000,15.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.437000,61.722000),(45.926000,65.820000),(44.380000,69.035000),(46.206000,74.091000),(38.407000,70.586000),(20.717000,73.612000),(24.297000,68.682000),(28.555000,66.325000),(28.316000,62.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.731000,-0.260000),(355.748000,-4.558000),(0.009000,-4.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.642000,7.823000),(194.576000,6.073000),(208.412000,8.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.140000,6.317000),(237.933000,-1.953000),(241.534000,-0.732000),(246.040000,-0.395000),(247.653000,0.648000),(252.884000,6.362000),(248.078000,5.621000),(244.293000,3.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.451000,31.671000),(1.584000,29.591000),(1.074000,37.185000),(3.899000,39.468000),(357.680000,42.567000),(352.277000,43.554000),(352.917000,42.925000),(354.692000,37.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.173000,63.142000),(271.841000,66.681000),(292.993000,70.313000),(278.211000,70.059000),(259.806000,69.372000),(246.802000,69.615000),(252.241000,69.227000),(263.981000,67.465000),(268.030000,63.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.784000,77.082000),(258.501000,79.739000),(260.575000,81.183000),(234.248000,78.801000),(241.257000,81.188000),(278.527000,84.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.764000,-5.241000),(3.300000,-5.183000),(9.309000,-8.812000),(6.128000,-5.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.752000,10.216000),(233.483000,5.723000),(227.308000,7.707000),(227.427000,5.274000),(227.719000,5.120000),(228.799000,4.958000),(237.008000,-2.801000),(243.538000,-0.469000),(242.710000,2.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.065000,1.624000),(334.545000,2.376000),(334.737000,11.377000),(332.722000,0.853000),(329.644000,-5.798000),(332.714000,-0.138000),(334.397000,-0.592000),(337.043000,0.675000),(335.997000,1.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.373000,13.159000),(220.958000,10.658000),(220.161000,11.959000),(214.933000,16.070000),(216.857000,21.706000),(210.439000,23.977000),(212.711000,18.272000),(207.071000,15.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.672000,55.589000),(52.371000,52.171000),(57.421000,54.552000),(60.254000,58.559000),(63.384000,58.567000),(60.679000,64.312000),(50.482000,66.138000),(42.731000,63.476000),(50.968000,60.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.848000,-43.751000),(290.373000,-50.599000),(303.690000,-49.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.526000,-40.375000),(102.795000,-46.762000),(100.369000,-43.008000),(93.394000,-37.073000),(91.037000,-33.190000),(89.181000,-30.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.917000,12.149000),(326.322000,7.310000),(330.563000,6.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.194000,-51.358000),(19.507000,-52.492000),(16.467000,-50.330000),(0.045000,-45.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.286000,2.551000),(208.038000,4.184000),(202.432000,-3.658000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.348000,7.856000),(6.465000,6.201000),(6.789000,6.202000),(9.890000,0.260000),(15.366000,5.841000),(17.098000,6.523000),(14.460000,10.190000),(13.932000,12.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.484000,-10.405000),(311.357000,2.057000),(306.232000,5.112000),(304.776000,-1.069000),(301.772000,-5.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.360000,-0.973000),(20.876000,-1.326000),(8.679000,-1.994000),(12.436000,-5.415000),(11.405000,-12.939000),(18.656000,-11.369000),(19.835000,-11.113000),(16.970000,-6.327000),(19.045000,-4.635000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.704000,24.619000),(69.756000,34.080000),(58.559000,28.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.999000,8.305000),(351.871000,4.109000),(348.861000,11.375000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.269000,-46.601000),(138.113000,-51.324000),(141.109000,-51.388000),(143.723000,-50.044000),(142.832000,-51.389000),(151.404000,-46.454000),(150.123000,-43.885000),(151.207000,-37.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.656000,-6.943000),(349.385000,-12.989000),(351.928000,-14.984000),(356.970000,-15.098000),(2.529000,-14.932000),(356.893000,-9.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.946000,-6.658000),(127.367000,-1.502000),(124.287000,-0.142000),(122.871000,0.201000),(121.576000,-7.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.216000,15.572000),(82.542000,13.217000),(88.319000,17.521000),(88.010000,21.512000),(89.130000,22.089000),(85.335000,21.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.425000,6.864000),(9.550000,11.685000),(7.584000,5.356000),(10.025000,16.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.324000,-36.181000),(64.456000,-35.517000),(64.932000,-33.844000),(63.514000,-30.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.880000,11.146000),(345.333000,14.527000),(330.231000,21.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.229000,52.733000),(183.929000,50.045000),(169.101000,50.803000),(182.218000,44.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.681000,39.720000),(219.141000,38.226000),(209.175000,35.806000),(218.246000,33.857000),(221.541000,33.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.003000,11.262000),(152.117000,12.766000),(158.085000,8.040000),(157.400000,3.092000),(159.489000,6.806000),(159.512000,3.937000),(167.733000,12.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.443000,-27.407000),(320.439000,-27.795000),(322.686000,-25.811000),(321.617000,-25.340000),(321.401000,-19.308000),(314.670000,-22.308000),(315.948000,-27.147000),(315.617000,-34.585000),(323.191000,-35.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.213000,13.322000),(3.535000,13.054000),(0.967000,18.232000),(354.667000,13.334000),(0.136000,2.135000),(2.395000,7.223000),(3.331000,6.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.681000,0.728000),(140.478000,-4.202000),(138.640000,-6.827000),(148.628000,-7.583000),(150.947000,-9.347000),(152.609000,-6.128000),(146.426000,-4.791000),(149.281000,-4.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.367000,56.115000),(178.119000,58.875000),(183.077000,48.362000),(180.689000,45.284000),(192.191000,52.724000),(194.971000,55.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.526000,15.170000),(0.073000,15.600000),(357.141000,16.839000),(353.526000,14.176000),(359.069000,13.532000),(0.440000,5.610000),(2.758000,11.254000),(6.873000,9.929000),(4.080000,20.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.435000,51.944000),(45.417000,48.162000),(38.540000,46.508000),(37.742000,42.225000),(47.164000,42.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.168000,-11.348000),(181.014000,-17.572000),(183.937000,-14.904000),(187.515000,-7.280000),(181.705000,-5.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.695000,44.320000),(354.895000,42.072000),(354.476000,40.716000),(8.660000,41.559000),(13.339000,40.577000),(13.593000,44.963000),(9.565000,50.890000),(5.929000,44.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.878000,62.086000),(331.362000,60.410000),(345.155000,56.998000),(353.289000,55.698000),(349.195000,58.212000),(349.239000,59.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.984000,-1.412000),(197.924000,8.503000),(194.168000,11.485000),(191.695000,13.470000),(188.224000,6.840000),(186.883000,8.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.807000,15.311000),(348.832000,17.187000),(350.515000,12.595000),(343.227000,11.311000),(347.419000,10.164000),(355.217000,7.409000),(357.896000,7.342000),(359.720000,10.382000),(353.390000,15.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.499000,-26.047000),(331.499000,-26.079000),(331.889000,-31.781000),(338.471000,-29.359000),(342.146000,-22.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.117000,-47.360000),(235.028000,-52.638000),(259.946000,-60.439000),(257.676000,-54.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.802000,63.205000),(292.439000,62.718000),(293.970000,57.128000),(312.032000,63.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.005000,-51.579000),(75.539000,-45.605000),(71.030000,-45.390000),(68.913000,-44.940000),(55.856000,-45.398000),(52.744000,-49.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.793000,-30.652000),(198.039000,-40.151000),(202.430000,-35.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.972000,16.542000),(308.907000,16.535000),(299.811000,19.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.435000,-3.297000),(356.338000,-4.969000),(356.964000,0.291000),(352.303000,7.871000),(348.976000,-1.455000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.893000,-9.343000),(280.545000,-10.994000),(288.421000,-12.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.445000,-31.115000),(20.485000,-36.511000),(25.592000,-41.536000),(27.087000,-34.308000),(28.467000,-33.924000),(33.153000,-34.435000),(34.763000,-34.292000),(26.148000,-31.818000),(20.244000,-25.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.999000,15.511000),(43.936000,26.183000),(37.596000,16.028000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.318000,31.888000),(9.930000,26.913000),(7.419000,31.913000),(10.478000,25.048000),(17.425000,22.532000),(18.071000,23.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.733000,11.066000),(353.884000,1.568000),(4.127000,4.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.084000,54.829000),(6.902000,54.678000),(357.731000,54.378000),(356.976000,49.202000),(9.504000,51.977000),(13.379000,47.339000),(15.572000,46.367000),(12.477000,54.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.193000,-3.602000),(348.862000,-3.620000),(345.032000,-4.452000),(351.223000,-15.800000),(351.987000,-7.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.455000,40.611000),(353.333000,48.932000),(344.596000,48.483000),(342.122000,44.703000),(334.754000,46.449000),(333.844000,41.035000),(334.001000,38.117000),(341.648000,42.719000),(343.057000,42.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.842000,1.236000),(149.668000,2.992000),(142.895000,9.212000),(138.915000,9.046000),(144.808000,3.024000),(143.161000,-0.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.235000,-19.651000),(19.894000,-25.179000),(16.974000,-21.213000),(18.370000,-26.977000),(10.150000,-33.523000),(17.530000,-29.671000),(21.572000,-34.538000),(24.596000,-31.711000),(26.648000,-28.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.664000,51.419000),(337.315000,59.367000),(336.772000,50.357000),(331.554000,45.678000),(341.650000,49.743000),(340.798000,45.675000),(345.375000,44.810000),(344.547000,49.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.692000,-9.609000),(158.768000,-13.637000),(161.401000,-1.074000),(160.190000,-1.463000),(152.438000,-0.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.030000,27.085000),(181.620000,31.810000),(178.843000,31.109000),(167.806000,30.387000),(174.303000,28.957000),(174.562000,28.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.961000,-7.059000),(177.911000,-5.309000),(174.751000,-7.689000),(170.710000,-5.905000),(165.179000,-7.528000),(170.759000,-10.283000),(165.895000,-12.658000),(172.270000,-12.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.469000,-71.947000),(91.252000,-74.472000),(93.306000,-73.581000),(94.419000,-72.280000),(78.488000,-69.267000),(83.596000,-62.301000),(57.293000,-63.842000),(54.710000,-67.116000),(52.826000,-68.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.323000,-63.463000),(21.006000,-63.057000),(10.216000,-67.259000),(38.053000,-67.642000),(43.772000,-63.636000),(33.119000,-54.609000),(24.062000,-56.111000),(19.393000,-55.492000),(8.674000,-59.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.446000,64.339000),(239.165000,72.964000),(223.974000,70.038000),(212.598000,64.786000),(218.512000,61.207000),(232.437000,63.832000),(239.376000,59.358000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.663000,-7.090000),(328.098000,-5.858000),(328.890000,-4.924000),(323.508000,4.685000),(316.902000,0.500000),(320.209000,-5.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.321000,0.397000),(14.299000,-7.284000),(21.404000,-1.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.602000,-6.162000),(162.557000,-1.878000),(161.877000,-6.520000),(168.197000,-9.102000),(167.091000,-16.574000),(170.109000,-15.258000),(172.047000,-8.613000),(173.187000,-6.396000),(169.697000,-6.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.970000,-2.070000),(278.675000,-2.148000),(277.616000,-2.630000),(278.581000,-7.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.498000,-26.093000),(330.400000,-34.715000),(333.074000,-37.399000),(347.064000,-35.060000),(344.762000,-24.873000),(342.990000,-26.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.180000,-5.524000),(193.484000,-10.459000),(196.264000,-8.227000),(195.366000,-1.453000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.078000,-8.846000),(177.190000,-1.266000),(172.448000,4.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.738000,63.592000),(57.854000,65.519000),(34.812000,71.957000),(47.180000,67.571000),(41.489000,67.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.290000,14.687000),(153.808000,9.378000),(147.396000,18.839000),(139.694000,17.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.489000,8.699000),(20.250000,4.562000),(22.020000,11.610000),(22.168000,15.079000),(16.877000,17.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.327000,62.739000),(274.538000,59.175000),(276.062000,46.463000),(279.924000,45.572000),(295.627000,50.896000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.042000,-4.138000),(201.702000,6.160000),(200.590000,4.111000),(196.876000,8.240000),(196.480000,4.190000),(197.805000,1.454000),(199.019000,-2.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.220000,57.745000),(54.065000,65.722000),(45.405000,50.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.107000,51.111000),(12.382000,49.071000),(15.610000,46.004000),(28.655000,38.351000),(26.803000,42.767000),(35.150000,39.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.513000,5.863000),(315.298000,-3.325000),(316.509000,-5.056000),(314.859000,1.120000),(315.647000,8.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.102000,0.172000),(283.432000,-3.293000),(283.655000,-7.108000),(289.263000,-12.428000),(293.384000,-4.272000),(292.704000,1.783000),(289.820000,1.112000),(285.655000,-2.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.016000,5.793000),(74.739000,14.368000),(71.186000,12.763000),(65.608000,1.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.568000,0.858000),(185.984000,-2.421000),(180.831000,-6.178000),(186.375000,-4.349000),(183.587000,-9.855000),(189.769000,-0.464000),(188.152000,3.304000),(187.486000,-0.802000),(185.975000,6.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.064000,4.930000),(0.021000,8.464000),(4.304000,2.719000),(0.735000,2.120000),(9.682000,3.171000),(12.140000,8.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.326000,-19.449000),(142.271000,-16.318000),(142.419000,-12.349000),(139.628000,-11.016000),(133.886000,-14.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.897000,-41.849000),(165.165000,-44.179000),(170.583000,-47.138000),(182.222000,-35.562000),(174.725000,-36.598000),(168.773000,-35.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.455000,-5.706000),(43.895000,-10.256000),(45.248000,-20.194000),(46.176000,-19.145000),(48.654000,-13.224000),(55.057000,-15.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.923000,3.752000),(223.174000,6.264000),(221.299000,15.917000),(216.564000,5.747000),(214.893000,1.379000),(219.554000,-2.587000),(221.327000,3.373000),(222.101000,-0.345000),(224.816000,0.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.318000,37.973000),(322.807000,41.950000),(315.688000,44.741000),(305.787000,38.380000),(315.510000,28.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.809000,35.620000),(295.563000,34.181000),(291.353000,26.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.989000,4.159000),(61.252000,9.542000),(60.906000,10.124000),(62.662000,11.546000),(59.081000,18.323000),(53.624000,15.836000),(58.159000,11.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.535000,-50.823000),(224.910000,-45.776000),(217.785000,-44.514000),(219.771000,-36.948000),(211.491000,-50.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.205000,3.258000),(5.850000,12.975000),(3.327000,12.146000),(358.491000,13.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.076000,-65.271000),(71.530000,-67.708000),(91.873000,-70.555000),(97.290000,-67.086000),(89.124000,-64.146000),(106.437000,-64.130000),(84.958000,-59.636000),(67.262000,-63.604000),(78.839000,-64.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.213000,21.027000),(0.279000,14.712000),(358.997000,12.569000),(2.709000,15.145000),(10.112000,17.492000),(8.230000,18.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.449000,-21.686000),(188.285000,-22.022000),(192.469000,-24.697000),(190.468000,-28.336000),(197.072000,-29.753000),(206.886000,-25.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.024000,-22.256000),(243.580000,-26.657000),(238.904000,-22.190000),(236.613000,-17.572000),(234.151000,-20.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.217000,66.787000),(129.549000,64.650000),(132.730000,64.564000),(152.580000,64.780000),(139.335000,66.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.113000,0.035000),(193.514000,-3.014000),(194.091000,1.514000),(189.842000,-1.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.852000,6.144000),(140.391000,4.394000),(138.524000,6.023000),(136.559000,7.107000),(135.215000,0.068000),(136.382000,-3.357000),(137.434000,-3.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.384000,-18.396000),(42.986000,-18.390000),(36.652000,-21.780000),(37.178000,-22.287000),(35.130000,-25.717000),(42.632000,-22.718000),(45.407000,-27.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.328000,-0.379000),(197.324000,-1.066000),(195.740000,-2.274000),(201.371000,-4.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.351000,31.504000),(215.582000,36.484000),(211.885000,38.997000),(207.116000,27.872000),(203.634000,24.952000),(206.472000,26.633000),(211.441000,28.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.742000,4.063000),(196.444000,3.952000),(203.225000,-3.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.743000,21.216000),(210.362000,21.903000),(210.330000,22.137000),(210.270000,22.282000),(209.895000,23.283000),(208.445000,27.729000),(208.697000,24.005000),(203.635000,21.513000),(215.564000,15.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.660000,-45.818000),(106.237000,-39.603000),(104.053000,-38.128000),(97.525000,-44.795000),(97.204000,-44.215000),(95.098000,-46.765000),(98.176000,-47.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.030000,35.994000),(246.934000,31.397000),(247.612000,26.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.544000,24.509000),(21.395000,19.665000),(24.291000,25.349000),(24.705000,23.720000),(25.024000,26.235000),(25.696000,31.541000),(19.275000,29.508000),(19.778000,25.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.700000,11.196000),(321.361000,5.408000),(329.419000,3.460000),(328.724000,5.902000),(335.356000,9.810000),(331.632000,13.016000),(332.713000,15.343000),(332.595000,15.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.922000,-2.404000),(256.853000,-8.218000),(259.471000,-2.279000),(258.790000,2.513000),(252.941000,4.713000),(254.486000,-0.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.429000,-24.396000),(184.233000,-27.588000),(188.608000,-33.880000),(200.413000,-27.694000),(195.961000,-26.550000),(194.293000,-23.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.319000,-6.677000),(203.155000,-5.767000),(200.000000,-3.410000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.303000,-8.571000),(306.896000,-16.502000),(311.005000,-19.243000),(315.878000,-16.798000),(316.464000,-13.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.665000,-29.471000),(263.491000,-25.104000),(260.370000,-21.597000),(254.664000,-22.021000),(251.865000,-17.587000),(245.042000,-22.821000),(248.833000,-34.002000),(253.023000,-34.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.054000,-16.342000),(175.370000,-14.494000),(180.500000,-22.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.591000,3.241000),(351.127000,-2.477000),(357.689000,-4.361000),(356.143000,2.997000),(355.937000,4.548000),(357.152000,13.357000),(354.546000,7.990000),(354.480000,7.559000),(352.649000,12.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.081000,57.029000),(202.073000,65.346000),(186.782000,66.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.595000,-22.728000),(1.808000,-18.883000),(0.994000,-14.263000),(354.648000,-14.830000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.871000,18.577000),(45.633000,18.313000),(46.587000,17.588000),(43.287000,24.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.993000,-27.646000),(170.662000,-20.872000),(172.303000,-23.831000),(177.643000,-21.018000),(178.429000,-12.224000),(172.388000,-9.759000),(169.754000,-9.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.550000,1.614000),(173.426000,-4.701000),(181.385000,0.637000),(184.228000,3.212000),(179.571000,12.199000),(176.703000,6.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.433000,-14.980000),(330.498000,-21.729000),(336.383000,-17.429000),(337.225000,-23.876000),(336.170000,-11.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.041000,3.768000),(173.170000,5.451000),(175.229000,11.159000),(164.671000,7.122000),(166.784000,5.123000),(173.170000,2.005000),(174.896000,0.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.280000,59.371000),(341.447000,65.697000),(331.921000,59.143000),(329.274000,57.693000),(331.110000,56.093000),(327.502000,48.929000),(336.384000,48.712000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.198000,-19.476000),(213.675000,-22.985000),(218.121000,-22.061000),(220.889000,-21.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.375000,63.021000),(315.809000,62.458000),(332.772000,54.177000),(334.821000,63.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.589000,-19.626000),(310.735000,-16.208000),(310.934000,-12.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.716000,-32.012000),(357.515000,-36.078000),(353.923000,-34.322000),(352.961000,-34.666000),(350.457000,-40.390000),(355.319000,-42.858000),(8.040000,-39.336000),(7.812000,-34.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.339000,-54.602000),(315.942000,-52.631000),(314.657000,-46.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.175000,-52.435000),(80.837000,-55.883000),(89.492000,-59.310000),(85.881000,-49.168000),(75.631000,-44.214000),(78.790000,-47.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.440000,19.964000),(159.731000,24.025000),(164.117000,15.774000),(155.363000,13.408000),(161.935000,14.794000),(168.419000,12.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.117000,-26.447000),(348.925000,-27.661000),(353.836000,-27.790000),(357.603000,-27.314000),(0.787000,-32.472000),(1.495000,-27.644000),(0.603000,-20.786000),(356.868000,-23.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.280000,-23.037000),(156.504000,-25.816000),(160.692000,-26.268000),(159.257000,-26.704000),(161.128000,-26.813000),(164.760000,-32.106000),(169.311000,-27.792000),(175.506000,-29.487000),(168.430000,-22.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.435000,40.539000),(59.246000,48.685000),(58.174000,49.050000),(57.954000,50.426000),(50.167000,50.392000),(54.908000,55.492000),(45.190000,55.786000),(39.553000,58.334000),(43.313000,40.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.500000,26.186000),(354.591000,24.749000),(346.819000,27.344000),(347.799000,24.610000),(346.532000,21.457000),(348.443000,20.585000),(352.408000,21.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.401000,48.857000),(49.126000,58.304000),(36.512000,47.583000),(45.125000,48.737000),(43.244000,45.583000),(47.153000,48.082000),(50.215000,46.883000),(53.258000,43.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.928000,37.696000),(2.724000,34.701000),(359.432000,26.036000),(0.406000,26.779000),(3.602000,26.739000),(4.500000,37.716000),(2.991000,38.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.274000,-26.395000),(27.032000,-29.216000),(22.971000,-29.682000),(24.553000,-35.539000),(26.294000,-39.283000),(29.210000,-35.104000),(30.371000,-39.172000),(33.986000,-33.439000),(32.511000,-30.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.746000,0.111000),(183.631000,5.885000),(172.465000,5.617000),(174.613000,3.868000),(177.812000,-0.477000),(181.093000,-8.495000),(182.888000,-8.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.385000,0.178000),(270.717000,-5.623000),(274.743000,1.729000),(274.606000,3.462000),(277.705000,6.325000),(270.873000,4.127000),(262.737000,3.537000),(264.198000,-0.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.120000,-11.670000),(16.942000,-15.633000),(25.837000,-20.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.803000,31.116000),(268.572000,34.829000),(278.318000,42.101000),(270.677000,44.125000),(266.255000,44.022000),(263.105000,42.083000),(258.087000,42.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.452000,44.764000),(297.388000,44.232000),(296.181000,47.439000),(297.338000,56.878000),(292.384000,49.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.328000,16.458000),(176.578000,9.762000),(170.555000,2.879000),(177.720000,5.856000),(184.160000,14.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.218000,-0.695000),(171.784000,-2.128000),(174.438000,3.487000),(168.483000,2.951000),(165.883000,5.819000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.694000,24.891000),(100.797000,21.297000),(103.148000,20.727000),(104.669000,29.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.517000,-88.522000),(75.373000,-79.867000),(43.333000,-75.933000),(3.979000,-77.999000),(24.971000,-82.047000),(347.888000,-79.796000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.984000,-22.027000),(39.488000,-18.002000),(38.923000,-19.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.761000,39.670000),(144.056000,29.004000),(153.499000,23.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.253000,69.773000),(342.709000,76.946000),(347.641000,77.806000),(334.679000,78.244000),(328.157000,79.541000),(311.711000,75.820000),(318.681000,74.782000),(336.300000,66.997000),(337.095000,67.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.414000,-29.834000),(31.502000,-31.962000),(30.697000,-32.712000),(31.942000,-38.950000),(35.827000,-29.558000),(37.022000,-26.327000),(39.888000,-20.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.217000,-9.352000),(359.825000,-2.847000),(7.304000,2.732000),(358.584000,2.510000),(357.564000,3.656000),(355.950000,5.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.038000,-45.866000),(184.239000,-44.480000),(191.922000,-44.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.400000,41.377000),(43.896000,40.949000),(47.128000,36.172000),(51.362000,28.968000),(49.176000,37.998000),(54.657000,41.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.950000,-7.078000),(255.406000,-13.337000),(252.138000,-7.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.686000,-34.216000),(179.698000,-34.635000),(182.339000,-39.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.479000,6.654000),(0.663000,9.626000),(358.713000,8.971000),(355.987000,12.139000),(351.646000,9.527000),(349.865000,3.843000),(356.121000,2.464000),(357.241000,-2.243000),(358.763000,6.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.080000,-65.638000),(218.492000,-59.753000),(229.393000,-62.141000),(224.409000,-54.435000),(221.295000,-55.193000),(215.799000,-54.803000),(214.157000,-53.037000),(207.133000,-55.924000),(202.581000,-56.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.481000,-14.922000),(204.578000,-3.149000),(199.212000,-9.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.128000,20.731000),(52.039000,19.806000),(60.761000,18.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.167000,68.061000),(189.467000,71.665000),(194.717000,73.354000),(219.661000,71.377000),(205.097000,81.103000),(169.025000,75.808000),(164.755000,74.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.139000,-22.345000),(192.251000,-13.418000),(189.621000,-14.752000),(185.737000,-15.770000),(182.305000,-14.783000),(186.174000,-18.447000),(189.477000,-22.850000),(190.233000,-25.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.671000,-5.810000),(201.765000,-11.553000),(204.252000,-14.303000),(211.320000,-16.225000),(209.352000,-7.547000),(208.203000,-6.208000),(206.895000,-3.806000),(204.861000,-4.939000),(205.405000,-6.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.003000,-1.858000),(143.093000,-0.619000),(142.866000,0.837000),(141.813000,-0.188000),(135.348000,-7.506000),(135.590000,-9.187000),(141.024000,-4.757000),(138.487000,-9.419000),(142.993000,-4.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.049000,-66.058000),(77.799000,-58.295000),(63.400000,-51.504000),(45.036000,-60.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.045000,20.541000),(144.680000,24.684000),(135.705000,19.433000),(137.782000,12.275000),(138.895000,14.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.253000,3.116000),(129.867000,0.560000),(135.297000,-7.131000),(138.199000,1.580000),(135.837000,3.688000),(135.117000,4.512000),(131.761000,6.765000),(132.524000,2.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.888000,-12.595000),(218.452000,-20.258000),(219.361000,-14.386000),(222.098000,-11.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.388000,55.470000),(1.861000,55.944000),(7.058000,48.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.522000,-14.905000),(249.394000,-7.754000),(246.054000,-5.131000),(245.541000,-6.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.841000,-23.291000),(11.918000,-21.140000),(6.838000,-26.700000),(16.995000,-25.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.330000,-46.753000),(230.085000,-36.108000),(212.911000,-41.492000),(219.036000,-46.025000),(218.470000,-50.781000),(231.906000,-51.064000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.463000,-4.009000),(5.990000,-7.008000),(5.192000,1.350000),(6.906000,4.978000),(4.650000,8.037000),(359.543000,2.343000),(358.166000,-1.474000),(357.794000,-4.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.804000,27.011000),(37.934000,24.213000),(45.447000,33.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.465000,31.981000),(13.343000,30.541000),(17.383000,31.809000),(16.285000,33.531000),(14.906000,40.816000),(0.236000,41.577000),(2.875000,34.756000),(8.284000,37.488000),(6.042000,33.553000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.579000,-23.346000),(52.298000,-21.292000),(59.968000,-34.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.082000,66.483000),(333.207000,65.887000),(317.598000,80.635000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.072000,5.896000),(272.137000,10.200000),(262.679000,0.611000),(268.551000,-0.058000),(266.685000,-4.064000),(272.727000,0.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.063000,-69.963000),(242.399000,-67.691000),(230.083000,-67.180000),(229.985000,-67.625000),(215.455000,-69.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.139000,-56.367000),(89.588000,-52.486000),(86.538000,-57.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.573000,38.009000),(67.278000,45.247000),(76.392000,43.883000),(58.358000,43.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.765000,0.311000),(169.280000,0.187000),(170.005000,-1.863000),(176.940000,0.720000),(178.980000,7.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.830000,14.998000),(124.152000,8.155000),(140.445000,13.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.840000,28.778000),(154.263000,39.502000),(135.847000,35.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.117000,44.344000),(61.222000,43.061000),(73.597000,42.185000),(82.252000,45.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.856000,10.234000),(133.573000,5.857000),(134.701000,2.956000),(135.683000,11.647000),(136.403000,14.501000),(136.578000,19.015000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.962000,-34.055000),(164.569000,-30.766000),(155.519000,-36.637000),(160.251000,-36.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.237000,19.312000),(92.974000,17.947000),(93.837000,16.272000),(103.725000,17.961000),(99.133000,19.795000),(95.148000,27.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.238000,14.234000),(296.368000,16.905000),(300.392000,5.198000),(301.313000,4.128000),(304.449000,9.519000),(305.464000,8.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.871000,-4.818000),(42.392000,-10.263000),(51.399000,-16.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.043000,-25.070000),(356.216000,-22.298000),(353.763000,-10.336000),(346.567000,-21.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.940000,-8.529000),(184.314000,-9.468000),(182.119000,-3.354000),(185.383000,-6.643000),(183.762000,-0.571000),(177.477000,-3.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.362000,69.399000),(124.342000,64.594000),(136.870000,69.683000),(140.194000,70.246000),(154.076000,72.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.769000,7.000000),(194.139000,7.955000),(178.314000,12.523000),(184.210000,9.432000),(183.698000,9.329000),(185.676000,8.999000),(180.083000,2.060000),(181.267000,2.046000),(186.959000,6.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.493000,60.422000),(73.554000,65.578000),(79.399000,66.590000),(63.852000,64.984000),(56.409000,72.514000),(60.645000,67.982000),(61.104000,66.888000),(55.754000,69.468000),(54.724000,67.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.649000,10.892000),(278.773000,11.215000),(271.792000,11.893000),(271.474000,16.816000),(266.616000,14.068000),(262.334000,12.650000),(264.429000,12.172000),(267.797000,7.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.343000,-20.502000),(18.531000,-17.064000),(13.414000,-8.545000),(14.971000,-16.144000),(9.822000,-12.608000),(8.996000,-15.881000),(13.189000,-17.295000),(13.137000,-18.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.133000,-37.841000),(326.648000,-24.693000),(320.375000,-34.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.936000,-11.342000),(8.517000,-17.439000),(16.168000,-17.746000),(17.927000,-15.776000),(19.832000,-18.606000),(20.512000,-20.162000),(20.332000,-15.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.938000,81.518000),(91.447000,81.858000),(122.947000,79.664000),(144.238000,79.735000),(138.794000,78.373000),(136.249000,76.140000),(152.688000,72.252000),(178.448000,75.318000),(184.700000,77.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.475000,-14.602000),(289.226000,-11.865000),(288.508000,-11.943000),(286.039000,-13.076000),(286.267000,-22.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.058000,-28.116000),(325.392000,-25.793000),(320.963000,-19.034000),(310.152000,-24.131000),(308.383000,-34.220000),(314.702000,-30.313000),(320.264000,-33.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.659000,-34.983000),(175.351000,-36.010000),(179.355000,-40.149000),(179.721000,-46.833000),(183.806000,-32.105000),(178.770000,-34.718000),(177.950000,-32.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.844000,52.559000),(166.539000,51.770000),(155.939000,54.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.175000,20.445000),(25.885000,21.248000),(27.697000,21.351000),(32.593000,21.966000),(29.185000,24.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.523000,1.963000),(177.357000,-1.039000),(173.805000,-5.124000),(185.325000,-7.356000),(187.859000,-2.120000),(182.563000,4.741000),(178.782000,7.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.141000,-58.534000),(130.911000,-63.035000),(146.574000,-64.394000),(154.526000,-61.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.711000,-2.775000),(336.052000,-1.770000),(333.151000,4.621000),(336.130000,4.191000),(339.439000,3.439000),(338.968000,8.585000),(329.751000,8.212000),(330.453000,6.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.318000,-40.957000),(188.421000,-37.540000),(187.184000,-38.481000),(174.756000,-38.627000),(177.521000,-43.248000),(181.463000,-48.247000),(181.388000,-48.559000),(185.147000,-44.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.416000,-0.513000),(353.125000,-4.456000),(354.000000,-3.832000),(354.768000,-6.928000),(359.294000,-0.071000),(359.136000,2.191000),(3.495000,9.213000),(357.691000,9.380000),(351.615000,9.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.422000,2.290000),(174.030000,-4.343000),(178.863000,-6.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.970000,-28.682000),(309.461000,-23.484000),(314.553000,-25.350000),(303.382000,-15.933000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.649000,17.407000),(202.797000,23.513000),(201.343000,25.801000),(198.946000,25.425000),(201.097000,19.750000),(198.911000,19.874000),(195.324000,20.483000),(198.621000,17.428000),(206.217000,15.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.948000,59.009000),(211.380000,54.883000),(218.460000,52.372000),(224.048000,49.068000),(223.291000,45.250000),(224.636000,46.506000),(235.940000,59.360000),(234.986000,58.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.654000,7.255000),(131.761000,4.152000),(133.888000,0.077000),(137.173000,5.049000),(142.199000,5.288000),(140.143000,10.481000),(138.097000,6.969000),(137.309000,8.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.525000,-31.343000),(11.236000,-27.806000),(8.836000,-20.756000),(4.849000,-27.033000),(355.955000,-34.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.412000,-39.535000),(354.488000,-41.983000),(350.371000,-37.798000),(349.964000,-34.770000),(346.326000,-33.453000),(343.655000,-33.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.071000,-10.668000),(232.419000,-7.868000),(232.255000,-15.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.807000,32.666000),(97.647000,25.940000),(96.765000,34.268000),(87.527000,35.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.453000,-43.868000),(196.862000,-42.728000),(197.103000,-44.956000),(195.150000,-47.987000),(207.502000,-46.165000),(213.356000,-46.478000),(214.715000,-42.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.933000,6.039000),(173.811000,1.290000),(171.596000,-0.601000),(171.629000,-1.437000),(176.814000,-3.046000),(180.473000,-7.383000),(181.758000,-8.693000),(180.816000,0.212000),(181.758000,1.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.279000,65.947000),(330.600000,60.818000),(331.238000,65.609000),(319.351000,67.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.314000,-44.646000),(41.745000,-42.401000),(34.460000,-36.485000),(32.131000,-39.864000),(33.821000,-42.817000),(21.914000,-47.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.967000,-11.595000),(164.605000,-8.925000),(160.123000,-7.644000),(159.807000,-10.806000),(162.664000,-12.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.969000,18.881000),(180.850000,8.370000),(186.414000,10.081000),(190.175000,12.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.480000,8.591000),(173.967000,0.046000),(173.572000,-1.551000),(173.268000,-2.858000),(186.706000,-5.646000),(181.074000,0.196000),(181.580000,0.422000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.779000,-13.446000),(57.541000,-15.183000),(56.883000,-16.548000),(51.805000,-12.037000),(52.676000,-20.070000),(64.336000,-19.342000),(60.535000,-18.791000),(63.227000,-18.284000),(63.546000,-17.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.063000,-14.272000),(17.534000,-19.490000),(17.389000,-26.644000),(19.611000,-28.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.294000,-52.228000),(3.887000,-53.994000),(357.354000,-56.455000),(18.833000,-60.245000),(12.157000,-53.669000),(11.809000,-52.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.530000,-7.067000),(17.097000,-17.748000),(22.579000,-14.398000),(23.126000,-12.689000),(26.589000,-11.601000),(23.747000,-11.940000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.160000,46.722000),(59.001000,43.742000),(57.692000,47.138000),(58.062000,53.470000),(50.958000,55.086000),(47.670000,49.013000),(39.930000,46.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.454000,4.435000),(350.197000,3.218000),(1.766000,11.129000),(2.779000,11.779000),(2.085000,15.868000),(359.966000,16.772000),(352.659000,18.059000),(348.765000,14.321000),(350.668000,9.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.537000,-11.611000),(34.342000,-19.849000),(38.747000,-13.083000),(41.688000,-8.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.351000,7.714000),(320.353000,5.759000),(322.374000,10.390000),(318.665000,12.296000),(317.609000,11.759000),(317.993000,14.779000),(308.193000,13.144000),(315.290000,9.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.101000,-45.465000),(140.309000,-47.849000),(146.246000,-37.267000),(132.941000,-39.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.794000,27.343000),(318.632000,25.776000),(315.732000,25.629000),(321.305000,17.793000),(321.058000,24.232000),(314.973000,33.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.430000,-14.030000),(127.758000,-13.386000),(126.444000,-13.006000),(125.367000,-15.177000),(118.240000,-11.492000),(116.578000,-12.270000),(123.919000,-26.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.206000,19.195000),(118.354000,25.721000),(114.988000,28.625000),(114.126000,28.308000),(113.113000,28.299000),(110.102000,18.734000),(114.013000,18.027000),(111.213000,15.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.770000,38.393000),(157.925000,32.981000),(163.190000,37.512000),(167.853000,39.454000),(163.899000,39.930000),(167.173000,42.145000),(156.524000,41.487000),(155.264000,41.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.216000,-6.144000),(158.802000,-1.697000),(160.857000,0.368000),(145.856000,-3.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.722000,-15.750000),(182.508000,-18.041000),(189.064000,-20.869000),(183.824000,-11.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.858000,-37.292000),(57.032000,-32.423000),(51.954000,-43.808000),(55.293000,-42.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.188000,-20.558000),(293.813000,-26.738000),(305.722000,-31.430000),(306.726000,-24.216000),(306.035000,-20.656000),(306.957000,-14.750000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.911000,-2.049000),(9.255000,4.122000),(4.858000,6.023000),(0.904000,2.587000),(2.205000,-10.456000),(6.816000,-12.626000),(7.997000,-7.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.449000,6.764000),(351.730000,6.900000),(347.663000,2.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.287000,-31.472000),(79.603000,-26.649000),(82.209000,-24.831000),(75.512000,-19.015000),(75.451000,-24.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.814000,17.628000),(71.041000,16.233000),(60.563000,16.707000),(61.309000,16.429000),(61.222000,10.715000),(69.588000,7.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.830000,-74.278000),(166.285000,-67.890000),(149.543000,-70.862000),(140.655000,-72.749000),(148.279000,-83.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.916000,-0.909000),(179.755000,0.758000),(179.238000,2.797000),(178.261000,8.664000),(176.273000,1.181000),(174.474000,1.824000),(169.859000,-0.395000),(175.922000,-2.115000),(176.632000,-2.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.737000,-42.114000),(100.179000,-32.915000),(99.162000,-40.670000),(93.413000,-41.673000),(98.718000,-41.803000),(93.755000,-49.470000),(98.029000,-49.510000),(101.980000,-50.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.013000,-15.083000),(341.450000,-16.114000),(344.215000,-18.067000),(348.307000,-27.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.444000,-0.646000),(230.019000,-3.843000),(232.690000,-4.730000),(234.885000,-9.947000),(239.105000,-2.375000),(235.251000,-3.646000),(237.891000,0.137000),(238.835000,3.146000),(234.774000,-1.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.824000,14.985000),(167.902000,14.187000),(158.707000,15.481000),(165.900000,9.659000),(165.127000,5.223000),(168.594000,6.076000),(169.748000,6.523000),(172.300000,10.716000),(172.201000,11.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.033000,9.940000),(171.097000,4.805000),(171.139000,1.355000),(179.297000,0.117000),(181.827000,-1.399000),(184.296000,-1.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.130000,-9.885000),(354.739000,-7.006000),(355.056000,-4.301000),(356.337000,-1.013000),(347.133000,0.393000),(348.766000,-1.065000),(347.723000,-3.210000),(350.770000,-5.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.327000,69.592000),(326.265000,68.205000),(317.442000,69.633000),(321.015000,59.046000),(332.825000,62.475000),(342.496000,61.576000),(331.594000,67.112000),(334.730000,68.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.536000,-1.050000),(1.960000,5.400000),(355.979000,7.202000),(351.058000,0.440000),(357.738000,-3.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.226000,1.177000),(186.503000,7.070000),(172.596000,0.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.689000,-7.007000),(148.086000,-5.497000),(148.106000,-1.443000),(144.154000,-2.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.121000,28.606000),(128.577000,33.761000),(129.272000,37.252000),(120.397000,32.347000),(122.417000,26.255000),(125.582000,26.628000),(125.531000,22.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.973000,-2.059000),(183.723000,0.231000),(182.597000,1.645000),(176.901000,-0.599000),(181.698000,-2.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.571000,14.965000),(210.162000,14.154000),(206.814000,11.439000),(213.835000,4.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.591000,-77.958000),(319.323000,-73.312000),(316.268000,-77.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.516000,43.441000),(281.945000,37.905000),(279.318000,37.029000),(286.442000,34.238000),(293.189000,28.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.950000,8.614000),(352.296000,9.864000),(346.707000,5.453000),(0.118000,3.218000),(2.076000,7.826000),(348.168000,17.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.982000,-5.952000),(178.876000,1.748000),(173.403000,6.738000),(172.916000,4.399000),(165.852000,-1.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.318000,65.963000),(131.473000,66.170000),(145.670000,67.217000),(138.642000,70.854000),(127.785000,75.498000),(121.032000,69.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.137000,-31.175000),(255.802000,-31.850000),(256.612000,-36.950000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.084000,-6.740000),(62.711000,-2.732000),(67.316000,8.210000),(55.034000,3.993000),(51.324000,4.275000),(59.552000,-0.183000),(59.409000,-2.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.720000,36.170000),(226.520000,38.771000),(225.689000,41.753000),(222.316000,25.782000),(232.678000,31.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.405000,-9.066000),(311.573000,-20.517000),(322.643000,-10.701000),(318.581000,-12.372000),(318.918000,-11.601000),(314.630000,-11.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.194000,-6.456000),(3.693000,-2.193000),(3.120000,-6.414000),(2.252000,-5.820000),(0.262000,-10.674000),(2.137000,-11.802000),(3.927000,-13.587000),(5.758000,-15.556000),(10.308000,-9.307000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.827000,65.162000),(150.233000,60.296000),(159.869000,60.578000),(160.979000,59.570000),(157.590000,65.515000),(165.026000,66.756000),(152.927000,70.741000),(146.679000,69.994000),(149.047000,64.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.082000,1.255000),(4.638000,6.875000),(0.328000,-3.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.557000,15.825000),(187.046000,8.183000),(191.002000,5.907000),(197.995000,5.130000),(203.130000,10.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.782000,-32.800000),(177.645000,-34.706000),(182.847000,-33.312000),(188.113000,-37.185000),(189.345000,-28.172000),(186.841000,-29.267000),(187.835000,-28.126000),(174.572000,-31.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.423000,40.310000),(38.707000,44.520000),(35.600000,46.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.564000,55.108000),(4.955000,49.657000),(23.061000,55.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.060000,-24.718000),(68.003000,-24.578000),(65.995000,-19.943000),(58.796000,-23.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.491000,15.551000),(2.030000,11.804000),(2.561000,12.694000),(3.985000,15.033000),(3.915000,17.350000),(357.985000,24.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.993000,40.617000),(5.186000,39.314000),(3.911000,40.007000),(354.401000,39.919000),(357.661000,34.585000),(6.184000,35.251000),(6.045000,35.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.790000,-35.749000),(286.667000,-30.186000),(276.021000,-28.455000),(265.866000,-33.718000),(270.126000,-33.745000),(273.423000,-35.317000),(271.264000,-39.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.334000,35.952000),(334.346000,28.201000),(338.617000,31.016000),(345.393000,30.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.722000,-40.818000),(165.854000,-46.807000),(171.181000,-42.848000),(170.812000,-37.768000),(164.129000,-31.670000),(160.450000,-33.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.331000,-21.197000),(251.218000,-31.935000),(250.786000,-34.787000),(253.671000,-32.420000),(252.524000,-38.995000),(256.922000,-31.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.412000,50.420000),(74.389000,54.905000),(70.374000,58.953000),(61.803000,60.050000),(64.186000,58.127000),(62.472000,49.901000),(68.477000,52.901000),(69.323000,47.474000),(72.351000,45.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.730000,-8.697000),(23.549000,-4.841000),(23.013000,1.704000),(16.603000,0.650000),(20.470000,-7.588000),(20.465000,-9.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.576000,-39.216000),(184.684000,-38.286000),(184.196000,-36.488000),(174.304000,-37.951000),(178.461000,-40.360000),(175.332000,-46.061000),(187.060000,-45.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.761000,59.429000),(231.913000,60.643000),(221.975000,60.538000),(221.873000,50.467000),(223.874000,49.384000),(227.511000,50.682000),(225.330000,48.542000),(243.913000,50.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.327000,-36.021000),(163.109000,-42.989000),(179.308000,-47.199000),(177.867000,-46.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.017000,-47.935000),(258.319000,-42.187000),(248.636000,-43.180000),(245.961000,-47.694000),(244.670000,-51.739000),(250.942000,-54.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.331000,-29.075000),(24.634000,-22.359000),(22.993000,-18.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.665000,-34.913000),(356.000000,-30.272000),(353.895000,-37.181000),(354.466000,-36.621000),(4.007000,-23.713000),(353.316000,-26.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.747000,-4.682000),(218.621000,-7.973000),(212.223000,-0.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.879000,-57.126000),(344.051000,-59.908000),(5.936000,-60.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.521000,-2.330000),(6.892000,-1.663000),(357.541000,1.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.538000,-16.573000),(351.287000,-15.506000),(352.406000,-16.247000),(351.114000,-14.068000),(351.827000,-12.703000),(352.292000,-12.637000),(347.015000,-3.558000),(343.110000,-8.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.173000,10.830000),(356.801000,13.281000),(358.069000,15.139000),(354.461000,12.558000),(0.125000,19.250000),(353.972000,16.996000),(348.454000,13.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.756000,79.802000),(342.872000,84.279000),(245.608000,85.448000),(243.839000,84.022000),(177.271000,84.829000),(237.682000,83.532000),(219.021000,83.273000),(205.746000,81.246000),(226.727000,78.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.861000,-23.960000),(337.295000,-19.544000),(336.869000,-24.305000),(342.047000,-24.571000),(341.639000,-17.423000),(341.711000,-15.442000),(341.597000,-13.333000),(341.286000,-12.074000),(330.922000,-13.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.031000,-29.654000),(81.833000,-31.902000),(71.077000,-32.338000),(77.262000,-34.725000),(77.598000,-38.325000),(83.147000,-35.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.694000,-5.800000),(216.211000,-9.563000),(222.897000,-12.173000),(222.115000,-9.326000),(228.860000,-7.301000),(221.832000,-7.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.887000,73.594000),(224.379000,72.909000),(211.248000,70.417000),(244.814000,69.657000),(264.231000,74.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.054000,-24.291000),(235.391000,-15.780000),(234.084000,-19.948000),(232.423000,-30.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.916000,-37.730000),(211.923000,-33.624000),(214.320000,-39.059000),(215.789000,-40.931000),(213.795000,-42.959000),(218.116000,-40.212000),(218.896000,-42.418000),(221.965000,-47.305000),(223.823000,-42.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.105000,0.560000),(124.322000,-3.670000),(126.904000,3.535000),(124.612000,10.715000),(117.011000,8.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.958000,-13.420000),(350.254000,-31.227000),(349.425000,-18.812000),(347.920000,-20.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.966000,-47.192000),(342.567000,-46.339000),(332.130000,-47.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.233000,-2.163000),(110.474000,-3.238000),(113.480000,-1.215000),(113.773000,1.943000),(116.471000,3.490000),(114.092000,9.866000),(111.353000,13.404000),(109.086000,13.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.396000,-34.612000),(119.084000,-30.840000),(125.806000,-21.555000),(121.198000,-21.826000),(119.925000,-22.964000),(115.844000,-24.509000),(114.702000,-25.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.923000,12.485000),(199.681000,16.934000),(207.509000,8.531000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.490000,9.385000),(358.324000,9.974000),(353.116000,7.165000),(352.918000,6.334000),(357.951000,3.050000),(1.250000,7.481000),(7.673000,10.561000),(2.541000,15.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.074000,66.454000),(209.456000,64.995000),(213.169000,57.863000),(204.226000,56.006000),(214.952000,54.521000),(214.872000,48.338000),(218.388000,50.490000),(220.091000,52.283000),(224.055000,66.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.063000,-65.430000),(184.310000,-63.793000),(182.995000,-65.393000),(186.403000,-64.349000),(195.160000,-65.577000),(206.684000,-64.266000),(184.672000,-58.233000),(184.711000,-60.875000),(177.425000,-60.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.120000,-9.990000),(234.603000,1.768000),(232.068000,-4.628000),(232.218000,-5.374000),(238.293000,-10.792000),(239.559000,-12.384000),(240.013000,-9.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.393000,19.433000),(26.564000,28.156000),(26.106000,20.508000),(26.256000,18.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.697000,-49.503000),(185.356000,-46.877000),(188.796000,-50.560000),(193.115000,-50.726000),(190.417000,-48.903000),(188.790000,-41.955000),(192.394000,-39.284000),(184.486000,-41.559000),(181.235000,-44.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.344000,8.220000),(351.011000,4.518000),(343.810000,9.722000),(342.964000,12.052000),(334.884000,14.011000),(338.470000,4.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.566000,74.536000),(142.195000,76.423000),(111.046000,79.299000),(129.740000,79.883000),(125.824000,83.275000),(89.599000,84.401000),(59.145000,80.502000),(62.400000,77.651000),(75.682000,72.898000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.934000,-70.063000),(28.838000,-69.596000),(45.132000,-69.623000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.753000,5.826000),(171.187000,4.293000),(175.106000,0.386000),(174.617000,-1.281000),(174.595000,-2.489000),(180.261000,3.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.691000,46.698000),(187.813000,42.089000),(192.219000,42.272000),(191.774000,44.469000),(197.713000,41.760000),(197.683000,51.654000),(192.565000,49.724000),(188.541000,53.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.506000,16.647000),(159.712000,17.733000),(161.607000,14.859000),(167.139000,15.774000),(164.657000,7.570000),(167.888000,12.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.757000,16.313000),(0.786000,17.938000),(355.881000,13.038000),(356.203000,9.542000),(5.656000,12.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.832000,-53.907000),(47.443000,-62.690000),(51.350000,-60.044000),(54.769000,-53.431000),(59.507000,-48.965000),(40.718000,-50.662000),(48.147000,-52.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.886000,-8.511000),(112.131000,-4.367000),(109.300000,-0.282000),(106.736000,2.231000),(103.978000,3.928000),(107.335000,-0.534000),(101.914000,-0.076000),(107.555000,-10.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.068000,32.851000),(186.115000,30.097000),(187.929000,30.192000),(192.483000,30.372000),(193.316000,29.222000),(190.729000,24.199000),(196.020000,30.000000),(204.786000,27.634000),(189.897000,36.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.218000,4.417000),(177.704000,9.528000),(178.840000,6.469000),(182.285000,4.191000),(183.824000,2.028000),(188.219000,1.629000),(191.935000,0.835000),(193.771000,0.945000),(191.816000,8.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.758000,7.863000),(276.961000,4.002000),(276.945000,5.053000),(283.995000,11.278000),(282.976000,14.807000),(276.154000,19.166000),(266.120000,13.629000),(266.902000,8.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.740000,-70.443000),(191.607000,-69.066000),(174.423000,-70.507000),(170.402000,-71.333000),(148.780000,-73.481000),(174.370000,-77.184000),(181.284000,-82.980000),(185.547000,-76.522000),(200.234000,-75.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.785000,3.694000),(1.237000,3.782000),(2.725000,6.756000),(356.912000,6.258000),(353.670000,-2.074000),(1.617000,-5.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.941000,-37.114000),(222.525000,-31.253000),(220.716000,-30.447000),(210.455000,-32.646000),(208.395000,-36.820000),(208.095000,-38.280000),(218.236000,-38.690000),(219.871000,-41.356000),(221.720000,-39.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.473000,4.152000),(170.179000,-0.142000),(167.902000,-4.431000),(176.786000,-5.049000),(176.094000,0.599000),(170.724000,1.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.318000,0.959000),(171.314000,2.085000),(163.062000,1.532000),(163.631000,-3.847000),(167.702000,-4.044000),(168.988000,-7.227000),(169.735000,-2.163000),(172.238000,-3.302000),(176.874000,-5.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.435000,64.029000),(138.521000,64.967000),(141.670000,60.079000),(153.184000,58.834000),(163.681000,57.352000),(163.385000,58.725000),(156.597000,63.362000),(156.883000,63.470000),(170.979000,59.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.770000,-24.109000),(347.513000,-19.863000),(345.001000,-31.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.008000,-7.042000),(0.389000,-0.202000),(1.317000,2.052000),(3.971000,7.731000),(1.517000,8.773000),(357.725000,6.703000),(349.700000,-1.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.537000,4.739000),(131.617000,6.871000),(127.862000,5.992000),(133.159000,3.864000),(133.968000,2.506000),(136.151000,0.777000),(139.931000,5.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.384000,-12.827000),(341.967000,-7.703000),(337.271000,-13.127000),(339.836000,-15.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.058000,-47.889000),(218.965000,-50.101000),(216.479000,-55.471000),(218.249000,-53.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.433000,-10.203000),(287.621000,-5.640000),(272.355000,-7.850000),(274.954000,-9.670000),(271.463000,-9.753000),(275.043000,-15.073000),(285.284000,-11.040000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.788000,-47.837000),(306.443000,-46.188000),(318.008000,-47.165000),(313.492000,-44.409000),(305.362000,-37.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.041000,32.791000),(202.055000,32.397000),(207.667000,27.991000),(203.802000,33.197000),(201.933000,35.155000),(201.620000,35.672000),(206.720000,38.609000),(202.999000,37.501000),(197.709000,44.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.358000,44.959000),(275.134000,41.781000),(282.501000,44.717000),(280.537000,49.301000),(268.082000,52.262000),(274.243000,47.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.646000,-38.880000),(160.395000,-43.991000),(157.038000,-50.681000),(166.908000,-37.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.586000,3.918000),(352.589000,3.821000),(354.621000,1.686000),(4.983000,-2.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.159000,-46.351000),(60.443000,-54.397000),(63.890000,-58.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.403000,-12.477000),(249.950000,-15.109000),(251.989000,-22.040000),(256.221000,-21.017000),(261.591000,-27.178000),(265.580000,-20.918000),(265.621000,-17.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.854000,54.347000),(335.876000,51.904000),(350.995000,49.365000),(357.363000,44.007000),(2.283000,49.670000),(349.330000,55.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.963000,18.777000),(181.706000,21.826000),(181.852000,22.720000),(173.376000,25.603000),(176.482000,21.558000),(170.469000,22.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.864000,-22.889000),(257.695000,-20.734000),(256.067000,-16.065000),(255.415000,-19.801000),(246.383000,-24.212000),(256.494000,-23.764000),(258.199000,-27.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.899000,16.225000),(257.288000,15.882000),(254.226000,9.501000),(260.081000,7.410000),(263.637000,7.444000),(262.350000,24.269000),(256.835000,24.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.768000,33.181000),(55.988000,33.408000),(67.599000,38.309000),(56.979000,35.799000),(56.689000,37.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.020000,-3.368000),(4.125000,-7.474000),(1.915000,-1.285000),(3.961000,-0.686000),(3.723000,1.543000),(6.410000,4.624000),(1.135000,1.704000),(0.400000,2.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.499000,12.697000),(197.921000,4.607000),(198.088000,6.053000),(204.194000,1.394000),(201.765000,15.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.759000,-74.952000),(96.389000,-73.771000),(90.571000,-67.752000),(96.916000,-66.327000),(59.105000,-67.899000),(61.642000,-72.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.910000,-43.867000),(45.015000,-42.622000),(49.030000,-39.955000),(38.570000,-37.031000),(26.971000,-41.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.858000,-4.512000),(175.099000,-8.553000),(186.721000,-4.394000),(182.485000,-2.639000),(177.719000,-2.268000),(178.966000,0.981000),(173.438000,0.216000),(174.973000,-2.577000),(167.512000,-1.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.108000,46.477000),(23.725000,44.201000),(29.395000,52.139000),(16.596000,52.147000),(6.816000,49.465000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.322000,18.373000),(132.741000,16.276000),(124.928000,16.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.879000,-13.841000),(134.707000,-10.127000),(133.500000,-8.717000),(123.789000,-12.750000),(125.616000,-13.549000),(129.366000,-16.659000),(131.801000,-18.410000),(136.770000,-19.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.797000,-4.722000),(290.106000,3.296000),(280.103000,-6.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.654000,-8.604000),(196.891000,-7.992000),(194.488000,-12.811000),(195.325000,-15.261000),(196.579000,-15.995000),(201.708000,-5.951000),(199.295000,-6.299000),(198.527000,-5.562000),(197.907000,-4.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.663000,-29.537000),(310.544000,-30.369000),(317.835000,-43.247000),(319.823000,-40.541000),(320.128000,-35.576000),(320.690000,-33.799000),(320.161000,-32.761000),(320.445000,-30.710000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.828000,-73.732000),(168.814000,-71.373000),(171.375000,-69.720000),(175.970000,-67.206000),(174.836000,-62.362000),(168.296000,-68.403000),(165.188000,-60.593000),(157.213000,-63.335000),(163.120000,-68.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.663000,-7.404000),(179.814000,-6.981000),(189.071000,3.058000),(180.526000,0.261000),(176.488000,5.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.492000,23.683000),(182.275000,22.964000),(186.917000,16.966000),(178.178000,27.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.509000,-15.408000),(226.103000,-19.426000),(222.040000,-12.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.035000,-1.663000),(210.914000,-4.560000),(209.200000,-10.347000),(212.903000,-11.391000),(213.550000,-11.760000),(208.656000,-16.776000),(213.170000,-19.685000),(213.598000,-19.411000),(217.639000,-14.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.659000,8.511000),(14.177000,9.771000),(10.334000,9.358000),(8.906000,11.055000),(1.805000,12.354000),(359.998000,4.856000),(9.993000,3.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.062000,64.859000),(8.939000,71.132000),(12.064000,69.784000),(2.093000,73.770000),(327.730000,73.465000),(351.712000,74.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.261000,-1.635000),(18.871000,-2.497000),(12.863000,3.176000),(13.788000,3.505000),(15.966000,5.601000),(14.845000,9.642000),(14.895000,11.765000),(7.445000,7.823000),(1.123000,4.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.864000,-33.089000),(90.592000,-37.186000),(90.987000,-33.028000),(97.748000,-31.552000),(93.061000,-25.909000),(84.474000,-28.839000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.218000,0.032000),(13.496000,2.312000),(13.508000,5.382000),(9.762000,5.890000),(6.674000,5.065000),(12.031000,-2.562000),(11.365000,0.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.448000,45.961000),(155.716000,48.134000),(150.837000,49.324000),(152.032000,38.779000),(150.046000,33.169000),(155.587000,34.573000),(158.017000,35.511000),(156.965000,38.040000),(165.525000,43.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.072000,-20.935000),(350.601000,-23.183000),(347.893000,-22.681000),(349.600000,-28.441000),(356.095000,-26.020000),(358.167000,-31.248000),(358.369000,-32.356000),(5.640000,-27.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.157000,22.032000),(229.472000,14.600000),(235.196000,20.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.131000,13.071000),(165.481000,10.072000),(171.971000,0.195000),(176.492000,0.537000),(175.237000,10.565000),(177.575000,15.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.421000,-64.883000),(280.090000,-60.543000),(285.329000,-59.762000),(291.130000,-54.258000),(278.424000,-55.119000),(278.791000,-57.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.939000,-60.447000),(175.313000,-53.152000),(170.796000,-51.130000),(174.307000,-58.858000),(168.329000,-60.556000),(173.617000,-63.066000),(184.240000,-62.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.578000,-2.335000),(310.790000,-12.564000),(314.302000,-12.619000),(317.105000,-13.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.097000,-21.592000),(196.876000,-23.013000),(207.037000,-31.424000),(216.459000,-21.047000),(208.799000,-21.218000),(211.024000,-19.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.832000,-46.645000),(216.625000,-47.389000),(212.403000,-52.865000),(214.423000,-51.843000),(217.099000,-50.053000),(222.762000,-52.572000),(221.115000,-49.612000),(224.106000,-38.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.781000,23.702000),(128.262000,24.943000),(134.310000,26.280000),(132.587000,26.432000),(132.816000,29.151000),(126.055000,27.133000),(119.753000,33.471000),(122.894000,23.665000),(121.916000,19.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.726000,48.899000),(322.568000,44.118000),(336.547000,55.878000),(323.681000,50.626000),(318.698000,53.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.906000,-73.499000),(47.767000,-72.142000),(35.604000,-67.496000),(31.767000,-61.476000),(27.985000,-63.300000),(21.938000,-59.042000),(6.993000,-63.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.211000,-58.629000),(321.446000,-59.446000),(330.843000,-62.096000),(329.067000,-60.234000),(334.839000,-60.615000),(322.214000,-53.882000),(319.089000,-53.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.972000,-8.877000),(17.586000,-5.456000),(16.520000,-0.264000),(10.665000,-5.096000),(13.493000,-5.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.599000,19.306000),(61.935000,29.647000),(57.712000,26.412000),(51.977000,23.100000),(53.773000,17.226000),(63.216000,18.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.752000,24.693000),(359.875000,21.664000),(2.666000,24.056000),(354.968000,29.991000),(349.339000,29.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.156000,19.223000),(103.405000,17.727000),(110.367000,27.909000),(100.646000,19.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.924000,-6.506000),(177.793000,-7.184000),(183.546000,0.081000),(177.032000,0.996000),(176.014000,1.215000),(170.098000,-5.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.765000,33.062000),(158.806000,24.625000),(161.308000,25.443000),(159.221000,28.355000),(168.907000,29.424000),(157.844000,34.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.916000,-10.771000),(355.503000,-9.763000),(348.531000,-11.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.508000,-44.917000),(53.937000,-46.772000),(52.100000,-50.969000),(56.684000,-49.794000),(56.969000,-45.616000),(62.591000,-45.118000),(57.244000,-39.393000),(56.792000,-38.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.951000,60.006000),(201.063000,63.579000),(183.567000,64.505000),(180.711000,62.103000),(196.503000,54.764000),(201.027000,52.463000),(202.845000,58.257000),(208.157000,59.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.673000,-19.087000),(28.584000,-19.043000),(30.573000,-27.716000),(33.892000,-21.715000),(41.141000,-16.374000),(33.217000,-17.916000),(37.849000,-15.047000),(28.259000,-14.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.849000,-15.510000),(253.891000,-22.102000),(250.833000,-24.502000),(267.679000,-20.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.583000,50.980000),(3.473000,56.296000),(8.227000,64.964000),(1.409000,58.945000),(359.981000,60.287000),(344.339000,63.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.350000,2.932000),(180.918000,0.086000),(173.746000,-0.087000),(179.927000,-6.697000),(181.469000,-9.474000),(186.779000,-8.413000),(187.418000,-4.355000),(188.007000,-1.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.876000,40.664000),(314.951000,34.110000),(320.086000,35.167000),(325.803000,35.051000),(327.714000,36.144000),(319.964000,44.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.047000,-74.940000),(142.206000,-73.640000),(165.951000,-72.658000),(155.637000,-62.087000),(139.471000,-68.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.730000,16.906000),(163.285000,16.373000),(165.338000,13.649000),(161.577000,10.443000),(166.037000,6.517000),(168.075000,8.462000),(176.998000,11.053000),(169.421000,14.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.526000,-2.566000),(34.954000,-10.754000),(39.346000,4.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.518000,-23.912000),(133.641000,-13.315000),(133.406000,-16.875000),(130.337000,-15.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.987000,-22.670000),(18.707000,-21.808000),(16.218000,-29.963000),(26.475000,-27.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.607000,-48.849000),(332.233000,-51.179000),(342.376000,-58.389000),(343.895000,-57.532000),(340.771000,-54.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.707000,36.375000),(146.029000,34.625000),(149.013000,32.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.986000,-10.415000),(158.770000,-13.514000),(160.328000,-17.978000),(163.027000,-14.931000),(166.218000,-20.452000),(163.957000,-4.439000),(163.464000,-8.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.985000,38.988000),(20.504000,41.240000),(19.799000,33.235000),(25.925000,36.485000),(33.790000,40.080000),(38.093000,42.058000),(31.507000,41.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.347000,-62.918000),(14.035000,-64.571000),(5.270000,-53.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.120000,49.722000),(323.558000,48.661000),(329.780000,50.250000),(328.276000,52.294000),(329.827000,53.035000),(316.873000,56.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.130000,25.951000),(173.267000,26.513000),(174.401000,13.684000),(179.769000,11.634000),(179.129000,16.270000),(184.182000,23.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.419000,-66.111000),(73.698000,-50.926000),(65.123000,-57.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.279000,12.557000),(328.153000,7.800000),(332.735000,15.617000),(332.212000,14.849000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.335000,7.136000),(214.187000,9.043000),(199.475000,5.256000),(207.090000,5.695000),(207.933000,2.442000),(208.267000,0.201000),(209.612000,2.181000),(211.949000,1.438000),(212.224000,4.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.484000,36.917000),(334.499000,40.607000),(325.084000,41.909000),(329.028000,40.161000),(332.936000,30.447000),(334.695000,34.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.792000,-19.045000),(339.887000,-18.857000),(340.953000,-19.183000),(351.968000,-16.152000),(351.641000,-10.523000),(348.383000,-10.748000),(348.425000,-8.169000),(339.207000,-8.782000),(341.838000,-11.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.460000,-34.602000),(13.825000,-32.244000),(17.065000,-43.294000),(14.591000,-35.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.002000,7.974000),(166.343000,8.102000),(171.710000,16.145000),(161.134000,24.167000),(160.962000,17.218000),(161.595000,14.508000),(157.276000,11.087000),(162.260000,13.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.707000,-74.558000),(154.947000,-71.515000),(141.983000,-68.572000),(144.579000,-65.518000),(151.760000,-62.568000),(140.892000,-64.481000),(133.787000,-59.651000),(121.119000,-62.526000),(118.869000,-67.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.725000,17.693000),(344.342000,22.613000),(339.496000,19.592000),(339.765000,20.760000),(337.394000,17.924000),(336.511000,15.095000),(335.030000,14.412000),(337.508000,11.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.259000,-62.062000),(328.708000,-62.918000),(319.899000,-67.526000),(318.511000,-68.516000),(323.762000,-66.804000),(335.027000,-63.281000),(332.463000,-60.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.165000,-9.839000),(13.231000,-17.475000),(15.810000,-13.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.380000,20.537000),(32.979000,23.215000),(32.865000,27.970000),(35.347000,31.539000),(26.362000,27.798000),(17.796000,25.969000),(31.796000,20.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.695000,62.599000),(225.139000,62.291000),(224.234000,69.785000),(208.557000,56.364000),(221.763000,55.887000),(233.169000,56.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.604000,72.863000),(107.472000,74.531000),(87.110000,70.115000),(69.479000,68.036000),(78.821000,67.319000),(82.672000,65.852000),(91.223000,66.240000),(103.140000,65.961000),(109.277000,69.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.806000,-26.015000),(348.824000,-24.094000),(352.824000,-27.262000),(353.957000,-28.076000),(356.379000,-22.951000),(352.179000,-21.987000),(356.908000,-20.123000),(348.333000,-20.019000),(337.979000,-21.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.294000,48.422000),(11.806000,42.929000),(26.893000,43.588000),(28.174000,43.030000),(28.490000,52.093000),(21.057000,50.575000),(13.538000,54.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.332000,-23.842000),(235.554000,-30.542000),(242.603000,-35.061000),(244.323000,-32.960000),(242.551000,-29.550000),(241.888000,-28.849000),(243.346000,-28.351000),(244.211000,-24.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.187000,-6.636000),(177.712000,-4.974000),(178.602000,1.409000),(173.783000,0.202000),(169.357000,-1.626000),(169.774000,-7.389000),(168.844000,-10.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.088000,10.707000),(337.231000,11.131000),(339.402000,5.392000),(337.475000,4.918000),(342.067000,0.830000),(346.272000,-3.876000),(344.911000,1.691000),(350.587000,-1.530000),(350.393000,4.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.832000,20.659000),(38.962000,12.353000),(32.955000,8.442000),(39.134000,10.779000),(34.713000,3.854000),(40.589000,11.034000),(45.074000,4.210000),(46.321000,4.412000),(43.184000,12.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.558000,-11.865000),(0.882000,-9.616000),(357.979000,-18.216000),(355.862000,-22.866000),(357.754000,-24.247000),(358.431000,-24.226000),(0.490000,-16.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.454000,57.891000),(235.449000,61.784000),(221.912000,59.702000),(215.333000,57.829000),(229.006000,58.854000),(234.720000,57.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.841000,-19.545000),(359.047000,-20.489000),(359.220000,-6.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.778000,-70.018000),(267.729000,-76.316000),(300.388000,-77.609000),(317.005000,-76.473000),(299.801000,-72.238000),(316.223000,-73.114000),(297.410000,-70.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.067000,-7.393000),(143.051000,-0.875000),(140.066000,-4.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.154000,-24.074000),(15.710000,-29.495000),(25.964000,-27.537000),(22.591000,-26.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.122000,23.063000),(355.149000,28.638000),(355.547000,24.692000),(0.034000,23.277000),(357.058000,19.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.803000,34.087000),(253.360000,41.256000),(250.869000,42.903000),(247.899000,47.817000),(237.754000,43.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.551000,-2.271000),(164.352000,-7.879000),(162.827000,-7.055000),(165.946000,-10.829000),(167.281000,-11.528000),(170.250000,-6.762000),(167.838000,-1.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.926000,-3.030000),(189.577000,-2.512000),(190.131000,7.781000),(181.954000,4.601000),(178.394000,5.242000),(178.152000,0.484000),(181.037000,-4.037000),(183.430000,0.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.175000,-13.385000),(41.585000,-17.584000),(41.699000,-21.383000),(43.550000,-15.683000),(48.490000,-20.004000),(44.632000,-13.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.734000,15.447000),(290.766000,26.307000),(281.615000,25.498000),(284.195000,17.464000),(279.844000,12.436000),(284.236000,11.920000),(292.500000,10.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.097000,15.593000),(110.105000,15.898000),(109.777000,7.004000),(107.570000,7.006000),(116.864000,-1.035000),(114.784000,6.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.021000,-17.042000),(60.362000,-12.677000),(62.944000,-13.415000),(60.590000,-10.937000),(54.840000,-4.234000),(51.246000,-5.017000),(52.784000,-8.728000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.260000,-10.878000),(313.370000,-15.725000),(311.069000,-15.365000),(312.870000,-16.876000),(310.824000,-18.732000),(309.949000,-25.946000),(315.661000,-27.105000),(314.985000,-17.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.792000,-24.747000),(327.657000,-31.480000),(332.229000,-33.090000),(332.337000,-27.345000),(328.569000,-28.658000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.460000,-23.123000),(50.517000,-17.456000),(46.661000,-17.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.079000,38.715000),(290.762000,38.231000),(296.305000,34.886000),(300.033000,29.328000),(301.634000,31.992000),(308.399000,30.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.183000,31.161000),(305.349000,30.282000),(313.653000,26.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.226000,67.424000),(101.472000,62.996000),(112.687000,63.437000),(117.668000,57.474000),(116.740000,66.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.583000,14.022000),(194.678000,9.742000),(196.412000,10.077000),(205.468000,6.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.104000,-27.657000),(184.468000,-18.694000),(185.962000,-15.349000),(182.074000,-17.387000),(179.305000,-13.491000),(174.645000,-20.399000),(174.190000,-22.279000),(180.721000,-25.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.577000,2.674000),(354.117000,10.574000),(353.611000,11.115000),(352.307000,13.204000),(348.393000,9.323000),(348.066000,1.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.111000,41.751000),(162.055000,41.811000),(165.534000,44.174000),(155.468000,40.646000),(151.774000,31.026000),(155.814000,36.782000),(159.920000,36.922000),(163.579000,33.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.746000,48.203000),(188.358000,34.617000),(189.781000,35.290000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.606000,-47.390000),(3.933000,-46.415000),(357.518000,-41.887000),(343.374000,-46.992000),(345.851000,-49.155000),(348.668000,-48.133000),(353.667000,-46.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.013000,-4.493000),(9.619000,0.554000),(354.377000,6.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.099000,41.187000),(332.601000,41.885000),(334.488000,45.703000),(339.486000,40.490000),(345.993000,49.907000),(331.905000,51.547000),(325.123000,50.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.721000,-4.102000),(257.857000,-8.520000),(256.373000,-13.816000),(260.673000,-14.671000),(263.038000,-11.279000),(264.456000,-11.472000),(261.257000,-7.082000),(266.410000,-2.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.733000,13.936000),(166.974000,10.367000),(169.150000,8.044000),(166.210000,5.845000),(170.029000,7.908000),(165.788000,2.579000),(174.940000,-0.042000),(180.384000,6.982000),(181.470000,10.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.976000,-47.429000),(28.083000,-47.619000),(27.592000,-48.138000),(29.339000,-45.839000),(27.115000,-46.370000),(15.649000,-50.249000),(24.113000,-50.940000),(26.332000,-55.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.980000,43.031000),(8.787000,45.182000),(13.804000,43.805000),(4.217000,39.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.261000,-14.506000),(180.946000,-15.049000),(175.385000,-18.368000),(177.380000,-23.289000),(184.082000,-23.572000),(186.272000,-23.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.183000,-12.716000),(96.073000,-12.388000),(94.300000,-11.267000),(85.283000,-13.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.292000,57.689000),(205.844000,57.106000),(207.916000,54.848000),(211.609000,54.164000),(206.935000,50.550000),(219.664000,49.098000),(225.210000,45.633000),(229.309000,52.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.786000,3.564000),(66.778000,4.054000),(77.745000,1.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.677000,-5.320000),(172.860000,-6.486000),(173.654000,-3.872000),(177.877000,-6.608000),(177.319000,-4.992000),(169.241000,0.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.155000,11.912000),(167.683000,8.654000),(167.353000,15.455000),(158.185000,17.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.367000,-40.618000),(77.629000,-47.839000),(72.022000,-45.174000),(77.782000,-51.088000),(77.775000,-54.041000),(80.553000,-55.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.877000,65.721000),(355.406000,72.818000),(334.703000,65.561000),(348.279000,62.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.545000,-51.497000),(272.316000,-57.898000),(284.084000,-48.063000),(281.672000,-45.744000),(281.455000,-43.614000),(279.037000,-46.334000),(274.102000,-44.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.279000,7.924000),(321.741000,14.707000),(317.488000,9.325000),(315.475000,7.375000),(315.508000,1.393000),(319.157000,-4.023000),(322.269000,0.760000),(323.981000,5.058000),(322.124000,5.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.430000,-53.080000),(32.729000,-51.689000),(35.057000,-55.120000),(40.995000,-55.585000),(44.757000,-62.055000),(55.025000,-61.691000),(51.835000,-53.063000),(50.313000,-49.825000),(46.211000,-52.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.915000,80.286000),(110.314000,76.791000),(109.855000,77.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.239000,-15.186000),(201.435000,-11.747000),(191.097000,-1.837000),(193.937000,-8.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.179000,0.182000),(2.542000,7.955000),(4.837000,-0.483000),(0.859000,-7.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.175000,10.816000),(133.743000,12.511000),(132.417000,6.363000),(129.273000,12.466000),(128.415000,5.332000),(131.842000,0.791000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.924000,13.795000),(340.351000,23.189000),(337.032000,26.003000),(333.211000,28.872000),(331.428000,24.487000),(334.666000,18.859000),(333.163000,17.251000),(336.006000,16.415000),(336.714000,16.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.175000,-20.059000),(93.495000,-27.032000),(95.905000,-21.992000),(100.797000,-26.974000),(99.275000,-22.565000),(100.354000,-21.461000),(99.906000,-16.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.770000,-30.150000),(210.384000,-25.936000),(214.908000,-23.707000),(209.038000,-22.748000),(206.382000,-15.603000),(201.553000,-18.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.841000,45.851000),(84.951000,45.995000),(82.540000,45.089000),(80.019000,44.229000),(79.065000,45.080000),(70.988000,44.827000),(74.675000,38.140000),(77.040000,33.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.935000,-10.160000),(112.919000,1.684000),(117.337000,-1.898000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.959000,-2.712000),(351.677000,2.501000),(341.940000,0.256000),(343.906000,-2.497000),(343.233000,-3.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.189000,10.289000),(267.877000,8.980000),(274.353000,2.090000),(274.629000,-0.701000),(275.876000,5.993000),(282.914000,5.802000),(284.291000,5.618000),(283.091000,9.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.049000,-18.559000),(259.845000,-16.115000),(252.530000,-19.733000),(256.333000,-19.727000),(260.750000,-24.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.999000,-9.076000),(135.749000,-9.902000),(133.323000,-4.169000),(130.402000,6.340000),(130.393000,7.613000),(126.466000,0.743000),(124.927000,-0.794000),(120.673000,-0.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.223000,-43.467000),(229.309000,-53.461000),(226.219000,-43.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.833000,-2.886000),(7.172000,-2.348000),(6.737000,7.882000),(1.772000,1.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.401000,41.184000),(91.140000,37.965000),(85.068000,51.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((48.393000,68.227000),(60.266000,66.101000),(54.307000,68.943000),(71.314000,69.569000),(29.612000,70.404000),(42.727000,65.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.835000,-60.145000),(97.838000,-64.482000),(103.893000,-64.493000),(106.100000,-67.587000),(106.441000,-67.863000),(117.957000,-71.991000),(116.291000,-64.991000),(129.227000,-62.006000),(130.286000,-58.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.497000,-30.412000),(203.096000,-28.919000),(209.957000,-32.584000),(214.150000,-32.017000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.446000,3.189000),(357.879000,1.663000),(351.047000,-1.021000),(359.173000,-4.250000),(2.517000,-8.287000),(1.241000,-1.008000),(9.172000,2.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.732000,-14.510000),(80.676000,-16.179000),(90.659000,-21.258000),(93.010000,-19.512000),(94.022000,-15.469000),(88.300000,-9.539000),(88.282000,-12.187000),(82.222000,-13.826000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.982000,17.940000),(172.881000,18.965000),(159.680000,24.473000),(164.144000,18.897000),(163.868000,16.116000),(161.944000,11.198000),(165.741000,11.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.943000,-54.507000),(269.863000,-64.370000),(272.536000,-61.754000),(270.278000,-55.532000),(270.569000,-55.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.108000,11.295000),(228.159000,22.470000),(223.601000,25.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.111000,44.141000),(136.992000,38.711000),(133.562000,44.925000),(140.009000,43.933000),(135.190000,45.626000),(124.960000,43.547000),(128.795000,39.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.731000,-15.314000),(6.617000,-3.619000),(355.861000,-4.655000),(351.759000,-3.600000),(355.715000,-14.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.689000,-38.556000),(58.228000,-41.499000),(62.273000,-49.654000),(69.531000,-47.193000),(69.888000,-45.463000),(66.865000,-43.402000),(67.564000,-36.420000),(66.002000,-38.001000),(67.361000,-34.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.722000,10.950000),(142.479000,12.981000),(145.072000,19.248000),(148.618000,21.650000),(143.411000,23.893000),(135.659000,11.486000),(138.256000,12.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.282000,-64.029000),(113.474000,-64.219000),(122.542000,-68.047000),(127.283000,-67.930000),(150.242000,-68.657000),(136.037000,-66.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.100000,31.727000),(207.953000,33.075000),(220.406000,26.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.140000,6.648000),(173.275000,3.349000),(177.929000,0.704000),(182.358000,-5.869000),(186.737000,-7.347000),(181.940000,-0.996000),(184.379000,-1.624000),(183.331000,0.580000),(184.356000,4.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.990000,21.324000),(0.212000,21.279000),(6.384000,17.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.910000,55.937000),(6.819000,60.434000),(10.349000,55.346000),(11.424000,57.662000),(27.381000,64.533000),(10.728000,63.647000),(6.605000,65.062000),(4.219000,63.395000),(2.439000,59.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.183000,-25.118000),(356.754000,-23.614000),(358.861000,-24.245000),(357.963000,-20.007000),(0.757000,-14.431000),(352.440000,-19.495000),(350.743000,-20.063000),(345.842000,-22.813000),(347.101000,-27.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.696000,-2.743000),(354.012000,3.084000),(352.620000,5.294000),(344.647000,6.451000),(344.566000,4.278000),(344.623000,0.016000),(346.759000,0.792000),(347.390000,-0.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.782000,-36.670000),(32.232000,-26.353000),(25.968000,-33.788000),(25.599000,-34.614000),(28.393000,-35.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.822000,-67.923000),(105.412000,-59.980000),(104.163000,-61.661000),(110.345000,-60.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.861000,54.047000),(204.691000,61.075000),(202.206000,63.083000),(200.130000,56.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.102000,7.860000),(187.919000,6.391000),(188.810000,8.980000),(186.248000,10.571000),(184.093000,12.528000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.379000,0.823000),(190.542000,8.294000),(187.816000,13.128000),(186.073000,9.080000),(189.468000,5.468000),(189.737000,4.653000),(188.028000,-1.355000),(189.593000,-1.853000),(195.128000,0.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.501000,15.047000),(177.334000,22.106000),(166.735000,23.921000),(168.969000,18.731000),(172.493000,18.595000),(166.740000,15.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.035000,17.018000),(3.231000,9.112000),(2.760000,7.414000),(4.913000,8.695000),(12.554000,11.528000),(12.145000,14.455000),(11.548000,16.708000),(9.608000,17.169000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.113000,-38.955000),(329.978000,-42.261000),(332.386000,-42.925000),(337.298000,-43.480000),(340.097000,-42.796000),(330.430000,-34.648000),(325.974000,-33.275000),(329.533000,-36.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.104000,31.746000),(254.415000,29.766000),(262.779000,30.429000),(265.939000,34.878000),(268.785000,38.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.852000,-54.793000),(245.280000,-55.596000),(246.563000,-61.070000),(235.997000,-60.860000),(237.102000,-66.882000),(248.021000,-64.854000),(255.663000,-63.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.342000,12.239000),(8.049000,4.731000),(9.727000,1.444000),(12.673000,2.120000),(10.871000,3.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.496000,55.366000),(343.952000,55.184000),(353.995000,64.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.531000,-8.298000),(6.093000,0.431000),(355.377000,2.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.809000,-45.434000),(187.307000,-47.462000),(179.574000,-48.368000),(180.884000,-55.994000),(182.745000,-62.290000),(190.025000,-60.400000),(201.888000,-54.600000),(201.786000,-52.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.694000,-13.021000),(4.677000,-11.792000),(9.329000,-7.894000),(3.075000,-4.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.437000,57.533000),(211.201000,55.772000),(226.420000,61.026000),(210.917000,60.978000),(222.569000,65.943000),(213.111000,63.620000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.233000,-14.016000),(89.256000,-17.775000),(85.826000,-13.127000),(85.490000,-10.188000),(85.064000,-7.865000),(83.538000,-12.374000),(82.094000,-14.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.315000,27.704000),(87.791000,27.622000),(79.906000,34.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.744000,-45.343000),(84.309000,-48.032000),(83.835000,-47.990000),(82.598000,-50.303000),(86.831000,-54.103000),(90.142000,-54.189000),(90.961000,-54.664000),(102.164000,-53.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.255000,-21.101000),(287.738000,-28.284000),(290.723000,-30.431000),(293.458000,-28.649000),(292.630000,-26.239000),(290.310000,-26.839000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.603000,-1.634000),(184.546000,0.620000),(169.019000,1.062000),(184.631000,-9.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.976000,31.213000),(262.799000,30.911000),(260.244000,31.774000),(259.347000,20.274000),(267.416000,17.295000),(268.963000,20.481000),(272.561000,22.153000),(268.924000,25.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.156000,-4.169000),(297.796000,-2.528000),(299.226000,-3.493000),(301.664000,1.007000),(295.079000,5.844000),(295.687000,-0.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.560000,66.972000),(235.809000,70.000000),(223.035000,62.964000),(225.310000,62.737000),(232.301000,59.165000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.529000,6.141000),(306.845000,0.579000),(310.776000,0.950000),(311.533000,6.012000),(311.359000,7.821000),(313.514000,13.057000),(311.704000,15.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.981000,22.990000),(320.404000,23.969000),(311.254000,27.470000),(313.218000,25.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.182000,-16.460000),(343.279000,-19.036000),(344.587000,-24.382000),(351.614000,-23.114000),(352.028000,-22.318000),(359.617000,-26.814000),(358.406000,-20.038000),(359.785000,-14.847000),(355.997000,-11.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.485000,15.757000),(334.096000,6.445000),(336.948000,14.974000),(334.382000,15.370000),(332.498000,15.906000),(325.715000,18.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.329000,-60.190000),(342.845000,-61.671000),(344.510000,-62.557000),(351.520000,-54.869000),(338.023000,-55.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.472000,-37.159000),(107.922000,-34.798000),(93.968000,-31.244000),(96.558000,-41.221000),(97.245000,-41.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.873000,29.855000),(83.821000,30.145000),(93.409000,22.333000),(98.919000,28.051000),(97.924000,30.164000),(92.106000,27.676000),(93.807000,34.448000),(85.768000,35.183000),(84.563000,31.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.729000,44.838000),(2.697000,47.838000),(5.205000,49.774000),(2.836000,52.703000),(1.877000,54.726000),(354.972000,56.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.251000,57.813000),(290.472000,56.617000),(294.654000,61.177000),(284.022000,55.335000),(276.435000,55.023000),(282.929000,52.135000),(283.687000,51.540000),(287.589000,47.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.866000,31.558000),(69.836000,28.877000),(64.965000,22.909000),(72.209000,21.311000),(71.993000,22.750000),(73.866000,21.397000),(77.554000,18.737000),(77.188000,19.642000),(74.512000,24.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.503000,3.351000),(15.962000,4.682000),(13.571000,-0.598000),(16.883000,-1.191000),(17.622000,-4.727000),(25.836000,-7.320000),(26.993000,-5.143000),(22.381000,1.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.744000,24.220000),(124.023000,27.330000),(125.667000,32.606000),(121.107000,34.960000),(116.664000,28.460000),(114.741000,29.202000),(112.987000,30.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.101000,55.671000),(184.697000,61.828000),(180.075000,51.169000),(186.158000,50.215000),(189.088000,51.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.736000,-23.762000),(135.263000,-22.595000),(134.143000,-20.592000),(134.471000,-16.059000),(131.231000,-14.269000),(130.350000,-20.962000),(125.935000,-23.165000),(132.594000,-23.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.159000,3.124000),(323.605000,-3.042000),(326.473000,-1.004000),(328.166000,2.288000),(329.173000,1.093000),(321.831000,4.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.893000,30.543000),(229.216000,32.516000),(229.415000,37.081000),(226.325000,38.883000),(227.372000,43.678000),(227.006000,48.131000),(219.543000,42.307000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.953000,19.104000),(236.645000,21.482000),(231.138000,23.158000),(229.158000,24.778000),(225.573000,16.937000),(221.912000,10.347000),(231.204000,13.831000),(229.923000,16.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.275000,-56.507000),(123.723000,-53.863000),(113.316000,-50.436000),(110.538000,-53.318000),(100.361000,-51.281000),(106.775000,-61.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.921000,-54.953000),(344.512000,-62.724000),(345.218000,-55.962000),(347.268000,-55.449000),(346.813000,-53.872000),(352.298000,-54.631000),(344.206000,-50.934000),(342.700000,-50.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.327000,35.411000),(81.513000,44.480000),(81.444000,36.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.826000,22.085000),(312.130000,22.472000),(316.001000,21.181000),(318.940000,23.209000),(315.241000,25.325000),(320.075000,30.772000),(306.875000,26.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.549000,-13.352000),(166.148000,2.109000),(162.502000,-0.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.505000,-19.271000),(165.000000,-26.345000),(166.366000,-21.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.861000,-52.934000),(121.427000,-52.653000),(123.921000,-46.615000),(120.243000,-40.071000),(114.088000,-46.539000),(110.147000,-42.774000),(106.075000,-40.946000),(113.446000,-51.067000),(114.157000,-52.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.095000,-28.434000),(355.077000,-30.610000),(357.852000,-29.941000),(359.290000,-21.903000),(357.285000,-22.583000),(355.873000,-22.734000),(349.217000,-22.999000),(345.697000,-23.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.563000,-4.948000),(191.581000,-5.364000),(175.886000,-6.084000),(176.473000,-6.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.788000,5.782000),(300.464000,3.017000),(298.951000,5.230000),(297.832000,0.883000),(294.107000,-0.678000),(288.713000,-1.494000),(295.303000,-2.713000),(291.201000,-9.137000),(295.968000,-3.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.159000,-29.257000),(328.211000,-31.166000),(332.520000,-26.779000),(338.530000,-29.113000),(337.221000,-25.413000),(327.625000,-16.943000),(327.287000,-20.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.924000,7.701000),(23.481000,6.541000),(33.522000,4.756000),(29.659000,10.413000),(22.581000,10.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.390000,9.640000),(269.878000,5.593000),(274.057000,9.907000),(271.059000,11.911000),(266.574000,6.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.540000,-54.232000),(344.591000,-57.854000),(10.907000,-67.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.195000,17.951000),(122.143000,11.902000),(123.195000,8.904000),(122.512000,4.981000),(125.001000,19.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.052000,-7.026000),(332.471000,-14.328000),(332.870000,-15.350000),(333.289000,-13.080000),(334.439000,-2.849000),(332.942000,-8.138000),(330.609000,-5.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.729000,-37.899000),(136.331000,-37.906000),(132.201000,-31.915000),(129.164000,-32.801000),(129.502000,-34.424000),(125.853000,-39.249000),(143.345000,-46.964000),(143.363000,-37.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.204000,-30.307000),(53.349000,-37.586000),(51.189000,-36.069000),(48.846000,-36.505000),(48.960000,-37.236000),(54.295000,-39.963000),(52.883000,-31.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.481000,-12.039000),(189.575000,-8.022000),(190.745000,-9.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.156000,15.258000),(195.222000,11.690000),(194.764000,12.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.825000,-29.878000),(76.908000,-21.184000),(80.271000,-35.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.870000,2.027000),(92.583000,3.412000),(93.666000,1.481000),(95.402000,1.247000),(92.669000,7.045000),(90.038000,11.465000),(90.215000,5.654000),(83.285000,6.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.404000,36.917000),(202.242000,33.096000),(203.219000,40.904000),(210.207000,39.510000),(201.821000,45.207000),(197.472000,50.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.640000,0.738000),(11.902000,-1.671000),(4.833000,-5.113000),(7.625000,-5.597000),(11.566000,-5.055000),(17.135000,-10.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.524000,68.903000),(350.241000,68.451000),(357.728000,63.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.111000,-36.506000),(199.703000,-40.217000),(208.902000,-32.893000),(204.280000,-30.126000),(198.533000,-28.603000),(197.527000,-29.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.825000,-18.458000),(123.411000,-13.598000),(112.901000,-19.561000),(119.023000,-23.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.020000,64.313000),(255.759000,58.117000),(267.960000,59.756000),(278.958000,62.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.470000,43.336000),(272.952000,41.489000),(276.332000,36.234000),(278.914000,36.756000),(289.729000,33.956000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.276000,50.675000),(124.742000,49.663000),(130.700000,52.170000),(128.856000,49.992000),(125.440000,44.624000),(127.972000,53.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.816000,-70.643000),(246.089000,-57.055000),(240.552000,-58.203000),(236.419000,-57.092000),(234.222000,-62.994000),(232.679000,-66.230000),(238.684000,-69.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.743000,23.674000),(143.177000,31.285000),(140.868000,36.970000),(129.799000,31.809000),(135.021000,29.652000),(137.745000,28.511000),(144.489000,21.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.035000,72.636000),(196.643000,73.448000),(172.881000,71.145000),(220.328000,66.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.701000,53.397000),(256.344000,57.659000),(258.272000,58.164000),(246.747000,60.614000),(233.837000,67.862000),(238.048000,64.229000),(232.471000,62.860000),(238.661000,60.237000),(234.853000,57.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.077000,14.732000),(75.079000,3.781000),(78.421000,0.935000),(80.495000,4.202000),(83.979000,5.304000),(83.400000,6.756000),(86.391000,13.130000),(85.057000,13.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.800000,-6.439000),(129.518000,-8.169000),(134.434000,-4.134000),(138.908000,-7.600000),(140.133000,0.422000),(129.260000,2.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.477000,-0.722000),(184.084000,6.295000),(179.814000,7.885000),(175.094000,8.946000),(174.615000,4.739000),(178.465000,-6.329000),(181.439000,1.371000),(184.391000,-1.993000),(186.865000,-4.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.447000,-25.118000),(23.742000,-19.521000),(24.374000,-16.327000),(13.775000,-18.764000),(19.107000,-22.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.514000,-19.151000),(187.309000,-12.758000),(182.617000,-4.848000),(181.268000,-5.839000),(179.867000,-11.522000),(177.946000,-14.305000),(177.244000,-22.058000),(180.740000,-15.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.043000,12.680000),(185.701000,11.443000),(187.606000,7.317000),(189.548000,7.871000),(187.212000,12.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.596000,-17.710000),(114.259000,-20.581000),(113.020000,-23.323000),(112.698000,-25.025000),(112.914000,-24.948000),(117.779000,-24.549000),(125.308000,-23.651000),(125.193000,-20.287000),(123.597000,-17.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.047000,-3.931000),(250.209000,-3.703000),(247.068000,1.261000),(245.873000,3.949000),(237.086000,0.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.430000,6.480000),(339.125000,7.895000),(339.623000,11.838000),(333.333000,12.833000),(329.661000,16.346000),(328.259000,14.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.172000,-28.052000),(1.062000,-16.613000),(0.253000,-17.654000),(1.690000,-23.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.144000,-53.180000),(105.484000,-49.763000),(97.542000,-50.441000),(102.317000,-60.151000),(104.662000,-61.104000),(104.135000,-56.972000),(108.141000,-57.942000),(106.014000,-56.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.871000,-11.060000),(241.261000,-19.585000),(248.261000,-21.354000),(249.707000,-17.668000),(251.962000,-9.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.703000,9.955000),(27.751000,8.471000),(27.984000,9.863000),(26.514000,9.956000),(22.861000,12.940000),(23.530000,9.762000),(31.028000,6.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.090000,14.895000),(333.791000,13.005000),(347.155000,15.136000),(343.343000,24.415000),(338.712000,22.548000),(339.695000,18.742000),(339.263000,18.668000),(336.615000,20.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.927000,-16.411000),(136.555000,-16.555000),(138.939000,-21.381000),(145.936000,-18.393000),(152.406000,-13.386000),(149.181000,-8.639000),(144.625000,-14.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.518000,-9.060000),(182.745000,-2.586000),(175.508000,-8.418000),(171.867000,-12.297000),(170.736000,-12.877000),(169.930000,-16.906000),(181.895000,-7.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.717000,9.913000),(119.038000,23.149000),(116.278000,22.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.725000,6.694000),(3.391000,6.509000),(10.432000,1.562000),(10.955000,1.375000),(12.003000,-3.246000),(13.034000,4.652000),(12.025000,10.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.386000,25.246000),(100.883000,21.655000),(102.897000,15.985000),(99.186000,12.550000),(99.455000,12.454000),(99.827000,11.837000),(109.437000,21.542000),(107.457000,20.024000),(105.250000,22.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.060000,-53.091000),(291.848000,-50.746000),(280.004000,-50.785000),(266.923000,-51.228000),(269.744000,-57.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.789000,31.091000),(167.757000,39.243000),(166.571000,41.407000),(168.428000,42.340000),(155.132000,40.779000),(150.438000,42.021000),(153.084000,41.003000),(155.304000,34.279000),(157.015000,32.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.771000,22.747000),(13.464000,24.487000),(16.035000,5.416000),(19.606000,7.406000),(18.074000,11.979000),(18.700000,15.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.877000,81.020000),(15.088000,82.132000),(354.153000,84.202000),(307.820000,85.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.772000,-17.285000),(88.944000,-20.258000),(90.031000,-23.117000),(94.018000,-21.637000),(93.572000,-19.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.248000,14.617000),(138.580000,16.624000),(135.718000,13.594000),(135.100000,13.592000),(133.197000,11.836000),(140.409000,9.149000),(142.874000,10.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.200000,57.749000),(218.521000,64.942000),(207.905000,47.806000),(216.282000,53.434000),(217.289000,52.488000),(219.873000,51.099000),(221.526000,51.237000),(225.214000,52.658000),(220.178000,56.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.441000,3.585000),(356.427000,-3.933000),(359.026000,-6.153000),(3.769000,-4.508000),(5.719000,-6.556000),(10.335000,-6.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.985000,-2.386000),(121.321000,-3.868000),(115.434000,-5.808000),(122.597000,-6.027000),(123.358000,-6.998000),(123.956000,-5.516000),(125.285000,-5.678000),(126.103000,2.191000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.083000,8.888000),(87.569000,6.618000),(96.854000,3.040000),(94.516000,11.922000),(90.903000,10.588000),(92.861000,12.300000),(83.257000,15.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.857000,24.295000),(161.962000,19.941000),(165.392000,17.556000),(164.126000,17.557000),(172.476000,13.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.274000,45.030000),(335.356000,45.760000),(332.214000,57.735000),(328.816000,50.316000),(326.666000,50.217000),(319.675000,48.707000),(326.574000,45.322000),(324.588000,40.122000),(327.285000,44.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.759000,-4.119000),(155.919000,-9.372000),(163.942000,-6.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.592000,-8.315000),(351.668000,-7.888000),(346.597000,-7.018000),(353.056000,-10.258000),(353.940000,-11.722000),(357.441000,-10.820000),(359.148000,-11.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.875000,-2.496000),(2.005000,-1.141000),(5.197000,-1.114000),(351.068000,0.763000),(353.494000,-0.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.926000,-10.659000),(186.350000,-0.951000),(176.678000,-2.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.918000,39.981000),(351.001000,44.085000),(352.001000,44.612000),(359.163000,49.675000),(349.880000,46.490000),(348.095000,47.643000),(343.589000,49.702000),(341.959000,44.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.651000,-20.442000),(252.729000,-27.074000),(264.501000,-21.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.262000,2.977000),(187.079000,1.322000),(188.813000,9.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.509000,18.022000),(197.351000,16.819000),(202.917000,18.338000),(206.941000,24.267000),(206.002000,24.215000),(208.249000,26.681000),(203.584000,29.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.190000,24.950000),(35.252000,23.618000),(36.385000,21.170000),(34.203000,20.163000),(36.128000,19.222000),(29.214000,17.054000),(34.269000,11.558000),(40.797000,11.095000),(39.065000,18.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.434000,21.164000),(220.911000,26.180000),(210.685000,32.700000),(204.734000,32.313000),(208.177000,29.246000),(206.837000,28.141000),(207.148000,26.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.499000,16.231000),(328.815000,14.347000),(333.529000,17.903000),(335.089000,15.892000),(336.199000,20.083000),(338.051000,23.378000),(336.028000,24.071000),(336.463000,27.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.080000,-55.329000),(148.279000,-56.116000),(135.293000,-58.863000),(159.409000,-61.269000),(150.345000,-54.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.930000,1.869000),(6.263000,-0.336000),(9.425000,1.205000),(10.214000,7.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.346000,36.928000),(211.695000,27.629000),(219.727000,29.385000),(222.612000,37.993000),(220.463000,43.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.020000,-32.423000),(144.165000,-34.256000),(141.900000,-38.947000),(139.607000,-41.342000),(146.446000,-39.892000),(152.998000,-26.674000),(147.919000,-33.255000),(147.478000,-30.130000),(142.082000,-27.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.664000,56.087000),(239.283000,56.075000),(247.993000,61.784000),(246.562000,67.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.347000,73.486000),(31.211000,74.133000),(45.826000,75.612000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.133000,71.734000),(147.509000,73.880000),(129.047000,74.512000),(125.404000,78.659000),(120.195000,76.951000),(104.728000,76.567000),(96.173000,73.291000),(129.004000,65.959000),(139.019000,66.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.601000,-0.461000),(21.444000,-1.349000),(18.812000,4.819000),(14.161000,0.926000),(17.122000,6.371000),(13.199000,4.524000),(7.079000,-3.544000),(9.435000,-2.361000),(8.524000,-8.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.541000,-9.019000),(217.253000,-11.530000),(221.855000,-14.455000),(223.711000,-11.841000),(229.690000,-13.725000),(221.274000,-6.074000),(221.940000,-8.322000),(214.420000,-8.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.441000,55.657000),(280.443000,58.301000),(271.950000,59.112000),(268.566000,59.669000),(273.299000,49.868000),(283.909000,54.410000),(290.097000,52.192000),(292.231000,52.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.202000,22.687000),(6.910000,19.244000),(11.655000,16.516000),(11.954000,19.591000),(13.671000,20.711000),(11.679000,22.919000),(10.682000,25.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.426000,-18.756000),(319.501000,-18.731000),(321.253000,-29.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.084000,76.078000),(230.009000,73.740000),(220.244000,72.518000),(216.317000,68.070000),(223.770000,66.930000),(239.587000,64.804000),(243.123000,68.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.365000,-10.951000),(195.534000,-11.203000),(198.942000,-13.299000),(192.486000,-19.767000),(203.676000,-13.214000),(200.604000,-9.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.580000,15.618000),(86.718000,15.285000),(89.083000,21.616000),(87.944000,23.043000),(80.143000,21.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.336000,-70.536000),(137.849000,-71.523000),(129.569000,-75.180000),(139.181000,-74.959000),(156.691000,-72.601000),(145.672000,-69.349000),(142.963000,-67.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.378000,8.451000),(159.898000,16.509000),(159.819000,14.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.616000,-25.321000),(143.414000,-30.089000),(151.746000,-28.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.579000,-64.101000),(96.710000,-68.053000),(92.948000,-70.132000),(105.671000,-68.139000),(104.574000,-54.584000),(101.507000,-55.926000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.921000,-50.200000),(69.163000,-48.545000),(69.051000,-48.519000),(60.213000,-53.873000),(77.260000,-55.018000),(86.313000,-52.244000),(79.948000,-50.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.676000,24.174000),(262.648000,26.219000),(266.866000,22.636000),(270.565000,21.746000),(272.543000,18.048000),(274.660000,23.836000),(279.825000,25.898000),(273.081000,24.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.788000,37.504000),(338.898000,47.059000),(340.424000,48.230000),(333.183000,46.205000),(328.559000,50.393000),(321.645000,43.009000),(331.017000,43.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.632000,-32.702000),(49.693000,-38.501000),(56.703000,-39.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.912000,28.469000),(252.659000,25.928000),(241.585000,29.255000),(246.650000,27.158000),(247.674000,26.721000),(250.802000,21.154000),(251.441000,24.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.714000,-14.758000),(320.708000,-14.229000),(321.080000,-12.128000),(312.602000,-6.990000),(311.533000,-6.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.853000,-40.852000),(89.600000,-39.394000),(91.824000,-42.266000),(92.382000,-49.777000),(95.127000,-50.003000),(103.882000,-45.335000),(104.746000,-44.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.020000,-3.888000),(186.242000,2.675000),(181.093000,1.642000),(178.384000,0.726000),(176.385000,-2.352000),(176.387000,-8.828000),(182.021000,-4.308000),(186.028000,-5.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.977000,-11.309000),(243.775000,-11.067000),(246.037000,-11.244000),(246.213000,-10.334000),(250.412000,-11.856000),(241.721000,-5.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.522000,7.640000),(21.346000,12.921000),(22.348000,13.198000),(18.157000,15.056000),(14.977000,9.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.651000,-35.764000),(270.218000,-33.198000),(263.347000,-34.966000),(266.500000,-30.438000),(262.672000,-32.934000),(255.560000,-34.362000),(257.774000,-35.491000),(264.796000,-37.114000),(272.924000,-40.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.898000,-1.180000),(350.401000,-1.074000),(358.021000,-11.962000),(357.882000,-3.122000),(356.654000,-1.286000),(355.622000,3.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.038000,27.825000),(171.915000,26.777000),(165.152000,30.880000),(161.694000,28.188000),(173.388000,22.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.046000,-3.365000),(229.596000,-4.131000),(231.481000,-4.395000),(231.523000,-6.950000),(235.612000,-9.033000),(240.317000,-3.952000),(234.321000,-0.477000),(233.822000,1.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.730000,-0.005000),(106.138000,8.431000),(103.315000,9.417000),(98.506000,10.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.738000,25.319000),(324.235000,21.409000),(323.671000,20.593000),(323.771000,19.762000),(331.503000,20.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.406000,25.191000),(92.581000,24.377000),(100.156000,22.883000),(100.761000,22.482000),(101.317000,22.989000),(105.026000,23.975000),(101.627000,26.927000),(100.521000,34.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.592000,12.718000),(206.109000,23.341000),(203.228000,24.221000),(187.400000,20.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.600000,-20.537000),(8.754000,-22.198000),(5.844000,-7.804000),(358.532000,-12.450000),(351.283000,-15.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.048000,-65.661000),(331.567000,-62.578000),(341.117000,-63.995000),(333.595000,-59.744000),(323.427000,-58.605000),(319.075000,-59.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.055000,-9.061000),(175.421000,-11.775000),(179.159000,-17.256000),(181.694000,-18.656000),(185.145000,-10.994000),(184.900000,-10.997000),(180.228000,-10.828000),(180.409000,-2.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.642000,19.208000),(103.849000,20.357000),(106.484000,13.870000),(110.527000,6.999000),(115.440000,9.430000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.784000,-37.010000),(183.173000,-40.460000),(188.759000,-35.497000),(186.147000,-35.712000),(186.034000,-32.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.580000,0.300000),(185.137000,-2.719000),(193.439000,-3.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.942000,-19.064000),(333.210000,-25.162000),(329.867000,-34.264000),(338.223000,-30.275000),(338.637000,-28.844000),(341.468000,-29.948000),(336.238000,-25.087000),(340.497000,-22.557000),(335.777000,-25.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.178000,-9.826000),(279.671000,-8.219000),(276.979000,-12.739000),(274.639000,-14.581000),(277.533000,-19.524000),(278.764000,-18.474000),(280.596000,-24.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.533000,17.884000),(229.162000,17.114000),(245.505000,16.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.827000,7.516000),(108.373000,5.954000),(112.731000,2.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.970000,-16.722000),(192.392000,-17.193000),(186.591000,-17.286000),(192.382000,-18.542000),(190.155000,-20.417000),(193.371000,-27.930000),(196.454000,-23.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.283000,67.858000),(216.177000,65.734000),(237.470000,56.622000),(234.853000,59.862000),(236.540000,62.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.877000,-51.529000),(134.267000,-51.529000),(151.554000,-54.720000),(161.137000,-50.928000),(152.389000,-53.577000),(154.464000,-52.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.140000,-8.771000),(13.956000,-10.233000),(19.743000,-18.738000),(19.597000,-15.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.066000,14.235000),(174.239000,12.638000),(172.035000,16.459000),(165.989000,8.063000),(171.938000,10.612000),(175.148000,5.386000),(176.603000,10.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.624000,-77.495000),(191.481000,-76.128000),(186.706000,-75.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.673000,-47.045000),(326.169000,-42.275000),(319.873000,-38.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.468000,71.056000),(350.899000,72.230000),(0.738000,77.641000),(0.008000,78.926000),(354.424000,79.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.700000,7.102000),(189.858000,3.372000),(186.202000,3.579000),(194.720000,-6.290000),(196.751000,-2.071000),(201.732000,2.425000),(197.446000,2.385000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.407000,-8.908000),(169.942000,-18.078000),(173.798000,-16.858000),(175.376000,-12.840000),(180.069000,-8.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.319000,-14.296000),(333.302000,-16.107000),(338.699000,-13.926000),(343.492000,-10.308000),(341.434000,-9.181000),(337.979000,-9.613000),(334.293000,-8.611000),(331.222000,-7.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.976000,34.373000),(172.947000,31.174000),(165.888000,29.022000),(166.728000,28.795000),(165.490000,27.791000),(174.590000,25.503000),(180.288000,21.527000),(178.480000,27.191000),(183.975000,32.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.039000,-47.673000),(48.024000,-51.795000),(45.817000,-55.351000),(47.478000,-56.303000),(59.377000,-55.831000),(55.748000,-48.902000),(58.983000,-45.635000),(54.810000,-44.338000),(53.641000,-46.830000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.374000,13.597000),(7.228000,16.403000),(7.773000,18.433000),(5.997000,18.869000),(3.602000,17.836000),(2.771000,18.184000),(1.535000,17.082000),(355.091000,14.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.134000,6.743000),(272.577000,10.723000),(277.662000,16.190000),(272.720000,12.842000),(275.861000,18.696000),(267.170000,16.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.023000,-20.844000),(262.075000,-15.740000),(252.951000,-17.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.524000,-49.778000),(341.180000,-53.225000),(337.028000,-49.853000),(338.400000,-47.794000),(328.689000,-42.772000),(319.141000,-45.485000),(330.395000,-52.383000),(329.868000,-55.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.447000,-29.272000),(297.534000,-36.966000),(302.740000,-45.758000),(308.513000,-42.700000),(311.730000,-38.313000),(305.523000,-36.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.006000,-22.883000),(52.016000,-27.751000),(59.161000,-15.381000),(59.183000,-15.128000),(54.789000,-12.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.227000,25.464000),(168.184000,26.758000),(171.723000,30.192000),(168.938000,30.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.880000,-6.742000),(359.102000,-10.049000),(3.460000,-0.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.651000,57.561000),(76.997000,53.622000),(89.698000,49.478000),(102.445000,60.344000),(95.542000,62.196000),(90.491000,64.345000),(89.362000,66.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.291000,41.948000),(337.767000,36.656000),(359.115000,41.817000),(348.211000,45.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.293000,7.606000),(339.702000,4.072000),(343.473000,1.442000),(344.147000,-3.895000),(346.600000,1.615000),(352.141000,-1.999000),(351.635000,3.592000),(347.124000,4.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.078000,26.772000),(335.872000,33.339000),(332.182000,34.352000),(329.331000,30.088000),(325.151000,27.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.155000,28.472000),(160.734000,17.428000),(163.096000,23.069000),(163.359000,21.999000),(163.673000,23.946000),(164.701000,19.209000),(172.706000,26.272000),(163.890000,28.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.650000,21.568000),(55.009000,7.734000),(56.215000,14.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.594000,20.432000),(357.764000,18.457000),(356.877000,14.797000),(5.107000,11.895000),(4.455000,14.545000),(6.895000,14.591000),(6.141000,25.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.577000,6.972000),(17.547000,8.027000),(9.542000,8.947000),(8.645000,9.274000),(7.839000,9.641000),(5.322000,12.833000),(6.096000,7.887000),(1.708000,6.889000),(17.118000,2.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.772000,-1.539000),(183.239000,-0.397000),(185.898000,0.721000),(174.977000,2.176000),(176.873000,-4.584000),(180.489000,-3.968000),(181.858000,-3.786000),(182.525000,-7.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.116000,-20.985000),(235.717000,-18.242000),(233.127000,-19.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.302000,-47.851000),(310.209000,-36.144000),(309.926000,-42.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.254000,19.146000),(178.644000,23.442000),(178.794000,21.718000),(177.579000,20.845000),(171.423000,18.778000),(179.369000,17.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.135000,10.372000),(181.759000,7.673000),(187.493000,4.003000),(188.997000,3.770000),(188.249000,5.739000),(193.952000,0.287000),(189.712000,5.760000),(191.346000,5.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.843000,9.457000),(0.303000,9.064000),(3.815000,9.859000),(0.629000,13.987000),(1.649000,20.392000),(354.044000,14.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.881000,-15.699000),(279.953000,-11.441000),(274.060000,-11.852000),(270.089000,-11.996000),(274.355000,-20.617000),(280.761000,-21.329000),(279.825000,-19.823000),(286.454000,-24.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.393000,-79.341000),(345.054000,-80.211000),(335.772000,-79.071000),(345.724000,-74.153000),(314.679000,-76.530000),(310.923000,-73.270000),(303.321000,-75.739000),(290.132000,-79.680000),(305.210000,-79.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.553000,-6.800000),(207.652000,-12.735000),(214.782000,-15.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.974000,4.305000),(347.880000,-2.308000),(350.531000,-0.966000),(355.593000,0.600000),(353.565000,4.795000),(354.016000,7.622000),(352.905000,13.688000),(352.524000,7.674000),(348.985000,5.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.455000,-18.460000),(35.850000,-19.352000),(31.262000,-21.938000),(23.611000,-24.172000),(23.042000,-25.481000),(31.985000,-24.395000),(32.651000,-24.502000),(38.866000,-25.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.554000,17.449000),(113.127000,14.261000),(115.633000,11.508000),(124.270000,16.986000),(122.515000,16.955000),(106.891000,18.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.013000,-29.488000),(93.866000,-27.226000),(91.843000,-29.986000),(91.274000,-28.313000),(88.283000,-23.572000),(87.400000,-26.224000),(86.899000,-29.670000),(89.102000,-31.385000),(93.691000,-37.723000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.780000,-3.261000),(12.032000,-7.732000),(3.634000,-9.599000),(13.916000,-12.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.183000,-52.769000),(152.494000,-58.973000),(157.569000,-60.274000),(144.250000,-61.196000),(162.937000,-61.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.890000,-17.294000),(114.269000,-11.800000),(106.667000,-5.540000),(106.562000,-9.576000),(107.018000,-10.309000),(105.272000,-14.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.450000,-17.321000),(123.452000,-18.309000),(125.902000,-10.816000),(118.919000,-14.303000),(119.644000,-11.237000),(117.034000,-6.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.111000,40.744000),(167.523000,40.679000),(163.438000,40.764000),(163.267000,39.377000),(159.578000,28.442000),(171.599000,30.702000),(169.417000,34.795000),(173.696000,36.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.881000,-18.694000),(168.492000,-24.070000),(169.040000,-27.615000),(170.127000,-30.311000),(180.241000,-26.918000),(173.763000,-24.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.304000,0.762000),(185.155000,2.151000),(181.678000,1.259000),(176.765000,-0.194000),(177.918000,7.377000),(174.935000,-2.647000),(175.631000,-2.709000),(177.004000,-3.308000),(180.786000,-2.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.507000,-15.973000),(156.898000,-9.604000),(159.592000,-7.771000),(159.176000,-7.921000),(156.346000,-7.535000),(154.102000,-1.206000),(150.049000,-5.182000),(153.059000,-13.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.813000,-48.442000),(166.139000,-31.923000),(168.727000,-38.121000),(169.224000,-39.181000),(163.614000,-39.236000),(165.189000,-42.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.290000,32.437000),(162.591000,23.641000),(167.620000,20.550000),(167.759000,20.053000),(175.052000,28.478000),(174.326000,28.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.835000,2.602000),(233.926000,9.095000),(231.292000,14.165000),(230.887000,14.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.418000,-9.339000),(189.724000,-4.430000),(191.851000,-22.819000),(193.975000,-14.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.005000,22.431000),(160.387000,16.347000),(164.403000,14.774000),(159.800000,14.725000),(166.916000,12.024000),(171.864000,11.745000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.363000,-29.423000),(160.673000,-31.819000),(168.964000,-40.122000),(170.862000,-36.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.027000,-69.362000),(276.824000,-65.008000),(269.772000,-62.646000),(267.826000,-62.599000),(262.386000,-61.681000),(268.159000,-69.704000),(269.971000,-69.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.479000,-82.142000),(59.124000,-79.295000),(55.831000,-78.953000),(15.400000,-75.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.980000,57.126000),(291.271000,55.144000),(297.907000,53.816000),(305.986000,47.141000),(308.360000,52.495000),(309.921000,53.633000),(306.962000,59.013000),(302.805000,63.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.110000,-7.675000),(341.527000,-4.725000),(331.582000,-5.176000),(329.301000,-4.635000),(334.122000,-9.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.949000,0.457000),(4.860000,6.149000),(357.808000,-3.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.629000,3.223000),(196.663000,-2.747000),(201.988000,-3.401000),(201.584000,-6.077000),(200.670000,-10.374000),(210.381000,4.972000),(204.415000,4.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.537000,-47.341000),(31.728000,-44.466000),(29.795000,-41.612000),(26.340000,-45.227000),(21.684000,-39.306000),(24.653000,-46.935000),(15.092000,-51.705000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.274000,-14.592000),(24.481000,-17.682000),(21.760000,-17.972000),(22.756000,-22.671000),(24.109000,-20.671000),(26.763000,-21.040000),(27.673000,-19.668000),(31.185000,-16.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.508000,-19.415000),(229.683000,-17.272000),(226.405000,-15.237000),(221.765000,-7.983000),(216.274000,-13.066000),(217.888000,-15.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.013000,11.437000),(8.550000,17.773000),(0.976000,16.799000),(7.938000,14.422000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.905000,-15.568000),(295.931000,-15.754000),(291.285000,-12.251000),(295.252000,-18.585000),(292.639000,-16.852000),(297.210000,-21.841000),(302.859000,-22.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.641000,34.557000),(252.971000,36.800000),(243.636000,40.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.554000,6.456000),(234.679000,4.793000),(230.671000,5.405000),(234.462000,3.830000),(227.893000,1.437000),(237.651000,-1.636000),(245.177000,-1.186000),(245.382000,5.687000),(243.814000,7.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.025000,-82.453000),(25.032000,-79.602000),(13.606000,-71.308000),(11.853000,-76.205000),(8.706000,-76.209000),(4.826000,-77.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.913000,31.276000),(314.933000,32.938000),(315.599000,30.600000),(316.487000,26.545000),(316.384000,24.643000),(319.716000,21.596000),(323.564000,27.730000),(323.289000,29.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.315000,32.849000),(358.033000,28.302000),(5.485000,34.934000),(6.795000,34.323000),(12.850000,34.012000),(14.132000,35.866000),(354.237000,40.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.546000,8.921000),(34.955000,11.980000),(33.170000,12.322000),(31.934000,11.088000),(27.421000,5.822000),(32.546000,3.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.075000,-60.965000),(153.764000,-65.142000),(153.237000,-71.790000),(163.285000,-66.899000),(156.933000,-63.017000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.532000,-5.795000),(0.920000,-11.771000),(1.666000,-13.324000),(10.703000,-14.447000),(4.550000,-5.945000),(0.379000,-1.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.128000,4.212000),(172.330000,4.060000),(177.015000,-7.965000),(178.594000,-8.842000),(179.325000,-7.288000),(184.777000,-0.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.281000,-2.902000),(166.943000,-3.161000),(162.408000,-2.562000),(167.297000,-8.581000),(168.737000,-13.267000),(169.589000,-6.033000),(169.670000,-3.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.306000,30.204000),(257.808000,34.761000),(262.627000,38.246000),(258.143000,38.019000),(257.579000,40.132000),(252.879000,40.796000),(251.844000,38.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.430000,-27.834000),(147.953000,-25.766000),(157.285000,-22.237000),(156.635000,-14.876000),(147.361000,-14.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.807000,40.225000),(213.440000,30.172000),(219.353000,31.797000),(228.712000,31.103000),(227.732000,35.145000),(219.057000,43.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.425000,-41.004000),(281.962000,-44.045000),(282.595000,-50.497000),(288.390000,-53.425000),(302.754000,-45.055000),(300.655000,-43.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.829000,-9.788000),(137.487000,-13.497000),(135.058000,-8.636000),(134.248000,-15.112000),(134.478000,-16.715000),(140.012000,-17.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.154000,18.371000),(220.400000,21.824000),(221.991000,23.999000),(228.641000,23.185000),(222.110000,25.137000),(221.822000,33.168000),(217.969000,27.753000),(216.631000,26.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.534000,-13.597000),(200.264000,-6.344000),(199.904000,-18.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.705000,-64.018000),(12.833000,-59.048000),(357.585000,-57.734000),(346.863000,-69.622000),(1.845000,-66.237000),(6.667000,-67.906000),(8.829000,-66.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.380000,-17.158000),(25.012000,-21.363000),(26.830000,-22.691000),(32.619000,-23.929000),(31.981000,-18.878000),(33.277000,-19.877000),(32.903000,-17.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.629000,12.349000),(1.509000,7.573000),(0.055000,8.800000),(357.950000,3.897000),(2.147000,-1.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.286000,45.136000),(315.090000,47.081000),(298.541000,47.181000),(300.097000,48.054000),(298.622000,43.210000),(299.956000,43.887000),(303.590000,47.348000),(308.092000,43.278000),(304.769000,48.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.183000,0.865000),(109.418000,2.395000),(101.997000,4.157000),(101.605000,4.175000),(99.831000,5.346000),(96.421000,-4.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.654000,-12.867000),(158.845000,-16.004000),(161.981000,-9.757000),(164.591000,-10.620000),(166.628000,-10.497000),(161.351000,0.674000),(153.239000,-9.812000),(153.591000,-10.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.947000,9.480000),(39.020000,11.630000),(37.216000,13.509000),(31.769000,8.240000),(37.502000,2.906000),(40.635000,4.115000),(41.959000,7.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.449000,62.280000),(155.584000,60.069000),(152.582000,60.352000),(152.464000,55.389000),(158.447000,54.727000),(166.790000,53.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.857000,17.749000),(72.778000,13.175000),(76.772000,9.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.991000,-28.790000),(332.555000,-29.406000),(327.235000,-22.282000),(321.407000,-28.029000),(334.751000,-35.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.951000,-49.346000),(24.507000,-52.106000),(18.447000,-60.441000),(28.925000,-57.063000),(35.057000,-55.869000),(37.464000,-56.022000),(29.253000,-50.735000),(26.213000,-50.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.934000,-19.758000),(237.937000,-17.183000),(243.918000,-19.662000),(243.304000,-17.079000),(242.176000,-15.733000),(238.391000,-13.574000),(238.295000,-12.259000),(232.972000,-10.241000),(235.147000,-13.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.913000,0.996000),(229.639000,4.028000),(230.096000,4.853000),(222.824000,10.634000),(221.264000,16.503000),(218.086000,15.582000),(216.575000,16.262000),(212.481000,10.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.538000,-73.222000),(156.156000,-76.504000),(146.022000,-76.966000),(135.105000,-83.795000),(172.862000,-77.820000),(204.931000,-79.401000),(193.864000,-71.279000),(186.994000,-70.543000),(173.811000,-75.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.970000,52.910000),(162.360000,43.499000),(165.840000,42.021000),(171.913000,44.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.936000,-2.495000),(358.389000,-12.974000),(2.536000,-13.443000),(3.301000,-11.241000),(4.571000,-9.904000),(6.168000,-11.046000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.146000,-77.006000),(315.539000,-76.949000),(274.339000,-78.018000),(302.208000,-79.416000),(288.625000,-82.449000),(319.106000,-79.085000),(354.143000,-83.296000),(339.881000,-80.305000),(331.642000,-69.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.682000,-17.825000),(216.054000,-12.172000),(207.961000,-19.589000),(205.952000,-24.631000),(211.819000,-26.984000),(220.102000,-18.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.639000,23.426000),(140.292000,18.517000),(140.675000,15.806000),(146.020000,11.470000),(146.932000,11.010000),(153.325000,8.894000),(149.048000,13.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.818000,3.522000),(175.617000,2.049000),(181.468000,-0.780000),(186.176000,-1.589000),(182.719000,3.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.823000,-13.011000),(189.659000,-11.980000),(179.879000,-22.531000),(185.144000,-17.575000),(186.321000,-19.609000),(190.002000,-16.855000),(190.989000,-16.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.820000,-13.769000),(179.703000,-9.018000),(180.003000,-8.013000),(181.300000,-5.381000),(174.117000,-5.042000),(172.342000,-6.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.894000,0.641000),(153.680000,-5.474000),(146.539000,-10.792000),(150.424000,-11.264000),(150.090000,-13.540000),(158.114000,-14.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.631000,1.633000),(6.317000,1.247000),(0.941000,12.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.650000,0.775000),(97.690000,-2.673000),(99.703000,-6.216000),(103.323000,-3.043000),(108.245000,7.618000),(101.512000,5.360000),(100.186000,9.684000),(94.787000,4.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.046000,13.878000),(176.035000,5.925000),(169.561000,8.388000),(167.501000,2.668000),(168.907000,2.439000),(174.442000,3.849000),(180.552000,8.801000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.216000,26.117000),(34.125000,27.051000),(25.312000,24.211000),(32.473000,23.985000),(26.799000,23.050000),(32.055000,19.601000),(34.435000,20.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.046000,16.746000),(147.689000,17.493000),(151.758000,7.793000),(152.346000,4.297000),(156.986000,4.862000),(161.588000,9.220000),(159.172000,10.451000),(160.132000,11.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.870000,88.306000),(81.544000,87.963000),(113.683000,80.345000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.216000,46.247000),(285.658000,50.038000),(289.093000,46.449000),(286.716000,45.311000),(292.579000,44.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.913000,10.008000),(188.777000,9.883000),(192.388000,10.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.442000,71.816000),(293.473000,70.510000),(296.795000,67.758000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.173000,9.047000),(347.951000,16.871000),(344.829000,12.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.339000,-8.429000),(16.639000,-9.009000),(17.299000,-8.734000),(22.312000,-8.529000),(20.203000,-1.234000),(18.451000,-2.049000),(17.303000,-2.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.388000,43.365000),(276.864000,58.824000),(268.956000,54.095000),(270.760000,51.515000),(257.991000,49.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.027000,-11.140000),(261.986000,-6.462000),(257.610000,-8.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.409000,63.923000),(19.877000,64.212000),(2.912000,55.042000),(17.487000,55.511000),(17.722000,51.605000),(19.668000,58.027000),(35.022000,57.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.907000,41.764000),(308.006000,45.348000),(310.136000,34.961000),(311.165000,34.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.755000,-0.828000),(202.037000,5.999000),(209.825000,7.354000),(202.435000,9.819000),(202.498000,10.517000),(197.656000,2.388000),(202.993000,-1.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.209000,-22.176000),(293.281000,-23.619000),(290.522000,-34.708000),(299.441000,-28.447000),(292.692000,-26.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.263000,-42.442000),(143.871000,-42.165000),(132.731000,-38.299000),(132.404000,-43.172000),(125.510000,-45.620000),(130.238000,-48.019000),(132.577000,-54.084000),(136.212000,-47.506000),(136.507000,-47.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.964000,-54.561000),(112.161000,-59.049000),(124.886000,-56.117000),(121.372000,-46.064000),(120.123000,-42.332000),(114.588000,-48.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.295000,72.187000),(253.855000,72.109000),(244.134000,76.761000),(229.911000,75.285000),(223.970000,74.834000),(209.011000,73.117000),(204.957000,69.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.284000,-5.542000),(257.734000,1.477000),(247.496000,6.374000),(250.246000,-0.899000),(248.453000,-3.027000),(251.815000,-3.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.774000,-64.838000),(132.101000,-63.064000),(131.793000,-60.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.449000,-4.477000),(51.293000,-0.369000),(39.681000,7.240000),(40.255000,5.362000),(39.177000,-1.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.226000,-8.583000),(0.030000,-8.409000),(358.416000,-8.057000),(351.421000,-8.154000),(1.351000,-15.391000),(10.146000,-8.818000),(4.340000,-8.225000),(1.314000,-8.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.326000,-0.852000),(224.394000,1.829000),(219.516000,8.313000),(214.724000,5.762000),(214.153000,-0.360000),(224.019000,-2.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.963000,20.329000),(283.611000,25.307000),(281.328000,25.874000),(280.030000,26.433000),(281.135000,33.186000),(280.092000,31.644000),(277.104000,20.999000),(277.089000,18.384000),(281.144000,21.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.167000,12.924000),(341.349000,10.260000),(343.255000,7.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.062000,-24.893000),(30.206000,-20.779000),(24.714000,-24.048000),(28.060000,-28.512000),(33.964000,-23.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.870000,7.173000),(21.145000,12.812000),(25.083000,14.804000),(28.490000,18.743000),(22.813000,21.728000),(15.673000,17.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.830000,20.974000),(225.007000,22.552000),(210.440000,17.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.373000,31.286000),(292.688000,21.863000),(292.715000,26.448000),(292.982000,28.201000),(297.942000,24.734000),(293.709000,29.896000),(302.340000,28.042000),(297.963000,34.484000),(291.032000,31.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.901000,-15.214000),(15.771000,-17.039000),(19.068000,-18.013000),(6.771000,-21.702000),(16.869000,-19.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.712000,4.237000),(23.912000,14.465000),(19.372000,15.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.949000,-25.657000),(358.430000,-29.435000),(4.839000,-22.258000),(355.878000,-17.564000),(351.878000,-15.059000),(349.999000,-16.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.044000,-53.461000),(118.546000,-53.889000),(108.918000,-57.404000),(130.007000,-61.691000),(130.414000,-59.487000),(136.428000,-55.416000),(129.339000,-58.048000),(130.404000,-51.301000),(126.258000,-51.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.758000,-24.256000),(29.407000,-38.472000),(35.813000,-27.857000),(26.979000,-27.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.530000,-56.969000),(349.784000,-52.938000),(346.230000,-47.208000),(334.162000,-56.586000),(341.709000,-58.668000),(342.904000,-56.075000),(345.387000,-56.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.727000,-34.413000),(213.278000,-24.789000),(212.257000,-27.568000),(213.955000,-31.985000),(205.060000,-33.637000),(216.547000,-35.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.982000,-5.877000),(183.551000,-11.049000),(186.472000,-11.961000),(189.340000,-12.540000),(197.384000,-12.855000),(197.729000,-12.517000),(195.323000,-10.574000),(188.745000,-9.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.825000,50.209000),(341.568000,55.584000),(335.195000,58.935000),(331.109000,52.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.056000,-7.573000),(191.381000,-2.700000),(179.361000,6.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.590000,7.924000),(154.787000,4.669000),(159.212000,7.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.505000,8.948000),(140.888000,5.265000),(137.325000,7.566000),(141.425000,-0.387000),(148.119000,6.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.359000,0.775000),(293.886000,3.208000),(287.827000,6.605000),(286.986000,4.968000),(281.012000,9.327000),(286.019000,3.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.135000,-9.968000),(122.734000,-7.838000),(123.813000,-8.869000),(129.723000,-13.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.747000,39.484000),(30.340000,40.994000),(16.909000,46.714000),(15.449000,38.284000),(20.882000,28.484000),(27.536000,32.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.481000,63.700000),(121.065000,51.527000),(133.469000,48.268000),(133.939000,49.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.162000,45.339000),(17.962000,43.516000),(25.980000,38.817000),(28.389000,40.268000),(37.303000,45.421000),(25.127000,52.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.809000,30.843000),(37.373000,34.065000),(32.762000,37.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.612000,-49.661000),(220.176000,-48.672000),(214.887000,-36.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.730000,7.769000),(359.990000,2.770000),(358.595000,4.370000),(358.097000,11.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.375000,56.188000),(295.583000,49.817000),(304.529000,51.801000),(304.333000,51.599000),(308.729000,50.450000),(307.460000,44.283000),(315.105000,48.028000),(318.113000,49.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.887000,44.526000),(272.311000,41.953000),(280.389000,41.824000),(294.918000,45.684000),(289.430000,51.259000),(282.642000,49.371000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.328000,-29.627000),(77.608000,-38.347000),(83.297000,-38.065000),(86.910000,-22.965000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.765000,22.598000),(298.263000,20.691000),(303.129000,17.118000),(309.977000,22.362000),(312.559000,23.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.440000,-61.804000),(105.363000,-55.275000),(119.930000,-62.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.566000,-72.453000),(48.324000,-76.015000),(40.739000,-79.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.698000,16.356000),(134.654000,16.296000),(135.854000,17.792000),(131.847000,21.125000),(127.184000,23.701000),(129.030000,17.429000),(124.924000,7.735000),(132.594000,8.953000),(132.831000,14.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.927000,41.256000),(292.845000,38.889000),(302.293000,45.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.439000,27.398000),(347.613000,25.451000),(353.626000,29.453000),(356.170000,38.365000),(355.727000,37.928000),(346.986000,40.289000),(341.807000,36.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.021000,38.074000),(216.568000,31.823000),(221.502000,33.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.766000,-32.260000),(134.984000,-28.708000),(134.895000,-30.458000),(133.493000,-32.084000),(129.089000,-37.606000),(147.055000,-38.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.232000,4.196000),(183.885000,-5.563000),(180.588000,-1.169000),(185.002000,-4.254000),(181.988000,-1.831000),(184.976000,0.514000),(184.951000,0.936000),(184.752000,4.539000),(180.280000,8.796000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.166000,-62.093000),(196.084000,-65.441000),(207.823000,-65.327000),(204.079000,-62.421000),(195.418000,-52.350000),(192.942000,-52.116000),(193.221000,-53.379000),(193.468000,-54.710000),(192.861000,-60.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.006000,-24.626000),(185.554000,-27.952000),(183.113000,-16.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.807000,-13.224000),(9.241000,-14.004000),(10.515000,-16.676000),(8.913000,-2.347000),(4.654000,-7.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.075000,66.044000),(356.734000,68.922000),(13.880000,75.045000),(347.651000,71.739000),(345.074000,72.542000),(330.374000,72.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.035000,10.464000),(355.572000,5.851000),(354.035000,1.005000),(359.528000,7.267000),(6.394000,5.449000),(359.589000,9.733000),(358.144000,10.433000),(355.372000,12.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.631000,-13.712000),(31.407000,-9.550000),(28.467000,-10.656000),(18.875000,-14.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.280000,-8.015000),(349.436000,-7.779000),(352.268000,-10.950000),(355.211000,-10.623000),(359.245000,-10.120000),(6.855000,-9.794000),(2.329000,-9.010000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.299000,20.476000),(27.454000,17.015000),(23.498000,9.471000),(27.656000,12.658000),(35.043000,7.005000),(32.416000,11.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.934000,52.190000),(165.100000,49.666000),(162.974000,41.356000),(174.971000,45.467000),(177.890000,44.803000),(184.757000,45.489000),(176.352000,48.916000),(184.010000,51.781000),(178.382000,50.620000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.931000,-72.172000),(211.287000,-62.703000),(204.988000,-67.445000),(174.581000,-76.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.900000,37.017000),(222.248000,29.794000),(229.054000,32.863000),(232.811000,29.655000),(232.138000,34.082000),(233.923000,37.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.843000,-17.922000),(46.605000,-14.964000),(41.462000,-9.860000),(40.610000,-11.691000),(38.332000,-12.320000),(40.364000,-15.005000),(36.185000,-14.441000),(40.373000,-22.837000),(44.819000,-21.405000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.850000,-78.485000),(307.950000,-82.560000),(7.612000,-76.052000),(354.046000,-73.335000),(342.566000,-76.408000),(339.635000,-75.293000),(329.633000,-70.569000),(302.669000,-74.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.993000,-13.366000),(340.827000,-6.807000),(338.590000,-1.634000),(336.167000,-4.425000),(338.469000,-9.393000),(339.393000,-10.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.142000,-11.321000),(59.545000,-10.919000),(64.719000,-18.086000),(68.063000,-11.362000),(63.055000,-8.924000),(63.756000,-6.455000),(59.870000,-6.675000),(58.163000,-3.508000),(58.786000,-7.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.646000,-13.450000),(349.077000,-16.276000),(348.844000,-14.485000),(347.683000,-13.074000),(352.470000,-16.194000),(339.415000,-14.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.920000,-17.778000),(261.875000,-13.251000),(260.896000,-21.308000),(267.757000,-20.994000),(261.014000,-24.373000),(276.883000,-23.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.990000,-36.221000),(32.797000,-33.139000),(39.583000,-38.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.430000,3.421000),(233.511000,0.400000),(237.223000,4.975000),(242.250000,3.629000),(241.539000,4.721000),(241.574000,9.561000),(239.372000,9.341000),(230.260000,5.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.037000,3.740000),(335.836000,3.020000),(334.937000,4.009000),(330.291000,2.693000),(329.602000,0.967000),(329.529000,-2.033000),(331.639000,-3.931000),(331.610000,-5.137000),(335.055000,-8.508000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.695000,8.522000),(356.266000,-0.468000),(6.073000,5.135000),(4.644000,9.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.159000,-16.130000),(298.233000,-23.606000),(302.477000,-28.735000),(301.501000,-25.600000),(305.564000,-26.210000),(307.260000,-20.084000),(301.691000,-22.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.285000,29.592000),(356.160000,29.792000),(358.397000,29.890000),(4.908000,25.219000),(3.576000,29.496000),(3.891000,37.484000),(358.567000,39.382000),(347.565000,33.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.895000,20.223000),(1.436000,16.312000),(0.597000,8.866000),(3.241000,11.312000),(11.190000,8.759000),(11.207000,9.568000),(7.507000,15.439000),(7.418000,16.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.499000,-37.739000),(13.206000,-41.655000),(8.950000,-38.366000),(8.898000,-39.986000),(9.807000,-43.424000),(359.060000,-47.154000),(6.848000,-51.959000),(11.148000,-50.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.139000,-0.183000),(356.506000,-6.557000),(359.653000,-6.706000),(5.851000,-4.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.868000,6.846000),(252.053000,4.403000),(254.797000,3.050000),(257.189000,5.200000),(259.601000,5.253000),(259.591000,6.380000),(263.458000,4.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.095000,-51.262000),(128.197000,-47.099000),(134.924000,-43.239000),(123.322000,-38.723000),(116.928000,-45.959000),(125.788000,-47.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.743000,-38.165000),(197.955000,-36.571000),(204.428000,-45.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.595000,-9.968000),(159.244000,-10.179000),(156.908000,-16.074000),(156.968000,-16.909000),(168.766000,-16.075000),(171.577000,-8.273000),(170.242000,-8.553000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.155000,-3.947000),(296.663000,-2.776000),(292.792000,-1.770000),(297.544000,-7.616000),(302.146000,-12.868000),(304.834000,-10.542000),(302.590000,-6.245000),(300.154000,-4.455000),(297.820000,0.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.720000,-27.712000),(187.941000,-31.888000),(192.188000,-29.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.804000,-4.261000),(202.114000,-0.847000),(189.831000,-3.505000),(192.259000,-2.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.809000,-19.618000),(330.111000,-21.508000),(332.305000,-20.648000),(337.991000,-13.149000),(333.658000,-12.166000),(329.138000,-14.172000),(329.595000,-15.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.437000,-18.952000),(164.933000,-21.725000),(165.827000,-31.310000),(174.925000,-31.261000),(172.685000,-25.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.451000,-35.794000),(153.580000,-34.470000),(154.278000,-29.861000),(151.235000,-36.659000),(147.490000,-37.139000),(141.532000,-41.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.188000,9.185000),(22.509000,5.202000),(15.759000,6.668000),(20.825000,-0.063000),(24.524000,-0.125000),(26.588000,-6.458000),(33.200000,0.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.626000,-66.439000),(20.116000,-68.402000),(26.877000,-71.205000),(32.133000,-68.739000),(31.265000,-70.255000),(40.002000,-66.720000),(30.354000,-56.775000),(34.548000,-61.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.271000,55.835000),(319.738000,53.907000),(319.743000,46.801000),(340.880000,42.398000),(335.099000,48.837000),(334.283000,51.108000),(342.341000,54.089000),(340.436000,55.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.899000,1.472000),(4.874000,4.131000),(358.260000,-8.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.767000,-2.239000),(346.104000,-1.870000),(349.196000,-11.202000),(350.400000,-5.640000),(354.681000,-10.083000),(352.876000,-1.709000),(353.663000,4.483000),(350.803000,3.419000),(350.254000,6.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.926000,16.563000),(178.802000,20.767000),(168.925000,16.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.566000,-29.279000),(288.795000,-33.907000),(291.292000,-30.844000),(295.569000,-30.487000),(296.009000,-28.258000),(296.047000,-19.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.242000,3.152000),(202.370000,-0.379000),(206.921000,-1.122000),(206.024000,6.252000),(201.709000,7.412000),(200.712000,8.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.881000,56.436000),(45.501000,57.973000),(41.855000,57.011000),(37.411000,53.107000),(52.085000,54.831000),(56.556000,57.356000),(56.728000,63.183000),(49.700000,58.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.808000,61.755000),(294.012000,61.278000),(281.145000,63.297000),(279.192000,55.077000),(290.871000,56.971000),(295.057000,52.228000),(297.275000,56.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.042000,5.047000),(231.130000,1.351000),(226.950000,-2.599000),(233.698000,-6.155000),(235.817000,-6.297000),(237.245000,-7.570000),(240.604000,-1.435000),(234.190000,-2.226000),(234.363000,4.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.013000,11.327000),(190.644000,10.485000),(187.563000,18.433000),(187.511000,10.142000),(188.055000,8.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.281000,1.251000),(220.312000,-3.596000),(226.396000,-0.275000),(225.603000,-1.067000),(223.718000,-3.341000),(232.784000,-0.040000),(233.775000,3.518000),(231.831000,7.543000),(231.663000,9.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.688000,3.521000),(352.987000,6.522000),(353.576000,-6.089000),(355.230000,-1.588000),(3.994000,3.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.442000,38.582000),(188.058000,38.002000),(193.427000,30.997000),(201.224000,38.507000),(197.356000,39.625000),(192.933000,40.545000),(193.863000,43.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.773000,-8.265000),(183.962000,-7.193000),(182.464000,2.444000),(181.920000,-5.384000),(174.602000,-8.008000),(179.550000,-11.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.742000,76.655000),(120.252000,79.289000),(115.336000,80.902000),(45.476000,83.959000),(70.785000,79.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.595000,16.283000),(220.419000,14.431000),(217.434000,15.705000),(216.520000,16.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.339000,-46.823000),(189.923000,-48.331000),(198.370000,-53.375000),(200.209000,-42.145000),(196.922000,-43.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.457000,39.731000),(56.094000,43.048000),(53.337000,42.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.547000,-30.158000),(345.562000,-47.161000),(350.191000,-40.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.958000,-2.212000),(239.800000,-1.077000),(240.096000,-3.622000),(241.627000,-5.183000),(236.918000,-8.252000),(238.744000,-9.333000),(239.367000,-13.662000),(241.029000,-15.441000),(251.793000,-11.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.790000,25.813000),(196.949000,32.285000),(196.063000,33.901000),(189.585000,36.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.714000,17.928000),(139.926000,26.529000),(138.070000,17.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.096000,45.902000),(266.212000,42.332000),(273.092000,45.654000),(272.295000,54.801000),(259.983000,54.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.603000,-11.849000),(347.641000,-13.085000),(353.197000,-13.182000),(348.182000,-12.179000),(350.844000,-10.709000),(350.774000,-8.975000),(348.479000,-10.944000),(348.505000,-4.444000),(347.686000,-3.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.159000,49.457000),(156.322000,45.733000),(148.606000,46.904000),(165.906000,51.976000),(159.199000,44.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.259000,-10.323000),(358.482000,-16.998000),(1.184000,-23.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.616000,-63.845000),(291.515000,-62.226000),(301.091000,-60.184000),(281.904000,-59.982000),(279.031000,-61.961000),(263.864000,-63.915000),(267.670000,-67.350000),(285.079000,-64.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.044000,7.090000),(66.320000,7.850000),(69.675000,9.000000),(71.075000,9.001000),(68.414000,9.603000),(63.857000,12.088000),(60.394000,9.010000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.116000,19.245000),(16.669000,25.672000),(8.310000,28.645000),(7.275000,31.125000),(2.856000,30.122000),(9.345000,18.287000),(10.994000,14.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.996000,7.595000),(259.948000,3.807000),(258.696000,0.562000),(265.595000,-0.778000),(266.158000,0.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.355000,84.090000),(22.336000,84.823000),(54.721000,80.238000),(67.301000,79.451000),(89.859000,74.852000),(94.149000,75.461000),(83.098000,80.318000),(121.712000,82.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.337000,-5.816000),(5.489000,-1.324000),(0.476000,0.064000),(352.074000,8.353000),(351.439000,2.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.406000,-52.090000),(33.410000,-53.473000),(35.395000,-51.522000),(39.819000,-56.210000),(44.437000,-50.164000),(45.170000,-43.619000),(41.808000,-43.894000),(23.114000,-47.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.589000,-3.282000),(0.950000,-3.609000),(348.355000,-0.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.112000,-58.414000),(317.672000,-58.325000),(322.081000,-57.561000),(315.748000,-54.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.282000,7.057000),(302.377000,-0.982000),(303.712000,-1.758000),(300.734000,-3.610000),(300.229000,-6.734000),(305.906000,-4.187000),(308.828000,-3.583000),(313.541000,-7.924000),(309.382000,-1.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.987000,-65.800000),(212.995000,-61.260000),(207.895000,-68.392000),(210.227000,-71.127000),(234.696000,-66.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.143000,61.624000),(195.116000,61.771000),(194.100000,64.738000),(204.634000,65.058000),(167.847000,73.534000),(177.960000,69.459000),(178.332000,67.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.124000,0.564000),(166.086000,0.747000),(171.727000,8.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.102000,-19.080000),(87.645000,-10.837000),(91.654000,-10.871000),(88.467000,-7.554000),(87.576000,-8.433000),(86.447000,-8.042000),(80.454000,-6.687000),(83.796000,-8.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.496000,36.142000),(171.732000,32.527000),(173.652000,29.725000),(180.147000,30.957000),(180.902000,36.427000),(178.277000,36.934000),(182.210000,40.273000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.965000,-18.943000),(359.186000,-14.844000),(351.927000,-18.947000),(353.694000,-21.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.534000,-24.498000),(346.456000,-24.402000),(348.796000,-25.381000),(351.925000,-21.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.001000,-14.600000),(15.588000,-7.422000),(12.620000,-9.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.638000,5.018000),(132.441000,13.319000),(123.372000,9.210000),(124.900000,0.290000),(126.143000,2.523000),(127.677000,3.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.479000,-19.585000),(96.636000,-19.039000),(91.864000,-16.075000),(86.344000,-14.931000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.153000,-65.015000),(294.169000,-54.526000),(288.938000,-54.568000),(283.079000,-46.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.049000,-2.485000),(110.598000,5.587000),(101.739000,2.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.902000,-21.735000),(119.472000,-21.767000),(119.460000,-35.550000),(126.828000,-27.928000),(126.478000,-27.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.920000,2.770000),(177.321000,-1.102000),(180.062000,-3.919000),(182.093000,-6.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.211000,38.810000),(71.939000,34.664000),(69.772000,38.774000),(72.861000,40.298000),(70.139000,43.215000),(72.496000,48.236000),(59.425000,41.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.024000,-25.655000),(144.211000,-19.851000),(138.271000,-17.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.124000,-16.305000),(172.736000,-15.425000),(176.535000,-12.830000),(176.110000,-3.586000),(171.264000,-3.970000),(169.892000,-5.198000),(168.870000,-1.740000),(168.571000,-4.096000),(159.543000,-8.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.148000,-0.342000),(248.216000,-7.520000),(248.344000,-11.372000),(255.038000,-7.996000),(257.765000,-8.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.194000,-3.555000),(183.637000,3.058000),(177.852000,4.333000),(175.364000,3.761000),(176.871000,2.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.912000,-17.310000),(132.232000,-16.111000),(135.301000,-16.045000),(134.947000,-14.793000),(122.296000,-6.379000),(119.081000,-12.647000),(119.251000,-12.838000),(124.804000,-19.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.318000,44.248000),(284.253000,48.127000),(286.114000,44.551000),(296.862000,39.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.049000,-13.120000),(194.349000,-17.815000),(182.175000,-11.204000),(184.569000,-15.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.132000,24.009000),(62.822000,22.583000),(65.487000,23.346000),(66.374000,22.457000),(66.036000,21.738000),(70.506000,22.871000),(66.008000,26.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.357000,-8.883000),(218.040000,-8.654000),(212.386000,-6.687000),(209.324000,-5.503000),(208.010000,-13.628000),(213.793000,-13.169000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.442000,-10.614000),(317.553000,-12.881000),(323.211000,-10.060000),(315.850000,-8.813000),(312.286000,-7.110000),(308.116000,-6.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.236000,41.985000),(138.548000,43.056000),(140.558000,33.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.498000,-45.805000),(76.485000,-42.948000),(63.094000,-31.176000),(57.603000,-33.815000),(55.002000,-41.483000),(66.800000,-40.576000),(68.352000,-44.118000),(68.178000,-40.762000),(70.471000,-43.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.433000,16.653000),(79.635000,17.650000),(77.742000,14.131000),(82.383000,10.159000),(87.207000,10.493000),(83.758000,12.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.343000,-10.785000),(347.620000,-5.884000),(345.680000,-9.179000),(344.898000,-7.697000),(344.552000,-9.614000),(342.800000,-19.275000),(347.348000,-20.361000),(350.641000,-19.777000),(349.104000,-15.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.728000,-28.876000),(30.329000,-30.608000),(31.378000,-28.505000),(34.041000,-26.960000),(31.712000,-24.600000),(24.161000,-20.749000),(22.831000,-27.414000),(23.221000,-29.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.585000,22.423000),(342.629000,23.644000),(344.913000,25.749000),(338.551000,26.389000),(335.021000,28.854000),(339.218000,25.375000),(337.242000,25.260000),(335.804000,19.931000),(337.992000,19.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.960000,7.388000),(179.350000,-5.730000),(185.944000,-4.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.237000,-18.000000),(210.074000,-18.546000),(213.293000,-16.620000),(212.558000,-12.304000),(204.366000,-19.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.870000,-34.145000),(316.966000,-35.494000),(319.445000,-28.808000),(305.210000,-30.699000),(306.003000,-31.545000),(304.121000,-32.653000),(307.995000,-33.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.690000,-6.311000),(329.750000,-11.317000),(339.772000,-11.831000),(346.186000,-12.211000),(345.985000,-7.246000),(343.481000,-4.927000),(341.948000,-2.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.468000,-27.401000),(270.447000,-28.087000),(277.720000,-33.283000),(277.885000,-31.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.829000,-40.703000),(287.321000,-38.885000),(306.836000,-45.809000),(302.350000,-40.919000),(298.739000,-40.560000),(295.938000,-37.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.341000,26.911000),(350.060000,34.883000),(337.931000,29.509000),(341.734000,28.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.692000,19.623000),(237.450000,21.691000),(237.378000,22.101000),(237.185000,24.115000),(228.173000,22.965000),(228.678000,21.611000),(224.695000,15.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.611000,13.066000),(197.750000,16.398000),(189.102000,21.417000),(184.895000,16.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.605000,-4.413000),(180.185000,-8.958000),(187.788000,-8.907000),(183.134000,-3.573000),(185.010000,0.336000),(183.169000,1.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.206000,-21.591000),(207.389000,-28.232000),(210.805000,-28.264000),(212.369000,-28.393000),(218.168000,-25.443000),(218.367000,-25.436000),(218.419000,-17.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.425000,-44.485000),(351.048000,-43.747000),(356.559000,-47.104000),(0.405000,-43.391000),(7.453000,-48.558000),(2.757000,-42.304000),(1.957000,-40.382000),(3.616000,-36.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.853000,-26.911000),(52.265000,-26.233000),(58.548000,-25.958000),(54.288000,-18.260000),(51.332000,-21.718000),(50.915000,-23.967000),(43.472000,-18.448000),(45.271000,-21.932000),(48.908000,-30.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.542000,51.722000),(211.154000,48.028000),(197.665000,61.881000),(188.299000,52.721000),(193.075000,51.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.508000,-7.991000),(167.055000,-3.128000),(167.859000,-0.833000),(166.265000,-1.267000),(162.971000,-2.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.738000,56.766000),(15.429000,64.477000),(11.225000,69.192000),(7.319000,60.712000),(11.585000,57.550000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.816000,-5.840000),(118.500000,-18.385000),(120.412000,-18.283000),(123.223000,-22.052000),(127.090000,-22.667000),(127.157000,-19.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.683000,46.908000),(341.856000,43.544000),(343.761000,46.753000),(329.690000,46.549000),(337.929000,39.707000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.443000,-43.541000),(354.017000,-51.138000),(354.646000,-48.723000),(353.851000,-43.917000),(347.962000,-33.415000),(345.655000,-36.603000),(347.902000,-38.533000),(342.464000,-47.039000),(350.433000,-43.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.308000,9.389000),(128.463000,2.906000),(129.835000,1.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.733000,-30.390000),(337.934000,-30.048000),(334.354000,-27.726000),(333.552000,-29.146000),(330.081000,-25.744000),(329.951000,-29.269000),(328.983000,-36.147000),(329.304000,-36.063000),(331.477000,-38.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.374000,4.500000),(357.991000,2.249000),(359.782000,7.394000),(356.294000,9.211000),(352.210000,6.992000),(354.059000,-3.196000),(356.794000,-8.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.893000,58.343000),(63.305000,54.245000),(52.752000,53.807000),(59.610000,45.511000),(61.721000,47.456000),(62.592000,50.247000),(63.635000,48.232000),(67.227000,52.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.199000,53.405000),(99.997000,50.838000),(91.962000,41.580000),(92.517000,40.795000),(95.196000,38.997000),(103.090000,41.130000),(106.171000,39.800000),(103.390000,42.140000),(107.602000,43.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.678000,13.341000),(17.128000,17.438000),(16.324000,6.431000),(16.679000,7.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.490000,29.070000),(131.878000,38.223000),(126.631000,40.867000),(125.694000,32.605000),(130.433000,33.621000),(130.463000,32.989000),(132.067000,28.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.202000,-0.764000),(178.734000,-17.301000),(186.793000,-11.291000),(181.435000,-7.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.115000,-11.090000),(309.718000,-10.045000),(310.364000,-6.563000),(308.378000,2.354000),(303.470000,1.039000),(298.153000,4.407000),(298.893000,-1.545000),(299.393000,-6.639000),(298.164000,-12.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.361000,8.495000),(257.962000,20.571000),(258.221000,21.587000),(253.077000,24.768000),(244.582000,17.534000),(248.518000,14.863000),(246.035000,11.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.354000,34.868000),(121.886000,32.262000),(119.142000,24.300000),(134.580000,29.347000),(134.325000,35.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.019000,21.543000),(125.235000,13.352000),(127.006000,11.472000),(136.079000,16.209000),(138.813000,18.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.483000,22.172000),(320.418000,22.594000),(314.182000,33.140000),(313.928000,30.240000),(313.503000,31.714000),(310.560000,27.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.241000,65.977000),(105.529000,62.179000),(119.514000,66.393000),(118.624000,67.167000),(89.103000,69.793000),(89.534000,67.347000),(92.576000,68.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.940000,43.149000),(190.314000,49.565000),(189.858000,48.347000),(194.515000,44.305000),(193.810000,42.713000),(185.557000,42.879000),(203.496000,37.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.630000,16.532000),(315.848000,15.228000),(322.530000,8.945000),(323.898000,8.768000),(325.703000,15.651000),(323.154000,18.398000),(324.499000,21.982000),(317.507000,18.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.433000,3.875000),(305.141000,-0.284000),(301.245000,-3.884000),(305.722000,-9.024000),(314.540000,-6.512000),(314.740000,-2.918000),(313.183000,0.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.233000,-17.091000),(255.864000,-23.913000),(249.410000,-23.857000),(252.391000,-31.829000),(256.443000,-27.598000),(260.718000,-19.955000),(261.233000,-16.690000),(257.205000,-23.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.029000,6.993000),(169.112000,8.571000),(161.975000,4.779000),(159.869000,-0.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.237000,-23.490000),(348.254000,-23.039000),(347.115000,-25.443000),(352.865000,-38.488000),(353.042000,-31.975000),(356.968000,-33.513000),(352.981000,-30.008000),(1.570000,-30.096000),(0.197000,-27.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.426000,7.249000),(76.591000,3.694000),(78.857000,1.947000),(88.915000,7.792000),(80.661000,9.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.692000,17.687000),(312.476000,23.293000),(311.644000,19.663000),(307.143000,19.559000),(309.395000,17.482000),(303.238000,13.104000),(304.256000,11.658000),(310.262000,12.370000),(316.279000,11.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.369000,7.935000),(191.792000,-4.137000),(196.010000,6.229000),(189.411000,4.708000),(192.206000,7.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.706000,6.260000),(353.302000,6.188000),(347.583000,1.981000),(353.218000,3.267000),(356.862000,6.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.700000,-52.002000),(2.415000,-63.782000),(10.062000,-54.505000),(354.948000,-48.685000),(355.664000,-51.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.436000,40.165000),(329.902000,38.531000),(322.249000,44.507000),(325.967000,43.784000),(323.308000,48.935000),(320.129000,47.514000),(319.382000,46.323000),(315.893000,41.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.088000,85.242000),(268.364000,84.541000),(230.145000,80.715000),(233.560000,80.945000),(241.990000,80.287000),(254.444000,80.446000),(274.168000,74.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.411000,15.820000),(359.664000,20.614000),(3.504000,26.815000),(356.775000,24.393000),(353.388000,25.056000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.356000,24.302000),(178.046000,28.038000),(177.461000,30.946000),(184.619000,38.881000),(176.917000,35.856000),(176.539000,39.217000),(175.264000,36.268000),(172.947000,37.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.451000,41.986000),(260.530000,37.515000),(252.551000,38.243000),(256.063000,36.972000),(257.059000,34.757000),(253.146000,32.860000),(265.382000,32.901000),(267.482000,37.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.630000,1.713000),(353.473000,5.490000),(352.879000,-3.276000),(355.736000,-9.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.194000,12.509000),(356.378000,10.577000),(0.325000,8.023000),(3.612000,4.552000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.796000,18.902000),(114.842000,17.972000),(109.806000,21.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.637000,-51.394000),(114.113000,-51.902000),(121.500000,-54.906000),(124.859000,-56.416000),(121.177000,-51.830000),(127.113000,-51.233000),(121.860000,-51.737000),(128.689000,-48.833000),(121.433000,-49.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.482000,32.461000),(12.415000,36.410000),(4.339000,32.588000),(9.701000,24.521000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.337000,-18.272000),(322.600000,-10.408000),(316.693000,-7.094000),(315.792000,-8.983000),(321.632000,-12.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.655000,-46.233000),(122.907000,-46.055000),(124.286000,-49.420000),(130.734000,-48.985000),(133.796000,-47.639000),(122.130000,-35.883000),(124.768000,-43.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.082000,-35.648000),(257.130000,-30.073000),(250.567000,-25.918000),(250.102000,-18.444000),(247.155000,-19.332000),(249.096000,-27.651000),(243.045000,-29.167000),(243.962000,-31.570000),(250.166000,-30.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.248000,-37.027000),(47.787000,-34.198000),(50.985000,-41.709000),(59.137000,-39.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.432000,-1.021000),(172.047000,3.265000),(170.408000,2.957000),(171.314000,-1.824000),(168.518000,-2.112000),(174.693000,-8.438000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.382000,10.484000),(4.190000,16.808000),(5.654000,26.088000),(2.505000,24.771000),(357.969000,16.404000),(2.027000,14.682000),(1.803000,13.804000),(2.955000,7.513000),(4.075000,9.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.540000,-24.930000),(35.355000,-24.388000),(27.944000,-28.444000),(28.355000,-35.592000),(31.000000,-39.766000),(31.182000,-31.611000),(41.068000,-26.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.834000,42.469000),(212.556000,41.568000),(210.090000,35.953000),(216.616000,33.125000),(218.794000,38.596000),(225.891000,39.973000),(221.254000,43.480000),(224.409000,48.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.943000,-7.008000),(163.299000,-0.137000),(165.233000,-5.515000),(168.299000,-6.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.224000,18.469000),(136.617000,25.189000),(138.355000,18.174000),(134.144000,14.970000),(137.431000,9.777000),(139.224000,15.342000),(140.064000,12.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.744000,-5.703000),(192.137000,-2.629000),(185.695000,-0.696000),(182.569000,-3.351000),(174.196000,-4.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.906000,-3.698000),(173.722000,-1.804000),(170.999000,-9.528000),(168.058000,-12.704000),(169.987000,-16.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.329000,-1.441000),(251.208000,7.793000),(249.072000,4.771000),(243.198000,7.267000),(242.688000,2.510000),(251.868000,-4.451000),(250.335000,-1.534000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.969000,12.062000),(123.072000,11.118000),(122.968000,18.538000),(117.758000,16.931000),(117.589000,18.746000),(114.732000,17.252000),(112.944000,15.810000),(110.153000,9.601000),(114.274000,6.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.514000,-28.979000),(81.315000,-25.289000),(88.715000,-25.293000),(89.271000,-22.783000),(87.102000,-21.119000),(75.988000,-18.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.959000,42.843000),(2.946000,45.414000),(14.433000,40.635000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.857000,9.939000),(167.454000,10.245000),(161.596000,6.688000),(167.184000,7.930000),(164.403000,6.052000),(162.051000,3.620000),(167.870000,7.091000),(169.364000,7.150000),(176.935000,6.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.697000,14.233000),(163.205000,13.664000),(161.039000,13.974000),(164.741000,2.675000),(172.057000,12.200000),(170.314000,12.327000),(171.252000,14.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.698000,-48.560000),(242.245000,-44.816000),(240.835000,-52.044000),(254.376000,-61.342000),(254.172000,-53.325000),(255.975000,-53.293000),(254.591000,-52.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.063000,-14.568000),(167.035000,-23.739000),(167.359000,-8.969000),(164.503000,-13.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.751000,61.269000),(350.419000,56.627000),(350.522000,52.924000),(350.568000,52.276000),(351.283000,53.462000),(354.530000,48.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.809000,-7.538000),(177.037000,-2.586000),(181.520000,-6.322000),(180.691000,2.630000),(178.121000,2.327000),(178.855000,8.260000),(175.162000,3.560000),(173.906000,5.417000),(170.975000,7.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.717000,-9.280000),(11.984000,-12.089000),(7.405000,-5.346000),(3.356000,-10.619000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.586000,-62.961000),(127.283000,-59.462000),(114.447000,-53.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.321000,36.806000),(134.797000,42.290000),(136.488000,38.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.925000,-1.425000),(181.334000,3.996000),(183.743000,7.202000),(174.049000,4.612000),(173.650000,3.461000),(175.437000,0.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.703000,-34.017000),(25.389000,-29.975000),(20.645000,-28.366000),(17.402000,-28.639000),(15.760000,-33.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.192000,-19.919000),(176.376000,-11.085000),(170.464000,-13.603000),(167.199000,-14.424000),(165.025000,-14.645000),(162.059000,-15.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.885000,57.862000),(64.592000,59.858000),(78.207000,61.634000),(60.709000,60.659000),(57.784000,51.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.029000,-13.912000),(350.710000,-11.330000),(350.012000,-16.372000),(355.549000,-18.125000),(354.924000,-22.252000),(6.562000,-16.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.568000,-50.593000),(236.338000,-42.039000),(232.988000,-34.033000),(228.505000,-40.723000),(216.127000,-43.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.749000,-17.658000),(225.114000,-18.496000),(227.249000,-15.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.484000,45.517000),(145.568000,34.478000),(148.783000,38.781000),(151.555000,39.750000),(153.899000,39.723000),(149.933000,41.087000),(155.510000,40.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.356000,-5.569000),(4.058000,-6.918000),(357.566000,-2.343000),(354.424000,-2.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.572000,-9.015000),(241.086000,-9.204000),(246.305000,-5.164000),(236.855000,-4.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.259000,-2.287000),(30.876000,-0.151000),(31.925000,2.845000),(30.028000,3.768000),(25.322000,7.188000),(28.793000,2.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.931000,-28.253000),(247.612000,-32.753000),(256.402000,-35.432000),(258.908000,-33.714000),(265.798000,-31.720000),(259.343000,-28.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.567000,0.446000),(356.586000,-5.228000),(5.013000,1.741000),(4.550000,2.549000),(5.203000,8.844000),(1.524000,1.484000),(359.851000,9.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.912000,20.678000),(206.025000,22.263000),(210.787000,14.849000),(214.141000,11.038000),(221.928000,20.122000),(213.918000,16.875000),(213.033000,20.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.992000,-14.642000),(248.761000,-17.016000),(252.232000,-21.398000),(255.537000,-26.435000),(256.237000,-26.391000),(257.534000,-24.194000),(262.438000,-21.927000),(263.515000,-20.953000),(265.447000,-16.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.674000,12.001000),(325.292000,9.182000),(337.014000,9.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.899000,-33.055000),(101.187000,-27.769000),(89.504000,-39.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.480000,34.229000),(302.945000,27.393000),(302.644000,29.661000),(301.658000,26.877000),(295.430000,31.037000),(294.823000,21.317000),(310.136000,19.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.405000,4.701000),(354.469000,-0.464000),(359.901000,2.398000),(359.016000,3.835000),(355.736000,9.978000),(357.640000,14.355000),(350.598000,8.000000),(344.606000,12.619000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.328000,-2.045000),(5.655000,-2.459000),(12.302000,-6.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.056000,-54.064000),(122.019000,-53.204000),(115.344000,-50.559000),(114.393000,-45.184000),(107.508000,-48.560000),(95.643000,-48.449000),(98.445000,-51.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.186000,8.514000),(2.792000,10.974000),(3.864000,13.220000),(352.355000,2.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.279000,0.346000),(63.307000,-4.764000),(70.060000,-8.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.503000,-37.129000),(62.882000,-31.150000),(57.951000,-33.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.658000,16.074000),(11.640000,22.789000),(9.669000,9.528000),(15.622000,14.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.366000,-39.692000),(11.085000,-40.466000),(10.520000,-34.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.079000,-0.903000),(350.416000,-9.145000),(350.710000,-7.600000),(354.507000,-11.346000),(354.389000,-7.810000),(352.497000,-4.708000),(352.745000,-0.463000),(350.134000,-1.885000),(348.416000,-1.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.380000,-23.680000),(204.513000,-11.234000),(200.293000,-15.705000),(200.480000,-12.200000),(194.420000,-12.521000),(197.344000,-16.255000),(202.947000,-23.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.927000,39.016000),(210.273000,42.225000),(217.131000,37.693000),(221.014000,42.915000),(218.594000,51.662000),(212.977000,47.524000),(203.138000,51.604000),(208.953000,46.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.152000,-30.566000),(196.757000,-27.884000),(202.743000,-26.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.283000,41.836000),(172.686000,42.579000),(164.819000,37.303000),(165.123000,30.103000),(172.107000,36.245000),(179.923000,31.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.114000,21.608000),(175.753000,14.676000),(176.732000,14.034000),(178.551000,13.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.354000,23.485000),(343.707000,15.780000),(348.313000,18.087000),(342.988000,20.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.336000,4.107000),(246.429000,9.231000),(247.748000,12.236000),(242.632000,11.382000),(236.270000,5.435000),(241.764000,-0.952000),(245.242000,3.470000),(248.007000,3.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.469000,7.446000),(288.789000,-0.076000),(300.169000,4.724000),(298.865000,15.079000),(297.438000,14.015000),(294.399000,15.090000),(291.111000,12.856000),(288.380000,15.266000),(286.833000,11.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.926000,3.655000),(356.041000,4.869000),(358.124000,0.473000),(352.162000,-0.425000),(355.479000,-8.510000),(1.596000,-2.670000),(1.327000,-1.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.964000,-50.932000),(149.908000,-60.906000),(163.390000,-57.077000),(173.423000,-53.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.916000,54.077000),(50.220000,38.784000),(57.931000,41.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.517000,10.220000),(179.210000,1.912000),(184.744000,1.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.505000,34.214000),(235.652000,36.966000),(227.949000,37.893000),(224.969000,31.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.839000,8.479000),(143.712000,16.089000),(139.257000,9.829000),(141.195000,16.464000),(138.169000,6.939000),(141.428000,1.166000),(139.740000,7.457000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.792000,16.993000),(342.981000,19.224000),(344.121000,22.608000),(337.583000,22.575000),(334.873000,14.882000),(332.643000,13.643000),(348.043000,9.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.439000,65.456000),(23.514000,62.808000),(42.746000,54.920000),(44.485000,56.921000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.144000,-2.035000),(164.680000,1.176000),(156.171000,0.656000),(157.441000,1.930000),(156.562000,5.669000),(155.276000,1.222000),(155.232000,6.215000),(153.494000,3.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.562000,52.820000),(293.373000,44.424000),(304.134000,38.161000),(306.446000,45.462000),(311.052000,45.301000),(316.654000,44.714000),(307.296000,48.164000),(308.325000,48.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.762000,48.723000),(221.704000,52.737000),(213.448000,51.148000),(210.328000,51.266000),(201.851000,45.641000),(206.389000,42.400000),(209.580000,41.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.738000,-14.305000),(259.166000,-5.991000),(257.029000,-9.297000),(257.045000,-9.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.968000,34.246000),(344.097000,28.092000),(348.178000,27.503000),(348.872000,25.930000),(350.084000,29.900000),(356.738000,34.683000),(357.458000,39.043000),(339.664000,41.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.267000,-53.693000),(15.034000,-39.330000),(7.521000,-50.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.788000,55.337000),(325.790000,57.273000),(336.332000,52.376000),(333.790000,55.518000),(327.544000,58.482000),(344.000000,59.065000),(330.073000,59.149000),(327.255000,59.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.051000,-19.187000),(175.016000,-4.731000),(166.439000,-2.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.024000,-34.321000),(131.813000,-42.515000),(145.812000,-35.089000),(140.051000,-32.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.908000,21.258000),(184.275000,15.694000),(182.189000,24.580000),(176.450000,27.815000),(177.338000,26.594000),(173.384000,26.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.335000,29.456000),(64.295000,28.973000),(63.754000,28.858000),(67.454000,32.326000),(70.950000,35.110000),(59.085000,36.789000),(57.131000,35.015000),(54.286000,30.511000),(61.379000,23.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.094000,62.485000),(249.542000,62.984000),(261.869000,55.666000),(256.313000,51.679000),(279.722000,54.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.271000,-36.336000),(19.898000,-40.608000),(22.621000,-39.204000),(25.442000,-32.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.899000,-28.551000),(348.463000,-40.020000),(0.137000,-40.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.489000,22.049000),(206.313000,23.655000),(197.803000,20.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.955000,-23.576000),(321.739000,-26.119000),(331.918000,-16.678000),(328.458000,-18.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.420000,-30.659000),(98.920000,-26.105000),(101.407000,-32.984000),(98.263000,-36.211000),(110.731000,-35.690000),(114.864000,-34.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.061000,27.779000),(171.841000,34.581000),(160.806000,34.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.545000,19.977000),(164.542000,20.140000),(160.115000,30.412000),(157.524000,28.433000),(157.156000,26.864000),(153.994000,28.332000),(153.332000,28.625000),(150.321000,23.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.065000,-10.472000),(350.174000,-17.981000),(351.220000,-3.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.975000,6.895000),(175.299000,-0.900000),(167.770000,-3.450000),(171.001000,-3.542000),(168.553000,-4.527000),(174.528000,-2.798000),(168.942000,-7.086000),(176.277000,-7.657000),(179.139000,-5.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.180000,-18.225000),(358.553000,-25.575000),(356.817000,-24.314000),(357.284000,-25.248000),(348.706000,-29.833000),(357.338000,-33.515000),(4.406000,-24.285000),(1.163000,-24.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.610000,-30.611000),(330.126000,-25.433000),(331.802000,-33.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.997000,70.032000),(165.836000,75.395000),(163.289000,66.126000),(170.815000,66.157000),(183.536000,66.841000),(185.285000,66.373000),(187.301000,67.705000),(187.730000,71.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.506000,-4.430000),(90.325000,-2.037000),(89.779000,-5.024000),(96.205000,-11.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.223000,29.190000),(342.853000,36.583000),(340.709000,36.311000),(342.251000,44.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.164000,-3.951000),(359.881000,-4.707000),(2.089000,-8.643000),(4.537000,-7.310000),(3.523000,-2.850000),(3.337000,-2.720000),(2.458000,5.318000),(358.638000,0.923000),(355.251000,-0.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.468000,27.973000),(128.535000,26.473000),(140.740000,20.642000),(147.675000,30.386000),(142.756000,32.090000),(138.177000,30.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.278000,32.672000),(191.116000,35.747000),(191.456000,35.386000),(192.306000,34.907000),(199.879000,25.704000),(199.947000,23.548000),(200.894000,24.189000),(202.316000,29.006000),(205.445000,30.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.681000,-23.914000),(354.805000,-17.613000),(354.366000,-18.952000),(350.955000,-16.814000),(350.207000,-17.242000),(347.726000,-23.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.929000,82.349000),(344.120000,83.263000),(0.335000,78.237000),(34.581000,70.563000),(40.201000,75.119000),(32.011000,78.688000),(27.145000,80.306000),(7.843000,81.847000),(9.150000,80.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.084000,25.341000),(162.250000,22.016000),(157.433000,26.602000),(166.147000,16.264000),(168.206000,14.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.144000,62.464000),(81.546000,56.729000),(81.733000,55.511000),(95.567000,54.591000),(89.276000,55.674000),(86.713000,56.309000),(95.453000,60.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.788000,-1.822000),(5.509000,2.476000),(3.235000,1.315000),(356.077000,0.384000),(354.466000,0.541000),(357.834000,-0.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.049000,41.143000),(355.649000,47.263000),(4.433000,39.473000),(4.236000,41.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.912000,37.538000),(319.758000,38.820000),(320.475000,38.385000),(324.913000,42.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.215000,42.298000),(9.476000,43.948000),(354.021000,47.052000),(353.810000,45.915000),(343.004000,45.287000),(358.148000,41.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.249000,-72.888000),(229.100000,-70.481000),(252.486000,-80.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.883000,-13.270000),(91.648000,-3.512000),(85.123000,-1.218000),(88.489000,-9.373000),(84.319000,-10.853000),(89.831000,-10.351000),(91.760000,-12.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.130000,11.937000),(172.868000,13.416000),(170.507000,10.016000),(175.040000,4.283000),(181.874000,5.660000),(180.513000,9.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.641000,2.570000),(186.160000,1.287000),(186.673000,-3.317000),(186.783000,-5.192000),(186.936000,-7.178000),(195.235000,-5.650000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.588000,16.836000),(193.015000,11.386000),(193.040000,17.356000),(193.458000,18.121000),(195.473000,23.001000),(191.117000,18.061000),(188.263000,25.180000),(187.508000,23.731000),(181.552000,18.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.718000,3.509000),(173.085000,-6.452000),(181.660000,-3.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.465000,5.927000),(19.392000,6.090000),(14.126000,7.789000),(13.423000,13.612000),(6.183000,11.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.870000,15.785000),(79.005000,11.521000),(80.406000,11.890000),(82.098000,22.039000),(78.308000,20.205000),(73.624000,23.533000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.999000,71.315000),(22.486000,69.437000),(27.733000,72.687000),(21.421000,74.463000),(20.168000,75.628000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.225000,26.653000),(45.501000,20.007000),(56.722000,18.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.250000,-43.156000),(31.180000,-44.063000),(30.425000,-40.001000),(34.907000,-37.710000),(30.488000,-36.348000),(22.196000,-29.614000),(21.389000,-37.298000),(15.038000,-39.358000),(21.652000,-39.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.425000,5.874000),(178.362000,-1.673000),(175.666000,5.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.810000,5.665000),(305.319000,0.979000),(305.955000,-3.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.296000,9.737000),(79.799000,12.541000),(75.378000,11.077000),(77.063000,16.114000),(76.199000,14.050000),(74.140000,10.755000),(73.054000,10.334000),(69.196000,7.977000),(73.737000,8.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.484000,-20.319000),(191.456000,-24.369000),(197.976000,-17.216000),(193.452000,-17.837000),(191.151000,-17.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.249000,-10.471000),(125.296000,-10.681000),(126.894000,-16.887000),(126.634000,-11.097000),(132.103000,-12.928000),(124.576000,-7.790000),(121.290000,-4.057000),(118.940000,-3.948000),(121.356000,-6.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.804000,25.092000),(248.284000,22.107000),(245.090000,25.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.680000,-35.945000),(358.649000,-38.984000),(350.540000,-49.693000),(359.773000,-47.696000),(11.135000,-42.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.331000,-64.612000),(149.194000,-66.648000),(169.026000,-65.333000),(174.455000,-63.278000),(180.017000,-59.756000),(182.482000,-57.790000),(174.455000,-57.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.119000,-54.796000),(113.505000,-53.609000),(115.044000,-66.034000),(114.911000,-61.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.024000,39.736000),(339.022000,39.776000),(337.781000,38.550000),(341.411000,27.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.241000,11.701000),(228.753000,11.502000),(226.998000,3.710000),(230.603000,1.903000),(232.249000,7.317000),(234.495000,5.232000),(236.784000,3.193000),(233.590000,7.537000),(234.372000,7.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.768000,-23.831000),(180.627000,-22.140000),(184.032000,-15.228000),(179.488000,-13.024000),(174.785000,-12.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.730000,-66.071000),(68.779000,-65.357000),(81.839000,-64.048000),(73.653000,-56.306000),(56.463000,-60.369000),(65.947000,-63.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.493000,16.767000),(41.318000,11.019000),(44.850000,17.604000),(42.802000,25.740000),(41.019000,22.475000),(35.303000,21.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.284000,-20.888000),(221.880000,-19.207000),(225.692000,-18.202000),(224.335000,-17.973000),(214.055000,-14.705000),(213.583000,-17.116000),(214.554000,-17.646000),(209.575000,-19.175000),(213.718000,-22.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.496000,6.840000),(350.180000,5.604000),(350.783000,6.596000),(348.918000,5.752000),(346.887000,6.578000),(346.985000,4.255000),(345.449000,3.463000),(347.591000,2.775000),(349.318000,4.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.629000,-6.055000),(81.739000,-11.225000),(84.250000,-6.228000),(82.966000,-4.077000),(82.385000,-0.552000),(81.540000,-2.755000),(79.320000,3.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.730000,1.809000),(180.811000,0.046000),(180.396000,-6.858000),(182.351000,-6.279000),(183.887000,-4.973000),(187.858000,-6.774000),(186.822000,-4.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.641000,-45.708000),(325.720000,-46.571000),(333.818000,-54.150000),(329.413000,-61.330000),(345.130000,-61.282000),(344.958000,-54.668000),(330.792000,-48.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.897000,-35.066000),(178.004000,-28.629000),(178.761000,-23.708000),(168.390000,-37.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.612000,31.888000),(168.005000,20.039000),(170.266000,28.040000),(175.746000,33.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.896000,12.737000),(344.642000,-0.367000),(347.378000,2.603000),(350.525000,3.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.966000,-29.639000),(157.552000,-28.200000),(167.097000,-36.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.325000,-5.019000),(337.463000,-6.924000),(339.033000,-1.157000),(329.427000,1.755000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.327000,13.442000),(0.361000,6.129000),(358.397000,5.208000),(1.503000,-3.923000),(9.555000,7.327000),(9.893000,8.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.694000,-58.449000),(205.853000,-62.825000),(208.516000,-61.720000),(195.536000,-52.930000),(195.342000,-55.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.897000,-39.917000),(138.855000,-47.569000),(144.145000,-44.274000),(149.745000,-50.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.061000,-42.579000),(95.010000,-44.158000),(105.210000,-57.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.840000,60.347000),(200.392000,63.118000),(197.878000,74.287000),(189.336000,69.782000),(174.573000,68.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.044000,-1.734000),(164.966000,-4.326000),(171.945000,-0.851000),(167.791000,0.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.635000,4.827000),(354.861000,-8.683000),(2.536000,-8.600000),(9.450000,-6.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.457000,9.614000),(204.433000,4.983000),(205.922000,1.587000),(207.550000,4.246000),(212.251000,4.724000),(214.620000,3.170000),(210.925000,8.918000),(209.714000,12.563000),(209.461000,16.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.070000,76.273000),(331.268000,78.505000),(310.823000,86.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.015000,9.097000),(337.508000,7.019000),(340.592000,0.659000),(342.989000,6.874000),(347.138000,5.147000),(349.021000,12.920000),(350.376000,13.865000),(337.153000,11.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.006000,52.382000),(69.061000,51.426000),(64.007000,57.982000),(65.520000,58.752000),(54.861000,57.063000),(57.836000,56.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.334000,19.020000),(21.843000,19.027000),(19.940000,12.973000),(16.836000,17.434000),(12.806000,8.932000),(14.390000,6.717000),(24.118000,9.680000),(28.677000,14.879000),(25.049000,15.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.229000,-45.164000),(215.286000,-46.466000),(217.634000,-42.552000),(221.577000,-48.728000),(228.856000,-41.051000),(222.306000,-40.501000),(219.452000,-40.211000),(225.990000,-36.086000),(216.384000,-35.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.133000,4.898000),(207.369000,10.233000),(201.464000,8.068000),(202.639000,13.412000),(191.993000,11.906000),(191.620000,9.738000),(190.366000,8.899000),(191.184000,5.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.844000,62.769000),(39.967000,72.710000),(39.717000,68.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.517000,26.110000),(343.120000,19.728000),(353.492000,15.546000),(349.758000,19.332000),(346.421000,23.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.150000,-62.211000),(102.667000,-61.469000),(97.394000,-60.808000),(94.461000,-61.397000),(91.049000,-69.554000),(93.785000,-69.145000),(108.428000,-70.633000),(108.847000,-65.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.929000,39.230000),(171.558000,26.673000),(179.054000,27.137000),(179.713000,27.364000),(182.647000,34.373000),(189.205000,36.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.592000,50.494000),(54.215000,49.060000),(48.338000,41.825000),(55.494000,42.918000),(56.754000,37.746000),(57.753000,43.661000),(60.747000,41.020000),(60.341000,44.860000),(62.432000,51.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.601000,-60.892000),(338.319000,-56.996000),(315.081000,-47.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.801000,5.445000),(356.579000,2.601000),(356.639000,4.490000),(353.219000,4.741000),(351.171000,-1.727000),(353.421000,-2.224000),(359.864000,-5.042000),(3.702000,-3.595000),(0.198000,4.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.318000,0.095000),(214.028000,3.291000),(212.501000,6.627000),(208.356000,-1.278000),(210.526000,-2.262000),(210.477000,-5.065000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.152000,29.605000),(172.833000,33.422000),(167.709000,27.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.401000,-63.502000),(74.074000,-61.193000),(76.351000,-50.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.867000,-12.117000),(7.083000,-12.747000),(10.035000,-11.824000),(4.797000,-6.584000),(2.828000,-8.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.279000,-61.330000),(114.749000,-64.928000),(125.339000,-69.115000),(150.062000,-66.262000),(132.934000,-60.561000),(132.454000,-61.073000),(132.770000,-59.957000),(128.002000,-57.956000),(126.654000,-59.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.116000,-46.036000),(135.783000,-44.938000),(132.032000,-45.618000),(129.188000,-44.649000),(130.810000,-50.079000),(133.020000,-54.727000),(142.814000,-49.610000),(153.842000,-48.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.360000,-21.826000),(123.862000,-26.132000),(126.076000,-26.839000),(133.164000,-22.712000),(136.929000,-25.902000),(132.857000,-17.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.417000,-3.033000),(13.979000,3.879000),(18.683000,0.525000),(10.371000,9.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.088000,-35.630000),(44.708000,-33.826000),(34.912000,-29.904000),(34.209000,-29.227000),(32.043000,-30.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.308000,-17.803000),(93.889000,-16.960000),(93.096000,-16.439000),(86.353000,-19.302000),(86.353000,-22.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.554000,-46.871000),(253.964000,-54.002000),(259.093000,-56.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.676000,31.756000),(111.800000,32.356000),(113.091000,31.143000),(109.791000,31.122000),(107.259000,28.900000),(109.321000,27.672000),(109.869000,26.850000),(117.261000,24.554000),(124.933000,28.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.502000,48.077000),(100.253000,37.809000),(106.673000,44.582000),(99.964000,49.946000),(98.844000,46.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.409000,9.722000),(66.558000,17.216000),(54.499000,14.504000),(54.227000,8.777000),(57.132000,8.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.060000,17.623000),(228.376000,29.725000),(225.531000,23.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.858000,31.178000),(177.102000,33.522000),(169.372000,35.444000),(177.011000,28.296000),(178.470000,22.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.573000,21.129000),(121.662000,19.686000),(110.944000,16.637000),(119.061000,15.765000),(123.806000,14.755000),(127.630000,19.124000),(123.584000,18.895000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.812000,18.373000),(356.927000,19.727000),(355.600000,19.647000),(359.250000,22.841000),(351.408000,22.737000),(353.224000,17.600000),(1.838000,13.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.557000,4.636000),(85.081000,4.688000),(89.292000,5.236000),(92.094000,6.361000),(100.428000,3.592000),(96.990000,5.049000),(92.039000,10.960000),(88.143000,16.577000),(88.448000,11.831000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.774000,42.768000),(137.370000,43.036000),(143.302000,43.066000),(145.538000,46.453000),(135.317000,44.216000),(133.537000,45.157000),(134.930000,50.138000),(129.842000,49.851000),(124.036000,50.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.261000,-60.515000),(285.445000,-67.131000),(281.935000,-59.583000),(281.682000,-54.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.735000,48.892000),(155.937000,53.046000),(147.883000,58.700000),(136.907000,61.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.286000,4.847000),(287.929000,7.198000),(286.586000,4.890000),(283.554000,4.783000),(285.515000,3.306000),(287.127000,3.093000),(286.386000,-1.136000),(288.626000,-1.191000),(290.168000,-2.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.027000,-36.300000),(300.081000,-41.857000),(299.413000,-42.575000),(305.120000,-52.167000),(301.028000,-45.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.621000,-20.751000),(52.023000,-19.186000),(47.599000,-21.822000),(44.627000,-19.651000),(43.852000,-23.020000),(42.687000,-30.089000),(46.169000,-28.699000),(47.109000,-29.920000),(52.615000,-27.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.286000,1.651000),(173.370000,5.451000),(174.081000,3.597000),(181.353000,-5.966000),(186.799000,-0.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.220000,20.236000),(313.828000,23.025000),(312.936000,23.693000),(309.907000,25.187000),(312.280000,27.775000),(301.968000,29.933000),(303.132000,23.260000),(301.121000,18.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.557000,-5.165000),(181.105000,-1.543000),(178.091000,7.123000),(175.029000,3.688000),(177.607000,0.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.613000,79.330000),(101.594000,79.176000),(65.819000,80.684000),(89.333000,77.594000),(108.230000,65.605000),(110.544000,69.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.094000,-7.929000),(206.543000,-5.516000),(197.650000,4.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.971000,-2.180000),(339.567000,1.336000),(335.968000,-8.824000),(338.656000,-8.384000),(343.674000,-9.972000),(347.246000,-9.228000),(346.546000,-4.576000),(346.835000,2.041000),(344.987000,-2.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.385000,12.239000),(15.043000,10.410000),(21.446000,4.986000),(26.506000,7.926000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.010000,1.370000),(358.194000,3.680000),(354.237000,-1.931000),(350.961000,-5.132000),(5.432000,2.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.397000,15.634000),(235.422000,14.936000),(239.623000,21.798000),(236.587000,24.433000),(235.875000,26.064000),(233.112000,32.715000),(231.466000,30.730000),(226.401000,31.429000),(228.104000,18.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.453000,-37.359000),(227.134000,-30.998000),(221.620000,-32.657000),(215.493000,-33.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.486000,14.238000),(352.392000,9.625000),(355.496000,4.908000),(359.903000,7.166000),(359.786000,2.514000),(3.985000,2.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.786000,24.290000),(169.243000,15.810000),(179.134000,16.243000),(183.963000,24.090000),(177.372000,22.960000),(173.277000,23.071000),(172.371000,23.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.169000,-11.306000),(321.334000,-17.378000),(325.009000,-22.675000),(323.966000,-13.174000),(324.851000,-10.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.669000,-6.919000),(176.745000,-7.397000),(177.605000,-7.044000),(174.033000,-9.044000),(178.314000,-2.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.951000,-0.806000),(1.246000,1.790000),(3.501000,8.084000),(0.036000,12.597000),(354.533000,9.607000),(354.646000,7.749000),(352.943000,10.332000),(353.031000,6.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.130000,43.184000),(39.765000,39.363000),(36.794000,37.161000),(42.591000,30.868000),(44.609000,38.232000),(44.020000,42.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.005000,80.406000),(20.088000,86.198000),(328.047000,78.770000),(318.256000,71.664000),(353.177000,69.258000),(348.502000,75.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.071000,45.411000),(51.660000,45.354000),(56.969000,39.056000),(53.807000,41.847000),(62.323000,40.037000),(56.262000,44.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.632000,51.891000),(165.667000,61.382000),(151.587000,60.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.152000,26.533000),(206.013000,20.387000),(200.891000,21.044000),(199.737000,15.555000),(207.805000,13.846000),(215.841000,16.490000),(215.925000,18.549000),(215.486000,24.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.661000,2.279000),(189.679000,6.096000),(182.943000,6.037000),(180.802000,5.405000),(177.030000,0.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.700000,20.640000),(192.285000,31.151000),(184.415000,28.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.578000,11.597000),(345.811000,6.290000),(348.761000,5.532000),(354.624000,4.508000),(359.591000,10.346000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.798000,0.407000),(10.992000,2.141000),(7.295000,6.001000),(5.666000,8.240000),(2.145000,14.947000),(3.942000,7.321000),(357.256000,5.259000),(2.701000,5.054000),(2.136000,2.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.993000,26.453000),(165.835000,14.024000),(179.416000,15.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.143000,-28.722000),(347.343000,-37.709000),(354.379000,-42.599000),(2.736000,-39.423000),(356.191000,-36.107000),(354.485000,-34.921000),(2.125000,-31.859000),(355.658000,-29.458000),(354.574000,-25.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.699000,-21.794000),(221.562000,-29.170000),(227.468000,-17.530000),(224.743000,-15.103000),(215.455000,-16.806000),(221.728000,-19.118000),(219.731000,-21.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.570000,-14.040000),(1.092000,-12.104000),(1.122000,-9.102000),(357.128000,-10.709000),(356.499000,-13.386000),(350.617000,-8.574000),(353.468000,-15.602000),(358.108000,-16.843000),(2.999000,-22.723000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.848000,5.178000),(157.658000,6.467000),(155.892000,4.662000),(160.468000,2.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.927000,23.493000),(313.278000,24.925000),(312.132000,22.565000),(307.987000,26.790000),(308.045000,21.902000),(308.099000,11.846000),(313.994000,15.075000),(316.212000,14.122000),(317.156000,23.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.177000,-12.064000),(177.839000,-13.160000),(182.802000,-12.208000),(183.930000,-18.946000),(185.064000,-2.576000),(181.435000,0.246000),(183.411000,-7.573000),(176.945000,-7.791000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.647000,-14.069000),(217.994000,-18.306000),(220.819000,-23.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.036000,-44.708000),(348.320000,-47.584000),(349.765000,-54.227000),(354.775000,-50.671000),(356.026000,-49.711000),(6.100000,-48.425000),(358.548000,-46.587000),(359.792000,-45.860000),(3.723000,-41.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.383000,9.546000),(168.091000,6.443000),(170.055000,5.018000),(176.863000,-1.002000),(175.955000,5.574000),(175.399000,7.588000),(176.541000,10.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.355000,-4.360000),(194.172000,-9.235000),(190.354000,-4.593000),(189.798000,-2.785000),(190.613000,4.286000),(182.402000,3.740000),(180.735000,0.644000),(187.407000,-2.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.755000,13.815000),(167.244000,6.031000),(162.497000,7.814000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.933000,57.855000),(192.110000,55.038000),(197.155000,56.358000),(200.809000,57.430000),(200.945000,54.154000),(203.498000,51.920000),(217.810000,58.745000),(198.414000,62.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.591000,10.137000),(352.688000,5.405000),(352.301000,4.071000),(354.573000,3.133000),(359.451000,-4.054000),(358.688000,-2.251000),(355.785000,4.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.340000,-14.520000),(143.791000,-11.982000),(149.357000,-14.123000),(133.629000,-13.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.813000,18.306000),(349.047000,19.276000),(345.257000,14.643000),(348.772000,16.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.639000,-31.556000),(1.957000,-30.299000),(1.526000,-36.214000),(8.379000,-37.553000),(9.963000,-31.288000),(355.413000,-27.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.504000,-35.833000),(200.930000,-40.886000),(201.741000,-48.139000),(202.594000,-41.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.095000,-21.425000),(194.288000,-18.740000),(190.848000,-26.378000),(188.902000,-29.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.397000,-50.198000),(50.660000,-53.816000),(60.202000,-56.851000),(64.885000,-59.145000),(79.059000,-51.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.968000,-79.239000),(359.161000,-71.856000),(314.396000,-74.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.961000,24.693000),(359.233000,23.620000),(359.979000,31.870000),(350.401000,32.239000),(343.629000,28.604000),(350.370000,27.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.279000,4.140000),(176.967000,11.021000),(179.285000,11.486000),(165.648000,16.376000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.811000,44.044000),(7.430000,47.369000),(3.582000,49.836000),(7.588000,51.417000),(9.458000,56.568000),(357.792000,59.381000),(357.235000,51.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.774000,10.423000),(299.519000,5.309000),(303.053000,4.205000),(303.492000,9.340000),(301.661000,12.245000),(300.438000,14.274000),(296.197000,19.161000),(292.740000,16.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.638000,24.670000),(99.769000,22.704000),(108.481000,20.137000),(110.492000,19.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.483000,11.505000),(179.211000,3.789000),(194.660000,13.940000),(193.056000,17.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.684000,-38.521000),(213.491000,-35.765000),(215.408000,-30.374000),(212.044000,-30.616000),(193.929000,-34.954000),(200.311000,-36.709000),(202.458000,-38.355000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.999000,-15.407000),(354.204000,-16.635000),(356.826000,-20.391000),(357.066000,-24.359000),(5.955000,-13.155000),(359.221000,-15.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.416000,-21.691000),(24.462000,-25.864000),(21.336000,-24.761000),(26.982000,-28.615000),(30.572000,-34.785000),(33.887000,-31.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.740000,-12.782000),(80.102000,-10.454000),(79.711000,-20.698000),(89.382000,-23.027000),(92.428000,-18.834000),(87.562000,-12.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.450000,-36.926000),(148.210000,-28.931000),(145.174000,-41.011000),(153.913000,-43.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.394000,-5.450000),(167.137000,-9.140000),(173.881000,-8.752000),(170.832000,-4.666000),(162.828000,-0.714000),(159.578000,-0.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.353000,-12.592000),(190.121000,-11.334000),(184.018000,-17.772000),(183.336000,-17.542000),(181.014000,-18.966000),(184.145000,-21.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.947000,31.625000),(18.075000,34.059000),(17.964000,32.475000),(12.708000,29.645000),(12.217000,24.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.382000,-2.782000),(195.030000,-2.206000),(196.784000,-0.736000),(195.377000,4.631000),(192.577000,6.866000),(185.746000,5.348000),(184.208000,6.641000),(179.792000,3.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.335000,11.491000),(108.362000,10.302000),(106.643000,15.744000),(103.395000,10.587000),(100.166000,3.208000),(104.321000,5.469000),(108.151000,3.189000),(114.263000,5.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.908000,-38.931000),(205.359000,-43.259000),(201.146000,-35.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.252000,11.060000),(288.756000,8.706000),(286.246000,-2.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.491000,-21.428000),(272.903000,-21.829000),(274.722000,-19.924000),(277.335000,-13.995000),(273.463000,-15.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.660000,61.948000),(95.400000,59.479000),(92.155000,67.921000),(92.549000,75.879000),(90.492000,75.328000),(86.956000,70.493000),(72.265000,68.722000),(72.665000,66.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.944000,4.557000),(97.779000,-5.702000),(102.426000,-1.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.242000,48.216000),(342.639000,42.018000),(348.239000,39.356000),(346.481000,48.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.600000,-29.238000),(351.134000,-22.605000),(344.544000,-22.771000),(345.835000,-32.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.461000,35.433000),(327.468000,39.933000),(326.413000,31.586000),(334.499000,31.141000),(335.700000,31.428000),(335.577000,25.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.690000,-6.296000),(260.463000,-9.242000),(263.430000,-13.672000),(267.659000,-12.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.238000,8.642000),(178.849000,12.778000),(179.398000,17.064000),(176.133000,14.545000),(171.165000,14.242000),(171.194000,6.528000),(173.010000,8.172000),(172.941000,3.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.805000,-9.578000),(326.884000,-7.760000),(334.609000,-10.869000),(330.387000,-13.675000),(336.813000,-5.445000),(336.235000,-5.211000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.375000,-28.134000),(122.547000,-23.955000),(117.126000,-28.530000),(117.883000,-34.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.725000,-43.507000),(145.770000,-44.203000),(146.515000,-43.755000),(148.922000,-46.911000),(150.245000,-32.581000),(149.951000,-31.652000),(147.513000,-35.243000),(143.593000,-38.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.308000,-3.175000),(175.603000,4.202000),(174.980000,-0.070000),(168.859000,-9.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.093000,-2.039000),(193.431000,-2.737000),(192.526000,-5.373000),(197.710000,-0.087000),(197.782000,-2.262000),(201.281000,-2.298000),(201.466000,0.373000),(200.965000,5.230000),(194.860000,5.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.494000,-17.108000),(2.036000,-19.439000),(5.112000,-7.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.732000,-53.413000),(307.405000,-50.777000),(306.130000,-51.396000),(303.308000,-50.523000),(302.332000,-54.183000),(302.299000,-55.005000),(294.750000,-61.321000),(309.203000,-60.128000),(311.283000,-57.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.598000,-78.378000),(324.101000,-76.529000),(287.212000,-76.337000),(301.590000,-68.602000),(285.056000,-74.377000),(280.622000,-73.261000),(255.338000,-73.371000),(260.844000,-75.104000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.717000,-13.997000),(181.778000,-18.510000),(176.614000,-20.406000),(179.475000,-24.953000),(182.957000,-22.476000),(183.575000,-19.564000),(186.134000,-20.900000),(189.760000,-21.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.350000,17.351000),(151.293000,14.342000),(153.015000,15.682000),(151.467000,18.075000),(155.084000,20.153000),(149.347000,25.610000),(145.905000,23.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.355000,25.802000),(133.430000,27.332000),(126.408000,32.591000),(121.294000,21.890000),(123.884000,20.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.167000,-17.684000),(200.974000,-13.198000),(193.896000,-11.055000),(193.702000,-14.662000),(187.180000,-19.514000),(192.339000,-22.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.165000,-56.342000),(174.815000,-54.405000),(170.422000,-45.607000),(172.038000,-53.409000),(170.130000,-52.755000),(168.320000,-54.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.285000,20.228000),(39.659000,22.641000),(39.396000,25.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.483000,-35.125000),(82.527000,-40.747000),(87.094000,-36.938000),(89.811000,-37.083000),(95.486000,-40.024000),(93.034000,-36.001000),(88.489000,-32.287000),(80.768000,-30.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.973000,44.925000),(22.825000,41.730000),(22.067000,42.572000),(20.510000,47.407000),(16.242000,33.923000),(24.787000,39.010000),(29.519000,38.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.894000,-21.503000),(333.953000,-16.992000),(338.507000,-12.640000),(334.305000,-12.646000),(332.265000,-7.330000),(332.152000,-14.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.709000,18.762000),(312.705000,21.312000),(305.243000,20.508000),(304.769000,20.968000),(304.270000,20.944000),(306.400000,9.688000),(306.733000,14.105000),(307.261000,13.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.826000,-25.447000),(47.744000,-11.901000),(43.768000,-16.637000),(37.172000,-12.537000),(40.033000,-17.376000),(46.922000,-26.292000),(46.332000,-22.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.388000,15.554000),(33.799000,5.953000),(36.217000,6.814000),(38.248000,9.684000),(38.762000,15.435000),(26.484000,17.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.864000,82.530000),(123.054000,81.771000),(143.867000,75.554000),(150.841000,74.133000),(163.924000,65.387000),(167.678000,66.484000),(161.701000,73.846000),(191.044000,75.430000),(193.701000,75.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.291000,-29.662000),(190.463000,-26.209000),(188.631000,-26.835000),(186.886000,-32.561000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.336000,60.487000),(302.739000,64.226000),(308.837000,70.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.970000,-9.889000),(6.380000,-9.689000),(7.683000,-15.954000),(7.966000,-16.207000),(7.002000,-17.848000),(14.042000,-16.587000),(16.601000,-15.869000),(18.919000,-12.555000),(14.208000,-12.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.393000,-1.946000),(153.849000,-13.695000),(155.957000,-12.604000),(159.159000,-15.153000),(159.624000,-10.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.113000,19.627000),(285.992000,18.457000),(287.243000,13.517000),(287.020000,20.182000),(296.508000,20.394000),(281.431000,29.486000),(284.511000,24.981000),(283.624000,23.003000),(278.264000,20.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.145000,6.766000),(208.496000,11.161000),(211.828000,11.099000),(206.439000,23.050000),(205.853000,15.697000),(203.873000,16.815000),(198.009000,16.706000),(199.999000,14.093000),(198.303000,8.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.169000,-15.937000),(126.755000,-9.315000),(127.935000,-8.082000),(131.847000,-9.312000),(130.556000,-6.004000),(124.699000,-0.774000),(119.393000,-10.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.187000,9.404000),(157.595000,5.785000),(160.238000,7.660000),(162.045000,6.751000),(162.329000,11.412000),(161.109000,14.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.364000,-14.523000),(306.725000,-15.343000),(311.861000,-13.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.087000,7.228000),(173.689000,11.966000),(179.387000,19.984000),(170.174000,10.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.580000,63.598000),(74.780000,64.013000),(84.964000,62.342000),(88.085000,67.877000),(77.132000,73.321000),(57.466000,70.865000),(50.238000,63.048000),(48.696000,62.436000),(59.402000,61.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.653000,-5.254000),(194.123000,-3.994000),(194.575000,-3.020000),(198.948000,0.535000),(193.299000,-0.092000),(188.050000,0.083000),(183.868000,-0.259000),(186.405000,-2.993000),(189.476000,-7.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.965000,-71.279000),(243.904000,-66.569000),(225.607000,-61.327000),(219.795000,-57.067000),(225.496000,-63.011000),(215.546000,-60.314000),(211.690000,-65.555000),(214.810000,-70.581000),(236.899000,-71.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.327000,53.725000),(333.576000,55.494000),(320.366000,56.201000),(325.014000,53.817000),(328.427000,52.184000),(328.394000,51.122000),(335.944000,50.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.679000,-34.581000),(58.971000,-33.198000),(53.829000,-31.039000),(53.578000,-38.811000),(64.125000,-37.358000),(63.123000,-35.479000),(62.038000,-35.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.934000,-64.179000),(223.561000,-63.476000),(229.132000,-69.911000),(247.063000,-70.940000),(255.652000,-63.078000),(249.101000,-60.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.750000,-58.123000),(10.232000,-53.570000),(355.089000,-65.066000),(351.291000,-66.241000),(11.606000,-61.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.047000,-4.896000),(351.712000,-5.804000),(1.710000,-6.205000),(4.780000,3.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.860000,-11.872000),(16.095000,-7.972000),(16.625000,-8.034000),(18.652000,-6.860000),(18.107000,-6.392000),(25.815000,-7.117000),(19.428000,-4.968000),(16.493000,1.835000),(12.382000,-1.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.312000,-5.352000),(186.672000,-2.771000),(191.284000,-2.821000),(182.848000,-1.289000),(185.214000,2.606000),(187.437000,5.692000),(174.288000,-4.116000),(174.941000,-4.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.380000,-48.612000),(194.102000,-50.604000),(201.442000,-44.052000),(191.915000,-44.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.436000,-62.611000),(154.765000,-49.814000),(140.969000,-53.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.805000,26.344000),(341.111000,21.474000),(341.024000,15.135000),(343.642000,22.034000),(350.544000,25.414000),(342.570000,32.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.571000,-72.012000),(276.283000,-71.226000),(286.991000,-63.486000),(266.219000,-63.566000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.400000,32.580000),(320.436000,33.010000),(318.758000,40.034000),(315.775000,39.063000),(308.498000,44.167000),(306.100000,42.010000),(317.862000,30.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.956000,9.010000),(194.091000,16.845000),(185.775000,13.346000),(187.914000,10.451000),(181.186000,7.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.914000,-17.849000),(109.368000,-29.209000),(110.816000,-30.618000),(112.913000,-29.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.638000,24.446000),(330.349000,23.212000),(330.692000,23.247000),(333.959000,24.331000),(334.012000,28.465000),(325.756000,34.707000),(324.071000,33.694000),(318.419000,30.258000),(321.369000,28.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.628000,1.774000),(351.607000,2.084000),(358.681000,-5.495000),(5.989000,-1.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.789000,6.666000),(140.607000,3.243000),(137.413000,-2.389000),(143.149000,2.009000),(148.481000,7.115000),(145.388000,6.978000),(144.493000,10.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.703000,40.146000),(272.514000,44.368000),(279.741000,43.859000),(269.851000,50.898000),(264.932000,47.914000),(267.816000,46.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.786000,30.743000),(3.083000,37.563000),(5.596000,45.503000),(358.314000,40.278000),(353.059000,32.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.427000,22.751000),(152.602000,18.859000),(150.905000,14.792000),(155.222000,9.240000),(159.001000,17.858000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.913000,12.785000),(180.498000,25.349000),(168.927000,14.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.619000,54.774000),(10.720000,55.187000),(12.418000,46.057000),(14.836000,46.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.055000,-12.721000),(175.138000,-8.639000),(172.673000,-15.629000),(171.111000,-16.855000),(178.567000,-20.092000),(179.401000,-16.784000),(184.849000,-21.108000),(179.643000,-9.893000),(178.729000,-6.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.643000,-20.486000),(203.124000,-18.961000),(206.939000,-17.534000),(202.906000,-15.323000),(192.213000,-18.862000),(201.442000,-17.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.420000,-50.241000),(121.522000,-50.632000),(129.181000,-48.373000),(119.120000,-42.120000),(122.203000,-39.272000),(120.022000,-39.794000),(114.670000,-39.449000),(111.902000,-40.931000),(113.187000,-44.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.382000,-24.038000),(336.990000,-24.491000),(337.002000,-22.017000),(338.698000,-18.042000),(334.409000,-17.837000),(331.924000,-10.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.935000,-44.334000),(184.282000,-48.501000),(184.537000,-46.822000),(184.862000,-41.832000),(185.770000,-38.281000),(184.810000,-36.659000),(182.154000,-32.968000),(172.715000,-43.585000),(175.674000,-44.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.796000,6.104000),(152.326000,0.365000),(148.082000,-1.505000),(149.005000,-4.314000),(154.017000,0.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.329000,-5.067000),(171.704000,4.312000),(173.601000,8.615000),(166.217000,13.310000),(163.360000,5.063000),(160.692000,6.339000),(161.512000,4.537000),(155.824000,3.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.797000,-63.805000),(114.503000,-56.911000),(98.814000,-60.666000),(98.890000,-70.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.916000,-15.757000),(248.047000,-15.875000),(250.095000,-12.390000),(249.543000,-10.576000),(245.503000,-12.006000),(242.392000,-12.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.644000,43.361000),(6.331000,44.464000),(11.086000,39.349000),(13.016000,39.404000),(12.233000,36.063000),(17.164000,36.547000),(22.706000,48.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.989000,-66.739000),(12.255000,-68.149000),(31.511000,-73.914000),(33.189000,-61.041000),(34.023000,-69.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.406000,2.009000),(21.618000,3.460000),(19.418000,10.262000),(13.589000,3.271000),(20.108000,1.651000),(22.090000,-2.972000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.950000,3.098000),(181.581000,-2.083000),(182.597000,0.248000),(186.229000,-4.510000),(190.495000,-1.819000),(186.739000,2.642000),(183.578000,2.309000),(186.625000,8.650000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.037000,-6.897000),(20.467000,-0.435000),(21.429000,-8.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.120000,-23.119000),(320.541000,-26.543000),(317.045000,-20.304000),(318.479000,-17.619000),(318.024000,-13.323000),(311.478000,-16.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.339000,46.510000),(219.554000,50.034000),(215.644000,53.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.819000,-80.604000),(179.000000,-78.680000),(142.921000,-71.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.461000,-31.148000),(230.382000,-35.681000),(235.863000,-28.615000),(233.793000,-26.465000),(233.214000,-28.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.168000,16.771000),(197.045000,14.065000),(199.086000,19.479000),(195.462000,26.249000),(192.986000,20.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.740000,-38.639000),(141.076000,-42.788000),(136.250000,-40.251000),(134.188000,-48.072000),(139.418000,-47.308000),(148.097000,-53.440000),(151.128000,-48.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.242000,-3.653000),(9.207000,-0.758000),(16.433000,-12.869000),(17.863000,-10.070000),(17.248000,-8.138000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.841000,-48.682000),(239.236000,-48.684000),(247.952000,-61.065000),(256.412000,-54.547000),(259.007000,-51.694000),(257.464000,-48.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.004000,-4.505000),(86.808000,-3.841000),(80.353000,0.770000),(78.486000,-0.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.247000,16.087000),(356.643000,8.132000),(354.694000,16.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.786000,13.774000),(142.698000,14.024000),(137.690000,13.730000),(145.159000,13.297000),(144.927000,11.773000),(142.613000,9.617000),(143.883000,10.545000),(150.263000,16.172000),(149.355000,22.635000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.841000,-61.228000),(341.862000,-56.426000),(352.475000,-60.686000),(355.442000,-54.113000),(347.435000,-53.003000),(345.372000,-52.800000),(333.260000,-47.046000),(338.882000,-52.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.552000,-2.087000),(330.499000,4.636000),(326.153000,1.834000),(327.229000,-0.372000),(322.012000,-0.077000),(329.314000,-4.554000),(328.531000,-7.855000),(340.394000,-6.506000),(339.982000,-5.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.929000,-2.220000),(184.615000,1.057000),(184.503000,0.615000),(182.025000,2.689000),(179.218000,-1.985000),(181.792000,-5.389000),(181.876000,-6.587000),(183.752000,-3.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.728000,-0.470000),(348.706000,-1.633000),(352.223000,-2.648000),(349.452000,-4.128000),(349.174000,-4.415000),(358.834000,-5.321000),(357.586000,-3.030000),(357.974000,-2.032000),(356.871000,3.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.379000,2.136000),(104.899000,0.062000),(115.268000,-3.866000),(119.014000,5.271000),(113.843000,12.741000),(108.837000,9.443000),(104.773000,10.897000),(104.046000,6.011000),(108.919000,3.666000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.165000,72.229000),(320.922000,76.413000),(325.843000,63.418000),(344.488000,63.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.094000,-44.531000),(165.590000,-49.791000),(169.190000,-53.813000),(172.973000,-53.391000),(181.474000,-59.087000),(174.676000,-48.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.759000,-15.872000),(3.851000,-17.755000),(3.047000,-20.486000),(9.263000,-21.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.055000,42.155000),(11.054000,46.227000),(359.533000,48.155000),(359.908000,52.877000),(356.965000,46.605000),(350.499000,48.478000),(351.263000,46.814000),(349.399000,40.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.296000,36.766000),(52.075000,44.130000),(37.858000,43.165000),(32.363000,37.882000),(39.649000,33.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.050000,10.234000),(178.468000,2.896000),(180.805000,3.057000),(193.298000,6.274000),(186.260000,5.794000),(191.685000,8.858000),(185.629000,6.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.176000,-25.059000),(15.903000,-22.287000),(20.373000,-25.684000),(22.853000,-24.203000),(24.539000,-18.094000),(18.494000,-19.140000),(24.342000,-16.707000),(14.309000,-12.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.208000,46.234000),(273.366000,48.485000),(266.822000,51.695000),(260.273000,48.789000),(265.294000,44.939000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.911000,-16.242000),(174.521000,-14.367000),(174.685000,-13.046000),(160.158000,-12.774000),(166.526000,-17.252000),(164.202000,-20.026000),(171.256000,-19.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.558000,14.551000),(124.065000,17.584000),(125.147000,10.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.823000,-17.349000),(269.537000,-21.483000),(276.791000,-30.837000),(285.916000,-27.917000),(282.325000,-18.342000),(279.350000,-18.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.974000,19.526000),(168.006000,20.833000),(166.789000,15.842000),(169.340000,8.543000),(171.936000,3.352000),(171.080000,10.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.959000,49.376000),(325.025000,42.102000),(324.658000,45.820000),(322.685000,43.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.544000,5.059000),(21.173000,-4.178000),(22.375000,0.502000),(26.226000,0.205000),(25.916000,4.304000),(27.600000,7.443000),(23.767000,6.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.804000,4.483000),(30.571000,3.528000),(37.739000,0.084000),(38.814000,-4.758000),(39.238000,3.246000),(41.676000,7.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.260000,72.795000),(239.814000,73.598000),(278.271000,75.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.963000,-23.943000),(139.479000,-31.723000),(134.220000,-24.949000),(136.988000,-25.693000),(129.486000,-15.118000),(129.973000,-19.588000),(126.452000,-17.264000),(131.967000,-22.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.336000,27.506000),(195.435000,21.360000),(207.526000,24.025000),(202.272000,27.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.794000,-6.094000),(320.690000,-4.900000),(322.276000,-3.763000),(329.967000,-2.728000),(324.727000,3.771000),(320.718000,0.144000),(320.660000,0.475000),(320.096000,-1.446000),(319.111000,5.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.012000,19.010000),(35.302000,27.121000),(37.770000,12.319000),(36.771000,14.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.940000,2.017000),(156.152000,1.030000),(159.036000,1.473000),(159.678000,2.064000),(162.044000,9.226000),(160.265000,8.733000),(156.150000,11.011000),(152.205000,14.161000),(151.220000,5.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.018000,50.411000),(168.263000,39.969000),(170.749000,48.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.724000,-4.005000),(345.371000,-9.019000),(349.322000,-15.528000),(352.164000,-10.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.008000,-9.553000),(343.647000,-5.603000),(349.932000,5.293000),(346.118000,3.612000),(344.267000,3.295000),(341.930000,2.663000),(340.346000,3.017000),(335.872000,-6.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.133000,11.043000),(122.537000,12.942000),(125.774000,11.988000),(121.214000,9.266000),(122.598000,9.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.662000,-42.545000),(352.942000,-40.759000),(351.796000,-31.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.112000,-21.680000),(7.747000,-16.662000),(6.670000,-17.432000),(8.489000,-24.129000),(1.555000,-30.227000),(12.175000,-32.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.322000,-6.456000),(2.379000,-2.682000),(2.304000,-7.863000),(4.225000,-10.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.294000,-18.298000),(74.446000,-11.397000),(66.894000,-4.799000),(65.441000,-3.177000),(61.165000,-3.492000),(63.141000,-12.002000),(61.471000,-12.097000),(63.939000,-12.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.065000,64.155000),(91.741000,70.453000),(83.650000,64.544000),(85.761000,62.564000),(103.597000,60.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.635000,2.369000),(338.609000,2.343000),(346.350000,7.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.019000,-82.594000),(174.637000,-74.371000),(156.443000,-70.928000),(150.015000,-76.820000),(148.146000,-87.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.829000,-26.512000),(129.644000,-28.681000),(128.787000,-30.644000),(129.483000,-30.983000),(132.660000,-31.821000),(128.301000,-35.718000),(130.694000,-35.679000),(141.464000,-30.609000),(137.098000,-29.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.673000,-29.302000),(168.949000,-17.637000),(161.981000,-18.721000),(163.779000,-21.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.973000,72.741000),(245.038000,77.741000),(245.303000,81.094000),(232.435000,79.654000),(225.957000,76.257000),(215.433000,77.984000),(222.531000,71.453000),(225.205000,70.392000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.482000,7.705000),(358.352000,14.260000),(2.620000,0.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.189000,10.411000),(144.692000,11.696000),(150.906000,6.734000),(154.564000,0.102000),(156.535000,12.225000),(155.009000,13.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.658000,23.689000),(2.110000,15.709000),(12.112000,22.187000),(7.371000,26.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.155000,-7.893000),(305.707000,-11.076000),(302.447000,-14.476000),(306.145000,-13.750000),(306.488000,-13.982000),(307.484000,-13.769000),(308.241000,-13.576000),(307.500000,-2.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.554000,-0.425000),(181.055000,-0.824000),(181.190000,-0.788000),(185.097000,-8.154000),(187.395000,4.901000),(187.135000,6.570000),(181.252000,8.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.249000,-6.898000),(0.677000,-9.213000),(6.563000,-4.621000),(358.604000,4.210000),(357.289000,0.016000),(351.502000,-2.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((249.681000,-18.405000),(253.218000,-23.620000),(246.650000,-22.028000),(252.974000,-25.227000),(248.538000,-29.259000),(249.169000,-28.808000),(257.995000,-24.786000),(255.884000,-24.155000),(260.895000,-23.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.934000,-16.607000),(169.525000,-20.546000),(165.527000,-16.596000),(160.980000,-18.281000),(166.496000,-21.706000),(158.886000,-23.265000),(163.682000,-26.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.225000,17.615000),(192.802000,26.162000),(190.564000,27.599000),(190.285000,31.214000),(181.250000,29.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.258000,-0.987000),(306.768000,-3.856000),(308.942000,-2.915000),(310.285000,1.445000),(310.276000,2.837000),(308.481000,6.249000),(308.460000,8.246000),(304.923000,4.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.895000,21.197000),(105.846000,23.639000),(101.381000,26.869000),(95.170000,16.992000),(94.898000,16.475000),(98.515000,17.485000),(100.710000,19.406000),(98.795000,17.346000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.161000,29.291000),(176.478000,27.354000),(187.637000,21.646000),(191.226000,18.376000),(195.007000,25.640000),(188.402000,26.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.349000,-37.659000),(161.162000,-36.543000),(153.174000,-31.010000),(150.845000,-32.299000),(148.127000,-26.258000),(139.527000,-34.025000),(141.571000,-37.493000),(149.213000,-37.562000),(148.604000,-40.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.751000,-11.785000),(23.194000,-8.509000),(19.805000,-16.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.539000,1.014000),(173.898000,1.300000),(177.686000,-0.373000),(183.741000,-5.692000),(180.560000,-1.020000),(189.635000,1.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.777000,62.715000),(4.601000,61.631000),(17.361000,59.664000),(12.201000,61.519000),(9.808000,63.510000),(17.229000,68.494000),(7.789000,67.059000),(15.940000,71.665000),(0.768000,67.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.848000,52.409000),(228.146000,56.917000),(232.763000,50.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.798000,-7.559000),(239.660000,-21.383000),(244.927000,-18.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.862000,16.310000),(148.467000,13.300000),(152.655000,19.749000),(143.927000,25.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.963000,59.816000),(122.006000,62.073000),(116.749000,61.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.173000,-10.813000),(170.110000,-8.113000),(168.975000,-7.284000),(168.683000,-5.695000),(173.413000,0.097000),(170.097000,2.461000),(159.084000,-11.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.877000,21.173000),(149.696000,23.594000),(156.389000,29.265000),(151.335000,32.264000),(151.290000,32.943000),(145.578000,37.486000),(145.585000,34.700000),(147.242000,30.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.512000,-3.674000),(24.317000,-5.274000),(23.412000,-6.297000),(22.797000,-8.031000),(35.037000,-2.823000),(32.579000,2.959000),(25.649000,-1.102000),(24.714000,-2.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.960000,-80.076000),(328.564000,-71.899000),(312.144000,-69.829000),(304.870000,-68.221000),(299.686000,-66.095000),(288.032000,-68.862000),(270.325000,-76.819000),(289.045000,-76.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.099000,-42.100000),(148.469000,-36.141000),(149.215000,-35.543000),(148.281000,-29.857000),(144.219000,-25.912000),(136.323000,-44.003000),(140.900000,-36.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.442000,-17.177000),(37.765000,-20.024000),(46.372000,-18.030000),(45.894000,-14.364000),(39.380000,-8.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.459000,-47.300000),(303.337000,-44.531000),(290.805000,-51.153000),(304.522000,-58.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.025000,76.414000),(173.934000,70.178000),(188.004000,71.668000),(203.026000,71.189000),(218.775000,69.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.884000,10.916000),(0.429000,1.466000),(3.752000,12.011000),(4.539000,16.056000),(5.429000,18.259000),(2.142000,11.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.427000,32.688000),(151.525000,30.991000),(153.492000,28.713000),(156.570000,34.452000),(152.000000,34.565000),(159.011000,39.784000),(153.626000,37.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.665000,13.917000),(39.748000,17.853000),(38.011000,18.005000),(32.154000,17.378000),(25.634000,23.702000),(28.383000,18.395000),(23.034000,14.210000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.500000,49.234000),(352.221000,51.067000),(350.437000,46.181000),(346.790000,37.779000),(355.576000,41.149000),(0.131000,40.140000),(359.186000,43.503000),(3.000000,47.045000),(1.876000,46.830000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.504000,-7.767000),(346.357000,-8.765000),(341.098000,-18.818000),(348.310000,-16.409000),(349.296000,-14.009000),(355.011000,-17.430000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.012000,37.921000),(191.635000,38.744000),(192.622000,39.086000),(191.743000,34.738000),(201.555000,39.491000),(203.291000,39.937000),(208.924000,41.340000),(207.587000,48.195000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.742000,-70.890000),(99.565000,-69.430000),(89.328000,-66.028000),(85.765000,-60.422000),(76.489000,-60.504000),(82.646000,-65.485000),(75.356000,-63.567000),(79.155000,-72.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.233000,-25.785000),(137.482000,-37.614000),(133.542000,-31.996000),(137.501000,-32.201000),(132.041000,-30.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.822000,-55.876000),(137.222000,-55.318000),(134.646000,-61.367000),(141.750000,-55.518000),(153.470000,-60.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.916000,-24.684000),(179.091000,-19.356000),(178.167000,-36.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.933000,13.827000),(191.157000,14.061000),(185.280000,12.247000),(190.936000,8.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.775000,-8.763000),(202.151000,-15.625000),(199.475000,-19.055000),(196.783000,-24.036000),(209.769000,-14.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.525000,52.012000),(343.452000,48.778000),(349.823000,61.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.527000,-0.177000),(3.173000,0.263000),(8.806000,2.534000),(358.827000,9.210000),(354.653000,-2.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.930000,68.801000),(54.210000,60.120000),(65.828000,52.096000),(64.591000,59.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.062000,17.177000),(166.330000,23.256000),(166.189000,28.545000),(159.529000,24.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.690000,53.925000),(122.739000,51.297000),(124.358000,59.956000),(121.221000,61.094000),(114.822000,61.661000),(114.297000,59.750000),(97.727000,59.092000),(108.493000,57.075000),(109.011000,55.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.596000,13.238000),(186.580000,11.927000),(186.676000,14.240000),(176.456000,5.874000),(182.647000,2.916000),(184.452000,-1.420000),(185.904000,2.318000),(192.614000,6.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.030000,23.518000),(8.482000,22.318000),(1.538000,35.170000),(2.931000,33.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.090000,-1.944000),(2.988000,1.760000),(356.072000,5.590000),(357.904000,1.043000),(354.236000,-0.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.323000,-27.293000),(221.426000,-31.411000),(221.607000,-23.799000),(224.347000,-34.453000),(223.753000,-33.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.558000,10.265000),(305.426000,9.698000),(308.121000,7.391000),(312.388000,4.345000),(311.022000,-0.796000),(314.456000,6.339000),(316.373000,4.560000),(319.559000,7.480000),(323.439000,8.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.498000,-35.687000),(12.323000,-37.607000),(12.511000,-41.228000),(13.751000,-41.309000),(32.272000,-38.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.413000,-16.805000),(358.971000,-10.936000),(351.906000,0.094000),(348.808000,-3.861000),(349.262000,-10.103000),(348.365000,-11.365000),(350.368000,-12.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.962000,22.275000),(65.788000,20.554000),(61.283000,19.334000),(65.884000,17.622000),(68.015000,17.106000),(72.031000,11.631000),(75.309000,24.448000),(73.456000,24.687000),(72.204000,23.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.675000,-82.365000),(252.885000,-75.200000),(234.109000,-73.453000),(229.528000,-74.198000),(218.999000,-70.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.951000,68.383000),(238.045000,70.797000),(229.688000,72.807000),(236.327000,67.821000),(230.679000,59.043000),(234.110000,61.305000),(235.306000,62.357000),(254.282000,63.244000),(264.977000,66.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.004000,-4.562000),(186.459000,-4.228000),(182.636000,-10.840000),(190.186000,-7.705000),(194.641000,-6.020000),(188.418000,-5.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.059000,-54.746000),(230.482000,-55.282000),(237.710000,-50.514000),(237.326000,-49.344000),(236.456000,-48.626000),(233.716000,-49.755000),(235.517000,-42.235000),(229.579000,-43.903000),(227.398000,-49.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.008000,-29.460000),(74.564000,-30.020000),(87.183000,-35.696000),(88.306000,-31.390000),(87.849000,-26.101000),(86.595000,-26.980000),(82.563000,-29.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.945000,47.406000),(287.246000,48.654000),(288.856000,48.577000),(297.832000,50.416000),(291.024000,52.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.532000,-18.090000),(0.516000,-21.376000),(359.546000,-15.122000),(0.587000,-13.387000),(358.720000,-10.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.765000,-66.303000),(241.810000,-60.055000),(241.845000,-57.428000),(238.984000,-55.694000),(236.661000,-53.063000),(228.493000,-54.552000),(224.288000,-59.610000),(224.280000,-68.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.944000,61.955000),(61.504000,55.524000),(75.474000,57.781000),(84.315000,62.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.555000,-58.113000),(243.089000,-51.182000),(232.072000,-49.896000),(227.671000,-51.489000),(217.670000,-56.143000),(217.274000,-60.282000),(228.140000,-57.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.116000,-21.795000),(349.843000,-28.490000),(357.173000,-34.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.948000,6.235000),(342.377000,4.231000),(341.321000,3.378000),(341.536000,-0.013000),(341.122000,-0.373000),(336.104000,2.641000),(349.852000,-0.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.107000,44.162000),(347.121000,38.282000),(343.792000,39.900000),(343.402000,35.487000),(351.366000,30.678000),(350.061000,34.099000),(352.812000,36.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.123000,2.347000),(4.819000,4.540000),(2.233000,9.124000),(354.982000,6.333000),(357.594000,1.435000),(356.215000,0.858000),(355.257000,-5.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.703000,-20.998000),(3.786000,-12.487000),(1.490000,-17.973000),(2.804000,-13.142000),(351.440000,-22.186000),(355.724000,-21.897000),(2.022000,-22.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.494000,14.191000),(193.478000,18.102000),(188.479000,27.999000),(186.710000,20.751000),(182.485000,21.605000),(182.559000,11.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.526000,63.750000),(230.979000,65.189000),(229.669000,54.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.009000,31.805000),(146.123000,35.990000),(143.446000,35.794000),(145.771000,32.082000),(141.579000,27.638000),(140.581000,25.164000),(151.830000,25.033000),(148.801000,28.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.925000,-6.727000),(176.402000,-7.097000),(179.378000,-18.304000),(178.933000,-20.713000),(179.456000,-23.004000),(180.787000,-16.622000),(183.053000,-22.807000),(181.900000,-15.953000),(190.488000,-14.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.725000,24.789000),(327.198000,23.374000),(331.465000,21.774000),(332.496000,25.881000),(336.585000,25.737000),(335.706000,27.410000),(331.755000,26.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.676000,28.437000),(338.569000,16.035000),(344.086000,21.669000),(343.526000,25.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.353000,-2.738000),(359.733000,-2.352000),(8.080000,-3.988000),(3.865000,-1.669000),(5.252000,5.968000),(0.384000,2.074000),(357.055000,1.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.737000,29.559000),(215.886000,19.183000),(231.646000,22.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.693000,15.165000),(114.612000,9.590000),(117.591000,14.290000),(116.395000,10.176000),(118.552000,11.303000),(119.270000,15.048000),(123.183000,16.026000),(118.722000,17.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.966000,17.821000),(4.230000,15.151000),(358.070000,14.943000),(3.631000,6.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.529000,-42.641000),(150.577000,-42.208000),(156.414000,-48.086000),(157.033000,-54.561000),(157.370000,-48.003000),(160.584000,-45.703000),(161.339000,-43.438000),(160.974000,-39.611000),(160.381000,-37.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.031000,-13.365000),(134.898000,-11.402000),(137.095000,-9.873000),(132.073000,-8.133000),(131.770000,-7.877000),(131.387000,-8.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.978000,36.835000),(306.725000,42.636000),(300.517000,45.826000),(290.143000,36.031000),(303.179000,35.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.553000,-49.652000),(283.530000,-53.337000),(286.675000,-54.920000),(288.506000,-56.976000),(287.294000,-53.782000),(286.233000,-46.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.602000,73.953000),(280.749000,72.533000),(273.707000,76.479000),(287.863000,81.173000),(302.135000,84.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.256000,-3.446000),(183.612000,0.147000),(174.788000,8.463000),(174.149000,1.423000),(179.870000,-1.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.490000,17.024000),(169.914000,16.232000),(164.973000,13.028000),(184.104000,14.830000),(177.703000,16.738000),(179.337000,21.689000),(179.409000,23.032000),(175.618000,21.779000),(173.531000,17.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.212000,41.495000),(192.136000,39.292000),(201.339000,48.971000),(203.416000,54.133000),(190.468000,50.238000),(181.491000,55.619000),(179.305000,51.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.274000,-35.836000),(71.343000,-34.248000),(69.656000,-34.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.320000,-17.122000),(268.486000,-15.418000),(263.625000,-15.247000),(260.144000,-13.651000),(256.850000,-18.165000),(266.885000,-23.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.036000,4.566000),(216.814000,-4.224000),(219.267000,-1.494000),(218.504000,1.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.428000,-35.408000),(312.725000,-45.957000),(326.793000,-39.182000),(326.670000,-36.465000),(317.703000,-33.935000),(318.530000,-29.787000),(315.566000,-35.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.474000,-21.197000),(155.272000,-23.865000),(164.214000,-24.737000),(159.298000,-29.516000),(163.643000,-27.111000),(166.491000,-26.184000),(166.172000,-23.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.490000,-6.931000),(342.412000,-2.262000),(348.714000,-15.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.846000,0.414000),(301.614000,-9.325000),(297.751000,1.137000),(294.382000,-2.176000),(296.068000,4.600000),(293.952000,-1.458000),(290.971000,1.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.691000,-58.346000),(0.946000,-55.608000),(353.898000,-56.242000),(351.561000,-62.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.628000,-3.398000),(171.662000,-9.625000),(181.364000,-14.001000),(183.884000,-7.406000),(180.490000,-7.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.856000,56.960000),(235.881000,59.059000),(209.064000,64.175000),(209.900000,60.531000),(217.179000,54.211000),(224.032000,53.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.877000,-43.364000),(226.028000,-34.893000),(225.876000,-37.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.955000,-7.151000),(331.407000,2.161000),(329.243000,-0.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.829000,-13.479000),(211.117000,-14.765000),(209.552000,-22.682000),(219.437000,-18.055000),(221.758000,-16.234000),(214.558000,-13.408000),(215.703000,-13.528000),(208.327000,-9.052000),(206.068000,-8.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.684000,-45.037000),(292.586000,-43.473000),(283.213000,-50.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.810000,-20.398000),(27.617000,-24.266000),(32.679000,-27.804000),(38.747000,-28.041000),(43.916000,-27.185000),(41.498000,-19.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.101000,-26.963000),(2.427000,-18.406000),(2.470000,-11.126000),(1.111000,-12.964000),(352.032000,-11.677000),(353.426000,-16.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.883000,-24.674000),(276.142000,-33.630000),(288.461000,-32.010000),(289.029000,-30.533000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.372000,-36.174000),(286.720000,-36.081000),(285.663000,-36.698000),(282.583000,-39.504000),(272.875000,-44.789000),(283.680000,-43.190000),(285.041000,-40.478000),(294.152000,-38.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.562000,-26.927000),(88.857000,-25.532000),(85.065000,-17.908000),(80.469000,-19.840000),(77.583000,-26.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.352000,59.703000),(262.887000,48.427000),(267.690000,52.705000),(275.981000,47.338000),(278.197000,50.838000),(274.441000,57.439000),(271.441000,58.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.311000,-1.188000),(160.471000,1.713000),(164.533000,2.047000),(170.113000,1.940000),(168.740000,6.428000),(158.220000,8.787000),(156.568000,8.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.434000,-19.275000),(53.319000,-16.841000),(52.737000,-15.911000),(50.211000,-6.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.802000,-41.504000),(163.906000,-33.064000),(160.033000,-36.152000),(162.056000,-40.375000),(153.687000,-42.622000),(158.902000,-45.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.764000,-48.127000),(56.194000,-46.228000),(56.818000,-43.082000),(52.097000,-39.959000),(46.148000,-44.087000),(40.771000,-40.734000),(41.161000,-48.827000),(45.258000,-48.796000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.199000,26.761000),(168.397000,22.035000),(170.754000,25.076000),(172.569000,27.655000),(169.191000,28.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.446000,19.060000),(226.401000,25.903000),(220.822000,16.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.502000,11.475000),(52.071000,13.690000),(37.576000,19.980000),(36.513000,10.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.951000,8.310000),(3.531000,11.189000),(4.245000,12.601000),(4.771000,14.735000),(4.763000,15.201000),(358.063000,7.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.745000,-66.483000),(109.703000,-69.777000),(107.229000,-73.135000),(121.587000,-72.527000),(134.065000,-74.685000),(126.065000,-71.700000),(123.692000,-71.143000),(140.411000,-65.889000),(126.934000,-62.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.226000,67.239000),(274.266000,59.509000),(269.077000,51.462000),(293.406000,60.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.006000,39.211000),(280.528000,38.991000),(273.545000,37.203000),(267.896000,35.948000),(271.461000,34.011000),(272.030000,31.140000),(272.168000,30.526000),(274.153000,30.642000),(275.758000,28.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.524000,-4.727000),(5.247000,-2.635000),(10.678000,-7.120000),(9.066000,-13.642000),(13.249000,-11.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.868000,-63.944000),(68.969000,-61.602000),(62.777000,-56.712000),(46.007000,-60.677000),(45.681000,-61.415000),(45.928000,-62.539000),(33.686000,-66.219000),(49.364000,-63.883000),(54.426000,-67.455000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.772000,-43.042000),(354.738000,-46.587000),(1.905000,-45.469000),(4.624000,-36.671000),(359.608000,-41.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.055000,5.270000),(169.237000,2.072000),(170.785000,5.722000),(175.435000,11.866000),(167.360000,11.098000),(167.142000,14.335000),(160.760000,1.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.869000,68.879000),(168.000000,70.604000),(165.720000,65.525000),(171.648000,64.939000),(192.465000,65.990000),(188.690000,69.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.107000,-34.107000),(55.788000,-29.611000),(58.190000,-29.033000),(57.421000,-28.532000),(61.492000,-20.949000),(59.044000,-19.365000),(47.167000,-31.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.109000,-16.255000),(179.040000,-11.645000),(183.771000,-15.779000),(180.494000,-11.893000),(180.084000,-5.799000),(174.210000,0.029000),(168.285000,-11.119000),(175.487000,-11.459000),(174.880000,-16.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.749000,69.546000),(128.556000,62.531000),(129.458000,61.255000),(146.980000,59.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.861000,35.436000),(292.033000,52.334000),(291.502000,52.167000),(284.822000,43.731000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.440000,39.959000),(265.342000,35.428000),(261.187000,46.399000),(259.822000,42.285000),(258.358000,41.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.383000,5.918000),(66.374000,9.413000),(69.981000,4.906000),(75.864000,-1.462000),(72.996000,2.888000),(72.780000,5.674000),(75.311000,13.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.218000,16.058000),(22.779000,8.106000),(24.115000,13.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.858000,-23.672000),(51.570000,-33.210000),(58.001000,-30.267000),(59.083000,-24.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.342000,-3.359000),(216.743000,-15.137000),(217.792000,-13.517000),(219.117000,-12.196000),(222.430000,-12.204000),(222.333000,-11.074000),(219.570000,-10.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.301000,49.277000),(353.952000,52.727000),(354.646000,49.243000),(6.432000,49.782000),(10.223000,54.381000),(5.083000,61.776000),(357.626000,57.961000),(351.221000,57.053000),(344.398000,55.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.298000,-7.273000),(180.269000,-2.279000),(179.893000,1.980000),(171.321000,-0.592000),(173.146000,-8.052000),(175.347000,-4.788000),(175.580000,-6.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.635000,-57.191000),(110.844000,-51.405000),(94.111000,-51.757000),(103.137000,-55.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.820000,1.850000),(161.175000,2.639000),(157.841000,7.770000),(154.890000,6.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.510000,-37.633000),(226.644000,-43.466000),(237.321000,-43.662000),(241.693000,-38.998000),(239.605000,-36.110000),(221.903000,-33.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.389000,-2.101000),(337.137000,-0.875000),(335.479000,-3.742000),(334.578000,-4.840000),(335.991000,-10.531000),(338.894000,-7.843000),(338.190000,-9.287000),(347.541000,-9.114000),(347.054000,-3.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.743000,55.338000),(260.915000,54.719000),(257.739000,61.809000),(246.902000,60.266000),(250.663000,68.835000),(245.628000,61.758000),(238.620000,60.075000),(250.692000,52.827000),(250.577000,53.952000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.866000,-34.304000),(252.802000,-42.231000),(252.430000,-42.307000),(259.848000,-43.533000),(263.054000,-49.469000),(263.514000,-45.153000),(264.255000,-41.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.388000,-7.695000),(353.341000,-3.518000),(352.091000,0.786000),(351.809000,2.602000),(350.373000,3.458000),(350.351000,11.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.536000,-21.716000),(259.142000,-20.867000),(268.406000,-28.394000),(275.945000,-31.119000),(277.196000,-25.950000),(278.062000,-25.086000),(270.229000,-22.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.590000,3.718000),(222.585000,5.201000),(217.585000,9.854000),(215.055000,8.135000),(215.676000,5.136000),(216.331000,0.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.655000,-66.203000),(296.061000,-65.234000),(290.135000,-68.780000),(284.772000,-69.494000),(291.998000,-70.248000),(293.031000,-70.910000),(295.579000,-71.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.579000,-19.347000),(3.480000,-13.670000),(352.866000,-17.248000),(352.557000,-18.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.395000,18.382000),(209.876000,24.537000),(216.475000,24.303000),(203.893000,28.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.323000,0.609000),(65.848000,4.120000),(72.083000,8.131000),(65.327000,13.066000),(60.735000,10.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.595000,5.475000),(170.961000,5.991000),(175.212000,3.343000),(179.869000,-6.860000),(183.633000,0.691000),(185.318000,4.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.794000,32.052000),(46.936000,31.729000),(40.866000,34.394000),(42.166000,42.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.403000,2.818000),(120.298000,4.044000),(113.387000,10.386000),(111.132000,-1.935000),(114.602000,-1.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.333000,37.325000),(171.603000,35.044000),(171.905000,31.549000),(174.418000,30.493000),(182.309000,26.314000),(184.172000,25.458000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.773000,32.727000),(329.157000,31.753000),(332.542000,30.468000),(335.666000,30.874000),(336.676000,25.071000),(339.921000,23.398000),(343.621000,39.836000),(334.354000,40.007000),(337.861000,33.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.130000,-53.792000),(161.508000,-59.189000),(156.204000,-54.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.724000,-24.872000),(149.880000,-30.898000),(151.148000,-26.456000),(153.347000,-24.578000),(151.002000,-17.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.686000,-3.359000),(180.512000,-4.271000),(174.417000,4.276000),(172.340000,1.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.123000,-49.568000),(296.093000,-51.289000),(299.023000,-45.761000),(302.429000,-45.410000),(301.387000,-40.436000),(290.003000,-36.913000),(287.473000,-39.303000),(283.297000,-41.591000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.929000,-25.399000),(177.452000,-19.905000),(173.905000,-21.486000),(167.268000,-30.056000),(174.935000,-28.321000),(175.497000,-27.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.046000,-66.632000),(275.062000,-62.671000),(266.028000,-63.288000),(267.147000,-76.167000),(269.103000,-75.793000),(276.512000,-73.392000),(282.963000,-69.202000),(296.508000,-64.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.163000,2.392000),(145.543000,8.364000),(151.444000,2.009000),(146.084000,2.839000),(146.290000,1.981000),(155.129000,-0.149000),(157.841000,6.881000),(156.069000,5.373000),(153.883000,8.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.012000,16.192000),(197.119000,17.152000),(191.927000,22.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.352000,-35.582000),(199.530000,-44.510000),(206.068000,-45.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.194000,27.294000),(269.749000,20.002000),(264.763000,22.889000),(266.895000,22.791000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.070000,30.638000),(5.861000,29.974000),(357.534000,31.801000),(3.992000,37.317000),(356.537000,40.042000),(354.028000,33.238000),(354.870000,30.840000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.292000,-15.794000),(156.596000,-25.708000),(158.456000,-23.482000),(160.953000,-20.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.133000,-14.519000),(112.048000,-24.639000),(120.717000,-14.311000),(115.940000,-13.282000),(114.132000,-9.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.960000,-14.600000),(105.253000,-11.748000),(106.877000,-6.369000),(98.789000,-8.135000),(97.027000,-8.501000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.263000,34.700000),(219.295000,32.030000),(217.709000,31.566000),(216.102000,35.692000),(217.361000,28.773000),(214.961000,30.405000),(213.888000,29.391000),(211.915000,27.375000),(219.204000,26.367000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.060000,8.869000),(178.697000,6.762000),(174.246000,11.628000),(171.195000,0.972000),(172.594000,0.872000),(172.069000,-0.040000),(176.355000,0.603000),(175.502000,2.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.317000,0.962000),(15.038000,-2.248000),(15.464000,-5.631000),(10.793000,-4.094000),(18.114000,-9.237000),(24.561000,-8.993000),(18.431000,-7.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.914000,33.162000),(40.644000,34.980000),(54.284000,37.448000),(53.763000,39.439000),(47.338000,40.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.041000,-20.766000),(173.017000,-27.222000),(180.069000,-22.030000),(181.429000,-18.530000),(186.051000,-12.469000),(177.485000,-16.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.269000,9.299000),(77.471000,18.238000),(75.726000,22.148000),(65.720000,21.759000),(69.762000,10.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.313000,-45.917000),(19.519000,-41.832000),(19.430000,-40.143000),(16.326000,-36.971000),(19.223000,-31.544000),(14.800000,-34.380000),(12.022000,-30.677000),(12.480000,-33.607000),(9.429000,-37.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.501000,-49.805000),(288.032000,-51.728000),(292.271000,-49.307000),(301.382000,-50.058000),(293.589000,-46.649000),(298.618000,-40.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.503000,0.925000),(52.465000,-2.943000),(49.666000,-4.692000),(65.501000,-4.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.056000,-36.034000),(346.323000,-34.652000),(349.474000,-29.128000),(341.108000,-27.507000),(336.611000,-30.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.269000,56.274000),(163.519000,59.463000),(168.735000,48.464000),(167.970000,47.234000),(170.818000,49.145000),(178.069000,46.961000),(183.875000,48.889000),(179.256000,51.979000),(181.536000,53.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.513000,-8.760000),(0.147000,-2.054000),(0.114000,-1.193000),(5.023000,0.649000),(358.794000,7.250000),(350.698000,-2.714000),(354.463000,-3.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.427000,-22.063000),(182.002000,-22.482000),(192.758000,-29.893000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.008000,-4.726000),(171.757000,-4.835000),(171.970000,-3.626000),(169.401000,-1.046000),(163.968000,2.412000),(161.431000,2.449000),(164.180000,-6.395000),(167.844000,-4.184000),(173.527000,-9.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.841000,21.015000),(331.982000,27.550000),(337.247000,27.745000),(337.930000,28.602000),(336.012000,31.557000),(327.265000,31.340000),(331.151000,29.037000),(325.878000,21.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.500000,-76.522000),(199.311000,-75.080000),(199.190000,-69.032000),(191.655000,-63.427000),(187.956000,-65.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.572000,41.757000),(310.051000,42.099000),(294.785000,43.862000),(287.080000,40.411000),(301.545000,38.012000),(303.730000,33.848000),(304.011000,34.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.719000,-65.784000),(298.677000,-75.809000),(313.642000,-63.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.030000,-16.748000),(158.056000,-13.369000),(161.329000,-9.351000),(153.818000,-7.061000),(150.105000,-7.679000),(153.965000,-15.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.660000,-7.967000),(31.440000,-2.230000),(22.572000,-0.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.018000,10.020000),(341.406000,7.312000),(338.504000,5.772000),(347.753000,-1.574000),(350.172000,6.549000),(353.083000,9.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.919000,42.163000),(234.736000,36.432000),(234.517000,32.400000),(238.441000,34.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.727000,4.726000),(49.929000,7.301000),(43.639000,2.022000),(39.829000,6.178000),(35.222000,0.912000),(38.377000,0.044000),(41.177000,-0.896000),(41.540000,-5.412000),(46.430000,-4.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.456000,-23.943000),(270.239000,-27.703000),(275.865000,-32.889000),(277.619000,-26.988000),(274.454000,-23.466000),(267.825000,-19.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.499000,-48.398000),(279.151000,-44.886000),(270.365000,-46.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.736000,-27.116000),(207.859000,-13.479000),(201.401000,-12.647000),(197.892000,-11.202000),(199.224000,-16.814000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.829000,-1.355000),(177.611000,-3.803000),(182.777000,-3.917000),(182.043000,0.355000),(187.488000,4.974000),(176.956000,4.055000),(173.460000,4.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.089000,1.888000),(297.861000,0.600000),(298.182000,0.081000),(297.874000,-1.231000),(303.229000,-4.173000),(298.981000,4.486000),(296.311000,9.279000),(296.195000,4.657000),(294.567000,4.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.183000,26.563000),(249.136000,28.288000),(252.891000,24.972000),(249.481000,32.578000),(253.412000,37.090000),(252.312000,38.079000),(249.785000,40.604000),(247.803000,40.086000),(241.877000,33.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.132000,-9.527000),(4.983000,-9.790000),(4.648000,-4.108000),(0.235000,-4.300000),(355.837000,-0.136000),(348.776000,-1.087000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.283000,-16.931000),(54.850000,-12.183000),(52.994000,-12.103000),(52.190000,-20.355000),(48.300000,-25.819000),(52.281000,-24.113000),(55.855000,-25.911000),(56.723000,-20.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.768000,59.863000),(271.481000,58.007000),(297.421000,63.647000),(293.771000,66.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.965000,-0.545000),(3.106000,-3.120000),(4.803000,-2.865000),(3.671000,1.630000),(358.798000,6.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.816000,-66.456000),(124.979000,-62.606000),(123.871000,-61.374000),(137.502000,-59.333000),(135.179000,-54.569000),(123.764000,-59.535000),(130.446000,-55.805000),(121.818000,-59.108000),(109.814000,-53.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.193000,-20.164000),(324.444000,-12.847000),(315.460000,-21.668000),(316.499000,-23.458000),(324.781000,-25.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.239000,-44.617000),(12.324000,-41.453000),(12.054000,-39.356000),(15.033000,-36.755000),(10.779000,-39.610000),(1.855000,-35.180000),(4.319000,-43.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.237000,79.584000),(232.152000,79.692000),(231.715000,78.032000),(223.500000,69.097000),(226.490000,70.393000),(259.723000,82.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.712000,-9.801000),(177.916000,-10.137000),(178.070000,-8.534000),(180.456000,-3.710000),(173.882000,-6.225000),(166.618000,-5.617000),(172.205000,-11.710000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.543000,-8.959000),(153.511000,-7.188000),(155.548000,-10.860000),(158.183000,-6.084000),(151.267000,-1.396000),(146.152000,-7.951000),(150.629000,-10.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.579000,-7.574000),(248.689000,-8.084000),(252.798000,-13.800000),(255.413000,-14.539000),(254.655000,-11.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.792000,-0.844000),(160.255000,1.924000),(162.618000,6.393000),(166.612000,11.766000),(163.985000,11.660000),(160.029000,15.287000),(157.712000,8.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.523000,-53.656000),(67.717000,-55.228000),(49.248000,-46.341000),(46.428000,-49.637000),(48.834000,-56.077000),(63.326000,-56.734000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.724000,31.521000),(239.211000,34.646000),(237.887000,35.545000),(233.960000,37.119000),(228.149000,31.653000),(235.624000,25.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.527000,41.291000),(134.691000,44.128000),(139.071000,45.828000),(125.683000,41.625000),(125.090000,38.790000),(129.814000,40.908000),(133.980000,38.073000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.832000,45.142000),(295.111000,46.236000),(299.113000,54.259000),(287.978000,55.698000),(282.601000,60.534000),(284.527000,52.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.573000,-76.433000),(266.929000,-80.868000),(278.916000,-77.928000),(299.308000,-75.703000),(294.623000,-74.353000),(302.550000,-72.163000),(290.251000,-71.850000),(284.840000,-70.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.905000,-17.808000),(196.768000,-17.746000),(200.372000,-22.175000),(198.531000,-11.877000),(197.210000,-10.093000),(193.686000,-6.029000),(193.643000,-9.879000),(190.986000,-9.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.382000,35.254000),(193.363000,31.715000),(202.460000,25.860000),(205.118000,29.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.740000,-32.750000),(3.899000,-25.791000),(356.233000,-21.594000),(346.218000,-27.683000),(345.553000,-28.931000),(353.429000,-29.392000),(349.369000,-32.514000),(349.196000,-32.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.936000,32.210000),(198.608000,26.347000),(197.490000,23.873000),(192.426000,19.015000),(199.529000,18.870000),(205.011000,21.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.550000,38.509000),(199.895000,40.395000),(205.801000,42.011000),(195.664000,45.648000),(194.696000,44.785000),(187.190000,46.952000),(191.462000,35.994000),(191.678000,33.101000),(199.745000,35.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.146000,43.783000),(77.718000,42.340000),(87.139000,37.903000),(88.681000,39.402000),(91.494000,48.229000),(88.158000,48.981000),(86.358000,46.113000),(78.147000,48.299000),(82.926000,42.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.822000,16.023000),(7.667000,16.974000),(5.366000,22.676000),(358.710000,20.663000),(0.570000,15.887000),(3.166000,10.968000),(3.290000,11.302000),(2.474000,6.747000),(4.927000,5.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.884000,48.220000),(285.228000,45.864000),(289.201000,43.033000),(298.593000,48.320000),(289.470000,52.717000),(292.136000,58.057000),(279.887000,54.952000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.149000,35.230000),(355.115000,35.254000),(352.896000,38.936000),(345.147000,31.369000),(354.010000,29.717000),(354.284000,29.992000),(358.259000,28.955000),(3.719000,33.191000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.795000,-29.900000),(194.262000,-24.572000),(194.359000,-31.607000),(188.644000,-32.299000),(193.308000,-33.609000),(191.077000,-37.005000),(199.699000,-37.823000),(204.901000,-40.687000),(201.360000,-36.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.084000,33.431000),(345.012000,25.560000),(347.130000,24.713000),(356.133000,26.948000),(356.347000,27.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.849000,-1.310000),(181.569000,-3.551000),(178.588000,-0.550000),(185.646000,2.321000),(180.058000,6.971000),(177.276000,1.251000),(175.062000,4.938000),(175.206000,0.935000),(171.861000,-1.957000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.345000,29.723000),(202.269000,22.483000),(204.335000,26.298000),(202.479000,26.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.747000,75.418000),(5.243000,58.999000),(27.575000,67.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.121000,74.789000),(318.052000,71.222000),(325.058000,68.359000),(332.198000,70.713000),(332.715000,68.347000),(351.152000,70.928000),(6.882000,72.457000),(351.238000,73.426000),(343.027000,75.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.349000,-26.943000),(145.254000,-26.927000),(152.923000,-35.215000),(158.121000,-31.761000),(152.107000,-25.765000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.668000,1.051000),(221.761000,3.074000),(220.866000,3.778000),(219.502000,5.172000),(212.382000,2.026000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.897000,-76.890000),(192.228000,-82.707000),(187.614000,-75.786000),(199.015000,-77.375000),(153.456000,-72.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.816000,7.166000),(351.381000,6.258000),(357.550000,6.769000),(5.065000,7.567000),(9.655000,12.518000),(357.061000,15.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.297000,-8.551000),(325.618000,-9.459000),(326.561000,-10.830000),(325.771000,-13.576000),(326.842000,-10.942000),(329.163000,-11.397000),(330.625000,-8.022000),(321.464000,-3.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.652000,53.725000),(334.171000,58.466000),(325.474000,57.479000),(317.414000,63.023000),(315.215000,59.226000),(311.956000,55.773000),(314.286000,49.702000),(324.019000,52.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.663000,-11.147000),(228.664000,-19.765000),(231.865000,-14.791000),(236.290000,-10.340000),(232.795000,-7.819000),(230.986000,-9.322000),(229.178000,-8.381000),(226.737000,-5.759000),(224.380000,-6.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.482000,-10.358000),(116.660000,-5.357000),(116.021000,-1.911000),(111.524000,5.001000),(108.478000,-1.799000),(112.131000,-6.330000),(112.245000,-9.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.819000,4.882000),(175.442000,6.197000),(172.488000,3.164000),(168.559000,1.434000),(176.874000,0.112000),(179.190000,-8.641000),(179.571000,-2.631000),(185.696000,-1.284000),(185.185000,0.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.152000,-4.911000),(250.206000,-4.596000),(252.328000,-19.483000),(251.459000,-13.958000),(254.086000,-17.074000),(255.610000,-16.760000),(255.390000,-9.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.426000,-32.276000),(73.751000,-31.640000),(73.552000,-31.778000),(75.019000,-34.861000),(69.287000,-39.974000),(73.085000,-37.203000),(75.106000,-35.470000),(77.743000,-39.559000),(78.886000,-33.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.728000,-10.116000),(110.716000,-14.246000),(122.597000,-11.205000),(118.421000,-10.425000),(115.535000,-4.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.020000,61.866000),(165.358000,53.786000),(147.195000,66.058000),(141.910000,65.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.641000,-45.743000),(74.782000,-44.585000),(66.915000,-39.418000),(64.447000,-39.413000),(62.108000,-40.432000),(59.484000,-46.759000),(65.432000,-48.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.970000,-8.001000),(359.685000,-2.724000),(358.059000,-2.816000),(356.704000,1.220000),(354.201000,-1.082000),(356.297000,-5.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.697000,4.616000),(120.486000,5.015000),(119.980000,4.964000),(114.763000,6.764000),(116.704000,-1.351000),(125.779000,-6.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.051000,3.538000),(150.602000,-2.200000),(154.597000,6.850000),(155.245000,7.827000),(150.157000,7.387000),(149.463000,5.987000),(145.842000,11.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.244000,31.391000),(335.422000,35.054000),(327.495000,24.913000),(335.857000,23.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.605000,-10.121000),(141.820000,-9.524000),(137.890000,-11.101000),(144.313000,-14.251000),(145.530000,-14.950000),(150.122000,-19.455000),(149.425000,-15.612000),(151.314000,-10.924000),(150.687000,-6.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.054000,-4.249000),(176.186000,-3.796000),(170.100000,-2.988000),(171.516000,-3.118000),(169.891000,4.745000),(165.070000,6.691000),(161.896000,-7.493000),(163.841000,-6.670000),(168.683000,-8.122000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.870000,-9.748000),(180.761000,-6.291000),(179.739000,-3.442000),(181.622000,-2.995000),(178.236000,0.467000),(178.305000,4.314000),(172.463000,-0.767000),(173.946000,-6.796000),(173.356000,-8.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.263000,-2.410000),(254.483000,-6.661000),(258.947000,-7.558000),(255.956000,-1.955000),(257.849000,-2.435000),(258.014000,-1.232000),(257.943000,0.233000),(254.139000,3.194000),(252.766000,1.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.463000,50.776000),(168.160000,48.796000),(178.843000,50.958000),(173.447000,53.179000),(183.528000,60.152000),(165.024000,60.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.514000,-2.947000),(165.200000,2.633000),(165.196000,10.258000),(163.106000,8.517000),(159.524000,6.686000),(151.317000,4.137000),(153.763000,1.249000),(161.903000,0.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.252000,4.462000),(351.299000,-3.190000),(349.271000,-4.185000),(349.194000,-5.361000),(352.829000,-8.899000),(356.996000,-8.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.965000,-12.588000),(180.271000,-14.304000),(188.829000,-13.023000),(194.760000,-10.253000),(185.245000,-6.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.000000,7.695000),(354.859000,2.727000),(355.303000,1.541000),(356.805000,0.290000),(359.757000,-1.828000),(2.673000,-1.415000),(7.808000,5.404000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.715000,75.217000),(174.230000,69.982000),(174.431000,70.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.171000,13.245000),(129.520000,14.266000),(130.144000,22.638000),(121.099000,16.311000),(115.687000,11.322000),(123.857000,11.862000),(125.630000,13.372000),(128.179000,11.063000),(127.275000,13.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.669000,-4.549000),(46.936000,-7.962000),(46.628000,-11.316000),(44.992000,-13.375000),(53.593000,-15.703000),(49.306000,-12.587000),(49.149000,-12.195000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.952000,10.218000),(111.193000,14.123000),(114.215000,9.791000),(111.440000,9.139000),(114.848000,8.468000),(116.245000,4.053000),(116.117000,0.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.192000,-83.026000),(69.840000,-76.886000),(82.801000,-79.698000),(50.937000,-76.853000),(70.189000,-79.923000),(81.016000,-80.440000),(64.409000,-81.422000),(30.280000,-81.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.741000,9.116000),(318.902000,18.304000),(316.283000,15.763000),(313.000000,17.339000),(308.266000,8.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.777000,0.443000),(173.875000,-5.283000),(178.916000,-13.706000),(181.849000,-10.937000),(183.112000,-11.064000),(185.927000,-3.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.050000,84.769000),(55.378000,78.571000),(90.827000,72.176000),(78.221000,80.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.134000,-69.457000),(122.468000,-69.617000),(158.637000,-71.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.388000,-5.686000),(245.284000,-0.464000),(244.918000,0.008000),(241.843000,-5.332000),(237.361000,-4.323000),(234.547000,-4.495000),(240.747000,-11.566000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.751000,-26.792000),(155.595000,-40.390000),(161.603000,-36.098000),(163.046000,-35.507000),(158.276000,-25.269000),(158.195000,-25.618000),(157.546000,-26.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.109000,55.225000),(54.365000,57.821000),(44.565000,51.992000),(60.307000,50.178000),(65.591000,47.661000),(62.204000,51.266000),(69.848000,53.985000),(63.341000,54.335000),(71.252000,56.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.435000,-43.255000),(207.128000,-47.024000),(215.775000,-50.071000),(224.080000,-40.462000),(220.067000,-40.053000),(219.245000,-35.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.030000,-50.830000),(299.745000,-55.092000),(296.706000,-60.328000),(315.261000,-63.684000),(308.078000,-55.196000),(309.784000,-52.282000),(305.020000,-50.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.699000,-12.734000),(132.650000,-13.166000),(136.516000,-16.857000),(135.207000,-13.417000),(130.372000,-8.881000),(128.398000,-10.641000),(127.725000,-13.938000),(129.302000,-13.501000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.548000,-29.625000),(179.187000,-26.988000),(178.164000,-26.878000),(176.931000,-34.444000),(178.627000,-38.693000),(182.957000,-37.142000),(190.264000,-33.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.572000,-12.286000),(14.139000,-11.939000),(7.922000,-16.706000),(4.996000,-17.998000),(3.056000,-17.940000),(10.629000,-24.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.750000,-30.670000),(181.531000,-27.480000),(188.979000,-20.018000),(182.792000,-17.577000),(180.536000,-23.573000),(173.937000,-27.917000),(177.596000,-27.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.715000,7.162000),(354.631000,0.113000),(354.405000,-7.297000),(357.385000,-4.197000),(1.445000,-1.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.953000,-6.643000),(172.922000,-7.245000),(181.426000,-9.060000),(184.717000,-6.514000),(177.874000,-5.284000),(182.187000,-0.256000),(177.787000,-0.508000),(176.602000,3.266000),(173.322000,2.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.324000,36.100000),(68.454000,32.356000),(73.734000,30.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.007000,-10.926000),(353.820000,-14.076000),(357.208000,-11.217000),(356.328000,-5.914000),(351.111000,-4.216000),(348.365000,-0.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.738000,-15.217000),(54.383000,-13.834000),(53.553000,-13.048000),(47.031000,-13.225000),(39.790000,-15.108000),(49.834000,-19.235000),(55.756000,-19.487000),(55.347000,-16.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.577000,-46.333000),(30.279000,-38.564000),(29.985000,-35.967000),(24.813000,-44.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.288000,6.699000),(295.337000,9.279000),(288.352000,20.097000),(285.192000,10.766000),(279.574000,10.313000),(285.705000,7.603000),(288.430000,7.624000),(288.397000,2.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.112000,10.050000),(177.443000,1.756000),(180.484000,-8.733000),(180.841000,-4.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.965000,27.194000),(11.582000,26.285000),(7.569000,29.517000),(11.302000,14.198000),(20.565000,17.574000),(16.883000,23.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.654000,-66.424000),(147.698000,-64.724000),(149.485000,-56.938000),(154.625000,-72.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.079000,30.754000),(156.510000,36.014000),(137.887000,31.072000),(145.954000,30.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.122000,76.850000),(323.301000,83.083000),(332.730000,82.210000),(330.519000,84.071000),(335.464000,84.031000),(0.889000,81.910000),(54.764000,86.913000),(292.372000,86.575000),(304.154000,84.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.703000,-5.923000),(33.747000,-0.894000),(33.016000,-0.427000),(32.282000,2.140000),(28.714000,-1.421000),(27.726000,-2.805000),(28.014000,-7.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.906000,27.418000),(214.574000,27.446000),(217.162000,17.421000),(217.770000,16.962000),(219.467000,22.220000),(220.377000,23.872000),(224.602000,18.137000),(229.165000,21.593000),(226.764000,23.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.560000,-26.107000),(341.904000,-30.671000),(345.097000,-34.940000),(349.514000,-39.374000),(346.011000,-34.289000),(345.688000,-26.080000),(344.078000,-25.382000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.841000,3.639000),(191.101000,6.892000),(190.140000,5.138000),(188.507000,6.092000),(190.944000,2.065000),(190.434000,-3.750000),(191.040000,-3.643000),(195.637000,-4.975000),(197.215000,-7.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.591000,54.239000),(1.730000,45.643000),(6.002000,47.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.903000,-16.444000),(217.687000,-27.766000),(236.617000,-20.855000),(228.528000,-18.507000),(227.576000,-17.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.793000,-27.661000),(30.620000,-32.028000),(28.785000,-26.566000),(22.579000,-25.750000),(23.121000,-24.608000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.582000,-5.460000),(344.952000,-0.294000),(346.118000,1.549000),(348.593000,-0.517000),(346.934000,3.549000),(347.628000,6.254000),(342.535000,5.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.683000,-40.703000),(71.843000,-46.381000),(74.915000,-46.724000),(72.894000,-40.900000),(70.008000,-31.483000),(69.301000,-35.862000),(68.207000,-37.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.730000,77.575000),(145.703000,77.051000),(158.470000,76.134000),(157.904000,76.059000),(169.740000,67.909000),(194.482000,80.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.434000,22.007000),(29.019000,25.407000),(39.433000,22.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.264000,49.413000),(137.100000,39.549000),(142.969000,33.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.593000,-37.953000),(262.542000,-34.966000),(259.371000,-28.215000),(254.403000,-29.925000),(251.260000,-25.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.959000,-0.621000),(30.284000,2.720000),(21.832000,7.828000),(27.200000,2.969000),(24.660000,0.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.997000,5.383000),(345.927000,-0.597000),(340.184000,-1.481000),(350.780000,-1.165000),(356.913000,-3.438000),(357.500000,1.916000),(352.058000,2.328000),(352.775000,3.576000),(350.778000,2.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.367000,-13.835000),(159.428000,-11.681000),(160.187000,-8.639000),(156.095000,-10.477000),(155.072000,-3.819000),(148.952000,-8.347000),(147.308000,-7.935000),(153.024000,-12.999000),(153.261000,-15.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.825000,41.877000),(162.260000,47.620000),(150.190000,53.398000),(145.132000,52.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.600000,-32.187000),(315.081000,-24.396000),(312.761000,-21.659000),(312.622000,-23.586000),(311.330000,-23.181000),(307.764000,-29.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.723000,-6.436000),(12.494000,-2.554000),(6.704000,4.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.555000,7.014000),(174.150000,8.509000),(173.343000,0.309000),(178.343000,1.897000),(179.099000,2.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.747000,35.063000),(78.058000,44.558000),(69.014000,46.100000),(71.703000,42.979000),(71.692000,42.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.936000,-12.167000),(111.296000,-20.291000),(118.181000,-21.834000),(125.933000,-15.888000),(126.391000,-13.457000),(120.780000,-11.448000),(117.631000,-8.065000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.230000,30.389000),(317.633000,21.481000),(321.078000,26.310000),(320.813000,30.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.326000,-12.023000),(189.458000,-14.096000),(192.933000,-14.478000),(198.005000,-14.334000),(203.493000,-14.908000),(197.122000,-7.824000),(195.787000,-9.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.671000,1.626000),(353.226000,1.384000),(356.395000,-5.458000),(0.331000,-6.771000),(9.182000,-3.271000),(0.956000,0.644000),(2.639000,5.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.647000,13.073000),(346.621000,10.601000),(354.852000,7.494000),(356.926000,13.145000),(350.087000,13.817000),(349.999000,19.095000),(348.331000,18.931000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.501000,-5.724000),(166.726000,-2.581000),(165.305000,-2.277000),(163.631000,-1.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.896000,76.126000),(102.548000,72.960000),(116.171000,71.858000),(144.862000,64.460000),(145.465000,65.292000),(142.418000,71.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.753000,-9.407000),(171.703000,-2.046000),(171.033000,-4.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.238000,40.225000),(65.260000,32.373000),(71.536000,36.819000),(72.035000,37.687000),(74.035000,45.505000),(71.516000,46.065000),(69.208000,46.064000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.218000,-0.301000),(348.885000,-1.298000),(349.930000,-4.419000),(355.544000,-6.197000),(358.311000,-2.437000),(355.028000,-0.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.010000,28.567000),(204.120000,22.353000),(206.721000,22.616000),(207.150000,22.170000),(204.105000,28.759000),(197.768000,34.092000),(200.760000,29.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.012000,24.857000),(221.415000,28.759000),(225.731000,34.062000),(222.559000,34.978000),(214.078000,30.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.774000,16.555000),(51.355000,15.469000),(57.648000,9.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.244000,-1.568000),(5.920000,0.761000),(6.523000,2.019000),(355.509000,6.130000),(355.528000,2.259000),(1.156000,-0.181000),(3.526000,-1.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.053000,-4.304000),(242.010000,-4.818000),(240.356000,-6.081000),(235.392000,-4.622000),(238.946000,-7.227000),(238.404000,-12.575000),(243.306000,-13.655000),(241.626000,-8.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.870000,7.129000),(220.233000,11.348000),(214.323000,11.441000),(210.125000,6.289000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.137000,-13.713000),(207.848000,-7.322000),(205.390000,-5.595000),(199.069000,-2.726000),(200.402000,-5.088000),(196.119000,-4.092000),(194.528000,-7.418000),(197.708000,-12.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.494000,11.587000),(346.432000,13.712000),(340.724000,14.785000),(335.352000,17.409000),(347.582000,4.764000),(350.083000,4.401000),(348.350000,8.042000),(345.696000,10.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.507000,-6.278000),(181.139000,-4.359000),(181.922000,-3.075000),(180.758000,-0.386000),(175.817000,2.019000),(173.325000,-6.328000),(173.508000,-11.465000),(174.952000,-12.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.737000,19.709000),(10.035000,18.760000),(15.121000,9.570000),(16.982000,8.942000),(19.131000,12.061000),(23.537000,15.773000),(21.113000,20.814000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.020000,3.866000),(174.503000,13.279000),(173.221000,7.229000),(173.731000,1.214000),(172.682000,-2.325000),(176.075000,3.259000),(176.115000,3.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.877000,23.389000),(163.052000,20.774000),(158.507000,17.593000),(162.652000,17.949000),(169.038000,13.003000),(167.448000,22.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.969000,3.380000),(175.695000,9.509000),(176.361000,1.527000),(170.648000,0.867000),(186.225000,0.377000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.046000,-2.602000),(121.551000,-0.335000),(130.526000,-0.806000),(124.623000,3.125000),(123.163000,4.507000),(121.453000,3.059000),(121.745000,5.041000),(114.967000,-3.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.746000,22.843000),(303.829000,23.551000),(299.823000,33.147000),(294.457000,39.461000),(290.467000,37.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.349000,-4.563000),(2.551000,-1.127000),(8.004000,-2.513000),(8.899000,0.475000),(4.043000,3.833000),(2.504000,8.611000),(1.024000,1.420000),(355.112000,7.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.742000,-6.919000),(177.386000,-23.371000),(181.305000,-26.008000),(183.582000,-23.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.547000,-23.526000),(293.881000,-28.755000),(289.737000,-31.032000),(285.944000,-34.035000),(302.746000,-32.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.821000,18.210000),(280.892000,18.503000),(282.288000,22.299000),(277.261000,31.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.133000,-76.894000),(321.661000,-78.813000),(309.458000,-82.303000),(346.011000,-80.535000),(348.840000,-76.354000),(356.943000,-73.341000),(334.866000,-70.026000),(317.301000,-71.622000),(320.538000,-76.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.474000,28.160000),(345.462000,26.259000),(345.240000,25.476000),(349.355000,22.478000),(348.018000,27.880000),(352.983000,31.234000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.774000,26.935000),(104.800000,28.562000),(104.844000,33.537000),(101.671000,33.639000),(99.632000,35.924000),(96.625000,40.701000),(97.732000,32.474000),(96.043000,31.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.094000,-8.511000),(189.202000,-7.931000),(193.383000,-21.210000),(200.370000,-16.902000),(202.271000,-7.955000),(199.674000,-8.430000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.559000,53.391000),(128.539000,44.146000),(124.102000,59.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.002000,-48.210000),(291.874000,-48.999000),(294.501000,-39.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.895000,8.718000),(352.559000,11.179000),(353.534000,15.121000),(352.681000,19.678000),(348.531000,18.367000),(346.512000,11.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.423000,-70.361000),(256.822000,-74.399000),(243.745000,-77.709000),(318.494000,-81.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.719000,15.587000),(324.225000,25.350000),(319.993000,26.397000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.028000,-1.137000),(347.390000,6.751000),(342.929000,6.445000),(332.924000,10.522000),(329.923000,7.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.322000,-46.385000),(187.924000,-50.427000),(188.998000,-47.365000),(180.115000,-37.332000),(178.478000,-37.743000),(185.682000,-44.515000),(183.071000,-43.118000),(176.406000,-41.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.314000,-6.690000),(320.277000,-6.101000),(321.954000,-9.680000),(323.780000,-8.234000),(329.036000,-13.558000),(329.125000,0.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.324000,-34.341000),(211.947000,-28.424000),(202.398000,-33.295000),(205.939000,-31.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.890000,77.489000),(122.476000,86.583000),(340.652000,81.732000),(35.499000,80.971000),(34.404000,73.346000),(39.428000,77.040000),(40.972000,74.719000),(46.501000,76.184000),(56.899000,76.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.799000,81.998000),(158.734000,82.342000),(201.165000,83.299000),(129.244000,82.947000),(78.878000,87.340000),(124.147000,81.053000),(122.082000,80.902000),(126.217000,79.163000),(134.938000,76.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.520000,10.883000),(52.848000,20.151000),(52.971000,17.159000),(51.801000,11.574000),(48.883000,10.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.105000,7.552000),(351.472000,9.281000),(353.144000,7.976000),(353.261000,11.790000),(354.768000,16.748000),(345.909000,16.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.666000,47.001000),(321.279000,50.672000),(328.594000,54.547000),(331.500000,57.447000),(314.768000,53.447000),(313.674000,51.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.608000,10.054000),(339.658000,2.716000),(332.028000,4.710000),(335.474000,3.730000),(336.220000,2.588000),(338.774000,-0.071000),(342.721000,2.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.392000,-26.324000),(62.783000,-28.775000),(61.495000,-34.024000),(67.274000,-33.550000),(72.567000,-35.262000),(75.200000,-35.175000),(66.782000,-25.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.699000,-55.025000),(253.410000,-53.952000),(253.227000,-48.876000),(247.659000,-39.066000),(234.951000,-43.214000),(230.672000,-45.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.475000,9.396000),(11.404000,10.748000),(4.567000,13.246000),(6.917000,11.086000),(4.613000,11.949000),(359.239000,12.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.179000,-43.266000),(123.925000,-45.920000),(124.688000,-49.740000),(126.965000,-48.516000),(139.969000,-36.665000),(139.461000,-36.346000),(136.910000,-35.517000),(131.622000,-39.413000),(121.110000,-41.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.499000,42.455000),(285.682000,42.917000),(286.838000,44.199000),(269.415000,41.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.403000,-54.677000),(251.489000,-50.940000),(241.209000,-52.230000),(237.229000,-48.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.291000,20.143000),(155.964000,21.501000),(157.178000,22.905000),(148.510000,27.684000),(151.234000,14.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.208000,-70.680000),(109.983000,-68.500000),(107.411000,-61.709000),(84.277000,-60.964000),(96.399000,-68.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.907000,-74.494000),(255.676000,-70.779000),(256.434000,-69.554000),(246.794000,-67.189000),(238.505000,-63.584000),(231.018000,-66.940000),(238.367000,-69.223000),(227.843000,-69.409000),(249.293000,-73.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.895000,69.044000),(357.794000,74.310000),(353.750000,82.615000),(321.983000,76.342000),(345.872000,74.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.703000,15.718000),(302.175000,25.039000),(301.307000,20.468000),(303.798000,21.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.875000,-2.140000),(138.345000,6.233000),(132.946000,-0.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.156000,71.463000),(55.505000,64.795000),(50.544000,58.980000),(53.958000,60.302000),(53.973000,59.840000),(54.642000,53.801000),(63.469000,60.728000),(72.616000,60.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.031000,1.873000),(358.335000,3.400000),(5.453000,-10.920000),(7.505000,-6.419000),(10.758000,-8.117000),(13.408000,-5.814000),(12.707000,-4.251000),(10.707000,-2.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.309000,1.976000),(192.830000,11.273000),(187.442000,6.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.617000,-6.320000),(207.206000,-6.272000),(212.571000,-6.547000),(215.270000,-2.888000),(206.743000,-1.400000),(210.210000,0.026000),(205.008000,-0.186000),(196.169000,1.281000),(204.199000,-2.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.754000,59.817000),(321.368000,59.734000),(325.565000,52.504000),(331.943000,52.497000),(335.043000,49.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.450000,37.788000),(60.971000,33.045000),(58.418000,33.527000),(52.919000,30.503000),(53.148000,27.901000),(62.141000,27.205000),(66.818000,28.809000),(66.636000,31.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.652000,-26.807000),(263.354000,-17.135000),(260.910000,-18.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.544000,5.928000),(345.376000,4.687000),(353.739000,3.990000),(0.422000,2.454000),(2.777000,7.444000),(355.813000,6.241000),(358.291000,10.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.756000,-6.497000),(189.585000,-9.917000),(183.483000,-11.334000),(189.089000,-12.116000),(190.436000,-14.921000),(192.181000,-12.541000),(195.979000,-14.466000),(199.051000,-15.930000),(197.397000,-6.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.434000,-82.105000),(177.917000,-80.165000),(144.134000,-79.413000),(140.895000,-77.233000),(115.727000,-71.172000),(104.205000,-80.876000),(123.179000,-81.726000),(133.947000,-81.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((110.697000,-24.646000),(101.200000,-25.406000),(113.345000,-34.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.099000,9.049000),(20.050000,5.998000),(20.775000,6.011000),(24.453000,7.237000),(29.232000,11.031000),(22.576000,16.211000),(21.175000,15.131000),(21.303000,14.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.281000,-44.031000),(263.138000,-52.639000),(258.758000,-47.698000),(265.298000,-48.942000),(264.352000,-45.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.416000,-30.602000),(124.668000,-27.769000),(120.648000,-35.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.406000,-24.241000),(349.095000,-25.756000),(347.899000,-22.029000),(340.653000,-13.585000),(341.267000,-19.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.401000,20.325000),(27.249000,21.207000),(22.010000,17.788000),(23.421000,15.238000),(17.154000,12.825000),(27.920000,7.646000),(29.669000,14.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.284000,-15.543000),(118.722000,-9.070000),(108.070000,-16.746000),(109.152000,-25.151000),(114.478000,-24.890000),(114.741000,-25.790000),(116.345000,-22.391000),(118.955000,-21.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.264000,2.638000),(283.594000,16.899000),(280.473000,13.676000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.329000,5.057000),(359.539000,1.286000),(359.506000,-5.184000),(4.752000,-0.143000),(5.248000,-0.771000),(5.770000,0.739000),(9.998000,-6.536000),(10.607000,-2.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.385000,45.799000),(38.296000,41.939000),(37.380000,36.043000),(39.765000,33.832000),(41.856000,28.429000),(48.964000,31.822000),(48.933000,35.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.431000,68.945000),(100.303000,71.103000),(79.058000,72.930000),(85.340000,64.727000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.304000,-6.565000),(54.927000,-3.635000),(60.278000,-11.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.691000,29.842000),(209.088000,27.930000),(214.170000,28.598000),(215.707000,22.626000),(223.373000,24.700000),(223.599000,30.005000),(209.859000,34.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.459000,-19.079000),(328.360000,-14.942000),(322.829000,-12.332000),(320.985000,-13.507000),(324.910000,-20.102000),(326.005000,-20.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.328000,51.358000),(110.559000,53.054000),(116.840000,50.860000),(112.967000,50.400000),(133.856000,48.839000),(130.024000,51.332000),(124.449000,55.131000),(118.785000,54.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.797000,-36.374000),(31.689000,-42.811000),(38.110000,-40.320000),(39.000000,-39.471000),(43.418000,-34.246000),(43.370000,-33.628000),(38.354000,-36.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.479000,-42.206000),(85.901000,-40.906000),(77.563000,-35.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.899000,-66.013000),(91.399000,-68.157000),(90.516000,-67.104000),(82.338000,-71.069000),(82.774000,-72.473000),(85.788000,-74.957000),(100.530000,-76.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.565000,15.761000),(177.644000,11.992000),(185.863000,15.013000),(178.092000,19.068000),(175.339000,20.137000),(172.675000,21.015000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.701000,-51.911000),(210.877000,-54.121000),(206.923000,-54.851000),(211.239000,-60.559000),(227.864000,-53.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.898000,50.443000),(73.710000,61.906000),(63.514000,52.271000),(69.940000,51.553000),(68.860000,46.749000),(75.683000,51.282000),(76.528000,51.201000),(76.862000,43.894000),(77.192000,44.745000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.989000,29.454000),(212.426000,39.204000),(198.971000,35.727000),(202.025000,33.665000),(204.564000,32.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.610000,71.100000),(167.580000,76.419000),(175.152000,69.488000),(201.665000,73.490000),(185.733000,78.311000),(166.609000,82.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.012000,4.903000),(19.066000,7.939000),(11.148000,5.198000),(14.631000,3.346000),(20.078000,3.115000),(21.533000,0.730000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.060000,3.018000),(352.677000,-3.570000),(0.844000,-3.690000),(8.091000,-5.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.316000,-10.676000),(306.561000,-3.555000),(303.956000,-8.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.969000,10.288000),(199.653000,19.083000),(194.797000,13.268000),(196.296000,12.261000),(194.438000,4.681000),(195.870000,3.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.738000,-29.015000),(359.575000,-12.716000),(359.040000,-16.346000),(357.948000,-14.389000),(358.019000,-15.714000),(356.147000,-15.052000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.422000,-35.417000),(327.371000,-41.524000),(331.342000,-42.955000),(336.044000,-40.189000),(336.911000,-38.713000),(339.690000,-39.182000),(335.470000,-32.747000),(325.828000,-29.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.487000,39.513000),(216.415000,46.384000),(214.756000,44.947000),(213.414000,42.766000),(217.793000,38.388000),(219.609000,33.162000),(220.041000,32.331000),(221.283000,28.212000),(223.195000,37.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.981000,-32.350000),(28.408000,-35.597000),(30.582000,-38.325000),(36.222000,-36.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.027000,-57.775000),(237.488000,-59.459000),(229.773000,-53.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.307000,59.661000),(158.889000,55.732000),(172.368000,51.597000),(176.305000,58.117000),(185.640000,58.968000),(173.008000,68.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.804000,-47.384000),(19.592000,-47.816000),(20.135000,-43.051000),(12.814000,-34.308000),(11.965000,-33.139000),(11.231000,-38.996000),(6.564000,-43.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.868000,-25.882000),(47.271000,-30.251000),(46.722000,-36.814000),(58.092000,-38.160000),(56.806000,-31.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.502000,-3.422000),(121.687000,-3.491000),(116.132000,-6.098000),(118.646000,-13.722000),(125.353000,-11.489000),(126.544000,-13.001000),(126.681000,-11.306000),(130.102000,-10.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.470000,30.068000),(178.790000,26.429000),(173.879000,27.502000),(180.041000,22.607000),(185.505000,19.862000),(187.489000,23.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.314000,28.911000),(206.486000,26.613000),(205.140000,30.115000),(207.533000,32.532000),(203.963000,36.777000),(198.532000,44.291000),(197.905000,36.567000),(193.600000,37.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.295000,12.344000),(36.572000,4.053000),(41.814000,8.675000),(38.777000,1.858000),(47.309000,8.440000),(44.204000,9.792000),(46.406000,10.850000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.689000,1.639000),(38.615000,9.902000),(32.313000,11.117000),(30.525000,10.127000),(29.009000,12.749000),(28.363000,10.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.604000,8.701000),(242.112000,1.577000),(245.300000,7.917000),(244.018000,12.089000),(241.268000,12.417000),(236.032000,18.974000),(238.280000,13.564000),(239.191000,12.086000),(238.875000,11.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.114000,7.272000),(41.560000,7.836000),(34.823000,9.225000),(35.714000,4.667000),(34.534000,-3.408000),(38.477000,-3.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.215000,58.683000),(300.802000,61.149000),(291.295000,63.216000),(274.806000,62.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.742000,-17.124000),(43.954000,-7.538000),(34.759000,-3.283000),(31.489000,-1.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.419000,27.608000),(118.874000,19.038000),(119.553000,17.766000),(129.845000,21.042000),(121.116000,31.813000),(121.846000,28.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.035000,45.855000),(231.943000,42.519000),(226.659000,40.179000),(233.566000,35.174000),(235.104000,37.180000),(237.667000,35.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.732000,39.862000),(260.985000,43.901000),(263.013000,48.007000),(253.659000,45.031000),(255.606000,42.778000),(248.114000,40.775000),(257.284000,40.533000),(259.447000,37.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.733000,54.461000),(48.076000,68.701000),(29.486000,63.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.536000,30.306000),(0.636000,32.792000),(354.926000,31.747000),(347.057000,37.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.955000,14.601000),(201.979000,13.967000),(202.171000,16.930000),(199.040000,19.829000),(202.409000,21.366000),(191.908000,17.311000),(190.121000,10.698000),(193.963000,8.644000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.755000,-31.068000),(227.431000,-28.988000),(226.844000,-28.218000),(213.852000,-29.424000),(216.343000,-34.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.362000,-31.447000),(165.661000,-29.630000),(164.100000,-30.047000),(165.895000,-31.651000),(165.961000,-33.977000),(169.601000,-33.849000),(177.947000,-37.296000),(173.237000,-29.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.528000,2.258000),(103.903000,15.089000),(93.059000,7.769000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.943000,-20.847000),(140.552000,-17.030000),(141.328000,-20.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.750000,-59.705000),(87.325000,-62.593000),(95.462000,-68.940000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.149000,8.198000),(332.589000,0.769000),(331.081000,-6.134000),(342.701000,-6.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.167000,74.847000),(74.760000,71.249000),(94.254000,75.500000),(81.114000,81.357000),(78.747000,82.075000),(53.585000,83.762000),(15.219000,79.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.507000,73.870000),(50.695000,70.953000),(53.937000,71.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.028000,-25.785000),(332.359000,-35.872000),(331.601000,-20.639000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.603000,2.898000),(3.269000,4.129000),(3.535000,10.866000),(358.051000,10.884000),(358.726000,7.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.004000,-11.427000),(24.834000,-14.098000),(20.426000,-23.950000),(32.273000,-16.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.606000,-27.775000),(147.856000,-22.069000),(135.026000,-27.436000),(144.137000,-27.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.906000,44.970000),(345.919000,35.992000),(354.809000,37.742000),(350.030000,41.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.808000,-22.131000),(317.492000,-20.627000),(319.954000,-28.165000),(325.202000,-24.041000),(334.445000,-24.416000),(330.663000,-16.220000),(326.164000,-18.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.712000,-5.648000),(202.069000,-5.556000),(204.737000,-14.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.115000,-43.305000),(202.106000,-37.598000),(190.330000,-39.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.638000,-73.560000),(327.045000,-64.105000),(312.257000,-60.375000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.763000,9.868000),(280.527000,13.418000),(283.001000,9.061000),(280.010000,7.155000),(284.372000,7.006000),(285.636000,-0.524000),(290.533000,7.069000),(290.689000,7.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.492000,1.140000),(335.621000,0.161000),(339.101000,-5.251000),(336.813000,1.761000),(339.451000,2.164000),(337.988000,6.176000),(335.480000,12.168000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.797000,-45.351000),(230.418000,-46.310000),(236.087000,-47.144000),(233.393000,-40.090000),(212.898000,-42.352000),(213.034000,-44.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.555000,0.610000),(269.355000,1.870000),(272.660000,-0.679000),(275.721000,3.469000),(274.151000,9.510000),(270.596000,5.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.068000,24.254000),(189.865000,24.854000),(192.510000,30.148000),(186.255000,25.476000),(185.495000,23.949000),(192.474000,19.392000),(196.378000,24.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.678000,-5.724000),(339.575000,-6.563000),(345.493000,-2.417000),(350.771000,-8.526000),(353.940000,0.680000),(350.328000,6.764000),(338.944000,1.457000),(337.901000,1.907000),(343.599000,-1.304000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.817000,0.355000),(183.150000,0.356000),(178.995000,1.697000),(179.071000,7.181000),(168.178000,-0.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.276000,45.529000),(136.410000,37.016000),(138.514000,32.439000),(138.921000,37.084000),(142.841000,30.204000),(137.722000,41.145000),(135.506000,44.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.861000,73.116000),(172.708000,72.041000),(190.315000,74.356000),(176.357000,81.446000),(167.655000,79.774000),(129.338000,72.002000),(131.088000,71.586000),(140.422000,72.389000),(154.021000,71.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.504000,20.639000),(110.218000,25.861000),(107.390000,29.343000),(92.010000,23.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.177000,-30.864000),(272.975000,-37.363000),(277.952000,-33.528000),(287.070000,-34.642000),(279.762000,-31.826000),(282.964000,-31.541000),(280.079000,-29.541000),(276.744000,-28.950000),(275.160000,-25.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.660000,-14.623000),(359.780000,-5.118000),(358.488000,-13.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.776000,-8.994000),(40.270000,-5.962000),(46.364000,-15.059000),(49.491000,-12.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.775000,-64.859000),(121.375000,-63.232000),(115.483000,-56.779000),(107.631000,-58.772000),(110.515000,-63.606000),(110.524000,-66.991000),(126.927000,-67.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.666000,29.640000),(26.690000,27.128000),(21.626000,29.333000),(28.524000,24.772000),(21.063000,23.425000),(34.453000,16.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.311000,2.847000),(181.036000,-2.286000),(185.675000,2.024000),(193.385000,-0.344000),(188.246000,4.600000),(190.312000,12.500000),(183.322000,12.295000),(181.293000,9.386000),(180.817000,7.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.329000,10.147000),(319.133000,19.693000),(314.385000,18.977000),(311.194000,17.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.795000,-30.002000),(39.239000,-31.612000),(38.800000,-35.534000),(39.958000,-34.891000),(49.181000,-40.671000),(48.978000,-34.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.424000,42.285000),(34.388000,42.365000),(34.149000,43.472000),(39.909000,50.596000),(30.498000,43.529000),(30.815000,41.731000),(31.698000,35.450000),(32.955000,40.170000),(43.915000,38.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.778000,-3.159000),(183.683000,-2.821000),(185.914000,5.016000),(181.204000,2.703000),(176.957000,1.052000),(180.697000,-2.817000),(180.421000,-6.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.538000,-2.894000),(43.904000,-9.331000),(49.214000,-7.172000),(51.113000,-1.748000),(45.911000,-0.722000),(50.228000,2.870000),(41.632000,7.664000),(42.807000,1.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.002000,-39.405000),(300.146000,-46.319000),(297.591000,-51.786000),(310.082000,-54.273000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.342000,-34.031000),(106.486000,-27.596000),(110.197000,-23.023000),(105.531000,-27.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.685000,-1.620000),(25.473000,5.560000),(29.933000,-1.470000),(26.474000,7.292000),(27.601000,14.157000),(26.084000,13.032000),(22.345000,11.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.654000,-2.426000),(99.726000,-10.749000),(95.901000,-10.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.105000,-46.777000),(66.393000,-53.218000),(60.868000,-46.953000),(65.220000,-41.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.189000,1.004000),(353.252000,-1.189000),(357.386000,-4.866000),(8.931000,-1.876000),(8.284000,-1.220000),(1.987000,1.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.039000,-14.345000),(82.765000,-17.099000),(84.501000,-20.391000),(84.839000,-27.230000),(85.548000,-27.320000),(90.668000,-21.105000),(93.123000,-21.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.308000,-10.680000),(135.808000,-11.424000),(141.331000,-9.476000),(140.823000,-10.091000),(143.680000,-11.750000),(147.157000,-11.059000),(139.962000,-2.712000),(138.454000,0.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.210000,7.873000),(345.704000,8.500000),(344.842000,16.370000),(338.839000,8.906000),(337.766000,7.508000),(338.568000,7.524000),(340.089000,6.433000),(349.345000,3.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.228000,14.875000),(341.803000,14.386000),(343.048000,13.379000),(346.239000,11.454000),(337.361000,21.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.054000,-25.160000),(251.496000,-31.111000),(258.347000,-24.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.353000,63.084000),(131.923000,61.525000),(153.657000,66.300000),(140.061000,68.779000),(147.156000,75.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.585000,11.501000),(109.155000,14.813000),(98.263000,10.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.642000,32.556000),(63.347000,28.243000),(79.414000,28.617000),(76.880000,36.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.666000,-55.238000),(228.838000,-56.692000),(237.713000,-49.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.452000,-18.691000),(96.266000,-12.635000),(97.544000,-11.906000),(96.435000,-2.712000),(91.610000,-9.584000),(89.604000,-13.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.163000,-51.889000),(66.618000,-52.331000),(65.515000,-47.882000),(66.851000,-43.847000),(58.753000,-41.860000),(53.681000,-42.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.786000,48.127000),(290.922000,49.072000),(293.572000,43.809000),(297.173000,42.736000),(303.775000,34.787000),(304.703000,34.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.476000,11.378000),(171.795000,5.586000),(167.973000,3.026000),(170.160000,2.875000),(167.680000,2.419000),(175.738000,2.467000),(181.641000,-3.552000),(181.822000,-1.882000),(186.422000,2.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.023000,37.137000),(204.589000,37.800000),(195.971000,41.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.225000,33.392000),(253.397000,25.093000),(255.351000,22.519000),(265.218000,23.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.999000,37.121000),(141.755000,30.662000),(140.777000,30.017000),(136.851000,31.846000),(133.573000,31.304000),(134.814000,30.456000),(141.947000,27.085000),(145.006000,26.081000),(144.920000,29.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.435000,15.558000),(215.311000,16.242000),(214.267000,15.531000),(212.770000,13.574000),(213.859000,13.717000),(217.129000,12.160000),(222.453000,8.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.866000,2.262000),(327.293000,0.350000),(324.945000,-2.388000),(328.810000,0.165000),(329.908000,-3.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.439000,-42.262000),(105.603000,-48.572000),(107.054000,-52.952000),(110.985000,-52.487000),(117.227000,-46.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.809000,-10.909000),(179.377000,-15.493000),(179.317000,-18.258000),(187.592000,-21.663000),(185.249000,-18.143000),(185.135000,-17.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.990000,20.874000),(174.547000,28.245000),(166.840000,25.177000),(167.183000,16.868000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.617000,-55.637000),(279.916000,-55.542000),(270.793000,-57.820000),(281.093000,-62.263000),(286.323000,-62.235000),(298.025000,-59.849000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.581000,-0.865000),(106.497000,-7.417000),(110.947000,-0.801000),(111.052000,1.159000),(98.753000,-3.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.765000,0.094000),(190.571000,-9.801000),(187.094000,-3.895000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.134000,18.708000),(189.998000,18.212000),(199.513000,15.481000),(204.821000,14.176000),(202.892000,15.554000),(208.672000,17.753000),(206.533000,19.865000),(206.669000,21.799000),(196.800000,23.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.107000,5.870000),(171.402000,1.497000),(173.538000,-5.824000),(175.030000,-2.214000),(176.282000,-4.723000),(174.755000,-0.292000),(175.668000,0.408000),(173.183000,5.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.584000,12.450000),(179.027000,8.249000),(179.853000,11.867000),(181.190000,12.229000),(181.728000,12.483000),(181.571000,20.067000),(175.096000,19.486000),(172.307000,12.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.172000,20.662000),(6.685000,20.016000),(8.030000,21.944000),(11.846000,23.974000),(10.951000,24.793000),(9.580000,24.757000),(15.685000,31.126000),(11.808000,29.924000),(4.786000,24.927000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.055000,56.645000),(184.793000,65.185000),(190.927000,55.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.890000,-22.436000),(163.532000,-16.137000),(162.121000,-17.598000),(153.444000,-17.797000),(158.709000,-22.455000),(153.289000,-25.758000),(159.503000,-25.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.725000,53.769000),(43.207000,49.438000),(55.360000,51.777000),(55.467000,50.755000),(56.486000,51.695000),(61.373000,52.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.194000,-48.818000),(51.024000,-49.365000),(51.602000,-48.476000),(54.750000,-44.600000),(54.829000,-43.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.103000,5.979000),(123.326000,12.190000),(109.032000,11.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.479000,-36.241000),(24.989000,-26.629000),(21.242000,-28.516000),(13.478000,-32.495000),(19.155000,-33.080000),(18.733000,-34.750000),(20.050000,-33.236000),(20.143000,-37.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.546000,-54.551000),(263.624000,-58.393000),(274.119000,-55.758000),(283.397000,-57.511000),(288.858000,-51.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.624000,-50.821000),(277.104000,-58.456000),(274.513000,-61.037000),(277.997000,-61.942000),(289.184000,-62.999000),(295.468000,-60.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.378000,27.172000),(327.688000,20.379000),(327.962000,19.374000),(344.251000,21.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.850000,2.364000),(350.307000,6.470000),(349.882000,11.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.847000,-21.338000),(345.634000,-20.478000),(345.204000,-21.408000),(341.152000,-21.872000),(344.119000,-22.351000),(342.883000,-23.430000),(342.501000,-25.068000),(347.253000,-28.764000),(350.556000,-28.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.227000,-53.130000),(221.741000,-54.870000),(217.373000,-44.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.673000,-24.473000),(23.313000,-19.740000),(18.686000,-15.562000),(13.817000,-17.085000),(12.209000,-25.611000),(21.712000,-23.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.004000,-59.501000),(355.963000,-55.088000),(352.969000,-55.552000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.510000,24.435000),(39.254000,16.755000),(38.956000,12.893000),(41.316000,13.272000),(44.054000,10.485000),(49.412000,19.868000),(48.815000,21.916000),(42.885000,25.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.308000,-30.067000),(244.322000,-25.837000),(243.999000,-23.928000),(248.260000,-21.704000),(241.784000,-20.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.306000,44.615000),(97.278000,44.146000),(104.441000,39.978000),(104.285000,42.363000),(101.736000,46.135000),(102.287000,49.148000),(100.963000,48.475000),(102.660000,50.536000),(91.249000,43.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.641000,-44.683000),(120.310000,-43.588000),(114.382000,-54.752000),(122.796000,-50.701000),(125.210000,-51.214000),(131.409000,-43.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.061000,19.594000),(193.709000,19.585000),(191.703000,25.478000),(191.328000,21.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.258000,0.936000),(158.409000,16.755000),(155.149000,13.109000),(154.571000,10.963000),(154.598000,8.824000),(153.771000,5.565000),(156.808000,6.313000),(157.015000,5.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.266000,-4.326000),(8.834000,-6.498000),(10.667000,-7.849000),(5.341000,-2.660000),(8.752000,-1.389000),(3.030000,0.497000),(2.053000,4.688000),(359.286000,-1.044000),(355.053000,-0.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.672000,-2.774000),(63.348000,-1.951000),(54.430000,1.328000),(48.498000,2.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.448000,-49.248000),(183.226000,-41.347000),(186.509000,-35.798000),(179.519000,-41.658000),(177.766000,-41.728000),(177.190000,-41.354000),(170.770000,-42.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.259000,-3.250000),(175.317000,-10.113000),(189.994000,-1.409000),(186.460000,-2.223000),(184.941000,4.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.330000,51.769000),(49.134000,58.552000),(47.655000,57.180000),(39.837000,52.862000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.717000,3.989000),(176.799000,2.198000),(171.284000,-1.824000),(178.392000,0.031000),(178.336000,-1.093000),(176.809000,-3.830000),(183.878000,-1.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.378000,39.942000),(115.522000,38.708000),(120.990000,34.075000),(120.625000,38.390000),(106.834000,44.877000),(112.754000,42.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.246000,-13.819000),(125.412000,-12.572000),(117.095000,-12.640000),(119.121000,-9.185000),(116.639000,-8.915000),(110.388000,-11.088000),(116.171000,-18.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.754000,18.026000),(339.745000,14.901000),(344.143000,10.260000),(350.624000,11.623000),(348.370000,18.301000),(348.733000,19.230000),(345.796000,20.706000),(339.622000,26.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.024000,-14.428000),(182.375000,-8.693000),(177.567000,-9.329000),(174.666000,-12.243000),(180.608000,-17.888000),(187.340000,-23.917000),(185.477000,-17.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.974000,22.234000),(298.942000,22.897000),(304.860000,28.645000),(296.939000,26.443000),(294.035000,30.389000),(293.646000,29.060000),(290.848000,30.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.860000,-15.268000),(25.233000,-11.243000),(21.362000,-14.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.555000,-50.529000),(95.849000,-53.454000),(110.132000,-48.392000),(110.942000,-47.242000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.046000,-64.697000),(155.187000,-63.861000),(167.492000,-58.181000),(160.246000,-55.023000),(147.972000,-54.722000),(148.267000,-58.896000),(141.507000,-53.166000),(145.841000,-60.785000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.986000,44.105000),(104.983000,44.192000),(111.908000,49.424000),(109.757000,49.784000),(107.175000,52.656000),(104.339000,58.263000),(106.199000,50.443000),(106.190000,49.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.704000,1.724000),(246.723000,6.652000),(251.327000,8.696000),(248.816000,9.014000),(245.172000,12.036000),(245.284000,14.015000),(244.182000,15.744000),(240.781000,8.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.056000,-30.337000),(275.448000,-32.716000),(277.234000,-33.727000),(272.934000,-30.290000),(274.082000,-22.317000),(267.359000,-19.077000),(265.323000,-21.414000),(267.707000,-28.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.126000,-2.244000),(356.146000,-1.549000),(353.949000,-1.745000),(356.422000,-6.189000),(3.866000,-5.618000),(2.468000,-0.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.754000,-17.242000),(157.691000,-16.478000),(164.220000,-25.341000),(166.293000,-17.902000),(171.329000,-17.096000),(170.885000,-16.771000),(166.017000,-15.983000),(169.035000,-14.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.143000,-5.145000),(186.138000,-8.952000),(186.510000,-5.265000),(184.909000,4.837000),(174.422000,0.823000),(179.871000,-1.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.899000,-71.238000),(225.688000,-74.169000),(254.465000,-65.413000),(233.370000,-61.396000),(228.842000,-66.028000),(215.622000,-64.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.849000,14.940000),(73.535000,9.285000),(85.161000,11.147000),(85.846000,11.590000),(77.429000,12.421000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.696000,58.381000),(322.958000,55.826000),(330.677000,56.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.035000,-19.274000),(226.642000,-4.413000),(222.093000,-5.651000),(219.452000,0.149000),(218.787000,-8.807000),(219.533000,-10.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.305000,-2.323000),(314.386000,-4.474000),(316.699000,-4.586000),(322.236000,-6.586000),(323.551000,-3.374000),(321.806000,5.274000),(316.289000,7.065000),(315.432000,0.779000),(314.844000,1.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.618000,2.102000),(350.928000,-1.934000),(359.051000,0.254000),(6.284000,-5.977000),(6.269000,-2.060000),(3.009000,0.982000),(1.318000,2.387000),(359.365000,3.722000),(356.190000,5.814000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.951000,-29.860000),(48.870000,-29.509000),(50.230000,-18.075000),(42.539000,-17.476000),(35.723000,-14.957000),(35.160000,-19.158000),(35.806000,-28.787000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.373000,-1.064000),(333.170000,0.423000),(334.054000,-1.441000),(337.436000,-6.009000),(341.741000,-5.679000),(342.449000,-7.909000),(344.083000,-3.835000),(344.726000,-3.645000),(345.987000,-2.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.702000,-4.173000),(184.427000,-0.740000),(179.832000,-8.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.140000,-37.696000),(20.262000,-41.984000),(21.223000,-40.004000),(29.215000,-39.602000),(30.844000,-36.733000),(21.175000,-31.638000),(21.204000,-27.871000),(17.428000,-35.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.260000,6.066000),(159.465000,4.982000),(175.519000,3.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.261000,23.266000),(306.883000,27.382000),(298.109000,26.079000),(293.045000,25.933000),(294.291000,25.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.697000,-3.999000),(198.497000,-5.357000),(201.542000,-9.848000),(203.591000,-8.121000),(209.488000,-6.953000),(206.812000,5.461000),(198.141000,2.576000),(200.692000,-0.099000),(202.567000,-2.148000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.918000,-8.330000),(210.625000,-13.392000),(217.813000,-8.117000),(212.898000,-3.407000),(211.792000,-1.192000),(211.145000,-2.369000),(204.999000,1.849000),(205.158000,0.012000),(210.594000,-7.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.589000,-3.630000),(351.285000,-2.348000),(349.582000,6.258000),(344.489000,1.215000),(341.628000,2.954000),(345.392000,-11.396000),(349.920000,-6.619000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.297000,3.923000),(329.605000,1.480000),(327.598000,7.355000),(323.799000,6.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.513000,38.302000),(125.458000,45.822000),(129.245000,47.351000),(128.167000,52.991000),(123.386000,50.133000),(118.397000,49.453000),(109.147000,50.098000),(107.865000,45.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.064000,-1.691000),(7.449000,3.208000),(3.942000,5.703000),(7.960000,8.657000),(6.144000,11.753000),(359.578000,10.071000),(358.979000,9.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.930000,17.264000),(93.888000,12.667000),(90.458000,10.948000),(95.616000,9.016000),(101.177000,6.583000),(96.680000,11.254000),(105.202000,12.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.544000,-45.673000),(216.042000,-44.682000),(218.777000,-44.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.420000,10.865000),(199.993000,18.681000),(201.903000,18.182000),(207.098000,19.363000),(199.307000,27.374000),(198.162000,20.793000),(192.623000,27.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.932000,-7.562000),(14.706000,-7.894000),(9.707000,-11.735000),(17.185000,-17.082000),(22.329000,-7.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.845000,-14.253000),(224.316000,-17.641000),(215.293000,-20.238000),(217.701000,-22.214000),(218.162000,-24.603000),(217.230000,-25.289000),(222.251000,-23.909000),(220.850000,-26.904000),(232.706000,-20.672000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.534000,-1.076000),(177.269000,-5.964000),(174.943000,-1.399000),(175.556000,-2.303000),(175.270000,1.116000),(172.032000,10.387000),(168.360000,3.477000),(167.863000,1.487000),(170.858000,0.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.836000,-37.944000),(291.250000,-35.246000),(285.531000,-32.651000),(285.028000,-32.702000),(281.801000,-34.673000),(288.475000,-37.887000),(290.891000,-39.443000),(294.859000,-40.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.832000,6.998000),(181.773000,5.130000),(187.009000,7.087000),(186.440000,8.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.497000,31.188000),(179.517000,30.770000),(172.171000,41.850000),(173.184000,34.538000),(166.776000,34.024000),(175.608000,32.801000),(175.846000,31.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.619000,45.467000),(1.789000,42.480000),(2.633000,42.289000),(1.874000,35.184000),(4.422000,42.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.860000,-55.454000),(355.458000,-47.493000),(345.454000,-40.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.822000,10.606000),(349.869000,3.596000),(349.752000,2.199000),(357.849000,11.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.447000,-14.984000),(193.086000,0.476000),(183.318000,-7.840000),(188.640000,-9.752000),(186.119000,-14.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.565000,-13.544000),(71.549000,-9.693000),(63.760000,-18.042000),(71.675000,-20.677000),(76.979000,-17.266000),(83.001000,-15.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.930000,4.867000),(168.281000,4.695000),(171.398000,2.912000),(172.253000,1.665000),(179.903000,0.375000),(178.520000,6.030000),(175.603000,9.085000),(176.181000,6.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.198000,19.094000),(61.850000,18.381000),(63.107000,15.934000),(63.912000,14.885000),(66.182000,20.443000),(64.881000,14.152000),(68.404000,17.072000),(74.604000,19.763000),(72.727000,27.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.645000,65.041000),(113.308000,66.971000),(95.510000,74.072000),(89.592000,73.677000),(81.786000,66.455000),(83.541000,63.145000),(102.507000,63.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.468000,59.374000),(220.596000,60.205000),(216.871000,64.986000),(214.469000,60.923000),(203.691000,55.013000),(202.255000,52.533000),(210.548000,53.383000),(204.754000,49.476000),(214.540000,52.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.106000,2.091000),(218.045000,-8.588000),(219.579000,-13.758000),(223.571000,-8.420000),(223.630000,-8.279000),(230.329000,-8.470000),(227.900000,-5.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.259000,-41.274000),(137.000000,-29.263000),(129.703000,-33.989000),(132.657000,-38.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.021000,15.183000),(144.442000,25.240000),(139.453000,19.335000),(137.587000,19.001000),(135.754000,17.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.030000,-13.351000),(224.912000,-18.081000),(224.448000,-8.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.089000,-39.198000),(59.608000,-38.784000),(66.660000,-37.835000),(69.639000,-35.157000),(66.029000,-33.567000),(62.118000,-28.899000),(58.911000,-32.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.942000,22.627000),(257.356000,24.083000),(265.974000,19.207000),(267.474000,24.245000),(265.220000,26.708000),(261.945000,29.886000),(261.799000,29.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.333000,50.101000),(215.174000,45.497000),(226.052000,43.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.767000,-2.379000),(19.412000,4.852000),(22.737000,5.730000),(19.469000,5.725000),(15.762000,11.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.396000,-7.851000),(122.890000,2.811000),(117.448000,-2.580000),(116.526000,-5.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.512000,-27.701000),(345.984000,-27.427000),(340.207000,-25.498000),(330.247000,-28.468000),(330.515000,-36.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.520000,-28.689000),(143.970000,-28.787000),(135.618000,-22.212000),(128.651000,-30.550000),(132.686000,-38.577000),(140.460000,-37.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.101000,-24.043000),(343.058000,-28.828000),(349.159000,-29.692000),(354.202000,-28.806000),(353.263000,-27.772000),(352.232000,-25.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.761000,4.224000),(212.415000,8.719000),(216.700000,5.147000),(221.498000,7.048000),(220.271000,10.470000),(211.457000,16.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.309000,-24.461000),(252.765000,-24.345000),(249.757000,-26.603000),(250.446000,-31.493000),(253.574000,-25.095000),(257.256000,-21.611000),(262.490000,-17.785000),(257.918000,-19.509000),(254.433000,-14.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.537000,-35.244000),(298.576000,-36.738000),(313.517000,-38.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.172000,-8.053000),(356.226000,-13.841000),(347.007000,-19.057000),(357.855000,-18.108000),(3.160000,-12.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.892000,-10.248000),(59.014000,-14.050000),(62.353000,-11.650000),(65.725000,-10.102000),(67.405000,-12.740000),(70.155000,-13.122000),(64.151000,-7.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.679000,-37.067000),(74.530000,-30.603000),(69.077000,-36.845000),(75.902000,-45.419000),(81.894000,-40.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.895000,-39.843000),(205.204000,-42.237000),(206.053000,-44.434000),(200.629000,-49.082000),(204.168000,-49.358000),(218.363000,-48.182000),(220.621000,-46.471000),(210.548000,-42.185000),(214.406000,-35.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.853000,31.614000),(330.434000,30.871000),(328.173000,28.762000),(336.909000,26.949000),(338.838000,32.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.046000,14.913000),(178.112000,3.130000),(179.989000,12.169000),(183.122000,17.753000),(176.043000,21.540000),(176.804000,17.500000),(175.524000,15.198000),(172.765000,17.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.209000,-1.185000),(126.988000,1.866000),(125.295000,-8.219000),(125.598000,-9.482000),(128.845000,-8.452000),(134.850000,-9.188000),(137.262000,-7.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.852000,-15.268000),(323.749000,-18.682000),(320.652000,-19.021000),(326.489000,-23.583000),(336.002000,-31.546000),(334.749000,-21.679000),(337.438000,-18.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.046000,1.854000),(152.301000,-1.093000),(151.193000,-5.367000),(163.072000,2.107000),(154.614000,1.277000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.882000,-10.301000),(139.950000,-10.429000),(137.774000,-11.584000),(136.749000,-11.560000),(136.852000,-13.716000),(147.510000,-21.885000),(149.633000,-17.121000),(144.421000,-10.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.527000,25.592000),(113.030000,32.506000),(98.453000,41.486000),(101.210000,35.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.743000,-54.782000),(233.275000,-57.572000),(237.935000,-64.450000),(237.482000,-67.355000),(239.798000,-67.317000),(246.931000,-64.765000),(250.629000,-64.078000),(258.469000,-60.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.908000,66.936000),(240.535000,64.022000),(241.486000,70.041000),(231.813000,73.692000),(213.277000,72.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.656000,-21.553000),(229.177000,-21.500000),(234.015000,-21.548000),(232.971000,-20.629000),(227.493000,-18.715000),(218.726000,-16.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.281000,75.832000),(188.604000,82.109000),(174.673000,84.080000),(146.031000,85.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.645000,35.102000),(337.637000,36.906000),(342.377000,35.957000),(342.600000,45.331000),(337.018000,40.944000),(335.906000,40.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.940000,-5.901000),(170.344000,1.132000),(168.570000,-1.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.963000,69.027000),(37.875000,76.127000),(32.673000,69.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.586000,-7.902000),(286.197000,-4.571000),(287.677000,-0.904000),(288.812000,-1.558000),(291.646000,7.803000),(285.484000,2.874000),(282.649000,6.811000),(285.064000,-0.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.564000,-35.347000),(262.846000,-33.603000),(255.484000,-27.034000),(255.019000,-24.011000),(254.899000,-30.224000),(249.592000,-27.673000),(249.891000,-33.660000),(256.691000,-41.781000),(262.211000,-40.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.449000,17.055000),(151.867000,14.536000),(158.739000,15.460000),(157.373000,21.283000),(157.507000,22.983000),(153.520000,20.780000),(144.388000,25.418000),(147.296000,20.971000),(141.240000,21.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.060000,-0.574000),(6.186000,5.069000),(4.861000,6.458000),(1.408000,2.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.082000,-11.998000),(212.911000,-20.078000),(213.504000,-19.998000),(216.308000,-18.036000),(227.274000,-20.225000),(224.794000,-15.330000),(219.758000,-11.853000),(219.963000,-10.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.940000,44.167000),(260.575000,32.396000),(269.862000,32.021000),(268.465000,47.273000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.812000,14.231000),(350.704000,16.130000),(346.889000,15.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.529000,86.578000),(216.542000,77.152000),(224.024000,77.207000),(249.013000,81.612000),(269.453000,84.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.166000,-17.126000),(139.463000,-14.182000),(134.690000,-13.835000),(135.321000,-17.381000),(138.146000,-17.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.837000,30.978000),(102.690000,34.647000),(107.083000,33.483000),(108.826000,45.844000),(100.716000,42.454000),(100.972000,41.079000),(97.791000,44.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.318000,-15.109000),(27.289000,-7.924000),(29.559000,-1.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.238000,-23.373000),(295.674000,-17.139000),(285.435000,-15.754000),(285.717000,-7.897000),(277.369000,-13.370000),(276.020000,-22.650000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.117000,45.874000),(243.375000,48.032000),(243.007000,48.101000),(249.463000,50.838000),(230.207000,52.403000),(231.972000,49.269000),(232.957000,39.099000),(236.694000,43.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.534000,16.427000),(10.632000,16.835000),(9.311000,18.050000),(4.392000,22.666000),(4.317000,22.643000),(357.501000,15.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.855000,8.847000),(337.314000,8.033000),(338.194000,4.311000),(345.424000,-6.845000),(346.566000,-4.994000),(349.120000,5.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.103000,21.901000),(325.108000,19.738000),(334.569000,13.517000),(336.400000,15.292000),(341.562000,20.970000),(336.664000,21.860000),(341.870000,26.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.726000,-12.387000),(188.348000,-19.474000),(187.475000,-12.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.656000,41.748000),(87.560000,37.419000),(89.572000,45.911000),(77.360000,45.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.943000,52.980000),(345.135000,46.626000),(349.957000,43.564000),(348.558000,48.507000),(353.394000,50.881000),(357.405000,51.499000),(357.121000,55.831000),(357.024000,56.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.583000,38.321000),(66.540000,25.134000),(76.279000,24.505000),(79.357000,33.997000),(76.306000,33.064000),(80.109000,35.255000),(72.966000,32.617000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.743000,10.244000),(216.654000,8.682000),(212.987000,14.119000),(210.055000,13.323000),(209.801000,13.339000),(216.098000,4.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.810000,1.957000),(196.083000,9.521000),(198.738000,8.956000),(198.871000,10.513000),(196.009000,12.371000),(187.132000,9.093000),(192.458000,9.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.299000,10.838000),(276.187000,13.085000),(275.679000,8.505000),(273.441000,7.791000),(273.117000,0.243000),(277.114000,0.572000),(286.876000,3.931000),(284.782000,4.705000),(279.632000,7.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.213000,-60.753000),(29.734000,-62.413000),(47.243000,-59.894000),(48.859000,-58.748000),(53.061000,-56.771000),(44.976000,-56.267000),(40.593000,-54.890000),(35.197000,-57.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.351000,-50.412000),(289.258000,-51.334000),(286.406000,-48.818000),(280.046000,-38.296000),(279.172000,-44.949000),(271.475000,-39.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.495000,8.377000),(180.731000,2.966000),(173.784000,2.145000),(173.603000,0.814000),(172.735000,-2.782000),(189.509000,-0.346000),(184.946000,2.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.739000,1.058000),(8.094000,5.059000),(357.363000,4.690000),(358.397000,1.649000),(358.191000,1.630000),(357.717000,-0.791000),(358.716000,-8.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.572000,-71.701000),(294.866000,-62.390000),(281.835000,-62.032000),(273.646000,-64.189000),(259.887000,-67.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.438000,15.888000),(291.718000,16.082000),(295.448000,10.106000),(300.194000,8.072000),(305.951000,12.035000),(304.671000,11.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.222000,26.719000),(295.100000,27.952000),(289.738000,32.759000),(290.568000,16.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.100000,7.457000),(354.049000,6.302000),(7.281000,6.911000),(5.041000,12.087000),(0.586000,18.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.011000,27.184000),(137.279000,24.016000),(137.590000,23.817000),(137.437000,13.936000),(143.689000,20.272000),(141.679000,28.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.978000,5.342000),(347.452000,9.705000),(345.997000,5.333000),(348.882000,1.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.973000,-22.605000),(203.463000,-21.845000),(204.795000,-23.104000),(209.671000,-30.775000),(210.399000,-26.379000),(211.973000,-29.481000),(212.856000,-23.673000),(215.011000,-22.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.312000,7.988000),(219.481000,13.830000),(225.949000,8.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.973000,13.305000),(168.620000,12.336000),(156.952000,20.393000),(150.663000,14.837000),(151.807000,14.564000),(153.130000,8.895000),(155.934000,11.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.203000,9.383000),(182.487000,11.279000),(187.272000,17.425000),(181.095000,17.332000),(178.657000,15.980000),(178.550000,16.753000),(180.695000,20.879000),(179.610000,7.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.617000,7.884000),(353.520000,12.115000),(348.060000,16.143000),(339.987000,1.986000),(347.962000,0.106000),(346.955000,7.911000),(352.896000,6.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.609000,-69.123000),(19.300000,-68.543000),(26.706000,-63.744000),(5.857000,-60.295000),(2.039000,-68.006000),(354.913000,-66.783000),(348.825000,-75.644000),(352.862000,-75.767000),(10.622000,-75.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.210000,-50.882000),(127.381000,-42.226000),(128.747000,-46.377000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.716000,-26.021000),(207.031000,-19.296000),(200.049000,-17.610000),(200.901000,-10.424000),(197.585000,-16.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.633000,-8.702000),(183.090000,-10.694000),(178.562000,-10.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.196000,-17.871000),(222.225000,-24.116000),(223.880000,-16.822000),(226.364000,-11.818000),(223.390000,-15.165000),(218.939000,-12.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.172000,35.299000),(121.958000,33.272000),(128.899000,32.735000),(132.002000,32.915000),(131.941000,37.674000),(129.549000,37.151000),(129.795000,43.362000),(125.056000,37.602000),(126.266000,36.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.915000,5.856000),(165.207000,-1.599000),(171.685000,-6.533000),(173.302000,4.197000),(171.051000,7.063000),(165.987000,8.923000),(169.185000,3.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.985000,-25.204000),(241.604000,-15.881000),(238.540000,-12.841000),(235.968000,-16.869000),(232.951000,-15.014000),(231.374000,-15.086000),(229.224000,-15.604000),(230.393000,-18.860000),(233.162000,-22.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.998000,-9.554000),(14.752000,-6.872000),(10.521000,-10.440000),(8.277000,-10.846000),(4.100000,-10.715000),(5.513000,-13.389000),(8.159000,-13.879000),(8.223000,-17.905000),(7.775000,-21.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.749000,50.288000),(353.433000,42.573000),(358.231000,40.476000),(357.490000,37.718000),(5.700000,47.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.854000,-12.322000),(205.071000,-12.988000),(210.991000,-12.641000),(210.907000,-12.400000),(201.971000,-4.731000),(201.343000,-6.489000),(194.543000,-4.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.019000,-24.736000),(359.393000,-26.948000),(5.150000,-24.359000),(4.816000,-22.017000),(7.423000,-25.310000),(13.469000,-16.706000),(8.295000,-14.105000),(3.813000,-13.522000),(0.584000,-17.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.557000,8.357000),(193.878000,8.795000),(199.579000,7.451000),(199.239000,12.457000),(195.040000,11.548000),(194.867000,12.497000),(192.481000,11.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.636000,-10.820000),(41.119000,-14.927000),(40.591000,-17.406000),(44.331000,-17.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.882000,-2.281000),(193.925000,-3.364000),(187.045000,2.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.073000,7.290000),(345.663000,3.452000),(356.497000,5.185000),(0.984000,6.832000),(3.798000,8.062000),(359.670000,15.221000),(351.602000,14.640000),(350.021000,11.698000),(349.301000,11.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.850000,65.057000),(143.456000,65.635000),(149.591000,69.863000),(143.253000,71.287000),(145.130000,75.644000),(120.464000,66.376000),(131.701000,60.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.311000,38.714000),(254.144000,33.372000),(260.284000,30.587000),(269.636000,34.441000),(271.941000,40.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.681000,-36.864000),(183.837000,-40.223000),(186.134000,-40.588000),(193.114000,-39.790000),(195.486000,-35.890000),(195.687000,-29.293000),(187.682000,-31.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.930000,-29.575000),(301.217000,-24.604000),(301.905000,-21.282000),(297.216000,-19.565000),(295.629000,-21.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.938000,41.239000),(39.025000,31.821000),(40.933000,24.872000),(43.046000,29.291000),(45.100000,24.936000),(47.420000,25.649000),(49.758000,29.350000),(47.030000,34.757000),(49.324000,37.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.531000,-15.696000),(4.214000,-11.096000),(355.931000,-10.746000),(356.632000,-5.253000),(352.148000,-12.674000),(354.178000,-15.226000),(354.364000,-18.138000),(355.802000,-17.755000),(356.856000,-19.487000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.926000,18.878000),(179.882000,17.371000),(179.063000,19.449000),(178.501000,19.995000),(180.179000,24.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.620000,-63.449000),(134.900000,-64.283000),(165.277000,-69.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.390000,-7.200000),(101.146000,-14.823000),(104.778000,-14.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.663000,29.300000),(155.951000,33.433000),(157.020000,33.058000),(157.995000,35.828000),(145.412000,37.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.308000,-39.931000),(98.701000,-35.020000),(91.425000,-41.307000),(95.645000,-48.671000),(95.972000,-48.640000),(105.416000,-46.557000),(111.817000,-49.464000),(106.242000,-42.392000),(110.340000,-39.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.383000,-12.142000),(118.805000,-10.653000),(119.561000,-8.045000),(119.039000,-4.375000),(107.421000,-9.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.490000,13.389000),(60.447000,11.944000),(64.242000,9.604000),(60.793000,9.775000),(62.395000,7.302000),(69.159000,7.326000),(71.690000,6.228000),(78.199000,8.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.275000,-10.643000),(222.698000,-8.745000),(217.618000,-14.165000),(225.965000,-15.887000),(226.351000,-15.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.522000,1.149000),(144.083000,-0.531000),(143.684000,-3.220000),(142.418000,-10.365000),(147.032000,-3.653000),(146.693000,-1.977000),(153.164000,-4.340000),(150.687000,1.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.646000,39.388000),(56.861000,41.226000),(53.968000,37.428000),(55.318000,33.283000),(60.239000,29.604000),(70.685000,29.556000),(66.832000,35.618000),(66.345000,37.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.945000,36.855000),(79.717000,31.640000),(74.337000,37.421000),(71.324000,45.415000),(65.934000,43.301000),(60.775000,39.684000),(62.046000,32.750000),(74.451000,29.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.083000,-22.343000),(129.099000,-22.626000),(135.518000,-25.564000),(145.271000,-20.979000),(144.387000,-21.335000),(138.330000,-22.443000),(133.004000,-21.837000),(136.913000,-23.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.916000,49.229000),(359.164000,52.779000),(353.557000,53.431000),(4.821000,44.434000),(3.685000,49.905000),(4.963000,49.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.522000,-40.697000),(164.057000,-38.813000),(166.313000,-36.596000),(172.312000,-34.593000),(169.286000,-32.768000),(169.210000,-31.731000),(166.980000,-32.793000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.851000,5.166000),(5.308000,-2.537000),(13.279000,5.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.045000,-16.886000),(358.413000,-16.508000),(357.183000,-18.880000),(4.986000,-26.300000),(5.126000,-25.827000),(5.110000,-25.192000),(5.746000,-21.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.210000,27.099000),(269.007000,27.910000),(272.381000,32.523000),(273.056000,37.476000),(262.506000,41.391000),(261.203000,31.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.190000,66.595000),(180.504000,71.129000),(153.398000,71.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.883000,-16.999000),(34.633000,-16.310000),(43.012000,-23.709000),(44.976000,-22.204000),(48.386000,-18.299000),(43.553000,-9.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.592000,-8.626000),(178.902000,-16.690000),(183.829000,-17.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.939000,2.667000),(7.616000,0.870000),(10.657000,-4.234000),(8.611000,-5.987000),(14.477000,-2.863000),(15.036000,-11.569000),(17.433000,-1.374000),(19.405000,1.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.626000,-42.196000),(181.595000,-42.987000),(185.975000,-44.161000),(189.575000,-44.124000),(186.351000,-42.902000),(196.286000,-40.844000),(186.186000,-35.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.690000,2.106000),(313.531000,-2.275000),(314.576000,-5.807000),(322.188000,4.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.651000,-11.528000),(148.216000,-7.267000),(144.260000,-19.147000),(149.212000,-14.032000),(153.508000,-13.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.209000,50.765000),(137.701000,47.115000),(136.679000,44.304000),(144.867000,50.188000),(150.696000,51.004000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.603000,-3.260000),(166.957000,1.124000),(165.198000,-2.415000),(160.773000,-7.048000),(170.457000,-12.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.939000,16.027000),(61.189000,23.388000),(56.485000,20.402000),(56.339000,18.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.399000,12.334000),(29.634000,10.862000),(41.470000,13.666000),(40.461000,15.845000),(29.575000,16.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.319000,48.922000),(309.489000,46.768000),(310.208000,45.015000),(310.054000,42.985000),(313.227000,42.371000),(318.114000,46.950000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.970000,28.466000),(93.992000,31.519000),(94.278000,32.606000),(95.512000,34.588000),(89.955000,40.664000),(83.994000,34.864000),(89.533000,36.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.830000,9.364000),(357.445000,10.276000),(354.891000,15.538000),(349.360000,16.834000),(347.266000,18.362000),(348.241000,13.679000),(345.845000,10.177000),(354.761000,3.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.692000,0.560000),(17.731000,-7.321000),(23.908000,-12.522000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.304000,11.222000),(320.341000,5.964000),(322.298000,5.207000),(324.491000,3.929000),(332.657000,2.985000),(330.785000,9.403000),(327.989000,8.612000),(331.196000,13.308000),(322.009000,16.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.923000,43.562000),(324.905000,45.315000),(324.872000,44.267000),(336.870000,36.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.952000,-46.315000),(147.437000,-46.582000),(156.635000,-48.349000),(157.590000,-40.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.101000,-38.757000),(328.110000,-34.095000),(324.514000,-37.995000),(318.760000,-38.507000),(324.932000,-42.432000),(330.323000,-46.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.379000,35.235000),(26.390000,33.438000),(26.007000,35.748000),(29.113000,35.181000),(26.164000,37.440000),(30.004000,39.768000),(27.660000,45.555000),(21.384000,42.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.661000,65.701000),(187.435000,58.736000),(192.573000,59.035000),(189.223000,55.371000),(203.257000,59.343000),(210.606000,53.992000),(202.763000,63.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.936000,-26.244000),(161.417000,-27.632000),(161.136000,-26.131000),(166.663000,-30.184000),(162.172000,-25.000000),(165.904000,-24.134000),(163.884000,-23.750000),(162.716000,-17.579000),(161.394000,-17.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.576000,-17.362000),(220.363000,-12.955000),(215.524000,-13.050000),(210.397000,-21.661000),(214.330000,-21.857000),(219.313000,-17.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.661000,-15.467000),(356.196000,-6.750000),(351.362000,-7.653000),(348.558000,-5.076000),(347.479000,-7.578000),(345.300000,-10.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.046000,0.639000),(190.247000,11.616000),(184.896000,12.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.940000,26.859000),(264.349000,23.984000),(264.736000,19.724000),(260.261000,15.752000),(266.784000,17.643000),(269.741000,10.485000),(268.270000,17.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.842000,-53.456000),(66.749000,-60.588000),(74.262000,-59.962000),(92.515000,-48.892000),(88.619000,-48.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.131000,-1.399000),(176.306000,-4.026000),(179.406000,-6.874000),(180.042000,-5.514000),(185.896000,3.210000),(184.548000,6.147000),(182.998000,8.492000),(173.834000,5.570000),(174.844000,4.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.475000,51.637000),(57.727000,49.530000),(54.964000,47.803000),(54.013000,43.872000),(59.536000,38.669000),(70.937000,42.711000),(66.428000,47.323000),(71.495000,47.696000),(57.116000,54.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.016000,-39.548000),(130.092000,-43.323000),(126.852000,-44.058000),(131.876000,-45.892000),(143.762000,-45.380000),(136.461000,-40.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.659000,3.101000),(179.352000,1.679000),(170.781000,-1.642000),(178.990000,-3.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.029000,14.116000),(29.969000,11.222000),(33.699000,14.254000),(35.914000,17.016000),(30.549000,21.198000),(19.719000,18.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.204000,7.551000),(186.672000,6.283000),(184.305000,8.264000),(170.824000,14.126000),(168.105000,8.965000),(178.178000,1.341000),(179.822000,2.819000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.381000,0.009000),(88.473000,-4.779000),(90.857000,-10.938000),(96.667000,-7.986000),(97.453000,-8.158000),(98.047000,-1.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.451000,-52.645000),(217.417000,-47.753000),(228.169000,-45.342000),(218.074000,-46.378000),(211.697000,-41.401000),(205.069000,-48.937000),(206.440000,-53.102000),(215.990000,-48.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.063000,-2.768000),(191.777000,-8.207000),(197.832000,-6.400000),(200.022000,-3.862000),(198.463000,-3.112000),(195.860000,6.208000),(195.089000,-0.194000),(195.272000,-1.758000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.903000,-3.509000),(190.030000,-13.791000),(206.084000,-8.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.788000,27.057000),(262.156000,33.931000),(262.807000,35.508000),(254.587000,21.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.040000,0.583000),(348.606000,1.911000),(343.779000,2.020000),(337.884000,2.567000),(340.446000,-0.123000),(338.625000,-3.701000),(346.515000,-6.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.264000,0.080000),(19.898000,1.773000),(22.587000,1.308000),(22.598000,3.318000),(10.518000,9.873000),(8.135000,-1.926000),(10.861000,-0.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.682000,-17.506000),(3.201000,-13.905000),(351.739000,-11.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.460000,-5.845000),(176.423000,-13.732000),(180.382000,-18.117000),(186.511000,-22.051000),(184.965000,-15.499000),(183.723000,-12.220000),(183.887000,-7.294000),(180.402000,-10.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.528000,-32.878000),(95.131000,-25.751000),(87.111000,-22.567000),(90.491000,-25.269000),(89.477000,-24.909000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.839000,40.315000),(113.188000,49.952000),(112.420000,51.558000),(113.168000,54.222000),(100.642000,49.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.366000,43.664000),(94.092000,44.236000),(91.151000,45.494000),(95.469000,41.664000),(97.272000,36.463000),(104.647000,42.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.830000,-10.228000),(176.229000,-9.769000),(179.511000,-5.434000),(179.571000,-4.529000),(183.503000,-5.863000),(183.000000,-2.107000),(177.278000,0.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.476000,-59.110000),(215.697000,-62.044000),(224.869000,-59.024000),(225.861000,-49.750000),(215.421000,-48.408000),(214.464000,-50.431000),(209.982000,-52.827000),(203.651000,-52.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.541000,11.574000),(180.784000,7.734000),(183.236000,5.269000),(188.995000,5.514000),(184.834000,10.973000),(182.035000,10.482000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.179000,56.744000),(47.035000,55.288000),(39.541000,51.146000),(43.476000,49.769000),(48.715000,52.106000),(50.733000,49.224000),(60.390000,51.286000),(61.850000,52.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.810000,9.754000),(290.707000,5.300000),(295.751000,5.094000),(293.898000,7.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.851000,17.467000),(298.472000,12.828000),(303.493000,8.865000),(303.514000,6.942000),(307.329000,2.414000),(307.933000,4.988000),(314.439000,11.920000),(306.209000,9.850000),(307.928000,11.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.008000,39.435000),(234.376000,43.243000),(230.115000,46.203000),(232.863000,48.210000),(236.995000,51.471000),(233.495000,49.707000),(215.201000,51.439000),(219.815000,48.305000),(218.501000,45.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.163000,-10.423000),(294.689000,-6.652000),(291.703000,-5.672000),(288.880000,-5.048000),(290.228000,0.753000),(283.860000,-4.192000),(285.296000,-5.540000),(286.908000,-8.526000),(287.082000,-9.109000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.535000,-6.377000),(144.273000,-3.199000),(143.401000,-6.609000),(138.884000,-9.599000),(142.137000,-20.447000),(151.155000,-19.238000),(150.978000,-16.910000),(152.812000,-12.653000),(153.350000,-6.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.432000,-23.286000),(88.218000,-27.403000),(95.532000,-30.340000),(95.533000,-26.753000),(99.238000,-26.637000),(86.245000,-23.902000),(83.403000,-22.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.178000,-3.663000),(356.557000,-13.112000),(352.371000,1.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.389000,-32.837000),(302.237000,-36.435000),(304.595000,-37.323000),(309.908000,-37.364000),(315.476000,-33.779000),(319.245000,-32.068000),(312.162000,-27.040000),(305.374000,-28.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.253000,82.853000),(225.092000,83.919000),(261.378000,79.703000),(290.313000,71.282000),(299.237000,81.041000),(309.850000,81.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.658000,18.772000),(103.702000,19.095000),(109.609000,18.077000),(111.757000,17.410000),(113.167000,18.149000),(108.767000,23.443000),(103.487000,23.167000),(100.420000,28.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.082000,29.478000),(314.504000,26.994000),(313.945000,21.047000),(319.241000,22.959000),(320.896000,20.944000),(322.581000,21.578000),(329.527000,26.552000),(323.724000,28.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.517000,-5.887000),(195.561000,-6.895000),(194.100000,-10.416000),(206.598000,-2.265000),(199.654000,-2.868000),(200.008000,-0.344000),(198.153000,2.115000),(195.862000,-4.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.958000,7.699000),(0.580000,12.872000),(354.126000,9.112000),(352.371000,8.115000),(355.844000,5.122000),(359.600000,1.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.534000,-1.546000),(172.297000,3.464000),(170.405000,-1.212000),(166.665000,-0.262000),(165.435000,-2.959000),(170.892000,-4.400000),(171.211000,-4.911000),(176.280000,-13.001000),(174.369000,-5.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.150000,26.573000),(126.684000,25.203000),(126.460000,22.930000),(128.722000,23.800000),(135.645000,21.051000),(136.493000,23.556000),(131.306000,26.466000),(135.061000,31.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.781000,48.525000),(353.826000,50.845000),(348.884000,49.456000),(352.005000,51.950000),(348.876000,52.890000),(338.231000,52.591000),(334.239000,46.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.881000,2.843000),(231.168000,6.228000),(223.372000,13.246000),(216.506000,12.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.890000,-5.340000),(192.617000,-6.087000),(191.021000,-2.056000),(187.838000,-14.897000),(190.811000,-11.488000),(192.922000,-14.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.281000,66.786000),(271.111000,62.946000),(286.572000,57.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.402000,31.002000),(291.250000,27.581000),(299.400000,30.795000),(300.836000,23.764000),(302.025000,30.360000),(307.698000,27.303000),(311.019000,32.923000),(303.942000,34.234000),(298.118000,35.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.457000,1.567000),(7.238000,5.210000),(3.186000,6.120000),(6.700000,-2.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.473000,18.035000),(334.139000,17.790000),(332.921000,16.432000),(334.209000,9.235000),(342.748000,8.571000),(345.939000,11.799000),(341.588000,20.124000),(341.785000,24.223000),(337.391000,17.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.950000,-3.725000),(162.652000,-9.508000),(167.283000,-9.787000),(177.767000,1.173000),(168.090000,6.168000),(166.760000,6.238000),(166.966000,-0.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.770000,28.244000),(350.288000,32.904000),(346.514000,34.049000),(341.842000,24.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.182000,3.971000),(351.547000,-1.100000),(1.538000,2.290000),(357.744000,3.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.480000,-7.768000),(170.304000,-12.166000),(173.235000,-0.620000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.726000,-20.204000),(220.257000,-21.888000),(219.214000,-29.207000),(213.156000,-34.100000),(216.428000,-32.724000),(220.717000,-37.285000),(227.091000,-31.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.608000,17.986000),(98.114000,23.626000),(94.535000,20.100000),(92.887000,18.280000),(90.257000,18.289000),(89.399000,16.326000),(88.117000,13.959000),(91.588000,16.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.139000,12.457000),(354.055000,15.733000),(349.951000,12.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.320000,12.911000),(25.992000,13.932000),(21.597000,20.176000),(21.083000,18.833000),(20.513000,15.917000),(17.145000,15.597000),(20.314000,12.825000),(21.651000,11.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.477000,-40.682000),(42.779000,-45.396000),(39.431000,-42.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.386000,6.920000),(2.049000,1.085000),(0.076000,-0.635000),(354.727000,-1.941000),(355.322000,-4.703000),(10.379000,3.833000),(3.433000,0.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.503000,-21.493000),(118.620000,-24.415000),(114.520000,-23.600000),(110.564000,-31.217000),(118.000000,-29.718000),(122.067000,-33.810000),(127.484000,-28.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.221000,41.480000),(195.395000,38.207000),(198.450000,36.290000),(197.610000,45.211000),(192.591000,42.650000),(189.506000,45.497000),(185.239000,47.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.380000,6.252000),(243.800000,6.966000),(243.060000,11.368000),(241.476000,8.710000),(239.934000,8.445000),(241.980000,5.181000),(248.481000,3.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.704000,41.958000),(353.494000,41.100000),(353.318000,45.061000),(358.716000,42.984000),(351.997000,57.255000),(351.154000,50.387000),(342.807000,52.214000),(348.232000,48.629000),(347.819000,47.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.078000,12.664000),(248.939000,13.490000),(247.469000,7.247000),(258.364000,8.286000),(252.767000,15.302000),(260.150000,19.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.731000,-1.125000),(343.710000,-5.869000),(340.147000,-10.461000),(342.155000,-13.723000),(349.177000,-15.217000),(351.088000,-9.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.700000,-46.900000),(268.716000,-50.747000),(270.373000,-57.987000),(269.959000,-58.450000),(276.482000,-58.182000),(284.602000,-59.144000),(282.940000,-57.277000),(278.372000,-55.792000),(274.033000,-52.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.304000,-52.067000),(246.875000,-50.788000),(248.489000,-53.246000),(253.879000,-55.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.231000,-42.932000),(28.933000,-43.108000),(22.663000,-34.898000),(17.762000,-35.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.103000,-18.914000),(12.113000,-19.148000),(8.908000,-19.850000),(14.487000,-24.994000),(17.271000,-20.649000),(18.462000,-17.997000),(22.583000,-11.682000),(16.500000,-15.154000),(15.831000,-9.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.651000,48.858000),(231.857000,41.455000),(226.139000,42.743000),(229.637000,31.530000),(232.386000,34.321000),(236.495000,33.394000),(238.509000,37.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.612000,15.364000),(13.216000,18.184000),(10.201000,14.455000),(12.761000,10.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.702000,-6.763000),(359.423000,-5.709000),(3.242000,-8.761000),(1.109000,-3.011000),(9.275000,-3.586000),(1.178000,3.328000),(357.157000,8.356000),(356.694000,5.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.435000,0.092000),(188.708000,-4.675000),(183.711000,1.645000),(178.558000,7.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.211000,-21.962000),(303.768000,-24.902000),(303.546000,-28.298000),(305.433000,-24.916000),(307.580000,-26.147000),(309.341000,-25.502000),(308.138000,-20.783000),(299.513000,-19.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.154000,8.667000),(348.890000,-0.857000),(0.274000,-0.722000),(0.496000,7.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.350000,-55.856000),(190.963000,-39.496000),(186.174000,-48.842000),(180.950000,-49.423000),(177.078000,-51.081000),(181.946000,-54.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.151000,-20.595000),(60.697000,-19.616000),(65.629000,-17.805000),(52.139000,-14.257000),(52.320000,-22.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.855000,-30.670000),(72.673000,-24.667000),(71.262000,-28.608000),(71.312000,-36.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.227000,2.807000),(143.780000,5.976000),(138.639000,10.987000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.100000,1.930000),(358.455000,-2.057000),(1.119000,-2.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.800000,-61.664000),(80.915000,-52.614000),(78.159000,-52.832000),(66.434000,-54.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.633000,36.386000),(99.484000,41.079000),(95.369000,39.268000),(94.597000,29.047000),(103.425000,31.245000),(100.246000,34.731000),(107.964000,33.991000),(101.224000,36.208000),(98.011000,36.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.876000,9.042000),(188.725000,5.866000),(183.096000,15.739000),(181.243000,11.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.060000,-8.192000),(4.455000,-4.519000),(358.616000,-1.831000),(359.490000,-11.584000),(2.430000,-10.914000),(359.470000,-15.113000),(2.404000,-13.562000),(8.835000,-10.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.379000,16.372000),(159.928000,12.240000),(155.051000,10.161000),(163.737000,8.631000),(162.094000,4.972000),(159.643000,1.319000),(172.150000,5.323000),(174.114000,7.629000),(170.408000,15.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.876000,32.428000),(338.800000,35.442000),(345.154000,37.280000),(338.371000,41.611000),(333.751000,48.218000),(324.978000,45.075000),(331.416000,40.009000),(329.893000,36.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.782000,10.767000),(271.868000,8.031000),(265.385000,8.244000),(263.718000,3.480000),(280.455000,0.379000),(278.898000,2.846000),(277.183000,5.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.443000,20.472000),(125.069000,24.201000),(125.726000,22.175000),(125.409000,16.311000),(127.825000,8.680000),(132.769000,9.543000),(133.730000,12.284000),(135.936000,12.075000),(139.965000,12.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.184000,0.164000),(179.633000,4.197000),(179.630000,5.449000),(185.551000,5.371000),(183.708000,7.122000),(180.835000,6.740000),(179.233000,11.247000),(168.744000,8.432000),(171.509000,4.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.321000,14.077000),(199.628000,12.515000),(199.309000,7.590000),(207.191000,12.863000),(212.867000,9.094000),(208.113000,19.837000),(205.525000,22.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.699000,38.600000),(343.565000,31.853000),(350.862000,34.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.720000,-27.907000),(323.901000,-28.183000),(330.686000,-31.674000),(332.277000,-32.437000),(338.310000,-31.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.608000,-1.615000),(152.927000,-5.365000),(153.989000,-8.740000),(155.852000,-4.077000),(163.960000,1.763000),(162.906000,4.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.745000,21.169000),(164.608000,26.599000),(165.013000,28.980000),(163.138000,32.451000),(160.859000,31.664000),(161.448000,34.072000),(153.055000,37.660000),(155.711000,30.567000),(151.658000,26.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.063000,-54.489000),(337.720000,-61.530000),(346.693000,-63.467000),(345.595000,-62.559000),(341.994000,-60.105000),(348.816000,-60.541000),(356.311000,-60.046000),(346.089000,-53.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.077000,21.371000),(189.938000,23.794000),(182.417000,29.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.508000,36.293000),(256.909000,36.202000),(267.877000,34.320000),(268.519000,33.378000),(268.586000,34.463000),(276.944000,34.534000),(272.439000,39.764000),(269.897000,39.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.923000,43.049000),(320.186000,43.966000),(314.509000,39.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.232000,5.854000),(199.884000,7.241000),(204.580000,13.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.635000,-79.201000),(270.325000,-77.711000),(268.390000,-75.905000),(295.509000,-76.041000),(280.033000,-75.719000),(241.007000,-67.437000),(252.645000,-75.923000),(235.547000,-78.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.011000,18.222000),(165.110000,24.774000),(161.418000,24.520000),(154.370000,25.187000),(161.052000,24.378000),(164.478000,19.352000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.618000,-39.644000),(69.349000,-44.707000),(56.488000,-38.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.809000,-16.391000),(13.903000,-14.407000),(9.300000,-7.531000),(7.093000,-12.476000),(5.041000,-18.745000),(4.889000,-21.792000),(13.346000,-24.672000),(17.335000,-20.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.521000,23.925000),(19.852000,23.974000),(21.398000,27.094000),(16.632000,34.832000),(9.579000,26.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.069000,-35.674000),(20.494000,-34.696000),(27.220000,-37.916000),(25.739000,-36.079000),(17.204000,-25.476000),(14.717000,-27.506000),(19.417000,-31.638000),(16.203000,-30.281000),(18.803000,-32.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.051000,-13.453000),(2.962000,-9.200000),(357.231000,-1.835000),(352.706000,-2.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.818000,-1.227000),(158.015000,-3.036000),(161.045000,-5.453000),(169.221000,0.397000),(161.708000,0.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.127000,-55.782000),(59.219000,-55.128000),(56.661000,-54.749000),(52.008000,-58.215000),(48.878000,-56.311000),(51.647000,-65.146000),(60.436000,-67.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.825000,43.331000),(177.096000,39.872000),(170.304000,40.411000),(170.258000,37.721000),(188.970000,39.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.263000,13.611000),(13.043000,14.121000),(12.186000,17.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.876000,-7.150000),(340.743000,-12.854000),(346.631000,-12.456000),(348.421000,-8.531000),(351.178000,-8.586000),(349.542000,-0.865000),(346.869000,-1.109000),(347.672000,-5.642000),(345.142000,-2.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.522000,-10.724000),(150.533000,-14.057000),(168.181000,-11.055000),(164.783000,-8.354000),(159.627000,-12.251000),(161.429000,-8.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.996000,-20.631000),(223.322000,-17.425000),(220.874000,-17.027000),(217.198000,-19.687000),(228.080000,-30.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.563000,-22.469000),(34.141000,-20.682000),(32.061000,-20.840000),(29.879000,-24.099000),(24.054000,-28.184000),(18.599000,-30.124000),(27.735000,-29.769000),(32.029000,-33.612000),(38.130000,-29.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.897000,-0.169000),(182.277000,-6.134000),(188.556000,-1.806000),(186.066000,-0.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.051000,44.480000),(308.755000,52.046000),(299.403000,48.435000),(302.455000,41.063000),(310.406000,37.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.546000,14.345000),(180.633000,21.741000),(179.033000,18.362000),(175.058000,15.058000),(179.007000,13.245000),(176.388000,12.715000),(176.608000,10.939000),(182.706000,5.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.690000,-25.507000),(338.567000,-23.353000),(337.703000,-21.916000),(339.758000,-20.028000),(341.456000,-15.530000),(336.689000,-14.935000),(333.043000,-21.013000),(329.721000,-27.576000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.100000,-57.402000),(43.472000,-59.546000),(44.601000,-54.075000),(33.236000,-61.779000),(34.494000,-65.005000),(32.288000,-66.510000),(57.012000,-61.083000),(48.237000,-59.657000),(50.282000,-58.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.393000,-37.614000),(347.324000,-37.586000),(350.284000,-45.408000),(3.152000,-41.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.890000,-14.986000),(181.497000,-18.429000),(181.925000,-16.703000),(182.860000,-26.453000),(182.477000,-25.450000),(183.889000,-23.089000),(183.570000,-22.190000),(180.828000,-21.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.467000,-38.700000),(172.068000,-35.209000),(164.090000,-37.950000),(168.542000,-38.968000),(167.418000,-47.276000),(170.858000,-47.207000),(176.024000,-46.238000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.872000,24.659000),(338.571000,27.524000),(340.625000,29.836000),(341.925000,30.211000),(342.665000,36.897000),(331.612000,37.262000),(330.359000,36.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.203000,58.395000),(0.843000,57.482000),(357.834000,60.873000),(353.326000,66.980000),(344.688000,65.836000),(349.486000,59.385000),(341.950000,52.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.961000,5.836000),(2.129000,6.385000),(5.632000,12.739000),(354.143000,16.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.664000,-34.617000),(27.293000,-28.418000),(22.511000,-20.759000),(20.156000,-18.255000),(19.303000,-24.661000),(14.658000,-21.497000),(14.274000,-34.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.676000,-61.753000),(21.923000,-61.166000),(30.038000,-64.492000),(21.783000,-59.049000),(19.550000,-53.407000),(7.424000,-60.039000),(0.041000,-62.244000),(5.394000,-66.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.782000,-21.062000),(64.328000,-16.009000),(67.519000,-14.452000),(62.377000,-6.784000),(59.434000,-12.241000),(57.540000,-15.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.399000,-20.327000),(350.728000,-14.868000),(350.224000,-13.667000),(354.729000,-14.550000),(346.581000,-7.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.801000,-25.163000),(191.135000,-27.234000),(193.000000,-21.716000),(191.308000,-21.439000),(193.510000,-17.508000),(187.812000,-18.596000),(187.839000,-15.604000),(184.091000,-18.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.915000,24.110000),(48.215000,35.112000),(38.439000,26.224000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.055000,-6.310000),(181.631000,-1.575000),(181.228000,-0.335000),(182.248000,3.254000),(179.127000,-6.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.597000,-1.785000),(11.942000,-8.153000),(15.533000,-4.491000),(17.239000,-3.328000),(16.582000,-1.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.804000,64.257000),(152.181000,56.390000),(161.691000,54.318000),(174.156000,62.548000),(172.827000,65.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.800000,9.122000),(94.723000,7.815000),(92.468000,11.924000),(92.816000,12.667000),(93.068000,15.175000),(85.934000,20.089000),(84.504000,13.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.171000,-29.735000),(208.904000,-29.852000),(203.884000,-34.780000),(211.077000,-32.114000),(209.095000,-36.323000),(209.971000,-37.330000),(213.051000,-33.526000),(213.497000,-27.630000),(210.880000,-26.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.186000,-71.657000),(19.107000,-71.257000),(22.403000,-69.863000),(43.084000,-70.859000),(31.829000,-68.748000),(33.803000,-66.788000),(38.798000,-63.134000),(4.939000,-65.762000),(352.360000,-69.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.178000,-35.288000),(137.270000,-33.707000),(140.460000,-41.121000),(141.849000,-40.859000),(145.420000,-42.675000),(159.473000,-42.438000),(154.063000,-39.851000),(152.573000,-36.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.926000,-26.182000),(134.160000,-31.920000),(141.308000,-25.955000),(141.881000,-26.740000),(142.915000,-33.862000),(147.034000,-29.735000),(145.796000,-26.841000),(137.668000,-19.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.342000,4.164000),(355.915000,5.794000),(355.096000,8.301000),(1.694000,8.875000),(347.602000,13.933000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.667000,16.281000),(246.255000,16.850000),(246.104000,20.561000),(245.109000,18.009000),(241.896000,22.275000),(244.077000,17.751000),(242.801000,19.883000),(244.212000,10.369000),(249.113000,8.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.778000,-45.983000),(356.439000,-57.952000),(10.519000,-49.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.680000,8.090000),(188.288000,9.290000),(188.529000,9.520000),(192.205000,9.498000),(182.567000,16.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.272000,6.632000),(353.665000,15.901000),(352.918000,15.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.140000,-32.331000),(205.640000,-24.115000),(208.117000,-19.592000),(204.112000,-18.131000),(198.715000,-15.527000),(197.145000,-24.714000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.774000,37.982000),(128.468000,45.901000),(133.119000,47.961000),(128.863000,47.177000),(134.700000,51.901000),(114.626000,51.371000),(112.722000,48.021000),(126.999000,43.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.063000,-3.202000),(186.593000,-7.570000),(182.481000,-4.795000),(186.980000,-12.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.934000,-4.878000),(185.826000,6.227000),(176.457000,2.761000),(179.814000,0.256000),(175.800000,-5.953000),(181.388000,-2.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.304000,39.463000),(108.929000,47.726000),(105.209000,38.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.598000,-3.985000),(357.422000,-10.979000),(358.756000,-16.763000),(0.973000,-9.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.587000,-24.516000),(246.270000,-16.805000),(241.400000,-12.711000),(240.070000,-14.759000),(236.209000,-14.553000),(233.078000,-18.667000),(233.499000,-19.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.601000,-39.416000),(254.930000,-31.460000),(252.238000,-32.788000),(243.209000,-39.100000),(261.198000,-44.003000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.610000,7.981000),(2.202000,7.391000),(7.763000,6.180000),(7.715000,7.218000),(3.038000,15.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.197000,21.280000),(175.492000,24.484000),(175.248000,25.917000),(166.345000,24.290000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.471000,61.244000),(89.172000,57.862000),(80.119000,65.175000),(64.897000,66.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.231000,-68.225000),(267.246000,-71.892000),(278.577000,-65.450000),(294.222000,-61.608000),(280.774000,-62.630000),(270.172000,-64.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.351000,4.576000),(185.798000,-3.307000),(192.160000,-5.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.763000,-9.701000),(27.855000,-6.523000),(22.322000,-6.941000),(16.491000,-6.541000),(10.759000,-9.884000),(16.397000,-13.987000),(19.596000,-10.528000),(20.610000,-11.566000),(21.128000,-12.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.312000,-6.450000),(352.112000,-12.236000),(350.909000,-4.717000),(351.022000,-3.528000),(349.298000,-2.109000),(341.472000,3.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.965000,13.827000),(52.943000,10.912000),(58.571000,11.915000),(63.247000,17.686000),(62.355000,20.077000),(60.274000,18.759000),(55.225000,20.561000),(55.992000,14.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.763000,-0.420000),(94.630000,12.330000),(93.289000,5.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.396000,2.517000),(200.596000,-2.451000),(201.114000,-9.345000),(207.090000,-2.716000),(212.068000,-6.471000),(206.659000,4.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.701000,6.807000),(202.444000,9.611000),(202.263000,5.527000),(200.892000,4.541000),(204.138000,3.177000),(213.340000,-0.036000),(210.725000,4.438000),(211.032000,7.682000),(209.802000,7.297000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.578000,73.572000),(297.408000,74.571000),(316.072000,77.626000),(336.777000,77.074000),(298.538000,78.451000),(297.128000,80.698000),(260.518000,82.242000),(263.431000,75.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.053000,-25.228000),(190.835000,-28.135000),(194.553000,-31.384000),(200.160000,-19.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.068000,29.343000),(66.410000,27.814000),(69.964000,24.076000),(74.465000,28.538000),(77.853000,24.227000),(75.133000,29.938000),(80.238000,27.262000),(76.473000,32.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.680000,33.071000),(34.886000,26.288000),(40.289000,26.722000),(40.968000,27.063000),(43.886000,24.371000),(47.766000,28.742000),(43.029000,38.234000),(39.103000,39.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.944000,13.599000),(293.131000,8.462000),(293.524000,8.114000),(298.818000,5.212000),(300.698000,1.864000),(300.993000,6.124000),(302.515000,16.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.441000,13.472000),(170.850000,10.949000),(179.120000,7.583000),(178.365000,3.218000),(179.349000,7.242000),(181.126000,7.187000),(181.841000,7.047000),(185.997000,2.994000),(186.718000,16.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.604000,-44.678000),(42.889000,-38.689000),(40.824000,-29.498000),(40.998000,-28.819000),(37.711000,-33.093000),(36.555000,-36.106000),(34.520000,-36.848000),(32.130000,-36.704000),(38.717000,-40.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.476000,3.667000),(258.761000,-10.274000),(263.865000,-3.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.574000,-9.825000),(4.319000,-7.581000),(13.640000,-5.466000),(6.523000,-0.032000),(4.779000,-4.126000),(3.363000,-5.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.928000,-14.645000),(261.408000,-18.186000),(266.907000,-11.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.697000,-1.556000),(35.563000,-1.766000),(35.325000,-8.102000),(39.995000,-7.632000),(49.773000,-6.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.363000,37.989000),(90.391000,37.238000),(91.220000,49.767000),(85.385000,48.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.098000,4.204000),(17.977000,7.181000),(14.347000,-1.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.524000,42.523000),(78.457000,40.092000),(73.785000,41.860000),(72.802000,38.810000),(79.724000,33.141000),(81.830000,33.908000),(81.138000,46.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.959000,34.687000),(246.626000,34.176000),(258.686000,31.338000),(257.440000,32.599000),(266.759000,33.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.592000,4.630000),(196.366000,7.310000),(192.755000,6.386000),(194.826000,1.267000),(190.705000,-2.861000),(197.382000,-0.318000),(197.381000,0.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.954000,-22.453000),(153.030000,-23.303000),(163.572000,-20.269000),(166.460000,-17.770000),(162.723000,-11.834000),(161.524000,-11.942000),(156.134000,-18.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.462000,33.949000),(351.622000,32.689000),(345.216000,32.417000),(352.520000,22.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.802000,6.906000),(13.135000,7.339000),(11.953000,6.701000),(10.100000,5.692000),(12.323000,9.757000),(10.783000,8.095000),(8.142000,8.074000),(7.262000,3.628000),(6.960000,-1.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.802000,4.104000),(10.927000,8.113000),(0.340000,12.002000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.920000,38.182000),(351.397000,36.373000),(342.486000,37.336000),(351.033000,32.726000),(358.606000,32.048000),(359.311000,33.782000),(359.669000,39.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.542000,72.440000),(290.145000,76.566000),(296.310000,68.293000),(311.836000,64.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.006000,-48.600000),(190.855000,-45.742000),(201.279000,-54.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.799000,-1.517000),(179.108000,3.405000),(175.728000,4.997000),(177.428000,2.571000),(176.574000,-0.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.159000,-21.702000),(109.582000,-25.842000),(111.523000,-22.044000),(111.361000,-19.036000),(110.915000,-13.300000),(110.498000,-18.145000),(109.282000,-14.917000),(108.459000,-20.258000),(105.546000,-22.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.787000,52.101000),(2.798000,50.238000),(0.223000,50.291000),(14.367000,57.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.217000,-25.303000),(301.969000,-22.323000),(296.683000,-19.298000),(298.657000,-29.485000),(304.970000,-27.624000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.454000,-47.894000),(154.114000,-51.767000),(157.367000,-55.481000),(160.483000,-55.079000),(157.707000,-50.229000),(158.111000,-48.048000),(161.932000,-47.745000),(159.726000,-43.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.055000,6.441000),(215.789000,6.731000),(214.502000,9.025000),(217.681000,8.862000),(216.586000,16.609000),(208.224000,18.453000),(206.863000,9.200000),(205.527000,2.855000),(209.764000,5.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.077000,-20.856000),(255.651000,-18.229000),(258.559000,-13.106000),(257.179000,-8.433000),(248.671000,-10.321000),(245.892000,-11.344000),(242.636000,-13.875000),(249.860000,-20.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.393000,0.499000),(165.617000,2.007000),(165.135000,-2.209000),(162.807000,-6.364000),(167.568000,-7.522000),(174.398000,-4.459000),(175.575000,-4.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.585000,10.406000),(168.786000,7.068000),(164.607000,3.724000),(167.715000,3.400000),(167.763000,-1.459000),(171.269000,-2.930000),(169.542000,3.648000),(173.335000,4.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.299000,28.079000),(49.357000,20.584000),(59.338000,22.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.083000,38.155000),(358.376000,41.334000),(351.797000,42.457000),(345.433000,40.088000),(351.523000,35.435000),(353.134000,35.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.075000,-22.171000),(165.779000,-17.122000),(163.602000,-17.915000),(163.578000,-17.182000),(157.774000,-15.486000),(154.517000,-20.875000),(162.208000,-22.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.882000,-17.270000),(163.934000,-21.945000),(165.756000,-22.897000),(169.958000,-27.513000),(171.850000,-19.067000),(175.885000,-19.221000),(172.814000,-18.162000),(175.874000,-13.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.084000,6.486000),(203.217000,7.462000),(206.950000,10.722000),(200.355000,10.779000),(199.353000,10.881000),(198.142000,14.506000),(197.690000,14.935000),(190.882000,12.245000),(188.634000,11.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.914000,42.862000),(181.836000,45.654000),(179.441000,50.861000),(164.529000,57.561000),(170.973000,54.667000),(166.660000,54.261000),(169.889000,50.710000),(168.573000,48.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.268000,1.919000),(166.647000,4.300000),(166.105000,6.918000),(157.940000,5.550000),(163.998000,0.364000),(163.430000,-8.538000),(167.025000,-1.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.078000,-48.216000),(156.827000,-51.365000),(161.076000,-43.705000),(140.777000,-43.087000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.385000,-48.483000),(216.106000,-45.655000),(217.917000,-44.660000),(222.591000,-41.381000),(219.403000,-32.483000),(217.055000,-37.137000),(213.848000,-39.065000),(207.091000,-37.912000),(211.362000,-41.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.570000,37.385000),(221.536000,38.563000),(217.869000,28.425000),(227.937000,31.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.459000,20.450000),(80.212000,26.265000),(81.480000,20.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.538000,46.052000),(75.190000,32.800000),(85.969000,40.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.441000,46.581000),(83.266000,52.566000),(94.877000,52.959000),(86.630000,55.442000),(88.902000,56.486000),(77.274000,56.782000),(78.977000,54.126000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.385000,-5.070000),(33.488000,-8.885000),(32.922000,-12.188000),(32.648000,-18.184000),(40.025000,-17.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.255000,-39.977000),(279.803000,-39.277000),(282.889000,-36.414000),(276.121000,-31.322000),(267.680000,-27.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.973000,-11.927000),(150.028000,-14.203000),(145.849000,-19.634000),(148.833000,-20.392000),(152.366000,-23.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.136000,-12.767000),(101.576000,-11.599000),(99.095000,-10.017000),(92.831000,-3.607000),(87.874000,-11.244000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.634000,6.020000),(25.909000,5.940000),(28.353000,6.033000),(23.881000,1.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.607000,-59.690000),(186.675000,-52.799000),(188.493000,-50.622000),(192.080000,-44.821000),(191.446000,-41.367000),(187.592000,-43.989000),(170.534000,-51.389000),(183.075000,-50.964000),(179.685000,-56.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.348000,-27.341000),(145.786000,-35.217000),(143.934000,-34.095000),(142.039000,-30.977000),(138.615000,-32.336000),(134.634000,-34.487000),(146.562000,-41.428000),(147.261000,-36.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.803000,-21.736000),(124.201000,-22.364000),(134.680000,-26.869000),(141.919000,-25.852000),(134.133000,-17.666000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.714000,21.854000),(211.973000,15.910000),(209.928000,10.077000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.843000,11.068000),(143.812000,7.369000),(145.126000,9.472000),(141.680000,11.884000),(144.209000,12.214000),(138.486000,14.224000),(138.098000,12.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.839000,-19.224000),(326.065000,-11.624000),(321.395000,-11.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.206000,30.988000),(97.510000,31.996000),(101.751000,25.028000),(102.072000,22.154000),(103.949000,20.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.198000,18.891000),(75.937000,14.742000),(81.465000,25.660000),(65.341000,26.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.004000,-11.394000),(244.326000,-11.429000),(246.629000,-20.200000),(246.335000,-29.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.333000,-14.049000),(177.900000,-9.242000),(181.224000,-8.572000),(170.696000,-4.073000),(170.423000,-7.144000),(170.275000,-7.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.877000,63.319000),(105.900000,69.090000),(79.963000,66.241000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.958000,8.028000),(354.018000,2.966000),(359.079000,7.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.922000,8.131000),(164.292000,20.579000),(162.310000,13.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.807000,23.478000),(184.214000,30.911000),(180.804000,27.910000),(180.322000,14.420000),(189.943000,15.521000),(190.546000,20.032000),(191.833000,24.735000),(192.108000,26.496000),(191.901000,26.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.075000,15.318000),(174.349000,14.092000),(173.103000,10.604000),(178.152000,9.021000),(181.277000,10.954000),(181.957000,20.560000),(176.545000,19.206000),(165.690000,18.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.422000,66.908000),(152.047000,69.097000),(115.946000,66.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.177000,-6.056000),(167.933000,-0.989000),(166.987000,-1.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.336000,-9.241000),(181.463000,-5.533000),(181.400000,-1.913000),(178.297000,2.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.394000,6.457000),(201.409000,14.062000),(202.618000,13.760000),(202.690000,15.280000),(201.341000,20.736000),(196.806000,17.727000),(197.001000,15.131000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.828000,-3.180000),(179.425000,-9.580000),(171.353000,2.023000),(171.033000,-0.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.359000,3.267000),(177.572000,5.948000),(178.896000,-5.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.566000,-22.523000),(330.337000,-18.869000),(326.351000,-14.336000),(324.484000,-17.233000),(313.272000,-19.225000),(317.116000,-22.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.721000,-6.038000),(167.977000,-2.193000),(163.021000,1.295000),(164.235000,5.087000),(160.016000,5.216000),(158.975000,-5.461000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.876000,-21.256000),(102.627000,-21.029000),(100.464000,-19.528000),(95.561000,-20.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.309000,-3.727000),(169.200000,-3.805000),(184.046000,-7.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.640000,41.964000),(170.111000,27.783000),(171.840000,27.377000),(174.951000,32.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.747000,38.549000),(64.965000,34.148000),(66.154000,32.490000),(70.462000,36.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.344000,37.113000),(225.339000,39.476000),(231.467000,35.454000),(227.230000,36.904000),(227.618000,36.726000),(234.193000,29.143000),(235.304000,30.102000),(240.535000,30.077000),(241.022000,33.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.791000,-82.423000),(334.160000,-85.681000),(329.170000,-79.344000),(312.500000,-78.186000),(329.492000,-77.358000),(326.594000,-77.136000),(300.471000,-70.106000),(293.641000,-76.442000),(270.352000,-71.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.205000,42.560000),(88.429000,34.339000),(91.554000,38.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.666000,56.770000),(220.565000,56.172000),(222.412000,54.120000),(226.154000,57.525000),(231.338000,61.221000),(214.580000,62.210000),(208.729000,56.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.852000,43.733000),(229.541000,44.302000),(228.770000,47.358000),(218.491000,44.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.645000,0.313000),(318.626000,1.901000),(314.932000,6.034000),(314.051000,2.508000),(310.946000,5.982000),(307.782000,-0.540000),(311.983000,-9.063000),(315.209000,-2.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.525000,21.299000),(258.334000,17.527000),(259.621000,15.669000),(264.840000,9.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.555000,18.600000),(316.770000,21.461000),(313.766000,14.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.421000,42.306000),(214.889000,35.936000),(220.455000,45.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.503000,-23.935000),(222.982000,-15.151000),(222.227000,-17.297000),(220.833000,-21.668000),(218.453000,-21.098000),(219.171000,-28.914000),(223.727000,-32.736000),(228.654000,-26.335000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.655000,17.734000),(139.587000,15.002000),(141.110000,9.846000),(146.201000,7.924000),(146.803000,6.175000),(152.805000,5.332000),(146.265000,11.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.554000,25.436000),(236.636000,20.178000),(236.334000,21.953000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.686000,37.911000),(132.938000,36.997000),(127.491000,39.785000),(122.030000,40.903000),(115.701000,36.472000),(120.202000,32.573000),(124.170000,37.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.116000,36.534000),(34.586000,34.608000),(32.448000,46.174000),(15.367000,36.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.126000,-56.650000),(172.040000,-60.954000),(168.666000,-62.081000),(179.448000,-63.791000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.057000,17.743000),(156.430000,14.198000),(158.345000,12.605000),(154.044000,9.833000),(168.390000,3.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.739000,-59.265000),(82.349000,-58.074000),(82.562000,-58.259000),(73.820000,-58.728000),(84.965000,-61.043000),(107.537000,-67.523000),(100.184000,-62.899000),(95.974000,-61.854000),(99.546000,-61.750000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.692000,-0.648000),(201.701000,-6.450000),(200.850000,-0.365000),(200.544000,-0.477000),(199.026000,-0.898000),(200.801000,0.944000),(198.830000,0.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.472000,1.863000),(1.452000,4.379000),(3.222000,0.699000),(357.825000,2.263000),(3.164000,-6.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.715000,46.078000),(22.894000,38.350000),(31.015000,34.130000),(23.554000,39.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.643000,22.897000),(51.137000,17.843000),(53.163000,17.614000),(63.181000,20.151000),(58.781000,20.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.307000,-16.641000),(130.293000,-18.327000),(125.128000,-15.329000),(124.135000,-14.528000),(127.445000,-13.113000),(127.750000,-12.040000),(127.854000,-9.041000),(128.532000,-6.583000),(120.631000,-6.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.369000,9.899000),(93.459000,10.477000),(93.197000,12.476000),(93.695000,14.744000),(95.294000,15.675000),(88.007000,15.253000),(80.454000,18.270000),(80.986000,16.415000),(83.321000,8.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.479000,-10.617000),(335.603000,-12.098000),(336.031000,-5.298000),(332.191000,-8.511000),(332.573000,-9.578000),(330.297000,-17.407000),(333.325000,-18.919000),(339.128000,-23.884000),(337.521000,-17.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.107000,8.616000),(27.858000,3.658000),(20.756000,7.137000),(20.109000,3.965000),(24.587000,2.088000),(29.918000,-2.942000),(31.085000,-6.499000),(33.274000,-0.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.305000,-7.973000),(7.706000,-11.239000),(7.189000,-10.310000),(10.234000,-9.134000),(359.611000,-2.475000),(356.418000,-5.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.182000,5.247000),(351.118000,3.561000),(353.762000,3.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.620000,45.892000),(159.143000,45.187000),(169.817000,52.545000),(159.841000,53.162000),(153.557000,55.492000),(148.773000,57.714000),(148.094000,48.814000),(149.319000,45.877000),(149.088000,43.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.149000,-37.097000),(225.584000,-22.230000),(221.199000,-25.090000),(222.556000,-30.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.109000,-26.314000),(115.241000,-16.326000),(113.348000,-16.700000),(110.857000,-10.093000),(110.038000,-17.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.465000,-10.580000),(291.247000,-15.381000),(281.306000,-19.256000),(283.450000,-21.745000),(284.370000,-22.188000),(290.259000,-17.319000),(292.321000,-17.696000),(299.204000,-12.750000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.287000,0.714000),(352.991000,3.271000),(353.642000,2.573000),(354.917000,-1.044000),(353.455000,-6.613000),(359.335000,-1.644000),(0.918000,0.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.970000,-47.525000),(166.881000,-50.796000),(170.206000,-56.509000),(174.840000,-50.915000),(174.796000,-49.886000),(175.473000,-47.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.553000,14.702000),(180.175000,12.436000),(185.160000,9.794000),(186.090000,5.532000),(190.214000,17.965000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.912000,43.225000),(319.861000,32.360000),(327.771000,37.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.863000,-3.816000),(204.605000,-15.173000),(206.637000,-16.449000),(213.786000,-19.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.835000,-44.563000),(208.722000,-47.131000),(209.365000,-51.104000),(221.478000,-46.438000),(215.917000,-40.618000),(218.864000,-35.744000),(213.249000,-38.739000),(208.783000,-37.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.849000,-13.966000),(68.070000,-13.866000),(65.510000,-11.209000),(64.347000,-17.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.500000,-36.219000),(180.891000,-33.258000),(180.302000,-31.559000),(180.020000,-29.141000),(177.729000,-26.125000),(170.253000,-21.933000),(174.852000,-27.961000),(168.499000,-28.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.628000,38.699000),(70.665000,41.969000),(70.171000,42.599000),(63.313000,47.991000),(62.860000,46.633000),(64.387000,44.534000),(63.041000,44.671000),(60.959000,39.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.787000,-53.901000),(151.590000,-58.869000),(162.621000,-56.811000),(155.336000,-52.763000),(160.380000,-49.076000),(151.314000,-44.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.080000,8.417000),(352.740000,4.868000),(359.216000,7.670000),(356.127000,8.081000),(350.136000,9.619000),(346.007000,11.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.069000,-5.441000),(91.512000,-6.100000),(93.130000,-8.144000),(93.517000,-8.160000),(95.089000,-10.062000),(96.567000,-6.489000),(98.714000,-0.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.138000,24.385000),(351.644000,28.791000),(348.782000,28.313000),(346.429000,28.321000),(344.904000,27.632000),(338.835000,31.826000),(343.579000,26.719000),(343.264000,26.626000),(341.586000,25.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.394000,18.430000),(263.257000,24.091000),(263.966000,18.562000),(263.267000,16.418000),(265.519000,19.061000),(266.517000,19.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.823000,0.946000),(212.414000,8.707000),(200.338000,10.744000),(200.991000,2.698000),(198.530000,-2.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.118000,33.121000),(287.531000,34.228000),(296.042000,23.383000),(300.086000,25.330000),(305.171000,23.017000),(303.334000,27.081000),(299.623000,30.393000),(304.035000,33.541000),(303.419000,33.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.613000,47.797000),(212.141000,43.510000),(215.379000,38.509000),(224.610000,49.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.977000,43.657000),(256.630000,41.579000),(266.308000,41.129000),(261.094000,45.653000),(250.583000,51.212000),(248.533000,51.086000),(251.079000,48.087000),(250.240000,39.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.793000,-17.558000),(301.235000,-14.181000),(300.361000,-9.519000),(297.572000,-12.936000),(290.314000,-9.135000),(287.979000,-13.189000),(288.486000,-16.440000),(292.188000,-18.318000),(297.606000,-19.948000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.386000,2.425000),(166.829000,-1.756000),(165.481000,7.388000),(162.751000,8.846000),(159.139000,5.787000),(156.338000,4.388000),(158.217000,3.022000),(158.615000,-2.217000),(160.280000,2.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.734000,-62.329000),(318.442000,-50.860000),(310.002000,-62.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.145000,-10.792000),(314.704000,-4.900000),(315.805000,-13.660000),(317.576000,-14.209000),(320.280000,-14.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.402000,9.631000),(31.826000,15.574000),(30.149000,26.168000),(25.710000,21.168000),(26.611000,13.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.591000,10.416000),(142.432000,12.796000),(137.365000,9.996000),(136.750000,8.006000),(134.012000,9.993000),(135.589000,5.321000),(136.407000,5.340000),(135.034000,-0.411000),(137.446000,5.027000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.244000,19.415000),(166.929000,19.439000),(175.101000,14.166000),(178.746000,15.813000),(185.807000,19.986000),(182.975000,21.266000),(178.683000,18.808000),(179.352000,21.083000),(178.732000,20.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.021000,6.893000),(173.465000,11.059000),(170.247000,9.311000),(175.821000,0.320000),(178.558000,2.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.727000,-28.432000),(20.219000,-28.469000),(17.009000,-32.054000),(26.177000,-29.127000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.091000,18.791000),(170.264000,21.204000),(171.992000,16.846000),(180.212000,24.381000),(175.247000,25.504000),(175.619000,26.461000),(180.361000,28.509000),(169.591000,26.843000),(166.560000,24.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.378000,10.777000),(56.022000,8.119000),(54.453000,4.150000),(52.379000,-1.312000),(54.859000,-1.874000),(57.292000,-2.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.379000,27.337000),(346.636000,22.468000),(347.680000,17.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.416000,1.539000),(179.711000,-4.797000),(183.940000,2.877000),(187.729000,5.210000),(187.267000,5.923000),(181.207000,11.907000),(178.540000,6.052000),(179.362000,2.910000),(176.223000,2.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.898000,18.373000),(5.276000,18.823000),(4.473000,11.331000),(3.248000,10.741000),(11.630000,10.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.295000,10.266000),(37.630000,13.035000),(42.546000,10.917000),(33.622000,25.911000),(31.693000,22.798000),(27.013000,17.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.104000,-2.726000),(10.465000,-2.529000),(2.069000,-0.744000),(4.649000,-3.882000),(4.677000,-5.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.742000,5.706000),(58.199000,4.032000),(58.396000,6.524000),(54.616000,6.809000),(54.161000,3.598000),(48.067000,1.500000),(50.540000,-1.261000),(53.548000,-0.483000),(57.609000,-3.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.320000,-3.356000),(38.221000,-10.469000),(38.217000,-13.487000),(41.055000,-10.901000),(45.536000,-13.758000),(45.233000,-7.341000),(43.004000,-7.644000),(43.864000,-2.812000),(41.363000,-5.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.072000,0.407000),(252.683000,-7.442000),(253.259000,3.483000),(249.767000,6.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.555000,51.654000),(258.535000,35.336000),(275.969000,41.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.756000,-10.093000),(10.453000,-9.459000),(10.563000,-7.535000),(4.806000,5.418000),(6.435000,-4.262000),(4.637000,-11.781000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.276000,24.617000),(300.469000,14.469000),(304.152000,21.406000),(305.130000,16.084000),(314.922000,24.173000),(306.962000,24.888000),(310.712000,27.689000),(305.120000,25.236000),(302.677000,33.306000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.081000,9.634000),(188.996000,10.995000),(186.893000,14.852000),(174.379000,14.308000),(176.139000,5.018000),(175.878000,0.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.689000,27.726000),(20.109000,29.541000),(15.169000,25.590000),(17.911000,22.725000),(28.236000,33.853000),(22.536000,31.725000),(18.405000,37.633000),(17.818000,34.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.069000,17.749000),(301.389000,16.473000),(305.566000,15.769000),(309.122000,15.114000),(311.051000,14.714000),(312.158000,6.741000),(315.658000,19.133000),(310.395000,21.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.314000,-38.951000),(167.346000,-40.379000),(168.543000,-41.379000),(161.976000,-50.002000),(163.968000,-50.627000),(174.292000,-43.497000),(176.962000,-40.121000),(172.182000,-41.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.436000,21.758000),(339.324000,11.065000),(336.729000,5.104000),(341.044000,9.970000),(341.611000,10.541000),(341.874000,11.046000),(342.990000,6.350000),(349.467000,15.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.680000,-27.731000),(169.759000,-18.693000),(166.304000,-28.424000),(167.891000,-30.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.266000,-47.678000),(33.046000,-48.687000),(42.993000,-52.108000),(43.885000,-54.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.670000,-44.899000),(26.896000,-44.498000),(31.450000,-39.298000),(40.332000,-37.433000),(18.680000,-39.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.829000,6.819000),(351.199000,-1.389000),(1.357000,1.191000),(359.254000,3.498000),(356.251000,6.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.908000,-42.448000),(76.198000,-40.890000),(72.269000,-35.853000),(64.207000,-35.703000),(63.945000,-38.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.931000,-26.139000),(175.996000,-17.350000),(164.266000,-19.863000),(162.634000,-20.617000),(165.350000,-21.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.501000,57.903000),(270.384000,57.522000),(274.018000,53.420000),(275.137000,54.124000),(282.400000,59.616000),(284.642000,59.840000),(282.552000,64.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.500000,83.749000),(52.934000,82.712000),(111.242000,77.927000),(128.398000,80.121000),(150.085000,80.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.185000,-13.570000),(217.473000,-17.367000),(212.067000,-22.124000),(221.360000,-26.707000),(225.998000,-19.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.445000,23.529000),(279.649000,33.588000),(276.819000,24.737000),(287.741000,18.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.838000,-4.128000),(130.668000,-3.966000),(126.082000,-7.611000),(126.355000,-8.220000),(136.735000,-10.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.570000,-9.974000),(15.173000,-5.433000),(6.062000,-0.565000),(6.578000,-8.213000),(3.012000,-6.731000),(5.332000,-9.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.545000,-11.114000),(179.746000,-6.804000),(173.017000,-14.348000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.559000,7.011000),(136.636000,9.795000),(134.444000,8.653000),(129.424000,10.598000),(129.331000,1.796000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.671000,-17.033000),(216.234000,-15.747000),(210.037000,-4.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.805000,0.776000),(249.410000,-1.114000),(243.419000,-0.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((109.714000,-49.900000),(109.952000,-53.653000),(118.977000,-58.470000),(119.705000,-54.700000),(120.511000,-47.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.078000,57.662000),(184.594000,51.096000),(184.914000,53.910000),(190.320000,53.495000),(192.399000,54.344000),(192.763000,56.349000),(186.841000,56.850000),(189.204000,60.058000),(182.380000,62.973000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.768000,-29.354000),(345.769000,-29.272000),(353.256000,-25.285000),(342.530000,-17.581000),(340.117000,-24.373000),(338.821000,-25.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.292000,-50.580000),(19.488000,-50.649000),(21.237000,-55.139000),(36.389000,-57.213000),(49.617000,-53.297000),(38.372000,-51.216000),(38.401000,-51.007000),(37.576000,-50.461000),(42.858000,-46.439000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.702000,-46.674000),(357.053000,-40.193000),(1.421000,-36.779000),(353.850000,-38.059000),(349.416000,-38.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.319000,-13.883000),(35.490000,-14.369000),(29.623000,-14.400000),(33.777000,-22.465000),(36.181000,-22.012000),(37.351000,-18.038000),(41.328000,-24.845000),(41.136000,-22.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.832000,-75.215000),(304.973000,-67.446000),(304.309000,-73.672000),(301.179000,-73.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.522000,2.359000),(195.603000,2.232000),(201.240000,8.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.475000,43.800000),(345.510000,44.175000),(336.636000,52.255000),(332.421000,43.496000),(336.415000,43.684000),(333.062000,42.684000),(331.362000,42.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.471000,43.383000),(143.428000,42.211000),(136.574000,45.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.238000,7.722000),(18.899000,7.930000),(9.906000,13.458000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.935000,-9.476000),(77.841000,-11.653000),(75.854000,-9.412000),(81.453000,-23.145000),(88.694000,-21.976000),(89.876000,-19.591000),(89.878000,-15.223000),(82.720000,-15.030000),(84.230000,-14.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.533000,34.149000),(324.575000,36.881000),(330.449000,28.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.744000,-86.115000),(128.882000,-86.901000),(156.108000,-77.403000),(142.785000,-76.541000),(146.574000,-72.510000),(120.682000,-73.463000),(110.751000,-75.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.084000,-16.718000),(331.242000,-19.156000),(333.700000,-9.774000),(333.796000,-8.404000),(332.318000,-7.993000),(331.942000,-7.247000),(322.989000,-12.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.821000,-34.297000),(4.136000,-38.531000),(4.753000,-43.345000),(17.910000,-35.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.170000,-47.097000),(337.763000,-39.053000),(336.996000,-35.597000),(332.967000,-37.017000),(335.656000,-31.106000),(333.979000,-29.405000),(329.527000,-33.191000),(321.150000,-35.790000),(325.155000,-39.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.391000,-7.859000),(209.537000,-11.896000),(214.876000,-17.746000),(216.768000,-3.607000),(213.981000,-4.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.472000,59.361000),(265.336000,60.155000),(261.621000,60.754000),(257.416000,51.403000),(268.271000,54.567000),(274.483000,55.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.320000,16.359000),(178.346000,10.944000),(183.298000,5.560000),(185.753000,7.144000),(185.112000,10.409000),(180.126000,20.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.037000,4.607000),(147.135000,-1.021000),(151.446000,5.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.873000,-10.206000),(188.865000,-7.036000),(176.879000,-15.089000),(178.876000,-14.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.547000,22.857000),(178.947000,19.943000),(177.855000,23.820000),(181.731000,26.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.276000,71.713000),(191.783000,65.403000),(212.800000,62.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.304000,-19.919000),(230.445000,-16.014000),(224.318000,-10.873000),(220.756000,-12.642000),(220.550000,-13.155000),(219.966000,-13.887000),(215.494000,-16.105000),(217.298000,-16.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.319000,5.137000),(180.748000,1.711000),(179.557000,3.485000),(177.473000,-2.029000),(178.043000,-7.788000),(187.349000,-1.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.388000,-2.666000),(175.761000,5.008000),(178.559000,-0.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.785000,-48.317000),(250.625000,-54.011000),(265.113000,-59.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.377000,22.477000),(99.416000,25.283000),(102.676000,32.968000),(99.270000,32.851000),(99.990000,37.263000),(94.543000,31.987000),(91.825000,34.897000),(88.919000,31.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.018000,-66.110000),(95.247000,-75.003000),(114.915000,-72.664000),(97.852000,-78.613000),(122.832000,-68.265000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.599000,-55.832000),(201.991000,-51.350000),(197.649000,-55.338000),(209.066000,-61.089000),(209.587000,-62.014000),(228.210000,-61.782000),(222.367000,-60.387000),(228.180000,-60.774000),(211.282000,-54.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.031000,-68.945000),(168.714000,-72.014000),(177.698000,-74.737000),(184.512000,-74.155000),(205.311000,-69.301000),(188.541000,-68.106000),(182.124000,-70.307000),(178.791000,-66.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.883000,-7.638000),(209.172000,-10.597000),(216.144000,-7.898000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.558000,-10.830000),(177.218000,-7.980000),(174.514000,-6.739000),(166.731000,-8.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.016000,-39.236000),(197.015000,-38.436000),(196.568000,-44.782000),(205.856000,-45.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.243000,-6.316000),(189.551000,-8.382000),(194.168000,-13.743000),(196.067000,-13.113000),(201.107000,-8.862000),(194.999000,1.112000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.438000,19.507000),(327.850000,15.756000),(321.180000,11.532000),(332.123000,15.235000),(334.390000,20.488000),(327.317000,23.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.092000,-17.661000),(333.270000,-13.435000),(334.525000,-22.096000),(334.907000,-28.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.786000,5.411000),(338.616000,15.634000),(328.630000,14.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.713000,17.155000),(190.312000,17.987000),(186.933000,20.210000),(183.855000,20.926000),(183.522000,29.659000),(178.121000,20.625000),(178.297000,14.611000),(180.892000,12.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.307000,80.699000),(193.219000,77.473000),(329.798000,86.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.199000,-17.503000),(170.805000,-20.767000),(183.838000,-23.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.332000,-10.398000),(133.359000,-12.173000),(134.888000,-17.468000),(136.303000,-19.076000),(134.598000,-15.061000),(138.818000,-14.689000),(134.296000,-14.416000),(135.360000,-14.002000),(134.677000,-13.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.639000,1.335000),(0.766000,-5.862000),(2.935000,0.564000),(4.934000,1.304000),(2.282000,3.222000),(4.043000,5.016000),(5.413000,6.451000),(357.986000,2.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.453000,37.014000),(267.582000,38.229000),(260.898000,40.869000),(259.691000,40.702000),(252.025000,40.908000),(256.700000,40.312000),(254.388000,39.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.092000,-7.153000),(359.764000,-12.739000),(358.456000,-3.607000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.520000,-13.963000),(226.536000,-14.118000),(219.970000,-11.428000),(221.220000,-11.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.216000,-2.296000),(203.214000,-0.344000),(198.646000,3.789000),(202.235000,-1.161000),(201.757000,-3.441000),(202.069000,-7.550000),(204.918000,-6.770000),(210.354000,-7.089000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.888000,3.740000),(22.063000,-5.089000),(16.494000,-0.788000),(22.359000,-1.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.786000,-79.761000),(170.213000,-77.104000),(187.864000,-81.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.580000,-32.191000),(348.573000,-23.343000),(350.109000,-29.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.207000,45.303000),(227.886000,46.216000),(237.522000,55.714000),(239.773000,57.936000),(225.070000,58.554000),(224.580000,54.175000),(219.251000,52.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.554000,-1.549000),(178.545000,2.124000),(181.780000,1.655000),(176.052000,-0.605000),(176.076000,-2.412000),(177.408000,-3.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.119000,-6.810000),(355.484000,-4.347000),(3.917000,-5.090000),(4.210000,0.961000),(1.461000,2.127000),(357.054000,0.786000),(357.187000,6.218000),(355.903000,0.565000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.024000,48.156000),(291.848000,46.755000),(288.765000,45.348000),(296.503000,50.930000),(278.850000,39.605000),(280.869000,40.405000),(284.180000,40.652000),(288.183000,39.166000),(297.909000,43.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.232000,16.917000),(183.554000,11.627000),(181.532000,10.417000),(182.655000,8.445000),(182.811000,6.574000),(187.340000,4.135000),(187.180000,7.437000),(188.838000,8.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.244000,8.038000),(277.654000,5.666000),(277.613000,8.108000),(277.684000,8.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.143000,-11.811000),(187.045000,-5.076000),(182.268000,-7.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.728000,1.561000),(338.133000,-8.066000),(349.616000,-9.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.392000,-43.728000),(170.352000,-41.815000),(168.047000,-42.750000),(173.431000,-46.627000),(173.011000,-52.452000),(178.032000,-48.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.092000,-14.853000),(167.955000,-14.224000),(169.341000,-3.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.910000,2.041000),(1.914000,4.678000),(0.672000,5.318000),(352.437000,4.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.774000,-11.337000),(276.890000,-20.507000),(278.056000,-25.148000),(278.982000,-22.182000),(283.240000,-23.205000),(282.365000,-19.789000),(281.462000,-17.239000),(285.358000,-14.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.448000,13.600000),(337.954000,7.472000),(338.759000,6.016000),(335.318000,7.527000),(333.537000,7.070000),(338.467000,5.523000),(333.359000,5.724000),(336.715000,0.694000),(345.836000,0.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.440000,31.955000),(278.545000,32.415000),(276.173000,42.870000),(260.850000,35.956000),(261.357000,31.660000),(265.944000,28.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.879000,-6.623000),(188.150000,-1.942000),(190.129000,1.641000),(185.004000,2.945000),(184.780000,5.474000),(181.846000,2.806000),(176.959000,7.847000),(178.680000,3.995000),(174.301000,7.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.706000,36.966000),(46.032000,36.411000),(54.750000,31.946000),(67.147000,33.071000),(62.432000,33.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.754000,40.338000),(209.678000,42.442000),(208.855000,45.149000),(203.958000,50.281000),(202.994000,44.381000),(207.512000,37.065000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.086000,-41.082000),(6.055000,-46.783000),(15.192000,-40.901000),(18.523000,-36.827000),(7.548000,-38.927000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.120000,31.612000),(351.627000,32.150000),(342.663000,23.755000),(342.713000,25.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.845000,-42.422000),(23.416000,-43.878000),(24.943000,-51.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.443000,9.073000),(151.081000,4.168000),(149.805000,0.547000),(154.902000,-4.410000),(154.681000,2.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.120000,1.007000),(39.316000,-0.940000),(36.330000,-4.986000),(41.443000,-7.632000),(43.884000,0.071000),(48.947000,0.627000),(44.123000,6.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.878000,-2.181000),(196.744000,-3.496000),(192.416000,-1.867000),(203.332000,-5.424000),(205.778000,-2.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.193000,20.762000),(127.526000,16.683000),(129.883000,20.985000),(135.289000,19.557000),(129.071000,25.472000),(121.755000,28.360000),(120.156000,29.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.470000,3.502000),(55.094000,6.894000),(51.116000,8.283000),(50.186000,7.784000),(49.272000,13.570000),(48.231000,6.891000),(41.501000,5.781000),(42.399000,3.468000),(43.157000,1.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.438000,20.646000),(89.836000,18.086000),(92.882000,21.107000),(85.022000,21.017000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.318000,-15.895000),(183.636000,-14.415000),(185.907000,-17.793000),(188.444000,-13.202000),(181.912000,-10.705000),(176.050000,-6.141000),(181.746000,-12.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.577000,10.336000),(357.464000,1.760000),(358.895000,-1.722000),(2.113000,-1.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.287000,44.817000),(128.483000,42.914000),(127.332000,46.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.837000,36.480000),(239.152000,32.336000),(240.913000,25.115000),(242.809000,22.697000),(246.614000,32.756000),(244.351000,39.304000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.712000,-56.845000),(132.495000,-57.107000),(135.325000,-57.350000),(136.191000,-56.887000),(147.595000,-53.304000),(145.857000,-51.630000),(134.280000,-49.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.486000,-11.396000),(13.859000,-16.252000),(19.677000,-10.457000),(17.911000,-8.350000),(19.329000,-6.898000),(18.896000,-4.914000),(10.998000,-1.123000),(9.767000,-0.451000),(11.431000,-10.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.749000,-33.622000),(158.139000,-25.682000),(147.499000,-30.328000),(140.150000,-29.546000),(147.299000,-30.562000),(139.166000,-33.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.816000,25.298000),(170.982000,19.321000),(174.577000,20.358000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.161000,-17.129000),(6.967000,-14.415000),(8.950000,-7.910000),(6.435000,-8.779000),(3.084000,-13.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.581000,-7.636000),(0.325000,-12.239000),(359.596000,-14.563000),(358.872000,-15.050000),(357.162000,-17.346000),(3.370000,-18.662000),(3.869000,-20.756000),(12.128000,-20.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.892000,-42.780000),(69.580000,-43.148000),(78.031000,-47.254000),(81.582000,-46.099000),(89.979000,-46.103000),(82.780000,-44.268000),(79.614000,-43.152000),(77.518000,-37.846000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.444000,27.735000),(301.028000,23.055000),(301.790000,21.278000),(315.700000,24.905000),(304.778000,31.951000),(305.307000,28.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.404000,-4.902000),(358.330000,-3.002000),(358.517000,-2.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.768000,-58.264000),(240.056000,-52.351000),(250.364000,-47.723000),(234.968000,-46.742000),(233.791000,-46.545000),(230.042000,-48.996000),(233.896000,-50.123000),(232.314000,-50.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.320000,5.372000),(279.766000,6.717000),(279.753000,4.025000),(279.681000,1.161000),(286.636000,10.025000),(285.634000,11.241000),(282.638000,10.485000),(282.368000,11.439000),(282.063000,11.081000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.431000,53.590000),(37.248000,48.553000),(56.706000,48.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.855000,-58.996000),(279.839000,-58.053000),(267.971000,-49.628000),(265.792000,-52.173000),(260.976000,-49.879000),(260.930000,-56.740000),(257.036000,-57.652000),(262.210000,-58.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.222000,23.108000),(142.838000,7.124000),(144.217000,14.404000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.170000,-10.965000),(7.350000,-18.331000),(16.715000,-16.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.805000,44.433000),(348.850000,42.558000),(353.905000,43.957000),(356.603000,42.288000),(357.316000,49.642000),(0.656000,49.190000),(359.527000,55.351000),(0.922000,59.296000),(354.033000,57.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.856000,35.265000),(38.802000,44.367000),(38.119000,34.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.277000,-31.078000),(23.406000,-22.068000),(17.614000,-23.058000),(16.522000,-27.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.976000,-30.467000),(3.366000,-34.812000),(3.485000,-27.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.926000,0.816000),(106.254000,1.900000),(98.518000,5.197000),(93.364000,4.319000),(97.437000,1.129000),(95.671000,-5.577000),(99.833000,-5.909000),(106.323000,-3.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.838000,23.175000),(28.057000,15.802000),(25.853000,10.821000),(27.869000,11.876000),(28.592000,10.916000),(39.384000,19.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.641000,24.122000),(256.943000,20.802000),(266.873000,15.299000),(276.711000,22.099000),(274.380000,24.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.483000,-0.433000),(174.564000,4.449000),(171.929000,7.528000),(168.182000,-2.305000),(167.913000,-6.083000),(173.028000,-1.405000),(175.350000,-1.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.972000,-52.044000),(347.135000,-55.703000),(350.356000,-52.085000),(350.519000,-53.745000),(351.454000,-52.621000),(335.705000,-53.966000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.535000,-42.118000),(111.470000,-44.021000),(113.647000,-43.477000),(112.960000,-46.029000),(117.955000,-43.390000),(118.575000,-43.135000),(126.646000,-39.338000),(123.583000,-36.930000),(119.647000,-36.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.942000,82.943000),(301.500000,75.647000),(295.809000,82.318000),(326.596000,81.416000),(46.086000,85.885000),(357.695000,88.064000),(261.603000,81.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.487000,4.552000),(356.293000,-0.468000),(3.836000,-3.827000),(3.761000,-1.036000),(9.955000,-0.991000),(6.808000,1.792000),(8.831000,0.878000),(12.552000,4.679000),(7.514000,4.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.974000,-29.906000),(182.701000,-32.040000),(179.918000,-28.507000),(181.989000,-39.374000),(183.004000,-41.598000),(183.732000,-40.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.014000,-18.349000),(10.429000,-19.386000),(10.763000,-24.236000),(15.194000,-25.015000),(17.611000,-16.969000),(18.368000,-16.465000),(21.867000,-14.542000),(15.103000,-13.503000),(13.138000,-8.581000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.156000,-17.770000),(100.460000,-19.907000),(106.826000,-19.657000),(101.199000,-13.158000),(100.179000,-14.103000),(93.835000,-15.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.003000,64.496000),(202.540000,64.306000),(191.527000,64.862000),(201.491000,58.701000),(204.709000,61.252000),(209.602000,53.667000),(208.652000,60.248000),(215.879000,61.388000),(224.664000,61.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.720000,47.490000),(14.356000,47.651000),(14.448000,43.392000),(11.522000,37.027000),(23.281000,33.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.272000,-15.373000),(193.874000,-5.258000),(192.277000,-4.401000),(189.638000,-6.702000),(189.042000,-5.897000),(188.020000,-5.900000),(186.548000,-4.111000),(184.643000,-12.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.766000,17.924000),(305.975000,16.281000),(309.369000,11.997000),(313.839000,8.814000),(317.830000,3.167000),(315.728000,9.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.877000,-6.316000),(250.736000,-7.622000),(249.772000,-6.444000),(249.750000,1.640000),(247.645000,1.324000),(245.632000,3.313000),(243.711000,5.951000),(235.973000,1.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((81.380000,33.243000),(91.109000,33.565000),(90.204000,43.126000),(88.352000,42.627000),(81.329000,45.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.888000,42.580000),(145.442000,50.747000),(143.285000,52.431000),(136.957000,38.839000),(141.156000,42.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.007000,30.601000),(253.811000,28.276000),(251.239000,35.741000),(251.747000,37.169000),(244.492000,43.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.587000,-0.637000),(170.993000,0.623000),(169.653000,5.423000),(167.492000,-0.297000),(164.949000,5.908000),(163.765000,-0.182000),(159.638000,-0.907000),(163.939000,-1.542000),(169.777000,-2.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.641000,-3.201000),(357.591000,-2.228000),(1.186000,-0.842000),(1.289000,2.094000),(358.603000,2.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.547000,1.690000),(180.331000,-3.493000),(175.745000,-3.231000),(181.142000,-4.047000),(177.996000,-5.524000),(183.139000,-12.609000),(184.857000,-4.804000),(191.287000,-3.729000),(185.546000,-0.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.077000,3.085000),(253.909000,-4.574000),(255.200000,0.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.023000,-21.233000),(186.564000,-16.797000),(183.422000,-19.365000),(179.346000,-16.862000),(182.147000,-21.038000),(175.271000,-22.870000),(180.622000,-26.523000),(183.212000,-22.627000),(186.309000,-24.381000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.856000,-16.259000),(160.253000,-16.303000),(163.520000,-23.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.455000,4.805000),(19.892000,-2.447000),(26.733000,3.144000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.561000,-7.804000),(350.563000,-18.440000),(354.828000,-12.016000),(354.645000,-11.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.929000,15.818000),(226.711000,19.326000),(224.057000,23.994000),(218.872000,19.735000),(216.949000,14.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.091000,-7.463000),(24.129000,-3.087000),(24.675000,-0.277000),(20.906000,-1.419000),(20.348000,2.279000),(10.079000,2.279000),(11.038000,-4.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.095000,-63.296000),(124.349000,-61.402000),(120.440000,-61.270000),(113.530000,-62.501000),(111.837000,-63.415000),(110.623000,-63.056000),(108.170000,-65.944000),(123.496000,-71.566000),(127.811000,-69.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.996000,-2.907000),(25.661000,-5.241000),(30.241000,-6.364000),(35.245000,-8.653000),(35.664000,-1.449000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.642000,26.923000),(14.687000,27.117000),(13.557000,24.514000),(12.438000,25.083000),(10.929000,24.119000),(9.523000,20.587000),(12.816000,14.209000),(19.700000,21.156000),(23.022000,21.999000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.641000,-38.064000),(227.645000,-39.087000),(220.595000,-34.660000),(226.050000,-40.257000),(227.354000,-49.993000),(233.517000,-45.440000),(234.885000,-44.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.846000,-38.934000),(123.387000,-40.199000),(119.801000,-42.675000),(125.796000,-42.801000),(133.720000,-36.043000),(132.606000,-32.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.927000,-16.272000),(172.789000,-19.239000),(175.082000,-24.833000),(175.677000,-28.264000),(179.893000,-26.971000),(181.721000,-26.626000),(185.026000,-24.020000),(183.781000,-23.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.701000,2.094000),(356.916000,-1.336000),(357.188000,-1.260000),(4.264000,-8.371000),(2.451000,-1.963000),(1.610000,-0.885000),(4.669000,-1.751000),(2.287000,8.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.215000,-77.589000),(55.181000,-81.181000),(62.603000,-81.354000),(110.519000,-78.915000),(118.548000,-78.002000),(127.900000,-77.457000),(125.211000,-76.596000),(113.939000,-69.470000),(98.914000,-70.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.916000,21.044000),(149.240000,22.376000),(154.841000,12.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.269000,-15.391000),(23.324000,-19.961000),(20.191000,-22.310000),(18.229000,-25.070000),(22.159000,-23.249000),(27.582000,-25.849000),(32.878000,-27.734000),(29.535000,-20.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.092000,33.603000),(128.144000,31.796000),(130.298000,38.155000),(126.127000,42.783000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.244000,11.747000),(148.032000,10.395000),(150.571000,10.091000),(150.513000,11.115000),(146.444000,22.201000),(144.931000,17.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.686000,44.634000),(189.855000,43.917000),(179.486000,46.308000),(180.255000,50.230000),(172.103000,42.327000),(171.388000,38.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.731000,24.991000),(196.083000,17.926000),(200.427000,19.755000),(205.226000,15.075000),(203.365000,19.318000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.538000,-53.716000),(177.503000,-50.753000),(181.263000,-52.815000),(178.441000,-45.995000),(165.239000,-46.125000),(168.660000,-51.962000),(169.064000,-53.135000),(172.656000,-56.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.168000,27.511000),(278.396000,24.800000),(278.812000,18.746000),(274.403000,22.239000),(276.066000,18.307000),(271.932000,12.107000),(281.507000,16.821000),(285.680000,18.226000),(281.726000,19.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.093000,24.351000),(318.847000,27.156000),(319.978000,29.658000),(308.461000,31.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.671000,35.017000),(87.042000,37.024000),(78.713000,44.205000),(74.507000,37.511000),(73.428000,36.342000),(70.767000,29.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.601000,17.474000),(167.625000,20.897000),(163.593000,13.044000),(164.044000,14.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.461000,-11.101000),(347.054000,-14.842000),(350.438000,-17.498000),(344.373000,-22.456000),(352.159000,-21.527000),(352.964000,-26.995000),(0.991000,-18.566000),(356.046000,-14.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.620000,39.847000),(172.956000,41.971000),(171.231000,42.039000),(171.470000,43.722000),(172.364000,47.994000),(169.102000,47.646000),(168.256000,47.674000),(168.772000,34.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.678000,29.411000),(349.507000,30.451000),(341.731000,28.197000),(342.333000,24.701000),(345.099000,24.126000),(346.146000,23.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.601000,-8.614000),(174.353000,-10.232000),(172.266000,-13.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.246000,-4.369000),(187.699000,-11.095000),(179.711000,-6.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.524000,27.322000),(79.982000,24.479000),(84.601000,17.213000),(85.179000,18.871000),(95.950000,25.470000),(93.509000,27.920000),(93.007000,28.834000),(89.065000,29.973000),(84.916000,32.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.874000,-6.343000),(144.500000,-5.554000),(135.197000,1.122000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.244000,26.334000),(167.141000,24.539000),(173.591000,27.755000),(178.828000,30.555000),(179.264000,30.702000),(174.918000,33.822000),(172.273000,35.558000),(172.059000,39.349000),(162.440000,39.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.900000,-39.687000),(225.227000,-37.857000),(229.241000,-36.611000),(227.619000,-30.520000),(224.413000,-35.742000),(223.250000,-36.346000),(219.380000,-30.841000),(215.944000,-34.813000),(218.384000,-38.699000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.180000,-0.584000),(345.193000,-3.347000),(344.118000,-10.767000),(348.407000,-6.707000),(348.973000,-5.696000),(352.579000,-11.067000),(352.947000,-3.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.240000,5.965000),(101.017000,-3.698000),(106.588000,-5.032000),(114.008000,-5.531000),(110.614000,2.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.766000,-18.576000),(356.310000,-17.284000),(5.575000,-22.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.679000,-22.977000),(37.499000,-20.235000),(42.402000,-20.748000),(34.223000,-8.642000),(36.622000,-15.654000),(34.035000,-21.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.107000,-25.455000),(111.923000,-23.258000),(110.061000,-15.412000),(107.048000,-15.331000),(103.231000,-18.104000),(109.151000,-22.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.365000,1.023000),(262.574000,-0.686000),(260.163000,5.273000),(260.165000,-1.650000),(256.656000,-3.244000),(262.245000,-5.538000),(270.508000,-1.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.533000,-25.115000),(337.613000,-28.132000),(341.264000,-26.835000),(345.467000,-25.057000),(346.322000,-23.624000),(345.492000,-22.499000),(336.911000,-21.406000),(338.697000,-22.645000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.448000,33.652000),(355.148000,28.662000),(352.687000,25.862000),(2.052000,26.544000),(0.307000,27.489000),(0.029000,28.075000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.464000,11.899000),(14.766000,15.655000),(23.598000,17.340000),(13.253000,18.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.173000,-9.050000),(353.791000,-5.704000),(350.759000,-9.528000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.552000,69.097000),(214.325000,70.786000),(185.773000,74.063000),(181.104000,73.410000),(197.178000,64.840000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.941000,5.293000),(271.121000,9.653000),(266.643000,6.632000),(275.485000,1.140000),(276.923000,1.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.933000,-81.371000),(145.608000,-85.968000),(175.607000,-85.282000),(170.912000,-84.558000),(141.883000,-78.110000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.593000,35.254000),(250.291000,31.917000),(249.624000,32.725000),(247.140000,29.386000),(246.918000,28.518000),(247.078000,21.468000),(249.556000,23.079000),(249.740000,20.498000),(258.470000,19.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.824000,30.802000),(35.074000,24.009000),(37.382000,30.022000),(41.590000,27.335000),(42.749000,31.595000),(38.806000,34.605000),(36.126000,37.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.880000,-3.686000),(40.753000,-2.907000),(48.924000,1.620000),(46.516000,6.252000),(44.990000,4.117000),(39.061000,5.740000),(39.687000,2.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.731000,30.138000),(34.600000,20.025000),(47.792000,20.705000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.384000,-31.793000),(56.714000,-24.858000),(46.421000,-28.639000),(52.405000,-36.552000),(56.259000,-35.921000),(59.115000,-35.098000),(59.409000,-29.814000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.700000,-65.007000),(89.993000,-62.318000),(63.857000,-56.744000),(78.181000,-62.290000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.682000,-55.458000),(322.985000,-44.381000),(317.648000,-57.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.325000,-5.950000),(183.230000,-1.964000),(180.403000,-2.000000),(174.338000,4.188000),(172.899000,-3.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.679000,-38.667000),(38.632000,-41.830000),(39.622000,-36.220000),(40.497000,-34.478000),(31.677000,-39.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.587000,-49.625000),(308.137000,-48.576000),(294.913000,-39.133000),(293.529000,-37.315000),(293.480000,-43.986000),(292.017000,-44.710000),(296.504000,-46.517000),(292.002000,-53.704000),(294.263000,-51.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.865000,36.396000),(34.842000,36.774000),(30.813000,36.899000),(30.095000,39.886000),(25.505000,41.852000),(23.921000,38.333000),(26.475000,37.030000),(30.062000,33.608000),(34.449000,29.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.761000,-1.479000),(74.623000,-1.588000),(69.343000,3.787000),(69.437000,-3.082000),(63.692000,-9.915000),(72.695000,-10.933000),(76.660000,-9.335000),(73.140000,-5.102000),(77.376000,-5.826000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.456000,-6.214000),(12.302000,-10.864000),(11.170000,-18.938000),(15.130000,-9.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.015000,-23.753000),(302.185000,-27.217000),(299.270000,-28.294000),(313.313000,-30.891000),(313.022000,-25.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.287000,-59.479000),(36.521000,-50.065000),(23.910000,-51.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.451000,-15.194000),(162.192000,-15.256000),(175.170000,-11.336000),(173.260000,-11.802000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.022000,-46.214000),(161.334000,-46.752000),(151.925000,-52.735000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.934000,35.485000),(149.176000,37.564000),(155.302000,28.624000),(164.872000,29.249000),(161.096000,33.969000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.407000,-23.158000),(181.780000,-20.542000),(181.160000,-21.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.867000,46.328000),(170.542000,40.771000),(174.056000,44.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.063000,57.734000),(45.938000,58.245000),(43.274000,50.677000),(40.327000,48.552000),(47.749000,48.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.395000,28.837000),(87.487000,29.764000),(92.203000,32.927000),(89.037000,35.402000),(87.477000,36.264000),(85.711000,31.783000),(76.263000,29.448000),(76.002000,26.255000),(89.015000,26.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.488000,2.084000),(28.590000,3.507000),(18.309000,8.453000),(21.302000,4.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.902000,64.346000),(10.337000,66.434000),(355.972000,66.641000),(338.634000,71.300000),(343.984000,67.735000),(347.369000,62.961000),(336.833000,57.644000),(352.302000,61.410000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.905000,-29.231000),(184.363000,-20.332000),(180.509000,-20.830000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.523000,69.415000),(334.968000,65.799000),(351.168000,59.434000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.300000,-1.739000),(310.326000,2.654000),(307.508000,1.153000),(305.714000,0.031000),(307.094000,3.980000),(303.929000,-7.610000),(308.142000,-9.718000),(306.380000,-4.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.583000,-0.842000),(2.054000,2.950000),(357.473000,4.167000),(356.036000,4.825000),(349.636000,-0.064000),(357.643000,-6.168000),(359.292000,-3.362000),(0.641000,-7.679000),(2.829000,-2.690000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.657000,-16.420000),(3.934000,-10.839000),(1.300000,-17.499000),(1.065000,-19.274000),(1.320000,-20.795000),(6.059000,-27.322000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.238000,-4.139000),(312.783000,-7.648000),(311.061000,-11.327000),(310.869000,-12.769000),(317.387000,-10.928000),(326.115000,-8.059000),(328.258000,-6.492000),(320.022000,-3.406000),(318.335000,-1.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.675000,2.139000),(180.722000,7.219000),(178.380000,8.450000),(176.714000,-0.486000),(175.352000,-5.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.998000,-17.473000),(354.677000,-8.306000),(356.292000,-11.765000),(347.940000,-14.239000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.526000,37.641000),(230.558000,37.748000),(239.351000,47.537000),(235.414000,43.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.174000,2.290000),(346.327000,0.206000),(346.407000,5.445000),(343.107000,6.960000),(344.701000,5.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.227000,1.617000),(359.611000,-1.860000),(356.917000,-2.320000),(352.484000,-2.175000),(353.121000,-5.079000),(357.376000,-7.381000),(359.644000,-7.498000),(1.093000,-8.407000),(5.690000,-10.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.488000,37.512000),(341.905000,39.688000),(344.887000,39.225000),(349.018000,41.289000),(348.507000,43.386000),(353.318000,46.093000),(345.178000,44.444000),(345.975000,48.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.416000,7.115000),(176.897000,-2.755000),(178.490000,-4.318000),(178.665000,-3.277000),(181.234000,-2.259000),(180.365000,-1.660000),(182.919000,5.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.849000,-27.184000),(348.600000,-16.703000),(343.733000,-17.413000),(338.826000,-12.893000),(337.089000,-16.181000),(338.548000,-17.325000),(338.555000,-18.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.738000,66.729000),(110.748000,70.274000),(129.886000,78.998000),(89.787000,76.611000),(67.698000,78.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.812000,36.358000),(122.201000,33.120000),(131.560000,25.418000),(136.766000,31.388000),(131.587000,30.953000),(131.127000,31.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.980000,17.062000),(134.654000,9.470000),(134.371000,3.581000),(139.341000,8.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.071000,17.415000),(153.464000,14.394000),(155.494000,18.742000),(161.596000,17.329000),(156.917000,20.547000),(162.921000,21.372000),(158.412000,23.217000),(157.899000,25.130000),(154.604000,26.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.606000,31.195000),(25.691000,14.763000),(28.798000,31.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.954000,-74.109000),(17.118000,-69.241000),(14.620000,-70.909000),(12.072000,-68.437000),(343.363000,-73.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.405000,-0.841000),(4.926000,-6.033000),(7.180000,-1.496000),(7.747000,3.513000),(4.170000,3.903000),(359.605000,4.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.295000,19.128000),(269.447000,16.437000),(263.016000,12.995000),(264.559000,9.397000),(275.407000,7.338000),(275.399000,9.837000),(280.549000,21.717000),(276.792000,19.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.474000,-55.218000),(99.243000,-51.889000),(100.775000,-55.937000),(102.076000,-54.525000),(113.821000,-50.776000),(110.764000,-50.568000),(103.212000,-45.535000),(94.429000,-45.777000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.672000,-0.014000),(302.023000,8.467000),(299.719000,2.264000),(305.753000,-0.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.516000,-49.784000),(83.390000,-50.176000),(93.161000,-54.182000),(96.618000,-50.876000),(99.983000,-50.873000),(100.880000,-43.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.449000,6.157000),(199.319000,4.237000),(199.459000,3.723000),(204.749000,3.785000),(198.558000,10.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.881000,65.180000),(222.248000,64.638000),(207.792000,59.253000),(218.377000,60.342000),(207.734000,56.632000),(214.606000,55.353000),(235.019000,55.653000),(230.697000,65.475000),(233.047000,67.245000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.662000,-11.189000),(165.718000,-16.281000),(162.800000,-14.257000),(160.859000,-23.332000),(175.008000,-24.791000),(172.264000,-22.502000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.882000,-8.952000),(358.434000,-0.830000),(358.183000,-2.238000),(355.111000,-12.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.607000,3.232000),(185.376000,-8.234000),(179.060000,-4.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.199000,-73.470000),(285.388000,-72.732000),(274.139000,-72.159000),(265.729000,-70.082000),(279.028000,-78.623000),(281.605000,-76.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.052000,-6.381000),(184.287000,-2.602000),(174.907000,-2.416000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.381000,21.964000),(155.124000,25.397000),(151.530000,26.059000),(149.554000,28.034000),(143.682000,26.875000),(147.550000,23.091000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.008000,-18.065000),(261.205000,-12.404000),(256.519000,-1.740000),(256.076000,-6.877000),(255.899000,-10.454000),(254.166000,-9.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.784000,2.113000),(11.686000,1.577000),(10.569000,10.250000),(6.928000,9.107000),(7.065000,5.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.124000,-42.655000),(159.455000,-45.746000),(167.200000,-47.283000),(169.639000,-41.388000),(165.694000,-43.585000),(169.613000,-36.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.602000,28.374000),(143.428000,32.348000),(143.807000,40.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.415000,76.475000),(251.200000,79.360000),(248.880000,83.185000),(283.928000,85.160000),(324.380000,88.832000),(191.119000,86.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.574000,25.181000),(333.167000,31.884000),(335.298000,38.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.673000,30.919000),(102.855000,32.305000),(103.097000,31.640000),(96.704000,37.917000),(95.103000,33.970000),(93.736000,25.815000),(104.071000,25.537000),(111.455000,26.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.116000,-1.299000),(86.338000,7.177000),(88.122000,5.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.307000,-14.144000),(338.363000,-14.356000),(340.549000,-17.800000),(344.127000,-20.226000),(347.824000,-17.484000),(349.088000,-13.077000),(345.333000,-7.154000),(340.614000,-11.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.046000,24.326000),(346.499000,24.559000),(343.227000,26.893000),(350.421000,19.685000),(351.820000,22.454000),(352.582000,24.446000),(349.912000,25.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.959000,-8.415000),(332.887000,-3.904000),(324.967000,-5.660000),(320.235000,-5.771000),(320.754000,-9.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.313000,-45.246000),(241.082000,-51.597000),(232.710000,-46.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.579000,-56.950000),(67.910000,-52.168000),(71.348000,-45.673000),(63.858000,-55.196000),(69.837000,-60.406000),(70.897000,-55.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.572000,-50.969000),(115.530000,-46.756000),(116.368000,-54.667000),(130.339000,-58.921000),(127.757000,-52.544000),(128.046000,-51.978000),(129.833000,-48.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.514000,3.362000),(352.110000,3.507000),(359.563000,9.002000),(353.531000,5.656000),(352.813000,7.667000),(351.662000,5.758000),(349.966000,12.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.576000,18.924000),(146.603000,15.298000),(147.190000,17.621000),(142.271000,19.285000),(141.738000,18.853000),(142.845000,25.176000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.832000,37.476000),(310.323000,35.867000),(308.804000,27.889000),(310.332000,29.708000),(317.052000,38.319000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.929000,-78.497000),(110.411000,-69.980000),(119.192000,-70.101000),(114.547000,-64.576000),(104.573000,-61.980000),(91.052000,-63.984000),(97.534000,-67.785000),(97.714000,-69.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.997000,8.044000),(16.438000,0.819000),(19.465000,0.553000),(18.479000,6.548000),(13.637000,11.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.749000,74.878000),(139.830000,64.408000),(147.124000,65.686000),(159.926000,64.723000),(166.444000,64.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.015000,11.763000),(274.101000,13.540000),(270.299000,13.157000),(275.745000,10.031000),(282.287000,3.974000),(280.724000,9.462000),(287.561000,8.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.280000,19.373000),(284.046000,18.424000),(282.636000,26.776000),(279.529000,28.870000),(277.770000,28.581000),(271.356000,14.662000),(273.630000,16.087000),(277.018000,16.738000),(277.347000,16.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.103000,39.987000),(341.946000,46.450000),(342.432000,46.998000),(350.119000,50.000000),(339.710000,50.526000),(336.694000,51.993000),(331.697000,48.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.961000,28.447000),(334.738000,24.301000),(337.641000,32.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.227000,-4.992000),(10.488000,-2.355000),(0.089000,-8.560000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.447000,-48.929000),(291.433000,-46.192000),(282.095000,-49.745000),(281.010000,-48.897000),(281.140000,-53.632000),(289.033000,-60.960000),(293.461000,-57.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.250000,56.496000),(149.825000,52.998000),(152.477000,48.400000),(165.844000,45.391000),(165.636000,48.345000),(176.711000,48.863000),(163.425000,54.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.030000,10.413000),(179.540000,9.932000),(179.378000,10.666000),(182.185000,13.173000),(177.899000,-2.915000),(177.319000,3.655000),(176.202000,6.239000),(177.370000,6.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.026000,-25.012000),(26.767000,-24.572000),(32.377000,-32.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.367000,56.011000),(18.146000,54.360000),(25.644000,53.664000),(31.526000,49.410000),(32.717000,56.661000),(38.094000,59.089000),(26.168000,64.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.739000,59.850000),(164.701000,60.899000),(179.934000,56.947000),(189.695000,49.727000),(201.398000,55.908000),(185.895000,58.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.931000,-43.304000),(216.946000,-47.171000),(214.953000,-46.403000),(210.166000,-44.550000),(219.158000,-51.372000),(218.948000,-54.786000),(222.904000,-49.670000),(231.967000,-46.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.342000,-56.467000),(342.062000,-58.181000),(335.226000,-62.924000),(341.933000,-64.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.417000,-1.539000),(213.520000,2.358000),(215.448000,5.665000),(212.982000,5.402000),(212.382000,4.551000),(209.297000,0.553000),(211.818000,2.342000),(207.241000,-3.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.589000,-4.767000),(159.327000,2.638000),(155.458000,-0.332000),(163.147000,0.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.835000,5.051000),(356.481000,-1.502000),(5.127000,-7.908000),(6.919000,-1.139000),(7.121000,1.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.637000,2.989000),(161.325000,8.525000),(156.071000,6.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.682000,42.670000),(276.775000,41.771000),(281.119000,44.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.906000,8.319000),(300.341000,8.867000),(309.074000,8.950000),(301.512000,9.943000),(302.099000,10.793000),(303.413000,12.442000),(296.720000,12.148000),(293.890000,8.786000),(298.874000,9.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.322000,-1.560000),(174.668000,-6.462000),(180.270000,7.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.007000,2.650000),(182.732000,3.617000),(183.429000,6.486000),(178.901000,7.556000),(179.174000,10.640000),(173.989000,12.901000),(173.914000,5.902000),(171.869000,5.895000),(174.744000,4.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.760000,2.017000),(99.350000,3.777000),(96.143000,4.957000),(94.724000,2.250000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.627000,47.498000),(352.592000,40.580000),(358.328000,35.422000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.396000,-12.419000),(172.516000,-11.356000),(174.973000,-6.021000),(163.470000,-6.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.142000,18.046000),(214.431000,21.981000),(216.563000,25.339000),(212.468000,32.581000),(208.265000,28.504000),(202.534000,19.654000),(206.390000,17.743000),(207.005000,18.191000),(213.030000,18.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.926000,39.110000),(181.346000,40.607000),(177.984000,43.608000),(174.796000,35.666000),(180.512000,29.393000),(182.920000,36.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.324000,-38.231000),(1.166000,-36.211000),(351.345000,-37.842000),(348.736000,-42.985000),(358.141000,-42.688000),(0.522000,-42.407000),(357.966000,-38.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.985000,-51.135000),(7.523000,-45.332000),(13.861000,-60.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.677000,-19.247000),(18.234000,-22.704000),(18.621000,-22.259000),(21.199000,-18.890000),(4.242000,-9.618000),(2.359000,-12.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.042000,10.039000),(2.677000,11.934000),(349.566000,14.374000),(352.066000,7.557000),(1.737000,3.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.523000,7.584000),(109.958000,13.958000),(99.885000,17.417000),(101.131000,14.538000),(101.498000,8.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.500000,-54.370000),(10.029000,-53.637000),(16.153000,-53.671000),(20.327000,-56.140000),(20.460000,-55.193000),(15.469000,-44.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.550000,0.080000),(8.074000,-0.068000),(7.215000,5.094000),(11.889000,-1.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.418000,33.982000),(83.034000,38.098000),(74.523000,39.354000),(75.404000,32.121000),(75.764000,31.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.724000,-8.088000),(352.106000,-13.303000),(352.680000,-16.887000),(355.327000,-5.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.941000,-48.199000),(42.443000,-51.188000),(38.328000,-56.677000),(54.362000,-52.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.434000,18.363000),(268.110000,22.953000),(268.578000,24.895000),(272.978000,30.193000),(265.686000,27.646000),(261.901000,33.909000),(263.241000,25.381000),(260.757000,22.833000),(263.737000,23.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.150000,-40.853000),(222.037000,-42.791000),(212.322000,-43.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.833000,-45.579000),(302.233000,-44.303000),(312.344000,-42.355000),(304.065000,-40.658000),(298.179000,-37.294000),(297.256000,-37.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.898000,-72.263000),(225.138000,-67.554000),(227.744000,-62.025000),(211.244000,-63.921000),(210.551000,-68.110000),(215.814000,-69.603000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.481000,-11.243000),(146.377000,-15.731000),(154.071000,-13.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.111000,45.536000),(295.671000,53.398000),(287.762000,56.958000),(283.354000,49.107000),(283.506000,46.474000),(291.395000,40.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.986000,-5.109000),(40.588000,-4.066000),(44.391000,-9.930000),(48.704000,-7.072000),(44.884000,-1.783000),(45.699000,-1.394000),(45.530000,0.239000),(42.085000,2.200000),(38.911000,-0.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.106000,9.517000),(307.807000,6.272000),(315.354000,18.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.509000,-28.152000),(39.347000,-24.717000),(39.210000,-16.456000),(36.719000,-19.551000),(34.704000,-22.697000),(35.785000,-25.516000),(33.891000,-29.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.393000,-17.429000),(191.676000,-14.566000),(193.281000,-12.023000),(189.958000,-10.965000),(183.103000,-7.758000),(182.989000,-7.297000),(177.564000,-3.401000),(180.551000,-9.794000),(177.248000,-13.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.093000,28.648000),(344.729000,26.302000),(349.060000,27.109000),(344.720000,26.906000),(344.589000,27.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.120000,10.212000),(1.612000,9.074000),(4.438000,10.259000),(5.206000,12.236000),(10.812000,18.506000),(1.143000,17.038000),(357.904000,13.051000),(358.002000,6.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.874000,-67.021000),(146.554000,-64.541000),(140.826000,-59.997000),(135.097000,-71.736000),(133.025000,-75.068000),(148.864000,-74.401000),(150.865000,-69.270000),(153.515000,-67.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.757000,-49.997000),(252.849000,-52.615000),(245.585000,-53.904000),(250.851000,-55.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.233000,28.572000),(259.712000,33.947000),(260.008000,36.301000),(258.251000,33.493000),(246.786000,27.725000),(254.580000,27.135000),(252.738000,23.612000),(255.154000,23.921000),(256.870000,22.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.618000,6.132000),(343.074000,6.521000),(338.846000,5.530000),(341.785000,9.827000),(337.164000,11.510000),(335.796000,5.157000),(332.958000,9.714000),(329.942000,3.189000),(337.522000,0.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.736000,-19.478000),(173.658000,-12.775000),(169.327000,-10.563000),(165.580000,-10.730000),(165.067000,-12.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.893000,11.862000),(203.237000,20.178000),(198.783000,20.565000),(200.641000,18.426000),(194.096000,16.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.620000,-3.343000),(152.039000,-0.674000),(153.949000,-3.171000),(148.850000,-4.357000),(151.774000,-5.448000),(152.321000,-6.356000),(156.658000,-5.317000),(156.363000,-4.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.803000,39.859000),(178.037000,41.867000),(167.907000,49.573000),(167.295000,56.453000),(160.991000,47.342000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.692000,-51.686000),(175.335000,-55.478000),(184.194000,-52.099000),(189.766000,-49.814000),(180.731000,-46.393000),(188.260000,-44.193000),(185.513000,-40.822000),(172.624000,-41.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.582000,-57.017000),(239.390000,-55.785000),(241.320000,-59.291000),(248.961000,-60.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.692000,46.507000),(197.036000,41.156000),(191.613000,39.816000),(191.578000,37.537000),(197.783000,38.120000),(208.145000,34.914000),(206.137000,36.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.124000,14.928000),(331.822000,21.285000),(330.607000,20.078000),(328.754000,19.859000),(325.847000,21.457000),(326.013000,17.216000),(336.134000,10.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.725000,12.195000),(123.309000,5.310000),(125.322000,2.914000),(126.911000,-0.576000),(129.404000,-2.853000),(132.329000,-2.385000),(133.525000,3.729000),(138.158000,8.432000),(131.282000,9.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.918000,29.510000),(183.349000,26.774000),(189.796000,28.993000),(189.986000,28.845000),(190.012000,25.301000),(198.650000,29.232000),(198.040000,35.480000),(194.900000,33.405000),(190.679000,33.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.368000,20.475000),(48.632000,18.697000),(50.146000,13.023000),(55.069000,18.830000),(53.135000,12.385000),(58.761000,26.090000),(55.296000,22.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.141000,-5.677000),(143.873000,-10.660000),(149.689000,-11.489000),(153.793000,-4.779000),(153.605000,-3.508000),(148.469000,-6.634000),(145.053000,-6.889000),(145.897000,-9.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.963000,-8.565000),(269.051000,0.842000),(271.351000,4.067000),(269.433000,2.791000),(269.045000,5.480000),(268.500000,5.212000),(267.344000,2.440000),(263.503000,0.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.738000,-40.197000),(353.087000,-50.187000),(351.773000,-46.197000),(350.837000,-42.854000),(351.701000,-42.006000),(357.165000,-33.265000),(352.404000,-35.909000),(347.855000,-34.206000),(347.681000,-39.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.979000,84.177000),(235.058000,81.954000),(269.901000,82.654000),(277.361000,84.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.359000,-1.253000),(125.822000,6.036000),(127.697000,6.991000),(124.777000,11.801000),(121.495000,8.843000),(119.470000,6.113000),(118.738000,5.584000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.125000,-25.737000),(132.729000,-35.867000),(137.208000,-36.403000),(142.971000,-36.886000),(150.082000,-40.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.749000,-13.089000),(33.210000,-10.063000),(27.746000,-11.603000),(27.011000,-13.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.056000,-44.259000),(110.640000,-41.458000),(110.019000,-46.214000),(100.229000,-45.535000),(104.138000,-48.503000),(102.458000,-50.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.614000,61.595000),(97.076000,60.099000),(83.810000,63.917000),(71.965000,57.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.242000,-42.599000),(347.565000,-41.846000),(350.310000,-34.512000),(343.860000,-33.886000),(348.715000,-29.635000),(343.457000,-30.032000),(334.424000,-29.282000),(334.861000,-30.922000),(333.718000,-32.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.216000,-38.684000),(186.563000,-36.634000),(186.080000,-36.609000),(182.738000,-42.279000),(182.507000,-50.769000),(184.283000,-49.621000),(188.830000,-47.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.668000,-35.055000),(82.412000,-34.784000),(81.241000,-47.400000),(81.798000,-47.393000),(81.710000,-49.720000),(83.933000,-47.525000),(85.765000,-46.731000),(92.068000,-40.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.963000,-3.263000),(168.370000,-10.100000),(178.703000,-7.087000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.967000,2.212000),(355.119000,2.597000),(354.439000,1.343000),(359.964000,-4.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.373000,1.169000),(16.043000,-2.514000),(28.409000,5.984000),(27.383000,8.124000),(26.148000,9.033000),(24.131000,9.426000),(22.975000,11.249000),(20.198000,7.761000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.382000,-39.484000),(176.220000,-43.001000),(165.866000,-44.557000),(172.702000,-50.784000),(177.051000,-45.795000),(185.039000,-52.378000),(183.399000,-50.563000),(183.901000,-49.135000),(190.476000,-44.377000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.902000,-5.626000),(308.942000,-11.949000),(312.931000,-7.048000),(310.074000,-4.467000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.373000,-0.008000),(132.986000,4.379000),(125.061000,0.064000),(131.972000,-3.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.016000,49.137000),(266.632000,52.061000),(267.711000,53.592000),(270.736000,54.465000),(272.089000,55.342000),(273.715000,56.631000),(271.828000,57.655000),(261.281000,57.575000),(260.787000,52.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.320000,1.480000),(237.505000,7.474000),(235.958000,11.429000),(236.080000,4.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.659000,17.993000),(171.416000,14.312000),(169.406000,19.179000),(169.022000,23.813000),(162.603000,20.084000),(162.612000,20.918000),(156.849000,20.871000),(156.104000,17.601000),(158.971000,17.195000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.825000,-8.270000),(347.212000,-13.219000),(347.164000,-22.973000),(356.196000,-22.926000),(1.992000,-17.719000),(359.776000,-10.318000),(351.840000,-12.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.506000,-12.967000),(23.856000,-14.780000),(24.406000,-2.339000),(25.622000,-4.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.619000,-0.650000),(148.681000,-0.772000),(142.736000,11.724000),(142.739000,6.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.772000,5.282000),(8.172000,3.068000),(9.545000,8.578000),(10.543000,14.518000),(2.234000,13.849000),(4.690000,10.982000),(1.957000,10.188000),(1.640000,7.505000),(1.043000,2.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.628000,-3.240000),(355.469000,-3.541000),(359.053000,-8.053000),(358.686000,-13.184000),(357.127000,-16.941000),(359.760000,-17.765000),(0.872000,-12.193000),(2.263000,-16.855000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.887000,-26.534000),(339.385000,-26.596000),(341.352000,-30.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.415000,-29.664000),(311.531000,-43.034000),(313.375000,-44.531000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.822000,-58.531000),(43.058000,-53.399000),(39.640000,-52.936000),(39.160000,-56.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.813000,-7.518000),(56.745000,-6.553000),(51.705000,-5.272000),(47.783000,-8.181000),(45.174000,-8.991000),(52.379000,-10.914000),(52.178000,-11.461000),(50.329000,-16.152000),(53.543000,-12.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.320000,-27.364000),(173.961000,-23.620000),(173.086000,-22.478000),(168.934000,-21.653000),(164.877000,-20.599000),(164.731000,-24.614000),(166.402000,-26.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.034000,20.604000),(150.620000,22.356000),(157.987000,17.373000),(159.394000,18.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.288000,1.629000),(115.236000,0.965000),(113.098000,2.508000),(108.455000,2.601000),(111.201000,-0.966000),(108.663000,-3.299000),(107.152000,-3.994000),(114.294000,-1.904000),(115.788000,-3.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.740000,9.894000),(174.581000,7.638000),(173.344000,6.647000),(175.184000,4.953000),(175.721000,2.828000),(181.778000,-1.209000),(179.506000,4.471000),(181.112000,11.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.625000,13.646000),(181.717000,16.639000),(179.954000,15.195000),(179.240000,6.267000),(179.580000,8.579000),(181.078000,8.385000),(184.277000,11.842000),(186.383000,11.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.955000,-3.381000),(198.142000,1.612000),(203.143000,-0.464000),(198.234000,5.683000),(189.956000,6.811000),(189.098000,5.887000),(192.660000,3.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.945000,11.437000),(246.168000,6.250000),(246.846000,3.917000),(257.516000,-0.980000),(259.366000,0.781000),(258.780000,5.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.736000,-33.816000),(156.529000,-34.764000),(148.332000,-36.675000),(164.912000,-39.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.399000,-4.090000),(13.485000,-7.822000),(13.450000,-3.232000),(15.197000,-3.451000),(13.187000,5.549000),(10.143000,2.931000),(3.744000,-3.375000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.511000,57.280000),(24.203000,47.600000),(37.656000,49.828000),(43.752000,57.195000),(45.563000,59.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.281000,21.724000),(91.261000,13.763000),(105.428000,20.778000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.196000,6.371000),(8.852000,9.199000),(4.389000,18.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.606000,32.970000),(116.949000,32.586000),(113.406000,41.346000),(105.914000,37.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.855000,-7.284000),(244.982000,-11.587000),(246.748000,-9.726000),(244.861000,-1.095000),(240.493000,-4.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.269000,37.054000),(13.164000,32.894000),(15.796000,43.237000),(9.930000,42.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.470000,-9.135000),(220.336000,-6.366000),(213.233000,-2.317000),(213.546000,-4.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.761000,-14.896000),(334.924000,-9.800000),(331.254000,-2.819000),(331.208000,-3.553000),(326.880000,-3.187000),(330.226000,-6.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.217000,28.156000),(26.144000,28.851000),(23.180000,34.977000),(26.849000,38.774000),(23.612000,37.394000),(15.442000,27.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.497000,-39.798000),(51.526000,-40.979000),(47.828000,-44.010000),(63.915000,-40.893000),(61.755000,-31.293000),(57.526000,-35.722000),(58.826000,-31.959000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.842000,-63.373000),(132.959000,-66.909000),(133.651000,-58.371000),(126.118000,-58.817000),(115.316000,-58.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.452000,64.026000),(282.008000,65.220000),(278.517000,57.813000),(285.586000,54.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.297000,0.541000),(319.530000,1.522000),(321.948000,5.633000),(315.838000,-0.315000),(319.265000,-8.838000),(320.113000,-8.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.120000,45.302000),(296.247000,45.838000),(308.381000,44.902000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.776000,-41.364000),(175.323000,-41.684000),(184.704000,-47.591000),(194.142000,-49.490000),(188.061000,-46.350000),(189.866000,-44.734000),(192.252000,-39.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.284000,0.642000),(201.028000,1.002000),(206.834000,2.323000),(211.854000,7.147000),(199.697000,6.486000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.317000,11.757000),(176.231000,8.348000),(174.454000,9.832000),(176.023000,7.853000),(182.184000,1.535000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.733000,6.623000),(119.036000,9.000000),(120.139000,4.286000),(113.733000,2.808000),(113.747000,2.662000),(126.834000,-3.070000),(129.284000,2.465000),(124.694000,5.696000),(126.560000,7.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.369000,4.239000),(4.846000,4.603000),(356.530000,3.725000),(1.008000,1.643000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.302000,-14.159000),(19.841000,-18.455000),(25.929000,-23.105000),(32.276000,-18.790000),(31.817000,-18.014000),(30.647000,-12.769000),(30.092000,-8.981000),(30.460000,-7.675000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.482000,-64.644000),(63.987000,-62.686000),(50.813000,-57.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.449000,5.553000),(328.667000,3.418000),(329.768000,8.888000),(322.332000,7.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.067000,-21.772000),(194.494000,-26.347000),(188.798000,-31.797000),(201.562000,-24.747000),(198.642000,-25.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.371000,-15.251000),(268.890000,-11.306000),(265.684000,-12.033000),(266.517000,-4.622000),(260.077000,-10.409000),(264.286000,-13.004000),(263.943000,-16.031000),(264.981000,-19.701000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.160000,-40.229000),(186.257000,-38.768000),(191.476000,-33.839000),(180.703000,-39.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.328000,-15.672000),(304.883000,-11.772000),(297.495000,-9.474000),(292.390000,-6.422000),(290.797000,-9.449000),(295.668000,-19.047000),(300.436000,-18.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.334000,-26.297000),(103.495000,-31.912000),(107.555000,-29.864000),(113.130000,-29.603000),(105.178000,-19.748000),(107.750000,-26.155000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.637000,-16.892000),(188.846000,-23.020000),(188.644000,-24.326000),(197.208000,-23.056000),(205.660000,-19.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.241000,-7.493000),(171.651000,-10.302000),(179.105000,-11.940000),(188.390000,-13.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.132000,-32.333000),(36.247000,-26.382000),(32.215000,-25.209000),(28.805000,-31.120000),(27.721000,-36.830000),(29.375000,-39.002000),(30.768000,-36.168000),(34.931000,-34.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.451000,-27.176000),(229.599000,-29.353000),(234.192000,-26.197000),(229.079000,-25.504000),(232.103000,-21.087000),(231.107000,-21.986000),(229.050000,-21.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.735000,19.453000),(206.214000,17.299000),(219.248000,21.421000),(212.108000,19.625000),(212.359000,21.266000),(209.178000,22.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.688000,2.587000),(330.102000,2.697000),(327.051000,9.495000),(328.170000,10.581000),(331.138000,16.002000),(324.301000,7.668000),(324.641000,2.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.668000,-1.794000),(346.236000,1.619000),(340.018000,7.042000),(339.303000,-5.725000),(340.075000,-7.766000),(347.707000,-2.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.535000,24.078000),(133.177000,29.250000),(117.625000,33.922000),(113.939000,28.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.079000,-34.842000),(160.440000,-36.028000),(164.232000,-28.622000),(162.974000,-27.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.663000,40.825000),(34.682000,43.087000),(29.449000,46.978000),(30.003000,40.054000),(25.303000,38.996000),(31.342000,34.269000),(34.206000,32.584000),(45.861000,36.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.624000,25.213000),(31.337000,25.951000),(32.812000,28.823000),(38.849000,27.876000),(39.798000,28.900000),(32.012000,33.724000),(24.503000,26.501000),(27.197000,27.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.500000,6.030000),(342.582000,-0.018000),(341.194000,-3.143000),(347.053000,-1.140000),(351.489000,-5.058000),(348.326000,-0.193000),(350.996000,-0.675000),(346.009000,2.654000),(345.225000,3.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.762000,15.045000),(185.542000,13.531000),(182.688000,18.254000),(183.266000,19.513000),(172.910000,23.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.302000,7.067000),(52.661000,7.314000),(44.625000,12.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.040000,14.856000),(175.440000,15.001000),(183.712000,11.222000),(187.272000,12.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.874000,18.514000),(120.818000,14.488000),(120.850000,11.983000),(130.139000,16.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.929000,9.455000),(295.493000,1.795000),(297.669000,9.400000),(299.598000,12.291000),(294.977000,14.537000),(291.777000,14.072000),(286.568000,11.620000),(287.420000,11.196000),(286.679000,11.257000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.511000,26.874000),(174.624000,14.217000),(177.607000,16.835000),(178.300000,16.497000),(180.260000,18.745000),(178.975000,11.313000),(182.482000,21.315000),(187.670000,22.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.380000,13.039000),(347.291000,12.363000),(352.765000,2.036000),(359.180000,6.141000),(3.524000,4.715000),(356.441000,14.899000),(356.001000,12.818000),(355.409000,13.027000),(354.835000,13.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.204000,9.397000),(178.647000,8.112000),(174.629000,6.448000),(172.059000,5.061000),(175.181000,3.071000),(178.265000,-5.154000),(184.896000,-1.627000),(184.661000,5.968000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.672000,41.464000),(170.277000,33.853000),(173.888000,36.097000),(172.868000,43.098000),(162.730000,50.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.062000,20.110000),(25.215000,17.159000),(25.769000,21.475000),(29.542000,15.832000),(27.926000,25.118000),(27.236000,25.250000),(23.284000,27.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.675000,-11.073000),(266.543000,-15.185000),(265.435000,-15.046000),(263.948000,-15.827000),(271.260000,-24.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.665000,44.737000),(266.061000,40.247000),(271.918000,47.742000),(274.349000,48.983000),(269.534000,50.230000),(259.986000,55.048000),(255.719000,50.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.379000,20.261000),(201.814000,21.798000),(211.449000,23.382000),(211.085000,31.782000),(200.990000,28.579000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.580000,-6.657000),(169.181000,-3.602000),(168.642000,-6.095000),(165.362000,-8.076000),(165.285000,-12.441000),(168.152000,-16.454000),(177.941000,-12.996000),(176.700000,-9.710000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.321000,-28.000000),(244.260000,-32.963000),(253.796000,-37.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.213000,-62.377000),(303.482000,-57.704000),(308.788000,-57.099000),(307.962000,-56.430000),(308.721000,-51.701000),(304.867000,-50.900000),(295.866000,-49.289000),(294.438000,-50.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.340000,-2.215000),(205.790000,-3.051000),(215.372000,-12.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.635000,-33.576000),(12.247000,-38.620000),(10.452000,-34.138000),(3.680000,-34.172000),(7.474000,-29.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.421000,-7.308000),(354.198000,-7.965000),(5.760000,-13.703000),(4.391000,-10.435000),(4.131000,-8.875000),(4.214000,-8.407000),(3.179000,-6.329000),(6.474000,-4.468000),(2.146000,-6.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.398000,66.705000),(164.028000,66.533000),(172.740000,56.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.862000,14.565000),(185.340000,14.792000),(187.932000,21.954000),(181.279000,12.193000),(185.976000,11.054000),(185.527000,12.469000),(192.962000,11.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.968000,-55.477000),(160.745000,-62.348000),(166.286000,-50.675000),(165.534000,-51.311000),(147.792000,-52.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.442000,-44.543000),(290.404000,-44.920000),(280.093000,-49.827000),(290.203000,-47.766000),(293.702000,-49.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.266000,33.238000),(141.070000,31.975000),(142.765000,29.549000),(149.935000,31.987000),(150.819000,34.090000),(160.597000,31.062000),(160.590000,39.584000),(144.128000,35.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((309.059000,-71.108000),(321.592000,-66.354000),(304.040000,-61.231000),(300.283000,-63.613000),(288.946000,-72.071000),(278.954000,-74.512000),(311.035000,-77.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.266000,1.240000),(178.468000,8.473000),(174.148000,9.291000),(172.423000,-2.048000),(171.845000,-2.397000),(174.883000,-2.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.928000,-4.419000),(3.378000,-3.617000),(358.504000,6.271000),(357.181000,3.744000),(354.001000,2.637000),(353.535000,-3.956000),(349.120000,-8.707000),(353.563000,-4.700000),(355.979000,-8.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.580000,16.323000),(45.375000,17.277000),(39.563000,11.533000),(52.049000,17.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.505000,23.220000),(0.339000,31.860000),(2.507000,29.162000),(354.971000,32.392000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.231000,61.057000),(22.673000,56.722000),(35.838000,62.373000),(12.584000,71.328000),(3.124000,65.124000),(359.334000,64.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.339000,-4.825000),(179.962000,-4.391000),(182.378000,-2.434000),(177.825000,2.463000),(174.107000,-1.317000),(173.490000,-2.316000),(173.189000,-5.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.674000,-12.580000),(187.340000,-11.479000),(186.563000,-5.872000),(180.906000,-6.486000),(180.612000,-10.738000),(182.486000,-11.514000),(182.747000,-12.722000),(190.229000,-14.315000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.130000,-42.914000),(210.572000,-45.276000),(204.250000,-53.529000),(217.014000,-59.406000),(221.613000,-53.515000),(222.931000,-49.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.589000,-36.098000),(145.438000,-36.145000),(141.559000,-34.975000),(137.380000,-30.313000),(136.776000,-25.586000),(126.779000,-34.378000),(126.435000,-36.406000),(134.204000,-35.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.184000,-53.345000),(21.303000,-55.578000),(29.272000,-62.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.487000,-13.791000),(205.257000,-14.803000),(215.276000,-23.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.929000,16.853000),(358.597000,19.735000),(356.193000,20.679000),(357.574000,13.908000),(358.375000,11.595000),(359.051000,11.884000),(4.595000,14.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.927000,82.247000),(138.845000,77.882000),(172.900000,76.792000),(174.512000,81.684000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.417000,32.503000),(115.841000,41.241000),(119.940000,34.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.144000,-51.871000),(187.509000,-51.449000),(179.873000,-54.427000),(181.895000,-54.284000),(200.073000,-57.986000),(199.349000,-57.492000),(199.443000,-50.390000),(189.248000,-48.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.621000,51.958000),(142.551000,49.600000),(134.554000,43.700000),(137.836000,43.555000),(139.660000,45.524000),(155.988000,47.377000),(149.711000,49.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.570000,-51.066000),(184.326000,-48.161000),(180.230000,-40.933000),(179.130000,-43.668000),(176.251000,-52.562000),(179.517000,-51.875000),(182.180000,-50.907000),(185.145000,-50.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.907000,-16.087000),(312.029000,-20.940000),(313.939000,-24.393000),(314.861000,-24.529000),(317.562000,-23.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.777000,-14.024000),(340.509000,-8.986000),(345.060000,-5.993000),(348.873000,-3.883000),(331.370000,-6.876000),(337.462000,-8.073000),(336.224000,-9.153000),(337.526000,-13.752000),(339.808000,-16.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.845000,-15.787000),(202.752000,-7.353000),(206.069000,-3.312000),(206.125000,-2.938000),(202.618000,-0.953000),(201.027000,-1.708000),(199.438000,3.257000),(196.979000,-5.638000),(195.540000,-8.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.658000,-10.695000),(316.387000,-18.223000),(317.335000,-19.059000),(313.350000,-18.978000),(328.171000,-17.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.052000,10.013000),(191.966000,10.879000),(186.451000,20.398000),(182.214000,17.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.485000,-22.182000),(205.774000,-20.523000),(205.727000,-19.266000),(205.969000,-14.666000),(204.409000,-13.236000),(202.820000,-17.849000),(196.591000,-21.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.695000,-28.447000),(218.890000,-23.621000),(216.119000,-24.466000),(211.183000,-24.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.752000,25.911000),(351.024000,23.729000),(351.629000,25.494000),(355.208000,29.277000),(356.499000,30.837000),(1.237000,37.732000),(352.371000,31.861000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.493000,35.325000),(79.933000,31.326000),(80.181000,28.994000),(80.315000,34.120000),(85.578000,32.740000),(81.847000,43.638000),(79.057000,38.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.229000,-25.033000),(358.351000,-23.229000),(353.728000,-16.373000),(350.791000,-19.568000),(347.925000,-20.598000),(345.393000,-24.017000),(354.517000,-27.613000),(356.658000,-27.796000),(358.163000,-29.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.070000,75.874000),(325.135000,77.634000),(305.620000,84.202000),(305.468000,80.086000),(275.206000,77.889000),(307.716000,74.615000),(307.164000,72.763000),(311.988000,75.334000),(311.244000,68.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.735000,-0.254000),(345.593000,-4.630000),(344.419000,-1.016000),(343.926000,2.655000),(339.632000,6.778000),(338.071000,10.691000),(337.301000,7.365000),(336.226000,3.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.632000,18.982000),(140.175000,12.604000),(146.561000,12.396000),(148.145000,11.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.315000,41.148000),(348.039000,42.581000),(351.133000,48.597000),(333.219000,46.508000),(336.558000,44.845000),(336.224000,41.901000),(329.894000,38.277000),(330.372000,38.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.619000,58.607000),(19.271000,62.872000),(32.654000,52.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.349000,52.931000),(109.738000,55.872000),(107.261000,49.820000),(131.870000,61.282000),(117.927000,61.715000),(113.404000,61.388000),(111.856000,62.655000),(112.000000,61.569000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.369000,-3.335000),(103.271000,-7.002000),(102.762000,-9.298000),(102.463000,-19.648000),(107.683000,-13.933000),(108.061000,-12.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.395000,-18.240000),(161.673000,-14.893000),(159.442000,-13.707000),(161.517000,-8.316000),(153.512000,-9.623000),(154.145000,-12.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.116000,48.663000),(356.851000,53.807000),(343.992000,56.937000),(343.934000,59.526000),(341.209000,55.045000),(338.569000,55.758000),(336.092000,50.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.428000,6.423000),(176.730000,6.419000),(175.730000,6.843000),(176.973000,8.629000),(178.434000,9.345000),(176.929000,15.369000),(169.185000,12.158000),(169.656000,8.820000),(166.112000,8.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.301000,82.505000),(248.960000,76.771000),(280.373000,76.780000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.972000,-21.837000),(230.748000,-26.644000),(229.991000,-22.996000),(226.057000,-17.402000),(226.103000,-15.120000),(225.473000,-14.213000),(220.219000,-18.084000),(219.023000,-19.114000),(215.221000,-22.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.684000,-20.585000),(222.351000,-19.450000),(222.002000,-23.937000),(222.427000,-26.683000),(224.315000,-35.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.163000,29.179000),(21.879000,27.350000),(24.490000,27.557000),(27.553000,22.652000),(25.143000,29.586000),(21.638000,31.252000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.302000,-2.673000),(199.196000,-4.333000),(196.959000,3.009000),(197.692000,-0.396000),(193.836000,0.906000),(192.975000,-4.993000),(204.906000,-8.763000),(207.378000,-8.197000),(203.861000,-6.938000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.600000,3.261000),(146.871000,7.403000),(141.416000,16.435000),(135.562000,13.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.699000,34.411000),(189.641000,39.710000),(191.205000,43.138000),(183.532000,35.484000),(182.294000,34.238000),(184.718000,28.563000),(190.311000,29.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.805000,-10.077000),(306.703000,-17.283000),(307.894000,-23.861000),(314.213000,-13.831000),(310.269000,-16.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.009000,-11.971000),(16.109000,-16.913000),(11.213000,-17.024000),(20.798000,-20.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.582000,-13.914000),(196.082000,-5.244000),(189.851000,-3.884000),(188.204000,-5.067000),(184.900000,-3.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.456000,-2.205000),(242.019000,-6.277000),(247.144000,-3.209000),(244.164000,-2.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.612000,-1.513000),(282.100000,-7.783000),(292.205000,-3.883000),(286.929000,1.520000),(286.601000,3.011000),(288.524000,5.112000),(285.742000,6.264000),(282.541000,4.566000),(277.732000,5.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.531000,78.238000),(70.458000,79.226000),(113.137000,82.379000),(22.600000,81.984000),(48.257000,78.845000),(26.866000,73.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.318000,0.694000),(205.883000,1.177000),(196.825000,3.002000),(195.514000,6.433000),(191.543000,2.578000),(192.963000,-1.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((233.121000,-52.664000),(229.983000,-57.732000),(238.469000,-48.392000),(236.889000,-44.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.794000,-1.075000),(3.733000,-3.974000),(9.950000,3.306000),(13.292000,5.779000),(7.538000,2.478000),(5.255000,9.284000),(5.456000,2.871000),(5.264000,2.538000),(5.734000,2.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.835000,-9.081000),(133.383000,-7.309000),(132.413000,-7.208000),(131.503000,-8.282000),(133.461000,-13.347000),(140.836000,-13.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.384000,16.351000),(198.485000,14.786000),(191.563000,13.791000),(187.959000,10.061000),(196.197000,9.611000),(204.599000,9.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.660000,-25.779000),(87.142000,-19.690000),(79.498000,-20.189000),(80.895000,-22.354000),(80.833000,-24.185000),(82.162000,-27.438000),(92.004000,-28.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.667000,-5.854000),(4.918000,3.343000),(2.985000,2.451000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.396000,-23.194000),(170.511000,-28.212000),(168.661000,-24.509000),(165.756000,-19.225000),(156.486000,-17.841000),(160.199000,-20.005000),(156.952000,-24.463000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.764000,-3.540000),(2.020000,-2.288000),(3.574000,-2.862000),(359.766000,2.778000),(356.384000,-1.323000),(359.235000,-3.704000),(358.383000,-10.441000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.869000,28.644000),(214.831000,26.538000),(224.207000,37.000000),(226.110000,39.218000),(223.352000,39.356000),(214.207000,32.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.367000,-80.478000),(266.593000,-85.263000),(62.943000,-86.924000),(20.823000,-81.436000),(11.327000,-77.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.670000,56.109000),(354.102000,43.164000),(356.217000,44.418000),(3.335000,43.965000),(6.984000,43.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.716000,20.743000),(253.797000,6.367000),(261.463000,12.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.979000,32.382000),(66.635000,33.268000),(75.384000,40.458000),(75.249000,44.377000),(70.691000,36.951000),(73.584000,42.624000),(63.696000,37.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.389000,20.801000),(115.830000,18.664000),(114.584000,24.120000),(110.471000,18.631000),(112.802000,15.211000),(109.857000,11.039000),(114.062000,11.308000),(115.542000,12.564000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.504000,-33.134000),(202.274000,-27.851000),(209.803000,-32.204000),(203.473000,-26.940000),(206.558000,-27.194000),(196.358000,-27.734000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.253000,-36.219000),(319.267000,-32.600000),(323.848000,-32.857000),(321.652000,-23.189000),(316.291000,-26.437000),(310.621000,-30.754000),(310.261000,-32.248000),(311.213000,-32.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.526000,-25.143000),(46.714000,-22.789000),(44.769000,-17.968000),(44.267000,-17.194000),(46.206000,-28.963000),(52.653000,-32.923000),(48.807000,-28.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.482000,22.179000),(174.334000,23.397000),(167.634000,20.181000),(173.071000,13.909000),(170.120000,7.763000),(172.772000,11.284000),(178.712000,11.689000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.804000,49.150000),(266.994000,44.356000),(275.611000,50.126000),(275.130000,51.447000),(271.841000,54.317000),(268.931000,55.151000),(258.144000,62.293000),(254.886000,53.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.694000,-35.196000),(69.310000,-33.836000),(70.009000,-23.226000),(61.398000,-29.612000),(60.301000,-30.110000),(57.678000,-30.751000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.243000,34.703000),(356.607000,26.409000),(352.929000,19.901000),(359.681000,20.020000),(7.689000,22.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.318000,-26.816000),(168.464000,-23.092000),(174.340000,-26.269000),(172.076000,-15.295000),(169.852000,-12.186000),(166.498000,-19.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.086000,-11.962000),(160.556000,-6.667000),(163.210000,0.197000),(160.034000,-1.323000),(158.019000,-1.224000),(158.370000,-2.110000),(155.139000,-5.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.561000,38.882000),(144.478000,44.995000),(145.527000,42.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.306000,-20.104000),(144.302000,-17.884000),(144.611000,-18.044000),(146.501000,-18.263000),(143.507000,-6.671000),(143.423000,-8.196000),(141.082000,-9.957000),(139.479000,-10.585000),(140.670000,-16.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.946000,7.690000),(353.323000,4.031000),(351.874000,4.540000),(351.734000,2.280000),(352.617000,-1.573000),(3.551000,2.382000),(359.527000,6.809000),(354.931000,7.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.481000,30.609000),(187.077000,24.697000),(190.195000,29.366000),(192.348000,27.943000),(191.082000,32.432000),(198.460000,35.918000),(192.157000,35.920000),(186.399000,34.004000),(178.864000,38.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.074000,-5.143000),(11.972000,-13.808000),(18.338000,-9.907000),(21.136000,-15.655000),(22.903000,-11.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.180000,2.709000),(215.455000,0.339000),(215.808000,4.723000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.044000,17.750000),(261.918000,15.464000),(263.650000,14.752000),(273.134000,16.491000),(272.951000,20.939000),(275.134000,23.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.632000,39.011000),(358.849000,48.856000),(345.989000,49.048000),(345.087000,49.119000),(345.025000,50.658000),(344.573000,50.084000),(336.038000,50.785000),(339.156000,48.952000),(340.675000,47.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.019000,-5.390000),(348.565000,-0.704000),(344.894000,0.092000),(339.706000,1.911000),(335.903000,1.345000),(336.208000,-0.284000),(335.559000,-1.724000),(332.451000,-5.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.875000,-56.748000),(38.934000,-54.602000),(27.813000,-51.916000),(25.490000,-55.742000),(24.077000,-57.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.288000,-69.540000),(202.455000,-76.919000),(213.706000,-73.984000),(217.790000,-74.242000),(225.528000,-74.879000),(216.859000,-73.236000),(214.622000,-65.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.823000,-0.389000),(244.500000,-1.216000),(249.663000,-1.568000),(251.063000,-4.777000),(252.069000,-7.134000),(257.008000,-1.147000),(250.526000,5.386000),(247.132000,7.546000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.022000,-2.903000),(178.241000,-5.678000),(178.862000,-7.312000),(189.598000,-3.949000),(182.696000,5.060000),(174.110000,0.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.006000,32.379000),(8.333000,38.806000),(4.307000,23.673000),(8.495000,23.312000),(12.564000,27.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.489000,-1.009000),(214.653000,-2.671000),(213.881000,-2.050000),(214.521000,4.639000),(212.126000,6.344000),(211.008000,1.514000),(211.846000,-9.189000),(212.995000,-12.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.635000,-36.315000),(20.824000,-31.049000),(16.260000,-29.000000),(10.772000,-29.456000),(12.263000,-39.972000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.518000,12.054000),(120.582000,13.572000),(123.346000,15.206000),(123.802000,15.630000),(117.765000,21.957000),(115.895000,17.191000),(115.043000,12.509000),(108.583000,9.638000),(111.208000,9.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.852000,20.116000),(355.720000,20.781000),(352.076000,23.106000),(351.252000,22.602000),(351.520000,23.430000),(350.874000,23.392000),(349.255000,22.485000),(343.543000,24.335000),(349.893000,19.126000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.793000,0.283000),(4.938000,6.762000),(359.703000,7.733000),(358.669000,1.917000),(356.057000,-2.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.483000,-79.678000),(352.667000,-82.035000),(47.728000,-83.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.386000,-8.079000),(3.111000,-0.106000),(2.878000,2.627000),(354.902000,7.340000),(356.840000,4.191000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.299000,74.263000),(306.994000,73.148000),(298.602000,71.909000),(293.959000,66.535000),(302.641000,64.409000),(316.995000,65.154000),(324.990000,69.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.776000,-70.704000),(164.185000,-71.093000),(164.681000,-71.217000),(164.735000,-72.382000),(174.258000,-70.567000),(180.933000,-66.192000),(156.192000,-63.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.488000,-25.831000),(28.863000,-27.032000),(30.477000,-25.673000),(27.282000,-27.330000),(30.180000,-24.026000),(30.560000,-23.601000),(16.322000,-32.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.736000,37.962000),(329.030000,38.474000),(307.879000,40.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.727000,45.178000),(15.634000,45.543000),(13.196000,45.873000),(13.672000,41.809000),(14.756000,40.741000),(14.536000,32.153000),(25.732000,38.011000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.828000,17.974000),(8.376000,19.328000),(9.640000,20.247000),(2.821000,26.019000),(2.234000,20.990000),(2.774000,20.193000),(357.933000,21.569000),(3.877000,17.016000),(5.228000,14.398000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.079000,-18.495000),(50.335000,-15.980000),(45.928000,-11.750000),(49.390000,-8.092000),(47.655000,-4.495000),(39.679000,-9.427000),(42.771000,-11.505000),(40.339000,-14.300000),(43.491000,-13.246000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.386000,19.387000),(55.818000,32.634000),(49.519000,30.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.826000,-23.054000),(328.349000,-23.645000),(334.090000,-17.495000),(328.881000,-14.847000),(322.716000,-20.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.629000,-5.193000),(272.537000,-6.701000),(275.731000,-2.247000),(276.573000,-0.863000),(275.052000,1.227000),(266.484000,3.252000),(266.508000,0.327000),(267.651000,-1.074000),(263.012000,-3.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.953000,40.849000),(173.752000,45.255000),(167.294000,47.361000),(162.381000,49.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.040000,10.979000),(298.407000,10.577000),(298.344000,10.083000),(298.006000,2.180000),(297.510000,-3.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.093000,57.644000),(171.455000,55.028000),(178.248000,52.203000),(183.916000,52.407000),(183.619000,53.976000),(184.421000,55.366000),(183.386000,63.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.271000,-21.737000),(344.537000,-25.792000),(343.264000,-21.785000),(342.483000,-19.383000),(338.062000,-17.557000),(332.501000,-10.504000),(329.552000,-16.543000),(336.361000,-20.186000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.507000,1.571000),(7.534000,0.817000),(9.429000,-0.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.056000,15.849000),(180.798000,10.430000),(180.459000,9.008000),(183.572000,17.833000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.125000,10.769000),(195.716000,10.232000),(196.408000,16.360000),(196.940000,17.516000),(193.513000,22.558000),(190.829000,17.733000),(191.853000,13.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.757000,69.829000),(196.089000,72.193000),(205.594000,58.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.241000,-19.466000),(89.517000,-18.464000),(91.298000,-16.184000),(80.981000,-12.468000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.324000,-17.513000),(0.563000,-13.813000),(359.540000,-13.503000),(357.957000,-16.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.129000,-34.621000),(129.026000,-36.002000),(134.337000,-31.854000),(132.380000,-32.407000),(122.650000,-32.811000),(119.583000,-30.355000),(124.546000,-36.447000),(122.027000,-39.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.802000,19.162000),(330.822000,15.545000),(335.452000,17.158000),(340.214000,21.183000),(339.562000,23.400000),(333.974000,25.780000),(330.176000,18.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.829000,35.586000),(152.963000,31.081000),(153.403000,29.182000),(158.524000,23.039000),(160.719000,31.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.763000,-1.506000),(186.920000,-0.788000),(191.161000,-6.059000),(186.967000,5.392000),(185.164000,3.258000),(181.524000,6.904000),(179.654000,5.595000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.694000,3.824000),(163.815000,4.615000),(161.800000,2.250000),(167.210000,0.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((302.959000,11.918000),(304.522000,13.986000),(298.021000,18.651000),(295.528000,10.575000),(290.572000,3.743000),(299.496000,2.394000),(299.962000,2.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.608000,-11.441000),(223.293000,-15.155000),(231.372000,-12.717000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.194000,-56.257000),(177.463000,-60.916000),(198.513000,-58.999000),(182.978000,-56.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.586000,80.972000),(65.057000,76.289000),(189.801000,88.577000),(75.090000,89.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.048000,47.082000),(6.603000,43.580000),(6.961000,41.203000),(17.920000,46.665000),(27.363000,49.948000),(18.857000,49.266000),(17.907000,53.092000),(11.358000,49.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.493000,77.211000),(265.460000,76.944000),(307.450000,73.815000),(309.584000,76.050000),(304.030000,79.831000),(306.335000,81.506000),(254.201000,81.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.768000,15.785000),(349.753000,13.937000),(352.619000,10.031000),(347.802000,6.895000),(1.101000,4.863000),(357.589000,8.763000),(356.700000,8.883000),(353.336000,14.671000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.412000,36.424000),(242.497000,39.204000),(245.427000,41.826000),(236.503000,39.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.617000,-22.325000),(267.892000,-22.649000),(260.054000,-22.310000),(262.242000,-23.749000),(273.917000,-27.936000),(271.376000,-24.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.352000,40.883000),(66.473000,32.517000),(65.430000,34.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.597000,-40.560000),(269.389000,-36.345000),(252.782000,-36.213000),(257.005000,-44.575000),(267.710000,-48.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.516000,21.379000),(324.220000,13.302000),(326.655000,21.744000),(321.063000,24.261000),(318.949000,21.923000),(317.687000,22.346000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.118000,55.460000),(335.522000,51.046000),(336.384000,45.007000),(336.758000,44.719000),(338.982000,45.488000),(355.919000,49.284000),(348.427000,55.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.207000,12.704000),(71.317000,17.004000),(68.145000,17.983000),(71.298000,21.029000),(66.486000,20.256000),(63.377000,18.297000),(62.453000,16.573000),(57.177000,12.910000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.194000,-18.956000),(7.255000,-17.450000),(8.350000,-9.210000),(7.453000,-8.697000),(6.054000,-10.985000),(1.605000,-14.505000),(5.577000,-19.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.714000,2.076000),(178.843000,1.115000),(176.828000,4.483000),(174.837000,4.379000),(170.175000,-1.690000),(173.744000,-1.165000),(183.664000,-3.233000),(183.966000,-1.376000),(182.118000,-0.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.700000,13.369000),(237.777000,14.766000),(234.588000,14.869000),(239.508000,15.902000),(226.145000,15.897000),(228.698000,13.725000),(229.004000,5.772000),(233.062000,9.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.955000,26.135000),(58.535000,21.201000),(65.961000,20.300000),(57.805000,34.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.882000,3.416000),(55.802000,4.187000),(62.648000,6.541000),(52.662000,5.877000),(53.306000,-3.179000),(54.869000,0.436000),(54.803000,2.738000),(62.548000,0.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.462000,54.192000),(317.335000,53.240000),(315.969000,52.582000),(319.267000,49.264000),(323.567000,44.934000),(328.164000,52.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.724000,64.882000),(43.162000,63.036000),(67.281000,55.941000),(71.573000,60.239000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.379000,7.729000),(187.115000,16.223000),(184.409000,4.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.325000,-28.960000),(229.210000,-29.620000),(232.691000,-23.230000),(230.755000,-24.286000),(229.495000,-19.992000),(228.714000,-20.063000),(226.219000,-17.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.954000,-50.479000),(310.729000,-46.861000),(303.369000,-43.688000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.296000,70.745000),(39.374000,66.070000),(34.859000,74.130000),(47.365000,79.887000),(33.172000,76.234000),(29.486000,73.567000),(14.426000,81.244000),(5.599000,74.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.773000,11.511000),(253.464000,10.077000),(246.710000,14.459000),(244.293000,10.894000),(244.779000,8.235000),(260.822000,2.875000),(259.212000,9.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.721000,9.481000),(243.207000,14.980000),(237.646000,11.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.569000,-9.170000),(354.242000,-9.948000),(352.531000,-15.204000),(358.665000,-17.314000),(359.931000,-9.500000),(0.557000,-6.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.376000,33.742000),(244.320000,35.963000),(245.648000,24.065000),(253.980000,33.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.715000,-32.034000),(166.306000,-34.114000),(172.972000,-32.484000),(167.443000,-38.430000),(177.537000,-34.385000),(176.834000,-32.565000),(166.816000,-26.806000),(166.513000,-27.189000),(171.699000,-30.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.442000,24.719000),(211.008000,27.413000),(210.759000,31.201000),(210.500000,31.288000),(202.551000,35.743000),(205.669000,28.806000),(195.907000,30.710000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.689000,-56.657000),(142.317000,-60.113000),(153.681000,-59.813000),(157.325000,-51.602000),(143.692000,-49.036000),(139.661000,-49.227000),(137.693000,-50.983000),(134.156000,-51.393000),(141.818000,-54.573000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.624000,-51.809000),(32.954000,-49.636000),(18.854000,-50.889000),(25.469000,-52.348000),(19.672000,-56.748000),(27.006000,-56.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.902000,17.199000),(182.763000,18.140000),(180.388000,19.644000),(178.809000,22.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.368000,-11.905000),(81.452000,-19.882000),(80.250000,-21.222000),(87.320000,-23.003000),(85.914000,-19.439000),(88.315000,-18.371000),(84.794000,-14.785000),(83.318000,-16.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((269.360000,-20.695000),(268.759000,-16.069000),(258.381000,-23.681000),(269.063000,-29.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.635000,34.790000),(338.893000,38.245000),(334.234000,33.569000),(338.060000,30.311000),(335.009000,26.129000),(344.423000,27.534000),(347.851000,26.258000),(348.906000,30.785000),(348.401000,41.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.507000,4.831000),(178.321000,8.574000),(177.319000,8.003000),(177.830000,2.815000),(173.462000,1.510000),(177.602000,0.853000),(174.727000,-1.701000),(177.460000,-4.143000),(181.382000,-4.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.604000,-77.807000),(304.499000,-78.661000),(303.837000,-71.670000),(298.073000,-69.370000),(280.017000,-71.453000),(284.953000,-79.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.444000,-1.656000),(355.467000,1.371000),(352.242000,4.647000),(350.515000,5.517000),(343.767000,3.508000),(344.727000,-3.590000),(346.624000,-2.642000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.294000,6.609000),(285.463000,10.841000),(287.866000,16.246000),(283.842000,18.330000),(279.815000,18.788000),(279.425000,17.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.298000,9.378000),(185.861000,12.875000),(180.477000,9.174000),(184.723000,-0.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.810000,36.331000),(260.397000,39.741000),(261.079000,42.223000),(247.555000,43.602000),(242.544000,45.365000),(247.309000,42.338000),(241.687000,41.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.727000,-5.818000),(277.839000,-8.939000),(280.640000,-15.528000),(281.809000,-10.485000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.942000,14.166000),(159.010000,17.084000),(150.826000,19.018000),(152.166000,9.568000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.023000,20.246000),(313.893000,16.591000),(314.230000,14.344000),(308.197000,13.754000),(315.796000,8.739000),(316.464000,9.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.051000,-9.965000),(169.613000,-7.418000),(169.208000,-3.998000),(164.930000,4.257000),(156.929000,-9.489000),(164.048000,-8.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.920000,-43.699000),(152.875000,-35.981000),(147.317000,-36.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.337000,2.421000),(189.265000,2.684000),(189.388000,0.088000),(186.160000,-6.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((131.796000,-42.239000),(144.353000,-37.870000),(135.172000,-32.412000),(129.524000,-34.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.503000,19.971000),(118.275000,16.490000),(118.908000,11.904000),(121.525000,13.511000),(125.701000,8.396000),(126.318000,12.489000),(122.822000,17.716000),(124.582000,21.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.678000,-51.896000),(81.534000,-55.793000),(88.687000,-53.189000),(91.550000,-52.898000),(93.507000,-49.250000),(88.573000,-40.934000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.250000,-27.166000),(253.553000,-27.386000),(256.156000,-25.418000),(258.723000,-20.645000),(248.270000,-20.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.018000,27.086000),(187.068000,26.962000),(186.587000,33.044000),(188.303000,36.148000),(188.984000,36.805000),(186.891000,41.747000),(175.696000,42.133000),(178.181000,36.459000),(175.255000,36.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.363000,70.294000),(164.373000,71.311000),(166.588000,72.318000),(152.948000,68.416000),(135.649000,66.769000),(136.831000,64.695000),(149.687000,65.279000),(165.227000,60.276000),(157.411000,66.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.959000,-64.906000),(147.186000,-68.348000),(160.454000,-68.717000),(172.770000,-68.199000),(171.772000,-67.498000),(164.111000,-63.058000),(161.305000,-61.859000),(156.515000,-60.641000),(150.784000,-61.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.076000,-6.694000),(20.521000,-1.801000),(18.762000,-0.192000),(22.336000,4.545000),(21.840000,9.107000),(17.707000,3.637000),(14.651000,-2.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.902000,16.694000),(174.121000,12.143000),(172.937000,10.829000),(176.489000,7.385000),(178.443000,10.760000),(178.825000,8.532000),(188.574000,17.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.327000,-48.409000),(119.412000,-53.865000),(125.964000,-54.836000),(135.197000,-43.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.928000,8.462000),(353.692000,2.567000),(355.150000,-2.261000),(359.982000,-1.997000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.640000,-80.845000),(79.705000,-78.596000),(30.587000,-81.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.208000,-1.481000),(182.517000,-2.576000),(182.226000,-4.265000),(181.661000,-10.202000),(187.206000,-5.239000),(187.803000,-1.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.400000,20.923000),(173.119000,23.205000),(170.675000,24.655000),(169.849000,28.599000),(159.405000,29.769000),(166.968000,24.324000),(164.526000,23.848000),(166.250000,20.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.154000,35.350000),(50.702000,36.772000),(44.150000,29.091000),(51.989000,32.465000),(50.680000,31.020000),(53.759000,29.683000),(54.143000,29.358000),(56.350000,25.008000),(55.030000,30.259000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.539000,-28.653000),(12.048000,-28.456000),(8.597000,-13.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.082000,-42.603000),(320.403000,-49.751000),(323.743000,-40.321000),(316.474000,-41.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.222000,-5.615000),(242.395000,-6.159000),(241.312000,-13.032000),(238.623000,1.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.358000,41.866000),(62.806000,45.974000),(64.119000,46.589000),(57.115000,46.990000),(51.380000,45.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.849000,16.154000),(189.913000,11.298000),(188.070000,11.506000),(184.510000,12.012000),(188.484000,6.064000),(184.644000,2.848000),(189.590000,3.808000),(197.079000,-1.537000),(195.047000,5.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.966000,-14.383000),(346.812000,-15.201000),(352.016000,-12.513000),(357.013000,-17.268000),(359.027000,-10.950000),(353.739000,-11.008000),(350.611000,-5.865000),(347.726000,-7.245000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.211000,-9.482000),(199.306000,-9.989000),(197.898000,-5.316000),(197.250000,4.084000),(194.481000,0.273000),(188.984000,1.730000),(188.552000,-3.601000),(189.232000,-5.762000),(187.669000,-11.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.870000,-9.917000),(8.306000,-11.127000),(3.378000,-12.261000),(357.056000,-15.747000),(7.781000,-15.392000),(10.737000,-16.010000),(10.724000,-13.283000),(13.990000,-8.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.348000,-37.340000),(246.871000,-28.784000),(247.124000,-34.359000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.099000,22.225000),(124.655000,11.760000),(127.571000,10.298000),(128.029000,9.824000),(127.920000,7.264000),(128.160000,6.543000),(131.719000,9.706000),(134.903000,8.457000),(135.790000,16.754000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.020000,-0.311000),(106.481000,-2.762000),(103.114000,-3.622000),(104.363000,-5.235000),(104.834000,-6.408000),(116.854000,-4.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.441000,-75.009000),(229.549000,-75.519000),(209.716000,-69.228000),(207.567000,-72.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.113000,-28.247000),(298.250000,-27.977000),(297.522000,-26.804000),(293.233000,-31.240000),(296.796000,-38.182000),(300.496000,-35.155000),(301.071000,-33.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.328000,5.725000),(274.386000,0.918000),(282.047000,2.829000),(284.314000,2.021000),(283.186000,4.376000),(286.796000,5.203000),(281.242000,7.392000),(276.910000,15.176000),(272.201000,6.712000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.281000,-33.803000),(4.568000,-30.770000),(355.486000,-30.349000),(2.455000,-38.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((121.997000,-22.739000),(111.235000,-21.304000),(115.265000,-24.038000),(111.571000,-25.498000),(118.746000,-30.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.635000,-13.531000),(277.912000,-9.363000),(275.270000,-18.593000),(279.440000,-17.831000),(279.701000,-20.122000),(289.928000,-17.765000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.278000,-25.923000),(4.329000,-24.241000),(2.228000,-32.109000),(6.231000,-27.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.370000,-16.402000),(167.745000,-14.062000),(161.245000,-11.832000),(158.556000,-17.273000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.554000,-10.232000),(175.426000,-4.910000),(178.082000,-21.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.510000,-18.404000),(267.045000,-25.657000),(273.209000,-25.500000),(269.322000,-30.445000),(276.815000,-30.214000),(277.866000,-24.669000),(277.482000,-24.368000),(284.142000,-20.196000),(280.568000,-18.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.151000,31.009000),(21.090000,30.513000),(21.878000,35.303000),(13.075000,39.718000),(10.221000,36.034000),(8.342000,30.464000),(15.197000,32.735000),(15.185000,25.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.324000,9.867000),(224.006000,7.259000),(223.722000,1.073000),(228.269000,1.462000),(230.312000,12.412000),(226.335000,11.247000),(226.215000,18.917000),(222.942000,10.719000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.798000,37.927000),(143.432000,35.835000),(150.082000,35.492000),(148.852000,37.225000),(147.012000,38.072000),(153.450000,42.718000),(136.302000,42.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.329000,35.199000),(252.077000,38.512000),(248.706000,45.631000),(248.991000,37.813000),(241.776000,43.230000),(248.475000,37.260000),(241.799000,39.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.635000,4.444000),(351.175000,7.680000),(353.778000,7.526000),(348.052000,10.944000),(346.933000,8.333000),(345.987000,3.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.221000,21.508000),(22.346000,22.662000),(22.507000,23.595000),(24.693000,20.897000),(23.717000,29.693000),(20.508000,29.259000),(14.219000,30.232000),(12.816000,27.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.149000,44.289000),(295.325000,37.347000),(303.889000,35.490000),(306.581000,35.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.313000,10.742000),(212.683000,2.692000),(216.080000,3.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.097000,-32.648000),(297.684000,-26.434000),(301.210000,-22.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.103000,-8.779000),(164.039000,-7.313000),(169.263000,-8.769000),(156.870000,0.719000),(153.548000,-4.351000),(156.264000,-8.774000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.516000,-6.247000),(180.764000,-1.446000),(179.383000,3.373000),(171.255000,0.273000),(169.125000,0.442000),(170.298000,-2.709000),(173.229000,-2.923000),(171.176000,-7.914000),(175.388000,-6.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.302000,58.729000),(49.937000,60.988000),(42.637000,64.717000),(33.143000,65.242000),(26.759000,68.645000),(16.881000,70.496000),(15.004000,68.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.275000,25.666000),(125.489000,35.337000),(120.596000,39.988000),(118.338000,38.518000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.729000,-8.036000),(27.507000,-4.057000),(22.039000,-1.970000),(18.090000,2.141000),(12.880000,-0.398000),(17.049000,-8.751000),(18.477000,-9.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.840000,-72.919000),(165.474000,-73.569000),(159.271000,-77.693000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.261000,-10.487000),(79.885000,-3.607000),(74.083000,-4.110000),(69.739000,-13.574000),(71.399000,-13.169000),(71.070000,-18.290000),(72.859000,-16.109000),(80.479000,-15.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.296000,0.493000),(6.128000,-8.769000),(7.843000,-5.492000),(10.690000,4.531000),(4.505000,1.032000),(2.151000,4.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.373000,9.762000),(85.294000,8.894000),(86.416000,0.173000),(86.911000,-0.072000),(89.626000,2.819000),(92.313000,2.520000),(92.853000,5.104000),(94.750000,7.725000),(91.745000,7.532000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.566000,5.240000),(1.435000,-2.022000),(11.596000,5.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.542000,-38.118000),(43.337000,-37.004000),(41.753000,-39.361000),(41.384000,-38.788000),(36.060000,-37.838000),(44.530000,-47.200000),(45.546000,-44.116000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.518000,-29.418000),(291.178000,-24.836000),(290.043000,-24.990000),(283.703000,-18.060000),(282.725000,-23.039000),(284.530000,-30.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.354000,23.182000),(32.092000,19.671000),(28.962000,13.283000),(34.683000,14.672000),(39.147000,15.357000),(34.916000,16.169000),(37.802000,18.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.248000,-39.152000),(104.524000,-34.487000),(103.510000,-32.374000),(107.090000,-28.199000),(106.370000,-24.463000),(103.604000,-27.048000),(94.996000,-22.248000),(99.406000,-30.097000),(94.650000,-30.643000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.094000,-23.645000),(146.332000,-30.371000),(144.587000,-36.361000),(144.988000,-36.090000),(144.190000,-39.447000),(147.768000,-33.438000),(157.224000,-33.909000),(157.124000,-32.684000),(153.357000,-26.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.171000,-32.352000),(255.942000,-22.440000),(249.622000,-31.609000),(246.417000,-33.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.034000,51.474000),(182.167000,48.365000),(185.714000,33.689000),(193.528000,40.389000),(186.453000,43.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.798000,4.230000),(350.290000,4.349000),(350.162000,-9.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.726000,5.951000),(185.996000,-4.313000),(187.452000,8.754000),(184.245000,5.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.400000,-54.015000),(337.484000,-54.528000),(339.961000,-54.956000),(334.053000,-46.892000),(320.841000,-50.455000),(317.478000,-50.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.417000,-44.494000),(4.092000,-41.748000),(1.112000,-49.080000),(357.639000,-52.887000),(3.871000,-55.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((278.748000,27.864000),(284.542000,36.616000),(276.581000,35.955000),(274.058000,35.185000),(275.221000,31.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.648000,-7.898000),(141.600000,-10.876000),(141.451000,-10.796000),(138.450000,-7.265000),(139.460000,-8.854000),(137.313000,-14.582000),(140.926000,-14.920000),(148.302000,-18.843000),(145.481000,-15.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.104000,-49.153000),(250.614000,-47.190000),(247.245000,-44.120000),(241.000000,-44.038000),(238.715000,-42.526000),(227.248000,-40.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.465000,10.450000),(320.132000,9.852000),(310.970000,5.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.374000,-9.591000),(178.075000,-7.485000),(173.239000,-8.223000),(167.216000,-9.145000),(168.306000,-10.299000),(174.329000,-17.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.963000,-57.018000),(224.056000,-55.819000),(227.121000,-48.911000),(212.937000,-46.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.735000,-30.695000),(321.993000,-35.085000),(323.597000,-30.122000),(326.772000,-25.624000),(322.438000,-25.441000),(320.545000,-20.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.031000,19.549000),(101.047000,20.203000),(109.555000,12.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.897000,31.945000),(78.346000,24.625000),(72.904000,25.914000),(73.942000,17.742000),(75.767000,19.561000),(76.197000,15.538000),(81.507000,22.595000),(85.942000,24.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.454000,-4.713000),(193.940000,-11.845000),(195.129000,-4.776000),(196.746000,-1.054000),(190.703000,0.402000),(191.373000,-5.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.804000,10.720000),(323.452000,11.185000),(324.207000,10.561000),(329.352000,9.331000),(331.352000,10.825000),(326.477000,14.784000),(324.850000,16.944000),(323.380000,18.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.085000,-69.472000),(236.701000,-72.457000),(226.937000,-68.112000),(227.612000,-70.287000),(231.128000,-72.411000),(216.181000,-72.458000),(204.376000,-73.908000),(264.638000,-73.980000),(260.939000,-70.700000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.219000,6.587000),(356.025000,-0.172000),(7.831000,2.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.048000,-7.822000),(195.735000,-9.171000),(191.782000,5.163000),(190.632000,0.854000),(189.334000,5.539000),(189.277000,-0.091000),(186.975000,0.753000),(185.754000,-0.498000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.232000,42.237000),(179.033000,46.116000),(166.771000,45.545000),(158.142000,36.361000),(164.023000,40.368000),(165.290000,40.638000),(164.167000,38.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.711000,20.560000),(257.913000,12.899000),(258.291000,14.054000),(263.527000,21.181000),(256.063000,26.163000),(254.010000,24.863000),(256.606000,21.023000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.294000,5.458000),(348.134000,14.085000),(344.464000,3.167000),(353.145000,3.679000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.938000,48.541000),(196.812000,44.791000),(200.154000,39.275000),(203.926000,43.134000),(208.644000,51.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.402000,57.128000),(349.275000,47.900000),(344.724000,43.947000),(3.151000,47.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.487000,-24.839000),(187.100000,-21.904000),(178.983000,-15.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.337000,-5.941000),(40.564000,-2.266000),(39.986000,-1.595000),(29.725000,-5.380000),(34.163000,-8.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.815000,10.515000),(254.662000,8.520000),(257.867000,10.732000),(258.972000,10.413000),(265.928000,11.162000),(266.831000,12.815000),(257.651000,20.354000),(252.715000,19.083000),(251.834000,19.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.817000,30.293000),(205.859000,25.769000),(213.425000,21.737000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.182000,38.393000),(148.985000,40.169000),(144.378000,44.799000),(137.358000,43.507000),(138.857000,41.296000),(142.263000,38.418000),(138.943000,35.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.845000,-8.705000),(18.900000,0.729000),(15.303000,-13.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.691000,37.601000),(319.645000,34.363000),(331.997000,35.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.432000,-70.848000),(102.759000,-69.243000),(83.685000,-75.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.060000,32.903000),(60.796000,32.475000),(63.356000,28.455000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.244000,4.381000),(183.410000,6.766000),(181.158000,3.723000),(179.997000,-9.786000),(180.572000,-9.019000),(180.598000,-1.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.698000,-6.615000),(253.962000,-2.689000),(247.759000,3.424000),(244.290000,-2.801000),(240.277000,-1.902000),(237.593000,-0.665000),(237.327000,-4.824000),(244.616000,-9.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.709000,-24.580000),(21.211000,-22.879000),(27.036000,-26.868000),(29.318000,-27.204000),(26.430000,-18.111000),(27.487000,-15.389000),(23.246000,-19.774000),(19.090000,-15.375000),(17.393000,-13.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.430000,16.343000),(348.705000,4.064000),(347.888000,8.748000),(356.443000,9.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.230000,-3.603000),(4.806000,9.735000),(352.415000,5.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.432000,-36.022000),(233.107000,-40.076000),(228.600000,-48.348000),(234.686000,-50.966000),(241.925000,-46.375000),(244.868000,-41.884000),(242.348000,-34.686000),(239.859000,-35.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.199000,-60.888000),(27.366000,-63.530000),(38.338000,-59.297000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.815000,5.638000),(183.404000,4.455000),(181.954000,9.894000),(173.612000,6.698000),(173.947000,0.163000),(173.421000,-0.103000),(172.726000,-3.348000),(176.268000,-5.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.824000,16.932000),(168.586000,8.118000),(169.941000,15.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.779000,-4.998000),(354.367000,-4.476000),(359.053000,-6.861000),(1.159000,-7.867000),(2.047000,-10.268000),(9.299000,-4.284000),(8.107000,-2.172000),(1.903000,-2.126000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.888000,11.427000),(332.905000,12.042000),(336.765000,9.310000),(337.381000,-1.724000),(338.939000,1.301000),(341.223000,4.880000),(342.043000,4.898000),(345.457000,-1.670000),(344.627000,4.786000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.482000,3.238000),(99.563000,-0.352000),(98.099000,-0.232000),(93.849000,-4.358000),(97.885000,-3.400000),(95.779000,-10.409000),(98.608000,-9.272000),(104.363000,-10.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.826000,-58.834000),(66.191000,-47.005000),(59.741000,-46.957000),(52.709000,-45.523000),(56.224000,-51.497000),(59.659000,-52.353000),(63.176000,-51.298000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.423000,28.869000),(182.579000,31.944000),(180.383000,37.138000),(179.339000,32.701000),(171.500000,33.264000),(176.287000,26.310000),(179.608000,27.816000),(184.024000,26.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.114000,-2.653000),(330.019000,-7.441000),(338.127000,-5.344000),(337.663000,-0.827000),(333.898000,0.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.376000,23.122000),(238.130000,27.064000),(235.290000,25.055000),(236.275000,27.012000),(226.802000,29.416000),(229.854000,16.238000),(232.217000,13.318000),(233.516000,17.532000),(240.622000,19.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.350000,-46.971000),(349.563000,-46.910000),(355.533000,-50.330000),(1.780000,-47.989000),(4.739000,-42.073000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.564000,-4.438000),(235.491000,-5.211000),(233.700000,-5.692000),(238.718000,-11.893000),(239.724000,-8.272000),(240.294000,-12.967000),(243.379000,-12.356000),(249.514000,-3.421000),(246.106000,-2.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.891000,26.732000),(193.042000,28.467000),(186.055000,26.576000),(185.470000,26.382000),(177.299000,30.738000),(176.863000,30.468000),(180.201000,18.915000),(182.678000,21.641000),(184.497000,22.759000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.597000,3.530000),(177.421000,1.072000),(178.673000,0.463000),(175.447000,-1.364000),(182.487000,-8.842000),(182.733000,-0.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.373000,-6.490000),(317.488000,-2.577000),(320.041000,-4.325000),(312.737000,-2.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.578000,11.161000),(279.050000,20.414000),(275.838000,14.807000),(279.013000,14.673000),(279.605000,11.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.558000,-8.311000),(114.133000,-15.824000),(119.104000,-12.263000),(113.558000,-3.038000),(110.735000,2.508000),(111.609000,-5.553000),(107.675000,-4.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.466000,-57.826000),(139.999000,-56.210000),(146.101000,-55.831000),(138.470000,-54.770000),(137.605000,-49.588000),(119.494000,-57.720000),(130.800000,-61.932000),(131.562000,-57.771000),(139.706000,-59.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.994000,-1.889000),(166.810000,1.363000),(160.481000,-2.199000),(158.194000,-8.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.417000,-3.301000),(190.629000,-2.410000),(189.318000,-9.750000),(188.626000,7.140000),(190.101000,-0.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.532000,22.547000),(134.698000,17.943000),(135.134000,18.404000),(134.249000,18.661000),(138.168000,19.665000),(139.891000,21.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.438000,3.609000),(359.106000,-5.482000),(2.569000,-0.909000),(4.428000,4.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.910000,-26.926000),(65.426000,-30.984000),(69.036000,-34.533000),(72.202000,-35.010000),(74.694000,-37.928000),(70.931000,-32.363000),(72.855000,-32.363000),(79.345000,-31.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.713000,31.301000),(42.619000,37.207000),(44.104000,42.266000),(43.597000,44.218000),(35.001000,33.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.029000,13.305000),(191.221000,9.272000),(188.703000,13.345000),(174.957000,14.751000),(180.874000,13.757000),(181.188000,13.240000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.647000,-38.659000),(295.163000,-41.722000),(301.662000,-44.100000),(298.464000,-46.541000),(310.259000,-44.284000),(310.862000,-44.015000),(307.078000,-41.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.512000,5.215000),(42.811000,4.995000),(35.730000,-0.873000),(39.994000,-1.696000),(41.575000,-2.530000),(48.854000,-4.121000),(50.187000,-4.479000),(53.539000,-0.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.298000,69.653000),(95.510000,60.709000),(103.185000,58.755000),(124.175000,64.912000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.323000,-49.212000),(351.739000,-48.764000),(347.194000,-38.477000),(347.271000,-39.075000),(344.382000,-47.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.350000,21.686000),(234.992000,25.604000),(233.153000,24.849000),(230.833000,22.098000),(229.652000,22.518000),(237.901000,20.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.197000,-32.277000),(37.660000,-31.005000),(37.958000,-31.874000),(47.487000,-29.753000),(43.598000,-27.927000),(38.383000,-22.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.135000,-17.051000),(269.221000,-23.252000),(269.667000,-20.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.186000,27.972000),(135.432000,31.270000),(124.167000,33.675000),(126.117000,33.243000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.057000,-42.696000),(3.423000,-41.200000),(0.740000,-39.870000),(357.955000,-34.204000),(353.930000,-35.166000),(351.895000,-40.925000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.123000,-4.380000),(343.380000,-4.534000),(348.215000,-9.603000),(350.206000,-10.337000),(348.346000,-13.591000),(356.655000,-16.476000),(353.528000,-6.529000),(347.232000,-4.142000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.643000,-0.457000),(359.832000,2.774000),(356.938000,6.496000),(356.713000,3.981000),(358.416000,-0.419000),(359.011000,-0.305000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.773000,-48.954000),(233.641000,-46.545000),(232.905000,-39.084000),(231.230000,-46.506000),(225.595000,-56.466000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.829000,60.680000),(153.711000,52.028000),(156.244000,51.087000),(155.188000,50.570000),(175.645000,53.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.180000,2.223000),(353.552000,5.588000),(4.337000,-0.266000),(1.206000,0.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.732000,54.178000),(232.974000,57.201000),(227.407000,51.932000),(229.047000,49.425000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.720000,-30.532000),(210.162000,-17.673000),(209.318000,-22.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.529000,-50.916000),(24.989000,-51.065000),(30.218000,-52.922000),(33.082000,-51.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.376000,-2.342000),(182.912000,1.029000),(180.880000,6.868000),(173.833000,5.252000),(172.236000,3.973000),(171.519000,3.477000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.529000,-51.437000),(75.142000,-49.935000),(74.445000,-44.078000),(72.418000,-46.749000),(71.177000,-44.256000),(68.428000,-48.124000),(71.938000,-54.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.921000,-20.688000),(231.191000,-17.279000),(224.168000,-10.885000),(224.385000,-14.739000),(223.167000,-13.433000),(222.468000,-14.037000),(220.003000,-16.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.975000,12.329000),(0.196000,9.174000),(0.654000,6.988000),(4.574000,9.602000),(4.484000,9.986000),(8.234000,10.154000),(5.268000,11.050000),(9.718000,17.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.282000,44.062000),(238.060000,45.443000),(232.503000,42.884000),(229.720000,44.475000),(227.693000,42.810000),(231.113000,39.467000),(235.685000,38.512000),(237.035000,34.611000),(237.193000,36.677000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.665000,-30.693000),(232.810000,-37.437000),(235.903000,-32.533000),(244.924000,-33.802000),(239.389000,-31.098000),(237.262000,-27.241000),(235.175000,-29.447000),(227.376000,-24.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.329000,4.656000),(160.254000,4.997000),(157.296000,-0.998000),(158.890000,-5.288000),(160.925000,0.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.239000,-38.882000),(169.241000,-39.091000),(170.321000,-30.236000),(165.805000,-31.932000),(163.236000,-29.867000),(164.904000,-37.051000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.432000,38.111000),(254.233000,31.115000),(257.028000,30.226000),(250.968000,29.229000),(251.839000,23.411000),(258.486000,23.123000),(268.063000,35.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.157000,-20.615000),(105.485000,-27.237000),(122.498000,-26.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.239000,-15.898000),(204.897000,-15.749000),(204.963000,-15.880000),(210.520000,-18.513000),(210.732000,-15.503000),(209.945000,-14.980000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.180000,42.839000),(12.769000,43.986000),(13.407000,46.935000),(9.980000,56.246000),(359.282000,42.489000),(8.501000,45.241000),(5.264000,40.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.470000,-13.842000),(282.541000,-13.972000),(280.982000,-13.813000),(280.135000,-22.935000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.518000,45.125000),(266.116000,52.185000),(263.426000,48.833000),(260.112000,46.213000),(261.636000,44.987000),(262.542000,44.118000),(259.534000,43.645000),(262.896000,42.117000),(265.956000,41.437000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.197000,57.499000),(198.244000,49.881000),(196.913000,42.962000),(205.767000,46.649000),(207.326000,44.596000),(209.633000,45.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.918000,24.320000),(345.535000,26.427000),(352.140000,18.467000),(353.853000,19.470000),(353.298000,19.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.473000,40.771000),(183.461000,31.944000),(181.566000,37.910000),(184.079000,40.562000),(181.788000,48.588000),(173.960000,44.728000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.903000,-5.513000),(189.074000,1.150000),(180.410000,0.747000),(176.807000,4.775000),(173.992000,-3.384000),(178.388000,-7.131000),(180.424000,-4.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.566000,21.151000),(169.252000,21.307000),(164.223000,16.612000),(166.200000,9.389000),(170.829000,15.257000),(173.456000,16.017000),(180.053000,17.205000),(176.951000,24.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.180000,4.979000),(32.503000,8.936000),(25.218000,5.301000),(29.841000,-0.874000),(27.507000,-6.083000),(29.655000,-4.200000),(40.399000,-4.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.567000,-6.647000),(342.090000,-13.222000),(351.316000,-9.119000),(351.049000,-5.977000),(347.323000,-4.090000),(352.603000,-1.001000),(346.742000,-2.134000),(345.701000,0.140000),(340.371000,0.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.645000,-85.946000),(309.947000,-83.946000),(329.252000,-80.941000),(252.986000,-80.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.265000,-8.884000),(3.607000,-11.098000),(4.065000,-10.380000),(9.751000,-0.374000),(8.430000,2.385000),(5.511000,4.783000),(3.798000,0.417000),(3.569000,-0.537000),(0.773000,3.493000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.456000,-17.529000),(272.959000,-16.774000),(279.740000,-20.171000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.865000,25.258000),(246.244000,21.795000),(250.181000,16.059000),(250.589000,22.182000),(253.807000,18.071000),(252.444000,20.517000),(259.737000,25.669000),(253.256000,26.094000),(252.277000,25.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.980000,-1.667000),(1.243000,-9.909000),(7.516000,-3.268000),(9.022000,-0.048000),(8.421000,3.284000),(4.979000,4.549000),(0.985000,1.254000),(1.120000,4.882000),(0.454000,4.453000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.453000,33.368000),(264.652000,35.997000),(259.957000,33.488000),(258.520000,40.969000),(257.684000,33.487000),(252.824000,31.374000),(259.009000,26.722000),(265.091000,28.332000),(267.964000,27.819000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.802000,0.570000),(186.155000,-3.571000),(185.274000,-1.650000),(176.360000,3.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.467000,46.486000),(65.922000,46.561000),(66.515000,50.083000),(64.219000,50.632000),(64.323000,53.680000),(62.907000,54.659000),(58.571000,53.450000),(57.578000,51.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.439000,13.877000),(353.415000,22.106000),(353.413000,17.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.894000,51.221000),(178.889000,53.989000),(172.675000,60.278000),(167.322000,55.488000),(159.234000,61.005000),(155.966000,56.958000),(155.772000,54.026000),(163.071000,52.081000),(158.119000,51.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.209000,-7.580000),(37.378000,-12.866000),(54.532000,-5.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.032000,-68.571000),(11.240000,-76.340000),(33.904000,-70.117000),(22.641000,-64.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.156000,-13.649000),(327.407000,-17.603000),(321.271000,-14.007000),(326.045000,-19.290000),(331.449000,-23.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.294000,-35.648000),(37.991000,-38.802000),(50.413000,-31.533000),(46.149000,-28.976000),(41.837000,-26.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.555000,4.202000),(350.262000,3.937000),(347.718000,2.179000),(344.220000,0.072000),(347.785000,-0.359000),(358.384000,-0.705000),(351.555000,4.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.594000,-0.748000),(0.145000,7.770000),(352.747000,7.433000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.540000,4.589000),(240.557000,2.590000),(232.398000,6.191000),(236.631000,-1.497000),(237.712000,-2.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.010000,25.653000),(32.722000,27.265000),(29.572000,31.745000),(29.355000,35.103000),(24.288000,38.351000),(20.318000,35.390000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.640000,41.292000),(199.303000,39.536000),(200.369000,39.498000),(209.425000,38.276000),(209.239000,43.462000),(214.737000,48.714000),(206.089000,44.647000),(208.240000,49.652000),(203.191000,44.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.270000,43.365000),(4.557000,40.891000),(14.871000,34.232000),(18.443000,43.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.347000,-27.247000),(247.288000,-18.705000),(245.065000,-20.270000),(241.990000,-18.675000),(243.220000,-22.245000),(236.835000,-20.220000),(235.872000,-23.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.590000,-41.241000),(158.992000,-43.857000),(161.685000,-45.847000),(173.191000,-47.469000),(173.314000,-43.732000),(156.169000,-38.177000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.450000,55.018000),(308.083000,52.917000),(310.387000,55.727000),(302.655000,40.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.142000,-22.427000),(167.371000,-23.178000),(178.016000,-24.399000),(182.061000,-16.986000),(179.969000,-15.387000),(180.483000,-14.649000),(173.553000,-15.633000),(173.095000,-14.198000),(171.728000,-11.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.031000,28.325000),(23.284000,34.685000),(30.375000,34.335000),(29.712000,35.505000),(27.062000,44.817000),(23.414000,42.178000),(19.096000,37.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.584000,-10.040000),(178.983000,-9.402000),(173.685000,-8.648000),(177.083000,-16.156000),(180.492000,-14.205000),(181.529000,-10.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.655000,36.013000),(45.711000,36.418000),(48.389000,41.493000),(45.356000,37.819000),(41.532000,34.105000),(46.448000,26.998000),(51.988000,28.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.620000,-20.517000),(258.501000,-16.602000),(251.788000,-17.191000),(252.884000,-27.062000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.283000,1.138000),(37.602000,6.416000),(29.877000,9.889000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.746000,34.009000),(291.946000,40.926000),(287.150000,42.431000),(283.204000,27.155000),(288.446000,29.036000),(292.950000,27.503000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.494000,77.152000),(348.843000,79.147000),(346.617000,76.116000),(343.086000,68.435000),(5.119000,70.260000),(16.435000,73.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.033000,13.458000),(141.943000,14.044000),(132.686000,15.036000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.881000,-9.617000),(175.710000,-7.111000),(173.926000,-4.059000),(171.779000,-2.570000),(166.449000,-0.132000),(165.162000,-6.952000),(170.582000,-8.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.718000,-0.484000),(30.265000,4.282000),(21.301000,8.878000),(20.257000,3.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.471000,71.244000),(245.671000,68.879000),(237.784000,68.355000),(246.330000,66.523000),(260.684000,59.632000),(277.728000,66.273000),(275.412000,68.336000),(247.208000,75.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.899000,44.400000),(147.455000,49.801000),(140.630000,52.787000),(143.664000,52.629000),(136.845000,53.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.636000,8.811000),(314.887000,8.057000),(321.188000,5.394000),(320.929000,7.137000),(324.048000,10.376000),(321.811000,11.242000),(321.686000,13.925000),(317.061000,13.055000),(307.180000,14.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.425000,-18.630000),(112.462000,-24.866000),(112.666000,-22.108000),(114.065000,-15.956000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.505000,11.872000),(50.624000,6.260000),(52.005000,7.823000),(51.653000,11.376000),(59.254000,12.587000),(56.138000,13.450000),(50.030000,15.136000),(44.211000,19.274000),(48.820000,15.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.411000,44.061000),(346.019000,44.134000),(342.402000,43.242000),(330.568000,33.819000),(348.616000,34.580000),(345.437000,38.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.335000,72.870000),(337.180000,69.228000),(339.318000,60.734000),(345.421000,66.226000),(346.938000,68.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.241000,7.628000),(340.217000,10.772000),(329.479000,2.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.931000,38.138000),(226.275000,40.358000),(231.911000,34.469000),(221.062000,47.379000),(215.273000,44.580000),(215.599000,38.452000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.306000,-19.475000),(160.626000,-18.214000),(168.806000,-18.323000),(156.412000,-17.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.710000,-49.754000),(124.353000,-52.182000),(117.509000,-56.742000),(134.646000,-52.480000),(129.887000,-44.428000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((161.839000,40.464000),(170.501000,37.906000),(177.101000,34.314000),(174.770000,42.579000),(174.458000,47.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.971000,66.139000),(206.873000,69.442000),(197.237000,68.042000),(190.387000,68.414000),(184.245000,65.073000),(186.419000,59.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.132000,68.724000),(338.788000,72.084000),(335.366000,78.309000),(291.395000,73.117000),(307.053000,72.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.610000,-22.274000),(114.126000,-24.985000),(116.832000,-29.829000),(121.607000,-32.851000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.887000,-41.162000),(31.594000,-36.834000),(28.716000,-35.763000),(25.500000,-43.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.737000,51.634000),(106.560000,49.732000),(107.374000,48.818000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.339000,47.417000),(181.447000,44.429000),(184.641000,48.973000),(188.059000,49.638000),(186.584000,52.044000),(190.268000,49.962000),(190.039000,50.155000),(187.808000,56.224000),(185.062000,61.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.929000,-18.890000),(292.747000,-17.446000),(283.268000,-17.620000),(280.738000,-18.980000),(285.041000,-17.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.515000,-20.713000),(334.902000,-30.258000),(335.424000,-28.644000),(338.906000,-22.171000),(340.098000,-19.785000),(334.910000,-20.752000),(337.382000,-19.066000),(336.789000,-14.788000),(336.120000,-14.819000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.861000,-57.999000),(348.186000,-53.025000),(343.539000,-51.894000),(340.202000,-55.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.465000,-24.290000),(112.876000,-22.429000),(111.057000,-27.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((117.985000,-17.228000),(111.177000,-15.372000),(111.492000,-20.339000),(105.753000,-23.323000),(112.741000,-24.952000),(115.693000,-32.022000),(116.213000,-28.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.728000,-40.166000),(16.666000,-37.748000),(9.018000,-46.458000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.544000,-25.670000),(169.986000,-32.168000),(174.957000,-25.940000),(179.793000,-26.126000),(173.344000,-23.756000),(179.792000,-21.290000),(175.356000,-18.475000),(173.608000,-17.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.235000,-31.251000),(227.985000,-35.535000),(239.630000,-37.325000),(237.895000,-32.632000),(241.586000,-32.476000),(242.864000,-25.543000),(234.530000,-22.850000),(226.079000,-28.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.416000,15.667000),(46.208000,26.150000),(43.658000,17.834000),(40.823000,17.878000),(39.803000,14.006000),(44.029000,9.241000),(50.959000,13.189000),(52.913000,12.936000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.520000,-12.865000),(183.234000,-4.778000),(176.718000,-3.767000),(176.338000,-13.721000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.244000,-3.232000),(192.748000,-7.533000),(200.082000,3.112000),(194.239000,9.523000),(192.593000,2.766000),(184.693000,3.112000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.129000,17.937000),(215.986000,23.683000),(209.866000,27.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.350000,1.407000),(346.792000,3.581000),(342.570000,2.179000),(342.735000,-5.017000),(347.317000,-4.823000),(344.568000,-9.463000),(349.101000,-5.465000),(349.224000,-5.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.218000,65.795000),(260.892000,65.850000),(268.585000,67.681000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.441000,-53.498000),(232.891000,-61.584000),(240.045000,-67.241000),(249.805000,-66.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.364000,-85.051000),(233.716000,-83.386000),(214.516000,-87.233000),(286.311000,-88.415000),(269.285000,-78.450000),(223.743000,-79.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.794000,24.203000),(101.527000,24.914000),(99.015000,30.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.496000,-70.228000),(180.502000,-71.060000),(203.708000,-74.084000),(211.814000,-77.543000),(228.644000,-66.119000),(209.544000,-70.881000),(211.641000,-66.041000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.106000,21.327000),(344.767000,17.695000),(343.073000,13.773000),(351.270000,10.911000),(353.121000,16.488000),(353.911000,18.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.539000,14.694000),(200.108000,16.931000),(192.716000,23.890000),(188.191000,14.902000),(189.846000,13.942000),(190.731000,12.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.513000,-2.097000),(174.957000,-4.871000),(171.889000,-10.630000),(174.847000,-9.519000),(174.801000,-10.442000),(174.104000,-14.989000),(178.165000,-17.182000),(180.989000,-8.153000),(182.690000,-5.029000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.019000,3.415000),(193.159000,-0.757000),(197.998000,2.453000),(198.236000,4.828000),(196.001000,9.512000),(188.957000,10.892000),(195.041000,6.290000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.938000,-12.873000),(292.572000,-21.439000),(295.025000,-24.470000),(295.315000,-21.741000),(294.313000,-20.914000),(296.832000,-18.982000),(295.573000,-11.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.352000,-18.899000),(161.908000,-17.102000),(161.141000,-20.318000),(169.700000,-15.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.667000,6.308000),(352.187000,5.579000),(348.876000,3.758000),(355.934000,5.700000),(359.360000,10.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.326000,3.694000),(41.330000,4.741000),(36.874000,3.949000),(42.504000,0.604000),(47.052000,-3.139000),(48.873000,-5.236000),(45.756000,2.463000),(44.315000,2.480000),(44.365000,2.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.911000,-44.287000),(338.427000,-56.404000),(349.115000,-55.956000),(354.945000,-49.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.957000,76.264000),(294.089000,77.109000),(329.865000,77.308000),(338.499000,74.459000),(319.196000,85.518000),(300.216000,86.178000),(297.942000,82.983000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.266000,-49.732000),(46.778000,-49.688000),(47.635000,-45.281000),(37.444000,-36.747000),(35.554000,-40.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.473000,9.444000),(175.924000,12.443000),(172.251000,18.627000),(173.783000,21.790000),(174.020000,25.764000),(171.382000,22.670000),(170.895000,25.641000),(164.328000,16.600000),(168.738000,15.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.548000,3.200000),(328.122000,0.628000),(332.383000,3.241000),(331.707000,5.669000),(332.531000,12.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.738000,34.238000),(167.018000,27.020000),(157.158000,28.036000),(165.149000,26.939000),(166.771000,21.336000),(168.038000,18.635000),(171.812000,19.854000),(168.980000,27.316000),(169.208000,33.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.960000,19.598000),(329.414000,20.173000),(332.732000,25.116000),(326.124000,23.202000),(325.643000,22.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.400000,50.895000),(147.284000,48.211000),(149.994000,46.344000),(154.407000,49.169000),(146.019000,52.734000),(146.728000,54.621000),(145.891000,58.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.047000,-5.384000),(202.435000,2.248000),(199.417000,1.759000),(198.012000,0.533000),(196.513000,0.003000),(194.964000,0.369000),(191.253000,-0.913000),(192.317000,-2.899000),(195.006000,-7.823000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.467000,72.094000),(139.550000,58.964000),(141.028000,58.429000),(139.906000,63.603000),(149.784000,66.390000),(150.400000,67.678000),(160.726000,73.664000),(142.206000,73.314000),(137.740000,70.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.581000,-6.515000),(358.463000,-7.705000),(359.912000,-8.153000),(3.452000,-0.982000),(359.816000,1.679000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.120000,26.732000),(308.472000,18.537000),(308.003000,16.364000),(321.574000,20.351000),(316.724000,28.197000),(315.032000,24.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.907000,8.299000),(13.501000,15.806000),(5.309000,10.202000),(359.670000,3.713000),(7.110000,5.844000),(8.075000,-0.269000),(11.850000,4.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.733000,-51.227000),(175.420000,-50.688000),(176.686000,-50.304000),(172.082000,-43.221000),(170.020000,-52.223000),(173.046000,-52.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.738000,-46.030000),(105.829000,-43.206000),(116.922000,-41.226000),(116.118000,-40.096000),(109.622000,-37.990000),(106.289000,-29.190000),(96.175000,-35.380000),(100.069000,-39.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.348000,64.380000),(144.928000,71.620000),(139.888000,72.763000),(132.421000,68.533000),(113.294000,67.034000),(122.229000,61.770000),(126.259000,62.439000),(136.832000,55.004000),(135.979000,61.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.333000,1.312000),(219.999000,10.830000),(219.671000,9.972000),(216.750000,-0.454000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.859000,2.576000),(188.880000,7.645000),(175.229000,9.387000),(179.766000,4.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.737000,-7.004000),(182.451000,-12.995000),(186.678000,-8.974000),(191.543000,-8.858000),(186.368000,-5.417000),(183.487000,-4.839000),(184.176000,-0.732000),(174.348000,-1.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.642000,42.231000),(65.954000,50.741000),(61.426000,47.637000),(61.067000,50.336000),(56.372000,50.955000),(52.890000,51.627000),(54.251000,41.661000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.202000,-0.203000),(181.409000,3.803000),(174.292000,6.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.749000,-75.835000),(142.884000,-74.469000),(133.600000,-68.422000),(113.252000,-74.008000),(100.147000,-66.469000),(110.086000,-73.910000),(100.756000,-72.776000),(92.464000,-73.288000),(88.176000,-79.294000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.424000,6.457000),(65.396000,9.388000),(68.464000,10.418000),(65.094000,14.631000),(63.470000,17.130000),(52.987000,18.581000),(51.865000,18.224000),(56.216000,10.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.097000,-57.543000),(87.842000,-51.956000),(83.504000,-51.851000),(73.796000,-59.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.408000,-3.519000),(348.275000,2.511000),(345.619000,1.847000),(343.453000,-5.511000),(343.874000,-6.496000),(344.291000,-9.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.445000,15.761000),(33.872000,10.188000),(37.048000,13.754000),(39.711000,12.075000),(37.471000,15.566000),(43.520000,16.294000),(37.590000,17.885000),(36.723000,19.566000),(34.813000,18.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.035000,-3.387000),(209.961000,0.810000),(210.659000,5.456000),(210.242000,6.579000),(206.697000,10.209000),(202.694000,7.472000),(199.419000,4.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.943000,8.260000),(351.405000,10.661000),(1.766000,3.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.675000,9.180000),(262.647000,12.667000),(265.891000,21.354000),(262.562000,22.034000),(261.422000,18.175000),(260.604000,18.818000),(256.794000,20.191000),(252.278000,12.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((257.485000,-27.285000),(258.258000,-26.381000),(257.436000,-24.701000),(250.181000,-26.799000),(245.299000,-24.811000),(244.613000,-25.352000),(245.457000,-26.895000),(250.196000,-38.542000),(252.377000,-39.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.116000,-71.848000),(351.940000,-68.021000),(343.393000,-66.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.547000,53.081000),(325.213000,56.932000),(318.205000,54.202000),(316.591000,57.532000),(301.882000,55.905000),(302.443000,54.190000),(315.708000,45.748000),(326.155000,50.462000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.283000,-42.293000),(126.941000,-41.145000),(128.161000,-36.652000),(122.883000,-27.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.724000,31.995000),(350.306000,18.911000),(350.798000,18.533000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.946000,46.761000),(51.652000,44.885000),(52.131000,41.406000),(57.661000,41.122000),(64.342000,34.613000),(68.925000,41.566000),(65.614000,42.533000),(72.129000,42.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.684000,-8.574000),(0.023000,-6.951000),(357.633000,-1.040000),(354.759000,-2.120000),(352.864000,-6.327000),(353.668000,-10.331000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.225000,-32.083000),(202.680000,-29.817000),(202.351000,-19.851000),(199.014000,-19.024000),(197.471000,-18.661000),(194.841000,-16.923000),(189.469000,-20.257000),(191.400000,-24.827000),(190.074000,-24.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((321.067000,-3.670000),(314.546000,-7.864000),(315.545000,-12.956000),(318.238000,-10.207000),(323.892000,-9.964000),(321.844000,-8.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.102000,-1.337000),(57.963000,2.702000),(54.858000,-4.196000),(53.619000,-3.891000),(52.430000,-7.299000),(53.122000,-9.097000),(56.301000,-15.018000),(58.304000,-5.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.878000,-48.527000),(170.902000,-51.024000),(187.390000,-44.271000),(177.991000,-45.030000),(173.297000,-45.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.643000,44.853000),(3.401000,47.071000),(359.001000,45.008000),(358.077000,42.244000),(355.109000,39.219000),(4.526000,40.543000),(5.954000,41.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.561000,-9.746000),(248.857000,-3.598000),(243.250000,0.070000),(238.522000,-8.841000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.636000,12.096000),(139.378000,16.188000),(141.677000,17.768000),(131.818000,23.919000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.267000,1.035000),(100.026000,2.267000),(94.754000,6.709000),(101.505000,-10.133000),(108.688000,-0.278000),(103.453000,-0.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.174000,-22.284000),(16.769000,-25.608000),(19.577000,-25.013000),(22.697000,-18.511000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.676000,74.855000),(91.480000,75.724000),(76.166000,77.691000),(62.889000,74.241000),(94.628000,70.104000),(104.207000,71.527000),(121.864000,71.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.584000,10.839000),(209.453000,8.210000),(206.724000,15.754000),(204.356000,21.188000),(202.485000,17.720000),(198.044000,13.065000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.058000,35.204000),(8.924000,25.198000),(18.993000,22.376000),(18.883000,22.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.760000,-9.674000),(326.445000,-13.303000),(332.746000,-16.109000),(335.186000,-17.106000),(340.531000,-11.673000),(340.708000,-9.120000),(334.937000,-11.035000),(332.777000,-8.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.872000,3.346000),(0.814000,1.407000),(1.207000,-2.343000),(6.382000,-5.674000),(10.809000,-1.656000),(5.727000,-0.085000),(6.045000,-0.136000),(8.195000,6.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.488000,18.002000),(350.806000,13.353000),(356.692000,11.753000),(6.848000,20.143000),(358.926000,24.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.294000,-24.448000),(359.092000,-21.027000),(2.162000,-31.573000),(5.626000,-31.789000),(18.377000,-24.861000),(12.935000,-24.377000),(6.231000,-21.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.790000,-69.104000),(57.493000,-83.519000),(43.034000,-77.297000),(63.839000,-69.945000),(61.634000,-70.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.110000,-39.158000),(53.747000,-38.268000),(54.796000,-32.208000),(45.005000,-35.612000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.907000,38.655000),(340.029000,45.956000),(337.282000,33.656000),(348.859000,31.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.734000,2.117000),(2.210000,3.144000),(358.469000,5.658000),(355.545000,4.739000),(356.119000,4.077000),(358.367000,-3.281000),(359.380000,-3.085000),(1.209000,-5.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.134000,-22.645000),(224.292000,-21.119000),(219.929000,-20.190000),(218.393000,-17.595000),(217.522000,-12.985000),(208.908000,-20.820000),(211.208000,-27.809000),(217.925000,-22.371000),(216.161000,-25.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.146000,-33.736000),(65.950000,-34.961000),(58.349000,-36.929000),(60.444000,-41.528000),(61.469000,-42.365000),(68.881000,-41.373000),(70.122000,-34.619000),(68.122000,-34.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.461000,41.779000),(347.239000,32.900000),(348.354000,34.565000),(349.612000,37.996000),(355.633000,31.760000),(355.899000,40.111000),(351.720000,44.109000),(352.650000,45.958000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.454000,-2.141000),(96.219000,-2.969000),(102.803000,-7.923000),(107.126000,0.396000),(99.299000,2.247000),(98.197000,3.877000),(98.090000,1.327000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.330000,-7.233000),(103.069000,-13.601000),(103.949000,-10.469000),(106.019000,-0.111000),(102.970000,1.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.517000,-26.290000),(213.445000,-19.001000),(211.677000,-21.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.570000,-33.159000),(14.985000,-33.274000),(16.964000,-32.103000),(19.529000,-31.420000),(21.412000,-26.951000),(17.863000,-24.944000),(9.153000,-28.715000),(11.156000,-31.772000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.741000,-1.938000),(358.128000,-7.917000),(0.410000,-10.238000),(4.470000,-13.868000),(5.236000,-9.831000),(10.246000,-8.088000),(3.485000,2.507000),(1.465000,0.221000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.691000,-35.762000),(326.025000,-37.553000),(331.339000,-32.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.207000,-5.236000),(168.175000,-10.773000),(172.060000,-18.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.410000,-5.511000),(194.543000,-4.271000),(186.938000,-5.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.952000,-11.498000),(19.441000,-14.328000),(21.737000,-12.553000),(24.870000,-6.557000),(25.229000,-4.770000),(19.234000,-3.943000),(21.542000,-7.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.085000,-34.193000),(338.774000,-24.074000),(332.487000,-24.217000),(329.396000,-28.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.752000,-15.510000),(194.732000,-17.635000),(195.402000,-21.248000),(198.413000,-21.181000),(195.828000,-28.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.257000,13.280000),(312.986000,9.791000),(320.774000,15.492000),(322.789000,16.750000),(322.876000,17.864000),(320.285000,16.747000),(317.519000,23.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.652000,2.505000),(209.086000,-3.799000),(205.843000,-3.705000),(208.718000,-6.383000),(209.475000,-10.990000),(209.785000,-12.403000),(213.359000,-6.926000),(213.996000,-5.805000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.492000,8.286000),(330.558000,14.974000),(327.926000,15.226000),(321.701000,12.262000),(318.439000,13.326000),(322.790000,10.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.320000,50.780000),(272.515000,53.488000),(278.003000,50.245000),(275.848000,53.578000),(281.744000,51.250000),(277.565000,59.279000),(274.048000,58.838000),(267.938000,58.429000),(265.008000,59.092000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.021000,48.811000),(146.100000,52.217000),(144.936000,51.520000),(149.313000,47.079000),(140.224000,43.243000),(149.706000,46.933000),(162.001000,46.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.893000,-3.769000),(351.996000,-13.544000),(353.898000,-19.310000),(355.887000,-17.978000),(7.888000,-11.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.292000,45.638000),(250.437000,53.916000),(249.231000,43.430000),(252.203000,36.416000),(255.485000,42.514000),(256.801000,42.217000),(264.934000,41.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.418000,24.594000),(106.216000,26.725000),(108.096000,25.113000),(108.394000,33.552000),(100.279000,31.985000),(93.629000,36.566000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.424000,26.627000),(146.620000,23.145000),(146.876000,28.678000),(139.812000,25.511000),(141.947000,19.175000),(143.257000,19.175000),(145.930000,17.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.969000,-15.576000),(49.285000,-10.132000),(45.997000,-10.696000),(43.822000,-12.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.088000,1.718000),(83.228000,-2.491000),(86.555000,-7.983000),(88.097000,-6.942000),(87.293000,-3.362000),(93.843000,-5.772000),(87.530000,-1.634000),(86.715000,-0.487000),(83.940000,2.344000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.784000,-47.284000),(178.456000,-54.728000),(192.265000,-53.471000),(186.450000,-49.765000),(196.469000,-47.352000),(188.804000,-44.711000),(189.310000,-43.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.484000,1.524000),(169.235000,-3.124000),(171.490000,-4.045000),(174.516000,0.410000),(174.222000,5.640000),(173.729000,6.339000),(164.495000,4.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.282000,32.167000),(191.911000,24.191000),(191.949000,27.293000),(196.707000,28.673000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.071000,-6.809000),(347.715000,-8.776000),(355.600000,-7.993000),(351.365000,-11.175000),(352.610000,-10.968000),(356.421000,-8.679000),(358.907000,-10.579000),(1.034000,-12.201000),(358.616000,-1.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.166000,-5.902000),(337.995000,-5.035000),(340.707000,-2.885000),(334.015000,1.976000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.198000,-1.975000),(304.606000,-7.207000),(312.159000,2.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.651000,-47.035000),(219.890000,-45.733000),(216.542000,-40.635000),(215.176000,-46.356000),(210.151000,-45.276000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.275000,-30.698000),(29.785000,-27.459000),(32.953000,-33.995000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.147000,20.083000),(147.275000,20.336000),(148.763000,18.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.851000,26.483000),(60.621000,28.010000),(60.899000,31.219000),(50.271000,30.296000),(50.777000,20.323000),(64.091000,21.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.126000,-48.149000),(180.591000,-39.854000),(186.140000,-53.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.602000,-39.173000),(40.967000,-35.991000),(40.746000,-39.726000),(45.719000,-41.543000),(35.663000,-43.829000),(50.625000,-46.864000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.217000,60.285000),(217.294000,57.422000),(236.759000,53.149000),(244.327000,61.329000),(230.957000,68.765000),(227.436000,68.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.972000,65.877000),(303.499000,73.318000),(288.003000,61.007000),(291.727000,59.885000),(312.420000,63.972000),(311.362000,65.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.446000,9.518000),(2.813000,18.012000),(0.028000,11.372000),(356.550000,10.278000),(0.889000,7.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.147000,31.964000),(175.484000,38.039000),(172.610000,38.030000),(170.729000,31.877000),(169.189000,29.335000),(174.815000,30.309000),(175.372000,29.417000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.603000,-20.384000),(322.288000,-17.208000),(320.833000,-14.309000),(321.829000,-12.898000),(320.748000,-9.240000),(311.650000,-11.730000),(311.969000,-15.509000),(312.265000,-21.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.539000,-31.061000),(45.273000,-42.156000),(50.955000,-40.847000),(54.417000,-34.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.796000,-30.649000),(344.671000,-34.885000),(347.892000,-35.995000),(352.478000,-24.314000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.629000,-23.504000),(12.891000,-30.230000),(8.200000,-29.787000),(9.302000,-32.815000),(9.496000,-35.025000),(12.520000,-34.080000),(17.726000,-33.435000),(22.895000,-28.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.690000,-44.771000),(71.797000,-50.262000),(66.066000,-51.597000),(81.278000,-55.803000),(88.729000,-57.218000),(94.355000,-51.208000),(83.709000,-48.838000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.832000,-11.952000),(189.288000,-4.577000),(186.511000,-9.566000),(182.316000,-13.262000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.061000,24.637000),(338.100000,18.499000),(337.427000,27.610000),(338.735000,29.275000),(340.520000,31.000000),(335.415000,28.818000),(333.773000,28.892000),(331.055000,31.148000),(328.095000,29.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.106000,16.644000),(355.916000,14.603000),(359.862000,17.221000),(359.789000,19.273000),(5.687000,13.649000),(6.045000,16.954000),(1.182000,20.656000),(4.217000,23.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.364000,68.407000),(242.021000,70.385000),(249.110000,74.206000),(246.880000,74.992000),(226.423000,64.456000),(245.391000,60.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.465000,54.758000),(288.001000,50.849000),(295.580000,50.118000),(306.693000,54.757000),(307.621000,65.260000),(301.626000,65.477000),(295.810000,64.784000),(296.449000,58.065000),(293.530000,57.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.100000,-4.419000),(26.050000,-5.370000),(25.805000,-5.429000),(21.075000,-12.806000),(27.160000,-11.091000),(30.674000,-15.019000),(38.614000,-10.650000),(35.883000,-5.061000),(33.745000,-4.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.672000,-3.992000),(355.716000,2.375000),(4.084000,-11.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.036000,8.291000),(164.052000,2.122000),(155.748000,0.611000),(162.271000,0.560000),(161.682000,-0.246000),(167.669000,-1.917000),(172.867000,-0.010000),(166.510000,2.901000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.895000,-67.841000),(30.103000,-71.944000),(66.453000,-72.638000),(53.051000,-62.041000),(54.672000,-60.065000),(51.066000,-62.357000),(46.540000,-63.869000),(37.680000,-62.728000),(45.173000,-65.292000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.985000,21.250000),(166.877000,29.402000),(165.902000,18.577000),(168.795000,19.165000),(170.013000,14.474000),(179.178000,20.013000),(179.372000,22.105000),(175.094000,24.823000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.865000,9.803000),(226.546000,5.346000),(221.597000,6.228000),(226.363000,-6.371000),(232.525000,-0.666000),(234.816000,-0.121000),(237.675000,0.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.265000,20.646000),(170.999000,26.660000),(171.181000,26.945000),(170.475000,31.261000),(167.707000,31.327000),(166.935000,29.931000),(167.705000,26.498000),(165.806000,21.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.659000,4.790000),(61.887000,1.023000),(67.214000,3.275000),(66.406000,9.489000),(64.615000,13.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.307000,61.299000),(276.486000,54.465000),(277.209000,56.109000),(283.701000,54.753000),(280.801000,57.857000),(292.515000,57.282000),(275.791000,67.108000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((328.724000,-64.955000),(335.962000,-62.434000),(336.936000,-57.318000),(330.882000,-57.351000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.742000,-18.489000),(199.126000,-18.232000),(204.534000,-24.923000),(206.585000,-26.737000),(210.673000,-22.200000),(210.622000,-17.075000),(209.696000,-16.523000),(211.591000,-12.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.087000,45.741000),(232.909000,43.784000),(234.741000,40.968000),(238.310000,40.469000),(241.520000,43.172000),(249.866000,40.947000),(253.879000,40.984000),(248.711000,48.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.256000,-60.344000),(122.183000,-56.146000),(106.394000,-52.825000),(103.791000,-57.259000),(106.913000,-58.686000),(117.935000,-63.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.200000,-75.059000),(28.530000,-70.894000),(40.735000,-65.767000),(21.977000,-69.505000),(3.583000,-70.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.874000,-22.675000),(214.056000,-18.153000),(215.449000,-15.702000),(207.977000,-19.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.010000,32.006000),(317.103000,21.303000),(321.883000,26.598000),(315.991000,29.565000),(324.292000,29.837000),(320.304000,32.289000),(316.163000,34.003000),(314.335000,40.308000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.441000,-20.897000),(321.569000,-12.160000),(324.149000,-12.630000),(326.079000,-12.472000),(322.332000,-11.236000),(316.026000,-11.008000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.029000,-60.533000),(71.378000,-60.782000),(102.929000,-72.619000),(102.526000,-62.502000),(90.208000,-59.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.865000,-25.312000),(344.637000,-27.443000),(354.791000,-33.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.578000,-5.133000),(179.069000,-9.807000),(179.183000,-11.690000),(183.628000,-7.841000),(184.083000,-8.609000),(187.286000,-9.731000),(186.202000,2.020000),(182.562000,-2.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.482000,29.162000),(134.116000,31.583000),(129.506000,32.433000),(128.679000,32.732000),(122.313000,31.290000),(124.826000,29.769000),(124.465000,25.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.997000,11.078000),(1.217000,10.523000),(7.595000,5.022000),(9.588000,3.881000),(9.738000,19.840000),(0.952000,15.867000),(0.517000,14.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.560000,0.991000),(107.885000,0.538000),(110.167000,-7.644000),(108.529000,1.210000),(114.682000,-4.188000),(111.992000,1.244000),(116.517000,5.019000),(112.303000,7.293000),(105.006000,3.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.896000,-34.520000),(347.413000,-25.327000),(349.124000,-29.719000),(344.097000,-31.143000),(351.021000,-31.346000),(347.847000,-32.587000),(344.225000,-36.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.951000,-2.326000),(159.779000,-3.655000),(161.609000,-4.414000),(161.388000,-6.089000),(161.579000,-6.955000),(168.903000,-9.329000),(169.248000,3.933000),(166.906000,2.072000),(166.340000,4.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.153000,43.829000),(311.318000,43.957000),(313.612000,40.206000),(323.037000,43.766000),(327.115000,45.382000),(324.580000,54.152000),(322.144000,52.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.321000,32.911000),(77.484000,37.733000),(63.732000,39.298000),(70.149000,34.709000),(73.130000,34.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.982000,-13.377000),(174.734000,-16.397000),(179.477000,-15.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.791000,20.814000),(348.339000,13.176000),(345.363000,18.708000),(348.460000,24.075000),(343.314000,22.779000),(342.150000,26.245000),(338.846000,26.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.583000,7.713000),(79.512000,7.907000),(82.870000,1.966000),(89.427000,4.436000),(93.065000,8.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.712000,-46.256000),(89.363000,-50.375000),(89.191000,-54.887000),(93.395000,-56.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((143.405000,-32.315000),(133.973000,-29.896000),(133.814000,-26.121000),(133.363000,-31.634000),(129.685000,-26.633000),(128.557000,-31.299000),(132.728000,-36.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.814000,-44.843000),(309.445000,-43.603000),(324.219000,-42.744000),(319.635000,-43.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.059000,11.971000),(184.474000,6.861000),(184.994000,9.180000),(189.362000,13.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.835000,7.594000),(176.584000,2.037000),(177.654000,7.382000),(177.758000,11.225000),(176.301000,10.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.644000,54.039000),(56.393000,45.002000),(61.773000,41.126000),(65.270000,39.719000),(67.955000,41.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.430000,20.293000),(353.925000,13.207000),(356.171000,7.867000),(1.228000,17.702000),(0.616000,21.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.906000,-5.536000),(122.688000,-6.804000),(124.358000,-12.993000),(124.628000,-10.941000),(127.510000,2.350000),(120.400000,-4.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.185000,-69.021000),(13.160000,-68.113000),(11.664000,-66.350000),(5.325000,-75.723000),(2.258000,-82.099000),(16.261000,-77.366000),(47.281000,-73.636000),(29.576000,-75.191000),(22.800000,-75.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.331000,-0.903000),(2.628000,1.251000),(0.287000,0.974000),(358.910000,-0.200000),(355.470000,-0.285000),(353.371000,-1.793000),(352.021000,-8.385000),(358.415000,-7.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.329000,-10.432000),(24.689000,-1.354000),(18.782000,-1.969000),(18.128000,-4.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.372000,15.262000),(166.952000,9.115000),(165.579000,5.658000),(173.133000,-0.419000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.401000,86.974000),(152.475000,83.975000),(169.047000,81.248000),(228.388000,79.186000),(237.603000,81.375000),(266.395000,88.727000),(208.420000,88.397000),(103.335000,88.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.825000,4.607000),(183.826000,14.207000),(179.868000,9.230000),(177.504000,13.159000),(175.116000,5.104000),(179.562000,3.513000),(181.073000,0.330000),(181.490000,2.144000),(184.016000,-2.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.309000,18.103000),(337.252000,19.377000),(331.715000,15.688000),(325.598000,9.212000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.977000,-3.341000),(257.495000,-1.652000),(256.002000,-7.341000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.900000,-45.052000),(102.773000,-40.784000),(101.514000,-45.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.882000,67.217000),(156.353000,58.352000),(178.888000,55.908000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.767000,-54.599000),(336.948000,-61.844000),(351.824000,-61.463000),(342.112000,-59.834000),(342.948000,-57.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.599000,35.727000),(351.942000,35.902000),(344.142000,42.133000),(344.748000,28.353000),(346.970000,28.440000),(352.594000,29.327000),(349.010000,33.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.181000,-60.670000),(260.646000,-54.319000),(262.493000,-50.229000),(253.339000,-53.198000),(234.722000,-60.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.209000,18.039000),(207.379000,16.012000),(208.240000,14.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.424000,23.397000),(108.259000,19.001000),(114.022000,19.187000),(120.684000,17.125000),(114.749000,23.563000),(113.922000,23.466000),(108.902000,27.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.202000,-17.064000),(177.631000,-7.701000),(171.104000,-4.979000),(164.056000,-8.928000),(161.700000,-9.301000),(166.023000,-14.481000),(166.712000,-16.839000),(172.579000,-15.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.264000,18.019000),(27.304000,17.079000),(24.126000,18.165000),(30.676000,9.917000),(31.944000,7.830000),(32.997000,15.438000),(37.956000,17.163000),(38.070000,17.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.645000,50.813000),(61.735000,56.457000),(63.043000,51.059000),(80.387000,56.466000),(66.103000,61.261000),(60.169000,59.512000),(60.724000,57.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.183000,12.022000),(194.610000,8.925000),(196.741000,-0.157000),(197.014000,-1.005000),(198.203000,1.484000),(200.907000,5.301000),(202.771000,4.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.469000,-36.893000),(94.781000,-36.580000),(83.667000,-43.624000),(84.519000,-48.768000),(93.368000,-53.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.948000,42.457000),(338.051000,42.232000),(342.635000,36.409000),(345.211000,35.589000),(347.098000,35.338000),(354.492000,38.014000),(343.407000,41.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.855000,16.075000),(135.500000,17.023000),(128.815000,20.226000),(131.700000,24.036000),(126.460000,23.983000),(119.536000,18.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.968000,-71.220000),(320.596000,-80.684000),(354.659000,-83.823000),(353.916000,-79.797000),(20.007000,-77.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.618000,-25.232000),(88.178000,-20.719000),(84.483000,-22.925000),(83.082000,-24.297000),(81.809000,-30.479000),(80.063000,-31.670000),(87.014000,-31.570000),(89.713000,-32.733000),(98.874000,-26.927000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.176000,54.239000),(147.197000,52.516000),(151.273000,48.785000),(162.146000,44.735000),(164.996000,51.310000),(174.275000,53.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((129.550000,5.440000),(127.762000,2.205000),(125.659000,1.375000),(125.923000,1.190000),(124.520000,-0.159000),(122.025000,-2.508000),(130.440000,-0.170000),(130.088000,4.161000),(133.094000,7.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.807000,13.744000),(351.262000,12.284000),(353.775000,9.609000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.669000,-43.282000),(205.643000,-44.396000),(212.682000,-27.605000),(209.237000,-28.886000),(211.396000,-37.327000),(209.861000,-37.176000),(210.296000,-37.237000),(202.057000,-40.611000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.687000,11.882000),(68.350000,12.926000),(58.716000,12.097000),(63.156000,12.089000),(63.689000,9.450000),(67.641000,9.327000),(69.148000,11.137000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.007000,5.846000),(16.262000,-7.690000),(18.847000,-0.585000),(24.342000,-4.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.821000,0.702000),(68.263000,-1.310000),(65.571000,-1.483000),(71.778000,-3.577000),(73.079000,-5.568000),(73.810000,-10.463000),(74.112000,-10.688000),(79.128000,2.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.871000,-38.730000),(6.861000,-29.417000),(3.011000,-24.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.763000,12.897000),(241.264000,15.824000),(239.329000,21.586000),(236.570000,19.339000),(231.076000,17.314000),(230.451000,15.602000),(227.601000,11.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.698000,41.596000),(283.169000,40.764000),(278.202000,33.524000),(278.709000,28.514000),(280.748000,34.165000),(283.610000,36.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.030000,50.739000),(73.444000,52.653000),(67.803000,53.220000),(73.268000,51.099000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.071000,41.245000),(338.404000,42.819000),(324.881000,52.443000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.821000,-61.776000),(327.657000,-59.698000),(334.142000,-54.609000),(334.438000,-54.243000),(308.765000,-55.220000),(317.696000,-57.358000),(306.694000,-58.159000),(307.042000,-63.379000),(317.683000,-59.513000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.092000,-38.861000),(203.491000,-44.768000),(208.635000,-50.735000),(211.759000,-41.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.836000,-0.204000),(353.831000,-1.729000),(358.336000,-2.242000),(354.140000,-8.116000),(3.623000,-9.830000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.183000,75.483000),(195.948000,71.314000),(209.139000,76.953000),(212.234000,81.202000),(202.345000,82.037000),(190.720000,80.277000),(181.370000,80.792000),(184.447000,79.562000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.122000,26.974000),(145.068000,21.050000),(147.423000,19.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.345000,16.076000),(354.989000,19.623000),(2.106000,22.189000),(358.626000,26.517000),(353.700000,30.310000),(348.666000,19.178000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.084000,64.952000),(157.149000,68.305000),(148.045000,70.919000),(135.673000,63.522000),(148.391000,61.115000),(153.465000,62.062000),(153.797000,61.292000),(155.330000,54.082000),(162.216000,63.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.042000,-8.001000),(229.529000,-7.929000),(233.261000,-7.400000),(232.886000,-7.192000),(229.619000,-5.547000),(232.441000,-1.124000),(226.376000,0.370000),(226.170000,-4.531000),(224.695000,-4.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.909000,6.654000),(296.677000,1.966000),(307.182000,7.526000),(308.165000,11.789000),(306.141000,14.875000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.694000,28.234000),(180.004000,25.827000),(182.590000,22.930000),(183.834000,29.661000),(184.703000,30.430000),(174.588000,38.483000),(174.471000,35.310000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.307000,35.684000),(327.613000,28.935000),(338.397000,37.173000),(336.746000,40.160000),(334.724000,38.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.493000,-17.972000),(37.181000,-18.215000),(35.359000,-18.107000),(33.985000,-21.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.956000,32.913000),(209.283000,30.419000),(209.095000,23.403000),(213.115000,24.717000),(214.147000,33.259000),(212.689000,33.494000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.776000,-3.351000),(51.542000,-6.926000),(54.876000,-8.740000),(58.688000,-6.167000),(59.285000,-2.998000),(64.333000,-3.013000),(59.920000,-1.683000),(59.719000,1.392000),(56.028000,2.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.824000,14.846000),(304.580000,17.231000),(310.690000,16.714000),(308.250000,22.291000),(309.905000,25.377000),(304.220000,22.401000),(299.437000,20.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.451000,-61.426000),(306.826000,-65.877000),(326.719000,-67.430000),(336.906000,-65.071000),(328.488000,-66.568000),(323.673000,-60.285000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.146000,12.445000),(218.965000,12.410000),(218.227000,9.442000),(217.324000,5.625000),(227.612000,11.392000),(222.540000,17.417000),(217.985000,18.858000),(211.390000,17.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.630000,-6.248000),(34.247000,-4.225000),(34.795000,-0.145000),(27.265000,-3.058000),(23.658000,-10.248000),(31.804000,-12.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.770000,35.611000),(321.008000,40.246000),(315.453000,40.989000),(310.359000,43.012000),(311.882000,41.599000),(307.931000,31.976000),(312.450000,36.732000),(312.594000,34.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.607000,-5.576000),(348.293000,-17.959000),(2.913000,-17.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.385000,15.024000),(15.570000,17.591000),(18.106000,23.860000),(9.285000,27.615000),(10.417000,23.152000),(9.825000,23.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.989000,-21.843000),(131.943000,-24.397000),(140.374000,-15.682000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.036000,-1.601000),(64.931000,10.745000),(63.063000,15.249000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.598000,-1.936000),(184.244000,-2.571000),(185.318000,0.792000),(186.705000,3.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.461000,-16.601000),(207.211000,-24.173000),(211.017000,-25.505000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.203000,27.266000),(216.575000,25.042000),(216.409000,23.613000),(218.456000,17.509000),(225.216000,14.721000),(224.166000,20.641000),(224.863000,23.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.067000,7.440000),(214.717000,8.505000),(206.946000,-1.558000),(204.771000,-7.804000),(207.851000,-8.420000),(210.067000,-5.285000),(213.998000,-1.504000),(219.315000,2.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.507000,-33.265000),(246.053000,-31.223000),(247.722000,-30.573000),(249.490000,-29.464000),(239.809000,-26.508000),(237.942000,-22.532000),(237.731000,-25.360000),(242.038000,-33.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.214000,5.899000),(172.503000,5.395000),(175.935000,-1.586000),(174.271000,-7.826000),(175.412000,-8.714000),(185.365000,-6.108000),(187.494000,-4.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.675000,-5.196000),(258.875000,-7.923000),(261.357000,-6.084000),(263.156000,0.769000),(255.652000,-0.077000),(256.181000,4.583000),(254.883000,0.053000),(251.155000,6.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.878000,67.411000),(149.734000,57.781000),(163.223000,59.311000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.728000,-0.084000),(2.432000,-5.471000),(7.049000,-5.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.178000,-0.301000),(176.224000,-5.269000),(181.037000,0.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.990000,-31.171000),(5.209000,-31.655000),(1.442000,-32.867000),(355.157000,-34.914000),(8.063000,-41.139000),(8.244000,-42.004000),(9.418000,-33.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.774000,28.924000),(155.238000,27.665000),(159.818000,26.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.385000,-15.503000),(200.043000,-17.317000),(205.759000,-20.250000),(205.216000,-12.089000),(200.410000,-13.444000),(198.539000,-12.498000),(196.946000,-11.991000),(197.265000,-13.750000),(191.878000,-8.293000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.810000,-2.522000),(125.285000,-5.916000),(128.790000,-1.461000),(130.796000,7.635000),(118.404000,9.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.431000,11.873000),(346.850000,8.459000),(348.199000,8.159000),(355.652000,16.656000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.528000,2.141000),(180.096000,2.703000),(173.017000,6.062000),(175.924000,1.125000),(170.469000,-2.456000),(172.575000,-2.926000),(177.329000,-4.050000),(177.868000,-2.108000),(178.454000,-0.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.801000,-48.790000),(349.634000,-57.815000),(3.553000,-54.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.174000,34.772000),(59.613000,30.823000),(59.693000,30.280000),(61.008000,24.933000),(69.603000,26.836000),(70.481000,27.281000),(73.569000,27.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.313000,-41.791000),(273.879000,-41.079000),(290.484000,-38.712000),(274.381000,-37.498000),(267.331000,-39.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.306000,1.683000),(351.163000,3.147000),(355.470000,-0.469000),(353.314000,-4.611000),(5.893000,3.034000),(3.544000,6.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.106000,11.946000),(335.420000,5.206000),(341.928000,-1.142000),(346.381000,3.713000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.310000,-10.719000),(243.797000,0.543000),(242.158000,-11.367000),(243.661000,-15.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.440000,45.211000),(143.080000,41.361000),(156.748000,46.791000),(146.692000,50.125000),(150.046000,57.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.115000,39.444000),(146.061000,37.848000),(148.162000,33.860000),(148.800000,34.187000),(154.847000,36.056000),(153.071000,37.385000),(158.778000,39.441000),(151.803000,40.035000),(150.354000,46.495000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((191.838000,18.601000),(189.162000,28.434000),(187.248000,25.169000),(186.690000,23.978000),(183.568000,22.420000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.248000,11.956000),(162.564000,15.117000),(161.753000,15.669000),(155.932000,21.000000),(156.363000,14.972000),(153.014000,16.159000),(155.229000,13.840000),(157.169000,12.136000),(154.498000,6.685000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.542000,-9.816000),(3.024000,-10.286000),(2.160000,-13.727000),(4.453000,-17.644000),(7.313000,-13.122000),(9.931000,-10.806000),(5.879000,-4.878000),(5.602000,-7.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.354000,-12.423000),(345.311000,-11.258000),(334.394000,-16.986000),(337.362000,-14.700000),(338.816000,-13.577000),(341.051000,-12.198000),(341.390000,-11.940000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.443000,77.649000),(147.813000,74.752000),(183.285000,69.584000),(186.915000,66.552000),(189.392000,65.794000),(195.560000,72.666000),(205.713000,71.478000),(216.301000,71.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.681000,20.070000),(88.165000,24.423000),(84.614000,21.764000),(83.741000,22.574000),(82.686000,13.742000),(85.777000,19.256000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.278000,6.069000),(38.621000,4.923000),(45.169000,-1.609000),(50.447000,3.961000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.026000,-24.852000),(193.821000,-35.549000),(199.142000,-32.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.192000,4.169000),(331.105000,0.673000),(339.134000,-0.091000),(342.106000,7.575000),(331.252000,15.282000),(331.873000,6.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.029000,2.621000),(208.701000,6.950000),(200.428000,5.143000),(193.116000,7.109000),(198.374000,4.233000),(193.644000,4.738000),(196.975000,3.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.798000,-47.745000),(80.360000,-45.590000),(79.936000,-45.756000),(76.926000,-40.142000),(78.544000,-49.009000),(82.052000,-49.884000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.184000,-1.781000),(170.612000,-3.618000),(173.177000,-3.382000),(175.091000,-4.903000),(178.109000,-1.826000),(186.880000,3.190000),(173.681000,5.806000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.270000,-2.011000),(315.447000,0.000000),(307.913000,-9.591000),(315.686000,-10.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.525000,-55.816000),(195.405000,-48.178000),(191.263000,-51.922000),(189.673000,-52.985000),(188.523000,-53.121000),(188.615000,-58.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.925000,-13.813000),(14.626000,-22.693000),(19.182000,-17.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.911000,19.467000),(326.635000,14.721000),(322.665000,10.702000),(334.770000,7.630000),(333.151000,9.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.926000,-84.632000),(217.007000,-83.687000),(244.333000,-81.081000),(238.714000,-74.436000),(226.998000,-71.021000),(203.934000,-74.175000),(195.597000,-76.411000),(184.794000,-77.989000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.570000,42.991000),(341.947000,48.781000),(337.744000,45.786000),(337.371000,44.421000),(339.000000,34.743000),(340.829000,38.856000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.487000,37.328000),(178.436000,32.500000),(186.009000,32.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.203000,56.101000),(87.313000,60.703000),(75.988000,60.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.696000,4.458000),(184.742000,-1.205000),(178.729000,-1.886000),(184.158000,-4.652000),(185.863000,-8.824000),(186.490000,-6.428000),(190.251000,-10.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.060000,-45.112000),(116.021000,-42.474000),(115.992000,-41.640000),(115.248000,-42.214000),(110.011000,-45.633000),(106.760000,-51.076000),(108.973000,-49.227000),(109.050000,-53.071000),(111.892000,-47.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.083000,43.154000),(343.523000,39.747000),(350.689000,36.432000),(356.420000,36.642000),(356.621000,37.861000),(2.474000,37.543000),(359.329000,39.872000),(7.442000,42.903000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.407000,29.446000),(247.212000,27.865000),(247.345000,33.528000),(256.142000,31.866000),(246.900000,37.533000),(246.403000,37.620000),(240.476000,37.233000),(241.775000,35.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.308000,-3.450000),(178.029000,-3.414000),(173.971000,-10.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.734000,28.665000),(28.045000,31.031000),(30.014000,35.751000),(29.144000,36.887000),(27.396000,35.602000),(24.455000,33.190000),(20.975000,32.219000),(14.440000,33.037000),(12.410000,32.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.483000,-3.915000),(10.010000,-1.801000),(12.599000,-14.064000),(14.328000,-17.549000),(26.452000,-8.862000),(22.682000,-5.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((246.176000,-13.356000),(247.736000,-11.635000),(246.989000,-11.814000),(243.149000,-7.289000),(239.296000,-15.118000),(234.778000,-17.663000),(240.074000,-22.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.069000,79.070000),(112.296000,75.180000),(91.982000,72.763000),(104.304000,68.918000),(117.380000,72.159000),(120.696000,66.371000),(131.610000,69.633000),(132.193000,71.348000),(130.331000,78.853000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.867000,-45.334000),(227.684000,-44.754000),(224.289000,-47.311000),(219.790000,-45.721000),(212.536000,-46.913000),(221.087000,-52.878000),(223.629000,-52.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.398000,10.455000),(142.680000,15.101000),(124.695000,16.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.915000,-21.802000),(78.864000,-22.159000),(76.341000,-14.331000),(66.362000,-19.554000),(62.985000,-22.129000),(66.929000,-23.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.953000,-13.533000),(4.001000,-2.612000),(355.604000,-7.330000),(351.395000,-13.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.592000,78.276000),(123.555000,81.502000),(162.154000,80.956000),(212.455000,82.479000),(59.506000,81.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((85.695000,2.259000),(89.545000,7.915000),(88.418000,9.323000),(86.578000,9.411000),(84.643000,4.516000),(84.822000,-0.320000),(85.842000,-5.109000),(87.363000,0.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.547000,34.068000),(7.647000,29.618000),(7.457000,38.310000),(357.308000,42.307000),(358.403000,36.579000),(359.424000,28.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.765000,-3.955000),(358.271000,-2.919000),(354.758000,1.478000),(353.353000,-10.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.289000,41.367000),(199.059000,42.015000),(201.229000,31.259000),(205.853000,38.388000),(206.157000,34.680000),(210.835000,32.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.660000,10.122000),(198.268000,10.204000),(198.073000,9.961000),(195.703000,5.110000),(199.579000,6.573000),(200.198000,5.275000),(204.408000,6.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.941000,18.701000),(113.437000,19.185000),(110.645000,22.887000),(103.812000,29.091000),(103.879000,19.785000),(104.713000,15.587000),(109.208000,18.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.174000,9.070000),(151.903000,-4.095000),(154.382000,-2.898000),(159.154000,0.820000),(166.788000,-1.588000),(164.729000,5.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.341000,-79.850000),(78.667000,-77.281000),(97.832000,-74.288000),(70.019000,-71.501000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.873000,-24.312000),(213.571000,-23.118000),(206.408000,-20.642000),(203.884000,-19.329000),(200.502000,-21.651000),(200.209000,-24.118000),(206.576000,-25.956000),(208.707000,-22.840000),(214.818000,-28.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.287000,16.411000),(259.847000,17.811000),(256.075000,22.956000),(252.684000,10.908000),(253.493000,11.306000),(255.817000,11.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.383000,35.180000),(38.806000,35.215000),(39.759000,41.244000),(34.871000,34.063000),(34.276000,30.993000),(39.064000,29.541000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.899000,1.363000),(155.982000,12.505000),(145.497000,-2.570000),(147.737000,-2.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.867000,-3.457000),(76.585000,-6.668000),(76.428000,-6.790000),(78.656000,-8.840000),(80.713000,-11.342000),(80.778000,-9.207000),(81.503000,-8.984000),(81.805000,-7.325000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((53.905000,35.848000),(59.344000,34.773000),(57.843000,32.135000),(66.411000,36.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.037000,18.971000),(233.857000,22.608000),(232.593000,22.607000),(226.290000,15.587000),(230.054000,13.381000),(233.809000,12.961000),(234.392000,15.827000),(239.512000,12.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.779000,13.371000),(48.536000,16.784000),(49.440000,17.914000),(48.764000,19.435000),(47.579000,21.000000),(42.899000,19.055000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.857000,9.722000),(158.129000,18.042000),(158.350000,24.720000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.488000,-13.654000),(146.699000,-18.255000),(155.661000,-17.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.543000,-1.197000),(177.730000,-5.881000),(174.728000,-5.398000),(175.756000,-15.934000),(189.179000,-11.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.011000,-41.992000),(344.287000,-45.226000),(335.702000,-36.361000),(335.068000,-37.143000),(333.086000,-30.092000),(330.042000,-37.794000),(337.035000,-46.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.415000,-7.987000),(32.202000,-7.723000),(37.466000,-8.626000),(38.289000,-8.796000),(32.988000,-14.226000),(40.890000,-8.252000),(44.641000,-4.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.055000,11.871000),(112.128000,3.882000),(115.938000,-0.944000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((308.798000,67.096000),(313.223000,60.493000),(327.219000,57.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.538000,56.565000),(35.868000,57.342000),(37.053000,54.959000),(48.991000,58.772000),(55.181000,65.027000),(45.894000,64.063000),(39.157000,62.531000),(47.232000,66.865000),(26.834000,65.134000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.901000,13.390000),(34.897000,12.947000),(32.699000,6.871000),(38.755000,16.191000),(37.934000,17.295000),(41.125000,20.532000),(33.082000,17.985000),(34.188000,16.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.867000,24.351000),(285.555000,26.875000),(284.063000,27.138000),(270.345000,28.755000),(282.609000,18.019000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.699000,-3.461000),(186.710000,7.760000),(178.779000,4.892000),(177.978000,4.005000),(174.252000,2.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.444000,68.833000),(66.950000,73.055000),(56.570000,66.825000),(57.039000,64.930000),(52.981000,63.054000),(62.036000,61.699000),(62.154000,65.062000),(64.243000,61.802000),(73.854000,63.174000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.719000,47.641000),(21.138000,56.579000),(15.623000,48.152000),(15.127000,45.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.299000,14.488000),(159.224000,16.525000),(158.201000,18.563000),(153.726000,15.255000),(151.030000,15.018000),(143.003000,16.068000),(153.065000,4.509000),(154.353000,12.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.632000,14.485000),(108.386000,14.560000),(96.739000,15.201000),(100.269000,14.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.711000,59.856000),(110.556000,58.430000),(135.763000,51.048000),(130.837000,56.537000),(137.218000,51.963000),(132.471000,59.680000),(136.146000,67.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.856000,-58.673000),(355.133000,-57.700000),(1.673000,-53.561000),(351.410000,-54.908000),(349.130000,-50.459000),(350.496000,-59.927000),(353.814000,-61.516000),(355.145000,-59.822000),(9.246000,-61.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.580000,-0.165000),(343.660000,-2.003000),(342.533000,8.815000),(336.142000,10.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.933000,-23.227000),(218.202000,-16.314000),(211.236000,-14.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.806000,-49.279000),(177.534000,-48.398000),(183.836000,-44.198000),(183.765000,-43.338000),(182.169000,-38.154000),(171.306000,-45.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.569000,21.348000),(184.350000,17.972000),(190.092000,17.654000),(191.469000,18.409000),(196.271000,21.164000),(198.298000,28.178000),(193.868000,27.053000),(190.961000,28.107000),(188.250000,26.143000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.251000,-14.035000),(53.487000,-17.055000),(50.701000,-22.829000),(53.845000,-23.411000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.712000,10.962000),(358.640000,8.392000),(357.782000,6.209000),(355.729000,7.389000),(351.085000,-0.472000),(352.420000,-1.182000),(353.640000,-4.867000),(356.667000,2.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.918000,-13.629000),(177.029000,-10.078000),(181.022000,-19.845000),(183.217000,-23.539000),(184.023000,-20.469000),(189.357000,-18.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.048000,-48.447000),(6.926000,-43.179000),(351.532000,-38.874000),(352.216000,-44.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((116.038000,-6.344000),(123.039000,-7.825000),(128.439000,-8.302000),(125.532000,-6.055000),(133.268000,-2.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.570000,4.468000),(327.145000,-1.663000),(329.620000,-2.406000),(338.276000,-0.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.249000,27.292000),(239.605000,27.580000),(239.711000,23.359000),(245.433000,21.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.433000,-56.909000),(168.938000,-58.673000),(179.548000,-58.253000),(186.936000,-56.929000),(180.942000,-48.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((228.687000,-37.887000),(233.017000,-42.534000),(236.895000,-42.557000),(245.453000,-36.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.087000,-27.489000),(334.610000,-36.743000),(342.439000,-33.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.057000,-2.508000),(353.638000,-2.993000),(352.080000,-8.664000),(2.353000,-10.044000),(4.540000,-4.802000),(8.997000,-2.203000),(4.867000,3.913000),(3.237000,3.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.589000,44.426000),(14.443000,47.179000),(9.525000,50.560000),(9.085000,45.753000),(0.553000,44.350000),(359.882000,38.608000),(9.392000,39.205000),(11.523000,33.219000),(10.770000,39.388000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.036000,45.657000),(79.680000,48.587000),(80.709000,42.561000),(86.701000,47.177000),(90.164000,51.986000),(81.669000,55.848000),(67.311000,56.589000),(66.864000,50.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.513000,0.303000),(318.025000,2.583000),(311.207000,9.454000),(309.615000,8.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.602000,-7.072000),(304.302000,-15.110000),(306.219000,-15.534000),(302.378000,-12.407000),(302.685000,-12.278000),(299.244000,-3.679000),(299.275000,-7.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.923000,-4.516000),(357.867000,-7.429000),(0.567000,-4.026000),(3.316000,-9.471000),(4.828000,-10.946000),(6.655000,2.702000),(0.363000,3.118000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.512000,5.272000),(169.171000,7.949000),(165.986000,-4.535000),(170.524000,0.038000),(169.862000,-2.444000),(172.840000,-1.353000),(177.073000,4.101000),(173.890000,3.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.548000,-43.283000),(265.060000,-48.443000),(270.612000,-41.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.768000,45.284000),(162.502000,39.336000),(157.656000,39.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.717000,46.335000),(231.331000,42.469000),(225.523000,38.073000),(227.270000,36.673000),(228.536000,37.409000),(232.310000,39.506000),(231.321000,34.413000),(239.575000,33.688000),(242.672000,47.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.624000,38.955000),(258.918000,38.439000),(250.474000,34.094000),(252.484000,30.256000),(258.019000,29.880000),(269.437000,27.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.940000,-48.350000),(9.547000,-58.017000),(25.414000,-54.852000),(19.421000,-50.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.789000,3.734000),(17.565000,1.827000),(10.176000,4.219000),(16.340000,-3.695000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.301000,-34.314000),(355.111000,-34.345000),(342.909000,-33.619000),(343.423000,-34.476000),(346.401000,-40.003000),(355.646000,-37.420000),(3.388000,-42.935000),(357.356000,-36.559000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((273.764000,-11.330000),(278.191000,-7.638000),(276.483000,-6.678000),(270.679000,-9.235000),(270.324000,-11.206000),(263.368000,-12.436000),(262.486000,-14.445000),(270.651000,-12.406000),(271.504000,-13.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.288000,30.539000),(177.750000,23.884000),(186.280000,21.237000),(187.022000,27.399000),(180.754000,30.135000),(179.210000,37.800000),(175.300000,32.853000),(172.193000,35.354000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.926000,-43.212000),(87.986000,-41.780000),(87.558000,-39.782000),(88.999000,-34.621000),(81.952000,-36.790000),(77.816000,-35.160000),(79.688000,-38.696000),(82.727000,-42.229000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.737000,18.052000),(179.434000,13.308000),(187.196000,16.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.173000,-34.393000),(46.480000,-22.166000),(41.106000,-25.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.809000,-14.801000),(341.012000,-14.674000),(340.580000,0.063000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.519000,-73.289000),(261.416000,-64.744000),(243.855000,-69.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.181000,13.366000),(331.975000,10.134000),(334.254000,9.539000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.189000,-7.869000),(6.764000,-8.357000),(0.605000,-4.940000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.914000,52.216000),(104.924000,45.682000),(111.649000,48.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.265000,-47.567000),(170.444000,-56.872000),(182.849000,-54.388000),(183.536000,-53.506000),(197.722000,-52.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.837000,42.906000),(60.320000,47.786000),(58.469000,47.313000),(54.112000,42.693000),(60.327000,35.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.087000,23.301000),(162.417000,20.508000),(161.092000,31.134000),(159.063000,29.204000),(153.423000,22.686000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.181000,4.833000),(189.991000,1.690000),(189.860000,1.107000),(196.373000,-4.727000),(199.662000,6.863000),(196.825000,6.775000),(197.573000,8.748000),(194.655000,7.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.919000,-56.540000),(26.941000,-54.173000),(25.550000,-63.100000),(32.535000,-58.203000),(35.130000,-56.766000),(31.886000,-56.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((299.437000,11.184000),(299.253000,-0.125000),(307.202000,-4.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.058000,5.033000),(7.004000,3.744000),(6.705000,1.000000),(15.231000,-2.263000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.298000,56.229000),(243.821000,59.697000),(245.132000,53.517000),(239.540000,46.240000),(248.912000,43.334000),(256.930000,49.344000),(254.102000,52.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.715000,6.473000),(6.093000,12.027000),(356.318000,6.511000),(352.386000,7.927000),(352.161000,-0.158000),(358.407000,-4.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.118000,44.127000),(33.541000,49.189000),(26.142000,52.890000),(35.044000,55.273000),(9.194000,49.407000),(15.044000,49.587000),(14.525000,48.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.945000,-23.258000),(187.256000,-26.659000),(188.127000,-29.695000),(194.437000,-32.039000),(199.057000,-25.842000),(198.769000,-23.381000),(193.534000,-19.223000),(191.036000,-21.791000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((67.509000,44.032000),(72.742000,45.698000),(65.927000,49.433000),(69.460000,57.467000),(51.859000,54.743000),(55.222000,52.557000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((125.800000,-56.136000),(136.983000,-55.570000),(127.908000,-53.720000),(138.508000,-50.136000),(129.998000,-52.410000),(130.481000,-51.013000),(129.103000,-45.747000),(124.943000,-50.509000),(109.028000,-54.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.089000,-38.593000),(192.436000,-33.966000),(182.400000,-30.753000),(179.089000,-31.731000),(175.919000,-39.855000),(191.489000,-45.623000),(186.668000,-41.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.024000,-16.324000),(222.709000,-19.491000),(223.757000,-25.863000),(225.910000,-26.032000),(229.135000,-31.367000),(228.873000,-28.313000),(232.931000,-27.957000),(235.636000,-19.475000),(231.696000,-20.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.378000,1.017000),(181.909000,8.185000),(181.495000,10.308000),(180.496000,3.711000),(179.791000,2.910000),(174.765000,3.278000),(179.312000,-5.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.808000,-8.025000),(339.482000,-10.516000),(345.153000,-12.818000),(341.910000,-5.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.245000,-10.106000),(341.359000,-12.824000),(345.854000,-12.359000),(352.546000,-17.051000),(353.836000,-9.278000),(350.743000,-8.295000),(354.017000,-4.391000),(349.306000,-2.875000),(346.940000,-9.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.428000,17.764000),(322.609000,16.956000),(329.477000,9.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.278000,-17.845000),(356.077000,-19.851000),(357.049000,-7.800000),(346.789000,-14.265000),(340.659000,-17.565000),(341.240000,-17.353000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.327000,-26.220000),(2.331000,-26.085000),(1.783000,-23.710000),(0.338000,-17.686000),(356.581000,-17.747000),(353.861000,-14.828000),(352.059000,-23.240000),(353.320000,-23.839000),(345.993000,-23.655000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.161000,-2.575000),(109.437000,-0.942000),(103.300000,-9.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.702000,-13.772000),(175.600000,-6.763000),(172.983000,-3.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.324000,-9.785000),(352.716000,-11.773000),(358.861000,-18.042000),(357.590000,-15.937000),(2.001000,-7.219000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.002000,70.807000),(60.741000,75.100000),(83.013000,80.462000),(82.886000,81.196000),(67.373000,83.773000),(45.607000,80.319000),(43.670000,80.059000),(48.656000,76.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.243000,1.193000),(168.521000,-0.526000),(173.966000,-3.103000),(181.943000,-7.461000),(184.622000,-0.139000),(180.152000,8.533000),(179.214000,8.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((336.690000,-3.550000),(336.877000,-3.268000),(336.674000,-2.337000),(333.091000,-2.133000),(333.333000,-4.051000),(329.401000,-1.127000),(334.434000,-7.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.660000,64.185000),(342.349000,67.103000),(342.618000,67.377000),(342.764000,68.434000),(358.924000,67.635000),(356.185000,71.781000),(350.609000,72.052000),(326.372000,75.989000),(328.560000,69.917000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.083000,17.205000),(56.744000,20.752000),(50.932000,23.353000),(49.325000,20.855000),(50.186000,13.631000),(52.814000,17.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.280000,-1.493000),(1.130000,5.484000),(346.918000,12.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.646000,32.205000),(48.838000,31.623000),(50.772000,30.937000),(50.692000,29.993000),(59.438000,24.728000),(66.258000,31.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.732000,-65.184000),(207.820000,-73.238000),(194.833000,-55.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.020000,-87.694000),(161.323000,-86.411000),(145.895000,-83.137000),(94.764000,-83.833000),(61.707000,-87.222000),(283.685000,-83.634000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.758000,51.688000),(151.682000,48.495000),(153.076000,43.832000),(157.068000,46.622000),(163.283000,43.188000),(159.224000,51.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.037000,-30.252000),(111.766000,-29.388000),(115.557000,-31.644000),(114.316000,-29.693000),(115.155000,-27.012000),(114.872000,-23.413000),(111.917000,-20.619000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.926000,-5.891000),(155.583000,-2.816000),(153.677000,-15.842000),(158.763000,-9.390000),(157.174000,-8.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.249000,27.272000),(140.553000,26.245000),(140.548000,23.725000),(149.213000,25.930000),(144.351000,31.368000),(154.394000,33.463000),(153.159000,34.203000),(150.448000,37.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.055000,19.411000),(16.750000,16.241000),(15.230000,16.108000),(15.628000,6.820000),(19.791000,10.230000),(24.035000,12.956000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.150000,-17.916000),(57.264000,-14.889000),(62.926000,-16.633000),(59.714000,-5.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.545000,-34.921000),(131.128000,-44.799000),(137.189000,-40.445000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.537000,-3.117000),(101.930000,-13.580000),(99.005000,-19.023000),(105.476000,-15.102000),(115.678000,-13.312000),(114.049000,-10.274000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.255000,10.434000),(325.425000,19.601000),(316.235000,13.004000),(319.725000,12.989000),(316.941000,11.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.433000,5.452000),(353.451000,10.174000),(354.145000,2.527000),(358.077000,3.230000),(0.925000,0.160000),(4.305000,-1.645000),(6.987000,7.516000),(5.094000,9.248000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.017000,3.883000),(249.423000,18.709000),(244.165000,12.157000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.445000,-7.861000),(173.856000,-9.274000),(183.579000,-4.670000),(184.660000,-4.465000),(185.278000,1.809000),(183.260000,-0.112000),(180.125000,-3.596000),(175.469000,-1.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.273000,-81.392000),(242.946000,-84.490000),(196.692000,-76.284000),(183.104000,-73.799000),(173.226000,-73.263000),(152.719000,-76.360000),(185.928000,-77.999000),(183.568000,-80.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.101000,-9.042000),(236.155000,-12.312000),(238.121000,-16.230000),(239.312000,-18.361000),(246.544000,-12.458000),(245.870000,-9.258000),(231.730000,-5.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.913000,5.776000),(304.849000,-3.477000),(307.516000,-3.123000),(315.470000,0.436000),(315.966000,0.420000),(313.072000,3.226000),(313.526000,8.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.082000,48.492000),(4.978000,50.391000),(3.591000,48.628000),(0.163000,54.698000),(358.296000,48.807000),(359.508000,45.503000),(8.525000,41.803000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.277000,-37.729000),(297.602000,-36.256000),(302.144000,-33.562000),(298.068000,-21.401000),(295.975000,-21.730000),(293.135000,-25.926000),(290.871000,-24.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.392000,-3.391000),(19.830000,-0.712000),(16.647000,-4.574000),(16.981000,-8.733000),(15.267000,-9.732000),(15.467000,-9.892000),(9.144000,-12.498000),(10.125000,-14.809000),(19.654000,-18.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.951000,-35.330000),(282.894000,-36.851000),(283.373000,-40.736000),(284.404000,-41.583000),(284.712000,-41.939000),(289.167000,-49.225000),(288.482000,-39.770000),(288.839000,-33.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.249000,66.193000),(304.022000,53.328000),(305.834000,50.251000),(306.845000,58.337000),(308.153000,58.079000),(318.284000,56.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.471000,18.987000),(19.995000,15.437000),(22.496000,15.428000),(30.288000,16.897000),(27.033000,17.289000),(27.060000,18.837000),(28.459000,20.030000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.365000,-18.994000),(73.809000,-20.718000),(78.366000,-20.949000),(77.516000,-19.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.335000,-14.250000),(38.302000,-14.402000),(33.413000,-20.602000),(34.664000,-20.993000),(33.495000,-21.173000),(35.842000,-26.279000),(44.152000,-21.962000),(47.077000,-24.915000),(44.039000,-20.866000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.032000,25.007000),(35.677000,24.932000),(35.800000,25.371000),(37.520000,22.169000),(35.919000,28.199000),(36.820000,27.865000),(32.917000,30.963000),(30.823000,26.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((43.643000,49.405000),(40.352000,45.017000),(52.255000,50.181000),(52.645000,51.150000),(55.539000,52.555000),(49.704000,53.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.403000,-19.481000),(181.328000,-17.878000),(187.670000,-20.155000),(186.073000,-16.363000),(188.348000,-9.532000),(187.482000,-9.368000),(182.638000,-7.166000),(181.146000,-9.826000),(180.709000,-11.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.696000,32.549000),(217.934000,32.400000),(222.735000,24.721000),(222.769000,34.780000),(222.546000,35.230000),(219.622000,41.387000),(214.153000,38.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.989000,-9.060000),(269.938000,-7.210000),(274.346000,-10.358000),(264.940000,1.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.758000,-65.330000),(301.612000,-60.912000),(302.293000,-60.342000),(283.924000,-50.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.051000,18.842000),(107.732000,13.522000),(107.129000,12.929000),(116.235000,14.117000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.525000,-38.445000),(194.749000,-30.913000),(182.388000,-30.391000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.866000,47.766000),(340.519000,51.856000),(335.597000,52.554000),(328.234000,53.124000),(325.278000,54.651000),(317.188000,55.312000),(325.541000,51.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.493000,33.038000),(54.399000,31.599000),(52.281000,25.430000),(62.113000,34.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.033000,-16.419000),(220.284000,-9.342000),(214.985000,-6.435000),(214.130000,-1.374000),(206.288000,-6.321000),(209.920000,-9.001000),(212.886000,-10.921000),(214.187000,-14.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.646000,24.102000),(171.388000,24.748000),(169.807000,10.825000),(168.771000,6.910000),(171.537000,11.827000),(175.107000,18.158000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((347.822000,8.915000),(349.624000,21.285000),(344.828000,10.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.056000,-6.981000),(212.786000,0.350000),(205.801000,4.804000),(197.901000,4.229000),(201.612000,2.075000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.327000,28.376000),(200.185000,25.931000),(204.820000,32.939000),(205.576000,36.283000),(205.804000,37.852000),(204.104000,37.224000),(203.008000,37.543000),(201.689000,33.715000),(192.773000,31.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.536000,-6.111000),(228.888000,-6.170000),(227.850000,-5.891000),(224.563000,-6.503000),(227.593000,-9.797000),(230.167000,-11.944000),(232.674000,-11.686000),(236.415000,-15.460000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((301.050000,27.016000),(296.554000,38.553000),(298.944000,35.064000),(296.365000,33.150000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.136000,-29.322000),(295.116000,-28.513000),(282.292000,-19.038000),(280.752000,-21.418000),(284.067000,-27.054000),(290.216000,-32.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.737000,-7.133000),(229.661000,5.675000),(225.242000,-2.758000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.908000,10.920000),(323.886000,11.248000),(317.024000,2.631000),(322.173000,7.511000),(319.643000,0.341000),(324.009000,5.558000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.332000,14.958000),(324.027000,24.366000),(311.203000,18.256000),(318.089000,14.854000),(316.627000,13.379000),(320.626000,10.308000),(321.324000,12.638000),(324.202000,7.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.251000,63.631000),(2.251000,74.416000),(351.150000,81.269000),(345.677000,73.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.119000,-1.465000),(167.228000,4.062000),(160.188000,1.351000),(157.239000,0.054000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.607000,39.318000),(45.790000,35.106000),(56.132000,31.110000),(49.023000,34.523000),(53.903000,35.951000),(50.229000,36.678000),(52.296000,40.981000),(47.806000,39.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.656000,-6.629000),(14.000000,-12.819000),(14.448000,-14.710000),(8.362000,-13.853000),(11.323000,-17.932000),(20.201000,-12.940000),(16.947000,-12.869000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.064000,39.890000),(207.186000,44.845000),(206.792000,39.757000),(207.560000,43.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.129000,0.735000),(185.040000,4.958000),(176.741000,3.269000),(176.977000,1.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.683000,-34.475000),(205.870000,-25.907000),(203.745000,-31.368000),(210.887000,-41.409000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.254000,-64.438000),(60.287000,-59.240000),(55.502000,-62.420000),(53.942000,-67.863000),(77.443000,-66.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.981000,63.626000),(169.787000,55.105000),(176.771000,60.209000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.473000,8.427000),(173.778000,9.093000),(166.816000,2.378000),(168.206000,2.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.600000,-17.676000),(343.231000,-14.119000),(340.437000,-18.486000),(350.830000,-18.139000),(347.181000,-7.831000),(344.535000,-7.207000),(343.528000,-6.729000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.463000,-50.533000),(277.714000,-56.693000),(278.037000,-49.957000),(289.203000,-53.991000),(278.450000,-47.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.174000,-2.729000),(227.013000,3.923000),(223.385000,5.325000),(217.801000,5.300000),(214.760000,8.007000),(215.623000,-4.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.785000,-14.042000),(359.716000,-9.331000),(357.108000,-13.068000),(357.916000,-15.705000),(358.917000,-14.735000),(0.299000,-12.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.285000,22.072000),(328.506000,29.090000),(316.192000,34.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((130.593000,6.038000),(141.570000,-0.840000),(134.837000,1.786000),(135.333000,2.102000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.232000,31.365000),(194.744000,34.244000),(191.039000,36.681000),(200.266000,21.196000),(199.212000,22.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((94.030000,-56.375000),(90.664000,-51.963000),(83.016000,-51.667000),(77.113000,-53.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.125000,53.214000),(344.580000,50.638000),(353.285000,64.005000),(347.044000,62.434000),(348.533000,57.803000),(344.857000,56.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.404000,-16.219000),(166.216000,-23.037000),(162.839000,-11.649000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.662000,39.296000),(300.575000,35.174000),(299.614000,50.301000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.616000,29.507000),(169.920000,13.256000),(171.014000,18.649000),(176.474000,16.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.443000,-18.771000),(161.269000,-21.721000),(156.412000,-19.045000),(160.193000,-23.768000),(160.680000,-25.185000),(168.118000,-28.472000),(163.757000,-24.089000),(165.182000,-19.606000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.929000,-0.457000),(232.944000,-6.496000),(232.621000,-7.626000),(232.922000,-13.964000),(244.762000,-3.987000),(245.393000,-2.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.152000,-61.362000),(27.715000,-60.902000),(33.473000,-68.294000),(63.894000,-64.692000),(54.759000,-62.506000),(47.523000,-62.257000),(48.457000,-59.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.784000,-23.056000),(339.344000,-26.879000),(348.717000,-25.394000),(350.852000,-21.924000),(353.857000,-20.263000),(345.673000,-18.636000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.859000,-48.037000),(127.473000,-48.634000),(114.224000,-49.007000),(123.067000,-57.321000),(130.695000,-58.736000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.156000,54.786000),(198.422000,50.162000),(191.635000,48.810000),(201.077000,44.023000),(202.039000,46.984000),(203.279000,48.072000),(204.136000,49.149000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.097000,43.906000),(283.371000,45.428000),(293.596000,40.960000),(289.829000,36.522000),(289.383000,34.168000),(293.277000,39.907000),(298.709000,33.039000),(304.460000,44.699000),(297.818000,43.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.535000,0.170000),(352.355000,-3.835000),(354.420000,4.040000),(342.785000,-8.533000),(348.036000,-12.647000),(350.554000,-12.453000),(351.517000,-11.422000),(351.805000,-5.959000),(352.874000,-4.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.386000,-19.765000),(352.817000,-5.756000),(348.754000,-9.342000),(345.010000,-6.073000),(343.503000,-12.771000),(342.334000,-13.322000),(341.444000,-16.852000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.691000,-5.660000),(5.138000,-1.251000),(7.468000,6.324000),(1.560000,2.022000),(2.223000,8.401000),(0.441000,3.058000),(354.821000,3.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.111000,-10.470000),(26.729000,-17.262000),(31.096000,-21.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.455000,-6.239000),(0.443000,-13.401000),(359.238000,-6.080000),(353.909000,-15.710000),(354.409000,-17.594000),(3.313000,-18.924000),(7.293000,-19.173000),(7.247000,-17.876000),(1.857000,-12.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.000000,24.641000),(299.067000,26.797000),(300.010000,27.750000),(301.561000,32.086000),(300.389000,34.085000),(297.606000,34.646000),(293.345000,28.104000),(291.394000,28.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.171000,-0.996000),(184.834000,1.918000),(178.812000,5.829000),(178.159000,3.625000),(177.644000,2.971000),(170.364000,2.190000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((93.757000,-43.974000),(104.810000,-45.565000),(92.274000,-38.690000),(90.474000,-44.131000),(91.932000,-44.036000),(92.744000,-45.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((338.710000,29.673000),(336.831000,24.925000),(339.089000,23.520000),(339.457000,22.724000),(348.304000,21.959000),(353.851000,23.928000),(350.901000,24.678000),(351.708000,31.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.613000,20.912000),(166.203000,20.602000),(162.077000,20.945000),(163.845000,14.356000),(155.631000,14.574000),(163.011000,13.764000),(159.080000,11.639000),(167.685000,11.216000),(169.136000,10.594000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.486000,-12.943000),(2.938000,-20.429000),(3.891000,-17.760000),(10.668000,-9.149000),(10.318000,-8.246000),(1.132000,-7.637000),(356.579000,-7.913000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.536000,-5.372000),(43.858000,-7.485000),(38.861000,-3.464000),(39.436000,-15.500000),(45.447000,-13.248000),(51.445000,-14.922000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.056000,72.641000),(67.958000,76.170000),(59.451000,61.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.033000,45.133000),(151.789000,47.607000),(148.936000,45.716000),(140.765000,42.536000),(146.660000,41.366000),(153.362000,31.205000),(154.449000,31.424000),(165.969000,39.922000),(159.006000,41.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.387000,-31.441000),(262.786000,-30.307000),(258.845000,-28.752000),(263.928000,-40.450000),(266.063000,-35.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.842000,-44.044000),(316.026000,-52.478000),(322.939000,-57.463000),(318.281000,-49.393000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.900000,18.663000),(339.265000,17.135000),(337.330000,19.972000),(333.112000,19.387000),(331.641000,12.032000),(334.062000,11.760000),(331.906000,8.898000),(343.651000,6.518000),(345.558000,8.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((87.159000,10.843000),(86.697000,4.243000),(86.307000,0.621000),(94.247000,2.063000),(100.464000,-0.276000),(93.630000,14.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.916000,11.142000),(272.948000,15.448000),(277.224000,15.274000),(277.390000,22.025000),(271.121000,17.281000),(273.100000,20.289000),(271.356000,26.254000),(268.538000,16.762000),(270.051000,11.848000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.320000,-16.754000),(346.487000,-23.560000),(351.503000,-24.523000),(359.844000,-19.991000),(3.567000,-15.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.812000,6.898000),(27.231000,16.228000),(15.574000,12.810000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.042000,-11.417000),(170.379000,-10.176000),(172.661000,-12.536000),(182.034000,-9.700000),(173.604000,-3.813000),(171.178000,-7.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.084000,78.611000),(213.754000,72.954000),(247.017000,68.638000),(251.897000,74.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.233000,18.103000),(191.744000,5.388000),(199.359000,10.676000),(201.750000,9.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.087000,11.529000),(341.751000,20.851000),(334.981000,23.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.253000,7.011000),(187.048000,10.564000),(183.263000,14.129000),(182.233000,16.025000),(178.909000,18.320000),(178.084000,15.159000),(178.873000,11.219000),(173.297000,6.654000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.724000,6.339000),(131.798000,13.304000),(130.910000,13.312000),(125.329000,16.531000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.067000,11.631000),(27.980000,12.125000),(24.017000,15.620000),(25.595000,19.191000),(18.667000,16.552000),(11.732000,12.832000),(10.362000,11.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.960000,-36.054000),(294.571000,-35.856000),(308.136000,-44.950000),(306.366000,-40.077000),(306.709000,-40.039000),(308.805000,-36.198000),(304.497000,-32.328000),(304.307000,-27.970000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.087000,-1.580000),(6.544000,1.927000),(2.153000,3.461000),(355.778000,3.066000),(351.478000,2.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.239000,-10.763000),(272.181000,-11.977000),(272.924000,-16.843000),(275.574000,-23.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.795000,-64.435000),(169.022000,-63.513000),(174.656000,-68.377000),(195.339000,-65.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.865000,3.168000),(173.187000,5.146000),(174.195000,5.910000),(171.571000,5.093000),(169.816000,10.193000),(166.253000,-5.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.460000,55.751000),(159.228000,58.301000),(166.227000,65.704000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.562000,-42.546000),(32.945000,-41.800000),(29.471000,-40.320000),(20.022000,-37.882000),(20.916000,-43.189000),(18.281000,-43.976000),(23.160000,-48.337000),(29.058000,-45.005000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.672000,83.531000),(125.375000,87.849000),(110.005000,87.064000),(301.729000,88.489000),(100.086000,78.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.816000,18.162000),(202.574000,24.835000),(188.687000,30.260000),(193.479000,25.545000),(192.434000,21.310000),(192.855000,16.888000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.312000,62.359000),(336.358000,56.017000),(332.850000,47.334000),(337.333000,51.705000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.866000,-0.521000),(208.895000,-16.012000),(210.094000,-8.817000),(210.506000,-7.722000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.817000,-23.830000),(106.811000,-24.418000),(110.716000,-18.980000),(102.032000,-11.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.398000,2.033000),(357.778000,-8.234000),(3.524000,0.209000),(4.063000,2.592000),(6.232000,7.234000),(359.705000,1.929000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.470000,34.290000),(347.095000,23.748000),(350.007000,28.697000),(349.114000,27.098000),(349.609000,29.120000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.011000,-5.217000),(184.679000,-5.465000),(185.305000,-3.480000),(180.330000,2.400000),(176.136000,1.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((59.193000,39.640000),(55.077000,42.985000),(47.568000,41.732000),(44.695000,42.608000),(38.924000,45.001000),(40.222000,37.883000),(43.948000,35.903000),(46.072000,35.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.329000,32.075000),(37.274000,29.150000),(37.458000,27.528000),(42.223000,25.829000),(44.237000,27.510000),(49.397000,26.083000),(51.908000,28.781000),(45.972000,35.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.890000,-59.317000),(347.091000,-61.243000),(357.130000,-56.607000),(345.429000,-53.397000),(345.668000,-56.197000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.743000,-51.080000),(178.463000,-52.816000),(203.487000,-57.371000),(197.504000,-55.935000),(205.548000,-54.656000),(194.025000,-52.548000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.377000,28.266000),(336.244000,24.381000),(343.875000,15.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.163000,-19.812000),(16.550000,-16.136000),(17.313000,-15.290000),(8.345000,-18.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((245.261000,-21.028000),(238.111000,-25.946000),(252.923000,-30.626000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.534000,13.891000),(324.595000,14.876000),(317.550000,15.226000),(321.629000,19.232000),(313.713000,17.178000),(313.228000,14.792000),(310.142000,15.173000),(313.697000,4.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.315000,-42.395000),(27.700000,-42.743000),(32.709000,-39.991000),(36.870000,-34.604000),(19.664000,-35.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.050000,26.366000),(138.144000,20.928000),(142.554000,21.217000),(136.455000,32.578000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.219000,-28.075000),(217.128000,-28.538000),(230.376000,-27.027000),(223.467000,-23.822000),(225.077000,-17.963000),(220.691000,-19.568000),(216.175000,-16.638000),(218.002000,-21.470000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.811000,-28.253000),(69.209000,-28.040000),(62.777000,-20.514000),(67.635000,-13.426000),(66.269000,-15.119000),(61.677000,-14.844000),(54.763000,-20.375000),(55.738000,-22.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.989000,16.881000),(202.308000,21.104000),(207.515000,19.928000),(205.878000,22.395000),(210.415000,26.204000),(205.915000,25.041000),(202.370000,26.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((144.993000,36.800000),(142.100000,41.470000),(139.339000,36.358000),(139.684000,40.174000),(131.853000,39.189000),(134.547000,26.482000),(135.001000,26.460000),(139.881000,29.135000),(145.184000,26.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.561000,3.516000),(169.482000,-0.701000),(173.781000,-4.399000),(175.113000,-1.033000),(181.022000,-0.665000),(179.020000,7.920000),(174.444000,10.962000),(169.304000,11.687000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.473000,-26.780000),(200.622000,-31.026000),(202.207000,-36.305000),(204.733000,-35.118000),(205.506000,-37.054000),(207.169000,-40.591000),(206.282000,-34.565000),(215.794000,-33.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.437000,-51.300000),(13.971000,-57.812000),(21.543000,-52.552000),(22.205000,-52.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.267000,-2.655000),(142.655000,-6.121000),(145.666000,-13.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.416000,-16.579000),(338.160000,-19.411000),(358.074000,-17.181000),(349.530000,-16.397000),(355.058000,-9.844000),(351.642000,-10.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.558000,-11.492000),(296.196000,-8.043000),(295.405000,-9.223000),(303.198000,-17.659000),(302.448000,-15.273000),(302.993000,-10.921000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.323000,-10.076000),(325.132000,-12.716000),(328.424000,-11.528000),(328.406000,-10.829000),(317.104000,-3.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.765000,4.208000),(43.753000,4.089000),(49.314000,-4.274000),(49.663000,-3.578000),(58.534000,-1.217000),(57.255000,1.578000),(58.751000,3.008000),(54.720000,4.765000),(53.415000,4.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.103000,-14.229000),(79.604000,-15.956000),(77.489000,-20.173000),(88.977000,-18.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.904000,-11.405000),(172.231000,-19.551000),(176.708000,-19.355000),(179.346000,-20.452000),(175.026000,-8.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.040000,16.131000),(36.237000,18.886000),(36.083000,21.573000),(32.964000,21.750000),(29.453000,25.931000),(27.739000,20.128000),(19.796000,14.967000),(25.787000,16.632000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.506000,-33.029000),(139.557000,-30.782000),(138.008000,-32.015000),(139.344000,-24.732000),(135.315000,-33.839000),(132.035000,-40.618000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.856000,-2.434000),(313.720000,4.551000),(302.028000,8.277000),(303.465000,-7.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.184000,-28.300000),(208.053000,-30.382000),(219.898000,-27.850000),(219.358000,-20.225000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.624000,10.843000),(140.977000,13.675000),(142.505000,19.275000),(135.826000,15.633000),(128.825000,14.697000),(129.955000,14.359000),(136.766000,8.236000),(135.840000,13.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.861000,51.079000),(328.822000,54.348000),(320.919000,54.235000),(317.068000,51.758000),(316.604000,50.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.149000,56.205000),(6.920000,53.296000),(344.260000,59.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.567000,-22.937000),(3.532000,-22.414000),(9.471000,-22.112000),(10.025000,-18.046000),(3.141000,-17.161000),(358.908000,-11.560000),(1.646000,-19.275000),(354.270000,-21.664000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((312.527000,40.399000),(301.251000,46.670000),(301.134000,43.812000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.427000,-63.417000),(45.201000,-66.348000),(23.615000,-67.499000),(61.019000,-76.808000),(56.495000,-74.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.068000,-2.096000),(154.992000,-2.947000),(156.476000,-3.581000),(158.133000,-5.337000),(168.053000,-3.516000),(162.731000,-1.536000),(156.840000,5.960000),(155.138000,6.792000),(157.513000,1.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.001000,51.181000),(341.387000,52.325000),(325.918000,48.978000),(334.805000,45.765000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.400000,-1.062000),(45.287000,0.657000),(39.489000,3.303000),(41.132000,5.308000),(35.813000,2.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.630000,42.478000),(356.245000,41.710000),(349.243000,40.989000),(355.794000,39.813000),(8.192000,39.217000),(2.274000,42.291000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.046000,81.462000),(18.221000,76.741000),(65.302000,83.652000),(296.257000,82.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.848000,35.177000),(302.756000,35.585000),(312.100000,31.377000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.957000,-66.159000),(188.456000,-69.302000),(209.213000,-71.770000),(208.736000,-65.618000),(206.363000,-60.795000),(193.866000,-56.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.191000,21.888000),(217.963000,19.353000),(217.749000,13.672000),(219.084000,14.807000),(220.837000,16.233000),(225.329000,11.718000),(226.710000,14.487000),(223.811000,18.550000),(225.486000,20.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((243.620000,16.783000),(243.997000,23.964000),(241.937000,16.458000),(240.027000,13.515000),(233.001000,10.840000),(243.631000,8.088000),(247.704000,8.118000),(251.722000,9.880000),(247.686000,14.034000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.294000,-0.074000),(184.570000,0.344000),(178.316000,6.353000),(183.858000,-8.634000),(187.160000,-4.246000),(189.436000,1.175000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.065000,-33.417000),(32.865000,-20.270000),(22.919000,-15.051000),(24.888000,-22.755000),(17.115000,-22.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.903000,-15.136000),(181.965000,-10.784000),(179.360000,-5.843000),(176.967000,-0.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.120000,2.147000),(25.684000,-3.165000),(30.832000,0.245000),(29.318000,-6.618000),(37.011000,-3.371000),(39.585000,0.840000),(36.915000,6.934000),(37.348000,9.350000),(31.309000,4.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.986000,55.699000),(36.536000,51.734000),(52.500000,47.291000),(58.277000,52.080000),(48.777000,54.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.345000,24.219000),(209.899000,23.982000),(221.401000,17.945000),(225.215000,21.093000),(220.784000,29.384000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.535000,-7.905000),(333.671000,-15.258000),(338.331000,-20.098000),(342.760000,-18.151000),(340.553000,-13.867000),(339.660000,-13.111000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.244000,36.169000),(40.191000,39.674000),(44.232000,46.591000),(32.924000,48.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.705000,-60.746000),(346.054000,-53.616000),(334.202000,-51.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.312000,-33.286000),(283.976000,-25.239000),(281.278000,-25.357000),(271.495000,-26.228000),(264.616000,-27.583000),(264.126000,-28.472000),(270.970000,-27.282000),(269.758000,-29.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.070000,-17.358000),(270.415000,-12.273000),(265.331000,-15.057000),(258.370000,-13.645000),(254.750000,-12.621000),(258.789000,-20.492000),(263.652000,-25.941000),(264.046000,-23.068000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.792000,-38.470000),(3.503000,-35.848000),(358.970000,-33.773000),(4.817000,-45.530000),(5.366000,-48.577000),(9.057000,-47.046000),(14.341000,-43.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.695000,-40.590000),(3.387000,-44.346000),(1.780000,-34.663000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.861000,54.123000),(74.022000,51.281000),(79.505000,54.158000),(72.911000,65.705000),(60.620000,61.549000),(65.791000,58.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((256.950000,82.240000),(255.744000,81.354000),(273.555000,82.554000),(279.276000,81.884000),(283.795000,78.122000),(328.234000,80.134000),(354.292000,81.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.502000,-15.731000),(84.536000,-12.458000),(69.707000,-21.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.486000,-38.049000),(346.628000,-39.258000),(342.425000,-32.414000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.998000,-44.105000),(357.121000,-41.154000),(348.357000,-38.616000),(345.735000,-34.959000),(341.528000,-39.987000),(342.050000,-49.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.494000,-74.001000),(272.884000,-86.330000),(359.130000,-79.676000),(350.957000,-80.098000),(297.052000,-79.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.292000,15.705000),(208.324000,10.529000),(216.212000,7.880000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.173000,-12.916000),(196.497000,-16.294000),(200.539000,-9.679000),(200.764000,-5.686000),(191.808000,-5.024000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.158000,2.509000),(50.520000,-7.268000),(52.156000,-4.580000),(55.625000,-6.742000),(57.473000,-5.896000),(60.477000,-4.901000),(62.459000,2.105000),(60.503000,8.135000),(55.061000,1.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.050000,39.385000),(356.337000,34.611000),(353.261000,34.801000),(344.919000,28.783000),(348.637000,26.977000),(347.987000,24.661000),(355.254000,29.189000),(357.764000,24.966000),(356.292000,31.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.536000,57.859000),(289.581000,61.402000),(291.804000,61.375000),(293.105000,62.154000),(303.468000,64.268000),(285.390000,72.266000),(280.535000,72.265000),(277.258000,68.254000),(270.698000,66.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.542000,19.792000),(195.204000,17.867000),(196.530000,23.723000),(195.943000,27.654000),(184.225000,24.520000),(190.293000,16.718000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.218000,-37.290000),(343.785000,-43.453000),(350.190000,-46.444000),(353.917000,-50.552000),(353.384000,-45.876000),(355.384000,-47.169000),(356.098000,-43.817000),(356.150000,-42.629000),(355.962000,-42.332000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((66.725000,9.979000),(60.120000,12.585000),(57.001000,11.292000),(57.754000,9.881000),(55.124000,6.749000),(55.001000,2.944000),(57.990000,7.469000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.204000,64.866000),(143.186000,62.984000),(140.592000,53.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.275000,-39.860000),(55.120000,-34.373000),(54.604000,-29.853000),(51.432000,-22.671000),(51.985000,-29.056000),(50.762000,-30.607000),(54.966000,-36.476000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.930000,10.493000),(104.853000,7.769000),(109.965000,16.392000),(115.524000,22.730000),(109.518000,17.568000),(109.997000,24.407000),(109.543000,23.840000),(107.771000,21.123000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.085000,-12.599000),(19.468000,-8.602000),(19.352000,-3.743000),(15.842000,-10.884000),(9.803000,-17.565000),(12.177000,-17.214000),(13.564000,-20.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.660000,-75.558000),(242.698000,-72.754000),(241.097000,-71.987000),(214.523000,-72.259000),(204.022000,-70.768000),(202.452000,-73.134000),(189.474000,-72.437000),(193.070000,-73.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.193000,-12.700000),(232.313000,-15.204000),(234.199000,-12.975000),(220.667000,-17.046000),(226.302000,-18.113000),(229.717000,-16.262000),(231.503000,-16.691000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.827000,-57.374000),(176.089000,-50.843000),(157.488000,-54.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.661000,-50.536000),(348.953000,-47.894000),(342.326000,-43.936000),(347.167000,-38.869000),(340.630000,-38.796000),(339.130000,-33.918000),(332.387000,-45.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.100000,-32.519000),(223.163000,-32.154000),(224.527000,-19.834000),(222.989000,-19.000000),(222.415000,-16.266000),(221.914000,-15.127000),(219.278000,-17.264000),(219.359000,-22.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.166000,-7.141000),(267.890000,-10.474000),(266.652000,-12.873000),(270.313000,-15.788000),(275.550000,-8.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((250.152000,71.438000),(246.187000,72.747000),(249.421000,67.825000),(257.287000,63.173000),(254.692000,66.882000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((148.554000,61.478000),(159.089000,46.873000),(156.355000,54.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.908000,3.769000),(2.528000,5.660000),(2.552000,7.560000),(359.518000,12.694000),(355.355000,12.656000),(350.230000,11.295000),(350.075000,8.045000),(349.896000,3.871000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.607000,-5.302000),(313.575000,6.861000),(300.071000,0.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.638000,-73.852000),(207.477000,-68.133000),(176.280000,-60.952000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.205000,-21.631000),(183.750000,-10.839000),(180.650000,-17.489000),(179.136000,-20.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.622000,-2.012000),(272.108000,-8.025000),(279.537000,-3.995000),(278.437000,-1.920000),(284.026000,-5.128000),(282.915000,6.198000),(271.319000,3.509000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((112.128000,19.465000),(114.515000,23.955000),(109.069000,24.637000),(105.835000,24.605000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.979000,-48.828000),(27.452000,-50.600000),(28.757000,-47.878000),(40.454000,-49.727000),(40.055000,-46.000000),(31.014000,-39.710000),(19.065000,-41.860000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.255000,5.221000),(74.390000,2.806000),(76.859000,0.241000),(78.211000,-6.097000),(81.182000,-1.264000),(82.091000,-2.437000),(88.214000,8.848000),(81.622000,7.734000),(78.467000,10.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.393000,-18.719000),(286.052000,-29.067000),(290.645000,-33.980000),(286.339000,-22.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.542000,-26.340000),(294.237000,-30.425000),(286.569000,-34.225000),(291.049000,-34.975000),(290.693000,-37.206000),(292.160000,-37.042000),(293.625000,-34.670000),(296.697000,-37.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.221000,-0.470000),(3.970000,1.522000),(4.165000,12.879000),(357.396000,11.283000),(359.141000,6.069000),(356.393000,6.524000),(357.289000,5.271000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.523000,-32.809000),(11.805000,-29.466000),(11.067000,-21.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.899000,0.011000),(4.803000,1.616000),(355.636000,-5.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.615000,-11.504000),(206.831000,-5.835000),(202.721000,-17.159000),(206.452000,-16.483000),(208.330000,-15.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.742000,-14.738000),(0.309000,-9.873000),(3.613000,-14.614000),(9.152000,-8.003000),(7.812000,-0.792000),(359.817000,1.744000),(357.165000,-1.213000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.659000,12.906000),(16.941000,11.251000),(18.799000,16.427000),(15.764000,21.391000),(11.170000,22.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((242.007000,-59.091000),(243.320000,-61.171000),(235.951000,-52.337000),(226.843000,-54.318000),(238.408000,-57.537000),(226.241000,-59.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.051000,15.662000),(41.795000,16.166000),(34.811000,6.954000),(38.800000,5.089000),(41.698000,10.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((76.253000,18.251000),(86.228000,23.339000),(81.184000,26.148000),(81.845000,26.742000),(73.978000,34.407000),(78.286000,25.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.081000,-32.193000),(207.118000,-24.718000),(208.104000,-31.550000),(201.049000,-37.252000),(200.374000,-37.753000),(202.390000,-37.307000),(204.740000,-37.773000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((128.620000,32.050000),(128.247000,30.979000),(124.809000,20.695000),(128.333000,22.831000),(134.644000,19.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.970000,35.039000),(356.024000,37.049000),(1.611000,33.648000),(4.438000,33.557000),(16.634000,34.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((289.891000,28.718000),(298.703000,33.757000),(296.846000,35.410000),(298.832000,36.455000),(293.772000,44.281000),(286.990000,32.088000),(288.547000,32.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((100.676000,-42.325000),(101.354000,-41.879000),(100.229000,-34.459000),(90.114000,-39.420000),(82.301000,-43.438000),(93.191000,-43.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.413000,-3.760000),(8.438000,-7.793000),(12.668000,3.207000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.323000,2.738000),(74.182000,-4.619000),(70.898000,-11.410000),(73.539000,-9.928000),(74.402000,-8.712000),(75.108000,-9.802000),(78.190000,-10.538000),(85.016000,-3.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.768000,-38.631000),(284.525000,-38.789000),(286.221000,-32.806000),(274.583000,-29.037000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.349000,56.342000),(17.422000,52.000000),(26.379000,50.403000),(27.452000,51.964000),(18.237000,58.216000),(15.643000,59.310000),(12.477000,61.288000),(0.754000,58.484000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.926000,26.379000),(106.439000,30.339000),(99.530000,24.679000),(96.300000,25.022000),(96.573000,22.033000),(95.322000,17.350000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.617000,-0.519000),(80.576000,-14.852000),(83.489000,-11.762000),(87.845000,-12.149000),(87.469000,-9.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.389000,-31.928000),(170.099000,-40.801000),(169.263000,-34.766000),(164.737000,-33.012000),(169.167000,-30.099000),(168.711000,-28.650000),(165.693000,-27.467000),(163.077000,-31.605000),(162.898000,-30.139000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.819000,49.679000),(80.212000,63.598000),(67.447000,55.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.901000,-33.397000),(118.787000,-36.298000),(119.397000,-48.476000),(122.423000,-39.409000),(128.802000,-39.766000),(122.075000,-37.572000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.904000,0.029000),(29.129000,-0.181000),(25.329000,3.740000),(25.209000,-0.225000),(25.525000,-5.483000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.990000,21.097000),(317.359000,22.191000),(311.520000,28.838000),(313.719000,23.512000),(311.680000,22.419000),(310.558000,20.855000),(309.220000,17.199000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.046000,-0.119000),(153.881000,-5.801000),(155.496000,-5.264000),(152.330000,0.686000),(149.760000,3.635000),(146.311000,7.267000),(145.100000,-2.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.501000,54.627000),(36.503000,51.825000),(44.331000,46.145000),(50.890000,56.638000),(48.308000,57.240000),(54.016000,60.488000),(41.752000,57.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.964000,-11.383000),(323.421000,-15.945000),(322.331000,-14.324000),(321.797000,-13.527000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.051000,-36.607000),(267.627000,-29.266000),(263.767000,-28.515000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.889000,36.237000),(245.099000,36.360000),(255.098000,44.691000),(251.195000,45.439000),(246.621000,44.935000),(246.373000,44.206000),(245.425000,43.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.838000,-50.781000),(342.064000,-54.159000),(351.098000,-46.942000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.145000,-3.140000),(169.298000,-0.520000),(175.274000,-3.873000),(174.576000,-4.167000),(175.884000,-4.029000),(174.335000,-6.227000),(184.769000,-7.943000),(181.266000,0.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.629000,-11.449000),(162.426000,-14.566000),(168.611000,-9.421000),(174.755000,-8.561000),(171.123000,-4.993000),(169.483000,-4.441000),(167.962000,-0.424000),(165.515000,-2.567000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.579000,-40.076000),(170.709000,-47.259000),(178.940000,-50.029000),(173.746000,-34.910000),(169.223000,-36.158000),(172.826000,-39.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.514000,-37.652000),(209.239000,-42.757000),(218.154000,-44.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.996000,66.852000),(164.735000,57.904000),(163.286000,65.183000),(158.755000,66.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.797000,-15.219000),(183.076000,-4.180000),(178.707000,-4.701000),(176.032000,-5.247000),(178.896000,-10.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.311000,-59.769000),(332.394000,-56.087000),(315.268000,-60.185000),(322.117000,-63.114000),(314.140000,-61.164000),(333.295000,-61.981000),(329.792000,-62.106000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.307000,-8.508000),(264.629000,-5.222000),(261.784000,-9.483000),(264.197000,-9.041000),(264.340000,-9.541000),(265.225000,-8.787000),(265.317000,-10.226000),(266.108000,-0.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.609000,0.346000),(182.570000,-9.286000),(182.879000,-4.980000),(181.314000,3.793000),(178.703000,1.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.452000,-23.120000),(208.092000,-22.586000),(209.127000,-21.873000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.871000,-45.912000),(346.127000,-40.817000),(329.801000,-41.265000),(326.146000,-41.404000),(328.142000,-42.212000),(324.592000,-46.648000),(334.208000,-45.346000),(337.604000,-45.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.543000,47.399000),(285.790000,39.248000),(289.363000,33.683000),(291.343000,35.371000),(294.675000,40.422000),(299.008000,35.581000),(298.645000,38.304000),(297.011000,41.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.832000,15.939000),(287.735000,13.200000),(288.666000,18.997000),(289.225000,17.301000),(293.487000,16.002000),(290.763000,29.552000),(288.761000,23.537000),(286.627000,22.944000),(280.502000,17.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.002000,-8.048000),(4.368000,-7.954000),(357.480000,-1.879000),(351.129000,-1.926000),(347.635000,-3.193000),(348.155000,-3.882000),(357.109000,-5.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.382000,6.114000),(5.171000,12.956000),(359.800000,13.296000),(359.223000,8.914000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.376000,1.583000),(187.088000,4.994000),(185.560000,2.851000),(182.151000,10.437000),(179.661000,2.970000),(184.219000,-2.974000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.527000,10.348000),(179.820000,5.437000),(173.428000,-2.840000),(179.222000,-1.412000),(180.855000,-1.842000),(190.320000,6.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.855000,75.893000),(127.997000,72.762000),(127.772000,70.183000),(141.164000,71.650000),(137.358000,68.568000),(160.488000,71.939000),(156.186000,72.479000),(161.201000,73.560000),(148.967000,77.703000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.855000,23.917000),(182.653000,25.012000),(181.515000,25.661000),(179.381000,17.906000),(180.294000,16.875000),(173.431000,14.263000),(191.191000,14.450000),(192.228000,18.526000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.075000,27.239000),(136.513000,21.313000),(137.317000,18.792000),(134.837000,14.168000),(143.919000,12.839000),(141.418000,18.312000),(145.069000,21.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((258.479000,-42.380000),(248.725000,-38.496000),(246.546000,-37.296000),(243.257000,-41.206000),(245.295000,-46.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.746000,23.520000),(348.029000,23.550000),(337.313000,31.222000),(339.900000,24.353000),(335.523000,19.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.127000,-3.365000),(170.432000,-6.423000),(177.192000,3.546000),(175.011000,-2.045000),(172.698000,5.317000),(173.225000,-0.001000),(169.235000,2.747000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.537000,-2.537000),(331.408000,-2.326000),(325.742000,-1.314000),(328.276000,-7.986000),(325.088000,-11.615000),(327.529000,-12.015000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.531000,-1.417000),(67.039000,2.467000),(66.555000,-1.797000),(62.453000,3.745000),(64.594000,0.059000),(65.876000,-2.595000),(62.892000,0.341000),(70.278000,-6.595000),(69.631000,-5.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.590000,-7.462000),(118.197000,-20.405000),(127.474000,-17.394000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.696000,-47.023000),(287.642000,-54.751000),(294.318000,-57.686000),(290.663000,-59.989000),(295.884000,-61.496000),(314.498000,-50.941000),(303.184000,-52.869000),(304.215000,-50.824000),(302.839000,-52.167000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.387000,22.121000),(9.121000,20.762000),(5.743000,27.790000),(12.039000,35.348000),(7.613000,32.442000),(9.036000,34.491000),(9.301000,35.413000),(2.703000,37.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.279000,-28.161000),(275.437000,-35.878000),(277.679000,-39.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.000000,-44.304000),(207.108000,-41.358000),(205.152000,-37.057000),(204.922000,-39.269000),(203.631000,-36.575000),(203.789000,-39.758000),(197.808000,-38.352000),(200.828000,-46.743000),(208.865000,-47.593000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.224000,-63.133000),(339.844000,-58.219000),(325.229000,-62.904000),(336.725000,-72.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.895000,56.749000),(164.550000,55.775000),(173.516000,50.928000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.132000,-35.554000),(25.820000,-31.787000),(27.643000,-28.489000),(30.816000,-29.094000),(26.711000,-25.777000),(26.634000,-19.612000),(21.692000,-18.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.385000,-82.702000),(295.276000,-83.319000),(42.929000,-82.282000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.750000,55.707000),(274.939000,54.645000),(277.165000,54.636000),(282.389000,48.383000),(286.437000,48.863000),(291.183000,51.726000),(280.701000,63.200000),(274.523000,63.247000),(275.797000,61.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.488000,-43.940000),(343.657000,-38.038000),(342.467000,-34.779000),(341.649000,-34.122000),(338.410000,-29.431000),(336.183000,-27.653000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.498000,12.542000),(17.311000,10.468000),(22.511000,7.689000),(22.641000,9.158000),(28.386000,10.321000),(25.127000,11.303000),(21.040000,10.718000),(20.715000,10.668000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.627000,-0.563000),(20.710000,1.505000),(17.334000,6.642000),(11.951000,12.364000),(12.522000,5.062000),(9.576000,7.716000),(5.941000,6.493000),(9.959000,4.187000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.089000,-18.378000),(294.437000,-13.482000),(292.374000,-23.418000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((38.304000,-39.140000),(36.674000,-36.193000),(36.980000,-33.027000),(39.257000,-31.504000),(34.425000,-31.542000),(32.508000,-27.890000),(25.252000,-31.444000),(25.109000,-31.936000),(27.214000,-34.752000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.306000,-4.130000),(134.970000,-2.971000),(134.309000,-1.492000),(132.610000,3.435000),(132.627000,4.292000),(127.752000,3.143000),(119.371000,-0.600000),(121.572000,-1.584000),(127.701000,-4.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((18.474000,2.317000),(19.504000,5.257000),(17.709000,10.853000),(14.144000,5.628000),(11.264000,4.369000),(13.208000,2.050000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.962000,-18.043000),(356.792000,-17.913000),(355.910000,-19.280000),(358.381000,-22.574000),(0.512000,-25.666000),(7.870000,-15.182000),(359.760000,-17.735000),(358.634000,-14.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.696000,3.064000),(357.109000,5.979000),(356.588000,2.417000),(357.901000,1.366000),(357.916000,-6.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.605000,15.773000),(24.172000,19.517000),(24.996000,13.162000),(32.006000,8.381000),(32.497000,7.967000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.858000,14.683000),(15.909000,6.603000),(21.106000,10.014000),(13.450000,17.833000),(15.054000,13.188000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.977000,-12.930000),(138.766000,-23.102000),(145.513000,-27.388000),(142.950000,-21.827000),(149.844000,-19.051000),(143.524000,-16.231000),(142.596000,-16.247000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.335000,-3.411000),(158.668000,-12.718000),(158.704000,-12.915000),(163.938000,-13.101000),(170.272000,-1.094000),(161.222000,-3.399000),(160.118000,-3.725000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.625000,17.307000),(124.767000,7.093000),(128.450000,13.606000),(129.722000,11.973000),(136.197000,12.343000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.036000,21.676000),(6.738000,18.781000),(358.162000,17.090000),(0.125000,15.814000),(2.995000,15.770000),(359.758000,11.534000),(1.011000,11.073000),(12.282000,9.594000),(8.145000,16.660000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.377000,4.416000),(152.362000,6.195000),(152.917000,3.355000),(152.472000,2.781000),(152.619000,1.256000),(153.045000,-1.471000),(161.197000,-4.878000),(156.350000,-1.004000),(157.655000,-0.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.206000,-3.650000),(287.003000,-1.641000),(292.962000,0.279000),(293.634000,1.998000),(287.771000,7.510000),(282.525000,8.893000),(281.986000,8.788000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.250000,10.899000),(212.019000,16.662000),(200.325000,8.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.499000,-29.341000),(183.088000,-34.914000),(184.228000,-32.004000),(176.862000,-33.645000),(177.997000,-35.991000),(177.907000,-36.234000),(181.420000,-36.759000),(186.000000,-38.892000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.902000,-10.679000),(172.703000,-10.362000),(165.294000,-12.367000),(171.408000,-12.808000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.102000,2.574000),(211.761000,8.306000),(208.321000,6.591000),(206.861000,10.777000),(205.401000,5.995000),(205.167000,3.358000),(207.727000,-2.260000),(208.746000,-3.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.951000,77.959000),(43.720000,71.377000),(47.057000,65.125000),(49.403000,66.414000),(53.820000,64.018000),(78.860000,71.311000),(58.370000,80.767000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.820000,2.890000),(182.473000,4.099000),(180.833000,4.422000),(171.389000,10.765000),(171.210000,10.008000),(177.287000,0.845000),(178.971000,2.172000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.656000,87.528000),(353.632000,86.099000),(27.296000,83.189000),(37.228000,85.481000),(79.909000,79.763000),(70.978000,84.642000),(92.864000,84.804000),(26.851000,86.697000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.218000,-53.155000),(316.673000,-58.612000),(313.909000,-52.896000),(311.127000,-49.658000),(300.542000,-43.753000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.399000,-19.279000),(314.787000,-17.810000),(316.391000,-19.668000),(319.317000,-21.105000),(319.252000,-10.213000),(320.833000,-8.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.013000,-8.017000),(67.180000,-3.564000),(55.992000,-0.028000),(48.599000,0.544000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.341000,27.980000),(357.079000,24.563000),(7.634000,19.126000),(3.927000,31.865000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.718000,29.866000),(164.885000,29.170000),(170.404000,25.530000),(165.733000,23.543000),(174.530000,25.171000),(174.150000,27.315000),(171.712000,28.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((80.831000,64.670000),(85.505000,57.068000),(92.019000,56.933000),(102.554000,61.525000),(71.629000,69.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.730000,-1.329000),(6.152000,-1.146000),(5.632000,7.127000),(357.423000,0.689000),(358.079000,-3.676000),(357.757000,-7.329000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.942000,1.856000),(180.971000,-3.650000),(183.980000,-3.763000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.830000,-20.942000),(132.214000,-28.849000),(144.147000,-29.873000),(143.075000,-27.352000),(145.034000,-26.885000),(144.167000,-24.872000),(143.998000,-24.188000),(143.466000,-24.255000),(141.810000,-23.545000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.925000,-0.470000),(210.558000,-4.584000),(216.540000,4.360000),(207.970000,9.537000),(206.856000,5.105000),(205.751000,12.140000),(197.989000,6.046000),(200.361000,2.685000),(202.097000,2.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.548000,-8.299000),(137.096000,-14.662000),(148.744000,-13.534000),(150.029000,-8.220000),(145.820000,-6.186000),(144.036000,-8.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((103.157000,25.230000),(102.334000,24.050000),(102.130000,15.736000),(101.557000,7.889000),(105.653000,8.491000),(105.401000,16.431000),(104.738000,17.957000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.929000,-44.325000),(267.831000,-47.409000),(267.911000,-44.870000),(266.650000,-45.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.389000,31.226000),(163.402000,26.029000),(168.254000,20.773000),(177.920000,21.863000),(175.968000,26.934000),(177.744000,26.244000),(178.846000,26.042000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.649000,-7.281000),(189.323000,-8.430000),(192.950000,-18.392000),(199.572000,-17.607000),(195.705000,-10.224000),(200.937000,-10.740000),(198.365000,-7.539000),(197.085000,-0.082000),(195.942000,0.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.505000,-2.524000),(11.563000,5.149000),(11.826000,9.252000),(8.468000,8.047000),(3.924000,11.803000),(1.335000,8.907000),(0.995000,6.420000),(357.909000,0.764000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.957000,-75.501000),(146.719000,-76.797000),(144.938000,-80.448000),(179.666000,-72.198000),(152.856000,-71.914000),(148.400000,-66.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.730000,3.243000),(199.291000,2.312000),(204.518000,3.147000),(205.562000,3.706000),(207.513000,1.457000),(208.602000,1.179000),(209.971000,9.779000),(207.923000,9.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.975000,-29.481000),(156.923000,-21.860000),(154.716000,-22.483000),(149.701000,-19.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.084000,9.914000),(171.354000,0.955000),(176.109000,-0.750000),(176.994000,0.113000),(177.152000,-0.749000),(180.981000,7.132000),(176.842000,9.048000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.424000,5.448000),(32.337000,9.544000),(29.998000,11.007000),(26.731000,11.275000),(22.293000,7.107000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.710000,8.144000),(310.031000,9.045000),(319.519000,5.072000),(320.560000,14.936000),(316.544000,15.097000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.324000,23.840000),(169.667000,24.121000),(165.196000,25.906000),(162.301000,27.166000),(171.306000,30.546000),(160.471000,28.286000),(152.827000,30.196000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.988000,-24.376000),(161.715000,-21.370000),(161.801000,-18.702000),(153.907000,-18.500000),(149.014000,-25.771000),(157.051000,-28.582000),(162.900000,-29.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((204.824000,-25.863000),(205.488000,-23.376000),(190.426000,-15.280000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.460000,-16.792000),(17.832000,-16.448000),(12.507000,-14.754000),(8.400000,-13.022000),(6.433000,-13.169000),(7.915000,-15.514000),(6.916000,-21.621000),(8.670000,-17.150000),(8.241000,-23.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((114.678000,-38.856000),(115.864000,-39.597000),(122.689000,-46.463000),(124.436000,-36.611000),(121.878000,-35.522000),(122.158000,-33.565000),(117.921000,-34.516000),(109.405000,-36.059000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.422000,10.980000),(216.259000,7.807000),(212.865000,4.657000),(223.929000,2.177000),(225.453000,6.533000),(226.847000,7.588000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.998000,16.578000),(175.516000,20.032000),(168.911000,14.432000),(165.280000,14.104000),(170.313000,7.941000),(171.781000,11.312000),(176.457000,9.760000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.041000,-48.552000),(300.290000,-50.612000),(297.823000,-52.336000),(287.337000,-54.007000),(293.869000,-58.179000),(297.987000,-60.476000),(298.564000,-65.931000),(298.865000,-66.150000),(311.186000,-63.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((57.548000,23.660000),(64.154000,19.077000),(51.288000,26.795000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.584000,40.741000),(290.258000,43.692000),(298.954000,48.681000),(302.260000,53.713000),(290.697000,51.780000),(283.773000,44.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.544000,-11.019000),(3.954000,-12.964000),(1.731000,-6.223000),(0.031000,2.447000),(355.214000,1.369000),(356.403000,-6.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.269000,-22.985000),(216.247000,-16.757000),(214.886000,-19.601000),(214.740000,-20.824000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.463000,-15.546000),(204.133000,-11.581000),(200.431000,-9.597000),(197.709000,-6.387000),(197.617000,-3.243000),(192.116000,-6.337000),(192.693000,-6.756000),(188.931000,-10.420000),(192.982000,-11.014000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.114000,24.560000),(277.731000,24.843000),(277.841000,23.557000),(280.680000,21.142000),(280.480000,24.891000),(283.155000,33.845000),(277.945000,28.032000),(276.138000,30.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((55.723000,53.734000),(62.430000,56.973000),(61.286000,51.181000),(68.261000,51.890000),(70.468000,51.638000),(74.416000,56.263000),(75.410000,58.635000),(58.249000,67.575000),(52.125000,61.239000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.094000,-21.605000),(177.805000,-23.382000),(182.183000,-24.932000),(180.833000,-16.641000),(175.874000,-16.918000),(168.737000,-12.627000),(170.519000,-26.191000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.894000,-0.528000),(86.944000,-3.626000),(86.327000,-6.021000),(79.833000,-6.887000),(81.535000,-11.313000),(82.005000,-11.714000),(85.821000,-9.711000),(87.679000,-8.103000),(94.506000,1.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((221.703000,25.387000),(230.233000,19.945000),(231.239000,26.643000),(232.736000,29.318000),(217.013000,28.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.770000,19.331000),(56.325000,21.064000),(53.674000,20.209000),(56.801000,17.926000),(58.107000,18.031000),(56.771000,15.871000),(66.273000,12.327000),(69.174000,16.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.668000,14.080000),(5.453000,25.804000),(0.762000,22.991000),(0.658000,19.040000),(356.342000,23.761000),(359.033000,18.316000),(358.908000,18.341000),(354.983000,9.978000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.002000,28.132000),(297.479000,27.121000),(297.558000,24.961000),(296.075000,23.936000),(299.794000,23.689000),(305.408000,21.971000),(305.447000,14.721000),(306.225000,17.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.728000,13.641000),(201.054000,15.610000),(198.216000,12.894000),(194.400000,9.900000),(189.254000,10.641000),(194.569000,6.670000),(194.655000,5.218000),(196.028000,6.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.987000,-67.320000),(87.419000,-65.945000),(82.494000,-70.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.346000,13.671000),(194.852000,17.992000),(188.955000,3.471000),(189.039000,9.824000),(189.073000,9.633000),(190.456000,6.015000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.562000,5.393000),(352.698000,-6.556000),(358.310000,-0.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.602000,-2.963000),(174.049000,-7.080000),(172.792000,-10.704000),(176.337000,-17.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.118000,2.477000),(163.047000,1.235000),(160.631000,-3.038000),(157.806000,-1.889000),(159.821000,-7.608000),(163.274000,-6.255000),(169.399000,-11.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.793000,16.280000),(100.615000,16.397000),(98.028000,15.068000),(102.029000,10.921000),(96.213000,10.963000),(95.086000,6.265000),(97.673000,6.716000),(104.732000,1.206000),(108.148000,4.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.980000,25.604000),(350.071000,24.874000),(353.194000,25.315000),(1.651000,25.163000),(353.610000,27.977000),(357.281000,30.146000),(344.475000,27.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.826000,0.738000),(226.419000,-6.512000),(222.828000,-2.608000),(224.224000,-1.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.725000,0.977000),(314.395000,0.135000),(318.525000,-2.325000),(323.206000,-3.844000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.671000,45.484000),(56.478000,48.969000),(58.263000,46.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.648000,-11.086000),(185.117000,-11.110000),(178.737000,-10.996000),(179.689000,-15.270000),(184.652000,-15.229000),(189.090000,-17.447000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.064000,-44.320000),(137.699000,-45.611000),(132.486000,-50.881000),(146.961000,-57.878000),(146.652000,-50.200000),(151.668000,-52.369000),(145.457000,-48.453000),(147.921000,-43.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.105000,-3.531000),(358.696000,-6.247000),(357.484000,1.429000),(356.934000,0.401000),(350.865000,-5.941000),(352.196000,-10.103000),(354.391000,-11.319000),(356.891000,-15.926000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.659000,-85.103000),(266.390000,-85.336000),(220.671000,-71.258000),(217.509000,-72.997000),(205.545000,-73.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.402000,50.022000),(151.267000,48.266000),(150.322000,45.697000),(143.621000,45.417000),(140.583000,45.472000),(153.445000,33.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((287.231000,-21.454000),(284.839000,-18.249000),(272.935000,-18.344000),(281.707000,-24.383000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.711000,15.877000),(18.999000,11.910000),(26.162000,9.086000),(29.872000,9.417000),(34.533000,13.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.606000,-0.924000),(23.515000,1.579000),(11.048000,-3.748000),(18.652000,-6.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.731000,36.306000),(27.277000,30.861000),(28.420000,25.773000),(32.633000,25.281000),(37.161000,25.715000),(39.259000,29.095000),(35.331000,30.579000),(31.542000,31.770000),(33.357000,38.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.076000,-49.814000),(147.476000,-42.142000),(139.927000,-56.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.653000,32.528000),(332.263000,29.937000),(331.493000,30.897000),(334.700000,32.706000),(328.372000,34.599000),(332.025000,36.638000),(324.935000,35.532000),(324.911000,35.264000),(320.852000,31.429000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.793000,1.861000),(11.482000,3.031000),(8.585000,-0.309000),(10.043000,-11.100000),(9.307000,-3.825000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((138.279000,-18.461000),(142.562000,-17.843000),(136.934000,-10.318000),(130.857000,-17.053000),(135.084000,-17.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.088000,18.235000),(211.841000,14.747000),(211.365000,13.054000),(212.506000,5.923000),(212.790000,7.422000),(214.665000,11.022000),(214.373000,12.539000),(218.586000,8.225000),(218.228000,12.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.058000,15.506000),(180.394000,18.311000),(183.886000,11.887000),(189.379000,8.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.719000,-22.635000),(330.359000,-25.963000),(335.387000,-21.012000),(327.428000,-25.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.668000,-68.352000),(356.032000,-65.023000),(347.839000,-61.276000),(341.133000,-58.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.189000,31.800000),(307.441000,29.362000),(312.950000,22.243000),(315.015000,20.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.365000,-0.219000),(355.040000,-7.900000),(358.861000,-2.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.193000,77.253000),(276.277000,81.956000),(277.867000,79.632000),(309.658000,80.277000),(322.410000,77.109000),(310.878000,81.244000),(305.350000,84.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.725000,-4.757000),(5.622000,0.658000),(1.113000,0.281000),(357.522000,2.262000),(357.628000,-0.008000),(355.499000,-2.031000),(358.005000,-6.074000),(0.190000,-4.394000),(2.263000,-5.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.325000,36.983000),(180.127000,32.248000),(181.735000,30.826000),(198.635000,39.276000),(194.612000,39.968000),(189.929000,45.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.281000,-70.752000),(28.595000,-77.108000),(44.159000,-80.781000),(51.045000,-80.852000),(35.927000,-86.895000),(71.316000,-79.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.437000,-8.946000),(324.351000,-1.854000),(321.290000,-1.991000),(316.997000,-5.142000),(313.838000,-6.657000),(318.826000,-12.061000),(323.438000,-15.281000),(324.828000,-16.891000),(326.794000,-18.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.140000,-27.293000),(322.163000,-27.116000),(324.692000,-30.088000),(324.883000,-24.441000),(328.696000,-20.219000),(327.817000,-18.700000),(323.008000,-23.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.886000,-15.007000),(176.622000,-8.060000),(177.137000,-15.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.704000,-62.096000),(314.521000,-54.689000),(318.034000,-52.181000),(305.701000,-52.759000),(301.655000,-51.638000),(293.133000,-56.773000),(300.912000,-56.296000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.712000,53.161000),(188.808000,56.165000),(186.294000,54.849000),(185.844000,51.739000),(199.412000,46.179000),(211.788000,49.988000),(203.876000,51.053000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.541000,-36.310000),(21.156000,-31.011000),(19.212000,-36.683000),(14.978000,-37.316000),(22.252000,-37.647000),(24.282000,-40.999000),(25.919000,-36.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.670000,56.688000),(207.303000,52.815000),(207.777000,50.458000),(213.102000,42.402000),(226.546000,47.110000),(219.749000,51.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((71.019000,-1.414000),(61.437000,-2.815000),(66.069000,-6.515000),(70.056000,-8.595000),(72.080000,-13.318000),(77.448000,-8.053000),(75.018000,-6.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.637000,-4.795000),(181.233000,-0.548000),(174.799000,5.711000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.748000,-27.263000),(187.416000,-24.485000),(191.318000,-23.331000),(186.672000,-20.065000),(177.944000,-19.161000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.031000,12.079000),(34.708000,9.575000),(31.324000,6.388000),(26.616000,8.323000),(28.616000,2.215000),(41.322000,2.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((268.389000,-52.268000),(254.303000,-49.264000),(252.480000,-52.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.517000,21.751000),(192.069000,23.915000),(188.165000,19.521000),(193.230000,18.692000),(193.518000,19.596000),(193.614000,19.282000),(195.117000,11.904000),(201.323000,14.165000),(200.683000,15.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.680000,-2.133000),(2.063000,-1.160000),(1.556000,3.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.026000,-44.962000),(200.501000,-45.228000),(200.941000,-45.248000),(204.248000,-45.432000),(205.154000,-46.839000),(211.747000,-36.434000),(199.645000,-36.257000),(193.833000,-36.916000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.924000,-24.742000),(60.963000,-31.952000),(61.958000,-32.847000),(63.041000,-29.640000),(68.271000,-29.244000),(72.709000,-26.462000),(65.730000,-27.043000),(73.335000,-24.051000),(68.235000,-21.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.867000,22.165000),(186.640000,25.361000),(185.045000,18.844000),(186.191000,21.915000),(187.668000,22.823000),(193.030000,30.463000),(188.291000,30.162000),(185.623000,36.090000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.930000,32.090000),(277.699000,42.589000),(282.118000,34.043000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((142.549000,2.315000),(139.869000,0.835000),(134.778000,-7.246000),(140.604000,-4.570000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((293.419000,-2.222000),(293.107000,-0.546000),(290.562000,0.163000),(290.738000,-2.976000),(284.494000,-9.136000),(297.761000,-10.396000),(298.086000,-8.002000),(298.974000,-7.100000),(296.907000,-5.985000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.419000,-1.279000),(288.877000,-5.980000),(293.134000,-6.997000),(290.824000,4.843000),(288.293000,2.159000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.242000,-38.409000),(93.649000,-24.869000),(102.016000,-40.436000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.601000,6.455000),(165.403000,10.503000),(163.105000,7.677000),(170.163000,0.604000),(173.809000,1.358000),(176.016000,3.164000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.646000,0.513000),(344.102000,-5.556000),(356.594000,-5.851000),(351.092000,-1.649000),(355.738000,-1.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.918000,5.021000),(16.535000,11.109000),(12.181000,11.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.860000,23.296000),(39.087000,9.660000),(41.617000,14.108000),(41.696000,12.674000),(49.241000,17.815000),(46.420000,25.655000),(39.443000,25.553000),(42.235000,19.600000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.992000,6.324000),(170.969000,1.391000),(171.505000,-0.395000),(172.181000,12.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.930000,13.347000),(188.986000,13.504000),(178.505000,19.768000),(172.518000,15.991000),(174.915000,13.121000),(177.269000,12.490000),(175.298000,8.960000),(184.930000,8.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.081000,23.773000),(351.692000,33.605000),(344.435000,31.701000),(344.712000,34.775000),(338.236000,27.718000),(341.235000,26.970000),(344.172000,22.807000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.063000,22.042000),(358.187000,11.905000),(358.933000,7.882000),(0.509000,11.829000),(3.656000,7.578000),(3.842000,9.599000),(5.887000,12.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.441000,-8.946000),(7.905000,-10.491000),(4.956000,-0.410000),(4.009000,-3.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.138000,6.624000),(353.896000,1.012000),(352.660000,-4.996000),(353.335000,-8.134000),(357.656000,-2.150000),(0.434000,-3.927000),(1.635000,-2.450000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.921000,6.058000),(329.211000,4.508000),(331.278000,2.958000),(332.408000,-0.184000),(333.451000,-5.325000),(338.242000,-3.172000),(338.270000,1.600000),(337.424000,2.531000),(334.391000,4.337000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.310000,3.638000),(152.531000,1.448000),(164.100000,-0.964000),(167.444000,-0.386000),(163.827000,0.727000),(168.580000,1.356000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.356000,-35.841000),(175.843000,-32.713000),(177.752000,-33.926000),(174.290000,-38.630000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.266000,-19.898000),(27.259000,-25.277000),(33.690000,-22.988000),(43.820000,-17.867000),(39.350000,-16.499000),(35.617000,-17.368000),(35.213000,-15.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.795000,6.550000),(323.269000,6.352000),(325.327000,13.479000),(331.939000,15.750000),(332.800000,18.865000),(315.967000,21.345000),(323.308000,16.074000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.010000,12.579000),(40.807000,11.702000),(38.083000,13.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.656000,3.813000),(189.277000,11.440000),(184.167000,7.067000),(185.202000,2.544000),(185.704000,-3.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.599000,26.009000),(238.604000,24.739000),(245.403000,20.388000),(243.112000,22.887000),(244.746000,21.955000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.927000,-15.697000),(217.403000,-12.734000),(212.601000,-10.373000),(213.151000,-22.623000),(216.207000,-20.042000),(219.811000,-20.796000),(218.835000,-18.022000),(220.607000,-20.363000),(222.111000,-17.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.632000,-15.622000),(210.861000,-9.353000),(205.720000,-14.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.508000,-56.846000),(123.521000,-66.058000),(124.361000,-66.630000),(137.789000,-67.362000),(144.981000,-68.970000),(142.362000,-66.515000),(147.675000,-62.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((251.231000,-31.646000),(252.583000,-37.646000),(253.845000,-35.957000),(246.801000,-27.279000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.446000,3.334000),(182.957000,7.393000),(180.482000,7.454000),(181.077000,3.455000),(178.632000,-2.300000),(188.341000,2.716000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.273000,54.418000),(187.894000,48.423000),(195.109000,52.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.157000,-23.098000),(5.193000,-25.571000),(2.594000,-27.278000),(6.138000,-26.019000),(8.019000,-27.022000),(11.662000,-26.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((45.507000,41.471000),(36.543000,41.144000),(41.306000,34.284000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((54.040000,-34.538000),(57.159000,-33.294000),(54.040000,-37.024000),(58.723000,-34.617000),(64.372000,-36.764000),(66.154000,-36.143000),(61.369000,-22.300000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.807000,-11.417000),(180.604000,-10.302000),(175.249000,-6.945000),(172.196000,0.835000),(168.874000,-8.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((122.890000,-85.180000),(209.777000,-82.469000),(212.749000,-80.158000),(159.891000,-80.965000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.894000,-44.311000),(332.880000,-45.723000),(328.089000,-47.076000),(330.691000,-48.361000),(327.706000,-51.733000),(326.147000,-54.904000),(334.540000,-52.322000),(341.569000,-56.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.101000,47.792000),(2.981000,45.346000),(16.372000,45.579000),(14.102000,47.438000),(16.112000,52.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.053000,-5.471000),(355.682000,-7.412000),(354.575000,-13.825000),(351.953000,-17.758000),(359.238000,-14.055000),(354.981000,-19.397000),(358.195000,-21.277000),(5.631000,-20.203000),(2.847000,-15.071000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.286000,-57.641000),(187.753000,-46.103000),(186.171000,-45.503000),(177.729000,-44.855000),(172.565000,-50.197000),(164.207000,-49.895000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.460000,9.245000),(199.602000,6.902000),(198.547000,10.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.293000,0.136000),(151.065000,-0.291000),(149.319000,-4.412000),(153.270000,-8.679000),(157.038000,-4.992000),(159.612000,2.548000),(154.738000,2.211000),(153.903000,3.952000),(152.074000,2.182000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.806000,-15.439000),(207.688000,-12.508000),(204.443000,-5.441000),(196.208000,-15.727000),(198.788000,-15.053000),(200.131000,-21.115000),(200.870000,-16.195000),(200.656000,-15.105000),(202.584000,-15.169000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.225000,52.949000),(319.524000,48.763000),(326.205000,46.687000),(330.298000,49.727000),(323.582000,49.342000),(322.939000,49.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.090000,-61.962000),(95.698000,-64.930000),(106.902000,-65.555000),(97.873000,-60.580000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.181000,-18.361000),(178.996000,-14.649000),(176.241000,-10.594000),(172.899000,-7.799000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.003000,75.759000),(355.632000,74.634000),(348.272000,72.167000),(0.195000,73.270000),(23.877000,68.403000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.890000,-22.274000),(29.296000,-17.839000),(32.878000,-19.180000),(36.691000,-14.805000),(30.101000,-10.103000),(29.279000,-12.992000),(23.506000,-8.066000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((316.913000,-13.524000),(323.230000,-10.090000),(315.089000,-17.201000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((36.672000,-27.282000),(42.817000,-30.063000),(35.737000,-25.368000),(24.521000,-26.965000),(30.162000,-29.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.736000,-42.693000),(326.458000,-44.173000),(325.464000,-39.046000),(323.856000,-31.787000),(318.160000,-37.047000),(317.135000,-30.585000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.565000,-15.362000),(16.095000,-19.510000),(23.273000,-14.198000),(28.320000,-8.114000),(24.680000,-3.252000),(23.110000,-6.347000),(21.434000,-2.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.086000,33.591000),(170.077000,34.534000),(175.660000,27.397000),(181.639000,30.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.171000,-6.751000),(351.166000,-5.003000),(350.184000,-7.498000),(350.523000,-13.860000),(356.303000,-14.238000),(358.692000,-15.684000),(0.564000,-14.001000),(4.269000,-4.391000),(357.685000,-1.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((351.947000,34.044000),(352.249000,32.218000),(355.973000,33.364000),(359.139000,36.835000),(3.804000,48.447000),(358.985000,42.301000),(352.048000,41.812000),(347.441000,37.811000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((118.230000,-25.469000),(123.151000,-27.432000),(121.724000,-27.972000),(128.727000,-27.829000),(130.527000,-25.220000),(127.894000,-24.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.902000,45.010000),(165.840000,44.324000),(161.187000,37.712000),(166.212000,35.847000),(169.321000,33.052000),(176.692000,34.726000),(175.069000,39.156000),(177.384000,39.362000),(173.760000,41.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((198.751000,51.895000),(199.286000,57.172000),(196.834000,54.993000),(187.108000,54.505000),(192.471000,50.801000),(189.834000,48.225000),(194.987000,49.227000),(191.442000,43.664000),(196.910000,46.748000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.667000,-13.488000),(176.387000,-11.106000),(175.026000,-6.271000),(170.909000,-12.193000),(169.121000,-8.866000),(166.845000,-5.660000),(167.978000,-12.152000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.112000,-2.224000),(285.979000,-0.905000),(289.386000,4.026000),(281.062000,5.107000),(280.334000,1.083000),(275.166000,0.125000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.327000,-3.973000),(160.928000,-10.725000),(167.745000,-11.387000),(161.260000,-15.939000),(168.862000,-13.079000),(173.805000,-7.189000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.096000,6.943000),(159.930000,6.581000),(159.858000,7.432000),(150.423000,9.793000),(149.053000,6.815000),(152.530000,5.167000),(159.419000,-0.284000),(160.634000,-4.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((236.808000,2.963000),(238.913000,-3.754000),(242.977000,-8.088000),(246.694000,-9.930000),(244.966000,-5.815000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.798000,14.179000),(4.344000,10.732000),(5.651000,16.804000),(2.541000,18.596000),(3.802000,21.392000),(355.376000,14.870000),(354.648000,14.206000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.061000,47.354000),(104.836000,46.658000),(109.112000,46.897000),(104.350000,41.732000),(114.697000,47.028000),(113.642000,51.527000),(108.513000,53.165000),(106.446000,49.336000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.753000,56.093000),(351.196000,59.343000),(1.313000,61.227000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((73.243000,40.138000),(62.768000,41.896000),(70.853000,39.216000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((319.413000,-29.781000),(318.322000,-32.960000),(309.714000,-36.230000),(311.292000,-38.306000),(309.036000,-39.996000),(317.305000,-41.338000),(322.363000,-37.544000),(323.115000,-33.615000),(321.954000,-34.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.128000,0.316000),(346.970000,-0.515000),(352.101000,-12.108000),(355.489000,-16.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.993000,9.149000),(339.660000,9.038000),(345.681000,4.505000),(348.817000,4.607000),(353.699000,2.100000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.590000,23.854000),(113.182000,25.685000),(119.497000,28.404000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.618000,49.496000),(41.895000,49.054000),(27.008000,59.017000),(30.907000,53.454000),(30.600000,49.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.889000,9.385000),(312.492000,10.271000),(310.486000,6.773000),(309.103000,4.409000),(321.088000,-2.980000),(318.455000,1.630000),(323.094000,0.980000),(316.091000,4.568000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((320.954000,31.873000),(323.663000,41.023000),(319.788000,38.435000),(316.484000,41.418000),(306.756000,37.675000),(307.770000,29.566000),(313.754000,32.059000),(314.424000,28.798000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.949000,-19.280000),(92.262000,-18.284000),(90.414000,-25.543000),(96.426000,-20.775000),(99.147000,-22.219000),(98.975000,-15.979000),(94.284000,-15.879000),(93.159000,-10.261000),(89.702000,-12.566000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.151000,55.132000),(179.540000,65.476000),(164.349000,64.214000),(151.255000,65.211000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.655000,5.987000),(1.888000,5.976000),(5.069000,0.436000),(8.955000,11.026000),(1.908000,9.178000),(359.797000,10.086000),(358.589000,11.144000),(356.209000,12.555000),(357.519000,3.874000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((163.343000,0.866000),(159.875000,-3.354000),(162.045000,-4.352000),(162.363000,-6.101000),(158.965000,-6.559000),(161.788000,-7.096000),(175.518000,-8.437000),(172.437000,-1.500000),(169.544000,-2.933000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.442000,65.865000),(15.919000,62.572000),(14.670000,60.066000),(18.642000,63.586000),(21.549000,66.877000),(29.594000,66.732000),(27.207000,69.490000),(35.136000,72.111000),(11.081000,73.575000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.243000,-16.017000),(200.741000,-18.584000),(194.385000,-14.876000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.724000,-4.953000),(354.938000,-12.518000),(6.452000,-12.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((295.644000,55.968000),(302.874000,48.891000),(295.924000,50.901000),(294.578000,51.279000),(307.199000,51.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.285000,31.499000),(252.878000,37.109000),(246.297000,34.495000),(239.598000,30.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.517000,11.763000),(357.520000,17.363000),(354.235000,16.603000),(351.043000,13.461000),(348.843000,9.683000),(346.428000,6.067000),(355.737000,3.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.642000,-14.160000),(10.379000,-14.103000),(12.098000,-16.192000),(15.141000,-13.579000),(13.418000,-11.417000),(4.277000,-9.571000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.019000,10.475000),(350.106000,10.248000),(347.875000,9.551000),(353.401000,2.951000),(352.122000,10.622000),(354.100000,14.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.634000,-24.012000),(198.600000,-33.213000),(206.335000,-33.930000),(207.467000,-26.809000),(212.234000,-27.876000),(207.783000,-24.951000),(209.595000,-17.002000),(208.747000,-16.840000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.711000,54.165000),(181.812000,54.642000),(179.874000,50.963000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((280.362000,36.319000),(286.482000,41.528000),(280.534000,44.205000),(279.307000,45.645000),(274.425000,41.873000),(276.203000,37.654000),(272.587000,29.893000),(278.858000,35.148000),(284.339000,30.156000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.816000,4.673000),(187.457000,2.259000),(193.325000,1.821000),(190.119000,4.251000),(192.643000,10.611000),(185.791000,6.431000),(182.573000,9.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.672000,0.133000),(141.457000,-0.697000),(145.759000,-7.237000),(153.755000,2.835000),(153.246000,5.533000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((349.482000,20.007000),(348.900000,20.161000),(352.462000,16.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((331.532000,-13.401000),(330.855000,-12.751000),(329.520000,-14.034000),(321.658000,-13.619000),(336.387000,-16.300000),(337.381000,-16.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.887000,49.306000),(355.442000,52.997000),(7.256000,44.667000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.389000,4.621000),(311.487000,4.395000),(318.425000,1.049000),(312.831000,6.232000),(312.262000,8.659000),(306.792000,10.681000),(304.971000,9.718000),(305.601000,6.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.482000,21.785000),(340.999000,22.044000),(337.451000,26.621000),(333.363000,31.814000),(333.716000,27.504000),(329.676000,33.348000),(330.734000,29.972000),(331.808000,27.701000),(333.521000,25.069000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.006000,24.004000),(275.295000,19.870000),(279.411000,19.968000),(284.193000,22.182000),(282.256000,30.600000),(275.427000,27.385000),(275.440000,26.595000),(270.999000,21.105000),(273.900000,22.280000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.461000,13.295000),(11.418000,6.774000),(12.200000,8.621000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.603000,21.286000),(155.954000,21.968000),(154.942000,22.529000),(144.051000,19.995000),(146.925000,16.319000),(154.903000,13.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.664000,-5.001000),(179.825000,0.097000),(179.948000,0.832000),(180.324000,3.855000),(182.448000,9.252000),(178.789000,6.814000),(171.829000,0.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.246000,31.189000),(255.166000,38.195000),(260.918000,38.795000),(257.869000,39.820000),(251.414000,39.479000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.117000,-44.635000),(301.331000,-31.971000),(298.595000,-39.666000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.571000,18.189000),(105.968000,21.914000),(100.207000,25.471000),(102.738000,18.836000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.208000,11.882000),(185.218000,12.174000),(185.395000,5.896000),(191.053000,17.902000),(179.351000,18.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.041000,-39.320000),(80.236000,-45.204000),(79.442000,-47.157000),(73.431000,-48.537000),(87.046000,-48.066000),(87.023000,-48.901000),(93.992000,-49.891000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.158000,33.463000),(36.168000,36.493000),(25.123000,37.893000),(27.124000,33.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.805000,25.608000),(32.570000,27.179000),(29.270000,27.901000),(29.774000,25.676000),(30.376000,24.300000),(33.604000,22.151000),(36.356000,22.081000),(38.094000,17.707000),(37.827000,21.945000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.109000,-22.992000),(262.317000,-23.464000),(270.189000,-26.642000),(263.570000,-23.013000),(265.480000,-18.990000),(264.331000,-14.298000),(262.724000,-17.338000),(258.294000,-19.293000),(253.023000,-24.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.458000,1.856000),(78.544000,-5.185000),(80.810000,1.719000),(86.720000,0.211000),(83.318000,6.147000),(76.214000,6.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.847000,-83.625000),(234.556000,-77.475000),(207.529000,-79.627000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.344000,71.381000),(193.425000,74.668000),(175.139000,67.683000),(196.375000,66.151000),(211.292000,63.954000),(206.288000,67.829000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((140.865000,16.380000),(138.878000,10.759000),(137.790000,15.627000),(137.896000,10.877000),(134.933000,10.081000),(140.164000,7.245000),(146.700000,7.373000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.740000,65.602000),(338.453000,80.607000),(313.068000,73.060000),(315.822000,69.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.101000,-10.157000),(32.409000,-12.939000),(31.231000,-14.845000),(32.605000,-14.506000),(32.989000,-17.980000),(40.955000,-15.358000),(42.514000,-9.288000),(35.772000,-10.543000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.134000,0.352000),(154.392000,2.710000),(148.952000,-0.623000),(147.125000,-1.047000),(146.983000,-1.606000),(145.599000,-5.905000),(150.856000,-10.978000),(152.432000,-7.474000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.359000,28.217000),(235.553000,26.730000),(234.868000,18.238000),(239.678000,24.555000),(240.356000,24.779000),(247.278000,29.085000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.318000,74.713000),(23.516000,76.221000),(345.575000,82.862000),(301.163000,78.641000),(341.454000,77.397000),(324.986000,72.958000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.917000,-17.977000),(8.231000,-17.033000),(12.396000,-19.977000),(12.360000,-6.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((247.485000,45.336000),(242.831000,50.757000),(240.205000,52.202000),(225.649000,46.992000),(231.368000,46.021000),(238.290000,43.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.107000,74.518000),(300.747000,75.277000),(330.190000,66.040000),(329.427000,71.092000),(340.345000,70.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.677000,-3.118000),(332.445000,8.184000),(324.758000,2.208000),(326.481000,1.318000),(329.593000,0.047000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.178000,1.514000),(344.537000,8.698000),(342.349000,6.955000),(340.729000,8.157000),(341.438000,4.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.213000,3.246000),(353.398000,0.811000),(354.673000,-3.655000),(1.151000,-8.650000),(6.307000,-3.867000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.895000,41.480000),(228.682000,35.407000),(231.559000,41.448000),(231.335000,35.768000),(235.684000,40.788000),(245.007000,41.913000),(234.261000,48.068000),(231.434000,48.424000),(225.345000,47.154000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.507000,26.093000),(214.503000,19.017000),(217.508000,27.362000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.210000,21.090000),(37.536000,19.532000),(31.819000,9.011000),(34.788000,6.037000),(38.529000,5.851000),(42.825000,3.170000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((254.985000,26.614000),(242.174000,32.770000),(242.884000,29.094000),(237.817000,25.739000),(235.755000,22.804000),(238.638000,23.659000),(247.151000,17.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.983000,-4.423000),(335.313000,2.381000),(333.653000,2.794000),(326.076000,-0.516000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.832000,-27.570000),(166.572000,-37.759000),(168.233000,-37.399000),(168.077000,-36.575000),(169.150000,-37.562000),(175.829000,-38.794000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.341000,19.859000),(340.522000,22.681000),(340.261000,19.643000),(347.515000,24.177000),(343.402000,24.510000),(341.765000,32.279000),(338.253000,28.749000),(339.112000,25.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.195000,82.533000),(357.775000,79.068000),(290.641000,86.897000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.120000,47.457000),(32.654000,44.739000),(28.468000,38.156000),(49.111000,46.098000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.762000,21.862000),(336.442000,20.726000),(333.356000,19.052000),(332.235000,11.352000),(340.500000,14.284000),(342.498000,15.030000),(349.088000,17.946000),(348.141000,19.155000),(341.546000,17.163000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.863000,-19.077000),(244.910000,-23.464000),(255.018000,-23.095000),(246.544000,-19.427000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((201.156000,5.667000),(203.396000,8.408000),(202.260000,11.010000),(192.580000,6.721000),(185.735000,2.306000),(190.441000,-1.577000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.825000,-5.324000),(346.450000,-9.436000),(346.794000,-8.000000),(343.986000,-4.254000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.133000,-10.683000),(242.235000,-10.485000),(240.642000,-10.361000),(238.252000,-9.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.355000,-3.360000),(33.866000,-6.721000),(28.797000,0.850000),(28.639000,0.692000),(27.787000,-0.288000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.811000,-18.003000),(180.470000,-16.656000),(179.703000,-13.728000),(180.748000,-9.507000),(170.665000,-3.437000),(173.218000,-10.276000),(165.399000,-9.342000),(167.146000,-10.130000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.599000,75.712000),(291.225000,74.834000),(263.513000,73.377000),(292.247000,71.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.142000,-6.513000),(184.541000,-7.621000),(192.101000,-7.482000),(192.842000,-6.548000),(191.009000,-7.233000),(193.410000,-2.937000),(191.773000,-3.981000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((208.549000,-24.685000),(203.246000,-24.191000),(197.674000,-26.523000),(201.376000,-29.888000),(198.521000,-35.317000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.076000,-0.646000),(177.827000,-3.984000),(180.383000,-1.142000),(178.855000,1.082000),(184.960000,-2.479000),(177.633000,3.416000),(176.679000,7.950000),(174.257000,8.448000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((19.362000,-57.094000),(34.514000,-56.641000),(35.164000,-46.508000),(35.086000,-44.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.945000,61.998000),(225.520000,57.962000),(217.182000,58.546000),(226.203000,56.064000),(230.519000,54.268000),(237.778000,51.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((61.994000,-45.641000),(66.736000,-39.542000),(66.471000,-43.352000),(68.214000,-38.673000),(70.337000,-39.008000),(68.844000,-38.171000),(75.348000,-34.200000),(68.162000,-35.738000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.767000,-10.764000),(349.454000,-3.612000),(345.376000,-8.896000),(347.031000,-11.213000),(341.580000,-13.630000),(346.317000,-17.021000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.930000,-34.513000),(163.978000,-34.372000),(171.229000,-40.424000),(171.611000,-40.472000),(166.202000,-45.094000),(169.677000,-44.657000),(171.809000,-42.823000),(185.693000,-39.975000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.293000,-2.684000),(172.494000,-5.343000),(171.673000,-7.226000),(174.927000,-6.195000),(172.159000,-9.058000),(179.040000,-4.390000),(189.465000,-2.271000),(182.622000,0.737000),(179.886000,-0.492000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.094000,61.482000),(231.013000,66.862000),(238.780000,64.085000),(230.395000,69.283000),(208.726000,70.644000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.814000,-4.447000),(187.595000,6.846000),(173.651000,3.363000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.520000,-13.432000),(4.443000,-18.055000),(5.986000,-20.934000),(1.276000,-24.232000),(2.212000,-24.824000),(0.530000,-29.797000),(3.579000,-27.002000),(9.525000,-25.226000),(15.674000,-21.086000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((252.985000,-62.965000),(265.667000,-67.135000),(271.788000,-69.248000),(273.246000,-61.715000),(262.352000,-60.034000),(263.547000,-58.484000),(259.084000,-60.229000),(251.859000,-57.992000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.643000,19.655000),(218.467000,17.467000),(226.129000,19.103000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.888000,1.379000),(11.656000,8.853000),(8.911000,7.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.879000,10.701000),(175.297000,5.968000),(169.751000,3.134000),(171.063000,0.560000),(175.559000,2.655000),(176.585000,1.669000),(182.278000,-3.707000),(181.231000,1.329000),(185.025000,4.556000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((291.504000,19.614000),(285.466000,16.426000),(286.762000,14.857000),(291.826000,11.930000),(292.894000,8.005000),(292.941000,16.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.918000,67.188000),(300.077000,63.678000),(320.376000,68.968000),(314.298000,72.044000),(331.714000,69.942000),(323.549000,75.362000),(289.479000,75.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.524000,-38.835000),(175.838000,-29.448000),(169.423000,-33.016000),(174.295000,-25.901000),(167.234000,-32.684000),(168.224000,-42.739000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.247000,12.890000),(143.046000,15.547000),(134.878000,16.336000),(131.934000,12.363000),(132.959000,9.562000),(135.191000,12.508000),(136.452000,6.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((311.665000,-9.384000),(308.852000,-1.301000),(313.383000,3.087000),(303.358000,-6.909000),(308.223000,-8.333000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.137000,-35.320000),(28.982000,-29.612000),(26.662000,-30.288000),(10.603000,-37.547000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.393000,36.919000),(199.000000,38.313000),(201.142000,37.083000),(195.938000,35.838000),(194.806000,35.651000),(195.195000,29.109000),(201.755000,26.749000),(206.343000,29.266000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.930000,-43.625000),(322.929000,-45.307000),(324.470000,-45.486000),(322.550000,-46.538000),(315.820000,-49.470000),(328.203000,-49.411000),(331.139000,-52.369000),(325.885000,-38.136000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((205.334000,23.595000),(202.811000,25.551000),(201.795000,25.211000),(199.651000,24.787000),(195.764000,23.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((79.736000,62.412000),(88.584000,56.599000),(98.389000,63.757000),(108.694000,66.057000),(111.158000,67.761000),(96.649000,66.426000),(94.113000,68.628000),(78.788000,68.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.377000,-26.670000),(4.470000,-30.246000),(4.710000,-33.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.132000,-5.127000),(3.088000,-5.708000),(359.652000,-11.355000),(6.597000,-14.313000),(10.477000,-13.736000),(11.167000,-7.116000),(11.705000,-5.286000),(9.690000,-4.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.824000,8.978000),(56.885000,4.872000),(60.646000,7.530000),(63.261000,4.114000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((259.099000,75.800000),(266.542000,76.376000),(274.644000,80.079000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((52.217000,-40.824000),(46.638000,-50.118000),(50.757000,-49.279000),(60.948000,-47.510000),(55.617000,-45.883000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.584000,2.769000),(187.402000,4.389000),(176.370000,1.294000),(184.154000,-6.217000),(192.035000,-2.638000),(185.724000,-0.819000),(188.121000,1.133000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.922000,-9.857000),(350.414000,-8.142000),(352.316000,-16.251000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((192.227000,43.371000),(190.998000,44.271000),(186.378000,45.332000),(177.033000,51.289000),(172.206000,49.210000),(174.262000,46.440000),(176.690000,45.133000),(175.167000,44.700000),(171.617000,38.128000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.257000,27.024000),(348.408000,30.054000),(351.901000,29.071000),(350.661000,31.171000),(358.070000,38.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.068000,-6.487000),(150.466000,-7.685000),(148.503000,1.090000),(149.915000,7.226000),(139.563000,2.430000),(146.490000,0.105000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.248000,-49.873000),(113.695000,-55.020000),(112.361000,-46.574000),(109.585000,-46.129000),(101.546000,-41.586000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.982000,-3.641000),(180.854000,2.293000),(178.249000,2.824000),(175.957000,1.822000),(174.866000,1.137000),(181.901000,-2.753000),(183.840000,-4.705000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.433000,3.903000),(354.861000,-2.505000),(8.251000,-3.821000),(7.060000,5.488000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.327000,21.773000),(133.032000,13.472000),(131.982000,11.712000),(135.266000,9.263000),(138.579000,11.657000),(143.336000,11.162000),(145.833000,11.626000),(140.117000,15.431000),(142.870000,16.214000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.087000,13.042000),(151.702000,16.569000),(151.535000,13.586000),(149.113000,9.469000),(153.174000,12.264000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.444000,-14.233000),(184.413000,-15.070000),(185.194000,-14.921000),(191.833000,-7.966000),(188.968000,-5.281000),(186.504000,-4.944000),(187.753000,-0.412000),(187.193000,-1.688000),(178.314000,-3.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.744000,64.407000),(43.836000,64.952000),(39.000000,67.621000),(33.040000,67.488000),(17.835000,72.828000),(25.461000,69.282000),(20.142000,68.930000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.620000,46.411000),(15.659000,52.356000),(15.465000,63.821000),(1.252000,59.072000),(359.705000,55.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((132.138000,-55.837000),(116.931000,-51.508000),(119.072000,-60.941000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.070000,64.664000),(185.060000,66.021000),(173.064000,66.380000),(170.738000,64.596000),(181.883000,60.688000),(184.133000,58.705000),(199.094000,62.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.803000,2.432000),(166.208000,-10.837000),(172.296000,-5.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.955000,60.280000),(186.641000,62.309000),(197.966000,57.020000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.093000,-5.320000),(21.072000,0.970000),(19.593000,-14.951000),(20.733000,-12.215000),(21.419000,-7.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.826000,29.958000),(338.508000,24.664000),(340.994000,31.742000),(347.456000,34.384000),(337.627000,34.174000),(335.362000,34.460000),(331.900000,32.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.482000,0.929000),(179.960000,0.311000),(183.825000,0.363000),(188.112000,-6.334000),(188.440000,-4.040000),(192.428000,-3.788000),(191.026000,0.542000),(194.682000,1.422000),(183.896000,6.278000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.188000,8.806000),(148.041000,7.995000),(157.876000,-2.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.467000,-55.320000),(120.165000,-50.445000),(114.300000,-57.699000),(110.717000,-58.574000),(103.636000,-56.733000),(109.885000,-61.079000),(122.989000,-64.178000),(133.043000,-62.597000),(136.185000,-60.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.095000,73.627000),(35.151000,78.190000),(16.234000,77.433000),(13.210000,71.647000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.232000,-13.599000),(216.546000,-2.297000),(215.129000,-2.071000),(216.295000,2.551000),(212.635000,0.346000),(207.341000,-1.661000),(207.194000,-4.993000),(211.688000,-6.652000),(208.940000,-8.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.267000,35.960000),(156.752000,35.828000),(157.423000,34.685000),(167.916000,32.957000),(166.591000,39.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.691000,35.348000),(123.041000,43.076000),(132.488000,38.890000),(132.737000,30.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((74.560000,-7.964000),(65.178000,-8.064000),(64.558000,-7.483000),(61.500000,-8.960000),(59.965000,-9.161000),(66.177000,-12.295000),(73.783000,-19.278000),(69.734000,-12.295000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.614000,24.959000),(42.634000,20.481000),(50.739000,26.187000),(46.153000,36.072000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.751000,19.533000),(153.552000,16.362000),(151.606000,7.807000),(157.805000,12.644000),(161.892000,9.081000),(162.243000,11.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.147000,19.806000),(165.111000,18.468000),(165.309000,21.708000),(157.730000,19.048000),(155.515000,17.903000),(154.415000,11.476000),(163.096000,10.771000),(168.138000,9.456000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((6.565000,26.008000),(8.195000,26.423000),(13.592000,25.268000),(11.314000,32.024000),(12.550000,30.380000),(16.170000,40.609000),(2.408000,34.801000),(5.607000,33.408000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((151.466000,33.988000),(152.584000,31.298000),(148.845000,28.860000),(152.951000,21.414000),(162.134000,22.266000),(156.176000,28.091000),(158.104000,30.266000),(160.135000,31.961000),(155.452000,30.287000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.120000,35.166000),(257.632000,36.518000),(258.806000,34.688000),(262.700000,29.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.391000,-4.613000),(178.146000,1.589000),(178.823000,-3.782000),(175.204000,-0.457000),(173.075000,-5.966000),(181.624000,-9.326000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.598000,-31.706000),(214.662000,-24.739000),(212.297000,-27.084000),(210.099000,-26.835000),(202.822000,-23.766000),(203.953000,-24.724000),(208.440000,-33.304000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.751000,-12.802000),(305.368000,-13.128000),(304.861000,-14.611000),(306.350000,-20.535000),(311.170000,-13.539000),(309.298000,-11.491000),(304.803000,-11.820000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((227.500000,-1.246000),(229.079000,-9.348000),(229.634000,-9.729000),(226.718000,-14.208000),(230.911000,-10.283000),(236.139000,-15.935000),(232.811000,-8.000000),(232.235000,-7.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.912000,-53.131000),(72.403000,-51.334000),(72.170000,-50.395000),(66.654000,-44.218000),(66.213000,-42.973000),(64.846000,-46.867000),(58.664000,-50.837000),(62.964000,-60.186000),(72.715000,-53.899000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((332.060000,-31.878000),(327.765000,-30.493000),(327.927000,-30.708000),(324.603000,-33.422000),(336.119000,-35.727000),(342.762000,-32.590000),(336.245000,-32.179000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((23.714000,22.446000),(25.712000,9.072000),(34.292000,13.977000),(27.294000,17.342000),(26.228000,19.338000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((91.778000,-7.610000),(92.879000,-10.329000),(96.106000,-6.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((4.064000,-33.060000),(5.173000,-34.683000),(4.086000,-37.972000),(9.172000,-43.589000),(9.782000,-40.891000),(17.028000,-36.992000),(10.270000,-31.173000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.837000,-4.046000),(236.923000,-9.698000),(237.309000,-9.275000),(240.866000,-5.113000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.923000,55.294000),(246.049000,57.140000),(245.214000,55.531000),(250.749000,56.898000),(251.085000,58.086000),(267.754000,59.646000),(260.781000,62.793000),(260.058000,62.606000),(247.712000,61.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.001000,-34.131000),(195.416000,-33.914000),(194.762000,-38.154000),(197.689000,-38.429000),(197.654000,-34.258000),(203.115000,-28.135000),(200.688000,-26.965000),(199.026000,-27.954000),(194.308000,-28.879000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.838000,7.239000),(5.915000,5.445000),(8.614000,10.139000),(6.844000,13.014000),(3.301000,10.501000),(357.713000,11.662000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.051000,-2.358000),(195.392000,-1.881000),(194.563000,-6.980000),(198.480000,0.088000),(198.664000,4.597000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.426000,-2.383000),(174.380000,2.004000),(172.432000,-0.527000),(177.384000,-12.596000),(178.406000,-6.637000),(175.008000,-3.768000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((42.220000,-40.331000),(46.114000,-46.877000),(47.664000,-49.694000),(55.830000,-50.641000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.913000,2.676000),(179.271000,2.028000),(173.521000,-1.999000),(178.582000,-10.624000),(187.017000,-7.834000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.872000,-13.875000),(0.135000,-13.410000),(0.041000,-12.011000),(2.392000,-19.069000),(0.776000,-9.955000),(353.564000,-3.564000),(351.280000,-12.596000),(352.850000,-14.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.334000,48.962000),(133.535000,58.207000),(144.247000,49.324000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.106000,4.211000),(120.168000,12.463000),(115.592000,1.625000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.561000,-80.376000),(306.839000,-77.550000),(276.359000,-73.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.199000,-47.246000),(201.037000,-43.952000),(207.690000,-39.661000),(200.593000,-30.237000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((348.170000,23.202000),(345.552000,24.086000),(342.878000,30.558000),(336.136000,19.682000),(343.242000,13.711000),(348.534000,20.940000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.797000,72.227000),(347.791000,67.636000),(346.757000,62.186000),(352.792000,65.729000),(6.016000,80.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.299000,-5.358000),(190.880000,-3.215000),(191.533000,-15.845000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.205000,-1.748000),(189.034000,-2.378000),(191.514000,-1.405000),(187.793000,1.479000),(184.563000,4.034000),(184.483000,11.064000),(183.439000,6.539000),(180.873000,-0.115000),(183.818000,2.424000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((327.661000,-16.229000),(330.486000,-19.712000),(329.854000,-5.899000),(324.334000,-6.231000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.626000,60.125000),(41.026000,69.742000),(39.299000,69.544000),(37.362000,60.562000),(42.495000,58.945000),(51.679000,59.946000),(62.928000,54.776000),(59.388000,58.954000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.396000,-0.961000),(9.243000,-5.041000),(13.691000,-5.227000),(11.132000,-1.444000),(13.593000,-1.550000),(11.337000,2.090000),(9.682000,8.757000),(7.480000,9.857000),(3.313000,3.847000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((306.405000,28.395000),(310.052000,29.132000),(316.757000,29.631000),(319.585000,26.632000),(318.869000,37.193000),(315.272000,37.691000),(317.876000,42.694000),(309.153000,35.780000),(310.784000,35.040000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.256000,30.072000),(176.933000,33.494000),(175.440000,32.637000),(168.589000,35.497000),(172.741000,31.054000),(167.278000,27.324000),(174.925000,24.246000),(178.274000,24.909000),(184.940000,23.396000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.930000,40.627000),(281.579000,43.063000),(284.105000,37.488000),(282.731000,44.123000),(290.858000,39.946000),(278.999000,53.675000),(275.405000,48.025000),(278.125000,45.663000),(276.511000,42.524000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.641000,30.997000),(153.611000,33.509000),(151.230000,38.749000),(146.670000,35.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.123000,18.488000),(181.100000,21.835000),(176.009000,24.752000),(174.821000,26.003000),(170.794000,27.006000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.058000,-7.514000),(13.633000,-8.052000),(20.250000,0.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.298000,2.769000),(158.174000,11.507000),(158.346000,10.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((281.999000,-41.536000),(277.838000,-51.705000),(290.730000,-48.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.900000,1.777000),(358.607000,4.572000),(350.707000,2.800000),(356.024000,-1.262000),(358.507000,0.773000),(0.929000,-4.631000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.702000,-4.904000),(151.843000,-2.954000),(143.015000,-3.955000),(141.289000,-5.719000),(143.943000,-6.015000),(142.980000,-10.411000),(146.119000,-14.013000),(145.905000,-8.275000),(148.989000,-14.491000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.731000,-8.316000),(351.546000,-3.125000),(347.452000,3.887000),(341.188000,0.598000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((10.377000,2.754000),(9.308000,7.947000),(9.281000,-1.779000),(8.058000,-7.677000),(15.090000,-7.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((260.848000,-16.640000),(266.671000,-10.698000),(271.486000,-5.191000),(264.734000,-4.016000),(261.867000,-0.589000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((354.810000,-2.648000),(353.147000,-5.010000),(356.820000,-5.399000),(1.926000,-7.588000),(1.977000,-7.356000),(353.233000,7.982000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((203.243000,18.546000),(196.218000,21.477000),(194.683000,19.281000),(195.548000,15.216000),(197.083000,16.418000),(200.620000,15.930000),(203.951000,14.512000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.598000,-7.138000),(265.865000,-5.589000),(262.831000,-13.937000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((92.544000,16.597000),(106.020000,11.663000),(103.592000,13.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.441000,-60.968000),(45.849000,-59.639000),(40.229000,-59.903000),(22.496000,-59.857000),(34.060000,-66.135000),(52.046000,-61.321000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.802000,3.897000),(187.410000,7.223000),(180.245000,4.719000),(179.421000,-2.816000),(182.053000,-6.896000),(189.556000,-6.964000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.048000,-69.295000),(161.159000,-61.024000),(156.243000,-58.912000),(152.640000,-62.211000),(144.715000,-62.990000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((78.720000,-51.262000),(87.167000,-46.908000),(86.346000,-44.391000),(91.919000,-46.006000),(90.928000,-36.040000),(89.167000,-36.592000),(80.869000,-38.540000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.741000,-41.523000),(124.829000,-40.378000),(128.415000,-36.836000),(115.564000,-39.318000),(107.868000,-44.815000),(113.408000,-51.749000),(118.648000,-48.008000),(119.991000,-46.311000),(124.720000,-46.984000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.752000,3.134000),(127.686000,-4.027000),(136.611000,-8.235000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.613000,-3.985000),(229.500000,-3.033000),(220.085000,-7.261000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.727000,16.473000),(172.771000,26.362000),(164.444000,19.758000),(172.761000,8.934000),(172.017000,15.857000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((14.638000,8.764000),(27.011000,-0.678000),(24.016000,3.583000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((97.361000,-45.234000),(93.870000,-40.625000),(81.647000,-41.135000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.708000,19.810000),(154.285000,21.405000),(157.758000,22.809000),(156.450000,27.552000),(155.163000,26.875000),(143.966000,26.972000),(147.605000,22.473000),(145.465000,20.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.837000,-2.052000),(2.506000,-1.343000),(2.467000,1.399000),(4.788000,5.313000),(2.677000,10.382000),(358.723000,8.539000),(357.290000,4.489000),(352.453000,2.877000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.207000,28.005000),(132.811000,31.105000),(131.364000,23.584000),(126.348000,25.159000),(133.797000,17.038000),(138.916000,22.220000),(133.778000,22.800000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.681000,41.722000),(261.550000,40.888000),(262.911000,40.942000),(265.398000,38.759000),(268.234000,39.353000),(272.183000,32.583000),(273.592000,42.585000),(274.447000,44.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.079000,-35.433000),(216.433000,-21.075000),(213.433000,-25.054000),(210.619000,-26.123000),(207.061000,-36.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.895000,-11.471000),(151.370000,-9.161000),(158.168000,-15.053000),(163.180000,-12.217000),(156.395000,-10.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((282.890000,0.756000),(282.765000,3.706000),(282.976000,7.606000),(278.339000,2.426000),(277.565000,3.554000),(276.157000,0.152000),(274.254000,-0.506000),(274.199000,-2.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((115.672000,12.994000),(112.506000,8.347000),(116.490000,8.463000),(110.475000,6.307000),(117.961000,5.874000),(121.611000,0.740000),(124.546000,11.654000),(123.313000,11.947000),(119.657000,10.162000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((168.797000,22.649000),(169.265000,34.165000),(168.268000,34.723000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.201000,-43.475000),(272.193000,-37.850000),(273.248000,-49.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.313000,-53.897000),(315.999000,-53.171000),(296.766000,-54.365000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((95.562000,-8.460000),(94.361000,-11.369000),(89.076000,-12.423000),(88.550000,-15.280000),(95.757000,-21.756000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((90.350000,-19.103000),(89.699000,-19.013000),(87.595000,-33.885000),(95.656000,-31.426000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((303.297000,38.139000),(306.925000,37.323000),(313.374000,43.428000),(309.268000,45.724000),(306.364000,43.438000),(301.206000,41.868000),(295.581000,36.067000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.786000,-41.385000),(339.249000,-40.148000),(335.689000,-43.790000),(332.770000,-46.763000),(332.484000,-51.874000),(336.548000,-47.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.208000,50.407000),(139.815000,47.302000),(128.743000,51.759000),(134.904000,54.202000),(123.138000,53.988000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((165.858000,-6.450000),(164.700000,-3.548000),(164.027000,-5.611000),(154.045000,-7.180000),(163.661000,-8.410000),(163.934000,-8.337000),(164.024000,-8.746000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.320000,-69.980000),(352.007000,-69.064000),(358.484000,-66.855000),(342.483000,-62.600000),(331.146000,-59.076000),(325.853000,-64.957000),(338.624000,-71.147000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.559000,-18.985000),(349.407000,-18.127000),(350.287000,-21.497000),(347.081000,-22.979000),(0.651000,-21.796000),(359.968000,-20.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.128000,-3.100000),(155.727000,8.967000),(142.091000,6.740000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.231000,-44.963000),(242.640000,-43.758000),(244.742000,-43.020000),(248.951000,-42.796000),(252.021000,-46.383000),(257.015000,-45.782000),(257.349000,-38.236000),(254.512000,-35.811000),(244.783000,-36.272000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.240000,44.555000),(190.556000,46.083000),(187.694000,39.574000),(192.127000,38.516000),(193.776000,39.472000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.790000,-3.988000),(81.162000,-5.214000),(69.528000,-7.071000),(70.356000,-14.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((333.439000,15.133000),(341.120000,15.688000),(345.009000,7.882000),(344.387000,15.336000),(343.931000,21.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.560000,-9.701000),(346.654000,-4.494000),(336.086000,-8.285000),(341.418000,-6.645000),(338.190000,-11.337000),(341.698000,-12.361000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.834000,31.299000),(293.078000,30.205000),(291.717000,36.713000),(292.961000,37.790000),(295.649000,40.561000),(299.658000,43.050000),(288.876000,39.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.233000,16.118000),(160.842000,18.584000),(160.788000,20.938000),(159.264000,20.776000),(155.277000,21.686000),(155.335000,19.414000),(157.863000,18.741000),(157.968000,17.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.895000,-12.829000),(183.042000,-9.053000),(182.676000,-4.840000),(181.766000,-5.748000),(179.485000,-8.965000),(173.443000,-12.092000),(176.702000,-18.194000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.376000,11.963000),(9.899000,8.569000),(12.403000,6.918000),(16.450000,2.755000),(17.341000,9.493000),(17.200000,11.623000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.655000,-2.309000),(18.639000,2.188000),(15.640000,6.756000),(13.920000,7.666000),(4.888000,0.962000),(11.199000,4.657000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.973000,-1.253000),(343.792000,8.208000),(342.912000,6.286000),(340.435000,7.707000),(340.499000,3.291000),(342.178000,1.625000),(342.617000,0.932000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((296.210000,3.001000),(295.168000,-2.482000),(294.396000,-2.906000),(300.952000,-6.278000),(299.605000,-3.020000),(300.697000,0.770000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.564000,66.406000),(264.829000,74.746000),(244.692000,70.136000),(237.285000,70.851000),(242.590000,68.748000),(229.022000,64.543000),(247.116000,67.775000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((188.561000,3.334000),(187.063000,-3.050000),(179.010000,-4.097000),(190.191000,-12.881000),(192.186000,0.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((272.450000,-63.947000),(275.586000,-61.809000),(285.792000,-63.278000),(283.967000,-58.961000),(290.465000,-55.900000),(288.749000,-56.006000),(279.499000,-55.714000),(274.277000,-58.221000),(271.756000,-60.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((28.812000,-40.768000),(27.282000,-30.521000),(24.157000,-29.442000),(20.792000,-34.204000),(18.861000,-34.983000),(12.151000,-34.977000),(17.930000,-37.489000),(10.149000,-36.244000),(22.693000,-39.520000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((283.268000,-13.033000),(287.442000,-13.736000),(288.645000,-18.908000),(294.336000,-15.534000),(295.315000,-15.177000),(300.959000,-13.753000),(285.150000,-10.337000),(286.511000,-11.153000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((310.453000,-22.999000),(317.588000,-19.146000),(315.206000,-19.921000),(312.766000,-20.157000),(313.942000,-18.373000),(308.216000,-13.762000),(307.524000,-16.277000),(305.443000,-23.660000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.860000,0.557000),(1.547000,0.448000),(357.191000,0.397000),(355.643000,1.172000),(354.376000,-10.108000),(357.414000,-5.044000),(359.964000,-4.606000),(1.852000,-10.751000),(0.994000,-2.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.484000,-4.027000),(357.035000,-8.158000),(358.582000,-3.316000),(1.579000,-0.658000),(1.558000,-0.393000),(359.255000,0.036000),(356.787000,0.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.875000,42.007000),(69.780000,44.016000),(72.783000,35.253000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((275.564000,28.934000),(275.018000,20.734000),(278.142000,24.122000),(283.448000,32.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.748000,-63.599000),(137.881000,-61.870000),(159.785000,-65.010000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((33.885000,39.509000),(29.992000,43.478000),(25.827000,41.869000),(25.770000,37.271000),(25.965000,32.112000),(28.221000,32.893000),(30.654000,33.779000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.912000,-52.266000),(299.511000,-45.977000),(283.257000,-58.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.383000,-16.105000),(309.462000,-22.257000),(308.734000,-22.969000),(302.538000,-26.787000),(310.394000,-23.580000),(310.060000,-24.055000),(312.437000,-27.903000),(322.007000,-24.153000),(315.961000,-20.859000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.532000,-12.656000),(7.268000,-0.620000),(7.087000,1.186000),(351.448000,-2.651000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((274.119000,28.348000),(267.124000,34.414000),(271.455000,30.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.255000,3.803000),(179.175000,7.525000),(176.770000,4.039000),(175.385000,6.221000),(171.061000,-2.871000),(177.366000,-7.938000),(180.934000,-4.817000),(183.069000,-3.458000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((0.103000,-5.476000),(5.665000,-2.808000),(0.391000,6.947000),(357.591000,-0.722000),(357.577000,-7.401000),(358.872000,-7.887000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.167000,4.574000),(51.151000,7.362000),(48.770000,4.788000),(46.494000,3.460000),(43.521000,2.210000),(49.818000,1.531000),(56.252000,-1.315000),(51.991000,2.366000),(51.976000,2.870000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((155.338000,-7.284000),(169.833000,-6.824000),(163.352000,0.953000),(160.383000,-1.270000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.778000,65.997000),(292.140000,70.435000),(285.038000,66.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((11.744000,49.447000),(357.994000,50.070000),(357.723000,44.013000),(1.478000,41.837000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.883000,-25.169000),(183.440000,-17.372000),(183.663000,-12.042000),(176.635000,-11.701000),(175.381000,-15.338000),(172.537000,-8.306000),(168.884000,-14.737000),(166.353000,-19.010000),(173.897000,-19.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.619000,-11.186000),(298.676000,-12.839000),(306.242000,-13.381000),(313.594000,-8.648000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.716000,-3.978000),(4.295000,-3.034000),(4.267000,1.998000),(3.120000,0.634000),(0.433000,0.835000),(1.178000,-2.484000),(354.011000,-7.694000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.820000,-38.335000),(126.572000,-34.097000),(124.435000,-37.507000),(117.261000,-45.163000),(120.184000,-44.887000),(131.438000,-47.741000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((124.403000,-35.960000),(117.763000,-24.291000),(116.898000,-20.940000),(113.266000,-26.320000),(113.153000,-29.785000),(115.547000,-31.646000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.743000,0.816000),(180.359000,8.214000),(172.433000,-3.504000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((342.966000,18.205000),(329.526000,29.263000),(329.466000,23.771000),(336.071000,14.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((212.108000,-1.577000),(214.380000,-7.468000),(214.399000,-5.808000),(214.116000,-1.841000),(219.837000,-2.548000),(210.163000,4.328000),(207.061000,-1.093000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.266000,-26.868000),(55.194000,-15.984000),(50.613000,-16.425000),(50.064000,-11.997000),(41.158000,-14.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.631000,50.163000),(103.683000,57.704000),(96.040000,57.366000),(85.688000,54.708000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((139.641000,-26.058000),(142.624000,-23.759000),(139.776000,-15.361000),(140.940000,-17.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.343000,-65.742000),(281.585000,-65.882000),(296.669000,-70.633000),(278.645000,-60.884000),(272.765000,-64.227000),(274.665000,-65.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.695000,0.368000),(12.128000,-4.280000),(15.080000,-8.426000),(13.299000,-8.654000),(9.095000,-9.565000),(11.892000,-13.832000),(19.270000,-11.253000),(20.394000,-8.811000),(23.081000,-6.084000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.127000,13.663000),(346.921000,14.129000),(347.166000,10.799000),(348.878000,6.956000),(350.095000,5.012000),(355.524000,2.042000),(355.713000,7.202000),(358.652000,9.013000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.527000,-54.949000),(231.720000,-57.905000),(231.176000,-58.458000),(232.885000,-57.488000),(234.401000,-57.819000),(238.181000,-57.992000),(246.869000,-57.673000),(235.817000,-56.408000),(240.395000,-55.715000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((343.237000,-13.198000),(345.762000,-13.274000),(341.640000,-7.970000),(341.144000,-6.560000),(341.356000,-7.826000),(335.587000,-7.888000),(337.497000,-12.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((25.302000,-23.099000),(24.157000,-15.999000),(17.798000,-17.642000),(21.878000,-21.407000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.414000,17.505000),(180.365000,15.762000),(182.728000,17.471000),(183.344000,18.566000),(184.962000,24.095000),(183.746000,24.691000),(182.892000,24.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((64.180000,-18.589000),(65.796000,-12.898000),(57.955000,-9.446000),(58.814000,-14.795000),(63.389000,-22.347000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((65.125000,-20.292000),(61.097000,-17.565000),(58.147000,-13.408000),(56.611000,-11.799000),(57.899000,-20.383000),(48.528000,-22.037000),(57.231000,-23.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((213.401000,-82.832000),(213.245000,-70.284000),(198.360000,-72.035000),(180.675000,-74.962000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((298.173000,-23.367000),(302.566000,-29.769000),(313.608000,-26.872000),(310.612000,-24.713000),(311.244000,-19.327000),(304.758000,-16.971000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((56.770000,13.800000),(57.810000,21.357000),(55.212000,20.810000),(54.835000,18.027000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.469000,41.308000),(152.922000,47.895000),(134.291000,46.746000),(136.353000,42.654000),(139.266000,41.713000),(141.181000,41.932000),(141.886000,37.878000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((230.805000,-25.038000),(216.079000,-23.722000),(216.967000,-29.078000),(222.220000,-29.318000),(224.797000,-33.169000),(224.579000,-30.634000),(226.389000,-31.880000),(232.323000,-32.907000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((284.668000,17.763000),(287.972000,9.830000),(291.045000,8.379000),(296.016000,12.064000),(287.847000,27.180000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((111.272000,37.118000),(105.633000,38.988000),(110.681000,32.894000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.893000,-2.423000),(246.532000,-6.029000),(248.520000,-8.642000),(256.326000,-11.322000),(253.084000,-4.025000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((358.394000,-53.120000),(359.131000,-56.640000),(5.253000,-50.874000),(354.542000,-44.181000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.385000,40.546000),(319.231000,39.136000),(318.181000,35.223000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((271.739000,9.366000),(272.975000,8.948000),(280.768000,0.540000),(281.322000,-0.984000),(289.340000,8.898000),(279.499000,13.232000),(277.468000,15.826000),(277.541000,10.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((224.488000,37.724000),(212.342000,33.814000),(218.204000,30.987000),(220.439000,28.420000),(220.609000,28.410000),(219.890000,26.057000),(227.562000,27.895000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.153000,-26.039000),(64.055000,-33.189000),(65.678000,-33.707000),(66.554000,-33.343000),(75.380000,-28.447000),(67.625000,-26.029000),(67.744000,-23.068000),(64.404000,-22.645000),(60.829000,-24.918000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.265000,-0.148000),(293.584000,4.339000),(293.859000,0.644000),(293.069000,3.479000),(296.111000,-3.523000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.552000,-37.033000),(23.830000,-47.057000),(28.989000,-50.779000),(29.979000,-36.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.739000,-21.154000),(355.621000,-19.189000),(344.574000,-12.966000),(348.649000,-19.923000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((330.922000,-79.676000),(333.292000,-84.937000),(290.800000,-81.532000),(272.131000,-81.997000),(9.812000,-89.798000),(154.248000,-86.271000),(136.892000,-83.783000),(62.909000,-85.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((186.366000,7.527000),(191.778000,3.145000),(194.396000,2.046000),(193.757000,4.080000),(195.990000,6.927000),(185.906000,14.114000),(185.661000,13.284000),(185.256000,12.349000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.208000,46.495000),(114.508000,44.260000),(125.907000,49.695000),(126.992000,53.264000),(126.191000,57.444000),(121.086000,59.084000),(114.960000,55.363000),(104.634000,53.061000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.915000,-0.622000),(347.230000,5.589000),(343.920000,1.609000),(342.630000,1.895000),(342.603000,1.057000),(341.470000,-0.161000),(349.090000,-7.459000),(348.400000,-5.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.393000,-26.439000),(206.003000,-38.369000),(204.053000,-39.951000),(207.923000,-40.260000),(214.305000,-34.129000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((200.692000,79.188000),(237.437000,75.370000),(262.617000,78.606000),(259.284000,84.871000),(152.234000,86.776000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.412000,2.488000),(9.274000,4.350000),(9.663000,9.789000),(2.769000,8.945000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.209000,-1.381000),(173.952000,-2.983000),(173.798000,-6.705000),(177.162000,-2.859000),(181.171000,-3.326000),(176.002000,1.608000),(178.247000,5.095000),(174.923000,1.686000),(170.380000,8.286000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.612000,12.775000),(113.095000,6.583000),(109.443000,0.974000),(114.152000,4.672000),(116.277000,2.735000),(121.227000,9.755000),(117.277000,10.116000),(117.687000,13.870000),(113.213000,15.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((166.181000,-47.668000),(167.507000,-43.227000),(170.788000,-40.122000),(169.018000,-38.393000),(165.355000,-32.232000),(161.702000,-34.037000),(160.007000,-38.886000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.011000,14.496000),(191.144000,16.807000),(188.458000,12.112000),(186.323000,8.954000),(188.047000,3.874000),(189.129000,3.189000),(189.017000,7.260000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((105.203000,58.229000),(114.330000,62.948000),(128.688000,59.986000),(124.066000,63.878000),(119.024000,70.240000),(102.015000,73.105000),(108.350000,67.148000),(93.590000,68.480000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.217000,-24.772000),(9.307000,-24.309000),(8.867000,-21.715000),(6.580000,-16.473000),(356.313000,-23.754000),(356.600000,-26.554000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.795000,-28.629000),(302.231000,-38.604000),(317.734000,-28.018000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((68.155000,14.307000),(69.760000,20.063000),(56.927000,16.638000),(62.781000,14.440000),(56.174000,10.203000),(62.775000,11.598000),(65.511000,10.372000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.776000,20.693000),(200.548000,28.130000),(194.930000,27.749000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.332000,47.947000),(4.523000,40.002000),(4.303000,39.927000),(10.618000,39.126000),(8.060000,37.809000),(12.559000,37.229000),(16.148000,35.035000),(16.278000,39.888000),(19.645000,33.208000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((34.932000,8.538000),(35.691000,-4.236000),(41.552000,0.843000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.518000,6.397000),(43.784000,7.289000),(43.643000,7.973000),(38.569000,12.907000),(33.945000,4.804000),(34.494000,-1.080000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((307.011000,54.629000),(313.282000,56.199000),(308.776000,64.736000),(294.075000,64.875000),(291.491000,63.421000),(298.126000,57.099000),(285.149000,52.811000),(300.106000,53.848000),(297.699000,47.507000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((286.392000,13.200000),(282.607000,17.456000),(280.012000,9.108000),(282.124000,8.924000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.948000,-32.020000),(30.853000,-30.649000),(30.116000,-30.694000),(20.667000,-22.774000),(21.483000,-24.838000),(24.776000,-29.901000),(30.006000,-40.497000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.410000,-0.758000),(352.884000,-0.988000),(346.353000,3.108000),(349.371000,-0.739000),(349.537000,-1.726000),(350.543000,-10.226000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((355.100000,-26.683000),(354.597000,-34.288000),(359.023000,-28.030000),(359.964000,-28.832000),(353.861000,-18.781000),(354.923000,-21.387000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.209000,27.419000),(271.435000,31.490000),(265.150000,33.219000),(259.898000,34.766000),(255.232000,33.671000),(258.685000,30.365000),(259.725000,27.741000),(263.720000,25.000000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.746000,0.854000),(341.358000,-0.857000),(345.372000,-4.129000),(346.181000,-4.760000),(349.643000,-8.494000),(345.585000,-0.420000),(347.827000,1.435000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((160.171000,58.151000),(171.224000,54.314000),(183.967000,53.444000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((2.082000,-7.660000),(13.603000,-7.774000),(11.589000,-6.325000),(6.037000,-3.977000),(3.453000,-5.404000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((50.597000,54.161000),(40.914000,57.597000),(36.380000,59.713000),(32.482000,59.513000),(29.412000,51.798000),(34.375000,52.153000),(33.920000,48.184000),(44.482000,50.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((356.479000,-2.109000),(3.963000,-6.378000),(5.799000,-2.374000),(12.648000,2.501000),(6.400000,3.766000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((58.460000,62.622000),(70.148000,54.629000),(80.603000,56.886000),(84.068000,62.041000),(76.628000,61.605000),(73.802000,62.399000),(70.442000,69.415000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.868000,44.447000),(98.011000,48.143000),(88.433000,45.603000),(96.634000,42.837000),(92.704000,38.764000),(92.723000,36.181000),(100.222000,41.033000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((15.058000,1.730000),(17.123000,5.244000),(19.081000,6.659000),(17.733000,10.145000),(8.153000,6.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((77.231000,14.294000),(80.586000,20.519000),(78.746000,22.527000),(76.554000,22.659000),(75.193000,18.044000),(69.332000,21.491000),(64.870000,18.203000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((24.878000,-66.414000),(40.651000,-66.270000),(50.431000,-67.226000),(51.130000,-64.563000),(53.139000,-57.780000),(46.641000,-59.079000),(42.605000,-58.195000),(40.131000,-63.657000),(38.383000,-64.258000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((44.463000,30.422000),(48.130000,26.609000),(48.927000,26.092000),(52.912000,28.348000),(51.419000,30.411000),(52.585000,35.994000),(44.813000,34.413000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((219.961000,-40.477000),(212.936000,-44.118000),(215.526000,-50.522000),(218.012000,-47.500000),(218.959000,-47.551000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.024000,2.077000),(178.292000,4.905000),(180.433000,11.178000),(178.354000,15.792000),(176.906000,10.737000),(174.639000,14.138000),(173.202000,16.180000),(171.981000,12.313000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.365000,-14.499000),(46.267000,-9.264000),(36.338000,-10.922000),(47.714000,-25.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((86.761000,-50.342000),(83.061000,-47.667000),(82.916000,-46.131000),(76.359000,-42.943000),(71.210000,-40.617000),(82.827000,-55.898000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.413000,11.363000),(7.181000,6.581000),(3.098000,7.882000),(9.188000,0.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.275000,7.927000),(224.126000,3.301000),(222.603000,6.545000),(227.578000,4.508000),(221.442000,11.078000),(217.945000,12.339000),(212.834000,12.702000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((70.126000,23.663000),(61.439000,28.322000),(60.659000,28.712000),(60.243000,24.665000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.451000,-9.679000),(135.203000,-7.846000),(129.655000,-6.777000),(131.384000,-7.779000),(132.276000,-8.633000),(132.648000,-10.877000),(135.698000,-10.676000),(135.853000,-11.410000),(137.025000,-11.379000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((26.389000,43.786000),(21.989000,36.407000),(35.384000,33.638000),(42.611000,42.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.627000,7.612000),(161.439000,5.078000),(168.845000,7.882000),(169.063000,9.048000),(165.837000,9.922000),(164.273000,8.757000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.494000,-47.112000),(143.580000,-47.701000),(135.496000,-47.145000),(134.262000,-47.004000),(132.425000,-50.565000),(140.853000,-58.009000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.773000,-57.680000),(89.985000,-64.588000),(101.934000,-66.170000),(91.058000,-70.283000),(120.222000,-71.875000),(113.667000,-63.024000),(114.337000,-62.680000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((40.414000,13.973000),(41.422000,13.356000),(34.010000,19.716000),(33.650000,22.121000),(28.968000,18.022000),(29.583000,17.464000),(32.383000,17.997000),(34.931000,15.301000),(38.600000,13.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((264.827000,-76.978000),(273.241000,-72.780000),(263.432000,-71.094000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((261.228000,-15.038000),(262.382000,-2.359000),(259.045000,0.697000),(255.527000,-6.375000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((232.411000,56.979000),(231.224000,65.411000),(250.436000,68.992000),(231.021000,68.137000),(225.092000,70.379000),(219.253000,65.804000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.975000,14.321000),(351.990000,7.354000),(348.609000,5.948000),(352.089000,-1.604000),(358.211000,4.915000),(352.896000,7.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((225.176000,33.719000),(210.918000,38.388000),(207.193000,30.789000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((323.651000,31.618000),(317.713000,25.220000),(329.394000,31.359000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.526000,-8.004000),(169.477000,-6.279000),(171.542000,-9.647000),(170.684000,-15.062000),(175.548000,-13.987000),(175.837000,-9.759000),(174.970000,-5.355000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((185.105000,45.634000),(179.986000,39.878000),(170.824000,41.029000),(171.301000,34.363000),(179.956000,34.603000),(184.490000,31.637000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.813000,-82.695000),(297.277000,-78.567000),(263.838000,-76.638000),(248.728000,-76.561000),(286.072000,-81.268000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.485000,-38.028000),(27.487000,-38.398000),(27.585000,-41.750000),(37.696000,-43.497000),(39.468000,-43.739000),(39.180000,-39.312000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.790000,-10.770000),(183.708000,-17.838000),(180.234000,-11.518000),(175.423000,-14.337000),(181.026000,-18.215000),(182.918000,-18.865000),(180.652000,-25.259000),(190.503000,-23.129000),(186.836000,-11.904000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((154.836000,-30.123000),(158.216000,-22.721000),(149.215000,-29.222000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.029000,-24.938000),(338.010000,-26.283000),(333.412000,-23.964000),(336.286000,-31.818000),(338.748000,-29.948000),(345.229000,-29.721000),(346.269000,-27.442000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.009000,-3.924000),(59.972000,-2.415000),(59.876000,-4.281000),(58.265000,-9.616000),(61.045000,-5.868000),(65.153000,-9.435000),(65.725000,-3.849000),(69.234000,-0.423000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.595000,-72.320000),(156.796000,-67.596000),(162.339000,-67.140000),(148.905000,-57.692000),(148.755000,-59.295000),(132.844000,-66.883000),(130.444000,-70.775000),(138.322000,-72.674000),(150.031000,-68.481000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.136000,5.669000),(357.262000,4.216000),(2.723000,5.267000),(3.806000,5.472000),(359.153000,5.720000),(357.431000,7.214000),(356.451000,9.130000),(355.426000,11.084000),(353.024000,11.683000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.642000,-47.663000),(140.209000,-50.617000),(140.236000,-59.554000),(148.365000,-50.616000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((172.061000,-75.945000),(171.935000,-74.405000),(174.792000,-71.450000),(158.152000,-66.969000),(153.506000,-66.992000),(152.684000,-71.401000),(133.875000,-69.339000),(123.417000,-82.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.683000,28.546000),(160.841000,21.536000),(165.051000,13.615000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.543000,33.251000),(333.020000,32.293000),(337.505000,30.438000),(337.450000,27.156000),(341.699000,25.810000),(345.216000,37.504000),(338.418000,37.872000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((329.461000,30.792000),(330.687000,24.820000),(332.021000,20.421000),(332.391000,15.080000),(338.155000,16.485000),(341.929000,29.086000),(337.912000,29.846000),(334.506000,25.007000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.235000,1.026000),(151.729000,3.574000),(158.274000,-1.199000),(152.819000,11.068000),(150.280000,11.696000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((253.462000,38.155000),(257.960000,37.760000),(256.155000,42.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((162.949000,-15.432000),(156.566000,-26.530000),(169.435000,-23.949000),(168.587000,-16.335000),(168.497000,-13.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.623000,-30.373000),(178.194000,-33.938000),(185.593000,-26.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((149.225000,38.275000),(149.499000,39.122000),(144.544000,47.591000),(135.445000,37.408000),(140.675000,35.772000),(146.264000,37.629000),(149.228000,34.755000),(151.654000,34.458000),(152.740000,35.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.340000,-9.814000),(184.001000,-6.300000),(182.250000,-8.195000),(177.101000,-1.497000),(177.388000,-13.943000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((35.535000,30.182000),(40.100000,30.702000),(32.293000,34.256000),(30.384000,37.652000),(29.994000,33.451000),(28.375000,31.516000),(28.642000,26.825000),(32.189000,29.231000),(40.965000,27.269000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((37.972000,-58.418000),(41.174000,-56.085000),(35.412000,-52.911000),(37.133000,-47.327000),(30.060000,-49.862000),(31.187000,-48.280000),(31.938000,-46.579000),(23.475000,-42.279000),(19.877000,-44.601000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((238.490000,45.612000),(232.866000,50.172000),(230.779000,50.132000),(223.592000,48.851000),(223.147000,46.643000),(225.687000,41.328000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((157.383000,-60.770000),(153.536000,-59.231000),(148.868000,-59.632000),(147.938000,-60.195000),(145.974000,-64.140000),(151.311000,-63.371000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((241.681000,-33.285000),(241.102000,-32.121000),(244.034000,-27.341000),(241.244000,-28.343000),(236.298000,-24.979000),(233.359000,-30.442000),(229.547000,-32.516000),(230.835000,-37.341000),(238.736000,-35.045000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.903000,-28.526000),(114.256000,-30.657000),(110.250000,-38.214000),(124.806000,-34.677000),(118.402000,-33.614000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.581000,-56.856000),(280.592000,-52.746000),(267.854000,-47.914000),(266.528000,-54.664000),(268.209000,-57.596000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.462000,31.433000),(68.135000,29.032000),(73.058000,36.876000),(63.468000,35.981000),(57.669000,37.395000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.841000,-47.387000),(319.790000,-43.312000),(305.862000,-50.022000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.157000,3.604000),(174.587000,9.243000),(169.722000,7.121000),(169.618000,4.476000),(164.902000,4.555000),(170.735000,-0.161000),(171.773000,-5.029000),(174.105000,-4.960000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((47.964000,74.764000),(112.815000,77.575000),(94.566000,82.008000),(123.611000,78.999000),(288.969000,87.080000),(307.579000,86.219000),(0.277000,78.825000),(10.599000,80.218000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.571000,36.716000),(203.863000,53.593000),(196.749000,49.444000),(192.054000,48.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((335.627000,-8.521000),(335.841000,-9.856000),(341.570000,-9.963000),(337.416000,-1.497000),(336.098000,-1.396000),(335.193000,-2.096000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((147.838000,-24.792000),(154.263000,-28.879000),(159.472000,-21.216000),(159.462000,-19.148000),(160.049000,-18.526000),(152.931000,-16.670000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((262.258000,47.777000),(265.395000,47.350000),(257.874000,58.624000),(257.220000,57.802000),(251.469000,53.977000),(251.984000,52.033000),(253.051000,51.821000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((244.943000,-17.401000),(258.412000,-18.349000),(253.055000,-12.839000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((9.026000,26.539000),(16.998000,30.283000),(9.340000,37.344000),(4.926000,29.366000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.299000,-0.120000),(182.306000,-2.899000),(185.816000,-6.788000),(187.736000,-2.468000),(187.711000,-3.324000),(189.135000,-10.627000),(192.984000,1.587000),(183.479000,4.166000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((62.986000,-3.864000),(64.543000,-2.298000),(64.994000,-1.719000),(62.363000,2.521000),(57.556000,-7.058000),(55.771000,-13.602000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.371000,-57.274000),(30.508000,-64.280000),(34.147000,-68.139000),(40.962000,-66.350000),(46.130000,-56.529000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.509000,-5.556000),(336.282000,-6.885000),(336.410000,-4.979000),(331.766000,-4.026000),(330.435000,-1.696000),(329.674000,4.055000),(328.481000,-3.489000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.979000,11.917000),(195.665000,17.511000),(202.034000,20.026000),(195.423000,21.712000),(192.273000,24.777000),(190.701000,16.965000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((49.678000,71.014000),(32.182000,78.336000),(63.409000,77.044000),(25.972000,81.739000),(23.036000,85.877000),(353.455000,75.906000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((146.163000,-30.296000),(150.412000,-24.175000),(156.856000,-23.050000),(153.291000,-17.965000),(152.127000,-17.639000),(153.664000,-12.919000),(148.442000,-18.363000),(142.905000,-16.120000),(142.237000,-28.115000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.717000,-14.819000),(295.180000,-11.429000),(294.197000,-8.914000),(291.224000,-11.781000),(294.618000,-18.320000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.869000,19.549000),(188.070000,23.511000),(180.888000,26.289000),(182.406000,28.234000),(181.422000,30.054000),(172.823000,32.802000),(170.750000,30.370000),(168.212000,25.422000),(167.462000,22.132000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.381000,-38.062000),(350.283000,-37.142000),(341.995000,-43.316000),(341.350000,-44.780000),(343.355000,-45.175000),(336.932000,-45.202000),(340.959000,-46.747000),(337.100000,-52.905000),(355.519000,-47.531000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.914000,22.868000),(303.222000,19.849000),(299.552000,24.362000),(302.268000,29.257000),(299.349000,29.608000),(299.097000,31.926000),(284.138000,20.821000),(291.444000,16.405000),(291.642000,14.369000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((226.371000,19.585000),(221.036000,27.060000),(218.871000,21.591000),(217.630000,19.980000),(211.933000,21.682000),(210.732000,21.095000),(222.896000,9.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((83.879000,-35.431000),(83.796000,-45.341000),(86.639000,-47.902000),(88.789000,-48.982000),(89.797000,-47.805000),(87.996000,-40.341000),(97.418000,-38.510000),(90.235000,-37.193000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.637000,22.007000),(154.984000,20.234000),(158.662000,24.784000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((133.983000,-32.853000),(129.807000,-25.715000),(127.138000,-17.136000),(123.507000,-21.379000),(119.905000,-21.400000),(122.299000,-23.732000),(119.380000,-26.517000),(121.773000,-32.377000),(126.253000,-27.920000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.696000,7.896000),(348.524000,2.011000),(345.952000,0.237000),(353.521000,-6.692000),(2.782000,-6.994000),(1.506000,1.542000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((193.198000,-71.316000),(192.885000,-59.842000),(192.458000,-65.745000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((288.523000,32.181000),(288.385000,32.645000),(279.745000,40.950000),(277.056000,36.969000),(283.853000,31.323000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.096000,0.046000),(358.827000,3.618000),(359.015000,5.998000),(357.389000,7.126000),(347.266000,10.424000),(349.026000,1.530000),(347.564000,-3.331000),(350.872000,-4.842000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.998000,-49.563000),(218.223000,-52.044000),(210.176000,-56.286000),(207.616000,-59.229000),(208.188000,-60.161000),(214.272000,-61.979000),(229.660000,-60.881000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.072000,8.304000),(177.280000,-0.378000),(189.259000,-4.680000),(188.136000,-0.494000),(186.835000,6.332000),(183.209000,6.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.639000,-22.326000),(281.448000,-23.830000),(282.178000,-24.197000),(285.597000,-23.306000),(292.059000,-24.173000),(284.354000,-21.841000),(286.352000,-18.204000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.817000,-18.338000),(164.511000,-20.251000),(171.359000,-28.460000),(177.086000,-33.010000),(174.782000,-29.902000),(172.808000,-27.268000),(174.831000,-27.146000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.889000,-5.429000),(169.608000,-3.429000),(165.579000,0.636000),(170.520000,-7.121000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((169.655000,-27.426000),(179.958000,-19.456000),(175.396000,-22.459000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.938000,-14.908000),(302.477000,-18.253000),(309.590000,-16.723000),(304.682000,-6.316000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((270.819000,-33.086000),(278.355000,-35.746000),(279.265000,-30.397000),(281.761000,-29.959000),(281.395000,-25.181000),(274.497000,-28.823000),(275.318000,-22.372000),(272.589000,-28.946000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((216.863000,-60.417000),(218.410000,-62.756000),(219.819000,-58.818000),(227.144000,-61.860000),(225.802000,-48.768000),(219.637000,-51.855000),(217.853000,-52.925000),(215.700000,-49.223000),(212.962000,-53.183000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.916000,33.076000),(157.580000,31.709000),(167.249000,38.971000),(155.967000,39.119000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((207.001000,57.818000),(198.907000,46.595000),(212.203000,39.771000),(217.023000,48.863000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.931000,42.422000),(340.074000,40.535000),(348.408000,48.605000),(339.130000,46.260000),(332.204000,48.172000),(333.163000,44.077000),(336.068000,42.440000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((72.264000,-2.008000),(70.769000,-0.895000),(64.181000,-1.181000),(72.920000,-4.590000),(77.585000,-4.839000),(73.661000,-3.333000),(75.603000,-0.544000),(77.916000,1.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((108.263000,-48.990000),(114.394000,-36.937000),(105.734000,-40.037000),(97.788000,-41.040000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.817000,26.087000),(3.226000,23.179000),(9.504000,22.085000),(3.657000,27.323000),(9.089000,27.906000),(0.967000,31.588000),(357.874000,27.401000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.644000,1.546000),(181.520000,3.935000),(182.310000,7.098000),(186.558000,9.177000),(183.543000,14.432000),(173.735000,10.580000),(174.106000,8.503000),(175.679000,7.267000),(176.005000,6.835000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.438000,14.902000),(95.394000,13.822000),(91.882000,17.172000),(87.796000,8.049000),(80.198000,7.512000),(84.870000,6.873000),(89.463000,2.646000),(93.511000,1.158000),(92.012000,7.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((352.066000,31.908000),(345.897000,36.988000),(345.874000,31.890000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((231.550000,26.611000),(236.821000,22.851000),(244.263000,17.921000),(246.975000,19.135000),(243.600000,23.258000),(246.053000,24.013000),(246.024000,27.273000),(242.997000,29.837000),(239.877000,34.076000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.768000,-12.441000),(187.769000,-8.314000),(180.992000,-4.817000),(182.357000,-4.103000),(184.225000,-0.401000),(181.993000,-1.852000),(183.125000,0.864000),(178.405000,-3.979000),(176.862000,-2.230000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((141.780000,11.329000),(138.364000,12.649000),(133.565000,17.116000),(132.310000,9.215000),(128.151000,4.124000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.987000,-63.035000),(210.950000,-63.497000),(224.431000,-59.549000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((277.996000,-46.031000),(277.550000,-54.179000),(280.829000,-48.798000),(286.993000,-41.944000),(279.077000,-36.592000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.191000,-14.686000),(327.701000,-13.949000),(330.338000,-0.768000),(327.210000,-4.711000),(328.564000,-9.084000),(327.672000,-10.160000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((84.104000,1.586000),(82.002000,2.251000),(71.421000,2.974000),(81.330000,-9.638000),(81.721000,-2.771000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.388000,14.220000),(8.874000,10.724000),(10.202000,13.856000),(14.233000,15.004000),(15.873000,15.684000),(8.187000,19.049000),(1.742000,18.538000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.510000,54.002000),(267.275000,64.607000),(274.802000,57.360000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((60.552000,11.125000),(62.420000,13.507000),(56.015000,11.827000),(52.648000,13.082000),(53.497000,9.802000),(60.962000,3.440000),(64.006000,6.599000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((145.892000,15.395000),(153.257000,12.828000),(158.055000,23.057000),(157.952000,23.012000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((217.532000,-16.888000),(212.296000,-13.427000),(215.225000,-12.008000),(210.431000,-4.930000),(200.592000,-6.798000),(202.041000,-12.121000),(206.501000,-19.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((197.168000,23.093000),(188.520000,21.612000),(189.066000,20.464000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((300.219000,-82.096000),(320.343000,-84.645000),(153.714000,-86.431000),(43.911000,-83.472000),(355.935000,-83.886000),(8.123000,-77.527000),(356.839000,-76.287000),(339.445000,-82.517000),(334.799000,-75.330000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((294.966000,-42.337000),(294.495000,-39.712000),(296.173000,-40.149000),(298.907000,-42.147000),(301.778000,-42.505000),(296.127000,-39.230000),(296.814000,-39.512000),(291.654000,-36.506000),(289.172000,-36.496000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((314.580000,50.894000),(292.578000,53.043000),(303.732000,53.221000),(296.138000,49.342000),(303.380000,47.424000),(306.720000,44.192000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((101.199000,-73.474000),(79.078000,-68.144000),(54.275000,-74.253000),(82.906000,-76.652000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((290.297000,5.228000),(288.676000,4.979000),(288.393000,0.217000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.627000,-11.757000),(5.281000,-19.070000),(16.294000,-12.832000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((106.007000,4.648000),(105.804000,1.933000),(117.702000,3.373000),(112.489000,3.828000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((292.340000,-13.953000),(294.540000,-13.073000),(294.720000,-11.735000),(299.247000,-16.940000),(301.283000,-12.377000),(303.911000,-12.025000),(296.019000,-6.347000),(297.340000,-0.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.002000,1.320000),(345.219000,2.146000),(331.667000,1.716000),(337.272000,-0.813000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((214.172000,12.909000),(214.447000,4.582000),(215.076000,18.794000),(214.116000,22.964000),(209.723000,19.991000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.472000,-8.053000),(353.243000,-3.986000),(358.998000,-19.255000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.342000,36.119000),(303.961000,31.316000),(310.758000,29.622000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.189000,15.932000),(344.406000,11.600000),(349.749000,17.224000),(346.249000,21.703000),(344.859000,25.957000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((220.263000,-8.391000),(221.787000,-10.091000),(226.818000,-0.577000),(225.112000,-0.178000),(217.165000,3.367000),(211.691000,-3.658000),(215.698000,-2.145000),(215.665000,-5.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((341.691000,-33.795000),(343.214000,-35.148000),(350.798000,-34.440000),(356.059000,-35.928000),(351.972000,-32.202000),(357.284000,-33.757000),(355.278000,-31.914000),(356.954000,-27.698000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((189.351000,-66.190000),(189.103000,-67.347000),(199.361000,-66.838000),(210.474000,-67.834000),(208.383000,-61.573000),(185.270000,-61.200000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((322.434000,12.860000),(324.404000,12.068000),(328.934000,15.733000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((297.953000,-78.532000),(337.961000,-72.752000),(310.650000,-68.785000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((202.736000,-59.465000),(200.647000,-62.239000),(192.192000,-59.409000),(196.774000,-63.915000),(190.055000,-66.222000),(195.646000,-66.816000),(190.725000,-71.104000),(203.323000,-66.389000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.684000,-11.920000),(219.653000,-5.708000),(211.349000,-10.915000),(208.010000,-12.718000),(213.079000,-20.531000),(213.795000,-15.994000),(215.902000,-20.204000),(216.983000,-17.135000),(215.341000,-14.101000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((194.864000,-75.241000),(203.959000,-67.183000),(198.189000,-62.008000),(198.406000,-59.719000),(183.775000,-62.035000),(175.116000,-75.082000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((137.249000,-43.468000),(134.161000,-31.315000),(130.387000,-37.381000),(130.095000,-38.020000),(126.426000,-40.145000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((126.239000,-25.631000),(123.656000,-30.396000),(126.519000,-34.358000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((89.948000,39.081000),(77.230000,27.804000),(81.201000,26.306000),(86.547000,29.691000),(88.296000,27.516000),(89.691000,31.185000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.600000,-9.988000),(347.571000,-16.559000),(0.879000,-11.277000),(358.298000,-8.119000),(355.369000,-4.119000),(353.178000,-10.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((46.136000,53.662000),(63.686000,55.438000),(57.214000,57.646000),(46.160000,58.610000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.188000,-7.248000),(350.714000,-6.256000),(343.836000,-5.919000),(346.730000,-11.781000),(347.494000,-8.446000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.359000,-20.504000),(328.473000,-11.227000),(319.908000,-16.269000),(313.679000,-18.151000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((39.719000,2.399000),(35.355000,2.588000),(33.555000,4.293000),(37.160000,-1.582000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((164.152000,-10.898000),(173.220000,-19.878000),(175.374000,-12.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((223.926000,53.610000),(208.438000,51.199000),(208.995000,50.435000),(203.590000,42.104000),(224.202000,48.055000),(218.013000,49.919000),(223.167000,52.674000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((357.283000,-51.222000),(356.056000,-46.489000),(338.227000,-48.666000),(350.377000,-47.414000),(348.008000,-50.198000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.989000,5.897000),(32.587000,6.095000),(34.306000,4.171000),(29.679000,-2.744000),(36.426000,-5.161000),(46.114000,2.947000),(37.105000,3.354000),(35.693000,4.784000),(30.177000,10.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((150.927000,-29.245000),(154.547000,-33.538000),(158.278000,-34.459000),(150.537000,-37.219000),(154.483000,-37.882000),(163.200000,-37.845000),(167.761000,-31.631000),(163.871000,-27.410000),(157.199000,-31.032000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((318.148000,30.716000),(319.995000,25.280000),(323.791000,36.593000),(326.626000,41.523000),(317.490000,37.340000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.533000,26.662000),(14.933000,22.975000),(14.864000,28.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((326.728000,25.389000),(327.558000,26.791000),(327.902000,28.632000),(321.737000,22.065000),(317.259000,18.218000),(330.251000,22.220000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.721000,42.859000),(201.252000,50.473000),(196.314000,49.371000),(200.512000,45.179000),(198.430000,41.097000),(200.142000,38.708000),(207.812000,42.881000),(207.590000,43.267000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.486000,-10.291000),(13.172000,-10.440000),(12.809000,-8.573000),(8.597000,-2.922000),(2.773000,2.536000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((239.547000,-8.163000),(241.845000,-13.671000),(244.639000,-17.750000),(243.270000,-4.659000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((13.041000,15.149000),(14.233000,15.034000),(16.399000,14.269000),(19.995000,18.626000),(22.664000,22.220000),(16.589000,21.231000),(14.041000,19.053000),(10.675000,19.885000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((209.560000,5.423000),(208.296000,1.393000),(206.784000,-3.256000),(210.116000,2.534000),(213.637000,3.533000),(212.166000,4.928000),(209.877000,7.234000),(206.733000,9.782000),(204.698000,6.364000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((279.046000,-77.770000),(279.939000,-67.352000),(234.430000,-78.339000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((69.291000,0.392000),(72.325000,-8.673000),(77.227000,-9.028000),(82.378000,-1.408000),(81.870000,-1.037000),(77.569000,-3.535000),(75.346000,1.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((31.784000,8.932000),(32.347000,8.440000),(37.242000,5.739000),(37.046000,9.454000),(36.068000,12.049000),(35.093000,18.755000),(33.921000,12.133000),(30.425000,11.214000),(28.809000,8.587000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.166000,9.101000),(336.888000,12.875000),(331.164000,11.309000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((255.431000,-37.438000),(267.669000,-34.375000),(265.546000,-35.208000),(254.717000,-36.933000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.991000,-4.040000),(177.895000,-2.645000),(173.258000,-6.136000),(171.072000,-8.432000),(175.027000,-7.414000),(180.562000,-11.894000),(183.079000,-10.232000),(183.404000,-2.714000),(182.485000,-3.378000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((134.505000,45.139000),(147.538000,54.211000),(142.930000,55.340000),(144.418000,56.444000),(135.401000,52.085000),(131.935000,54.015000),(123.483000,46.464000),(130.783000,48.854000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((210.148000,-15.418000),(209.822000,-12.641000),(212.381000,-9.558000),(212.766000,-3.671000),(207.198000,-4.195000),(203.097000,-8.574000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.455000,0.268000),(179.578000,-1.180000),(183.494000,9.060000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((350.531000,3.206000),(347.715000,-4.303000),(349.790000,-6.260000),(348.841000,-13.540000),(2.166000,-7.777000),(354.940000,-4.232000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.317000,-25.854000),(342.695000,-30.611000),(346.370000,-28.657000),(348.512000,-31.175000),(348.410000,-27.271000),(347.054000,-26.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.874000,36.038000),(86.716000,41.292000),(80.532000,33.872000),(84.483000,34.911000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((211.773000,0.488000),(209.736000,5.849000),(209.206000,4.396000),(210.414000,1.700000),(209.447000,1.872000),(210.087000,0.072000),(205.165000,-7.427000),(216.958000,-4.993000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((96.657000,-72.960000),(79.859000,-77.204000),(124.471000,-71.707000),(131.368000,-68.215000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((267.493000,-22.233000),(269.880000,-19.806000),(267.567000,-15.922000),(265.578000,-19.555000),(261.635000,-14.884000),(260.065000,-18.252000),(266.012000,-24.636000),(266.404000,-25.961000),(266.025000,-22.744000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((22.784000,-5.556000),(16.683000,-0.654000),(13.403000,-4.329000),(27.583000,-10.432000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((196.103000,14.341000),(183.491000,16.845000),(181.415000,17.060000),(184.385000,14.008000),(178.460000,14.181000),(184.507000,12.089000),(186.039000,6.275000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((21.401000,-20.334000),(19.636000,-26.948000),(18.149000,-24.571000),(18.232000,-30.746000),(12.570000,-34.476000),(14.065000,-37.114000),(21.134000,-34.303000),(26.666000,-28.949000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((182.519000,30.708000),(176.215000,33.843000),(176.942000,28.518000),(175.470000,26.006000),(173.053000,22.395000),(185.967000,24.546000),(182.449000,30.039000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.468000,-26.060000),(105.246000,-28.135000),(91.377000,-28.078000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((324.702000,-30.713000),(323.687000,-35.719000),(324.771000,-37.896000),(318.538000,-39.969000),(318.940000,-40.709000),(333.405000,-41.410000),(336.317000,-38.657000),(331.561000,-37.841000),(333.781000,-34.669000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((27.460000,52.985000),(17.047000,52.082000),(19.184000,54.572000),(15.760000,52.908000),(16.881000,60.668000),(12.042000,56.484000),(0.431000,54.105000),(14.451000,45.417000),(23.545000,46.640000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((304.297000,55.435000),(311.709000,54.481000),(318.726000,55.881000),(329.257000,56.286000),(335.150000,55.292000),(326.194000,68.406000),(308.289000,61.207000),(300.136000,58.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.038000,-17.856000),(104.507000,-17.989000),(103.338000,-13.398000),(96.797000,-14.031000),(97.911000,-8.186000),(90.357000,-13.159000),(95.086000,-17.519000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((82.054000,4.300000),(87.840000,5.193000),(88.296000,1.041000),(92.004000,6.312000),(91.379000,6.776000),(92.098000,9.393000),(91.058000,14.742000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((199.559000,-14.693000),(208.979000,-13.950000),(214.459000,-12.158000),(199.397000,-11.678000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((305.638000,14.328000),(309.206000,19.128000),(310.601000,15.268000),(319.370000,18.575000),(319.607000,23.517000),(315.672000,25.816000),(312.448000,25.878000),(308.438000,30.086000),(308.928000,22.537000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.608000,13.441000),(1.078000,17.638000),(4.903000,12.720000),(7.242000,11.110000),(8.125000,6.854000),(14.002000,9.070000),(12.826000,10.517000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((158.654000,4.755000),(156.878000,7.643000),(149.065000,6.915000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.878000,45.508000),(243.725000,35.621000),(248.991000,32.442000),(246.491000,38.374000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((98.631000,-49.161000),(96.801000,-36.713000),(97.452000,-43.525000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.353000,-46.166000),(82.855000,-39.566000),(76.233000,-43.686000),(74.371000,-46.737000),(79.096000,-46.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((339.028000,-66.778000),(334.526000,-66.883000),(326.724000,-66.365000),(318.213000,-67.298000),(1.476000,-74.561000),(14.329000,-72.962000),(352.456000,-73.431000),(8.692000,-72.832000),(356.953000,-66.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((187.435000,-6.912000),(179.476000,-2.355000),(172.500000,0.231000),(172.328000,-3.400000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.204000,-29.414000),(167.593000,-27.422000),(165.276000,-28.220000),(164.570000,-27.081000),(161.931000,-33.741000),(168.252000,-33.669000),(168.355000,-33.706000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.192000,-33.670000),(178.804000,-28.609000),(182.774000,-33.658000),(183.138000,-25.571000),(181.839000,-22.203000),(178.033000,-26.905000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((3.551000,-7.706000),(4.647000,-5.524000),(1.282000,-1.668000),(353.788000,4.154000),(356.276000,-0.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((102.508000,14.676000),(103.164000,28.074000),(101.155000,27.809000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((345.796000,0.368000),(348.909000,-1.717000),(351.570000,1.951000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((180.279000,71.521000),(181.825000,74.342000),(156.888000,69.308000),(166.184000,66.290000),(175.095000,67.575000),(176.237000,62.480000),(177.181000,70.334000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.719000,20.197000),(185.264000,20.069000),(182.482000,28.283000),(180.160000,30.273000),(176.466000,25.825000),(173.544000,29.060000),(171.143000,18.559000),(176.558000,16.386000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((107.924000,50.080000),(109.045000,60.254000),(97.008000,63.801000),(99.553000,60.274000),(97.601000,59.093000),(99.188000,56.886000),(94.067000,55.964000),(94.192000,55.782000),(101.667000,49.499000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.436000,-62.824000),(79.951000,-58.517000),(77.620000,-56.910000),(77.764000,-56.507000),(52.877000,-57.864000),(53.896000,-59.057000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((119.862000,-58.575000),(136.174000,-56.927000),(140.824000,-51.743000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((136.421000,31.960000),(135.455000,36.858000),(132.032000,40.906000),(127.910000,43.166000),(125.587000,39.772000),(126.520000,38.280000),(124.656000,39.264000),(118.147000,39.299000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.655000,-61.896000),(20.000000,-59.315000),(31.300000,-57.698000),(22.610000,-52.028000),(18.738000,-55.388000),(11.649000,-54.985000),(3.598000,-52.886000),(10.628000,-57.236000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((237.258000,72.538000),(277.485000,78.111000),(259.401000,79.451000),(239.828000,81.283000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((353.644000,-1.908000),(350.120000,2.237000),(344.983000,-4.413000),(343.556000,-5.094000),(338.348000,-8.681000),(340.729000,-8.943000),(348.105000,-13.038000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((346.986000,-28.187000),(341.026000,-36.573000),(348.972000,-35.806000),(352.963000,-31.184000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((229.774000,-7.590000),(236.483000,-5.624000),(233.993000,-7.841000),(235.530000,-6.777000),(241.746000,-13.739000),(237.812000,-3.453000),(233.483000,-2.115000),(235.486000,-4.797000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((263.229000,-37.594000),(262.115000,-41.770000),(271.591000,-44.991000),(282.014000,-36.483000),(268.836000,-33.629000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((265.743000,-46.736000),(265.325000,-56.391000),(270.846000,-55.406000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((173.097000,-24.604000),(163.338000,-25.944000),(161.040000,-27.831000),(157.286000,-32.680000),(166.900000,-35.572000),(171.869000,-38.765000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.267000,55.036000),(239.911000,66.578000),(231.708000,59.643000),(214.617000,59.822000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((12.362000,0.669000),(13.444000,-1.391000),(16.168000,-4.793000),(17.009000,-0.389000),(20.308000,3.298000),(18.417000,11.724000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((178.427000,6.329000),(172.403000,11.444000),(178.944000,17.456000),(178.125000,18.411000),(171.410000,12.889000),(168.509000,17.572000),(169.340000,13.715000),(167.847000,14.525000),(168.304000,4.840000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.713000,23.517000),(74.770000,24.617000),(75.433000,28.517000),(67.443000,30.281000),(70.043000,21.221000),(75.973000,16.673000),(80.606000,14.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((127.293000,-72.013000),(110.860000,-64.846000),(110.718000,-60.710000),(101.464000,-61.239000),(99.079000,-58.416000),(99.499000,-64.681000),(82.331000,-64.977000),(78.828000,-66.695000),(82.130000,-72.412000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((190.841000,25.921000),(190.900000,22.369000),(186.850000,21.367000),(197.615000,20.875000),(201.375000,21.470000),(200.477000,27.947000),(199.182000,28.998000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((222.578000,-3.415000),(222.126000,3.618000),(216.962000,0.306000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((99.780000,-3.929000),(105.740000,-9.269000),(111.495000,-5.049000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((120.613000,-21.825000),(120.040000,-15.094000),(119.703000,-17.912000),(118.602000,-18.929000),(111.386000,-22.930000),(119.861000,-28.630000),(124.894000,-22.328000),(128.232000,-19.692000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((177.281000,-80.222000),(183.510000,-72.097000),(162.847000,-76.940000),(154.927000,-71.420000),(147.063000,-74.574000),(147.863000,-75.453000),(106.218000,-78.367000),(130.407000,-82.568000),(155.071000,-79.122000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((170.374000,-2.677000),(176.736000,-3.544000),(169.779000,-0.663000),(172.236000,6.118000),(166.274000,3.686000),(166.372000,0.553000),(166.930000,-8.782000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((20.479000,28.566000),(22.412000,29.324000),(22.123000,33.089000),(25.968000,28.567000),(18.888000,38.840000),(9.105000,38.276000),(15.121000,35.783000),(16.720000,33.633000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((195.865000,0.403000),(194.490000,2.239000),(195.233000,-1.879000),(193.564000,2.277000),(195.259000,-13.398000),(198.690000,-6.315000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((235.879000,-29.391000),(228.655000,-30.681000),(228.737000,-34.456000),(230.933000,-35.468000),(233.102000,-37.827000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((113.788000,-15.045000),(121.841000,-23.344000),(125.324000,-22.478000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((7.673000,-11.435000),(8.172000,-8.569000),(11.728000,-7.671000),(8.393000,0.025000),(6.408000,-3.313000),(4.842000,-6.621000),(0.182000,-3.483000),(357.571000,-5.603000),(358.002000,-8.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((206.423000,1.715000),(205.748000,1.877000),(194.389000,-8.128000),(202.984000,-8.154000),(203.877000,-5.986000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((337.582000,-79.620000),(2.161000,-75.775000),(350.709000,-65.795000),(339.125000,-71.452000),(335.090000,-66.118000),(336.914000,-72.202000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((8.570000,1.771000),(10.348000,0.840000),(10.648000,-1.543000),(9.456000,-3.161000),(11.994000,-1.621000),(14.476000,0.996000),(17.160000,6.370000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((153.439000,-23.847000),(148.097000,-16.983000),(144.077000,-15.086000),(138.151000,-19.346000),(141.558000,-24.994000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((16.612000,-45.488000),(18.747000,-47.329000),(9.449000,-51.094000),(22.169000,-49.699000),(26.498000,-49.974000),(32.657000,-49.588000),(23.034000,-43.215000),(16.621000,-38.585000),(17.445000,-41.368000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((5.336000,12.628000),(6.887000,12.488000),(10.665000,20.140000),(3.081000,26.510000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((179.139000,-48.788000),(183.129000,-42.592000),(186.783000,-40.511000),(188.637000,-35.672000),(179.852000,-36.123000),(176.572000,-35.198000),(178.988000,-40.001000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((240.996000,-18.200000),(240.663000,-17.689000),(239.410000,-20.063000),(237.597000,-21.205000),(238.433000,-22.398000),(241.304000,-25.417000),(241.661000,-22.625000),(242.768000,-20.530000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((41.084000,0.295000),(37.316000,0.852000),(35.122000,1.847000),(30.060000,-2.453000),(32.989000,-1.351000),(31.350000,-3.945000),(34.067000,-2.438000),(35.427000,-3.726000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.341000,3.436000),(0.059000,2.875000),(8.002000,2.043000),(4.552000,10.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((183.463000,-0.222000),(177.914000,5.692000),(178.088000,-0.479000),(180.231000,-4.070000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.485000,29.378000),(155.409000,34.911000),(156.810000,30.644000),(164.901000,25.631000),(166.691000,27.010000),(165.493000,29.399000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.225000,-36.389000),(132.485000,-36.874000),(134.337000,-37.864000),(133.842000,-38.235000),(140.449000,-39.779000),(136.379000,-35.402000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((123.876000,-32.067000),(122.217000,-32.337000),(125.380000,-33.227000),(127.355000,-35.308000),(130.579000,-34.089000),(136.605000,-37.059000),(129.159000,-32.247000),(127.415000,-31.218000),(128.004000,-32.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((75.681000,12.465000),(83.782000,15.550000),(85.100000,11.127000),(86.916000,16.673000),(87.966000,16.965000),(89.186000,22.717000),(85.194000,17.253000),(82.193000,22.498000),(81.586000,19.095000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((313.150000,54.855000),(303.035000,59.199000),(311.916000,52.483000),(310.346000,48.417000),(321.706000,48.167000),(327.770000,52.500000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((181.847000,-6.566000),(188.278000,-10.267000),(187.400000,-7.933000),(176.606000,1.061000),(172.988000,-6.140000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((215.259000,38.361000),(219.869000,36.696000),(226.784000,43.270000),(217.942000,49.490000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((32.903000,-17.552000),(32.356000,-15.214000),(32.216000,-15.378000),(31.522000,-19.892000),(28.373000,-11.763000),(27.901000,-20.214000),(27.437000,-25.585000),(42.122000,-19.303000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((184.925000,4.427000),(183.405000,6.958000),(184.161000,13.909000),(178.159000,13.179000),(172.409000,7.590000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((174.397000,3.329000),(180.521000,4.397000),(184.092000,8.940000),(172.079000,14.070000),(172.203000,8.687000),(172.296000,8.460000),(166.141000,6.689000),(172.297000,6.747000),(167.717000,0.302000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((317.013000,61.637000),(305.623000,56.022000),(301.440000,60.475000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((1.349000,9.520000),(357.877000,4.196000),(355.100000,2.367000),(355.305000,-3.449000),(356.493000,-4.015000),(359.805000,-3.133000),(2.822000,-7.422000),(4.364000,-6.180000),(6.618000,6.947000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((359.644000,9.484000),(358.582000,7.649000),(0.929000,3.370000),(359.754000,-0.401000),(0.776000,1.293000),(4.145000,-1.324000),(10.852000,4.892000),(359.882000,10.835000),(358.392000,10.996000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((152.682000,-58.332000),(137.408000,-60.018000),(129.769000,-64.824000),(138.822000,-68.053000),(138.801000,-74.221000),(165.259000,-63.817000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((340.864000,1.043000),(328.517000,-1.545000),(331.451000,-6.682000),(330.268000,-11.797000),(341.188000,-11.626000),(336.055000,-6.141000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((156.580000,-19.998000),(157.413000,-16.385000),(157.278000,-11.203000),(153.147000,-12.202000),(156.625000,-8.404000),(149.057000,-9.083000),(150.894000,-14.177000),(152.674000,-16.278000),(152.625000,-14.816000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((171.538000,-75.956000),(151.027000,-81.293000),(150.483000,-86.270000),(67.985000,-84.743000),(84.641000,-87.606000),(245.310000,-85.792000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.093000,21.255000),(165.138000,14.178000),(163.605000,14.099000),(163.157000,11.112000),(170.915000,8.084000),(172.695000,11.240000),(170.990000,14.850000),(170.446000,14.732000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((334.393000,6.726000),(340.359000,5.406000),(343.795000,4.794000),(342.971000,8.496000),(343.981000,11.140000),(342.621000,12.378000),(347.516000,16.365000),(339.163000,14.637000),(335.801000,13.613000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((63.625000,-50.906000),(85.211000,-45.164000),(80.248000,-40.391000),(73.984000,-43.471000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((167.221000,0.683000),(164.422000,-5.625000),(168.972000,1.508000),(177.599000,2.219000),(158.443000,4.083000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((135.419000,-33.617000),(126.166000,-34.538000),(143.088000,-36.017000),(144.102000,-28.228000),(139.749000,-30.445000),(140.285000,-28.875000),(129.815000,-26.044000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.089000,-22.519000),(323.215000,-20.011000),(321.183000,-22.124000),(320.158000,-21.324000),(320.274000,-25.918000),(312.871000,-24.640000),(313.872000,-34.482000),(322.913000,-30.709000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((248.484000,60.972000),(264.067000,59.837000),(270.779000,57.457000),(278.903000,58.981000),(274.996000,62.087000),(275.768000,68.677000),(266.594000,67.552000),(256.274000,65.900000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((88.942000,-30.344000),(84.968000,-28.307000),(86.779000,-24.791000),(77.099000,-23.774000),(77.260000,-24.937000),(74.278000,-28.926000),(73.019000,-30.922000),(84.222000,-34.841000),(86.508000,-37.514000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((218.762000,21.109000),(217.977000,22.362000),(219.403000,22.214000),(223.930000,26.473000),(220.862000,25.273000),(208.374000,28.913000),(214.236000,23.017000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((17.359000,-33.481000),(20.384000,-30.512000),(13.225000,-27.033000),(18.643000,-22.511000),(11.138000,-26.374000),(6.990000,-25.570000),(10.044000,-30.727000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.836000,-68.748000),(285.582000,-74.225000),(269.988000,-73.935000),(295.900000,-74.079000),(311.619000,-67.205000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.481000,46.176000),(275.978000,48.542000),(271.732000,53.850000),(273.348000,59.305000),(267.323000,59.780000),(258.253000,53.357000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((315.830000,-10.237000),(314.245000,-4.406000),(301.017000,-6.128000),(304.993000,-6.974000),(306.238000,-7.321000),(304.815000,-10.442000),(309.696000,-12.012000),(312.899000,-12.762000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((159.628000,-28.760000),(157.219000,-35.494000),(158.397000,-35.921000),(162.281000,-19.577000),(158.981000,-26.564000),(158.516000,-28.058000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((285.026000,-79.017000),(265.261000,-77.450000),(261.693000,-72.702000),(231.169000,-72.621000),(233.522000,-74.533000),(231.329000,-76.095000),(230.554000,-76.874000),(232.736000,-79.392000),(245.480000,-83.563000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((325.003000,27.338000),(321.594000,28.262000),(318.854000,21.576000),(319.979000,18.813000),(321.051000,15.669000),(331.770000,16.555000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((175.348000,-44.248000),(182.868000,-48.196000),(188.396000,-45.397000),(185.512000,-44.063000),(185.729000,-41.094000),(179.925000,-43.016000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((234.358000,-51.357000),(231.836000,-58.154000),(216.686000,-66.274000),(221.185000,-65.477000),(225.605000,-64.899000),(234.422000,-64.901000),(234.676000,-60.919000),(251.425000,-60.285000),(246.599000,-55.977000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((30.053000,-61.096000),(27.472000,-59.648000),(17.283000,-54.304000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((176.053000,16.198000),(173.132000,14.825000),(170.717000,7.501000),(171.504000,2.041000),(174.605000,5.590000),(175.522000,6.920000),(174.978000,7.453000),(175.676000,7.757000),(174.112000,8.035000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((266.062000,-75.257000),(266.717000,-74.125000),(285.904000,-74.341000),(280.261000,-65.293000),(266.731000,-66.745000),(261.634000,-60.783000),(253.470000,-59.979000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((51.252000,32.041000),(42.649000,37.669000),(46.314000,29.948000),(38.310000,30.837000),(42.541000,27.232000),(48.818000,27.095000),(57.071000,24.790000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((104.092000,-55.634000),(92.907000,-54.247000),(84.201000,-62.069000),(95.283000,-59.323000),(102.211000,-66.178000),(96.440000,-59.380000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((344.821000,1.754000),(346.068000,6.033000),(349.820000,9.859000),(337.943000,7.810000),(333.335000,5.906000),(337.618000,-0.431000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((29.146000,56.637000),(17.476000,67.064000),(20.966000,59.088000))'::polygon); select count(*) from test_small where q3c_poly_query(ra,dec,'((276.904000,7.371000),(272.911000,10.540000),(271.967000,2.978000),(270.121000,3.672000),(267.269000,-1.382000),(278.409000,2.346000))'::polygon); q3c-2.0.1/sql/relocation.sql000066400000000000000000000005551453620405500156700ustar00rootroot00000000000000set search_path to tests,public; select count(*) from test where q3c_radial_query(ra,dec,171.890000,-85.710000,0.1); select count(*) from test where q3c_radial_query(ra,dec,45.360000,-8.020000,0.1); select count(*) from test where q3c_radial_query(ra,dec,247.030000,50.850000,0.1); select count(*) from test where q3c_radial_query(ra,dec,308.900000,42.260000,0.1); q3c-2.0.1/sql/version.sql000066400000000000000000000000601453620405500152050ustar00rootroot00000000000000select char_length((q3c_version())::varchar)>3; q3c-2.0.1/uncrustify.cfg000066400000000000000000002466211453620405500151130ustar00rootroot00000000000000# Uncrustify 0.64 # # General options # # The type of line endings. Default=Auto newlines = auto # auto/lf/crlf/cr # The original size of tabs in the input. Default=8 input_tab_size = 4 # number # The size of tabs in the output (only used if align_with_tabs=true). Default=8 output_tab_size = 4 # number # The ASCII value of the string escape char, usually 92 (\) or 94 (^). (Pawn) string_escape_char = 92 # number # Alternate string escape char for Pawn. Only works right before the quote char. string_escape_char2 = 0 # number # Replace tab characters found in string literals with the escape sequence \t instead. string_replace_tab_chars = false # false/true # Allow interpreting '>=' and '>>=' as part of a template in 'void f(list>=val);'. # If true, 'assert(x<0 && y>=3)' will be broken. Default=False # Improvements to template detection may make this option obsolete. tok_split_gte = false # false/true # Override the default ' *INDENT-OFF*' in comments for disabling processing of part of the file. disable_processing_cmt = "" # string # Override the default ' *INDENT-ON*' in comments for enabling processing of part of the file. enable_processing_cmt = "" # string # Enable parsing of digraphs. Default=False enable_digraphs = false # false/true # Control what to do with the UTF-8 BOM (recommend 'remove') utf8_bom = ignore # ignore/add/remove/force # If the file contains bytes with values between 128 and 255, but is not UTF-8, then output as UTF-8 utf8_byte = false # false/true # Force the output encoding to UTF-8 utf8_force = false # false/true # # Indenting # # The number of columns to indent per level. # Usually 2, 3, 4, or 8. Default=8 indent_columns = 4 # number # The continuation indent. If non-zero, this overrides the indent of '(' and '=' continuation indents. # For FreeBSD, this is set to 4. Negative value is absolute and not increased for each ( level indent_continue = 0 # number # How to use tabs when indenting code # 0=spaces only # 1=indent with tabs to brace level, align with spaces (default) # 2=indent and align with tabs, using spaces when not on a tabstop indent_with_tabs = 1 # number # Comments that are not a brace level are indented with tabs on a tabstop. # Requires indent_with_tabs=2. If false, will use spaces. indent_cmt_with_tabs = false # false/true # Whether to indent strings broken by '\' so that they line up indent_align_string = false # false/true # The number of spaces to indent multi-line XML strings. # Requires indent_align_string=True indent_xml_string = 0 # number # Spaces to indent '{' from level indent_brace = 0 # number # Whether braces are indented to the body level indent_braces = false # false/true # Disabled indenting function braces if indent_braces is true indent_braces_no_func = false # false/true # Disabled indenting class braces if indent_braces is true indent_braces_no_class = false # false/true # Disabled indenting struct braces if indent_braces is true indent_braces_no_struct = false # false/true # Indent based on the size of the brace parent, i.e. 'if' => 3 spaces, 'for' => 4 spaces, etc. indent_brace_parent = false # false/true # Indent based on the paren open instead of the brace open in '({\n', default is to indent by brace. indent_paren_open_brace = false # false/true # indent a C# delegate by another level, default is to not indent by another level. indent_cs_delegate_brace = false # false/true # Whether the 'namespace' body is indented indent_namespace = false # false/true # Only indent one namespace and no sub-namespaces. # Requires indent_namespace=true. indent_namespace_single_indent = false # false/true # The number of spaces to indent a namespace block indent_namespace_level = 0 # number # If the body of the namespace is longer than this number, it won't be indented. # Requires indent_namespace=true. Default=0 (no limit) indent_namespace_limit = 0 # number # Whether the 'extern "C"' body is indented indent_extern = false # false/true # Whether the 'class' body is indented indent_class = false # false/true # Whether to indent the stuff after a leading base class colon indent_class_colon = false # false/true # Indent based on a class colon instead of the stuff after the colon. # Requires indent_class_colon=true. Default=False indent_class_on_colon = false # false/true # Whether to indent the stuff after a leading class initializer colon indent_constr_colon = false # false/true # Virtual indent from the ':' for member initializers. Default=2 indent_ctor_init_leading = 2 # number # Additional indenting for constructor initializer list indent_ctor_init = 0 # number # False=treat 'else\nif' as 'else if' for indenting purposes # True=indent the 'if' one level indent_else_if = false # false/true # Amount to indent variable declarations after a open brace. neg=relative, pos=absolute indent_var_def_blk = 0 # number # Indent continued variable declarations instead of aligning. indent_var_def_cont = false # false/true # Indent continued shift expressions ('<<' and '>>') instead of aligning. # Turn align_left_shift off when enabling this. indent_shift = false # false/true # True: force indentation of function definition to start in column 1 # False: use the default behavior indent_func_def_force_col1 = false # false/true # True: indent continued function call parameters one indent level # False: align parameters under the open paren indent_func_call_param = false # false/true # Same as indent_func_call_param, but for function defs indent_func_def_param = false # false/true # Same as indent_func_call_param, but for function protos indent_func_proto_param = false # false/true # Same as indent_func_call_param, but for class declarations indent_func_class_param = false # false/true # Same as indent_func_call_param, but for class variable constructors indent_func_ctor_var_param = false # false/true # Same as indent_func_call_param, but for templates indent_template_param = false # false/true # Double the indent for indent_func_xxx_param options indent_func_param_double = false # false/true # Indentation column for standalone 'const' function decl/proto qualifier indent_func_const = 0 # number # Indentation column for standalone 'throw' function decl/proto qualifier indent_func_throw = 0 # number # The number of spaces to indent a continued '->' or '.' # Usually set to 0, 1, or indent_columns. indent_member = 0 # number # Spaces to indent single line ('//') comments on lines before code indent_sing_line_comments = 0 # number # If set, will indent trailing single line ('//') comments relative # to the code instead of trying to keep the same absolute column indent_relative_single_line_comments = false # false/true # Spaces to indent 'case' from 'switch' # Usually 0 or indent_columns. indent_switch_case = 0 # number # Spaces to shift the 'case' line, without affecting any other lines # Usually 0. indent_case_shift = 0 # number # Spaces to indent '{' from 'case'. # By default, the brace will appear under the 'c' in case. # Usually set to 0 or indent_columns. indent_case_brace = 0 # number # Whether to indent comments found in first column indent_col1_comment = false # false/true # How to indent goto labels # >0: absolute column where 1 is the leftmost column # <=0: subtract from brace indent # Default=1 indent_label = 1 # number # Same as indent_label, but for access specifiers that are followed by a colon. Default=1 indent_access_spec = 1 # number # Indent the code after an access specifier by one level. # If set, this option forces 'indent_access_spec=0' indent_access_spec_body = false # false/true # If an open paren is followed by a newline, indent the next line so that it lines up after the open paren (not recommended) indent_paren_nl = false # false/true # Controls the indent of a close paren after a newline. # 0: Indent to body level # 1: Align under the open paren # 2: Indent to the brace level indent_paren_close = 0 # number # Controls the indent of a comma when inside a paren.If TRUE, aligns under the open paren indent_comma_paren = false # false/true # Controls the indent of a BOOL operator when inside a paren.If TRUE, aligns under the open paren indent_bool_paren = false # false/true # If 'indent_bool_paren' is true, controls the indent of the first expression. If TRUE, aligns the first expression to the following ones indent_first_bool_expr = false # false/true # If an open square is followed by a newline, indent the next line so that it lines up after the open square (not recommended) indent_square_nl = false # false/true # Don't change the relative indent of ESQL/C 'EXEC SQL' bodies indent_preserve_sql = false # false/true # Align continued statements at the '='. Default=True # If FALSE or the '=' is followed by a newline, the next line is indent one tab. indent_align_assign = true # false/true # Indent OC blocks at brace level instead of usual rules. indent_oc_block = false # false/true # Indent OC blocks in a message relative to the parameter name. # 0=use indent_oc_block rules, 1+=spaces to indent indent_oc_block_msg = 0 # number # Minimum indent for subsequent parameters indent_oc_msg_colon = 0 # number # If true, prioritize aligning with initial colon (and stripping spaces from lines, if necessary). # Default=True. indent_oc_msg_prioritize_first_colon = true # false/true # If indent_oc_block_msg and this option are on, blocks will be indented the way that Xcode does by default (from keyword if the parameter is on its own line; otherwise, from the previous indentation level). indent_oc_block_msg_xcode_style = false # false/true # If indent_oc_block_msg and this option are on, blocks will be indented from where the brace is relative to a msg keyword. indent_oc_block_msg_from_keyword = false # false/true # If indent_oc_block_msg and this option are on, blocks will be indented from where the brace is relative to a msg colon. indent_oc_block_msg_from_colon = false # false/true # If indent_oc_block_msg and this option are on, blocks will be indented from where the block caret is. indent_oc_block_msg_from_caret = false # false/true # If indent_oc_block_msg and this option are on, blocks will be indented from where the brace is. indent_oc_block_msg_from_brace = false # false/true # When identing after virtual brace open and newline add further spaces to reach this min. indent. indent_min_vbrace_open = 0 # number # TRUE: When identing after virtual brace open and newline add further spaces after regular indent to reach next tabstop. indent_vbrace_open_on_tabstop = false # false/true # If true, a brace followed by another token (not a newline) will indent all contained lines to match the token.Default=True. indent_token_after_brace = true # false/true # If true, cpp lambda body will be indentedDefault=False. indent_cpp_lambda_body = false # false/true # # Spacing options # # Add or remove space around arithmetic operator '+', '-', '/', '*', etc # also '>>>' '<<' '>>' '%' '|' sp_arith = force # ignore/add/remove/force # Add or remove space around assignment operator '=', '+=', etc sp_assign = force # ignore/add/remove/force # Add or remove space around '=' in C++11 lambda capture specifications. Overrides sp_assign sp_cpp_lambda_assign = ignore # ignore/add/remove/force # Add or remove space after the capture specification in C++11 lambda. sp_cpp_lambda_paren = ignore # ignore/add/remove/force # Add or remove space around assignment operator '=' in a prototype sp_assign_default = ignore # ignore/add/remove/force # Add or remove space before assignment operator '=', '+=', etc. Overrides sp_assign. sp_before_assign = ignore # ignore/add/remove/force # Add or remove space after assignment operator '=', '+=', etc. Overrides sp_assign. sp_after_assign = ignore # ignore/add/remove/force # Add or remove space in 'NS_ENUM (' sp_enum_paren = ignore # ignore/add/remove/force # Add or remove space around assignment '=' in enum sp_enum_assign = ignore # ignore/add/remove/force # Add or remove space before assignment '=' in enum. Overrides sp_enum_assign. sp_enum_before_assign = ignore # ignore/add/remove/force # Add or remove space after assignment '=' in enum. Overrides sp_enum_assign. sp_enum_after_assign = ignore # ignore/add/remove/force # Add or remove space around preprocessor '##' concatenation operator. Default=Add sp_pp_concat = add # ignore/add/remove/force # Add or remove space after preprocessor '#' stringify operator. Also affects the '#@' charizing operator. sp_pp_stringify = ignore # ignore/add/remove/force # Add or remove space before preprocessor '#' stringify operator as in '#define x(y) L#y'. sp_before_pp_stringify = ignore # ignore/add/remove/force # Add or remove space around boolean operators '&&' and '||' sp_bool = add # ignore/add/remove/force # Add or remove space around compare operator '<', '>', '==', etc sp_compare = add # ignore/add/remove/force # Add or remove space inside '(' and ')' sp_inside_paren = ignore # ignore/add/remove/force # Add or remove space between nested parens: '((' vs ') )' sp_paren_paren = ignore # ignore/add/remove/force # Add or remove space between back-to-back parens: ')(' vs ') (' sp_cparen_oparen = ignore # ignore/add/remove/force # Whether to balance spaces inside nested parens sp_balance_nested_parens = false # false/true # Add or remove space between ')' and '{' sp_paren_brace = ignore # ignore/add/remove/force # Add or remove space before pointer star '*' sp_before_ptr_star = ignore # ignore/add/remove/force # Add or remove space before pointer star '*' that isn't followed by a variable name # If set to 'ignore', sp_before_ptr_star is used instead. sp_before_unnamed_ptr_star = ignore # ignore/add/remove/force # Add or remove space between pointer stars '*' sp_between_ptr_star = ignore # ignore/add/remove/force # Add or remove space after pointer star '*', if followed by a word. sp_after_ptr_star = ignore # ignore/add/remove/force # Add or remove space after pointer star '*', if followed by a qualifier. sp_after_ptr_star_qualifier = ignore # ignore/add/remove/force # Add or remove space after a pointer star '*', if followed by a func proto/def. sp_after_ptr_star_func = ignore # ignore/add/remove/force # Add or remove space after a pointer star '*', if followed by an open paren (function types). sp_ptr_star_paren = ignore # ignore/add/remove/force # Add or remove space before a pointer star '*', if followed by a func proto/def. sp_before_ptr_star_func = ignore # ignore/add/remove/force # Add or remove space before a reference sign '&' sp_before_byref = ignore # ignore/add/remove/force # Add or remove space before a reference sign '&' that isn't followed by a variable name # If set to 'ignore', sp_before_byref is used instead. sp_before_unnamed_byref = ignore # ignore/add/remove/force # Add or remove space after reference sign '&', if followed by a word. sp_after_byref = ignore # ignore/add/remove/force # Add or remove space after a reference sign '&', if followed by a func proto/def. sp_after_byref_func = ignore # ignore/add/remove/force # Add or remove space before a reference sign '&', if followed by a func proto/def. sp_before_byref_func = ignore # ignore/add/remove/force # Add or remove space between type and word. Default=Force sp_after_type = force # ignore/add/remove/force # Add or remove space before the paren in the D constructs 'template Foo(' and 'class Foo('. sp_before_template_paren = ignore # ignore/add/remove/force # Add or remove space in 'template <' vs 'template<'. # If set to ignore, sp_before_angle is used. sp_template_angle = ignore # ignore/add/remove/force # Add or remove space before '<>' sp_before_angle = ignore # ignore/add/remove/force # Add or remove space inside '<' and '>' sp_inside_angle = ignore # ignore/add/remove/force # Add or remove space after '<>' sp_after_angle = ignore # ignore/add/remove/force # Add or remove space between '<>' and '(' as found in 'new List(foo);' sp_angle_paren = ignore # ignore/add/remove/force # Add or remove space between '<>' and '()' as found in 'new List();' sp_angle_paren_empty = ignore # ignore/add/remove/force # Add or remove space between '<>' and a word as in 'List m;' or 'template static ...' sp_angle_word = ignore # ignore/add/remove/force # Add or remove space between '>' and '>' in '>>' (template stuff C++/C# only). Default=Add sp_angle_shift = add # ignore/add/remove/force # Permit removal of the space between '>>' in 'foo >' (C++11 only). Default=False # sp_angle_shift cannot remove the space without this option. sp_permit_cpp11_shift = false # false/true # Add or remove space before '(' of 'if', 'for', 'switch', 'while', etc. sp_before_sparen = ignore # ignore/add/remove/force # Add or remove space inside if-condition '(' and ')' sp_inside_sparen = ignore # ignore/add/remove/force # Add or remove space before if-condition ')'. Overrides sp_inside_sparen. sp_inside_sparen_close = ignore # ignore/add/remove/force # Add or remove space after if-condition '('. Overrides sp_inside_sparen. sp_inside_sparen_open = ignore # ignore/add/remove/force # Add or remove space after ')' of 'if', 'for', 'switch', and 'while', etc. sp_after_sparen = ignore # ignore/add/remove/force # Add or remove space between ')' and '{' of 'if', 'for', 'switch', and 'while', etc. sp_sparen_brace = ignore # ignore/add/remove/force # Add or remove space between 'invariant' and '(' in the D language. sp_invariant_paren = ignore # ignore/add/remove/force # Add or remove space after the ')' in 'invariant (C) c' in the D language. sp_after_invariant_paren = ignore # ignore/add/remove/force # Add or remove space before empty statement ';' on 'if', 'for' and 'while' sp_special_semi = ignore # ignore/add/remove/force # Add or remove space before ';'. Default=Remove sp_before_semi = remove # ignore/add/remove/force # Add or remove space before ';' in non-empty 'for' statements sp_before_semi_for = ignore # ignore/add/remove/force # Add or remove space before a semicolon of an empty part of a for statement. sp_before_semi_for_empty = ignore # ignore/add/remove/force # Add or remove space after ';', except when followed by a comment. Default=Add sp_after_semi = add # ignore/add/remove/force # Add or remove space after ';' in non-empty 'for' statements. Default=Force sp_after_semi_for = force # ignore/add/remove/force # Add or remove space after the final semicolon of an empty part of a for statement: for ( ; ; ). sp_after_semi_for_empty = ignore # ignore/add/remove/force # Add or remove space before '[' (except '[]') sp_before_square = ignore # ignore/add/remove/force # Add or remove space before '[]' sp_before_squares = ignore # ignore/add/remove/force # Add or remove space inside a non-empty '[' and ']' sp_inside_square = ignore # ignore/add/remove/force # Add or remove space after ',' sp_after_comma = ignore # ignore/add/remove/force # Add or remove space before ','. Default=Remove sp_before_comma = remove # ignore/add/remove/force # Add or remove space between ',' and ']' in multidimensional array type 'int[,,]' sp_after_mdatype_commas = ignore # ignore/add/remove/force # Add or remove space between '[' and ',' in multidimensional array type 'int[,,]' sp_before_mdatype_commas = ignore # ignore/add/remove/force # Add or remove space between ',' in multidimensional array type 'int[,,]' sp_between_mdatype_commas = ignore # ignore/add/remove/force # Add or remove space between an open paren and comma: '(,' vs '( ,'. Default=Force sp_paren_comma = force # ignore/add/remove/force # Add or remove space before the variadic '...' when preceded by a non-punctuator sp_before_ellipsis = ignore # ignore/add/remove/force # Add or remove space after class ':' sp_after_class_colon = ignore # ignore/add/remove/force # Add or remove space before class ':' sp_before_class_colon = ignore # ignore/add/remove/force # Add or remove space after class constructor ':' sp_after_constr_colon = ignore # ignore/add/remove/force # Add or remove space before class constructor ':' sp_before_constr_colon = ignore # ignore/add/remove/force # Add or remove space before case ':'. Default=Remove sp_before_case_colon = remove # ignore/add/remove/force # Add or remove space between 'operator' and operator sign sp_after_operator = ignore # ignore/add/remove/force # Add or remove space between the operator symbol and the open paren, as in 'operator ++(' sp_after_operator_sym = ignore # ignore/add/remove/force # Add or remove space between the operator symbol and the open paren when the operator has no arguments, as in 'operator *()' sp_after_operator_sym_empty = ignore # ignore/add/remove/force # Add or remove space after C/D cast, i.e. 'cast(int)a' vs 'cast(int) a' or '(int)a' vs '(int) a' sp_after_cast = ignore # ignore/add/remove/force # Add or remove spaces inside cast parens sp_inside_paren_cast = ignore # ignore/add/remove/force # Add or remove space between the type and open paren in a C++ cast, i.e. 'int(exp)' vs 'int (exp)' sp_cpp_cast_paren = ignore # ignore/add/remove/force # Add or remove space between 'sizeof' and '(' sp_sizeof_paren = ignore # ignore/add/remove/force # Add or remove space after the tag keyword (Pawn) sp_after_tag = ignore # ignore/add/remove/force # Add or remove space inside enum '{' and '}' sp_inside_braces_enum = ignore # ignore/add/remove/force # Add or remove space inside struct/union '{' and '}' sp_inside_braces_struct = ignore # ignore/add/remove/force # Add or remove space inside '{' and '}' sp_inside_braces = ignore # ignore/add/remove/force # Add or remove space inside '{}' sp_inside_braces_empty = ignore # ignore/add/remove/force # Add or remove space between return type and function name # A minimum of 1 is forced except for pointer return types. sp_type_func = ignore # ignore/add/remove/force # Add or remove space between function name and '(' on function declaration sp_func_proto_paren = ignore # ignore/add/remove/force # Add or remove space between function name and '()' on function declaration without parameters sp_func_proto_paren_empty = ignore # ignore/add/remove/force # Add or remove space between function name and '(' on function definition sp_func_def_paren = ignore # ignore/add/remove/force # Add or remove space between function name and '()' on function definition without parameters sp_func_def_paren_empty = ignore # ignore/add/remove/force # Add or remove space inside empty function '()' sp_inside_fparens = ignore # ignore/add/remove/force # Add or remove space inside function '(' and ')' sp_inside_fparen = ignore # ignore/add/remove/force # Add or remove space inside the first parens in the function type: 'void (*x)(...)' sp_inside_tparen = ignore # ignore/add/remove/force # Add or remove between the parens in the function type: 'void (*x)(...)' sp_after_tparen_close = ignore # ignore/add/remove/force # Add or remove space between ']' and '(' when part of a function call. sp_square_fparen = ignore # ignore/add/remove/force # Add or remove space between ')' and '{' of function sp_fparen_brace = ignore # ignore/add/remove/force # Java: Add or remove space between ')' and '{{' of double brace initializer. sp_fparen_dbrace = ignore # ignore/add/remove/force # Add or remove space between function name and '(' on function calls sp_func_call_paren = ignore # ignore/add/remove/force # Add or remove space between function name and '()' on function calls without parameters. # If set to 'ignore' (the default), sp_func_call_paren is used. sp_func_call_paren_empty = ignore # ignore/add/remove/force # Add or remove space between the user function name and '(' on function calls # You need to set a keyword to be a user function, like this: 'set func_call_user _' in the config file. sp_func_call_user_paren = ignore # ignore/add/remove/force # Add or remove space between a constructor/destructor and the open paren sp_func_class_paren = ignore # ignore/add/remove/force # Add or remove space between a constructor without parameters or destructor and '()' sp_func_class_paren_empty = ignore # ignore/add/remove/force # Add or remove space between 'return' and '(' sp_return_paren = ignore # ignore/add/remove/force # Add or remove space between '__attribute__' and '(' sp_attribute_paren = ignore # ignore/add/remove/force # Add or remove space between 'defined' and '(' in '#if defined (FOO)' sp_defined_paren = ignore # ignore/add/remove/force # Add or remove space between 'throw' and '(' in 'throw (something)' sp_throw_paren = ignore # ignore/add/remove/force # Add or remove space between 'throw' and anything other than '(' as in '@throw [...];' sp_after_throw = ignore # ignore/add/remove/force # Add or remove space between 'catch' and '(' in 'catch (something) { }' # If set to ignore, sp_before_sparen is used. sp_catch_paren = ignore # ignore/add/remove/force # Add or remove space between 'version' and '(' in 'version (something) { }' (D language) # If set to ignore, sp_before_sparen is used. sp_version_paren = ignore # ignore/add/remove/force # Add or remove space between 'scope' and '(' in 'scope (something) { }' (D language) # If set to ignore, sp_before_sparen is used. sp_scope_paren = ignore # ignore/add/remove/force # Add or remove space between 'super' and '(' in 'super (something)'. Default=Remove sp_super_paren = remove # ignore/add/remove/force # Add or remove space between 'this' and '(' in 'this (something)'. Default=Remove sp_this_paren = remove # ignore/add/remove/force # Add or remove space between macro and value sp_macro = ignore # ignore/add/remove/force # Add or remove space between macro function ')' and value sp_macro_func = ignore # ignore/add/remove/force # Add or remove space between 'else' and '{' if on the same line sp_else_brace = ignore # ignore/add/remove/force # Add or remove space between '}' and 'else' if on the same line sp_brace_else = ignore # ignore/add/remove/force # Add or remove space between '}' and the name of a typedef on the same line sp_brace_typedef = ignore # ignore/add/remove/force # Add or remove space between 'catch' and '{' if on the same line sp_catch_brace = ignore # ignore/add/remove/force # Add or remove space between '}' and 'catch' if on the same line sp_brace_catch = ignore # ignore/add/remove/force # Add or remove space between 'finally' and '{' if on the same line sp_finally_brace = ignore # ignore/add/remove/force # Add or remove space between '}' and 'finally' if on the same line sp_brace_finally = ignore # ignore/add/remove/force # Add or remove space between 'try' and '{' if on the same line sp_try_brace = ignore # ignore/add/remove/force # Add or remove space between get/set and '{' if on the same line sp_getset_brace = ignore # ignore/add/remove/force # Add or remove space between a variable and '{' for C++ uniform initialization. Default=Add sp_word_brace = add # ignore/add/remove/force # Add or remove space between a variable and '{' for a namespace. Default=Add sp_word_brace_ns = add # ignore/add/remove/force # Add or remove space before the '::' operator sp_before_dc = ignore # ignore/add/remove/force # Add or remove space after the '::' operator sp_after_dc = ignore # ignore/add/remove/force # Add or remove around the D named array initializer ':' operator sp_d_array_colon = ignore # ignore/add/remove/force # Add or remove space after the '!' (not) operator. Default=Remove sp_not = remove # ignore/add/remove/force # Add or remove space after the '~' (invert) operator. Default=Remove sp_inv = remove # ignore/add/remove/force # Add or remove space after the '&' (address-of) operator. Default=Remove # This does not affect the spacing after a '&' that is part of a type. sp_addr = remove # ignore/add/remove/force # Add or remove space around the '.' or '->' operators. Default=Remove sp_member = remove # ignore/add/remove/force # Add or remove space after the '*' (dereference) operator. Default=Remove # This does not affect the spacing after a '*' that is part of a type. sp_deref = remove # ignore/add/remove/force # Add or remove space after '+' or '-', as in 'x = -5' or 'y = +7'. Default=Remove sp_sign = remove # ignore/add/remove/force # Add or remove space before or after '++' and '--', as in '(--x)' or 'y++;'. Default=Remove sp_incdec = remove # ignore/add/remove/force # Add or remove space before a backslash-newline at the end of a line. Default=Add sp_before_nl_cont = add # ignore/add/remove/force # Add or remove space after the scope '+' or '-', as in '-(void) foo;' or '+(int) bar;' sp_after_oc_scope = ignore # ignore/add/remove/force # Add or remove space after the colon in message specs # '-(int) f:(int) x;' vs '-(int) f: (int) x;' sp_after_oc_colon = ignore # ignore/add/remove/force # Add or remove space before the colon in message specs # '-(int) f: (int) x;' vs '-(int) f : (int) x;' sp_before_oc_colon = ignore # ignore/add/remove/force # Add or remove space after the colon in immutable dictionary expression # 'NSDictionary *test = @{@"foo" :@"bar"};' sp_after_oc_dict_colon = ignore # ignore/add/remove/force # Add or remove space before the colon in immutable dictionary expression # 'NSDictionary *test = @{@"foo" :@"bar"};' sp_before_oc_dict_colon = ignore # ignore/add/remove/force # Add or remove space after the colon in message specs # '[object setValue:1];' vs '[object setValue: 1];' sp_after_send_oc_colon = ignore # ignore/add/remove/force # Add or remove space before the colon in message specs # '[object setValue:1];' vs '[object setValue :1];' sp_before_send_oc_colon = ignore # ignore/add/remove/force # Add or remove space after the (type) in message specs # '-(int)f: (int) x;' vs '-(int)f: (int)x;' sp_after_oc_type = ignore # ignore/add/remove/force # Add or remove space after the first (type) in message specs # '-(int) f:(int)x;' vs '-(int)f:(int)x;' sp_after_oc_return_type = ignore # ignore/add/remove/force # Add or remove space between '@selector' and '(' # '@selector(msgName)' vs '@selector (msgName)' # Also applies to @protocol() constructs sp_after_oc_at_sel = ignore # ignore/add/remove/force # Add or remove space between '@selector(x)' and the following word # '@selector(foo) a:' vs '@selector(foo)a:' sp_after_oc_at_sel_parens = ignore # ignore/add/remove/force # Add or remove space inside '@selector' parens # '@selector(foo)' vs '@selector( foo )' # Also applies to @protocol() constructs sp_inside_oc_at_sel_parens = ignore # ignore/add/remove/force # Add or remove space before a block pointer caret # '^int (int arg){...}' vs. ' ^int (int arg){...}' sp_before_oc_block_caret = ignore # ignore/add/remove/force # Add or remove space after a block pointer caret # '^int (int arg){...}' vs. '^ int (int arg){...}' sp_after_oc_block_caret = ignore # ignore/add/remove/force # Add or remove space between the receiver and selector in a message. # '[receiver selector ...]' sp_after_oc_msg_receiver = ignore # ignore/add/remove/force # Add or remove space after @property. sp_after_oc_property = ignore # ignore/add/remove/force # Add or remove space around the ':' in 'b ? t : f' sp_cond_colon = ignore # ignore/add/remove/force # Add or remove space before the ':' in 'b ? t : f'. Overrides sp_cond_colon. sp_cond_colon_before = ignore # ignore/add/remove/force # Add or remove space after the ':' in 'b ? t : f'. Overrides sp_cond_colon. sp_cond_colon_after = ignore # ignore/add/remove/force # Add or remove space around the '?' in 'b ? t : f' sp_cond_question = ignore # ignore/add/remove/force # Add or remove space before the '?' in 'b ? t : f'. Overrides sp_cond_question. sp_cond_question_before = ignore # ignore/add/remove/force # Add or remove space after the '?' in 'b ? t : f'. Overrides sp_cond_question. sp_cond_question_after = ignore # ignore/add/remove/force # In the abbreviated ternary form (a ?: b), add/remove space between ? and :.'. Overrides all other sp_cond_* options. sp_cond_ternary_short = ignore # ignore/add/remove/force # Fix the spacing between 'case' and the label. Only 'ignore' and 'force' make sense here. sp_case_label = ignore # ignore/add/remove/force # Control the space around the D '..' operator. sp_range = ignore # ignore/add/remove/force # Control the spacing after ':' in 'for (TYPE VAR : EXPR)' sp_after_for_colon = ignore # ignore/add/remove/force # Control the spacing before ':' in 'for (TYPE VAR : EXPR)' sp_before_for_colon = ignore # ignore/add/remove/force # Control the spacing in 'extern (C)' (D) sp_extern_paren = ignore # ignore/add/remove/force # Control the space after the opening of a C++ comment '// A' vs '//A' sp_cmt_cpp_start = ignore # ignore/add/remove/force # TRUE: If space is added with sp_cmt_cpp_start, do it after doxygen sequences like '///', '///<', '//!' and '//!<'. sp_cmt_cpp_doxygen = false # false/true # TRUE: If space is added with sp_cmt_cpp_start, do it after Qt translator or meta-data comments like '//:', '//=', and '//~'. sp_cmt_cpp_qttr = false # false/true # Controls the spaces between #else or #endif and a trailing comment sp_endif_cmt = ignore # ignore/add/remove/force # Controls the spaces after 'new', 'delete' and 'delete[]' sp_after_new = ignore # ignore/add/remove/force # Controls the spaces between new and '(' in 'new()' sp_between_new_paren = ignore # ignore/add/remove/force # Controls the spaces before a trailing or embedded comment sp_before_tr_emb_cmt = ignore # ignore/add/remove/force # Number of spaces before a trailing or embedded comment sp_num_before_tr_emb_cmt = 0 # number # Control space between a Java annotation and the open paren. sp_annotation_paren = ignore # ignore/add/remove/force # If true, vbrace tokens are dropped to the previous token and skipped. sp_skip_vbrace_tokens = false # false/true # # Code alignment (not left column spaces/tabs) # # Whether to keep non-indenting tabs align_keep_tabs = false # false/true # Whether to use tabs for aligning align_with_tabs = false # false/true # Whether to bump out to the next tab when aligning align_on_tabstop = false # false/true # Whether to left-align numbers align_number_left = false # false/true # Whether to keep whitespace not required for alignment. align_keep_extra_space = false # false/true # Align variable definitions in prototypes and functions align_func_params = false # false/true # Align parameters in single-line functions that have the same name. # The function names must already be aligned with each other. align_same_func_call_params = false # false/true # The span for aligning variable definitions (0=don't align) align_var_def_span = 0 # number # How to align the star in variable definitions. # 0=Part of the type 'void * foo;' # 1=Part of the variable 'void *foo;' # 2=Dangling 'void *foo;' align_var_def_star_style = 0 # number # How to align the '&' in variable definitions. # 0=Part of the type # 1=Part of the variable # 2=Dangling align_var_def_amp_style = 0 # number # The threshold for aligning variable definitions (0=no limit) align_var_def_thresh = 0 # number # The gap for aligning variable definitions align_var_def_gap = 0 # number # Whether to align the colon in struct bit fields align_var_def_colon = false # false/true # Whether to align any attribute after the variable name align_var_def_attribute = false # false/true # Whether to align inline struct/enum/union variable definitions align_var_def_inline = false # false/true # The span for aligning on '=' in assignments (0=don't align) align_assign_span = 0 # number # The threshold for aligning on '=' in assignments (0=no limit) align_assign_thresh = 0 # number # The span for aligning on '=' in enums (0=don't align) align_enum_equ_span = 0 # number # The threshold for aligning on '=' in enums (0=no limit) align_enum_equ_thresh = 0 # number # The span for aligning class (0=don't align) align_var_class_span = 0 # number # The threshold for aligning class member definitions (0=no limit) align_var_class_thresh = 0 # number # The gap for aligning class member definitions align_var_class_gap = 0 # number # The span for aligning struct/union (0=don't align) align_var_struct_span = 0 # number # The threshold for aligning struct/union member definitions (0=no limit) align_var_struct_thresh = 0 # number # The gap for aligning struct/union member definitions align_var_struct_gap = 0 # number # The span for aligning struct initializer values (0=don't align) align_struct_init_span = 0 # number # The minimum space between the type and the synonym of a typedef align_typedef_gap = 0 # number # The span for aligning single-line typedefs (0=don't align) align_typedef_span = 0 # number # How to align typedef'd functions with other typedefs # 0: Don't mix them at all # 1: align the open paren with the types # 2: align the function type name with the other type names align_typedef_func = 0 # number # Controls the positioning of the '*' in typedefs. Just try it. # 0: Align on typedef type, ignore '*' # 1: The '*' is part of type name: typedef int *pint; # 2: The '*' is part of the type, but dangling: typedef int *pint; align_typedef_star_style = 0 # number # Controls the positioning of the '&' in typedefs. Just try it. # 0: Align on typedef type, ignore '&' # 1: The '&' is part of type name: typedef int &pint; # 2: The '&' is part of the type, but dangling: typedef int &pint; align_typedef_amp_style = 0 # number # The span for aligning comments that end lines (0=don't align) align_right_cmt_span = 0 # number # If aligning comments, mix with comments after '}' and #endif with less than 3 spaces before the comment align_right_cmt_mix = false # false/true # If a trailing comment is more than this number of columns away from the text it follows, # it will qualify for being aligned. This has to be > 0 to do anything. align_right_cmt_gap = 0 # number # Align trailing comment at or beyond column N; 'pulls in' comments as a bonus side effect (0=ignore) align_right_cmt_at_col = 0 # number # The span for aligning function prototypes (0=don't align) align_func_proto_span = 0 # number # Minimum gap between the return type and the function name. align_func_proto_gap = 0 # number # Align function protos on the 'operator' keyword instead of what follows align_on_operator = false # false/true # Whether to mix aligning prototype and variable declarations. # If true, align_var_def_XXX options are used instead of align_func_proto_XXX options. align_mix_var_proto = false # false/true # Align single-line functions with function prototypes, uses align_func_proto_span align_single_line_func = false # false/true # Aligning the open brace of single-line functions. # Requires align_single_line_func=true, uses align_func_proto_span align_single_line_brace = false # false/true # Gap for align_single_line_brace. align_single_line_brace_gap = 0 # number # The span for aligning ObjC msg spec (0=don't align) align_oc_msg_spec_span = 0 # number # Whether to align macros wrapped with a backslash and a newline. # This will not work right if the macro contains a multi-line comment. align_nl_cont = false # false/true # # Align macro functions and variables together align_pp_define_together = false # false/true # The minimum space between label and value of a preprocessor define align_pp_define_gap = 0 # number # The span for aligning on '#define' bodies (0=don't align, other=number of lines including comments between blocks) align_pp_define_span = 0 # number # Align lines that start with '<<' with previous '<<'. Default=True align_left_shift = true # false/true # Align text after asm volatile () colons. align_asm_colon = false # false/true # Span for aligning parameters in an Obj-C message call on the ':' (0=don't align) align_oc_msg_colon_span = 0 # number # If true, always align with the first parameter, even if it is too short. align_oc_msg_colon_first = false # false/true # Aligning parameters in an Obj-C '+' or '-' declaration on the ':' align_oc_decl_colon = false # false/true # # Newline adding and removing options # # Whether to collapse empty blocks between '{' and '}' nl_collapse_empty_body = false # false/true # Don't split one-line braced assignments - 'foo_t f = { 1, 2 };' nl_assign_leave_one_liners = false # false/true # Don't split one-line braced statements inside a class xx { } body nl_class_leave_one_liners = false # false/true # Don't split one-line enums: 'enum foo { BAR = 15 };' nl_enum_leave_one_liners = false # false/true # Don't split one-line get or set functions nl_getset_leave_one_liners = false # false/true # Don't split one-line function definitions - 'int foo() { return 0; }' nl_func_leave_one_liners = false # false/true # Don't split one-line C++11 lambdas - '[]() { return 0; }' nl_cpp_lambda_leave_one_liners = false # false/true # Don't split one-line if/else statements - 'if(a) b++;' nl_if_leave_one_liners = false # false/true # Don't split one-line while statements - 'while(a) b++;' nl_while_leave_one_liners = false # false/true # Don't split one-line OC messages nl_oc_msg_leave_one_liner = false # false/true # Add or remove newline between Objective-C block signature and '{' nl_oc_block_brace = ignore # ignore/add/remove/force # Add or remove newlines at the start of the file nl_start_of_file = ignore # ignore/add/remove/force # The number of newlines at the start of the file (only used if nl_start_of_file is 'add' or 'force' nl_start_of_file_min = 0 # number # Add or remove newline at the end of the file nl_end_of_file = ignore # ignore/add/remove/force # The number of newlines at the end of the file (only used if nl_end_of_file is 'add' or 'force') nl_end_of_file_min = 0 # number # Add or remove newline between '=' and '{' nl_assign_brace = ignore # ignore/add/remove/force # Add or remove newline between '=' and '[' (D only) nl_assign_square = ignore # ignore/add/remove/force # Add or remove newline after '= [' (D only). Will also affect the newline before the ']' nl_after_square_assign = ignore # ignore/add/remove/force # The number of blank lines after a block of variable definitions at the top of a function body # 0 = No change (default) nl_func_var_def_blk = 0 # number # The number of newlines before a block of typedefs # 0 = No change (default) # the option 'nl_after_access_spec' takes preference over 'nl_typedef_blk_start' nl_typedef_blk_start = 0 # number # The number of newlines after a block of typedefs # 0 = No change (default) nl_typedef_blk_end = 0 # number # The maximum consecutive newlines within a block of typedefs # 0 = No change (default) nl_typedef_blk_in = 0 # number # The number of newlines before a block of variable definitions not at the top of a function body # 0 = No change (default) # the option 'nl_after_access_spec' takes preference over 'nl_var_def_blk_start' nl_var_def_blk_start = 0 # number # The number of newlines after a block of variable definitions not at the top of a function body # 0 = No change (default) nl_var_def_blk_end = 0 # number # The maximum consecutive newlines within a block of variable definitions # 0 = No change (default) nl_var_def_blk_in = 0 # number # Add or remove newline between a function call's ')' and '{', as in: # list_for_each(item, &list) { } nl_fcall_brace = ignore # ignore/add/remove/force # Add or remove newline between 'enum' and '{' nl_enum_brace = ignore # ignore/add/remove/force # Add or remove newline between 'struct and '{' nl_struct_brace = ignore # ignore/add/remove/force # Add or remove newline between 'union' and '{' nl_union_brace = ignore # ignore/add/remove/force # Add or remove newline between 'if' and '{' nl_if_brace = ignore # ignore/add/remove/force # Add or remove newline between '}' and 'else' nl_brace_else = ignore # ignore/add/remove/force # Add or remove newline between 'else if' and '{' # If set to ignore, nl_if_brace is used instead nl_elseif_brace = ignore # ignore/add/remove/force # Add or remove newline between 'else' and '{' nl_else_brace = ignore # ignore/add/remove/force # Add or remove newline between 'else' and 'if' nl_else_if = ignore # ignore/add/remove/force # Add or remove newline between '}' and 'finally' nl_brace_finally = ignore # ignore/add/remove/force # Add or remove newline between 'finally' and '{' nl_finally_brace = ignore # ignore/add/remove/force # Add or remove newline between 'try' and '{' nl_try_brace = ignore # ignore/add/remove/force # Add or remove newline between get/set and '{' nl_getset_brace = ignore # ignore/add/remove/force # Add or remove newline between 'for' and '{' nl_for_brace = ignore # ignore/add/remove/force # Add or remove newline between 'catch' and '{' nl_catch_brace = ignore # ignore/add/remove/force # Add or remove newline between '}' and 'catch' nl_brace_catch = ignore # ignore/add/remove/force # Add or remove newline between '}' and ']' nl_brace_square = ignore # ignore/add/remove/force # Add or remove newline between '}' and ')' in a function invocation nl_brace_fparen = ignore # ignore/add/remove/force # Add or remove newline between 'while' and '{' nl_while_brace = ignore # ignore/add/remove/force # Add or remove newline between 'scope (x)' and '{' (D) nl_scope_brace = ignore # ignore/add/remove/force # Add or remove newline between 'unittest' and '{' (D) nl_unittest_brace = ignore # ignore/add/remove/force # Add or remove newline between 'version (x)' and '{' (D) nl_version_brace = ignore # ignore/add/remove/force # Add or remove newline between 'using' and '{' nl_using_brace = ignore # ignore/add/remove/force # Add or remove newline between two open or close braces. # Due to general newline/brace handling, REMOVE may not work. nl_brace_brace = ignore # ignore/add/remove/force # Add or remove newline between 'do' and '{' nl_do_brace = ignore # ignore/add/remove/force # Add or remove newline between '}' and 'while' of 'do' statement nl_brace_while = ignore # ignore/add/remove/force # Add or remove newline between 'switch' and '{' nl_switch_brace = ignore # ignore/add/remove/force # Add or remove newline between 'synchronized' and '{' nl_synchronized_brace = ignore # ignore/add/remove/force # Add a newline between ')' and '{' if the ')' is on a different line than the if/for/etc. # Overrides nl_for_brace, nl_if_brace, nl_switch_brace, nl_while_switch and nl_catch_brace. nl_multi_line_cond = false # false/true # Force a newline in a define after the macro name for multi-line defines. nl_multi_line_define = false # false/true # Whether to put a newline before 'case' statement, not after the first 'case' nl_before_case = false # false/true # Add or remove newline between ')' and 'throw' nl_before_throw = ignore # ignore/add/remove/force # Whether to put a newline after 'case' statement nl_after_case = false # false/true # Add or remove a newline between a case ':' and '{'. Overrides nl_after_case. nl_case_colon_brace = ignore # ignore/add/remove/force # Newline between namespace and { nl_namespace_brace = ignore # ignore/add/remove/force # Add or remove newline between 'template<>' and whatever follows. nl_template_class = ignore # ignore/add/remove/force # Add or remove newline between 'class' and '{' nl_class_brace = ignore # ignore/add/remove/force # Add or remove newline before/after each ',' in the base class list, # (tied to pos_class_comma). nl_class_init_args = ignore # ignore/add/remove/force # Add or remove newline after each ',' in the constructor member initialization. # Related to nl_constr_colon, pos_constr_colon and pos_constr_comma. nl_constr_init_args = ignore # ignore/add/remove/force # Add or remove newline before first element, after comma, and after last element in enum nl_enum_own_lines = ignore # ignore/add/remove/force # Add or remove newline between return type and function name in a function definition nl_func_type_name = ignore # ignore/add/remove/force # Add or remove newline between return type and function name inside a class {} # Uses nl_func_type_name or nl_func_proto_type_name if set to ignore. nl_func_type_name_class = ignore # ignore/add/remove/force # Add or remove newline between class specification and '::' in 'void A::f() { }' # Only appears in separate member implementation (does not appear with in-line implmementation) nl_func_class_scope = ignore # ignore/add/remove/force # Add or remove newline between function scope and name # Controls the newline after '::' in 'void A::f() { }' nl_func_scope_name = ignore # ignore/add/remove/force # Add or remove newline between return type and function name in a prototype nl_func_proto_type_name = ignore # ignore/add/remove/force # Add or remove newline between a function name and the opening '(' in the declaration nl_func_paren = ignore # ignore/add/remove/force # Add or remove newline between a function name and the opening '(' in the definition nl_func_def_paren = ignore # ignore/add/remove/force # Add or remove newline after '(' in a function declaration nl_func_decl_start = ignore # ignore/add/remove/force # Add or remove newline after '(' in a function definition nl_func_def_start = ignore # ignore/add/remove/force # Overrides nl_func_decl_start when there is only one parameter. nl_func_decl_start_single = ignore # ignore/add/remove/force # Overrides nl_func_def_start when there is only one parameter. nl_func_def_start_single = ignore # ignore/add/remove/force # Whether to add newline after '(' in a function declaration if '(' and ')' are in different lines. nl_func_decl_start_multi_line = false # false/true # Whether to add newline after '(' in a function definition if '(' and ')' are in different lines. nl_func_def_start_multi_line = false # false/true # Add or remove newline after each ',' in a function declaration nl_func_decl_args = ignore # ignore/add/remove/force # Add or remove newline after each ',' in a function definition nl_func_def_args = ignore # ignore/add/remove/force # Whether to add newline after each ',' in a function declaration if '(' and ')' are in different lines. nl_func_decl_args_multi_line = false # false/true # Whether to add newline after each ',' in a function definition if '(' and ')' are in different lines. nl_func_def_args_multi_line = false # false/true # Add or remove newline before the ')' in a function declaration nl_func_decl_end = ignore # ignore/add/remove/force # Add or remove newline before the ')' in a function definition nl_func_def_end = ignore # ignore/add/remove/force # Overrides nl_func_decl_end when there is only one parameter. nl_func_decl_end_single = ignore # ignore/add/remove/force # Overrides nl_func_def_end when there is only one parameter. nl_func_def_end_single = ignore # ignore/add/remove/force # Whether to add newline before ')' in a function declaration if '(' and ')' are in different lines. nl_func_decl_end_multi_line = false # false/true # Whether to add newline before ')' in a function definition if '(' and ')' are in different lines. nl_func_def_end_multi_line = false # false/true # Add or remove newline between '()' in a function declaration. nl_func_decl_empty = ignore # ignore/add/remove/force # Add or remove newline between '()' in a function definition. nl_func_def_empty = ignore # ignore/add/remove/force # Whether to add newline after '(' in a function call if '(' and ')' are in different lines. nl_func_call_start_multi_line = false # false/true # Whether to add newline after each ',' in a function call if '(' and ')' are in different lines. nl_func_call_args_multi_line = false # false/true # Whether to add newline before ')' in a function call if '(' and ')' are in different lines. nl_func_call_end_multi_line = false # false/true # Whether to put each OC message parameter on a separate line # See nl_oc_msg_leave_one_liner nl_oc_msg_args = false # false/true # Add or remove newline between function signature and '{' nl_fdef_brace = ignore # ignore/add/remove/force # Add or remove newline between C++11 lambda signature and '{' nl_cpp_ldef_brace = ignore # ignore/add/remove/force # Add or remove a newline between the return keyword and return expression. nl_return_expr = ignore # ignore/add/remove/force # Whether to put a newline after semicolons, except in 'for' statements nl_after_semicolon = false # false/true # Java: Control the newline between the ')' and '{{' of the double brace initializer. nl_paren_dbrace_open = ignore # ignore/add/remove/force # Whether to put a newline after brace open. # This also adds a newline before the matching brace close. nl_after_brace_open = false # false/true # If nl_after_brace_open and nl_after_brace_open_cmt are true, a newline is # placed between the open brace and a trailing single-line comment. nl_after_brace_open_cmt = false # false/true # Whether to put a newline after a virtual brace open with a non-empty body. # These occur in un-braced if/while/do/for statement bodies. nl_after_vbrace_open = false # false/true # Whether to put a newline after a virtual brace open with an empty body. # These occur in un-braced if/while/do/for statement bodies. nl_after_vbrace_open_empty = false # false/true # Whether to put a newline after a brace close. # Does not apply if followed by a necessary ';'. nl_after_brace_close = false # false/true # Whether to put a newline after a virtual brace close. # Would add a newline before return in: 'if (foo) a++; return;' nl_after_vbrace_close = false # false/true # Control the newline between the close brace and 'b' in: 'struct { int a; } b;' # Affects enums, unions and structures. If set to ignore, uses nl_after_brace_close nl_brace_struct_var = ignore # ignore/add/remove/force # Whether to alter newlines in '#define' macros nl_define_macro = false # false/true # Whether to remove blanks after '#ifxx' and '#elxx', or before '#elxx' and '#endif'. Does not affect top-level #ifdefs. nl_squeeze_ifdef = false # false/true # Makes the nl_squeeze_ifdef option affect the top-level #ifdefs as well. nl_squeeze_ifdef_top_level = false # false/true # Add or remove blank line before 'if' nl_before_if = ignore # ignore/add/remove/force # Add or remove blank line after 'if' statement nl_after_if = ignore # ignore/add/remove/force # Add or remove blank line before 'for' nl_before_for = ignore # ignore/add/remove/force # Add or remove blank line after 'for' statement nl_after_for = ignore # ignore/add/remove/force # Add or remove blank line before 'while' nl_before_while = ignore # ignore/add/remove/force # Add or remove blank line after 'while' statement nl_after_while = ignore # ignore/add/remove/force # Add or remove blank line before 'switch' nl_before_switch = ignore # ignore/add/remove/force # Add or remove blank line after 'switch' statement nl_after_switch = ignore # ignore/add/remove/force # Add or remove blank line before 'synchronized' nl_before_synchronized = ignore # ignore/add/remove/force # Add or remove blank line after 'synchronized' statement nl_after_synchronized = ignore # ignore/add/remove/force # Add or remove blank line before 'do' nl_before_do = ignore # ignore/add/remove/force # Add or remove blank line after 'do/while' statement nl_after_do = ignore # ignore/add/remove/force # Whether to double-space commented-entries in struct/union/enum nl_ds_struct_enum_cmt = false # false/true # force nl before } of a struct/union/enum # (lower priority than 'eat_blanks_before_close_brace') nl_ds_struct_enum_close_brace = false # false/true # Add or remove blank line before 'func_class_def' nl_before_func_class_def = 0 # number # Add or remove blank line before 'func_class_proto' nl_before_func_class_proto = 0 # number # Add or remove a newline before/after a class colon, # (tied to pos_class_colon). nl_class_colon = ignore # ignore/add/remove/force # Add or remove a newline around a class constructor colon. # Related to nl_constr_init_args, pos_constr_colon and pos_constr_comma. nl_constr_colon = ignore # ignore/add/remove/force # Change simple unbraced if statements into a one-liner # 'if(b)\n i++;' => 'if(b) i++;' nl_create_if_one_liner = false # false/true # Change simple unbraced for statements into a one-liner # 'for (i=0;i<5;i++)\n foo(i);' => 'for (i=0;i<5;i++) foo(i);' nl_create_for_one_liner = false # false/true # Change simple unbraced while statements into a one-liner # 'while (i<5)\n foo(i++);' => 'while (i<5) foo(i++);' nl_create_while_one_liner = false # false/true # Change a one-liner if statement into simple unbraced if # 'if(b) i++;' => 'if(b) i++;' nl_split_if_one_liner = false # false/true # Change a one-liner for statement into simple unbraced for # 'for (i=0;<5;i++) foo(i);' => 'for (i=0;<5;i++) foo(i);' nl_split_for_one_liner = false # false/true # Change simple unbraced while statements into a one-liner while # 'while (i<5)\n foo(i++);' => 'while (i<5) foo(i++);' nl_split_while_one_liner = false # false/true # # Positioning options # # The position of arithmetic operators in wrapped expressions pos_arith = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of assignment in wrapped expressions. # Do not affect '=' followed by '{' pos_assign = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of boolean operators in wrapped expressions pos_bool = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of comparison operators in wrapped expressions pos_compare = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of conditional (b ? t : f) operators in wrapped expressions pos_conditional = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of the comma in wrapped expressions pos_comma = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of the comma in enum entries pos_enum_comma = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of the comma in the base class list if there are more than one line, # (tied to nl_class_init_args). pos_class_comma = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of the comma in the constructor initialization list. # Related to nl_constr_colon, nl_constr_init_args and pos_constr_colon. pos_constr_comma = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of trailing/leading class colon, between class and base class list # (tied to nl_class_colon). pos_class_colon = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # The position of colons between constructor and member initialization, # (tied to UO_nl_constr_colon). # Related to nl_constr_colon, nl_constr_init_args and pos_constr_comma. pos_constr_colon = ignore # ignore/join/lead/lead_break/lead_force/trail/trail_break/trail_force # # Line Splitting options # # Try to limit code width to N number of columns code_width = 0 # number # Whether to fully split long 'for' statements at semi-colons ls_for_split_full = false # false/true # Whether to fully split long function protos/calls at commas ls_func_split_full = false # false/true # Whether to split lines as close to code_width as possible and ignore some groupings ls_code_width = false # false/true # # Blank line options # # The maximum consecutive newlines (3 = 2 blank lines) nl_max = 0 # number # The number of newlines after a function prototype, if followed by another function prototype nl_after_func_proto = 0 # number # The number of newlines after a function prototype, if not followed by another function prototype nl_after_func_proto_group = 0 # number # The number of newlines after a function class prototype, if followed by another function class prototype nl_after_func_class_proto = 0 # number # The number of newlines after a function class prototype, if not followed by another function class prototype nl_after_func_class_proto_group = 0 # number # The number of newlines before a multi-line function def body nl_before_func_body_def = 0 # number # The number of newlines before a multi-line function prototype body nl_before_func_body_proto = 0 # number # The number of newlines after '}' of a multi-line function body nl_after_func_body = 0 # number # The number of newlines after '}' of a multi-line function body in a class declaration nl_after_func_body_class = 0 # number # The number of newlines after '}' of a single line function body nl_after_func_body_one_liner = 0 # number # The minimum number of newlines before a multi-line comment. # Doesn't apply if after a brace open or another multi-line comment. nl_before_block_comment = 0 # number # The minimum number of newlines before a single-line C comment. # Doesn't apply if after a brace open or other single-line C comments. nl_before_c_comment = 0 # number # The minimum number of newlines before a CPP comment. # Doesn't apply if after a brace open or other CPP comments. nl_before_cpp_comment = 0 # number # Whether to force a newline after a multi-line comment. nl_after_multiline_comment = false # false/true # Whether to force a newline after a label's colon. nl_after_label_colon = false # false/true # The number of newlines after '}' or ';' of a struct/enum/union definition nl_after_struct = 0 # number # The number of newlines before a class definition nl_before_class = 0 # number # The number of newlines after '}' or ';' of a class definition nl_after_class = 0 # number # The number of newlines before a 'private:', 'public:', 'protected:', 'signals:', or 'slots:' label. # Will not change the newline count if after a brace open. # 0 = No change. nl_before_access_spec = 0 # number # The number of newlines after a 'private:', 'public:', 'protected:', 'signals:' or 'slots:' label. # 0 = No change. # the option 'nl_after_access_spec' takes preference over 'nl_typedef_blk_start' and 'nl_var_def_blk_start' nl_after_access_spec = 0 # number # The number of newlines between a function def and the function comment. # 0 = No change. nl_comment_func_def = 0 # number # The number of newlines after a try-catch-finally block that isn't followed by a brace close. # 0 = No change. nl_after_try_catch_finally = 0 # number # The number of newlines before and after a property, indexer or event decl. # 0 = No change. nl_around_cs_property = 0 # number # The number of newlines between the get/set/add/remove handlers in C#. # 0 = No change. nl_between_get_set = 0 # number # Add or remove newline between C# property and the '{' nl_property_brace = ignore # ignore/add/remove/force # Whether to remove blank lines after '{' eat_blanks_after_open_brace = false # false/true # Whether to remove blank lines before '}' eat_blanks_before_close_brace = false # false/true # How aggressively to remove extra newlines not in preproc. # 0: No change # 1: Remove most newlines not handled by other config # 2: Remove all newlines and reformat completely by config nl_remove_extra_newlines = 0 # number # Whether to put a blank line before 'return' statements, unless after an open brace. nl_before_return = false # false/true # Whether to put a blank line after 'return' statements, unless followed by a close brace. nl_after_return = false # false/true # Whether to put a newline after a Java annotation statement. # Only affects annotations that are after a newline. nl_after_annotation = ignore # ignore/add/remove/force # Controls the newline between two annotations. nl_between_annotation = ignore # ignore/add/remove/force # # Code modifying options (non-whitespace) # # Add or remove braces on single-line 'do' statement mod_full_brace_do = ignore # ignore/add/remove/force # Add or remove braces on single-line 'for' statement mod_full_brace_for = ignore # ignore/add/remove/force # Add or remove braces on single-line function definitions. (Pawn) mod_full_brace_function = ignore # ignore/add/remove/force # Add or remove braces on single-line 'if' statement. Will not remove the braces if they contain an 'else'. mod_full_brace_if = ignore # ignore/add/remove/force # Make all if/elseif/else statements in a chain be braced or not. Overrides mod_full_brace_if. # If any must be braced, they are all braced. If all can be unbraced, then the braces are removed. mod_full_brace_if_chain = false # false/true # Make all if/elseif/else statements with at least one 'else' or 'else if' fully braced. # If mod_full_brace_if_chain is used together with this option, all if-else chains will get braces, # and simple 'if' statements will lose them (if possible). mod_full_brace_if_chain_only = false # false/true # Don't remove braces around statements that span N newlines mod_full_brace_nl = 0 # number # Add or remove braces on single-line 'while' statement mod_full_brace_while = ignore # ignore/add/remove/force # Add or remove braces on single-line 'using ()' statement mod_full_brace_using = ignore # ignore/add/remove/force # Add or remove unnecessary paren on 'return' statement mod_paren_on_return = ignore # ignore/add/remove/force # Whether to change optional semicolons to real semicolons mod_pawn_semicolon = false # false/true # Add parens on 'while' and 'if' statement around bools mod_full_paren_if_bool = false # false/true # Whether to remove superfluous semicolons mod_remove_extra_semicolon = false # false/true # If a function body exceeds the specified number of newlines and doesn't have a comment after # the close brace, a comment will be added. mod_add_long_function_closebrace_comment = 0 # number # If a namespace body exceeds the specified number of newlines and doesn't have a comment after # the close brace, a comment will be added. mod_add_long_namespace_closebrace_comment = 0 # number # If a class body exceeds the specified number of newlines and doesn't have a comment after # the close brace, a comment will be added. mod_add_long_class_closebrace_comment = 0 # number # If a switch body exceeds the specified number of newlines and doesn't have a comment after # the close brace, a comment will be added. mod_add_long_switch_closebrace_comment = 0 # number # If an #ifdef body exceeds the specified number of newlines and doesn't have a comment after # the #endif, a comment will be added. mod_add_long_ifdef_endif_comment = 0 # number # If an #ifdef or #else body exceeds the specified number of newlines and doesn't have a comment after # the #else, a comment will be added. mod_add_long_ifdef_else_comment = 0 # number # If TRUE, will sort consecutive single-line 'import' statements [Java, D] mod_sort_import = false # false/true # If TRUE, will sort consecutive single-line 'using' statements [C#] mod_sort_using = false # false/true # If TRUE, will sort consecutive single-line '#include' statements [C/C++] and '#import' statements [Obj-C] # This is generally a bad idea, as it may break your code. mod_sort_include = false # false/true # If TRUE, it will move a 'break' that appears after a fully braced 'case' before the close brace. mod_move_case_break = false # false/true # Will add or remove the braces around a fully braced case statement. # Will only remove the braces if there are no variable declarations in the block. mod_case_brace = ignore # ignore/add/remove/force # If TRUE, it will remove a void 'return;' that appears as the last statement in a function. mod_remove_empty_return = false # false/true # If TRUE, it will organize the properties (Obj-C) mod_sort_oc_properties = false # false/true # Determines weight of atomic/nonatomic (Obj-C) mod_sort_oc_property_thread_safe_weight = 0 # number # Determines weight of readwrite (Obj-C) mod_sort_oc_property_readwrite_weight = 0 # number # Determines weight of reference type (retain, copy, assign, weak, strong) (Obj-C) mod_sort_oc_property_reference_weight = 0 # number # Determines weight of getter type (getter=) (Obj-C) mod_sort_oc_property_getter_weight = 0 # number # Determines weight of setter type (setter=) (Obj-C) mod_sort_oc_property_setter_weight = 0 # number # Determines weight of nullability type (nullable/nonnull) (Obj-C) mod_sort_oc_property_nullability_weight = 0 # number # # Comment modifications # # Try to wrap comments at cmt_width columns cmt_width = 0 # number # Set the comment reflow mode (default: 0) # 0: no reflowing (apart from the line wrapping due to cmt_width) # 1: no touching at all # 2: full reflow cmt_reflow_mode = 0 # number # Whether to convert all tabs to spaces in comments. Default is to leave tabs inside comments alone, unless used for indenting. cmt_convert_tab_to_spaces = false # false/true # If false, disable all multi-line comment changes, including cmt_width. keyword substitution and leading chars. # Default=True. cmt_indent_multi = true # false/true # Whether to group c-comments that look like they are in a block cmt_c_group = false # false/true # Whether to put an empty '/*' on the first line of the combined c-comment cmt_c_nl_start = false # false/true # Whether to put a newline before the closing '*/' of the combined c-comment cmt_c_nl_end = false # false/true # Whether to group cpp-comments that look like they are in a block cmt_cpp_group = false # false/true # Whether to put an empty '/*' on the first line of the combined cpp-comment cmt_cpp_nl_start = false # false/true # Whether to put a newline before the closing '*/' of the combined cpp-comment cmt_cpp_nl_end = false # false/true # Whether to change cpp-comments into c-comments cmt_cpp_to_c = false # false/true # Whether to put a star on subsequent comment lines cmt_star_cont = false # false/true # The number of spaces to insert at the start of subsequent comment lines cmt_sp_before_star_cont = 0 # number # The number of spaces to insert after the star on subsequent comment lines cmt_sp_after_star_cont = 0 # number # For multi-line comments with a '*' lead, remove leading spaces if the first and last lines of # the comment are the same length. Default=True cmt_multi_check_last = true # false/true # For multi-line comments with a '*' lead, remove leading spaces if the first and last lines of # the comment are the same length AND if the length is bigger as the first_len minimum. Default=4 cmt_multi_first_len_minimum = 4 # number # The filename that contains text to insert at the head of a file if the file doesn't start with a C/C++ comment. # Will substitute $(filename) with the current file's name. cmt_insert_file_header = "" # string # The filename that contains text to insert at the end of a file if the file doesn't end with a C/C++ comment. # Will substitute $(filename) with the current file's name. cmt_insert_file_footer = "" # string # The filename that contains text to insert before a function implementation if the function isn't preceded with a C/C++ comment. # Will substitute $(function) with the function name and $(javaparam) with the javadoc @param and @return stuff. # Will also substitute $(fclass) with the class name: void CFoo::Bar() { ... } cmt_insert_func_header = "" # string # The filename that contains text to insert before a class if the class isn't preceded with a C/C++ comment. # Will substitute $(class) with the class name. cmt_insert_class_header = "" # string # The filename that contains text to insert before a Obj-C message specification if the method isn't preceded with a C/C++ comment. # Will substitute $(message) with the function name and $(javaparam) with the javadoc @param and @return stuff. cmt_insert_oc_msg_header = "" # string # If a preprocessor is encountered when stepping backwards from a function name, then # this option decides whether the comment should be inserted. # Affects cmt_insert_oc_msg_header, cmt_insert_func_header and cmt_insert_class_header. cmt_insert_before_preproc = false # false/true # If a function is declared inline to a class definition, then # this option decides whether the comment should be inserted. # Affects cmt_insert_func_header. cmt_insert_before_inlines = true # false/true # If the function is a constructor/destructor, then # this option decides whether the comment should be inserted. # Affects cmt_insert_func_header. cmt_insert_before_ctor_dtor = false # false/true # # Preprocessor options # # Control indent of preprocessors inside #if blocks at brace level 0 (file-level) pp_indent = ignore # ignore/add/remove/force # Whether to indent #if/#else/#endif at the brace level (true) or from column 1 (false) pp_indent_at_level = false # false/true # Specifies the number of columns to indent preprocessors per level at brace level 0 (file-level). # If pp_indent_at_level=false, specifies the number of columns to indent preprocessors per level at brace level > 0 (function-level). # Default=1. pp_indent_count = 1 # number # Add or remove space after # based on pp_level of #if blocks pp_space = ignore # ignore/add/remove/force # Sets the number of spaces added with pp_space pp_space_count = 0 # number # The indent for #region and #endregion in C# and '#pragma region' in C/C++ pp_indent_region = 0 # number # Whether to indent the code between #region and #endregion pp_region_indent_code = false # false/true # If pp_indent_at_level=true, sets the indent for #if, #else and #endif when not at file-level. # 0: indent preprocessors using output_tab_size. # >0: column at which all preprocessors will be indented. pp_indent_if = 0 # number # Control whether to indent the code between #if, #else and #endif. pp_if_indent_code = false # false/true # Whether to indent '#define' at the brace level (true) or from column 1 (false) pp_define_at_level = false # false/true # # Use or Do not Use options # # True: indent_func_call_param will be used (default) # False: indent_func_call_param will NOT be used use_indent_func_call_param = true # false/true # The value of the indentation for a continuation line is calculate differently if the line is: # a declaration :your case with QString fileName ... # an assigment :your case with pSettings = new QSettings( ... # At the second case the option value might be used twice: # at the assigment # at the function call (if present) # To prevent the double use of the option value, use this option with the value 'true'. # True: indent_continue will be used only once # False: indent_continue will be used every time (default) use_indent_continue_only_once = false # false/true # SIGNAL/SLOT Qt macros have special formatting options. See options_for_QT.cpp for details. # Default=True. use_options_overriding_for_qt_macros = true # false/true # # Warn levels - 1: error, 2: warning (default), 3: note # # Warning is given if doing tab-to-\t replacement and we have found one in a C# verbatim string literal. warn_level_tabs_found_in_verbatim_string_literals = 2 # number # You can force a token to be a type with the 'type' option. # Example: # type myfoo1 myfoo2 # # You can create custom macro-based indentation using macro-open, # macro-else and macro-close. # Example: # macro-open BEGIN_TEMPLATE_MESSAGE_MAP # macro-open BEGIN_MESSAGE_MAP # macro-close END_MESSAGE_MAP # # You can assign any keyword to any type with the set option. # set func_call_user _ N_ # # The full syntax description of all custom definition config entries # is shown below: # # define custom tokens as: # - embed whitespace in token using '' escape character, or # put token in quotes # - these: ' " and ` are recognized as quote delimiters # # type token1 token2 token3 ... # ^ optionally specify multiple tokens on a single line # define def_token output_token # ^ output_token is optional, then NULL is assumed # macro-open token # macro-close token # macro-else token # set id token1 token2 ... # ^ optionally specify multiple tokens on a single line # ^ id is one of the names in token_enum.h sans the CT_ prefix, # e.g. PP_PRAGMA # # all tokens are separated by any mix of ',' commas, '=' equal signs # and whitespace (space, tab) # # You can add support for other file extensions using the 'file_ext' command. # The first arg is the language name used with the '-l' option. # The remaining args are file extensions, matched with 'endswith'. # file_ext CPP .ch .cxx .cpp.in # # option(s) with 'not default' value: 0 # q3c-2.0.1/utils/000077500000000000000000000000001453620405500133445ustar00rootroot00000000000000q3c-2.0.1/utils/check_poly.py000066400000000000000000000074161453620405500160460ustar00rootroot00000000000000import shapely import numpy as np,numpy.random import random import multiprocessing,sys from readcol import readcol from shapely.geometry import Point, Polygon def torect(ra,dec): cd=np.cos(np.deg2rad(dec)) sd=np.sin(np.deg2rad(dec)) sr=np.sin(np.deg2rad(ra)) cr=np.cos(np.deg2rad(ra)) x,y,z=cd*cr,cd*sr,sd return x,y,z def fromrect(x,y,z): ra = np.rad2deg(np.arctan2(y, x)) dec = np.rad2deg(np.arctan2(z, np.sqrt(x**2+y**2))) rad = np.sqrt(x**2+y**2+z**2) return ra,dec def within_poly(ra,dec,rapoly,decpoly,getmask=False): rapolycen, decpolycen = (rapoly[0]), (decpoly[0]) x, y, z = torect(ra, dec) xpoly,ypoly,zpoly=torect(rapoly,decpoly) xpolycen,ypolycen,zpolycen=torect(rapolycen,decpolycen ) dists = x*xpolycen+y*ypolycen+z*zpolycen ind = dists>np.cos(np.deg2rad(70)) # only consider the points located at the same #hemisphere as the polygon x1,y1,z1=x[ind],y[ind],z[ind] point = Point(0,0) arr = [] for curx,cury,curz in zip(x1,y1,z1): curx1 = curx + random.random() cury1 = cury + random.random() curz1 = curz + random.random() # this is the perturbed vector to the point vec0 = np.array([curx, cury, curz]) vec1 = np.array([curx1, cury1, curz1]) vec1 = vec1 / (vec1**2).sum()**.5 vec1 = vec1 - (vec0 * vec1).sum() *vec0 vec1 = vec1 / (vec1**2).sum()**.5 vec2 = np.cross(vec0, vec1) # vec0,vec1,vec2 this is the orthogonal system of vectors summer = lambda t: xpoly * t[0] + ypoly * t[1] + zpoly * t[2] norm = summer(vec0) curxpoly = summer(vec1) / norm curypoly = summer(vec2) / norm # curxpoly aren now projections of the polygon vertex onto the plane # perpednicular to the vector pointing towards curx,cury,curz # the rotation angle of this plane is random #print repr(curxpoly),repr(curypoly) poly = Polygon(zip(curxpoly, curypoly)) arr.append(point.within(poly)) result = int(np.array(arr).sum()) print >>sys.stderr , result ind[ind]=arr[:] if getmask: return result,ind return result#,ind def get_rotation_matrix(fi1, fi2, fi3): mat1 = np.matrix([ [ 1, 0, 0 ], [ 0, np.cos(fi1), -np.sin(fi1) ], [ 0, np.sin(fi1), np.cos(fi1) ] ]) mat2 = np.matrix([ [ np.cos(fi2), 0, np.sin(fi2) ], [ 0, 1, 0 ], [ -np.sin(fi2), 0, np.cos(fi2) ] ]) mat3 = np.matrix([ [ np.cos(fi3), -np.sin(fi3), 0 ], [ np.sin(fi3), np.cos(fi3), 0 ], [ 0, 0, 1 ] ]) return mat1*mat2*mat3 def gen_random_poly(): minvert = 3 maxvert = 10 mindist = 1 maxdist = 10 nvert = np.random.uniform(minvert, maxvert, 1)[0] fi1, fi2, fi3 = np.random.uniform(0,2*np.pi,1)[0],\ np.random.uniform(0,2*np.pi,1)[0],\ np.random.uniform(0,2*np.pi,1)[0] mat = get_rotation_matrix(fi1, fi2, fi3) while True: ras = np.sort(np.random.uniform(0, 360, nvert)) if (ras[-1]-ras[0])>180: break dists = np.random.uniform(mindist, maxdist, nvert) decs = (90 - dists) #print ras,decs x,y,z = torect(ras, decs) vec = np.array([x, y, z]) vec1 = mat * vec ras,decs = fromrect(np.array(vec1[0]).flatten(),np.array(vec1[1]).flatten(), np.array(vec1[2]).flatten()) ras = (ras + (180-ras[0]))%360 - (180-ras[0]) ras = ras - (ras)%0.001 ras = (ras+360)%360 decs = decs - (decs)%0.001 return ras,decs def get_all_polys(): npolys = 10000 tab = 'test_small' np.random.seed(1) catra, catdec = readcol('/tmp/zz3_')#./gen_data 3 10000 pool = multiprocessing.Pool(8) res = [] for i in range(npolys): a,b = gen_random_poly() coostring = ','.join(['%f'%_ for _ in np.array([a,b]).T.flatten()]) query = 'select count(*) from %s where q3c_poly_query(ra,dec,ARRAY[%s]);'%(tab,coostring) print query #print a,b #print within_poly(catra,catdec,a,b); res.append(pool.apply_async(within_poly,(catra,catdec,a,b))) pool.close() pool.join() for r in res: print r.get()q3c-2.0.1/utils/create_drops.pl000066400000000000000000000004671453620405500163620ustar00rootroot00000000000000my $state=0; while(<>) { if (/^--/) { next; } elsif (s/CREATE OR REPLACE FUNCTION/DROP FUNCTION/) { if (!(/\)/)) { $state=1; chomp; print; next; } chomp; print; print ";\n"; next; } if ($state==1) { chomp; print; if (/\)/) { print ";\n"; $state=0; } } }q3c-2.0.1/utils/formulae000066400000000000000000000020121453620405500150740ustar00rootroot00000000000000Misc spherical distance formulae: cos(r)=cos(ra1)cos(ra2)cos(dec1)cos(dec2)+sin(ra1)sin(ra2)cos(dec1)cos(dec2)+sin(dec1)sin(dec2) cos(r)=cos(dec1)cos(dec2)cos(ra1-ra2)+sin(dec1)*sin(dec2) cos(r)=cos(dec1)cos(dec2)(1-2sin^2(ra1-ra2))+sin(dec1)*sin(dec2) cos(r)=cos(dec1)cos(dec2)-2sin^2((ra1-ra2)/2)*cos(dec1)cos(dec2)+sin(dec1)*sin(dec2) cos(r)=cos(dec1-dec2)-2sin^2(ra1-ra2)*cos(dec1)cos(dec2) cos(r)=1-2sin^2((dec1-dec2)/2)-2sin^2(ra1-ra2)cos(dec1)cos(dec2) 1-2sin^2(r/2)=1-2sin^2((dec1-dec2)/2)-2sin^2(ra1-ra2)cos(dec1)cos(dec2) sin^2(r/2)=sin^2((dec1-dec2)/2)+sin^2(ra1-ra2)cos(dec1)cos(dec2) sin^2(r/2)=sin^2((dec1-dec2)/2)+sin^2(ra1-ra2)0.5*(cos(dec1-dec2)+cos(dec1+dec2)) sin^2(r/2)=sin^2((dec1-dec2)/2)+sin^2(ra1-ra2)0.5*(1-2*sin^2((dec1-dec2)/2)+cos(dec1+dec2)) sin^2(r / 2) = sin^2(ra1 - ra2) * (cos^2((dec1 + dec2) / 2) - sin^2((dec1 - dec2) / 2)) + sin^2((dec1 - dec2) / 2) q3c-2.0.1/utils/generate_rad_query.pl000066400000000000000000000042221453620405500175460ustar00rootroot00000000000000#!/usr/bin/perl use strict; # Here the numbers are the number of PAIRS!!! of ranges (as in C program) my $full_array_len=50;#800; my $partial_array_len=50;#800; my $q3c_func='q3c_radial_query_it'; my ($ipix_col, $ra_col, $dec_col, $ra_cen, $dec_cen, $radius, $coltype); for (1..3) { if ($_==1) { $ipix_col='$1'; $ra_col='$2'; $dec_col='$3'; $ra_cen='$4'; $dec_cen='$5'; $radius='$6'; print "CREATE OR REPLACE FUNCTION q3c_radial_query(bigint, double precision, double precision, double precision, double precision, double precision) returns boolean as '"; } else { $ipix_col='q3c_ang2ipix($1,$2)'; $ra_col='$1'; $dec_col='$2'; $ra_cen='$3'; $dec_cen='$4'; $radius='$5'; if ($_==2) { $coltype='real'; } else { $coltype='double precision'; } print "CREATE OR REPLACE FUNCTION q3c_radial_query( $coltype, $coltype, double precision, double precision, double precision) returns boolean as '"; } print "SELECT ((\n"; my $i = 0; while(1) { if ($i < 2 * ($full_array_len - 1)) { print "($ipix_col>=$q3c_func($ra_cen,$dec_cen,$radius," . "" . ($i++) . ",1) AND $ipix_col<$q3c_func($ra_cen,$dec_cen,$radius,".($i++).",1)) OR\n"; } else { print "($ipix_col>=$q3c_func($ra_cen,$dec_cen,$radius," . "" . ($i++) . ",1) AND $ipix_col<$q3c_func($ra_cen,$dec_cen,$radius,".($i++).",1)) \n"; last; } } print ") OR (\n"; $i=0; while(1) { if ($i < 2 * ($partial_array_len - 1)) { print "($ipix_col>=$q3c_func($ra_cen,$dec_cen,$radius," . "" . ($i++) . ",0) AND $ipix_col<$q3c_func($ra_cen,$dec_cen,$radius,".($i++).",0)) OR\n"; } else { print "($ipix_col>=$q3c_func($ra_cen,$dec_cen,$radius," . "" . ($i++) . ",0) AND $ipix_col<$q3c_func($ra_cen,$dec_cen,$radius,".($i++).",0)) \n"; last; } } print ")\n AND q3c_sindist($ra_col,$dec_col,$ra_cen,$dec_cen)