Skip to content

Releases: XinyueSheng2019/NEEDLE

v1.1.0

30 Jul 15:40
Compare
Choose a tag to compare

NEEDLE-mixed version has been published!

Main new functions:

  1. Combine g and r band information as metadata. We check the correlation among features and create new features and remove highly correlated ones. Extreme Gradient Boosting algorithm’s feature information gain ranking is applied to the Weighted Feature Layer before fully-connected layers (DNN), in order to give more weights to important features. In this way, the purity of TDE has been rising from 21% to 32%. SLSN rises from 20% to 24%.

  2. Record first prediction MJD to the annotation key ‘explanation’ if the object is predicted as SLSN or TDE, if this object has been alerted multiple times, always give the first MJD that predicts as an outlier on the annotation page.

  3. For each object, each time prediction, the results are stored in a JSON file.

  4. For each object, with and without a host, we use needle-mix and needle-r two versions of models (averaged by 5 models for each version) to give predictions, and weight the results by 6 (mixed) :4 (r). The reason is needle-r has better completeness of SLSN compared with needle-mix, but we could change it later.

  5. Apply the discovery date in the forced-photometry if the information is given.

Update functions and add objects with good reference images

26 May 16:56
Compare
Choose a tag to compare

This update includes:

  1. Add objects with multiple reference images in their r bands. Previously, the code would skip the object if one bad-quality reference image was recognized. This version fixed this bug.
  • NEEDLE-TH: 5154 - > add ref check -> 5206 (52 normal SNe added)
  • NEEDLE-T: 5430 -> add ref check -> 5486 (56 normal SNe added)
  1. Add a new version of metadata preprocessing: consider the data normalization over samples and standardization over each sample, resulting in 30 features for DNN to learn. It is an optional parameter that can be filled in 'preprocessing.py' file.
  2. Modify the README.md, and add the detailed instruction.
  3. Update the quality model to be consistent with the preprocessing methods in use.

Initial Release Version

19 May 15:10
Compare
Choose a tag to compare

The initial version of NEEDLE, published in 19 May 2024. Updated will be seen before the end of May.