Skip to main content

Questions tagged [light-curve]

Questions about the time-dependence of the light intensity of a celestial object or region.

2 votes
0 answers
27 views

Using data from the Fine Guidance System (HST)

Has anyone been able to successfully use data from the Hubble Space Telescope's fine guidance system in order to create light curves? I found a bunch of older papers that reference this instrument, ...
Ritvik Sai Narayan's user avatar
16 votes
2 answers
3k views

Why does Mars have a jagged light curve?

Caption: The following chart is the predicted light curve (visual magnitude as a function of time) of Mars, according to the most recent ephemeris data. Magnitude data is sampled with a 2 days ...
Harrychink's user avatar
1 vote
0 answers
42 views

plotting light curve for x ray data

how can I plot the light curve for Chandra X-ray data? I want to extract the counts within the specified energy range from the light curve. e.g., I have to extract the counts within the energy range ...
Walker's user avatar
  • 51
4 votes
1 answer
443 views

Light curves for Chandra

I am working with Chandra data. I only have the corrected PI files for the sources. Is there a way to plot the light curve from this PI file. I wanted to extract the color magnitude ultimately.
Walker's user avatar
  • 51
0 votes
1 answer
50 views

Resource suggestions?

If I want to research binary stars (to find out about their properties from their light curves) and I need to know how to interpret light curves for the same, what would be a good resource to refer to?...
Golden_Hawk's user avatar
0 votes
0 answers
42 views

Looking for feedback for my python GUI: visualise exoplanet transit and simulate atmospheric temperature

This isn't necessarily an astronomy question (although there may be plenty of astronomy errors in my GUI), and I apologise in advance if this kind of thing is not allowed here and the question is to ...
Marco Leonardi's user avatar
4 votes
2 answers
417 views

On the "periodic" lightcurves of Active Galactic Nuclei

So apparently they are all lightcurves of (likely candidates) Active Galactic Nuclei and in some way or the other they all appear to be periodic: I'd like to know the reason for this and the ...
Ambica Govind's user avatar
9 votes
1 answer
1k views

Why did it take so long for SN1987A to reach peak brightness?

The light from SN1987A first reached us on February 23, 1987, and its brightness peaked in mid May, almost 3 months later. However, every source that I can find states that it normally only takes a ...
blademan9999's user avatar
1 vote
0 answers
33 views

Differentiating supernova types with light curves

as an introductory activity for my work on transients, I am studying the light curves of different supernovae. It appears that Type-I supernovae have a more pronounced maximum than Type-II supernovae. ...
Ambica Govind's user avatar
4 votes
1 answer
538 views

Has the new type II supernova SN 2023ixf's subtype been determined yet, and is a tentative light curve possible? Is it still getting brighter?

Wikipedia's article on SN 2023ixf begins: SN 2023ixf is a type II (core collapse) supernova located in the Pinwheel Galaxy (M101). It was first observed on May 19, 2023 by Koichi Itagaki and ...
uhoh's user avatar
  • 30.7k
2 votes
0 answers
67 views

Finding the uncertainty in period for String-Length Minimization calculation

I wrote a Python script that calculates the period of an unevenly sampled data set using the String-Length Minimization method. You can read about that method here: A period-finding method for sparse ...
Zachary Kennedy's user avatar
2 votes
0 answers
35 views

Which value of the apparent magnitude do I use from a Supernova light curve

I am trying to get the distance modulus from a light curve of a supernova and obviously the apparent magnitude changes with time. Not only that but there are so many filters with different mags. So my ...
Abdullah's user avatar
3 votes
1 answer
100 views

How to obtain luminosity distance from a light curve

I have some light curve data of a SN Ia from which I want to find the luminosity distance $D_L$. How can I do it mathematically? I'll then try to implement the answer using Python.
Abdullah's user avatar
4 votes
0 answers
107 views

What could successive double dips in the light-curve mean?

I was going through some analysis of the TESS light-curve data and I stumbled upon an interesting example (see below figures, where the blue line is simply a moving average), where the light-curve ...
Tom's user avatar
  • 141
2 votes
1 answer
377 views

How does one actually fold a light curve?

I'm studying the variable stars (periodic variables with brightness changes repeating over time), and to examine the shape of the light curve it is useful to fold the data points at this period and ...
Saturn.'s user avatar
  • 49
2 votes
2 answers
90 views

What determines how accurate a particular method is at finding the period between Lomb-Scargle and String Length Minimization?

I've been using the Lomb-Scargle and String Length Minimization methods to find the periods of various astronomical objects with unevenly spaced data. I wanted to see if I could find any patterns ...
Zachary Kennedy's user avatar
4 votes
1 answer
385 views

How do I get temperature and diameter from a light curve?

I recently learned that short-period pulsating stars vary in diameter and temperature when they pulsate. If I have a light curve for such an object, is it possible to calculate its diameter and ...
Zachary Kennedy's user avatar
2 votes
1 answer
57 views

What does a fitted curve for the period of a variable star, tell me about the star?

If I have enough data of a variable star to make a light curve for it's whole period, and If I fit a function to that light curve, can that fitted function tell me anything about the properties of ...
Zachary Kennedy's user avatar
3 votes
2 answers
275 views

Fourier analysis of exoplanet transit to determine the number of planets in the system

Although I think that this can be done by simply looking at the transit graph, I was wondering if a Fourier transform of a transit (basically transforming transit depth/amplitude vs time graph to ...
Mercan's user avatar
  • 31
1 vote
0 answers
120 views

easy curve modeling package for transits that fits the data not just the parameters?

Does anyone have any recommendations for easy-to-use exoplanet transit light curve model fitting packages like batman, but that fits the data, not just the model parameters? Thank you so much. I need ...
strange_octopi's user avatar
10 votes
1 answer
523 views

Gravitational mirroring: Can we theoretically see the Milky Way using a telescope?

As I am watching the beautiful deep field picture of the James Webb Space Telescope. I noticed the gravitational lensing. So I asked myself whether it is possible somehow a successive cluster of ...
user50618's user avatar
  • 263
3 votes
1 answer
251 views

creating asteroid light curves and analysing them

I came across the video Tutorial: Creating a Lightcurve of a Minor Planet linked below by Tycho Tracker, which itself is a software to build an asteroid light curve from raw images and analyse it to ...
mysterium's user avatar
  • 811
2 votes
1 answer
2k views

How do I phase fold the light curve for a variable star?

I have some observational data for a star where I've done aperture photometry to get a partial period. I understand that you need to use other techniques to estimate a period for stars whose period is ...
Zachary Kennedy's user avatar
5 votes
1 answer
140 views

How do you tell if a variable star is periodic or not by its light curve?

I have light curves for a particular star. I'm able to construct a periodogram of the stars' light curve, a plot of the power of the light curve vs. the signal's period. For a nonperiodic but ...
tgs123's user avatar
  • 65
1 vote
0 answers
149 views

Simulating Light Curve with the Timmer & Koenig method in Python

How to simulate the light curve using the Timmer & Koenig method in python with error bars in each counts generated by that method. I have used astro ML but I doesn't show the error in the counts. ...
unicorn's user avatar
  • 21
5 votes
1 answer
132 views

Sudden spikes on the light curve of a Quasar from K2 mission

I obtained the optical light curve of 3C 273 QSO from the MAST repository off the K2 mission and plotted it by making the FITS into a CSV file through Pandas dataframe and plotting the obtained ...
mnuizhre's user avatar
  • 165
2 votes
1 answer
59 views

Obtaining the Flux-Time plot for a Quasar

As a follow up question to Obtaining the Light curve of a a Quasar, I wish to know how to obtain a Light curve for a quasar observation like this data set over here. Is there an archival repository ...
mnuizhre's user avatar
  • 165
3 votes
1 answer
91 views

Obtaining the Light curve of a a Quasar

So, I am relatively comfortable with handling $\textit{FITS}$ files and hence I choose Python for the following operation. The thing is that I need to analyse some Quasar light curves and hence I went ...
mnuizhre's user avatar
  • 165
0 votes
1 answer
247 views

How to find luminosity from a light curve? [closed]

I am currently trying to find the luminosity from the light curve. I have the data about the distance, counts/sec and the energy range in which it is measured for an object. What equation can be used ...
karthik gananath's user avatar
1 vote
0 answers
46 views

Procedure to construct a spectral energy distribution and bolometric light curve of supernovae?

Can anyone check the logic of this proposed workflow and/or point me in the direction of a guide and example to check my work? Proposed procedure to construct a spectral energy distribution and ...
ames's user avatar
  • 11
2 votes
1 answer
789 views

Binning a Phase Folded Lightcurve

How do I bin a messy phase folded lightcurve? This is one of the phase folded generated plots for a variable star. I plotted the phase using the period extracted by Lomb-Scargle Periodogram algorithm. ...
Abhinna Sundar's user avatar
4 votes
1 answer
73 views

How much time do I have left to easily spot the recently brightened Recurrent Nova RS Ophiuchi with binoculars and mild light pollution?

Excellent answers to Binocular-friendly star map to find the Recurrent Nova RS Ophiuchi? provide some helpful maps for circa 8° FOV binoculars, but due to spatial and potential meteorological ...
uhoh's user avatar
  • 30.7k
3 votes
2 answers
97 views

Calibrating raw photometric measurements

So I have a photometry data sourced from Solar Mass Ejection Imager's (SMEI) server as an ‘add-on data’ for my point source of interest (a variable star) with a 104 minute cadence. However, it’s not ...
CGHA's user avatar
  • 105
2 votes
0 answers
109 views

Should I fit a function to this lightcurve?

I am creating a light curve for the duration of a binary system in order to find out the duration of the eclipse. I am unsure as to whether to fit a function to the data (is it appropriate) as by ...
Owen Johnson's user avatar
5 votes
2 answers
1k views

Confused about rubber sheet analogy!

How to resolve confusions on the rubber sheet analogy of the spacetime curvatures? I am a newbie to spacetime curvature. I have watched several youtube videos on Einsteins GR and spacetime curvature ...
Sazzad Hissain Khan's user avatar
1 vote
0 answers
90 views

Using lightkurve to identify a planet

I have gotten LightKurve to work and plot a lightcurve to allow for the identification of possible transits. However is there a way I can get it to run and tell me if there is a possible transit in ...
JuhBuh's user avatar
  • 11
1 vote
2 answers
2k views

Calculate mass of exoplanet from transit method

Is there any way to calculate (or at least estimate) mass of an exoplanet from transit method? I know that mass can be calculated with radial velocity method, however I would like to create program ...
Michal's user avatar
  • 323
1 vote
0 answers
139 views

Binned of phase-folded light curve

How I can bin a magnitude phase-folded lightcurve? I take mean values magnitudes and it's uncertainties but this is wrong.
brahetycho 's user avatar
2 votes
1 answer
306 views

How to recognize exoplanet transit

I am using Python package lightkurve for exoplanets searching by the transit method. When I download light curve of some star and apply periodogram, I find frequency and power of periodic components ...
Michal's user avatar
  • 323
2 votes
1 answer
185 views

Converting Light curve to Luminosity

So I'm currently working around a specific variable star, α Ori and I want to determine it's luminosity...I do only have the light curve (driven from V-optical photometric band - Johnson V from AAVSO)....
CGHA's user avatar
  • 105
1 vote
2 answers
182 views

How can I estimate the initial luminosity of a SNIa given initial mass of Ni-56?

The initial portion (and peak) of a SNIa's light curve is powered by the $\beta$-decay reaction: $$ ^{56}Ni \rightarrow ^{56}Co + e^+ + \nu_e + \gamma $$ Supposing we know how much Ni-56 is created in ...
notadoctor's user avatar
1 vote
2 answers
78 views

How Can I interpret this particular light curve without reading data on the side

There is only one dip in flux recorded. How can I interpret this particular light curve and find planetary radius https://exo.mast.stsci.edu/exomast_planet.html?planet=55Cnce
Physics Geek's user avatar
1 vote
1 answer
1k views

Calculate depth and duration of exoplanet's transit using Python, astropy or lightkurve

I am creating a program for the analysis of exoplanets in Python using Astropy and Lightkurve libraries. I have light curve of specified star and I would like to calculate depth and duration of planet ...
Michal's user avatar
  • 323
6 votes
2 answers
1k views

Get orbital period of exoplanet from light curve using astropy.timeseries

I am using astropy and I would like to calculate orbital period of an exoplanet by its star's light curve. I follow tutorial in astropy docs and I use data from Kepler in Nasa Exoplanet Archive. ...
Michal's user avatar
  • 323
2 votes
0 answers
86 views

How to model blazar light curves

I have SED data spanning over a couple of days and I'm able to find the parameters of the SED (R, B, break energy,...) using least squares method. My question is how to model light curves (with t_acc, ...
Andrija Župić's user avatar
3 votes
1 answer
167 views

Pair together light curve and radial velocity data of specified star

I would like to create a web application that works with light curves and radial velocities of stars with exoplanets. I found a NASA bulk data download with both light curves and radial velocities (it'...
Michal's user avatar
  • 323
1 vote
1 answer
84 views

Where can I download processed data of the Kepler telescope?

I search for lightcurve Kepler data: time $t_i$, flux $F_i$ and measurement uncertainties $\sigma_i$ I need processed data (after removing trends, normalized, etc.). Where can I find it?
Carlos Vázquez Monzón's user avatar
2 votes
0 answers
57 views

A basic question about light curves

I'm new here, so if I've done anything wrong, please let me know. I've been taking a look at some photometry data collected from TESS, and I encountered this light curve: (please ignore the blue and ...
will's user avatar
  • 21
2 votes
1 answer
107 views

What are these data in light curve generator

I'm generating light curves for some variable stars on the AAVSO website (see https://www.aavso.org/lcg ) . I can choose what type of data must be plotted. Can you explain what they are? Thank you in ...
Francesco Sollazzi's user avatar
1 vote
1 answer
132 views

Could Tabby's star be beamed by a neutron star's jet causing irregular star spots?

There have been some other questions here about what might cause the light curve dips of star KIC 8462852 as observed by Kepler Space Telescope. Here's one I haven't heard before: Could it be that a ...
LocalFluff's user avatar
  • 11.4k

15 30 50 per page