Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add QueryExt.jl * Minor fix in QueryExt.jl * Gauss initial conditions * Remove show * Change Query for DataFrames approach * Minor fix in gauss_idxs * Change to Interpolations.jl * Modify gauss_idxs * Document new functions * Change gauss_idxs for gauss_triplets * Fix gauss_triplets * Add Q_max kwarg to gaussinitcond * Minor fix * Fix documentation typo * Fix propagate_root return * Heliocentric energy * Modify gauss_triplets * Change min delta * Minor fix * Add tryls * Adaptative time delta * Minor correction * Modify gauss_triplets * Relaxation factor * Fix infinite while * Fix M_ * Change reduce from Date to TimeOfDay * Add preliminary docstrings * Try fit Gauss to full radec * Upgrade DF to fulldep * Minor fix * Equality of OrbitFit * Adaptative maxsteps * HTTP/JSON for get_radec_mpc * Fix get_radec_mpc * Fix adaptative maxsteps * Fix ra discontinuity * Softer _gaussinitcond Val(2) condition * Fix unfold and nrms * Fix Val(2) _gaussinitcond * New adaptative maxsteps * Yet another adaptative maxsteps * Avoid loading debiasing table more than once * Fix signatures * Fix more signatures * Update CatalogueMPC to new observations API * Update ObservatoryMPC to new observations API * Minor fix * Update RadecMPC to new observations API * Minor fixes * Try previous maxsteps * Fix reduce_nights * Yet another adaptative maxsteps * Fix tests * Fix obstech * Fix reduce_nights * Fix discontinuity in reduce_nights * Fix residuals computation * Try adaptative triplets * Fix tests * Add residual rejection * Remove nyears as orbitdet args * Retry residual rejection * Fix tests * Fix more tests * Add preliminary gauss tests * Fix Gauss tests * Comment out residual rejection * Outlier rejection by mean point * Minor fixes * Another minor fix * Clustering outlier rejection criteria * K-means clustering * Minor fix * Too Short Arc * issinglearc * Fixes to tooshortarc * Automatic scaling * Tiny object boundary * Minor fixes * ObservationNight * Fixes to Gauss Method * Minor fix * Update Gauss Method tests * Update Too Short Arc * Update TSA tests * Update Outlier Rejection * Update Outlier Rejection tests * Minor fix * tsanightorder & naive maxsteps * Fixes to TSA * Fix istsa * Fix boundary_projection * Add init to kmeans * Minor fixes * Polynomial fit * Heel anomaly in tsa * Minor fix * Another minor fix * unsuccessful_propagation * Try reset CI.yml to origin/main * Reset .github/ and data/ to origin/main * Reset dev/ and notebooks/ to origin/main * Reset pha/ and scripts/ to origin/main * Reset NEOs.jl/ to origin/main * Reset test/ to origin/main * Reset src/ to origin/main * Remove .DS_Store * OrbitFit -> LeastSquaresFit * Parameters -> NEOParameters * issuccessfulprop * ObservationNight -> Tracklet * Change all night refs to tracklet * Add 2014 AA test * Add 2008 TC3 test * Minor fix * Reduce fwdoffset in 2008 TC3 test * Minor fix in constants.jl * Update HORIZONS and TS * Update TaylorInterpolant * Minor fix * Add eph_su(ea) to NEOParameters * Float64 -> T in AdmissibleRegion * Minor fixes * Light-time correction * Minor fix * Incremental radec in TSA * Minor fixes * Add Newtonian model as default dynamics for preliminary orbit determination (#53) * Add newtonian dynamical model * Use Newtonian dynamical model throughout preliminary orbit determination methods * Make newtonian! default dynamical model for preliminary orbit determination --------- Co-authored-by: LuEdRaMo <[email protected]> * fetch_radec_mpc * H_max to NEOParameters * nms(::NEOSolution) * log adam * Isolate outlier_rejection * Qmax -> NEOParameters * ecef_to_geocentric(::Vector{TaylorN}}) * Require julia v1.9+ * Bump minor version * Minor fixes * Add a_max to NEOParameters * Minor fix * Another minor fix * Yet more minor fixes * Levenberg-Marquardt * Update OD tests * Minor fix * Some aesthetic fixes (#54) * Change end of line sequence * Add NEOParameters test * NEOParameters fix * Try mode change * More mode changes * More mode changes * Add remaining mode changes * Update least_squares.jl * Revert undesired changes * Update to TaylorSeries 0.17 (#58) * Update to TaylorSeries 0.17 * Formatting * Fix tests * Custom print for AdmissibleRegion * Change Gauss/TSA order in OD * jplcompare * Update Apophis script * Custom print for NEOParameters * Update .gitignore * Update some comments and docstrings * Fix initial guess in LS * Allow jd0::U in tooshortarc * Allow jdo::U in propagation * Fix first guess in LS * propagate_params(..., ::NEOParameters{T}) * Add some internal variables as kwargs in methods * Adapt diffcorr for idxs * Reduce integrations in adam * Minor fix * orbitdetermination(::Vector{RadecMPC}, ::NEOSolution,...) * Minor fix * Test 2008 TC3 sigmas(sol1) * Spelling corrections in test/orbit_determination.jl * test/extensions.jl -> test/dataframe.jl * Rename test/dataframe.jl -> test/dataframes.jl * Add commented test and TODO * Remove dep (Tables) in tests environment --------- Co-authored-by: Luis Eduardo Ramírez Montoya <[email protected]> Co-authored-by: Jorge Pérez <[email protected]> Co-authored-by: Jorge A. Pérez-Hernández <[email protected]>
- Loading branch information
da29deb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
da29deb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/103664
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: