I am trying to get relevant information using the following after executing starDetector
stars.position.x, stars.position.y, stars.radius, stars.flux, stars.size, stars.bkg etc.
The .position and .radius are returning values however .flux, .size and .bkg are undefined and I get the following return:
{"position":{},"radius":5}
Question, is it possible to get the .flux, .size and .bkg values?
Thanks in anticipation