Michele Vallisneri

Results 9 comments of Michele Vallisneri

Thanks Simon! No pressure, but do you have an ETA on this? (So I can plan for some time to resume my experimentation...)

Thanks Simon. I cloned v1.4-beta, but it seems to be incomplete... for instance, it's missing CMakeLists-C.txt and CMakeLists-F.txt. Do I understand correctly that now mongodb is a requirement? (ENABLE_MONGODB has...

I think I can fix it, but before I try to reverse engineer autoDM, can you give me as much context as you know? Which are the actual fit parameters...

Can you share your code? I haven't seen such an error; I think it comes from the tempo2 layer, which is harder to diagnose and fit. Usually you'd use the...

This is actually a problem with the tempo2 library, not libstempo. Recent versions use openmp, so you need to compile tempo2 with something that supports it. On the Mac, I...

Thanks Matt for replying! I can do my bit and say that the times are indeed meant to be the pulse arrival times at the observatory. Time conversions, barycentering, etc....

(I know I owe you lots of comments and replies... what can I say, I've been busy.) This would be nice if it worked, but I can't find documentation anywhere...

Well, I just tried GCC 13.2 on my M1, and indeed libquadmath is available, so tempo2 would be able to use it (if --enable-float128 does what it claims). I haven't...

Yeah... Aaron and I spent some time trying to get PINT working with https://github.com/tuwien-cms/xprec, which is a numpy extension. Unfortunately PINT uses scipy which is tied to the standard long...