Observing

class zdm.survey_data.Observing(NORM_FRB: int = 0, NORM_REPS: int = None, NORM_SINGLES: int = None, TOBS: float = None, TFIELD: float = None, NFIELDS: int = None, MAX_DM: float = None, MAX_IDT: int = None, MAX_IW: int = None, MAXWMETH: int = 0, MAX_LOC_DMEG: int = -1, Z_FRACTION: str = None, Z_PHOTO: float = 0.0)[source]

Bases: myDataClass

Attributes Summary

MAXWMETH

MAX_DM

MAX_IDT

MAX_IW

MAX_LOC_DMEG

NFIELDS

NORM_FRB

NORM_REPS

NORM_SINGLES

TFIELD

TOBS

Z_FRACTION

Z_PHOTO

Attributes Documentation

MAXWMETH: int = 0
MAX_DM: float = None
MAX_IDT: int = None
MAX_IW: int = None
MAX_LOC_DMEG: int = -1
NFIELDS: int = None
NORM_FRB: int = 0
NORM_REPS: int = None
NORM_SINGLES: int = None
TFIELD: float = None
TOBS: float = None
Z_FRACTION: str = None
Z_PHOTO: float = 0.0
NORM_FRB: int = 0
NORM_REPS: int = None
NORM_SINGLES: int = None
TOBS: float = None
TFIELD: float = None
NFIELDS: int = None
MAX_DM: float = None
MAX_IDT: int = None
MAX_IW: int = None
MAXWMETH: int = 0
MAX_LOC_DMEG: int = -1
Z_FRACTION: str = None
Z_PHOTO: float = 0.0
__init__(NORM_FRB: int = 0, NORM_REPS: int = None, NORM_SINGLES: int = None, TOBS: float = None, TFIELD: float = None, NFIELDS: int = None, MAX_DM: float = None, MAX_IDT: int = None, MAX_IW: int = None, MAXWMETH: int = 0, MAX_LOC_DMEG: int = -1, Z_FRACTION: str = None, Z_PHOTO: float = 0.0) None