FluxMeasurement¶
- class FluxMeasurement(spw_id: int | str, I: int | float | FluxDensity, Q: int | float | FluxDensity = FluxDensity(0, FluxDensityUnits.JANSKY), U: int | float | FluxDensity = FluxDensity(0, FluxDensityUnits.JANSKY), V: int | float | FluxDensity = FluxDensity(0, FluxDensityUnits.JANSKY), spix: Decimal = Decimal('0.0'), uvmin: Decimal = Decimal('0.0'), uvmax: Decimal = Decimal('0.0'), origin: str | None = None, age: str | None = None, queried_at: str | None = None)[source]¶
Bases:
objectFluxMeasurement is a logical representation of a flux measurement.
- spw_id¶
ID of spectral window associated with flux measurement.
- I¶
Stokes I flux density as FluxDensity object.
- Q¶
Stokes Q flux density as FluxDensity object.
- U¶
Stokes U flux density as FluxDensity object.
- V¶
Stokes V flux density as FluxDensity object.
- spix¶
Spectral index of the flux measurement.
- uvmin¶
Scale (in klambda) of the measured (large scale) extent of the flux source (if greater than zero).
- uvmax¶
Scale (in klambda) where (small scale) structure has been measured within the flux source, or a limit on the resolved structure.
- origin¶
Origin of the flux measurement.
- age¶
Age of the flux measurement.
- queried_at¶
Date-timestamp when flux measurement was queried (e.g. from catalog service).
Attributes Summary
Return list of Stokes I, Q, U, and V flux densities in Jansky.
Attributes Documentation
- casa_flux_density¶
Return list of Stokes I, Q, U, and V flux densities in Jansky.