Event
- class pyLIMA.event.Event(ra=266.416792, dec=-29.007806)
This class contains all information relative to a microlensing event, including position in the sky, telescopes that observed etc…
- kind
- Type:
str, the type of event (i.e. Microlensing)
- name
- Type:
str, the event name
- ra
- Type:
float, the right ascension in degree
- dec
- Type:
float, the declination in degree
- North
- Type:
array, the North vector projected in the plane of sky
- East
- Type:
array, the East vector projected in the plane of sky
- telescopes
- Type:
list, a list of telescope object
- survey
- Type:
str, the survey associated to the event, to align plot to
- North_East_vectors()
Compute the North,East vectors in the sky
- check_event()
Check some basics informations.
- compute_parallax_all_telescopes(parallax_model)
Launch the parallax computation for all telescopes
- Parameters:
parallax_model (list, [str,float] the parallax model)
- find_survey(choice=None)
Find the survey telescope and place it first in the telescopes list
- Parameters:
choice (str, the survey name)
- telescopes_names()
Print the telescopes names
- total_number_of_data_points()
Return the total number of photometric observations
- Returns:
n_data
- Return type:
float, the total number of data points