No problem. Keep in mind the posted integration times on the referenced datasheet in my screenshots. The sensor provides 3 knobs to handle the calculus involved in measuring how many photons are reported. It’s actually integrating how much voltage charge accumulated on the sensor over time but as a digital number, and these parameters allow you to control the sizing of this window.
- AGAIN (gain): a multiplier between x0.5 and x512, in 11 step increments (doubling each step)
- ASTEP (integration step size)
- ATIME (integration time)
Changes in any of these values will alter the reported measurements. They are there for sensitivity tuning; dealing with oversaturation in high light environments or the opposite in low light. For example, each channel I think can only report a value up to 65535 due to programming constraints. If your light was super strong or too close to the sensor, it’s possible each channel might report 65535 and be meaningless for you.
The knobs give you the ability to adjust (what I think of as) the shutter speed and exposure time of the sensor reporting. So you can make it stay open for less time (less photons/electrical charge gets reported) to make the readings become sensible/below 65535.
The formula for the integration is:
t = (ATIME + 1) x (ASTEP + 1) x 2.78 µS
What I don’t know, is if Pulse exposes those knobs to the user and what values they use, if not. (I don’t own a Pulse Pro.) The datasheet above is using an AGAIN
of 64x and an integration time of 27.8ms. If that’s not the same as what Pulse has configured, then your irradiance responsivity values will be different than documented.
I assume Pulse tested the sensor against various commonly used commercial lights in the 1000W+ ranges and above to adjust these knobs so most folks shouldn’t need to worry about them. But if you’re trying to do anything precise and are using the vendor reference values, keep in mind this may be a cause of wildly incompatible values unless you know the 3 variables.