Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add multi-order coverage (MOC) support to pgsphere#1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
feodor merged 80 commits intopostgrespro:masterfrommsdemlei:add-moc
Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
80 commits
Select commitHold shift + click to select a range
bdc37d1
pgsphere_1.1.4.916
Jul 5, 2019
a02bfc8
comment fixes
Oct 29, 2017
a73c2f8
healpix_bare support added.
jontxuJul 11, 2019
113fe5e
Compatibility with PostgreSQL 11 for GAVO extensions
Jul 19, 2019
af1775a
init_test.out diffs
Jul 26, 2019
8a631b9
No longer putting .git into the tarball
msdemleiJul 22, 2019
6eabeb4
ignore past Chealpix oddities
Jul 26, 2019
eaf010b
Import healpix_bare 1.0
df7cbDec 3, 2019
a72a14a
Add .gitlab-ci.yml
df7cbDec 3, 2019
07cd808
Add alternate expected output file for PG12
df7cbDec 4, 2019
730184e
Ignore more build artifacts
df7cbDec 4, 2019
899b535
Makefile: Default to USE_PGXS
df7cbDec 4, 2019
ccbb153
Build healpix_bare directly from toplevel Makefile
df7cbDec 4, 2019
59d7825
Only override CXXFLAGS on PG10 and older
df7cbDec 4, 2019
f60104d
doc: Fix syntax of CREATE INDEX statement
df7cbNov 29, 2019
38b081b
Add .travis.yml
df7cbDec 5, 2019
bbff762
Bump version to 1.2.0 and implement smoc_union aka ||
df7cbDec 10, 2019
2fd90cf
Call add_to_map directly without going through add_to_moc
df7cbDec 11, 2019
414095b
Implement smoc_intersection aka *
df7cbDec 11, 2019
62e9cb8
sum() and intersection() aggregates
df7cbDec 11, 2019
5e7f90b
Implement = and <> on smoc
df7cbDec 12, 2019
d697926
Add smoc_disc(order, theta, phi, radius)
df7cbDec 18, 2019
bde580f
Upgrade travis to bionic to get newer libhealpix-cxx-dev
df7cbDec 18, 2019
0385c53
Remove unused empty file
df7cbDec 19, 2019
8536ff1
Use | and & for moc union and intersection
df7cbDec 19, 2019
f018d4f
Variables cleanup
df7cbDec 19, 2019
6068898
Check order in smoc_disc
df7cbDec 19, 2019
15a2438
create_moc_release_context always returns 1, change to void and remov…
df7cbDec 19, 2019
f26c86f
Implement smoc-from-scircle, and swap order of arguments in smoc_disc
df7cbDec 19, 2019
ebeda07
Implement smoc overlap
df7cbJan 20, 2020
77b4129
Fix variable declaration warnings
df7cbJan 20, 2020
1d2ff8b
Run tests with -Werror
df7cbJan 20, 2020
532f79e
Add missing function prototypes
df7cbJan 20, 2020
6849860
Simplify linking with g++
df7cbJan 22, 2020
084fe50
Makefile: Suppress declaration-after-statement in healpix_bare.c
df7cbJan 22, 2020
01c9915
Refresh sparse.c and sscan.c
df7cbJan 22, 2020
ebcaf05
Add IMMUTABLE and PARALLEL SAFE decorators to moc functions
df7cbJan 22, 2020
139c7a4
Ignore tags file
df7cbJan 22, 2020
22b598b
Move conv_theta and math constants to new header pgs_util.h
df7cbJan 23, 2020
999a62d
Implement smoc(order, spoly)::smoc
df7cbJan 23, 2020
28e2bf5
Comment all functions and operators
df7cbJan 23, 2020
672a949
Add smoc subset operators
df7cbJan 23, 2020
3af7c0e
Use query_*_inclusive and add more test cases
df7cbJan 24, 2020
cf1aba9
Fix format warning on 32 bit
df7cbJan 29, 2020
f4d5683
Fix spoly detoasting in smoc_spoly()
df7cbJan 29, 2020
23b7338
Drop MOC_FORMAT_64X and obsolete code using it
df7cbJan 30, 2020
76e47dd
Add smoc_info() function
df7cbJan 30, 2020
df29542
Remove redundant variable
df7cbJan 30, 2020
1e87b8b
Speed up smoc_eq by detoasting header only first
df7cbJan 30, 2020
c140f67
Test equality on a large smoc
df7cbJan 31, 2020
fbe38aa
Speed up overlaps operation by looking at the smoc header first
df7cbJan 31, 2020
33807c7
Speed up subset operations by looking at the smoc header first
df7cbJan 31, 2020
f855597
Add smoc rounding function that converts smocs to lower order
df7cbFeb 4, 2020
0fe578d
Test smoc_round on level 0
df7cbFeb 5, 2020
3fece18
GIN index support
df7cbFeb 7, 2020
98fc1ba
GIN: check && 'empty'
df7cbFeb 20, 2020
6335bfe
Use space as moc interval separator as per recent standards
df7cbFeb 25, 2020
686e018
Implement subset/superset for GIN
df7cbFeb 27, 2020
43d5734
Rename smoc_round to smoc_degrade
df7cbFeb 27, 2020
c289a46
Refactor gin_extact functions
df7cbMar 31, 2020
403da2c
Add a second gin opclass smoc_gin_ops_fine using level 8
df7cbMar 31, 2020
27708bd
Add smoc(order, spoint) function
df7cbApr 1, 2020
3c51f93
Store original moc order
df7cbApr 8, 2020
1ed597a
Include stored moc order in output
df7cbApr 8, 2020
229b55a
Catch PlanckError
df7cbApr 9, 2020
4c86b29
doc/Makefile: Default to USE_PGXS and openjade, and build docs during…
df7cbApr 9, 2020
32533d1
PG13 compatibility
df7cbJun 2, 2020
ae87e3a
doc: smoc type
df7cbJun 2, 2020
c5433d3
smoc documentation
df7cbJun 4, 2020
eb27a2f
Support equality lookups
df7cbJun 4, 2020
875154c
Implement inequality index lookups
df7cbJun 5, 2020
8526665
Remove beta README.GAVO file
df7cbJun 19, 2020
b7eb98e
Expand docs with more smoc details
df7cbJun 19, 2020
9c91983
Rename smoc_area to area and make it return steradians
df7cbJun 19, 2020
229527c
moc: Fix regression test deviation on i386
df7cbAug 21, 2020
91612c5
Fix smoc_degrade bitmask on 32bit
df7cbAug 21, 2020
b3c6d55
Rename internal function moc_round to moc_degrade for consistency
df7cbAug 21, 2020
9bb202c
Fix gin key extraction on 32bit
df7cbAug 21, 2020
18e6ddb
Accept varying moc100 regression output on 32bit
df7cbAug 21, 2020
8d8d99e
Add new expected output files for PG13
df7cbSep 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Variables cleanup
  • Loading branch information
@df7cb@msdemlei
df7cb authored andmsdemlei committedApr 22, 2021
commitf018d4f4734b74d95daf8bcd7cb077fe402b55a6
2 changes: 1 addition & 1 deletionpgs_process_moc.h
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -147,7 +147,7 @@ moc_intersection(void* moc_in_context, Smoc* moc_a, int32 moc_a_end, Smoc* moc_b
pgs_error_handler error_out);

void
moc_disc(void* moc_in_context,long order, double theta, double phi, double radius,
moc_disc(void* moc_in_context,int order, double theta, double phi, double radius,
pgs_error_handler error_out);

#ifdef __cplusplus
Expand Down
6 changes: 3 additions & 3 deletionsprocess_moc.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -925,17 +925,17 @@ moc_intersection(void* moc_in_context, Smoc* moc_a, int32 moc_a_end, Smoc* moc_b
}

void
moc_disc(void* moc_in_context,long order, double theta, double phi, double radius,
moc_disc(void* moc_in_context,int order, double theta, double phi, double radius,
pgs_error_handler error_out)
{
moc_input* p = static_cast<moc_input*>(moc_in_context);
moc_input & m = *p;
PGS_TRY
rangeset<int64> pixset;
Healpix_Base2 hp(order, NEST);
pointingp(theta, phi);
pointingcenter(theta, phi);

hp.query_disc(p, radius, pixset);
hp.query_disc(center, radius, pixset);

for (tsize j = 0; j < pixset.nranges(); j++)
{
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp