dwkim78 / ASTRiDE

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

Add additional data to individual streaks such as thickness, extreme … #27

Closed michaelbaisch closed 6 months ago

michaelbaisch commented 6 months ago

…points, and length:

23

dwkim78 commented 6 months ago

The function 'connected_edge' does not have "radian2angle" variable in the scope, and it returns error: https://github.com/dwkim78/ASTRiDE/pull/27/files#r1604213231

Please fix the issue and commit again. Or let me know if I miss something.

P.S. I used single quotation mark for string rather than double in the ASTRiDE code. If you don't mind, could you change them (for the code consistency)?

D.-W.

michaelbaisch commented 6 months ago

Sorry, I didn't notice the missing radian2angle definition earlier. I set connectivity_angle to zero because I was getting false positive connections.

Regarding the double quotations, I used the Black formatter with the default settings, which uses double quotes.