BSPs from JPL can now be downloaded independently #1100
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
O pipeline de predição foi alterado para utilizar o BSP JPL previamente baixados.
Para Testar é necessário:
Antes de rodar o pipeline é necessário fazer o Download dos BSPs.
Com o container da predição ligado execute o comando
python src/download_bsp_jpl.py:
Os parametros são:Após a execução do comando o diretório data/asteroids vai ter uma subpasta para cada asteroid e dentro dela 3 arquivos o .bsp, apmag_and_uncertainties.json e um bsp_jpl_info.json com os dados do BSP como periodo, tamanho e data de download (este arquivo vai ser usado pelo pipeline também).
Após o Download basta criar um job de predição para o mesmo grupo de asteroids e utilizar um periodo que esteja dentro do start e end do BSP.