Logo
1.0rc3
  • Installation
  • Configuration
  • Units handling
  • Tutorials & examples
  • API Reference
    • Stellar spectra library
    • SSP models
    • SFH analysis
    • Spectra manipulation
    • Other tools
      • milespy.filter
        • milespy.filter.get
        • milespy.filter.plot
        • milespy.filter.search
        • milespy.filter.Filter
      • milespy.magnitudes
  • Contributing
  • Relevant publications
MILESpy
  • MILESpy API reference documentation
  • milespy.filter
  • milespy.filter.search
  • View page source

milespy.filter.search

milespy.filter.search(name)

Searches for a filter in database.

Notes

Search is case insensitive The filter seach does not have to be precise. Substrings within filter names are ok. It uses the python package ‘re’ for regular expressions matching

Parameters:

name – The search string to match filter names

Returns:

List of filter names available matching the search string

Return type:

list[str]

Previous Next

© Copyright 2024, Isaac Alonso Asensio.

Built with Sphinx using a theme provided by Read the Docs.