Releases: pbrus/variability-analyser
Releases · pbrus/variability-analyser
1.1.0
Added
- Optional argument
--lightcurve filenametodetrend.pyscript applying a trend function to a given filename - Optional argument
--sigma sigtodetrend.pyscript which is the standard deviations to filter input data before trend fitting - Optional argument
--lightcurve filenametotrim.pyscript removing the same points for a given filename as for the input file
Changed
- Algorithm to detrend data:
- Replace Interpolated Univariate Spline with Akima 1DInterpolator which is more flattened between seasons
- Compute position of nodes using mean values in equal sections instead of usage of KMeans algorithm
- Update
varanapackage to version1.1.0 - Documentation
Fixed
- Mechanism updating the original data when detrending and trimming is performed on residuals
1.0.0
Added
- Mechanism checking whether a new found frequency can cause that the model does not converge
- Parameters to
var.config:LC_NODES_NUMBERFT_STEPFREQ_LINCOMB_MIN_COEFFFREQ_LINCOMB_MAX_COEFFFREQ_LINCOMB_MAX_HARM
- Mechanism to remember the last number of nodes used to detrend the data/residuals
Dockerfileto run tests locally
Changed
- Algorithm to compute a linear combination of frequencies ❗
- Update
varanapackage to version1.0.0:- Break compatibility with Python 3.5 ❗
- Migrate to Python >= 3.6
- Update the algorithm to compute a linear combination of frequencies by
freq_comb.py - Add
max_harmparameter tofreq_comb.pyandfit.pyscripts - Remove
filterwarningsignoring the fact that the model can not converge to the data - Increase float precision of residuals and after trimming the data from
.4fto.7f - Refactor code: add type hints, reformat code using Black
- Change default values in scripts
- Installation script:
- Root privileges only needed to install the
varanapackage - Store a reference to variability-analyser in
.bash_profileinstead.bashrc
- Root privileges only needed to install the
- Documentation
Fixed
- Restart (not overwrite) the residuals file each time when the number of nodes is updated interactively
Removed
- Parameters from
var.config:FT_STEP_FACTORFREQ_LINCOMB_FACTOR