You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a self-made input catalog of simulated galaxies for NIRCam using MIRAGE, and am getting an error that I think crashes inside catalog_seed_image.py. I used the examples on the github page for making your own 2D sersic profile galaxy input catalogs, and so I think they are in the correct format using catalog_generator.GalaxyCatalog and add_magnitude_column. I attached the last 3 lines of output before I get all the code traceback:
File "/home/cwilliams/anaconda3/envs/JWST/lib/python3.8/site-packages/mirage/seed_image/catalog_seed_image.py", line 3720, in RADecToXY_astrometric
pixelx, pixely = self.coord_transform.inverse(loc_v2, loc_v3)
AttributeError: 'TaggedDict' object has no attribute 'inverse'
I am getting this same error when using two different mirage installations, 2.1.1.dev48+g9bdb234 and 2.2.1.
The text was updated successfully, but these errors were encountered:
What do you have listed for the Reffiles:astrometric entry in your yaml file? It sounds like it may not be pointing to an asdf-formatted reference file?
On Fri, May 13, 2022 at 10:55 AM Bryan Hilbert ***@***.***> wrote:
What do you have listed for the Reffiles:astrometric entry in your yaml
file? It sounds like it may not be pointing to an asdf-formatted reference
file?
—
Reply to this email directly, view it on GitHub
<#795 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACR72CCW63SQCEBWJDV2KULVJ2JQHANCNFSM5VZXBRXA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*********************************************
Christina C. Williams
University of Arizona
933 N. Cherry Ave
Tucson, AZ 85721
(520) 621-4661
*********************************************
I'm trying to use a self-made input catalog of simulated galaxies for NIRCam using MIRAGE, and am getting an error that I think crashes inside catalog_seed_image.py. I used the examples on the github page for making your own 2D sersic profile galaxy input catalogs, and so I think they are in the correct format using catalog_generator.GalaxyCatalog and add_magnitude_column. I attached the last 3 lines of output before I get all the code traceback:
File "/home/cwilliams/anaconda3/envs/JWST/lib/python3.8/site-packages/mirage/seed_image/catalog_seed_image.py", line 3720, in RADecToXY_astrometric
pixelx, pixely = self.coord_transform.inverse(loc_v2, loc_v3)
AttributeError: 'TaggedDict' object has no attribute 'inverse'
I am getting this same error when using two different mirage installations, 2.1.1.dev48+g9bdb234 and 2.2.1.
The text was updated successfully, but these errors were encountered: