dwkim78 / ASTRiDE

AUTOMATED STREAK DETECTION FOR ASTRONOMICAL IMAGES
MIT License
49 stars 23 forks source link

Initial and final point of the streak #13

Closed fedeaero closed 4 years ago

fedeaero commented 4 years ago

Hi,

I didn't understand how I can obtain the coordinates of the initial point and final point of the streak from the .txt file. Moreover, once the values are in the .txt file, how can I recover them in python?

Thank you very much.

dwkim78 commented 4 years ago

Hi,

You can access all the information ASTRIDE provides using the Streak instance. Please check the document: https://github.com/dwkim78/ASTRiDE#accessible-information-inside-the-streak-instance

Cheers,