pisces.particles.base.ParticleDataset.fields#

property ParticleDataset.fields: list[str]#

List of all fields (datasets) available in the dataset, in dot notation.

This property returns a list of all field names across all particle groups, using the format group_name.field_name. This allows direct access via indexing, e.g., ds["baryons.particle_velocity"].

Returns:

A sorted list of all field names in dot notation.

Return type:

list of str