David Rankin

Results 9 comments of David Rankin

This is how I'm calling the image capture: function saveJPG(){ var pngcapturer = new CCapture( { format: 'png' } ); pngcapturer.start(); pngcapturer.stop(); pngcapturer.save(); }

I was never able to get this to work.

Same issue, tried many different configurations and never able to get a valid archive.

I get the same error. If you specify a path it will still save the ephemeris out.

Doesn't look like there is any native support for converting 4:39:54.3 into a decimal day format like 194378? I'd have to code the conversion manually either way right?

Setting over_voltage to 6 in the config fixed this for me. It would crash every time I hit record.

Yeah, sorry. I am working on ubuntu. Just find a way to get those installed I guess lol. Enjoy

Still getting this issue. Latest release.

> [@DaveStrickland](https://github.com/DaveStrickland) the easiest thing to do might be > > from astropy import log > log.setLevel('ERROR') > from astroquery.astrometry_net import AstrometryNet > Typo here, should be `from astroquery import...