Round UUID: 06c58844-62dc-4e59-8960-53fc596cddc5
Prompt:
Task: Decide whether the given celestial body belongs to the Fylaran class or the Qtharri class. Apply the following deterministic rules IN THE GIVEN ORDER. As soon as a rule triggers, output the corresponding label and stop checking further rules. 1. If mean_cloud_turbulence ≤ 20 → Fylaran 2. Else if mean_surface_roughness ≥ 400 AND mean_impact_crater_count < 0.980 → Fylaran 3. Else if mean_impact_crater_count ≥ 0.970 → Qtharri 4. Else if mean_ring_system_complexity ≥ 0.935 → Qtharri 5. Else if mean_core_density ≥ 0.910 → Qtharri 6. Else if mean_impact_crater_count ≥ 0.940 AND mean_ring_system_complexity ≥ 0.920 → Qtharri 7. Else → Fylaran Output exactly one word, either "Fylaran" or "Qtharri" (capitalisation exactly as shown).