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
Setting parameters like the following works for , for example, apphot.
[IN]
iraf.apphot.datapars.itime = 10.
print(iraf.apphot.datapars.itime)
[OUT]
10.
It also works for immatch.geotran, however, it doesn't for immatch.wcsmap.
[IN]
iraf.immatch.wcsmap.fitgeom = 'rxyscale'
print(iraf.immatch.wcsmap.fitgeom)
[OUT]
general
Do I miss something?
Using
pyraf 2.1.15
iraf-community 2.16.1+2021.06.14
Thanks.
The text was updated successfully, but these errors were encountered:
Setting parameters like the following works for , for example, apphot.
[IN]
iraf.apphot.datapars.itime = 10.
print(iraf.apphot.datapars.itime)
[OUT]
10.
It also works for immatch.geotran, however, it doesn't for immatch.wcsmap.
[IN]
iraf.immatch.wcsmap.fitgeom = 'rxyscale'
print(iraf.immatch.wcsmap.fitgeom)
[OUT]
general
Do I miss something?
Using
pyraf 2.1.15
iraf-community 2.16.1+2021.06.14
Thanks.
The text was updated successfully, but these errors were encountered: