FINDING CONJUNCTIONS #780
Replies: 1 comment 3 replies
-
There are enough objects brighter than +2 (dozens at least, I think? have you counted?) that taking every comet and running That way, all those star and planet positions only get computed once. If you needed to be really fancy, you could try concatenating all the +2 positions into a single vector, but that would be a lot of extra complexity and I'm not sure how much it would affect the runtime—maybe not enough to matter? |
Beta Was this translation helpful? Give feedback.
-
I'd like to write a script that finds conjunctions or reasonably close approaches (say <15degrees) of comets and minor planets with naked eye stars or planets (ie anything brighter than abt +2).
Would I use find_minima() and separation_from() for this?
Beta Was this translation helpful? Give feedback.
All reactions