sidgan/nasaweb

Constellation lines not being recognised

SahyadriDK opened this issue · 0 comments

From looking at the constellation figures plotted on the website, the issue might be related to the plotting code not recognising a line break. While any pair of coordinates are separated from the others using " [ " and " ] ", each line starts with " [ [ " and ends with " ] ] ". Once a line has ended, the program should move to the next line, which doesn't seem to be happening. Rather, the program might be interpreting " ] ] " as the end of a constellation.

I checked the constellation JSON files. All the lines are correct and accounted for in that file. My own plot of these lines is coming out fine, with the more complex figures like Pegasus and Hercules all checking out.