riogroup / SORA

MIT License
15 stars 12 forks source link

News functions added to Chord, Chordlist, extra and minor updates #60

Closed Bmorgado19 closed 3 years ago

Bmorgado19 commented 3 years ago

New functions were added:

  1. Occultation.check_decalage();
  2. Chord.get_impact_param();
  3. ChordList.get_impact_param();
  4. Chord.get_theoretical_times();
  5. ChordList.get_theoretical_times();
  6. In extra.py filter_negative_chord() and get_ellipse();
  7. In config added visuals.py with functions that added a progress bar;
  8. Added progress bar in fit_ellipse() and LightCurve.occ_lcfit();

New arguments:

  1. In fit_ellipse() added sigma_result; Issue #50
  2. In fit_ellipse() added ellipse_error;
  3. In LightCurve.occ_lcfit() added sigma_result; Issue #50
  4. Adding position angle to dictionary Occultation.chi2_param;