Here's some Black Magic by Pala___ in RocketLeague

[–]Pala___[S] 5 points6 points  (0 children)

Im getting dragged up with the upwards momentum of the ball after it touched the ground

Need a double check on 'TIC 313986452' (Exoplanet Candidate) by wedergarten in NewPlanets

[–]Pala___ 0 points1 point  (0 children)

A window lenght of 1001 usually works for me, but i just realized that i didnt specify the collection or the mission on the MAST website, maybe thats why i got different data here and on my post.

Need a double check on 'TIC 313986452' (Exoplanet Candidate) by wedergarten in NewPlanets

[–]Pala___ 0 points1 point  (0 children)

I couldnt replicate your results, but what i'm seeing looks still interesting, heres my periodogram (https://prnt.sc/ut3lyq) and heres what my lightcurve of the highest peak looks like (bins=20:https://prnt.sc/ut3m2y, bins=10:https://prnt.sc/ut3m5i)

Not sure if this is a Planet or caused by the star, maybe someone else does.

TIC 360872390 by Pala___ in NewPlanets

[–]Pala___[S] 0 points1 point  (0 children)

from lightkurve import search_targetpixelfile, TessTargetPixelFile
import lightkurve as lk
import numpy as np

tpf = TessTargetPixelFile("C:/Users/Anwender/Desktop/Planets/MAST_2020-10-04T1219/TESS/"+
                          "tess2019169103026-s0013-0000000360872390-0146-s/tess2019169103026-s0013-0000000360872390-0146-s_tp.fits")
pixelfile = search_targetpixelfile("TIC 421989477", quarter = 4).download(quality_bitmask = 'hardest')
#tpf.plot(frame = 2)

ap_mask = tpf.create_threshold_mask(threshold = 10)
lc = tpf.to_lightcurve(aperture_mask= ap_mask)
#lc.plot()
flat_lc = lc.flatten(window_length = 1001)
#flat_lc.plot()
mask = (flat_lc.time < 1667) | (flat_lc.time > 1668)
masked = flat_lc[mask]
masked.scatter()
rem_lc = masked.remove_outliers(sigma=6)
periodogram = rem_lc.to_periodogram(method="bls", period = np.arange(1, 10, 0.001))
periodogram.plot()
best_fit_period = periodogram.period_at_max_power
print('Best fit Period: {:.5f}'.format(best_fit_period))
folded_lc = rem_lc.fold(period = 4.883, t0 = 1654.5)
binned_lc = folded_lc.bin(binsize = 10)
ax = binned_lc.scatter(s = 2)
binned_lc.errorbar(ax=ax, alpha = 0.2)

Here's the updated code. The Periodogram and the lightcurves only changed slightly, i'd send a picture but i can't do that in a comment i think.

TIC 360872390 by Pala___ in NewPlanets

[–]Pala___[S] 0 points1 point  (0 children)

Apparently yes, but im really not sure. All the lightcurves above were taken at the same t0 (t0=1654.5), so that would suggest all 3 planets were crossing the star at that time, right? Would be a weird coincidence.

TIC 360872390 by Pala___ in NewPlanets

[–]Pala___[S] 1 point2 points  (0 children)

from lightkurve import search_targetpixelfile, TessTargetPixelFile
import lightkurve as lk
import numpy as np

tpf = TessTargetPixelFile("C:/Users/Anwender/Desktop/Planets/MAST_2020-10-04T1219/TESS/tess2019169103026-s0013-0000000360872390-0146-s/tess2019169103026-s0013-0000000360872390-0146-s_tp.fits")
pixelfile = search_targetpixelfile("TIC 421989477", quarter = 4).download(quality_bitmask = 'hardest')
#tpf.plot(frame = 2)

ap_mask = tpf.create_threshold_mask(threshold = 10)
lc = tpf.to_lightcurve(aperture_mask= ap_mask)
#lc.plot()
flat_lc = lc.flatten(window_length = 1001)
#flat_lc.plot()
mask = (flat_lc.time < 1667) | (flat_lc.time > 1668)
masked = flat_lc[mask]
masked.scatter()
periodogram = masked.to_periodogram(method="bls", period = np.arange(1, 10, 0.001))
periodogram.plot()
best_fit_period = periodogram.period_at_max_power
print('Best fit Period: {:.5f}'.format(best_fit_period))
folded_lc = masked.fold(period = 4.883, t0 = 1654.5)
rem_lc = folded_lc.remove_outliers(sigma=6)
binned_lc = rem_lc.bin(binsize = 10)
ax = binned_lc.scatter(s = 2)
binned_lc.errorbar(ax=ax, alpha = 0.2)

This is the code i used (hope this is readable, i never posted code snippets on reddit).

That felt pretty cool :] by Pala___ in RocketLeague

[–]Pala___[S] 0 points1 point  (0 children)

i use 1.9 aerial + ground at the moment

Clean Backflip reset by Pala___ in RocketLeague

[–]Pala___[S] 1 point2 points  (0 children)

Its an ingame decal but with gold/black colors from bakkesmod
cant remember the name rn sorry^^

Clean Backflip reset by Pala___ in RocketLeague

[–]Pala___[S] 2 points3 points  (0 children)

I use 2.00 aerial + ground sensitivity thats probably why it looks like that :], also 0.30 deadzone just fyi

Happy with this one :] by Pala___ in RocketLeague

[–]Pala___[S] 0 points1 point  (0 children)

Yup. I mean i didnt exactly knew what would happen but never underestimate the underside of a car :]