Skip to content

Document .reduce() returning nested data #222

@hombit

Description

@hombit

It would be nice to document recently implemented .reduce() feature to return nested frames. Ideas for the documentation example case:

  1. Split light curve to single band light curves, like {"lc.band", "lc.time", "lc.flux"} to {"lc_r.time", "lc_r.flux", "lc_g.time", "lc_r.flux"}.
  2. Produce a periodogram {"periodogram.freq", "periodogram.power"} or a structure function
  3. Replace light curve with a new one. For example filter data in a non-trivial way (e.g. sigma-clipping) or interpolate the data

Some of those could go to the LSDB docs instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions