I have a question about transformation.
Following the older CCDPhotometryGuide v1.1 2015, the transformation for an two color image series is as follows:
Without transformation
Vvar=Δv+Vcomp 1)
With transformation
Vvar=Δv + Tv_bv * Δ(B-V) + Vcomp 2)
Δ(B-V) is the difference in the standard color of the variable versus the standard color of the comparison star and is equal to Tbv * Δ(b-v). In other words, you can derive Δ(B-V) by multiplying your color transform by the measured color difference between the variable and comparison star, Δ(b-v). Then formula 2) can be written as:
Vvar=Δv + Tv_bv * Tbv * Δ(b-v) + Vcomp 3)
Vvar=Δv + Tv_bv * Tbv *((b-v)var - (b-v)comp) +Vcomp 4)
• (b−v)var−(b−v)comp: how different the instrumental colors of the variable and comparison star are.
• Tbv: converts instrumental color difference → standard color difference.
• Tv_bv: tells how much a difference in B − V shifts the V magnitude in the system.
Assume you try to correct the V value using above formula 4), you have to measure (b-v)var and (b-v)comp . The B and V filter are selected intermittent for the image series. The question is how to process the b-v values for an image series. There are two options:
A) For transformation correction for V-image, take the v and select the b magnitude of the B-image before or after the V-image.
B) Average the b and v values for all images and use the median, mean or sigma clipped value.
For A) there will be noise in the calculated b-v values.
For B) Does the changing air mass has an influence on the b-v value?
Which method is better, A) or B)?
Han