Search found 5 matches

by simonp
Wed May 18, 2022 7:45 pm
Forum: MIRIAD
Topic: immerge problem, potentially with Apple M1 silicon?
Replies: 8
Views: 36472

Re: immerge problem, potentially with Apple M1 silicon?

Hi Mark,

Many thanks for your time. I can confirm that immerge is now working on my M1 without issue!

Cheers,

Simon.
by simonp
Wed May 18, 2022 2:34 am
Forum: MIRIAD
Topic: immerge problem, potentially with Apple M1 silicon?
Replies: 8
Views: 36472

Re: immerge problem, potentially with Apple M1 silicon?

Hi Mark, When checking the immerge version on my Apple M1: immerge: Revision 1.8, 2021/06/02 04:45:09 UTC Strangely, when I check the immerge version on our server (which produced the correct immerge result), I also get: immerge: Revision 1.8, 2021/06/02 04:45:09 UTC I'm guessing the M1 had issues w...
by simonp
Mon May 16, 2022 2:48 am
Forum: MIRIAD
Topic: immerge problem, potentially with Apple M1 silicon?
Replies: 8
Views: 36472

Re: immerge problem, potentially with Apple M1 silicon?

Hi Mark, Just playing about with the non-sensical output from miriad's immerge on my M1, using the following python script: import numpy as np from astropy.io import fits import matplotlib.pylab as plt fitsfile = 'merged.im.fits' # Non-sensical output of immerge as a fits with fits.open(fitsfile) as...
by simonp
Thu May 12, 2022 7:11 pm
Forum: MIRIAD
Topic: immerge problem, potentially with Apple M1 silicon?
Replies: 8
Views: 36472

Re: immerge problem, potentially with Apple M1 silicon?

Hi Mark,

Thanks for the reply. I can confirm that I was using the 'miriad-darwin_arm64' version,

Cheers,

Simon.
by simonp
Wed May 11, 2022 9:00 pm
Forum: MIRIAD
Topic: immerge problem, potentially with Apple M1 silicon?
Replies: 8
Views: 36472

immerge problem, potentially with Apple M1 silicon?

Hi guys, I'm trying to combine a low-resolution image with a high-resolution one with immerge with the following parameters: in = high_res.im,low_res.im out = merged.im factor = 1. options = notaper Upon running immerge on my Apple M1 silicon laptop (Monterey 12.3.1) with miriad version 20220505, th...