yt.lagos.OrionStaticOutput

class yt.lagos.OrionStaticOutput(plotname, paramFilename=None, fparamFilename=None, data_style='orion_native', paranoia=False, storage_filename=None)

This class is a stripped down class that simply reads and parses filename, without looking at the Orion hierarchy.

Methods

get_smallest_appropriate_unit(v)
has_key(key) Returns true or false
keys() Returns a list of possible keys, from _units, parameters and

need to override for Orion file structure.

the paramfile is usually called “inputs” and there may be a fortran inputs file usually called “probin” plotname here will be a directory name as per BoxLib, data_style will be one of

  • Native
  • IEEE (not implemented in yt)
  • ASCII (not implemented in yt)

Methods

get_smallest_appropriate_unit(v)
has_key(key) Returns true or false
keys() Returns a list of possible keys, from _units, parameters and

Previous topic

yt.lagos.OrionHierarchy

Next topic

yt.lagos.OrionStaticOutput.get_smallest_appropriate_unit

This Page