Code review comment for lp:~alexwolf/stellarium/scripts-output

Revision history for this message
Alexander Wolf (alexwolf) wrote :

A long time the only way getting tabulated data from scripts for using outside Stellarium was using debug mode: e.g. core.debug("some text"); Now I introduce second output channel from scripts - core.output("some text");. You can use within scripts core.debug() for debugging messages and core.output() for data.

Typical case for the new feature - getting table coordinates of celestial body as function of time.

« Back to merge proposal