vterron / lemon

Differential photometry for humans (and astronomers)
64 stars 21 forks source link

Export LEMON database using the command line #74

Closed sameeresque closed 8 years ago

sameeresque commented 8 years ago

Hi, Is it possible to export the data from command line instead of through the GUI mode ( lemon juicer *.lemondb)

vterron commented 8 years ago

That functionality is not yet built into LEMON, although we intend to add it in the future. In the meantime you can use this script that does exactly that, and which we wrote because some workmates needed the same thing. It exports the light curves (as SVG files) of all the astronomical objects, in all the photometric filters, to an output directory.

sameeresque commented 8 years ago

Thanks very much

sameeresque commented 8 years ago

could you also add jd,instrumental mag,instrumental snr ?

sameeresque commented 8 years ago

done!

vterron commented 8 years ago

Sorry for the late reply, but the development of the pipeline is on hiatus and I currently can't devote any time to add new functionality. Could you make your version of the script public in a Gist, for example, in case it may be useful for other people in the same situation as you?

sameeresque commented 8 years ago

Hi, was out of station, I will make it available on gist.

sameeresque commented 8 years ago

https://gist.github.com/sameeresque/999a2eb76b42c8c412bc

vterron commented 8 years ago

Thanks a lot.