Skip to content

Point source convolution with symmetric PSF yields asymmetric image #879

@oczoske

Description

@oczoske

Asymmetric point source images have been reported for METIS with PSF_SCAO_9mag_06seeing.fits, most noticably with the H2O-ice filter. This filter is observed with two FOVs, one using the PSF layer at 2.2um, the other the PSF layer at 3.8um. The figures show the two FOVs, with the effect more pronounced with the narrower 2.2um PSF. The source is at (0, 0) arcsec, i.e. at pixel (1023.5, 1023.5) . Since the PSF is symmetric, the central four pixels should have equal signal.

Image Image
cmd =  sim.UserCommands(use_instrument="METIS", set_modes=["img_lm"], properties={"!OBS.filter_name": "H2O-ice", "!OBS.psf_file": "PSF_SCAO_9mag_06seeing.fits"})
metis = sim.OpticalTrain(cmd)
star = sim.source.source_templates.star()
metis.observe(star)

The two FOVs are not even aligned (image is fov at 2.2um, contours at 3.8um):

Image

Metadata

Metadata

Assignees

Labels

imagingRelated to imaging modes

Type

Projects

Status

🏗 In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions