Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda
  • Example Gallery
    • Descriptive Statistics
    • Numpy date utilities
    • 4D interpolation
    • Create interpolator objects
    • 3D interpolation
    • Axis
    • Interpolation of LLC4320 ocean model
    • 2D interpolation
    • Binning
    • Unstructured grid
    • Fill NaN values
    • Orbit Interpolation
    • Time series
    • Geohash
    • Geodetic
  • API Documentation
  • Core API Documentation
Back to top
View this page

pyinterp.core.TemporalAxis.flip¶

TemporalAxis.flip(self: pyinterp.core.TemporalAxis, inplace: bool = False) → pyinterp.core.TemporalAxis¶

Reverse the order of elements in this axis.

Parameters:

inplace – If true, this instance will be modified, otherwise the modification will be made on a copy. Default to False.

Returns:

The flipped axis.

Return type:

pyinterp.core.TemporalAxis

Next
pyinterp.core.TemporalAxis.front
Previous
pyinterp.core.TemporalAxis.find_indexes
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.core.TemporalAxis.flip
    • TemporalAxis.flip()