create account

Guide To Basic Astrophotography 11 by terrylovejoy

View this thread on: hive.blogpeakd.comecency.com
· @terrylovejoy · (edited)
$87.57
Guide To Basic Astrophotography 11
# Image Processing - Visualisation

![90x30secL+90s30secRGB.JPG](https://cdn.steemitimages.com/DQmYrn2NQtrGgwCXXgAaSTBq9xL6f2SYkHPCH1UKV2M6hkR/90x30secL+90s30secRGB.JPG)
*The [Horsehead Nebula](https://en.wikipedia.org/wiki/Horsehead_Nebula) in Orion. Astronomical images have an enormous range of brightness, from the vanishing faint to bright stars, making it challenging to process to maximise the visible detail*

In today's article, we look at the visualization of images, in particular adjusting brightness levels of an image to display all the visible detail.  We look at the following topics:
* Image Stretch
* Histograms
* Non-Linear Stretch
* Histogram Stretching

Or the TLDR version : I've taken a photograph of the night sky and it's completely black and there is nothing there.  How do I fix this!?  Answer:  Jump to section "Non-linear Stretch".

## Image Stretch

Image Stretching is the process of adjusting the brightness and contrast of an image. Most people will be familiar with this when changing the brightness of a device screen. It is also analogous to turning the volume up or down on a speaker.

 In a mathematical sense, the image pixel brightness values held in the computer's memory gets rescaled before being rendered on the screen. A simple linear image stretch can represent the green line in the following diagram. This line provides the mapping of image (in memory) values to displayed (on screen) values.

![graph-whitepoint-blackpoint.png](https://cdn.steemitimages.com/DQmXbMYdpkE42Pv93LZiLT4hdD9sEDjqRcfQUNkfXHk8oeT/graph-whitepoint-blackpoint.png)
*Stretch Diagram shows how the displayed pixel brightness maps to image pixel values*

Here ā€œBPā€ represents the black point or the pixel value which corresponds to black on the screen. Likewise, ā€œWPā€ represents the white point or the pixel value which maps to white on the screen. Intermediate image pixels values between the black point and white point display as a grey level.


When the **brightness** is adjusted, the stretch diagram looks like the following. Note the black point, and white point is adjusted are shifted in unison as shown.

![brightness.gif](https://cdn.steemitimages.com/DQmY5fqWTZgG3wPaxxVeNf1vgSGXY8CBFHEiQeoboUQ8DKW/brightness.gif)

If **contrast** is adjusted, we see in the stretch diagram that Blackpoint and Whitepoint are moved closer or further apart. Contrast adjustment is demonstrated in the following diagram.

![contrast.gif](https://cdn.steemitimages.com/DQmakjEYcm1NhXaXT9XGyMfRgAhyT9qHzVhPUirSogZdQH3/contrast.gif)


## The histogram

A histogram of an image is a graph that displays the distribution of pixel brightness values in an image. It is a way of determining what proportion of an image is at a certain brightness.  Many cameras have a histogram display in the viewfinder that enables correct estimation of exposure.  Here is a typical image.

![dog-image.JPG](https://cdn.steemitimages.com/DQmbsgG2JREgsg1sZSAZTN68b2twkT1Ky9izcsnULf3zN2c/dog-image.JPG)
*Daisy the Maltese "Bee-Dog"*

Here is the histogram of that image.

![dog-histogram.png](https://cdn.steemitimages.com/DQmeKrzirdgLciVHuacVJRedBmCpEbzU7SHnnwCrNKDtXnb/dog-histogram.png)
*Histogram of Daisy the Maltese "Bee-Dog"*

What does the histogram tell us in this image? First of all there about 253 (252 as well as the zero level) discrete brightness levels.  This number of levels is typical of jpeg files which have brightness levels represented by 8-bit numbers that can represent a number from 0 to 255.  However, what is significant is that most image has brightness values below above 70, judging by the peak in the histogram there. With no image, stretch applied this means that image is primarily dark, as 0 corresponds to black and 255 to white.

However, one other point to note is although the image is on the dark side, the histogram also tells us there are still significant numbers of brighter pixels from 70-228. 

## Histogram - Astronomical Images

Astronomical images tend to have very different histogram profiles when compared to daylight images. Let's look at the title image, converted to a 12-bit greyscale image (to simplify things).  Here the image is stretched so the black point is at 0 and the white point is at 4095, which shows the entire brightness range of the image.  It is almost entirely black apart from a handful of stars.

![astro-base-800px.jpg](https://cdn.steemitimages.com/DQmc5eU35tGELeKf13WyJRxzwPts2ci5UxETrTtw43UwkVS/astro-base-800px.jpg)
*12-bit B/W converted version of title image.  Without any image stretch the image looks almost completely black*

Looking at the histogram reveals that almost all the image pixels lay in a very narrow range of brightness values between 205 to 235. On the screen represents a very dark grey, almost black value which mean's the most of the image is black. 

![astro-histogram.png](https://cdn.steemitimages.com/DQmW694U9GD96ZxJFM4pqpEKVyxQKPU26uxseY4LBYqwc5s/astro-histogram.png)

In the above image the stretch applied is blackpoint=0 and whitepoint=4095, represented as follows:

![astro-stretch0-4095.png](https://cdn.steemitimages.com/DQmXccsrVxmVrvGxfDt1zLxKacXoyKxwFWaFQdGfPdv34SG/astro-stretch0-4095.png)

Since most of the pixel brightness values are between 205 and 235, let's choose a black point just under and a white point just over.  A blackpoint=200 and whitepoint=240 is selected, so the stretch diagram looks like this:

![astro-stretch200-240.png](https://cdn.steemitimages.com/DQmVA2BumwvnXaA9TDueUL2uwr53gowLZ9rE84enkH5YHm2/astro-stretch200-240.png)

The resultant displayed image looks like this.  Quite an improvement and pretty much unrecognisable from the original image!

![astro-stretched-linear-800px.jpg](https://cdn.steemitimages.com/DQmap93TuZKM4zQtJdcjoqEuuRutTAB1ssCFBVZuba747Z9/astro-stretched-linear-800px.jpg)
*Above image displayed with an image stretch with blackpoint=200 and whitepoint=240. Considerable detail is now visible and it is amazing to think this is the same image.  However, the brightest parts of the image are now over-exposed*

What we have discovered is most the image detail is locked up in this very narrow part of the histogram. The image looks a lot better, but unfortunately, some of the areas are "blown out and overexposed".  This flaw is addressable, and this is what we shall look at now.

## Non-linear Stretch

With a non-linear image stretch, we use a curve instead of a straight-line to map the image pixel brightness to the displayed pixel brightness.  In this case, we shall use a logarithm function to generate the curve with the black point set to 190 and the white point to 4095.

![astro-logstretch200-4095.png](https://cdn.steemitimages.com/DQmS2ZxehZojHzbReHpqr15mvv3yQACX89irmmMX3vyj9jp/astro-logstretch200-4095.png)

The resultant image is as follows. Notice that not only are the fainter areas displayed, but the highlights are also nicely visible. When you look at the curve above, notice that near the black point the green line is very steep which emulates the high contrast of the previous image, but the curve tapers off to prevent brighter parts from becoming too white. Human vision also has a logarithmic response which is why the image appears more natural.

![astro-stretched-log800px.jpg](https://cdn.steemitimages.com/DQmYqSECj2R1ZQQ5PavR3Zw9ndbV8NnhcdyKnsqVC82c1Fp/astro-stretched-log800px.jpg)
*A logarithm stretch with blackpoint=200 and whitepoint=4095. Not only is considerable detail in the fainter areas visible, but the brightest portions of the image are preserved*

Note there are many other curves that can be used in place of logarithms like power functions (gamma) and many others. 

## Histogram Stretching methods

Another approach for preserving bright and dark detail is to use the image's histogram itself to rescale and stretch the pixel values. Many astronomical processing packages have this capability, and the easiest way to see the action is to look at the result, as well as the output histogram. The following image has been stretched, so it's histogram stretching with a target shape being Gaussian bell shape.

![guassian-image-12bit.jpg](https://cdn.steemitimages.com/DQmeLjFQcNwkz9bQ7pSLEXL7JKi8hTju9QPgL8qq2yPQ52N/guassian-image-12bit.jpg)
*A Histogram stretch has been used with a target profile of a Gaussian peak.  Compare this with some of the previous images*

Here is the resulting histogram, compare this with the original narrow peak histogram from above.

![guassian-image-histogram.png](https://cdn.steemitimages.com/DQmaSbaetod6j7ouqebR2YpgW6HVd89vSsJxHDz2jmZyHEC/guassian-image-histogram.png)

## Conclusions

This article was an introduction to image visualization for Astronomical imaging demonstrating the power of logarithm and Histogram stretching.  In the next and final part, I shall complete the series by doing a review of suitable software for astronomical imaging, a lot of which is free.

**Please note all images are the authors (unless otherwise noted)**

<center>
![steemstem.png](https://steemitimages.com/DQmeXw7SoJtP1yksyjFLP8koXsewoSAVuDAUaRyXuvfgA1E/steemstem.png)
![mentor-anim.gif](https://steemitimages.com/DQmSGcRTnbRcZWV54CgryrytF96CHPW53Eh1xSCrmjDVz9M/mentor-anim.gif)
</center>
šŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 215 others
properties (23)
authorterrylovejoy
permlinkguide-to-basic-astrophotography-11
categorysteemstem
json_metadata{"tags":["steemstem","teamaustralia","photofeed","photography","astronomy"],"image":["https://cdn.steemitimages.com/DQmYrn2NQtrGgwCXXgAaSTBq9xL6f2SYkHPCH1UKV2M6hkR/90x30secL+90s30secRGB.JPG","https://cdn.steemitimages.com/DQmXbMYdpkE42Pv93LZiLT4hdD9sEDjqRcfQUNkfXHk8oeT/graph-whitepoint-blackpoint.png","https://cdn.steemitimages.com/DQmY5fqWTZgG3wPaxxVeNf1vgSGXY8CBFHEiQeoboUQ8DKW/brightness.gif","https://cdn.steemitimages.com/DQmakjEYcm1NhXaXT9XGyMfRgAhyT9qHzVhPUirSogZdQH3/contrast.gif","https://cdn.steemitimages.com/DQmbsgG2JREgsg1sZSAZTN68b2twkT1Ky9izcsnULf3zN2c/dog-image.JPG","https://cdn.steemitimages.com/DQmeKrzirdgLciVHuacVJRedBmCpEbzU7SHnnwCrNKDtXnb/dog-histogram.png","https://cdn.steemitimages.com/DQmc5eU35tGELeKf13WyJRxzwPts2ci5UxETrTtw43UwkVS/astro-base-800px.jpg","https://cdn.steemitimages.com/DQmW694U9GD96ZxJFM4pqpEKVyxQKPU26uxseY4LBYqwc5s/astro-histogram.png","https://cdn.steemitimages.com/DQmXccsrVxmVrvGxfDt1zLxKacXoyKxwFWaFQdGfPdv34SG/astro-stretch0-4095.png","https://cdn.steemitimages.com/DQmVA2BumwvnXaA9TDueUL2uwr53gowLZ9rE84enkH5YHm2/astro-stretch200-240.png","https://cdn.steemitimages.com/DQmap93TuZKM4zQtJdcjoqEuuRutTAB1ssCFBVZuba747Z9/astro-stretched-linear-800px.jpg","https://cdn.steemitimages.com/DQmS2ZxehZojHzbReHpqr15mvv3yQACX89irmmMX3vyj9jp/astro-logstretch200-4095.png","https://cdn.steemitimages.com/DQmYqSECj2R1ZQQ5PavR3Zw9ndbV8NnhcdyKnsqVC82c1Fp/astro-stretched-log800px.jpg","https://cdn.steemitimages.com/DQmeLjFQcNwkz9bQ7pSLEXL7JKi8hTju9QPgL8qq2yPQ52N/guassian-image-12bit.jpg","https://cdn.steemitimages.com/DQmaSbaetod6j7ouqebR2YpgW6HVd89vSsJxHDz2jmZyHEC/guassian-image-histogram.png","https://steemitimages.com/DQmeXw7SoJtP1yksyjFLP8koXsewoSAVuDAUaRyXuvfgA1E/steemstem.png","https://steemitimages.com/DQmSGcRTnbRcZWV54CgryrytF96CHPW53Eh1xSCrmjDVz9M/mentor-anim.gif"],"links":["https://en.wikipedia.org/wiki/Horsehead_Nebula"],"app":"steemit/0.1","format":"markdown"}
created2018-05-29 04:38:00
last_update2018-05-29 10:30:36
depth0
children43
last_payout2018-06-05 04:38:00
cashout_time1969-12-31 23:59:59
total_payout_value67.089 HBD
curator_payout_value20.483 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,223
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,217,333
net_rshares21,569,167,701,703
author_curate_reward""
vote details (279)
@agbona ·
$0.03
Hello @terrylovejoy

I find this post highly informative, being a lover of astronomy, I sometimes wonder how these fascinating pictures are taken, and you've just presented me a portal on how it is done. 

I look forward to the final part of the series on software to use. 

Many thanks for an amazing post well written.
šŸ‘  
properties (23)
authoragbona
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t164223977z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["terrylovejoy"],"app":"steemit/0.1"}
created2018-05-29 16:42:12
last_update2018-05-29 16:42:12
depth1
children2
last_payout2018-06-05 16:42:12
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation13,458,678,784,394
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,303,741
net_rshares8,820,820,355
author_curate_reward""
vote details (1)
@terrylovejoy · (edited)
Thank you @agbona !  As I mentioned to @lordneroo I should have the other article done in about 2 weeks and then the series will be done...phew!
properties (22)
authorterrylovejoy
permlinkre-agbona-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t222443494z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["agbona","lordneroo"],"app":"steemit/0.1"}
created2018-05-29 22:24:45
last_update2018-05-29 22:24:57
depth2
children1
last_payout2018-06-05 22:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,601
net_rshares0
@agbona ·
Will be looking forward to that!
properties (22)
authoragbona
permlinkre-terrylovejoy-re-agbona-re-terrylovejoy-guide-to-basic-astrophotography-11-20180531t035227133z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-31 03:52:15
last_update2018-05-31 03:52:15
depth3
children0
last_payout2018-06-07 03:52:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation13,458,678,784,394
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,538,400
net_rshares0
@akdx ·
$0.03
Your series has been very inspirational and motivational for everyone, including me. Especially your tutorial on how to take photos of astrophysical bodies by a smartphone, was very useful for me. Thank you for your contribution to spread knowledge.
šŸ‘  
properties (23)
authorakdx
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t155121931z
categorysteemstem
json_metadata{"tags":["steemstem"],"community":"busy","app":"busy/2.4.0"}
created2018-05-29 15:51:24
last_update2018-05-29 15:51:24
depth1
children1
last_payout2018-06-05 15:51:24
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length249
author_reputation82,616,243,850,597
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,296,676
net_rshares8,820,820,355
author_curate_reward""
vote details (1)
@terrylovejoy ·
Thank you @akdx , I am glad you enjoyed those articles!
properties (22)
authorterrylovejoy
permlinkre-akdx-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t222139229z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["akdx"],"app":"steemit/0.1"}
created2018-05-29 22:21:39
last_update2018-05-29 22:21:39
depth2
children0
last_payout2018-06-05 22:21:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,303
net_rshares0
@akeelsingh ·
$0.03
Absolutely incredible, a wonderful piece of work that is further amplified by the use of proper Illustrative work. Keep up bud! :)
šŸ‘  
properties (23)
authorakeelsingh
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t124401306z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 12:43:51
last_update2018-05-29 12:43:51
depth1
children1
last_payout2018-06-05 12:43:51
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation2,407,869,811,389
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,270,514
net_rshares8,598,777,173
author_curate_reward""
vote details (1)
@terrylovejoy ·
Thank you for your kind words @akeelsingh!
properties (22)
authorterrylovejoy
permlinkre-akeelsingh-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t124934844z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["akeelsingh"],"app":"steemit/0.1"}
created2018-05-29 12:49:36
last_update2018-05-29 12:49:36
depth2
children0
last_payout2018-06-05 12:49:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,271,151
net_rshares0
@alexs1320 ·
$0.03
Here! You admitted you are using Photoshop for CGI images. Just as NASA!
:D
šŸ‘  
properties (23)
authoralexs1320
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t144526612z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 14:45:36
last_update2018-05-29 14:45:36
depth1
children1
last_payout2018-06-05 14:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation150,945,165,388,638
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,287,161
net_rshares8,820,820,355
author_curate_reward""
vote details (1)
@terrylovejoy ·
lol @alexs1320..I will take that as a compliment!
properties (22)
authorterrylovejoy
permlinkre-alexs1320-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t222301574z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 22:23:03
last_update2018-05-29 22:23:03
depth2
children0
last_payout2018-06-05 22:23:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,452
net_rshares0
@astrophoto.kevin ·
$0.04
Great article Terry :-)
Which software do you use for image processing?
šŸ‘  
properties (23)
authorastrophoto.kevin
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t051625232z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 05:15:57
last_update2018-05-29 05:15:57
depth1
children2
last_payout2018-06-05 05:15:57
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation86,277,108,443,159
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,221,221
net_rshares10,362,313,499
author_curate_reward""
vote details (1)
@terrylovejoy ·
Maxim DL mostly, then into Gimp for final work.
šŸ‘  
properties (23)
authorterrylovejoy
permlinkre-astrophotokevin-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t064246118z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 06:42:45
last_update2018-05-29 06:42:45
depth2
children1
last_payout2018-06-05 06:42:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,230,430
net_rshares2,351,688,943
author_curate_reward""
vote details (1)
@astrophoto.kevin ·
Thank you Terry
properties (22)
authorastrophoto.kevin
permlinkre-terrylovejoy-re-astrophotokevin-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t104837431z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 10:48:03
last_update2018-05-29 10:48:03
depth3
children0
last_payout2018-06-05 10:48:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation86,277,108,443,159
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,256,996
net_rshares0
@bernardino ·
$0.39
Great post, thanks @terrylovejoy, as always very technical for my level, but very informative.
šŸ‘  ,
properties (23)
authorbernardino
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t075818121z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["terrylovejoy"],"app":"steemit/0.1"}
created2018-05-29 07:58:21
last_update2018-05-29 07:58:21
depth1
children1
last_payout2018-06-05 07:58:21
cashout_time1969-12-31 23:59:59
total_payout_value0.297 HBD
curator_payout_value0.094 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation4,184,551,792,074
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,238,597
net_rshares96,875,333,953
author_curate_reward""
vote details (2)
@terrylovejoy · (edited)
$0.07
Thank you @bernardino, it's one of those subjects that seems pretty technically, but when you start doing astrophotography it starts falling into place.

Edit:  I've added a TDLR guide :)
šŸ‘  
properties (23)
authorterrylovejoy
permlinkre-bernardino-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t102107413z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["bernardino"],"app":"steemit/0.1"}
created2018-05-29 10:21:09
last_update2018-05-29 10:31:30
depth2
children0
last_payout2018-06-05 10:21:09
cashout_time1969-12-31 23:59:59
total_payout_value0.051 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length187
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,254,043
net_rshares16,870,012,896
author_curate_reward""
vote details (1)
@boyerobert ·
$0.12
Fantastic post, thanks for sharing, I have dabbled a little myself, but I want to take shots likes yours this summer :-)


![79026E1C-6A6F-4DEF-9C2F-263AEE16808B.jpeg](https://cdn.steemitimages.com/DQmPxuBj9HkGSgipf5yp5N2pJ2PTEnD1oLm6KehY8QgvuNt/79026E1C-6A6F-4DEF-9C2F-263AEE16808B.jpeg)
šŸ‘  ,
properties (23)
authorboyerobert
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t044458951z
categorysteemstem
json_metadata{"tags":["steemstem"],"image":["https://cdn.steemitimages.com/DQmPxuBj9HkGSgipf5yp5N2pJ2PTEnD1oLm6KehY8QgvuNt/79026E1C-6A6F-4DEF-9C2F-263AEE16808B.jpeg"],"app":"steemit/0.1"}
created2018-05-29 04:44:57
last_update2018-05-29 04:44:57
depth1
children1
last_payout2018-06-05 04:44:57
cashout_time1969-12-31 23:59:59
total_payout_value0.091 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length288
author_reputation6,116,221,221,735
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,218,085
net_rshares29,386,063,487
author_curate_reward""
vote details (2)
@terrylovejoy ·
Good job @boyerobert.  I will keep my eye open if you decide to post your work.
properties (22)
authorterrylovejoy
permlinkre-boyerobert-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t064421331z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["boyerobert"],"app":"steemit/0.1"}
created2018-05-29 06:44:21
last_update2018-05-29 06:44:21
depth2
children0
last_payout2018-06-05 06:44:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,230,591
net_rshares0
@effofex ·
$0.04
I'm used to similar techniques in microscopy to increase dynamic range. It's neat to see how photography the very large and very small can be similar.
šŸ‘  
properties (23)
authoreffofex
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180530t201023800z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-30 20:10:24
last_update2018-05-30 20:10:24
depth1
children2
last_payout2018-06-06 20:10:24
cashout_time1969-12-31 23:59:59
total_payout_value0.035 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length150
author_reputation14,429,105,750,792
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,491,231
net_rshares11,839,677,708
author_curate_reward""
vote details (1)
@terrylovejoy ·
Sorry for the late reply @effofex.  I do try to respond to everyone.  The techniques are definitely useful to all branches of photography.  Actually, even techniques used mostly for astronomy like stacking work extremely well in other areas (and HDR can be thought of as a stacking technique).
šŸ‘  
properties (23)
authorterrylovejoy
permlinkre-effofex-re-terrylovejoy-guide-to-basic-astrophotography-11-20180602t004954507z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["effofex"],"app":"steemit/0.1"}
created2018-06-02 00:49:54
last_update2018-06-02 00:49:54
depth2
children1
last_payout2018-06-09 00:49:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length293
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,836,516
net_rshares1,950,952,332
author_curate_reward""
vote details (1)
@effofex ·
No worries, I can take some time to reply too, sometimes.

I absolutely use stacking, but more for noise reduction than enhanced dynamic range.
properties (22)
authoreffofex
permlinkre-terrylovejoy-re-effofex-re-terrylovejoy-guide-to-basic-astrophotography-11-20180602t042013346z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-06-02 04:20:12
last_update2018-06-02 04:20:12
depth3
children0
last_payout2018-06-09 04:20:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation14,429,105,750,792
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,855,299
net_rshares0
@eurogee ·
$0.04
Hello @terrylovejoy

I am enthralled at how you are able to break this down to the level that even a layman will understand the concept. So this is how astronomers view and see those space bodies? Very interesting piece.

Kudos to you.

Regards

@eurogee of @euronation community
šŸ‘  
properties (23)
authoreurogee
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t120609591z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["terrylovejoy","eurogee","euronation"],"app":"steemit/0.1"}
created2018-05-29 12:06:15
last_update2018-05-29 12:06:15
depth1
children2
last_payout2018-06-05 12:06:15
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length279
author_reputation38,260,360,943,030
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,265,758
net_rshares9,480,703,036
author_curate_reward""
vote details (1)
@terrylovejoy ·
Thank you @eurogee.  I tried to make it as understandable as possible...will also start doing a TLDR's in the future to allow people to skip to the most important bits :)
properties (22)
authorterrylovejoy
permlinkre-eurogee-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t122026358z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["eurogee"],"app":"steemit/0.1"}
created2018-05-29 12:20:27
last_update2018-05-29 12:20:27
depth2
children1
last_payout2018-06-05 12:20:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length170
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,267,541
net_rshares0
@eurogee ·
That will be great. āœŒļø
properties (22)
authoreurogee
permlinkre-terrylovejoy-re-eurogee-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t122755171z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 12:27:51
last_update2018-05-29 12:27:51
depth3
children0
last_payout2018-06-05 12:27:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation38,260,360,943,030
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,268,466
net_rshares0
@jarvie ·
$0.03
Trying to figure out how to translate this into actual edits on Lightroom... maybe this is just meant for Photoshop type work. In any case I'm not entirely certain how to understand the post... BUT I loved it! Very interesting.
šŸ‘  
properties (23)
authorjarvie
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t192608428z
categorysteemstem
json_metadata{"tags":["steemstem"],"community":"steempeak","app":"steempeak"}
created2018-05-29 19:26:09
last_update2018-05-29 19:26:09
depth1
children3
last_payout2018-06-05 19:26:09
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation388,515,652,617,149
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,325,764
net_rshares8,820,820,355
author_curate_reward""
vote details (1)
@terrylovejoy · (edited)
$0.05
Hi @jarvie I actually use a program called Maxim DL to do this processing.  But generally you won't get this sort of functionality until you get to Photoshop.  You can definitely, do this type of work with Gimp, in fact the latest version 2.10 finally has good support for 16bit images.  In Adobe Photoshop (or Gimp) the easiest way to get this result is using the histogram equalisation function.
šŸ‘  
properties (23)
authorterrylovejoy
permlinkre-jarvie-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t221656528z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["jarvie"],"app":"steemit/0.1"}
created2018-05-29 22:16:57
last_update2018-05-29 22:19:33
depth2
children2
last_payout2018-06-05 22:16:57
cashout_time1969-12-31 23:59:59
total_payout_value0.051 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length397
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,345,786
net_rshares13,233,835,303
author_curate_reward""
vote details (1)
@jarvie ·
$0.03
Pretty awesome ... I'll have to find some sort of Youtube video of someone doing it live. Mostly i'm just intrigued that you're able to pull that much out of the black area and that you have it pinpointed down to such a range where most of that info is living.
šŸ‘  
properties (23)
authorjarvie
permlinkre-terrylovejoy-re-jarvie-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t222210192z
categorysteemstem
json_metadata{"tags":["steemstem"],"community":"busy","app":"busy/2.4.0"}
created2018-05-29 22:22:09
last_update2018-05-29 22:22:09
depth3
children1
last_payout2018-06-05 22:22:09
cashout_time1969-12-31 23:59:59
total_payout_value0.021 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation388,515,652,617,149
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,364
net_rshares7,056,656,284
author_curate_reward""
vote details (1)
@lordneroo ·
$0.03
Great work @terrylovejoy. 

Thanks for the technical information regarding image stretching. By the way I just love those GIFs of yours, I think they are making your blogs even more attractive.



Looking forward to the review of free software!
Take care!
šŸ‘  
properties (23)
authorlordneroo
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t202505373z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["terrylovejoy"],"app":"steemit/0.1"}
created2018-05-29 20:25:06
last_update2018-05-29 20:25:06
depth1
children2
last_payout2018-06-05 20:25:06
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length255
author_reputation266,559,244,769,431
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,333,057
net_rshares8,820,820,355
author_curate_reward""
vote details (1)
@terrylovejoy ·
Hopefully, have that done in a week or 2.   Thanks for stopping by @lordneroo!
šŸ‘  
properties (23)
authorterrylovejoy
permlinkre-lordneroo-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t221903418z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["lordneroo"],"app":"steemit/0.1"}
created2018-05-29 22:19:03
last_update2018-05-29 22:19:03
depth2
children1
last_payout2018-06-05 22:19:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,030
net_rshares5,469,007,251
author_curate_reward""
vote details (1)
@lordneroo ·
Looking forward to! Always a pleasure reading your work! See you around :)
properties (22)
authorlordneroo
permlinkre-terrylovejoy-re-lordneroo-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t222041400z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 22:20:42
last_update2018-05-29 22:20:42
depth3
children0
last_payout2018-06-05 22:20:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation266,559,244,769,431
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,206
net_rshares0
@moons00000 ·
AMazing the least to say about it
properties (22)
authormoons00000
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180603t014925283z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-06-03 01:49:27
last_update2018-06-03 01:49:27
depth1
children0
last_payout2018-06-10 01:49:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation72,768,786,200
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,985,541
net_rshares0
@osariemen · (edited)
Comment withdrawn


I have learnt from the replies
properties (22)
authorosariemen
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t045707418z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 04:57:21
last_update2018-05-29 10:05:54
depth1
children5
last_payout2018-06-05 04:57:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation2,245,392,442,084
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,219,383
net_rshares0
@dexterdev ·
$0.04
Sorry. May I ask what has a microscope to do w.r.t this post? This is about telescope images, right? And he is not talking about microstructures either!
šŸ‘  
properties (23)
authordexterdev
permlinkre-osariemen-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t051707870z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 05:17:09
last_update2018-05-29 05:17:09
depth2
children1
last_payout2018-06-05 05:17:09
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation17,771,704,061,240
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,221,356
net_rshares10,141,838,744
author_curate_reward""
vote details (1)
@osariemen ·
$0.03
It's not microscope literally


It's a microstructure scanner and see as little as possible... Probably it is not applicable on this aspect
šŸ‘  
properties (23)
authorosariemen
permlinkre-dexterdev-re-osariemen-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t053120702z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 05:31:27
last_update2018-05-29 05:31:27
depth3
children0
last_payout2018-06-05 05:31:27
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation2,245,392,442,084
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,222,835
net_rshares8,600,299,846
author_curate_reward""
vote details (1)
@terrylovejoy ·
Hi @osariemen your message didn't make sense to me.
properties (22)
authorterrylovejoy
permlinkre-osariemen-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t071313002z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["osariemen"],"app":"steemit/0.1"}
created2018-05-29 07:13:15
last_update2018-05-29 07:13:15
depth2
children2
last_payout2018-06-05 07:13:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,233,816
net_rshares0
@osariemen ·
Sorry about that

Not my field was asking of something related to my field can do thesame Job..... U just made me look stupid
properties (22)
authorosariemen
permlinkre-terrylovejoy-re-osariemen-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t100332543z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 10:03:36
last_update2018-05-29 10:03:36
depth3
children1
last_payout2018-06-05 10:03:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation2,245,392,442,084
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,252,197
net_rshares0
@star-vc ·
$0.04
Hi @ terrylovejoy! The article is quite educative and worth something very extrordinary which I will love to keep it in my library to read it more times! I loved the image of Horsehead Nebula you put it above.. :)
šŸ‘  
properties (23)
authorstar-vc
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t083440086z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 08:10:06
last_update2018-05-29 08:10:06
depth1
children1
last_payout2018-06-05 08:10:06
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation4,445,845,212,884
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,239,830
net_rshares10,142,147,434
author_curate_reward""
vote details (1)
@terrylovejoy ·
Thank you @star-vc I like the horsehead nebula and flame nebula.  Although people are disappointed when they discover that it's almost impossible to see it through a telescope with your own eyes (I have seen in only once from a very high dark location decades ago when my vision was better than it is now).
šŸ‘  
properties (23)
authorterrylovejoy
permlinkre-star-vc-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t101748790z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["star-vc"],"app":"steemit/0.1"}
created2018-05-29 10:17:48
last_update2018-05-29 10:17:48
depth2
children0
last_payout2018-06-05 10:17:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length306
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,253,696
net_rshares1,424,249,771
author_curate_reward""
vote details (1)
@stark4 ·
Learn some new from your post. Love to read it.
properties (22)
authorstark4
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180602t205704962z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-06-02 20:57:12
last_update2018-06-02 20:57:12
depth1
children0
last_payout2018-06-09 20:57:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation128,583,961,994
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,960,036
net_rshares0
@traviz ·
$0.02
..although my knowledge is somewhat limited; but I grabbed something from this informative post.
šŸ‘  
properties (23)
authortraviz
permlinkre-terrylovejoy-guide-to-basic-astrophotography-11-20180529t141807905z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 14:18:39
last_update2018-05-29 14:18:39
depth1
children1
last_payout2018-06-05 14:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation440,807,242,633
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,283,268
net_rshares6,174,574,248
author_curate_reward""
vote details (1)
@terrylovejoy ·
Thank you @traviz, I'm glad you got something out of this :)
properties (22)
authorterrylovejoy
permlinkre-traviz-re-terrylovejoy-guide-to-basic-astrophotography-11-20180529t222613170z
categorysteemstem
json_metadata{"tags":["steemstem"],"users":["traviz"],"app":"steemit/0.1"}
created2018-05-29 22:26:15
last_update2018-05-29 22:26:15
depth2
children0
last_payout2018-06-05 22:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,346,769
net_rshares0
@utopian-io ·
$0.15
#### Hi @terrylovejoy!

Your post was upvoted by utopian.io in cooperation with steemstem - supporting knowledge, innovation and technological advancement on the Steem Blockchain.

#### Contribute to Open Source with utopian.io
Learn how to contribute on <a href="https://join.utopian.io">our website</a> and join the new open source economy.

**Want to chat? Join the Utopian Community on Discord https://discord.gg/h52nFrV**
šŸ‘  
properties (23)
authorutopian-io
permlink20180529t114524502z
categorysteemstem
json_metadata{"tags":["utopian.tip"],"app":"utopian-io"}
created2018-05-29 11:45:24
last_update2018-05-29 11:45:24
depth1
children1
last_payout2018-06-05 11:45:24
cashout_time1969-12-31 23:59:59
total_payout_value0.134 HBD
curator_payout_value0.019 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length426
author_reputation152,955,367,999,756
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,263,456
net_rshares38,363,775,079
author_curate_reward""
vote details (1)
@terrylovejoy ·
Your support is very much appreciated.  Thank you!
properties (22)
authorterrylovejoy
permlinkre-utopian-io-20180529t114524502z-20180529t120214648z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-05-29 12:02:15
last_update2018-05-29 12:02:15
depth2
children0
last_payout2018-06-05 12:02:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation15,797,973,031,321
root_title"Guide To Basic Astrophotography 11"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,265,325
net_rshares0