Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
GROWTH Marshal Scanning Schedule | ||||||||
Line: 220 to 220 | ||||||||
Changed: | ||||||||
< < | GROWTH Marshal Nuclear Transients Filter (Version updated on Apr 25, 2018) | |||||||
> > | GROWTH Marshal Nuclear Transients Filter (Version updated on Jun 29, 2018) | |||||||
| ||||||||
Line: 233 to 233 | ||||||||
mover = True; brightstar = False; positiveflux = False; | ||||||||
Added: | ||||||||
> > | host_in_ps1 = False; | |||||||
hasref = False; near_bright_star = False; | ||||||||
Added: | ||||||||
> > | out_of_plane = False; bright = False; | |||||||
adjacent_det = False; | ||||||||
Added: | ||||||||
> > | crowded = True; | |||||||
color = 99.0; prevCandidates = observation["prv_candidates"]; b_now = observation["candidate"]["fid"]; | ||||||||
Line: 243 to 247 | ||||||||
t_now = observation["candidate"]["jd"]; t_this = -1; offset = observation["candidate"]["distnr"]; | ||||||||
Added: | ||||||||
> > | ps1offset = observation["candidate"]["distpsnr1"]; numofsources = observation["candidate"]["nmtchps"]; gal_lat = observation["candidate"]["gal_lat"]; | |||||||
host_mag = observation["candidate"]["magnr"]; m_now = observation["candidate"]["magpsf"]; m_this = -1; | ||||||||
Line: 260 to 267 | ||||||||
extended_host = True; } | ||||||||
Added: | ||||||||
> > | if (gal_lat > 6){ out_of_plane = True; } if (numofsources < 40){ crowded = False; } if (ps1offset < 1.0){ host_in_ps1 = True; } | |||||||
if (rbscore and rbscore > 0.2) { real = True; } | ||||||||
Changed: | ||||||||
< < | if (offset < 0.8) { | |||||||
> > | if (offset < 0.5) { | |||||||
nuclear = True; } | ||||||||
Line: 294 to 313 | ||||||||
dt = t_now - candidate["jd"]; | ||||||||
Added: | ||||||||
> > | if (candidate["magpsf"] <=20){ bright = True; } | |||||||
if (mover == True and dt > 0.02 and candidate["magpsf"] < 99) { mover = False; } | ||||||||
Line: 365 to 388 | ||||||||
annotate "adjacent_det" adjacent_det; | ||||||||
Changed: | ||||||||
< < | TDE_cand = positiveflux and hasref and real and nuclear and extended_host and not brightStar and not mover and not near_bright_star; | |||||||
> > | TDE_cand = positiveflux and hasref and real and nuclear and extended_host and bright and host_in_ps1 and not brightStar and not mover and not near_bright_star and not crowded; | |||||||
filteron TDE_cand; | ||||||||
Deleted: | ||||||||
< < | ||||||||
-- SuviGezari - 17 Jan 2018 |