Research Blog
Welcome to my Research Blog.
This is mostly meant to document what I am working on for myself, and to communicate with my colleagues. It is likely filled with errors!
This project is maintained by ndrakos
This is a continuation of Part VII
When playing around with MIRISim, I noted that the output log said “Rotation keywords found. Derotating the cube”
I was not sure HOW MIRISim was treating this, so I deleted the following keywords in my FITS file:
del hdu_cutout.header['PC1_1']; del hdu_cutout.header['PC1_2']; del hdu_cutout.header['PC2_1']; del hdu_cutout.header['PC2_2'];
This actually seemed to help fix things! Here is the raw Miri Data:
Now there are clearly sources, but (1) they look much too bright and/or compact and (2) I haven’t checked that their positions are correct yet.
I am pretty sure that the units should be mJy/arcsec**2
, but I changed UNITS
to uJy/arcsec**2
, to check how things look. I’m worried MIRISim isn’t taking units into account internally.
Here is the raw data when I change that key word:
It looks identical! Which makes me suspect that MIRISim is not converting units. I will change everything to be in uJy, and arcsec, which I suspect MIRISim assumes.
The sources are now appearing, some of the next steps are
Run the full DREaM source catalog (right now I am using the Test Catalog)
Check the rotation/offset of the pointing is correct (I might need to talk to some of the observers for this!)