Source
620
620
}
621
621
622
622
623
623
bool synthesisimager::makesdpsf()
624
624
{
625
625
Bool rstat(false);
626
626
627
627
try {
628
628
629
629
//if( ! itsImager ) itsImager = new SynthesisImager();
630
+
//std::cout << "makesdpdf()<0>" << std::flush << std::endl;
630
631
itsImager = makeSI();
632
+
//std::cout << "makesdpdf()<1>" << std::flush << std::endl;
631
633
itsImager->makeSdImage(true);
634
+
//std::cout << "makesdpdf()<2>" << std::flush << std::endl;
632
635
633
636
} catch (AipsError x) {
634
637
RETHROW(x);
635
638
}
636
639
return rstat;
637
640
}
638
641
bool synthesisimager::unlockimages(const int id)
639
642
{
640
643
Bool rstat(false);
641
644