Submit a Story  :  IRAF Links  :  Past Polls  :  Calendar  :  Advanced Search  
     iraf.net
FAQ
 Forum FAQForum FAQ   Forum SearchForum Search   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GMOS photometry question

 
Post new topic   Reply to topic    iraf.net Forum Index -> General IRAF
View previous topic :: View next topic  
Author Message
sebastian
Active IRAF User


Joined: 21 Mar 2007
Posts: 45

PostPosted: Wed Mar 21, 2012 4:13 pm    Post subject: GMOS photometry question Reply with quote

Hello all, I have a fairly simple question. It's about performing photometry measurements on GMOS data. Since GMOS has three detectors, each of them with their own gain, rdnoise and bias levels, images are then multiplied (at the processing stage by gireduce) by the gain in each detector to transform ADUs to electros. So fluxes now are in electrons.
Without knowing this, I've performed the usual photometry with apphot and then realized about that, by looking at the magnitude errors that looked funny.
So the question is:
It is only in the error estimation (sky and magnitudes) that the gain value is used within apphot?

If that's true, it won't be a problem to have fluxes in electrons and carry on.

(from apphot)
Code:

flux = sum - area * msky                                                      (ADUs)
mag = zmag - 2.5 * log10 (flux) + 2.5 * log10 (itime)
merr = 1.0857 * err / flux
err = sqrt (flux / epadu + area * stdev**2 +
area**2 * stdev**2 / nsky)


Also, since fluxes are in electrons, I bet that I should need to modify the SNR to account for values in electrons and not in ADUs to use
Code:

errmag ~2.5*log10(1+1/SNR)

Thank you in advance!
Cheers,
sebastian
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    iraf.net Forum Index -> General IRAF All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2009 phpBB Group
 Copyright © 2005-2011 iraf.net
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.11 seconds