AstrOhio

AstrOhio Astrophotography page for Jacob Rezac. I take photographs of deep space objects such as Galaxies and

And a few more for good taste.
10/01/2021

And a few more for good taste.

The images I got over the last two nights.
09/03/2021

The images I got over the last two nights.

Some recent images I’ve take . The first is Flemings Triangle in the Cygnus loop, the second is the heart of the Soul ne...
08/31/2021

Some recent images I’ve take . The first is Flemings Triangle in the Cygnus loop, the second is the heart of the Soul nebula, the third is the heart of the Heart nebula, and the fourth is the Fish Head nebula at the top of the heart nebula.

The full moon is killing me with all the light pollution but I got two good photos. The first is the most nebulae I’ve e...
08/23/2021

The full moon is killing me with all the light pollution but I got two good photos. The first is the most nebulae I’ve ever gotten in one image (lobster claw, bubble, northern lagoon, and cave nebula), and the second is the Heart nebula.

Used my star tracker and canon 7D to take a few shots of two different parts of the milkyway l.
08/10/2021

Used my star tracker and canon 7D to take a few shots of two different parts of the milkyway l.

Using my smaller scope I was able to capture both the Eagle and Omega nebulas in one image.
08/10/2021

Using my smaller scope I was able to capture both the Eagle and Omega nebulas in one image.

I am so happy with my new image of the Crescent nebula. The “cosmic brain” as it is sometimes known was created by a Wol...
08/10/2021

I am so happy with my new image of the Crescent nebula. The “cosmic brain” as it is sometimes known was created by a Wolf-Rayet star exploding, throwing its insides out into the surrounding area, and then colliding together creating the shock wave that looks like the brain. You can see the hydrogen very clearly making up the “brain”, and the blue oxygen shell surrounding it. In the middle is the small white dwarf star left behind. The large wisps of red hydrogen creating the background of this image are the left overs of a huge star that exploded tens of thousands of year’s ago creating what we know as the Sadr Region.

My best milkyway image yet. This is the Cygnus region of the milkyway. You can see multiple nebulas that I’ve imaged in ...
08/05/2021

My best milkyway image yet. This is the Cygnus region of the milkyway. You can see multiple nebulas that I’ve imaged in just this one photo. You can see the North America/Pelican nebula, the Sadr region, The crescent nebula, Tulip nebula, and the entire Cygnus loop made up of the the three Veil nebulas.

Long ago, when an early galaxy began to pour light out into the surrounding darkness, no witness could have known that b...
08/05/2021

Long ago, when an early galaxy began to pour light out into the surrounding darkness, no witness could have known that billions of years later some remote clumps of rock and metal, ice and organic molecules would fall together to make a place called Earth; or that life would arise and thinking beings evolve who would one day capture a little of that galactic light, and try to puzzle out what had sent it on its way. And after the earth dies, some 5 billion years from now, after it's burned to a crisp, or even swallowed by the Sun, there will be other worlds and stars and galaxies coming into being -- and they will know nothing of a place once called Earth.

Carl Sagan

This is the Andromeda galaxy, our closest neighbor sitting at 2.5 million light years away.

This is the Cocoon nebula. It is famous for its long trails of dark stellar dust.
08/05/2021

This is the Cocoon nebula. It is famous for its long trails of dark stellar dust.

And finally, The Eagle nebula with the famous Pillars of Creation in the middle.
08/03/2021

And finally, The Eagle nebula with the famous Pillars of Creation in the middle.

Closeup of the Sadr region.
08/03/2021

Closeup of the Sadr region.

Address

Baltimore, OH

Website

Alerts

Be the first to know and let us send you an email when AstrOhio posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });