rave-dr6

Query the RAVE DR6 TAP service for stellar parameters and generate coordinate projections.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/arm2arm/AstroAgentAssistant --skill rave-dr6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rave-dr6
Source: https://github.com/arm2arm/AstroAgentAssistant/tree/main/astronomy/rave-dr6
Command: npx skills add https://github.com/arm2arm/AstroAgentAssistant --skill rave-dr6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines access to the RAVE DR6 catalog for researchers who need stellar parameters, distances, and Gaia cross-matches, enabling quick analysis and visualization without manual TAP interactions.

Core Features & Use Cases

  • TAP-based discovery: Retrieve master tables and Gaia cross-matches from DR6.
  • Coordinate projections: Generate Galactic (l, b) and Cartesian x/y projections for visualization.
  • Data export: Save results locally (e.g., Parquet) for downstream analysis or plotting.

Quick Start

Connect to the RAVE DR6 TAP service and run a deterministic query to fetch a subset of stars for plotting and analysis.

Frequently Asked Questions about rave-dr6

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query the RAVE DR6 catalog using a TAP service in Python?

You can query the RAVE DR6 catalog by using the pyvo library's TAPService.run_sync method to retrieve stellar parameters, parallaxes, and Gaia cross-matches deterministically. The Skill automates this TAP interaction and processes the results with pandas.

Can I visualize Galactic coordinates and RA/Dec projections from RAVE survey data?

Yes, you can generate Galactic (l, b) and Cartesian x/y projections from RAVE survey data. The Skill processes the retrieved stellar parameters to produce basic plotting vectors for visualizing star positions in the galaxy.

What's the best way to retrieve the top 100 stars with positive parallax from RAVE DR6?

The best way to retrieve the top 100 stars with positive parallax is by running a deterministic TAP sync query through the Skill. It fetches the subset directly from the RAVE DR6 master tables and prepares the data for analysis.

Does the RAVE DR6 query Skill support exporting results to Parquet files?

Yes, the RAVE DR6 query Skill supports exporting results to Parquet files. After retrieving the stellar parameters and cross-matches, you can save the data locally in Parquet format for downstream analysis and plotting.

Do I need pandas and pyvo installed to run TAP queries for RAVE data?

Yes, you need both pyvo and pandas installed to run TAP queries for RAVE data. The Skill requires pyvo to handle the TAP service connection and pandas to process the retrieved stellar parameters and coordinate projections.