Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gwastro
/
pycbc
Public
Notifications
You must be signed in to change notification settings
Fork
385
Star
387
Code
Issues
177
Pull requests
67
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Generalize SSB<->LISA coordinate transforms to arbitrary constellations (Taiji/TianQin), add numeric/real orbit support
- #5394
#5394
Open
WuShichao
wants to merge 26 commits into
gwastro:master
gwastro/pycbc:master
from
WuShichao:feature/orbit-coordinate-generalization
WuShichao/pycbc:feature/orbit-coordinate-generalization
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
Generalize SSB<->LISA coordinate transforms to arbitrary constellations (Taiji/TianQin), add numeric/real orbit support
#5394
WuShichao
wants to merge 26 commits into
gwastro:master
gwastro/pycbc:master
from
WuShichao:feature/orbit-coordinate-generalization
WuShichao/pycbc:feature/orbit-coordinate-generalization
Copy head branch name to clipboard
Commits
Commits on Jul 28, 2026
Add orbit-provider-agnostic constellation frame/time transforms
Show description for 8b50468
WuShichao
committed
8b50468
View commit details
Copy full SHA for 8b50468
Browse repository at this point
Add Taiji/TianQin analytic orbit test fixtures
Show description for 964003c
WuShichao
committed
964003c
View commit details
Copy full SHA for 964003c
Browse repository at this point
Generalize ssb_to_lisa/lisa_to_ssb/t_lisa_from_ssb/t_ssb_from_t_lisa
Show description for c90a4f4
WuShichao
committed
c90a4f4
View commit details
Copy full SHA for c90a4f4
Browse repository at this point
Commits on Jul 29, 2026
Pass orbit/sc through lisa_to_geo/geo_to_lisa
Show description for 3e596a5
WuShichao
committed
3e596a5
View commit details
Copy full SHA for 3e596a5
Browse repository at this point
Document that 'lisa' in generalized function/param names is generic
Show description for fb10a7f
WuShichao
committed
fb10a7f
View commit details
Copy full SHA for fb10a7f
Browse repository at this point
transforms: fix SSBToLISA/GEOToLISA/SSBToGEO clobbering custom
Show description for eb79f77
WuShichao
committed
eb79f77
View commit details
Copy full SHA for eb79f77
Browse repository at this point
space_orbit: add NumericOrbits.from_file for loading orbit files
Show description for c468252
WuShichao
committed
c468252
View commit details
Copy full SHA for c468252
Browse repository at this point
Commits on Jul 31, 2026
space_orbit: add link_vector for single-link response inputs
Show description for e094129
WuShichao
committed
e094129
View commit details
Copy full SHA for e094129
Browse repository at this point
Add TestLisaOrbit for symmetry with TestTaijiOrbit/TestTianQinOrbit
Show description for fe86b2a
WuShichao
committed
fe86b2a
View commit details
Copy full SHA for fe86b2a
Browse repository at this point
Fix TestLisaOrbit's Earth-lag check: compare against real Earth, not
Show description for 0e70f33
WuShichao
committed
0e70f33
View commit details
Copy full SHA for 0e70f33
Browse repository at this point
Anchor Taiji/TianQin fixture phase to real Earth's epoch, validate
Show description for e74fd5c
WuShichao
committed
e74fd5c
View commit details
Copy full SHA for e74fd5c
Browse repository at this point
Add production TaijiAnalyticOrbit/TianQinAnalyticOrbit orbit providers
Show description for da0b07c
WuShichao
committed
da0b07c
View commit details
Copy full SHA for da0b07c
Browse repository at this point
Add production LisaAnalyticOrbit, matching TaijiAnalyticOrbit/
Show description for b75811c
WuShichao
committed
b75811c
View commit details
Copy full SHA for b75811c
Browse repository at this point
Add optional test validating space_orbit against real ESA OEM orbit files
Show description for 4ddc6ba
WuShichao
committed
4ddc6ba
View commit details
Copy full SHA for 4ddc6ba
Browse repository at this point
Add ICRSOrbitAdapter to make ICRS-frame orbit sources drop-in providers
Show description for 716c851
WuShichao
committed
716c851
View commit details
Copy full SHA for 716c851
Browse repository at this point
Test space.ssb_to_lisa/lisa_to_ssb round trip against real ESA orbit data
Show description for cda0e90
WuShichao
committed
cda0e90
View commit details
Copy full SHA for cda0e90
Browse repository at this point
CI: install lisaorbits on Python >= 3.12 legs for optional orbit tests
Show description for 8bbb2c9
WuShichao
committed
8bbb2c9
View commit details
Copy full SHA for 8bbb2c9
Browse repository at this point
Add compute_velocity/compute_acceleration everywhere in space_orbit
Show description for 55957cc
WuShichao
committed
55957cc
View commit details
Copy full SHA for 55957cc
Browse repository at this point
Performance: benchmark against lisaorbits and fix three real bottlenecks
Show description for 178a90c
WuShichao
committed
178a90c
View commit details
Copy full SHA for 178a90c
Browse repository at this point
Add native OEM/Triangle-Simulator orbit readers and 2nd-order Kepler orbits
Show description for 3da7a33
WuShichao
committed
3da7a33
View commit details
Copy full SHA for 3da7a33
Browse repository at this point
Add real-Earth-ephemeris guiding center option to TianQinAnalyticOrbit
Show description for 482ddfa
WuShichao
committed
482ddfa
View commit details
Copy full SHA for 482ddfa
Browse repository at this point
Commits on Aug 1, 2026
Add coordinate-system unification for lunar detectors (LGWA)
Show description for 526265e
WuShichao
committed
526265e
View commit details
Copy full SHA for 526265e
Browse repository at this point
Commits on Aug 5, 2026
Add NumericOrbits.to_file/from_lisaorbits_file
Show description for 20848d3
WuShichao
committed
20848d3
View commit details
Copy full SHA for 20848d3
Browse repository at this point
Commits on Aug 6, 2026
Fix qlty lint findings: import order, star-import noqa, mutable defaults
Show description for 25ff99d
WuShichao
committed
25ff99d
View commit details
Copy full SHA for 25ff99d
Browse repository at this point
Empty commit to re-trigger CI (previous push's workflow runs never fired)
WuShichao
committed
b14ad56
View commit details
Copy full SHA for b14ad56
Browse repository at this point
Unify TianQin's default armlength with pycbc.psd.analytical_space
Show description for 1cfa193
WuShichao
committed
1cfa193
View commit details
Copy full SHA for 1cfa193
Browse repository at this point
You can’t perform that action at this time.