Round 322

Round UUID: a964e531-bee2-4d33-880d-0af8193d255a

Prompt:

To classify an entity as either 'Fylaran' or 'Qtharri,' follow these rules strictly and in sequence. Prioritize earlier rules over later rules, unless specified otherwise.

1. **Primary Orbital Radius Rule**:
   - If mean_orbital_radius > 2.85, classify as Fylaran.
   - If mean_orbital_radius ≤ 2.85 but mean_orbital_radius > 2.65 AND mean_magnetosphere_extent > 4.4, classify as Fylaran.
   - Otherwise, classify as Qtharri.

2. **Surface Roughness Refinement**:
   - If mean_surface_roughness > 460 OR max_surface_roughness > 500, classify as Fylaran, provided that the mean_orbital_radius > 2.6 and mean_tidal_distortion > 250.
   - For all other cases, classify as Qtharri.

3. **Magnetosphere and Cloud Interaction**:
   - If mean_magnetosphere_extent > 4.6 AND magnetosphere_extent_error < 1.4, classify as Fylaran.
   - If mean_cloud_turbulence > 400 and max_cloud_turbulence > 480, default to Fylaran unless mean_tidal_distortion is < 200.

4. **Core Density and Ring Complexity Adjustment**:
   - If mean_core_density > 0.85 AND mean_ring_system_complexity > 0.9, classify as Fylaran only if all surface roughness conditions from Rule 2 are also met.
   - Otherwise, classify as Qtharri.

5. **Axial Symmetry Specialization**:
   - If mean_axial_symmetry > 450 and mean_cloud_turbulence > 250, classify as Fylaran as a priority override.
   - If mean_axial_symmetry > 500 but mean_cloud_turbulence < 200, revert to Qtharri, overriding other rules.

6. **Atmospheric and Tidal Edge Cases**:
   - For entities with mean_atmospheric_depth < 6.0 but max_tidal_distortion > 300, classify based on mean_core_density:
     - If mean_core_density > 0.8, classify as Fylaran.
     - Otherwise, classify as Qtharri.

7. **Fallback Default**:
   - If none of the rules above distinctly classify the entity, assign to Qtharri by default.

### Special Notes
- Document classifications that satisfy multiple rules for retrospective analysis. If ambiguity arises due to thresholds, use the tighter constraint (e.g., higher magnetosphere_extent or core_density values to decide).
- Adjust classifications that meet edge cases (Rule 6) only if no prior rule was conclusively met.