The SKIRT project
advanced radiative transfer for astrophysics
pts.band.do.list_bands Namespace Reference

List all broadbands built into PTS. More...

Functions

"list built-in broadbands" do ((str,"band name segments for bands to be listed, comma separated") names="",(float,"smallest pivot wavelength to be listed, in micron") wmin=1e-99,(float,"largest pivot wavelength to be listed, in micron") wmax=1e99)

Detailed Description

List all broadbands built into PTS.

This script lists the names and pivot wavelengths of all built-in broadbands that satisfy all of the specified selection criteria:

  • names (string with comma-separated segments): if specified, the band name must contain at least one of these segments
  • wmin (float): if specified, the pivot wavelength must exceed this value
  • wmax (float): if specified, the pivot wavelength must be lower than this value

The bands are sorted on pivot wavelength within each band family.