Skip to content

Commit

Permalink
Update URL for the BFT (#56)
Browse files Browse the repository at this point in the history
* Update G1 G2 comparison figure

* Update URL for the BFT

* Bump to 0.3.8
  • Loading branch information
JulienPeloton authored Mar 12, 2024
1 parent af5765b commit be319bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fink_spins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.3.7"
__version__ = "0.3.8"
2 changes: 1 addition & 1 deletion fink_spins/ssoft.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def extract_obliquity(sso_name, alpha0, delta0, bft_filename=None):
cols = ['sso_name', 'orbital_elements.node_longitude.value', 'orbital_elements.inclination.value']
if bft_filename is None:
print('BFT not found -- downloading...')
r = requests.get('https://ssp.imcce.fr/data/ssoBFT-latest.parquet')
r = requests.get('https://ssp.imcce.fr/data/ssoBFT-latest_Asteroid.parquet')
pdf_bft = pd.read_parquet(io.BytesIO(r.content), columns=cols)
else:
pdf_bft = pd.read_parquet(bft_filename, columns=cols)
Expand Down

0 comments on commit be319bb

Please sign in to comment.