Author Topic: New Module: SuperBias  (Read 1270 times)

Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 1692
  • Join the dark side... we have cookies
    • View Profile
    • http://www.astrophoto.vze.com/
New Module: SuperBias
« on: 2011 July 20 03:41:47 »
This process takes a master bias frames, and makes operation between pixels to emulate a master bias of several hundred of frames. Differences between the super bias and the master bias of a huge set is well below 1ADU acording our tests.

The idea behind this was born by some experiments conducted by Vicent Peris. He wandered what could be the result of a insanely huge amount of individual bias frames integrated. He used some 2000 images and found that for his ccd camera, vertical variations inter pixel were only noticeable at large scales. Locally, only column patters were visible. I repeated the experiment with some 400 bias with a Canon 300D (CMOS sensor) and the same was found. So, we deviced an algorithm that takes a master bias of a smaller set, and tried to reproduce the behaviour of those huge data sets.

I'll give an example of this process tomorrow.

Downloads:
Windows 64bits: http://pteam.pixinsight.com/pcldev/carlos/x64/SuperBias-pxm.dll
Linux 64bits: http://pteam.pixinsight.com/pcldev/carlos/x64/SuperBias-pxm.so
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

Nocturnal

  • PixInsight Jedi Council Member
  • *******
  • Posts: 2500
    • View Profile
    • http://www.carpephoton.com
Re: New Module: SuperBias
« Reply #1 on: 2011 July 20 03:45:25 »
That sounds interesting but I'm a little concerned about messing with master bias files. If I don't like the quality of my master bias I can take more of them, right? It seems that fixed patterns in bias frames depends heavily on both the sensor and the circuitry used.
Best,

    Sander
---
Edge HD 1100
QHY-8 for imaging, IMG0H mono for guiding, video cameras for occulations
HyperStar3
WO-M110ED+FR-III/TRF-2008
Takahashi EM-400
PIxInsight, DeepSkyStacker, PHD, Nebulosity

Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 1692
  • Join the dark side... we have cookies
    • View Profile
    • http://www.astrophoto.vze.com/
Re: New Module: SuperBias
« Reply #2 on: 2011 July 20 03:57:14 »
Yeah, you can always take more subs. The deal here, is that with 20 or 40, you'll end with a result that will look (and have an maximum error below 1 ADU) almost the same as a 400 or 2000 subs master bias. It is a lot that you are saving there (disk space and time).
The real issue is the question if such improvement really makes any difference to the final images... In any case, since the SuperBias procedure is almost instant, I'm always using it. My latest 10 images used them.
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

Geoff

  • PixInsight Addict
  • ***
  • Posts: 259
    • View Profile
Re: New Module: SuperBias
« Reply #3 on: 2013 February 13 22:56:12 »
 Hi Carlos
Not sure how to proceed after downloading the file.  Presumably I have to move it to the appropriate folder.  Help appreciated.
Geoff

Alejandro Tombolini

  • PixInsight Old Hand
  • ****
  • Posts: 516
    • View Profile
    • Próxima Sur
Re: New Module: SuperBias
« Reply #4 on: 2013 February 13 23:19:39 »
Hi Geoff, save the file in bin folder and from PI install it

Process>Modules>Install Modules>Search

But!, I think that this module do not works in 1.8RC3 yet. 
Alejandro Tombolini
William Optics 5" - Canon 450 - Canon 5DIII

Geoff

  • PixInsight Addict
  • ***
  • Posts: 259
    • View Profile
Re: New Module: SuperBias
« Reply #5 on: 2013 February 14 05:21:53 »
Thanks Alejandro
That works for me in 1.7.  I haven't installed 1.8 yet.
Geoff

georg.viehoever

  • PixInsight Jedi Knight
  • *****
  • Posts: 1533
    • View Profile
Re: New Module: SuperBias
« Reply #6 on: 2013 February 14 09:51:13 »
Are there any physical considerations that are behind the process? It is difficult for me to understand that it is possible to generate a high quality masterBias from just a few biases? Sound like mathematical voodoo ;)...
Georg
Georg (6 inch Newton, unmodified Canon EOS40D, unguided EQ5 mount)

cs_pixinsight

  • PixInsight Addict
  • ***
  • Posts: 110
    • View Profile
Re: New Module: SuperBias
« Reply #7 on: 2013 February 14 20:07:12 »
Just curious.   What determines when a module and/or script is released with PI versus having to download it manually?

Craig

Alejandro Tombolini

  • PixInsight Old Hand
  • ****
  • Posts: 516
    • View Profile
    • Próxima Sur
Re: New Module: SuperBias
« Reply #8 on: 2013 February 15 02:48:54 »
Just curious.   What determines when a module and/or script is released with PI versus having to download it manually?

mmmh, it is not easy. I have a file with last update of most of the modules and scripts and if one is not present in the oficial distribution list, then I install it. But it depends on the vertion. For example I have right now 52 modules in win7 and 42 in Linux. I am missing Carlos' modules and other than are not available for 1.8 yet.   
Alejandro Tombolini
William Optics 5" - Canon 450 - Canon 5DIII

Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 1692
  • Join the dark side... we have cookies
    • View Profile
    • http://www.astrophoto.vze.com/
Re: New Module: SuperBias
« Reply #9 on: 2013 February 15 13:57:13 »
Hi Georg

The idea behind this is that for certain cameras, vertical patterns are dominant over differences between pixels in the same column, so we may assume that the only high frequency components that are relevant are those in the x axis. So, we just have to average each column, to achieve the mean value. Since we have hundreds of pixels in the same column, it is almost the same as averaging hundreds of frames, in a individual pixel basis. Medium and large scale components are preserved with ATW.
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

Carlos Milovic

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 1692
  • Join the dark side... we have cookies
    • View Profile
    • http://www.astrophoto.vze.com/
Re: New Module: SuperBias
« Reply #10 on: 2013 February 15 14:00:20 »
Hi Craig

Basically, that depends on Juan. If he has the time to look at a code, and it is considered as a valuable contribution, it is included in the standard repository. In the case of my processes, he just have put them on the qeue list, untill he have more time to look at them. We have plans to include most of them in the standard package during the 1.8 cycle.
Regards,

Carlos Milovic F.
--------------------------------
PixInsight Project Developer
http://www.pixinsight.com

jdupton

  • Newbie
  • Posts: 9
    • View Profile
Re: New Module: SuperBias
« Reply #11 on: 2013 May 13 22:07:03 »
Is this module still available? 

I played with it on PixInsight v1.7 but found that now that I have upgraded to the latest v1.8 it will not install.  I went back the original directory (shown in the first post above) to see if a new version was available.  The file link now gives a "404 Not Found" error and the whole directory gives a "403 Forbidden" error.

I'd like to play with this some more.  It seemed to have a lot going for it.  Is there now a version of SuperBias for v1.8 and if so where can it be found?

John

Andres.Pozo

  • PixInsight Old Hand
  • ****
  • Posts: 393
    • View Profile
Re: New Module: SuperBias
« Reply #12 on: 2013 May 14 08:07:54 »
Hi Craig

Basically, that depends on Juan. If he has the time to look at a code, and it is considered as a valuable contribution, it is included in the standard repository. In the case of my processes, he just have put them on the qeue list, untill he have more time to look at them. We have plans to include most of them in the standard package during the 1.8 cycle.

This is why I write scripts and not modules. Modules can be much faster but the maintenance is too involved: you have to recompile the module for each platform for each version of PI.

cbradshaw

  • Newbie
  • Posts: 21
    • View Profile
    • Charlie's Place
Re: New Module: SuperBias
« Reply #13 on: 2013 May 15 22:39:00 »
I would also like to try this module.  With my DSLR, I want to minimize shutter actuation.

Regards,

Charlie
Charlie - CGEM, SV115T20, Mod Canon 20d, SN-8, Orion SS III monochrome