You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroLIA is an open-source program for detecting microlensing events in wide-field surveys — it’s currently adapted for single lens detection only.
7
+
MicroLIA is an open-source program for detecting microlensing events in wide-field surveys. You can use the built-in modules to simulate lightcurves with adaptive cadence (the program only provides PSPL simulations), or you can utilize your own set of lightcurves.
@@ -15,17 +15,16 @@ MicroLIA is an open-source program for detecting microlensing events in wide-fie
15
15
16
16
# Version 2
17
17
18
-
As of version 2.6.0, MicroLIA provides the following new features and improvements:
18
+
As of version 2.7.0, MicroLIA provides the following new features and improvements:
19
19
20
-
* New time-series features (74 total). To enhance the analysis, we now take the derivative of the lightcurve and re-compute the features in this derivative space, for a grand total of 148 metrics.
20
+
* New time-series features (74 total). To enhance the analysis, we now take the derivative of the lightcurve and re-compute the features in derivative space, for a total of 148 statistical metrics.
21
21
* Lightcurve features can now be calculated by taking into account the flux/mag errors, thus allowing for proper weighting of data points.
22
-
* We include a feature selection procedure so as to identify the metrics that carry useful information given the training set.
23
-
*The short-period variables are now simulated using real RR-Lyrae templates.
22
+
* We include a feature selection procedure so as to identify the metrics that carry useful information given the training set, and remove features that contain no information for the classification task.
23
+
*Short-period variables can now be simulated using real RR-Lyrae templates.
24
24
* The training set can now be generated using your own directory of lightcurves, no limit on the amount of classes.
25
-
* After a training set is generated a csv file is saved which can be directly input when creating the classifier; in addition, the training set module contains a plot function to visualize the generated lightcurves.
26
-
* The ensemble engine hyperparameters can now be optimized using Bayesian analysis.
27
-
* We added data imputation techniques to better handle undefined values in the training data.
28
-
* We include a CNN model for image classification purposes, including a data augmentation routine and an optimization procedure for identifying the proper augmentations to perform given the training set images.
25
+
* After a training set is generated, a csv file is saved which can be directly input when creating the classifier; in addition, the training set module contains a plot function to visualize the simulated lightcurves.
26
+
* The machine learning engine hyperparameters can now be optimized using Bayesian analysis.
27
+
* We added data imputation techniques to handle undefined values in the training data.
29
28
* Built-in class methods are now available to visualize the engine parameters and performance, as well as to save and load models post-processing.
0 commit comments