Skip to content

A python utility to load and update Kepler/K2 data to Warp10

License

Notifications You must be signed in to change notification settings

PierreZ/kepler-lens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kepler-lens

A python utility to load and update Kepler/K2 data to Warp10

python main.py --help          
Usage: main.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  init
  update

python main.py init --help                        
Usage: main.py init [OPTIONS] DATASET

Options:
  --token TEXT     warp WRITE token
  --endpoint TEXT  warp endpoint
  --path TEXT      kepler download folder
  --limit TEXT     comma separated list of compagne to download.
  --help           Show this message and exit.

Example

python main.py init k2 --path /home/debian/.kepler \ 
                       --endpoint https://example.org --wtoken WRITEABCD
                       
python main.py init kepler --path /home/debian/.kepler \
                           --endpoint https://example.org --wtoken WRITEABCD --limit C1

python main.py update --rtoken READACBD \
                           --endpoint https://example.org --wtoken WRITEABCD --limit 400

About

A python utility to load and update Kepler/K2 data to Warp10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published