I found a software of Cosinor: a program to calculate circadian period (plus mean, amplitude and acrophase) by the cosinor method. Could anyone advise on how best to operate or recommend other sofware?
In my experience it is simplest to perform cosinor analysis in R. I has packages called "season" and "cosinor" both of which can easily be installed. You dataset should have a numerical response variable and a vector for time, which are the only two quantities you need for perform this analysis.
For an analysis of a rhythm (annual or daily) the first step is to demonstrate that this rhythm exists and is stable. It is not the topic of cosinor method. The anova with repeated data is classicaly used. You have to compare the level observed for example during night or during light phase during more than 2 days. After, you can use cosinor method. A non-linear regression on y=a+b sin(wt+f) can be also use to study this rhythm it more interesting for a lot of point but it is more difficult to use.