You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
Hi!
I'm currently playing with WarpScript for a fun side-project: finding exoplanets. Most astronomers and astrophysics guys are using periodogram to search for periodicity with functions like "Lomb-Scargle Periodogram". As you can see here in this python notebook, it provides nice and easy analysis to find the period. I tried achieving the same results using FFT but it was difficult to interpret the result.
Could it be a nice addition to WarpScript? What do you think?
Mathias Herberts
unread,
Dec 12, 2017, 4:56:11 AM12/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
Given the narrow field of application such a function probably does not belong to the core language, but you can provide an AstroWarpScriptExtension which would include this and other algorithms useful for astronomy and astrophysics.
Pierre Zemb
unread,
Dec 12, 2017, 4:17:21 PM12/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
Thanks Mathias for your reply, I will write some AstroWarpScriptExtension to do the job!