Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected pixel values in *.dat vs sextract_single_image #4

Closed
mrosseel opened this issue Sep 6, 2019 · 5 comments
Closed

Unexpected pixel values in *.dat vs sextract_single_image #4

mrosseel opened this issue Sep 6, 2019 · 5 comments

Comments

@mrosseel
Copy link

mrosseel commented Sep 6, 2019

version: vast-1.0rc84
Note: the reference frame in 'vast_summary.log' is processed via astrometry.net and saved as new-image.fits.

If I execute the following command:
./sextract_single_image ../../new-image.fits 886 1199

Screen Shot 2019-09-06 at 16 03 49

The red cross is over a star. When I click this star I get the following output:
Screen Shot 2019-09-06 at 16 00 03

When I look at this same star in either 'vast_list_of_all_stars.log' or in 'out01177.dat', the following coordinates are displayed:

Screen Shot 2019-09-06 at 16 02 23

So the question is, is this a bug or is there another way to get the pixel position of a star on the reference frame?

@kirxkirx
Copy link
Owner

kirxkirx commented Sep 6, 2019

@mrosseel thanks for the very detailed report!

The pixel coordinates reported by sextract_single_image should match the ones in the out*.dat file for the same image for a given star. My guess is that for some reason, it is either not the same image or not the same star. The second screenshot suggest that the star is marked by SExtractor on the reference image with the flag "3" = "heavily blended". By default, VaST will not write measurements with SExtractor flag >1 to the lightcurve file (assuming that photometry of a blended star is unreliable, which is often the case). Maybe for that reason VaST dropped the measurement associated with the reference (and likely a few other) images, but on images starting with 'WWCrA#30V_000184527_FLAT.fit' (the first record in the lightcurve file) seeing got better and SExtractor did not mark this star as blended, so VaST propagated the measurements to the lightcurve file. So my guess is that 'WWCrA#30V_000184527_FLAT.fit' is not the reference image listed in 'vast_summary.log' and solved with astrometry.net

You may tell VaST to accept blended stars by re-running the analysis with '-x3' option:
./vast -x3 ../image/files*.fit but the side effect of this would be a number of false candidate variables arising from corrupted photometry. Another option is to rise the detection threshold in 'default.sex' increasing the value of 'DETECT_THRESH' (and 'ANALYSIS_THRESH') to the point where the target star is not marked as blended any more. According to the first screenshot, the star is fairly isolated and touches its neighbour maybe only with the wings of its PSF. Raising the threshold will make fewer pixels get assigned by SExtractor to the star effectively cutting the PSF at a higher level, eventually at a level where there is no overlap with the image of the neighbouring star. The side effect of this would be loosing the faintest stars, of course.

@mrosseel
Copy link
Author

mrosseel commented Sep 6, 2019

@kirxkirx thanks for the fast reply! The information on the blended star and how to avoid it is interesting. I made some further tests where I used the exact same fits to make sure there's not an error there.

The command: ./sextract_single_image ../../inputfiles/WWCrA2015/fits/WWCrA\#30V_000184527_FLAT.fit 918.8 1180.0

Screen Shot 2019-09-06 at 20 26 28

Clicking on the star gives:

Screen Shot 2019-09-06 at 20 26 42

Looking the out01208.dat file:

Screen Shot 2019-09-06 at 20 26 56

So using the exact same fits file, pgfv is giving other pixel values than the .dat file.
Let me know if there is anything else I can check, or if there's a wrong assumption from my part somewhere.

@kirxkirx
Copy link
Owner

kirxkirx commented Sep 6, 2019

Maybe this is a different star? According to the last two screenshots, './sextract_single_image' reports star 1208 (lightcurve file out01208.dat), but the grep'ed lightcurve is for the star 'out01218.dat '. Also they have very different instrumental magnitudes (-12 and -8, respectively), while they should be the same for the reference image.

The star numbers should remain the same as long as 'default.sex' is not changed and it's the same version of SExtractor running on the same computer. (At least, this should be true for the stars detected on the reference image, i.e. the ones with numbers below the 10000 gap in numbering.)

Also I checked that with the test data set, the pixel coordinates of a star in its lightcurve file and reported by './sextract_single_image' are the same within the rounding error.

@mrosseel
Copy link
Author

mrosseel commented Sep 9, 2019

yes it was a different star, should have seen that.

In the end, I could fix my issues by using '-x 3' to include the blended stars (their lightcurves look ok) and by using the correct file to get my X and Y positions.
I was using the X and Y from the data.m_sigma file, but these sometimes deviate from the values in the vast_list_of_all_stars.log. Is this expected behaviour?

Thx for the help!

@mrosseel mrosseel closed this as completed Sep 9, 2019
@kirxkirx
Copy link
Owner

kirxkirx commented Sep 9, 2019

Glad the problem is solved!

Yes, slight differences in pixel positions are expected between 'data.m_sigma', its more expanded version 'vast_lightcurve_statistics.log' and the lightcurve file on one hand, and 'vast_list_of_all_stars.log' on the other hand. This is for sources detected on the reference image, for other sources (these differences may be arbitrary large as the positions correspond to different frames: the first frame where the source was detected or the reference frame). The file 'vast_list_of_all_stars.log' lists for each detected source its pixel position transformed to the pixel coordinate frame of the reference image and averaged over multiple images, while all the other files mentioned above list the pixel position measured on the first image where the source was detected (for the majority of sources this will be the reference image).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants