Bug #1361
Updated by Mayer Michael about 10 years ago
After recent update, I find GCTAPointing not initialized when an observation is loaded.
For example,
obs = GObservations('obs.xml')
pnt = obs[0].pointing()
pntdir = pnt.dir()
pntdir.dec_deg()
the last line gives 0
It also shows in ctlike log message that
2014-11-10T12:53:27: === GCTAPointing ===
2014-11-10T12:53:27: Pointing direction ........: (RA,Dec)=(not initialised)
Is this a bug?