## Introduction This will be a series of how I'm processing my astrophotos using PixInsight. My goal is to bring the basics of image processing to everyone who has started new in PixInsight and is a little bit confuse about it. I will also describe the different type of frames that are used in astrophotography and what they are used for. If someone wants to work through this series with me, there is a free evaluation version of PixInsight. You have to register on their website and you will get a key to trying it for 45 days. But unfortunately, I can not guarantee that I will be finished in 45 days. :-) You can register here for the evaluation key: [https://pixinsight.com/trial/index.html](https://pixinsight.com/trial/index.html) You also find more information about PixInsight on their website. [http://pixinsight.com](http://pixinsight.com) ## Bias frames or offset frames Bias frames are calibration frames. Calibration frames are used to reduce disturbances from the images that contain the photographed object and to improve the quality of it. Every CCD or CMOS sensor produces different types of noise. With the bias frames, we try to eliminate the noise that is produced by the electronics of the sensor and the camera. Bias frames are made with the lowest possible exposure time of your camera. For DSLR this will be something around 1/4000 or 1/8000 second. Especially for my QHYCCD247C, it is 50μs. They are taken with the lens cap on your telescope or lens so that no light can be detected from the sensor. The ISO or Gain setting must correspond your other images and frame types. For example, if you have photographed your target with ISO 1600 than you have to choose also ISO 1600. If your camera/sensor can be cooled like mine use also the same temperature as for your other frames. [](https://cdn.steemitimages.com/DQmRztTm2KL3NUuFeb4wpqdfwhFJwiU5HSskqngkMqdFUgM/Darks%20und%20Bias_0000_-20C_2018-05-06_002844_0008.jpg) This is a bias frame straight out of the camera. As you see, you will see nothing. Let's open the image in PixInsigth. To see the information in it we need to stretch it. We use the auto stretch feature of the ScreenTransferFunction (PROCESS -> IntensityTransformations -> ScreenTransferFunction). This is the little radioactive sign. The ScreenTransferFunction will not alter any data of the image. It only changes how the image is displayed on your screen. [](https://cdn.steemitimages.com/DQmSdaYCH2Y7Wor5DMcL39dH9wXAv6SJjc77gRP31r7etVp/Bias_autostrech.jpg) Now we have our first bias frame. But it contains not just the noise that comes from the electronics, it also contains random noise from other interference sources. This can be free electrons or even despite cooling, thermal noise. Because we only want the noise that the camera produces while reading the sensor and digitalizing the data we need to find a solution to get rid of the random noise. ## Master bias To get rid of the random noise we need many images that will be stacked. By stacking, only the static information is preserved while the random ones are lost in the mass of images. This final stacked frame will be called the master bias. To get a good representable master bias we need as many single frames as possible. Due to the short exposure time and the fact that you do not need to make new ones every time, it will be no problem to get a bunch of bias frames to work with. I have stacked my master bias out of 256 bias frames. Less will probably work but the result won't maybe be as good. So the more bias frames that better. To stack the separate bias frames to one master bias we are using the ImageIntegration process (PROCESS -> ImageIntegration -> ImageIntegration). At first, we need to add all of our bias frames by clicking "Add Files". [](https://cdn.steemitimages.com/DQmZ1JZHhReXsHGgn88AA5X95quv8s2rHaAddSm9VisyEnx/add_files.jpg) If you have added all your single frames go to the "Image Integration" tab. Here we need to make some settings. For a basic stack that will remove the random noise use the following settings. - Combination: Average - Normalization: No normalization - Weights: Don't care (all weights = 1) - Check "Generate integrated image" [](https://cdn.steemitimages.com/DQmUBeLfnCRsGhNNvYDm9AkkTFG2aGBy6XY2aUqtsx6APfm/image_integration_settings.jpg) If you have set up everything like in the screenshot, go to the "Pixel Rejection (1)" tab. Here we use the following settings. - Rejection algorithm: Linear Fit Clipping - Normalization: No normalization - Check "Clip low pixels" - Check "Clip high pixels" As we are using so much bias frames we will choose "Linear Fit Clipping" as algorithm. As a small clue, you can use "Winsorized Sigma Clipping" <=20 images and "Linear Fit Clipping" if you have >20 images. [](https://cdn.steemitimages.com/DQmQ5MaCWWmdWZT3BTocx8BSZLTRjR9qKaCUUvUSsBW9eEy/pixel_rejection.jpg) Have you everything set up? Then we go to the "Pixel Rejection (2)" tab. Here we will leave the default settings. [](https://cdn.steemitimages.com/DQmZA1kwPQ8cbjbGzbBaBLm1qm6UtBVi7FXpTZhTschJbdu/pixel_rejection_2.jpg) Once everything is set up and done, we click the small circle (Apply Global) at the bottom of the ImageIntegration window. This will start the stacking process. The process console will open and show you the actual status of the process. Stacking can take a while it depends on the hardware of your computer. So, drink a coffee or do something else while your master bias gets stacked. On my old Notebook, this took around 2 hours, my new one is ready in 20 minutes with it. [](https://cdn.steemitimages.com/DQmXetfNZinHjzubFi3UZe48UyKCfjTdzyk3qKocTTq3FHo/process_console.png) After the process is finished a new image is opened. First safe this as "masterbias". Make sure you use the PixInsight file format ".xisf". After an auto stretch with the ScreenTransferFunktion you should see the data in the master bias. [](https://cdn.steemitimages.com/DQmTcC8V8AGwgRhTewT8Xt6e5Ws4Lt2JbtvViNph2y9RCRk/masterbias_autostretch.jpg) Let's compare a single bias frame with the stacked master bias. [](https://cdn.steemitimages.com/DQmWhHgwbY5CXj8MwhpA6CtHnVLioS5thuTVeJ1qpSWxYeC/compare_bias_masterbias.jpg) On the left is the single bias frame and on the right is the master bias. You see that the master bias has a significantly lower noise. The master bias has lost almost the most of the random noise. The noise that left is the noise that appears due to the sensor readout and the electronics. ## Conclusion We now have the first type of calibration frame. With the master bias, we can subtract the disturbance caused by our camera and its electronics from our images. This will give us an improvement of quality in the final image. And we want to get the best possible quality in the final image. :-) --- **Thank you very much for visiting and reading!** I hope that this has been a useful article for you. If you have any questions or suggestions please don't be afraid to let me know of anything you thought about this post! Yours, [@astrophoto.kevin](https://steemit.com/@astrophoto.kevin) --- All images, otherwise clearly indicated, in this post are my own work. You can use it for free if you credit them to [@astrophoto.kevin](https://steemit.com/@astrophoto.kevin) 
author | astrophoto.kevin |
---|---|
permlink | basic-astrophotography-image-processing-with-pixinsight-part-1 |
category | steemstem |
json_metadata | {"tags":["steemstem","science","astronomy","photography","photofeed"],"image":["https://cdn.steemitimages.com/DQmRztTm2KL3NUuFeb4wpqdfwhFJwiU5HSskqngkMqdFUgM/Darks%20und%20Bias_0000_-20C_2018-05-06_002844_0008.jpg","https://cdn.steemitimages.com/DQmSdaYCH2Y7Wor5DMcL39dH9wXAv6SJjc77gRP31r7etVp/Bias_autostrech.jpg","https://cdn.steemitimages.com/DQmZ1JZHhReXsHGgn88AA5X95quv8s2rHaAddSm9VisyEnx/add_files.jpg","https://cdn.steemitimages.com/DQmUBeLfnCRsGhNNvYDm9AkkTFG2aGBy6XY2aUqtsx6APfm/image_integration_settings.jpg","https://cdn.steemitimages.com/DQmQ5MaCWWmdWZT3BTocx8BSZLTRjR9qKaCUUvUSsBW9eEy/pixel_rejection.jpg","https://cdn.steemitimages.com/DQmZA1kwPQ8cbjbGzbBaBLm1qm6UtBVi7FXpTZhTschJbdu/pixel_rejection_2.jpg","https://cdn.steemitimages.com/DQmXetfNZinHjzubFi3UZe48UyKCfjTdzyk3qKocTTq3FHo/process_console.png","https://cdn.steemitimages.com/DQmTcC8V8AGwgRhTewT8Xt6e5Ws4Lt2JbtvViNph2y9RCRk/masterbias_autostretch.jpg","https://cdn.steemitimages.com/DQmWhHgwbY5CXj8MwhpA6CtHnVLioS5thuTVeJ1qpSWxYeC/compare_bias_masterbias.jpg","https://i.imgur.com/dmbwP4E.png"],"links":["https://pixinsight.com/trial/index.html","http://pixinsight.com","https://cdn.steemitimages.com/DQmRztTm2KL3NUuFeb4wpqdfwhFJwiU5HSskqngkMqdFUgM/Darks%20und%20Bias_0000_-20C_2018-05-06_002844_0008.jpg","https://cdn.steemitimages.com/DQmSdaYCH2Y7Wor5DMcL39dH9wXAv6SJjc77gRP31r7etVp/Bias_autostrech.jpg","https://cdn.steemitimages.com/DQmZ1JZHhReXsHGgn88AA5X95quv8s2rHaAddSm9VisyEnx/add_files.jpg","https://cdn.steemitimages.com/DQmUBeLfnCRsGhNNvYDm9AkkTFG2aGBy6XY2aUqtsx6APfm/image_integration_settings.jpg","https://cdn.steemitimages.com/DQmQ5MaCWWmdWZT3BTocx8BSZLTRjR9qKaCUUvUSsBW9eEy/pixel_rejection.jpg","https://cdn.steemitimages.com/DQmZA1kwPQ8cbjbGzbBaBLm1qm6UtBVi7FXpTZhTschJbdu/pixel_rejection_2.jpg","https://cdn.steemitimages.com/DQmXetfNZinHjzubFi3UZe48UyKCfjTdzyk3qKocTTq3FHo/process_console.png","https://cdn.steemitimages.com/DQmTcC8V8AGwgRhTewT8Xt6e5Ws4Lt2JbtvViNph2y9RCRk/masterbias_autostretch.jpg","https://cdn.steemitimages.com/DQmWhHgwbY5CXj8MwhpA6CtHnVLioS5thuTVeJ1qpSWxYeC/compare_bias_masterbias.jpg","https://steemit.com/@astrophoto.kevin"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-05-31 12:48:18 |
last_update | 2018-05-31 15:54:15 |
depth | 0 |
children | 5 |
last_payout | 2018-06-07 12:48:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.033 HBD |
curator_payout_value | 1.668 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,564 |
author_reputation | 86,277,108,443,159 |
root_title | "Basic astrophotography image processing with PixInsight - Part 1" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,594,019 |
net_rshares | 2,024,115,605,322 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 40,560,354,377 | 0.35% | ||
pharesim | 0 | 81,435,064,936 | 0.02% | ||
lafona-miner | 0 | 105,243,900,737 | 5% | ||
bue | 0 | 14,069,563,315 | 100% | ||
kevinwong | 0 | 76,455,140,564 | 0.75% | ||
justtryme90 | 0 | 119,892,773,010 | 5% | ||
eric-boucher | 0 | 1,965,174,287 | 0.44% | ||
anwenbaumeister | 0 | 20,956,250,867 | 0.89% | ||
roelandp | 0 | 19,461,012,928 | 0.44% | ||
raymondspeaks | 0 | 222,664,391 | 0.44% | ||
liberosist | 0 | 3,531,811,336 | 0.97% | ||
arconite | 0 | 301,814,107 | 0.37% | ||
shaka | 0 | 468,462,688,418 | 14% | ||
cmp2020 | 0 | 14,732,439,864 | 20% | ||
lemouth | 0 | 23,750,808,930 | 5% | ||
rjbauer85 | 0 | 309,203,089 | 5% | ||
anarchyhasnogods | 0 | 10,420,816,925 | 3% | ||
anomaly | 0 | 232,218,378 | 1% | ||
meerkat | 0 | 25,505,388,627 | 0.97% | ||
curie | 0 | 36,274,050,864 | 0.89% | ||
cub1 | 0 | 42,976,453,144 | 20% | ||
hendrikdegrote | 0 | 522,372,459,310 | 0.89% | ||
vact | 0 | 9,366,147,076 | 0.89% | ||
steemstem | 0 | 133,942,571,139 | 5% | ||
foundation | 0 | 692,195,065 | 5% | ||
the-devil | 0 | 656,006,421 | 5% | ||
remlaps2 | 0 | 5,486,477,709 | 80% | ||
thevenusproject | 0 | 2,802,665,294 | 5% | ||
dna-replication | 0 | 1,403,453,696 | 5% | ||
cub2 | 0 | 5,064,912,357 | 80% | ||
azfix | 0 | 39,412,929,381 | 50% | ||
astronomyizfun | 0 | 4,636,590,724 | 75% | ||
borislavzlatanov | 0 | 386,575,523 | 5% | ||
betelzeus | 0 | 6,178,538,938 | 100% | ||
michelios | 0 | 1,082,277,217 | 0.13% | ||
moksamol | 0 | 211,104,869 | 0.44% | ||
eurogee | 0 | 152,735,488 | 0.5% | ||
kryzsec | 0 | 3,053,102,034 | 5% | ||
nedspeaks | 0 | 1,073,159,887 | 5% | ||
fredrikaa | 0 | 11,417,374,149 | 2.5% | ||
robertvogt | 0 | 140,186,841 | 0.44% | ||
locikll | 0 | 425,228,310 | 1.78% | ||
dber | 0 | 1,196,046,874 | 5% | ||
mahdiyari | 0 | 2,810,355,181 | 2.5% | ||
aboutyourbiz | 0 | 211,446,309 | 0.89% | ||
kerriknox | 0 | 8,340,494,240 | 5% | ||
alexander.alexis | 0 | 780,503,328 | 2.5% | ||
howtostartablog | 0 | 570,578,425 | 0.08% | ||
ertwro | 0 | 2,073,075,973 | 5% | ||
juanjdiaz89 | 0 | 119,261,088 | 5% | ||
thinknzombie | 0 | 1,347,456,203 | 0.44% | ||
nitesh9 | 0 | 1,252,597,761 | 5% | ||
fancybrothers | 0 | 690,663,664 | 1.5% | ||
churchboy | 0 | 801,925,853 | 5% | ||
himal | 0 | 385,451,605 | 5% | ||
abigail-dantes | 0 | 76,124,256,580 | 5% | ||
suravsingh | 0 | 66,295,647 | 5% | ||
planetenamek | 0 | 3,092,063,523 | 10% | ||
alexzicky | 0 | 806,611,113 | 1.25% | ||
mountain.phil28 | 0 | 3,530,740,216 | 25% | ||
zest | 0 | 1,327,388,921 | 3.5% | ||
felixrodriguez | 0 | 139,924,137 | 2.5% | ||
masterwriter | 0 | 165,632,847 | 5% | ||
massivevibration | 0 | 3,539,537,283 | 5% | ||
onartbali | 0 | 647,866,900 | 5% | ||
laylahsophia | 0 | 1,303,272,584 | 5% | ||
ksolymosi | 0 | 1,052,474,134 | 5% | ||
simplifylife | 0 | 758,043,865 | 2.5% | ||
afrikablr | 0 | 192,312,879 | 10% | ||
mayowadavid | 0 | 297,322,948 | 2.5% | ||
emdesan | 0 | 404,753,815 | 10% | ||
happychild | 0 | 183,430,543 | 0.44% | ||
peaceandwar | 0 | 162,259,722 | 0.44% | ||
enzor | 0 | 85,470,793 | 2.5% | ||
lekosvapenglass | 0 | 125,650,638 | 40% | ||
rogeviolinista | 0 | 118,798,757 | 10% | ||
carloserp-2000 | 0 | 1,058,280,897 | 5% | ||
rachelsmantra | 0 | 214,559,082 | 5% | ||
gra | 0 | 1,577,219,032 | 5% | ||
dranren | 0 | 2,041,902,863 | 100% | ||
authorcolinbmw | 0 | 557,855,212 | 70% | ||
shaff.aff | 0 | 61,303,326 | 10% | ||
skycae | 0 | 125,234,992 | 0.89% | ||
astromaniak | 0 | 5,608,783,054 | 15% | ||
physics.benjamin | 0 | 141,248,952 | 5% | ||
kenadis | 0 | 1,413,248,183 | 5% | ||
amavi | 0 | 780,859,306 | 1% | ||
florae | 0 | 202,107,564 | 5% | ||
robotics101 | 0 | 172,634,487 | 4% | ||
cgbartow | 0 | 110,076,185 | 2.5% | ||
aamin | 0 | 69,130,216 | 2.5% | ||
trishy | 0 | 65,818,462 | 10% | ||
sco | 0 | 1,090,999,390 | 3% | ||
adetola | 0 | 265,696,657 | 5% | ||
rharphelle | 0 | 1,069,352,936 | 25% | ||
stahlberg | 0 | 150,862,225 | 0.44% | ||
shoganaii | 0 | 471,630,971 | 2.5% | ||
hetty-rowan | 0 | 8,984,145,180 | 100% | ||
mathowl | 0 | 9,634,354,887 | 100% | ||
wanderingdanish | 0 | 210,476,878 | 1% | ||
mittymartz | 0 | 95,966,053 | 5% | ||
hadji | 0 | 255,782,222 | 5% | ||
sakura1012 | 0 | 185,044,514 | 5% | ||
anjkara | 0 | 170,949,170 | 0.44% | ||
terrylovejoy | 0 | 2,048,181,372 | 5% | ||
saunter-pl | 0 | 84,841,567 | 5% | ||
steem-hikers | 0 | 94,217,411 | 5% | ||
deutsch-boost | 0 | 366,881,589 | 20% | ||
kingabesh | 0 | 87,337,941 | 2.5% | ||
didic | 0 | 162,798,528 | 0.44% | ||
kelos | 0 | 325,067,918 | 10% | ||
ugonma | 0 | 190,791,394 | 5% | ||
benleemusic | 0 | 1,439,731,936 | 0.08% | ||
spederson | 0 | 93,836,878 | 4.5% | ||
joshuaigwe | 0 | 0 | 100% | ||
mrbreeziewrites | 0 | 152,605,783 | 5% | ||
de-stem | 0 | 1,767,983,958 | 4.5% | ||
yann85 | 0 | 499,360,875 | 20% | ||
saracampero | 0 | 83,428,462 | 20% | ||
recordpool | 0 | 1,004,526,365 | 10% | ||
chloroform | 0 | 629,408,165 | 5% | ||
vanessahampton | 0 | 230,164,274 | 2.5% | ||
temitayo-pelumi | 0 | 223,194,553 | 5% | ||
b3d | 0 | 450,806,964 | 100% | ||
star-vc | 0 | 85,388,438 | 5% | ||
irinkasamoilova | 0 | 594,583,043 | 100% | ||
biomimi | 0 | 195,792,962 | 40% | ||
hhtb | 0 | 82,358,705 | 10% | ||
hansmast | 0 | 84,277,209 | 0.44% | ||
rgkmb-unofficial | 0 | 2,743,940,338 | 80% | ||
rgkmb | 0 | 383,385,468 | 80% | ||
chris.geese | 0 | 466,657,579 | 100% | ||
gedalyahreback | 0 | 558,748,879 | 100% | ||
astromaniac | 0 | 175,469,930 | 100% | ||
chisolum | 0 | 604,065,071 | 100% |
This is extremely impressive to say the least. I love to see such an enthusiast go through the grueling process to teach others. This post obviously took time and passion to put together and I thank you for that.
author | chris.geese |
---|---|
permlink | re-astrophotokevin-basic-astrophotography-image-processing-with-pixinsight-part-1-20180531t130810837z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"app":"steemit/0.1"} |
created | 2018-05-31 13:08:12 |
last_update | 2018-05-31 13:08:12 |
depth | 1 |
children | 1 |
last_payout | 2018-06-07 13:08:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 36,677,280,275 |
root_title | "Basic astrophotography image processing with PixInsight - Part 1" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,596,360 |
net_rshares | 2,323,401,931 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
astrophoto.kevin | 0 | 2,323,401,931 | 100% |
Thank you very much for your warm words @chris.geese :-) I'm really happy that you liked it. It took time, that's right. But if only one person benefits it, it has been worth it. :-)
author | astrophoto.kevin |
---|---|
permlink | re-chrisgeese-re-astrophotokevin-basic-astrophotography-image-processing-with-pixinsight-part-1-20180531t154229020z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["chris.geese"],"app":"steemit/0.1"} |
created | 2018-05-31 15:42:30 |
last_update | 2018-05-31 15:42:30 |
depth | 2 |
children | 0 |
last_payout | 2018-06-07 15:42:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 182 |
author_reputation | 86,277,108,443,159 |
root_title | "Basic astrophotography image processing with PixInsight - Part 1" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,616,958 |
net_rshares | 0 |
Nice post. Could you maybe add a link somewhere which leads to the PixInsight website? It is always nice to generate more traffic for other people :) 
author | mathowl |
---|---|
permlink | re-astrophotokevin-basic-astrophotography-image-processing-with-pixinsight-part-1-20180531t143544104z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"image":["https://cdn.steemitimages.com/DQmecfRxRo8n2qbmdJcQi5L8YqiwnX7bfQJAgqwNSwmbK23/DQmWPdXSwgcwQV5uuTRybUZH3vUZ6pTw4ESZmDT7Ey7DXbW_1680x8400.png"],"app":"steemit/0.1"} |
created | 2018-05-31 14:35:45 |
last_update | 2018-05-31 14:36:18 |
depth | 1 |
children | 1 |
last_payout | 2018-06-07 14:35:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 357 |
author_reputation | 44,993,635,814,620 |
root_title | "Basic astrophotography image processing with PixInsight - Part 1" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,607,795 |
net_rshares | 2,274,488,206 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
astrophoto.kevin | 0 | 2,274,488,206 | 100% |
Thank you very much for your feedback @mathowl You won't believe me, but in the first version, I had the link to their website for registering the trial version. :-)
author | astrophoto.kevin |
---|---|
permlink | re-mathowl-re-astrophotokevin-basic-astrophotography-image-processing-with-pixinsight-part-1-20180531t155705070z |
category | steemstem |
json_metadata | {"tags":["steemstem"],"users":["mathowl"],"app":"steemit/0.1"} |
created | 2018-05-31 15:57:06 |
last_update | 2018-05-31 15:57:48 |
depth | 2 |
children | 0 |
last_payout | 2018-06-07 15:57:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 86,277,108,443,159 |
root_title | "Basic astrophotography image processing with PixInsight - Part 1" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,619,078 |
net_rshares | 0 |
Congratulations @astrophoto.kevin! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@astrophoto.kevin) Award for the number of upvotes <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-astrophotokevin-20180603t180226000z |
category | steemstem |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-06-03 18:02:27 |
last_update | 2018-06-03 18:02:27 |
depth | 1 |
children | 0 |
last_payout | 2018-06-10 18:02:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 677 |
author_reputation | 38,975,615,169,260 |
root_title | "Basic astrophotography image processing with PixInsight - Part 1" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,080,060 |
net_rshares | 0 |