nsrdb.utilities.cli.get_doys

get_doys(cmd_args)[source]

Get the doy iterable from either the “doy_list” (prioritized) or “doy_range” input

Parameters:

cmd_args (dict) – Dictionary of kwargs from the nsrdb config file specifically for this command block.

Returns:

doys (list | None) – List of day-of-year integers to iterate through. None if neither doy_list nor doy_range are found.