The yt Project 3.2
  • How to get help
  • Quickstart notebooks
  • Cookbook
  • Site
      • Getting and Installing yt
        • Getting yt
        • Testing Your Installation
        • Switching between yt-2.x and yt-3.x
      • yt Quickstart
        • Introduction
        • Data Inspection
        • Simple Visualization
        • Data Objects and Time Series
        • Derived Fields and Profiles
        • Volume Rendering
      • What’s New and Different in yt 3.0?
        • Updating to yt 3.0 from Old Versions (and going back)
        • Converting Old Scripts to Work with yt 3.0
        • Cool New Things
        • API Changes
      • The Cookbook
        • Getting the Sample Data
        • Example Scripts
        • Example Notebooks
      • Visualizing Data
        • How to Make Plots
        • Plot Modifications: Overplotting Contours, Velocities, Particles, and More
        • Using the Manual Plotting Interface
        • Volume Rendering: Making 3D Photorealistic Isocontoured Images
        • Hardware Volume Rendering on NVidia Graphics cards
        • 3D Surfaces and Sketchfab
        • Mapserver - A Google-Maps-like Interface to your Data
        • Streamlines: Tracking the Trajectories of Tracers in your Data
        • Colormaps
        • Writing FITS Images
      • General Data Analysis
        • Fields in yt
        • Creating Derived Fields
        • Data Objects
        • Symbolic Units
        • Filtering your Dataset
        • Generating Processed Data
        • Time Series Analysis
        • Parallel Computation With yt
      • Topic-Specific Analysis Modules
        • Halo Analysis
        • Synthetic Observation
        • Exporting to External Radiation Transport Codes
        • Two Point Functions
        • Clump Finding
        • Particle Trajectories
        • Halo Ellipsoid Analysis
      • Loading and Examining Data
        • Loading Data
        • Loading Generic Array Data
        • Loading Generic Particle Data
        • Loading Spherical Data
        • Low-Level Data Inspection: Accessing Raw Data
      • Developing in yt
        • Getting Involved
        • How to Develop yt
        • Documentation
        • Testing
        • Debugging yt
        • Creating Data Objects
        • Creating Derived Fields
        • Creating Derived Quantities
        • Creating A New Code Frontend
        • Using yt with External Analysis Tools
      • Reference Materials
        • Code Support
        • Command-Line Usage
        • API Reference
        • Customizing yt: The Configuration and Plugin Files
        • Field List
        • ChangeLog
      • Frequently Asked Questions
        • Version & Installation
        • Code Errors and Failures
        • Units
        • Fields
        • Data Objects
        • Developing
        • Miscellaneous
      • Getting Help
        • Don’t panic and don’t give up
        • Update to the latest version
        • Search the documentation, FAQ, and mailing lists
        • Look at the source code
        • Isolate and document your problem
        • Go on IRC to ask a question
        • Ask the mailing list
        • Submit a bug report
        • Special Issues
      • About yt
        • What is yt?
        • Who is yt?
        • History of yt
        • How do I contact yt?
        • How do I cite yt?
  • Page
      • Loading and Examining Data

Loading and Examining DataΒΆ

Nominally, one should just be able to run yt.load() on a dataset and start computing; however, there may be additional notes associated with different data formats as described below. Furthermore, we provide methods for loading data from unsupported data formats in Loading Generic Array Data, Loading Generic Particle Data, and Loading Spherical Data. Lastly, if you want to examine the raw data for your particular dataset, visit Low-Level Data Inspection: Accessing Raw Data.

  • Loading Data
    • ART Data
    • ARTIO Data
    • Athena Data
    • BoxLib Data
    • Pluto Data
    • Enzo Data
    • FITS Data
    • FLASH Data
    • Gadget Data
    • Generic AMR Data
    • Generic Array Data
    • Semi-Structured Grid Data
    • Generic Particle Data
    • Halo Catalog Data
    • PyNE Data
    • RAMSES Data
    • SPH Particle Data
    • Tipsy Data
  • Loading Generic Array Data
  • Loading Generic Particle Data
  • Loading Spherical Data
  • Low-Level Data Inspection: Accessing Raw Data
    • Examining Grid Hierarchies
    • Examining Grid Data
    • Finding Data at Fixed Points
    • Examining Grid Data in a Fixed Resolution Array
    • Examining Image Data in a Fixed Resolution Array
© Copyright 2013, the yt Project. Created using Sphinx 1.3.1.