pynrc.detops.config2

pynrc.detops.config2(input, intype='int')[source]

NIRCam CONFIG2 (0x4011) Register

Return a dictionary of configuration parameters depending on the value of CONFIG2 register (4011).

Parameters
  • input (int, str) – Value of CONFIG2, nominally as an int. Binary and Hex values can also be passed as strings.

  • intype (str) – Input type (int, hex, or bin) for integer, hex, string, or binary string.