grd349 / PBjam

A repo for our peak baggin code and tips on jam
MIT License
17 stars 6 forks source link

Must be able to specify lightkurve download cache #160

Closed nielsenmb closed 5 years ago

nielsenmb commented 5 years ago

Default is ~/.lightkurve_cache

When running on machines with small amounts of disk space (or Bluebear), the cache gets filled up very rapidly.

Being allowed to pass download_dir to jar.query_mast should fix this.

nielsenmb commented 5 years ago

On the FillOutPriorYu branch this has been fixed by adding download_dir as an optional argument to the session call.