Build: #3 was successful
Job: Tag Release Branch was successful
Build log
The build generated 10,712 lines of output.The output is too long and has been truncated to the last 1,000 lines. Download or view full build log.
21-May-2021 20:04:26 | + savedict['sumwt_stats_dict']=sumwt_stats_dict |
21-May-2021 20:04:26 | + savedict['wt_stats_dict']=wt_stats_dict |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + self.save_dict_to_file(test_name,savedict, test_name+'_stats') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + self.assertTrue(th.check_final(pstr = report), \ |
21-May-2021 20:04:26 | + msg = failed) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | +# End of est_mosaic_cube_eph |
21-May-2021 20:04:26 | +#-------------------------------------------------# |
21-May-2021 20:04:26 | + # Test 12b |
21-May-2021 20:04:26 | + @stats_dict(test_dict) |
21-May-2021 20:04:26 | + def test_mosaic_cube_eph_pcwdT(self): |
21-May-2021 20:04:26 | + ''' Mosaic ephemeris cube imaging with briggsbwtaper - field Venus, spw 45 ''' |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + test_name = self._testMethodName |
21-May-2021 20:04:26 | + file_name = self.remove_prefix(test_name,'test_')+'.iter' |
21-May-2021 20:04:26 | + img = os.getcwd()+'/'+file_name+'1' |
21-May-2021 20:04:26 | + self.prepData(data_path+'2018.1.00879.S_tclean.ms') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + print("\nSTARTING: iter0 routine") |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # iter0 routine |
21-May-2021 20:04:26 | + tclean(vis=self.msfile, field='Venus', spw=['1'], antenna=['0,1,2,3,' |
21-May-2021 20:04:26 | + '4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,' |
21-May-2021 20:04:26 | + '27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46'], \ |
21-May-2021 20:04:26 | + scan=['7,11'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
21-May-2021 20:04:26 | + datacolumn='corrected', imagename=file_name+'0', \ |
21-May-2021 20:04:26 | + imsize=[480, 420], cell=['0.14arcsec'], phasecenter='TRACKFIELD',\ |
21-May-2021 20:04:26 | + stokes='I', specmode='cubesource', nchan=948, start='261.7643758544GHz', width='0.2441755MHz', \ |
21-May-2021 20:04:26 | + perchanweightdensity=True, gridder='mosaic', \ |
21-May-2021 20:04:26 | + mosweight=True, usepointing=False, pblimit=0.2, \ |
21-May-2021 20:04:26 | + deconvolver='hogbom', restoration=False, restoringbeam='common', \ |
21-May-2021 20:04:26 | + pbcor=False, weighting='briggs', robust=0.5, npixels=0, niter=0, \ |
21-May-2021 20:04:26 | + threshold='0.0mJy', nsigma=0.0, interactive=0, usemask='auto' |
21-May-2021 20:04:26 | + '-multithresh', sidelobethreshold=2.0, noisethreshold=4.25, \ |
21-May-2021 20:04:26 | + lownoisethreshold=1.5, negativethreshold=15.0, minbeamfrac=0.3, \ |
21-May-2021 20:04:26 | + growiterations=50, dogrowprune=True, minpercentchange=1.0, \ |
21-May-2021 20:04:26 | + fastnoise=False, savemodel='none', parallel=self.parallel, verbose=True) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # move files to iter1 |
21-May-2021 20:04:26 | + print('Copying iter0 files to iter1') |
21-May-2021 20:04:26 | + self.copy_products(file_name+'0', file_name+'1') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + print("STARTING: iter1 routine") |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # iter1 (restart) |
21-May-2021 20:04:26 | + tclean(vis=self.msfile, field='Venus', spw=['1'], antenna=['0,1,2,3,' |
21-May-2021 20:04:26 | + '4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,' |
21-May-2021 20:04:26 | + '27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46'], \ |
21-May-2021 20:04:26 | + scan=['7,11'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
21-May-2021 20:04:26 | + datacolumn='corrected', imagename=file_name+'1', \ |
21-May-2021 20:04:26 | + imsize=[480, 420], cell=['0.14arcsec'], phasecenter='TRACKFIELD',\ |
21-May-2021 20:04:26 | + stokes='I', specmode='cubesource', nchan=948, start='261.7643758544GHz', width='0.2441755MHz', \ |
21-May-2021 20:04:26 | + perchanweightdensity=True, gridder='mosaic', \ |
21-May-2021 20:04:26 | + mosweight=True, usepointing=False, pblimit=0.2, \ |
21-May-2021 20:04:26 | + deconvolver='hogbom', restoration=True, restoringbeam='common', \ |
21-May-2021 20:04:26 | + pbcor=True, weighting='briggs', robust=0.5, npixels=0, \ |
21-May-2021 20:04:26 | + niter=700000, threshold='0.0106Jy', nsigma=0.0, interactive=0, \ |
21-May-2021 20:04:26 | + usemask='auto-multithresh', sidelobethreshold=2.0, \ |
21-May-2021 20:04:26 | + noisethreshold=4.25, lownoisethreshold=1.5, \ |
21-May-2021 20:04:26 | + negativethreshold=15.0, minbeamfrac=0.3, growiterations=50, \ |
21-May-2021 20:04:26 | + dogrowprune=True, minpercentchange=1.0, fastnoise=False, \ |
21-May-2021 20:04:26 | + restart=True, savemodel='none', calcres=False, calcpsf=False, \ |
21-May-2021 20:04:26 | + parallel=self.parallel, verbose=True) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + report0 = th.checkall(imgexist = self.image_list(img, 'mosaic')) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT |
21-May-2021 20:04:26 | + # .image report |
21-May-2021 20:04:26 | + im_stats_dict = self.image_stats(img+'.image', fit_region = \ |
21-May-2021 20:04:26 | + 'ellipse[[239.36796846deg, -16.96307757deg], [5.3756arcsec, 3.3987arcsec], 0.00000000deg]', \ |
21-May-2021 20:04:26 | + field_regions = \ |
21-May-2021 20:04:26 | + ['circle[[15:57:28.454567, -16.57.49.11051], 11.5arcsec]', |
21-May-2021 20:04:26 | + 'circle[[15:57:28.112222, -16.57.59.87434], 11.5arcsec]', |
21-May-2021 20:04:26 | + 'circle[[15:57:29.051302, -16.58.00.17973], 11.5arcsec]', |
21-May-2021 20:04:26 | + 'circle[[15:57:27.877217, -16.57.49.98258], 11.5arcsec]', |
21-May-2021 20:04:26 | + 'circle[[15:57:29.755349, -16.57.50.59334], 11.5arcsec]', |
21-May-2021 20:04:26 | + 'circle[[15:57:28.581274, -16.57.40.39634], 11.5arcsec]', |
21-May-2021 20:04:26 | + 'circle[[15:57:29.520326, -16.57.40.70171], 11.5arcsec]']) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_im_stats |
21-May-2021 20:04:26 | + exp_im_stats = {'com_bmaj': [False, 0.9379539996102209], |
21-May-2021 20:04:26 | + 'com_bmin': [False, 0.7149098922174161], |
21-May-2021 20:04:26 | + 'com_pa': [False, -87.11030298442445], |
21-May-2021 20:04:26 | + 'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'npts_unmasked': [False, 105415430.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.07559825479984283], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [319, 243, 0, 511]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.06556452810764313], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [268, 151, 0, 57]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.011414422783139517], |
21-May-2021 20:04:26 | + 'rms_per_chan': [False, [0.013952824376742565, 0.01122374880188617, 0.01036553044594618, 0.010834329676841383, 0.011004250469721491, 0.012220673723321428, 0.012688584549121765, 0.014117962775334711, 0.011720825390122841, 0.01150046125293291, 0.0103864298965176, 0.010206043663966428, 0.012697296801477345, 0.010723566217492262, 0.010225173519223276, 0.009987127133368051, 0.010988351777900801, 0.012634244424198785, 0.008807171800766544, 0.011343850092221799, 0.011825465580970744, 0.01197238247131425, 0.011548195845904923, 0.012509220973762565, 0.011430761938164542, 0.010516294928906189, 0.010556053195249375, 0.010772505499515948, 0.013047874506385932, 0.012144276984028798, 0.010973526429491988, 0.010425155535221001, 0.010592518065153513, 0.009873344777935559, 0.011324096846053648, 0.011235527104471578, 0.010657006518532838, 0.01118696673081834, 0.010441376510623367, 0.010718751435464946, 0.011016019138439663, 0.011685873396758147, 0.011051296889981426, 0.012624531504747455, 0.011495122666352602, 0.010940682875714466, 0.010264885611006013, 0.009859712760843112, 0.010092875748068962, 0.010463782771704004, 0.011300096152831484, 0.011764161175840403, 0.010868168208368192, 0.010959181863245591, 0.010741709188773355, 0.011042677808611756, 0.010660096075986097, 0.014365283533556596, 0.011581756514527888, 0.009245547699758295, 0.009578112722034621, 0.01177349099308397, 0.010156872298378177, 0.010586837316931719, 0.010267663688073065, 0.010587398789755441, 0.011002086760542587, 0.011322845802284855, 0.010571802888845194, 0.009463492687950848, 0.012485991884674745, 0.011654286251208392, 0.010680510333091869, 0.009165114959199092, 0.01055379379540136, 0.012211516574827405, 0.012899995382933438, 0.01268651898262829, 0.012104628004125746, 0.011480697040340734, 0.010351450276380667, 0.010231297135273263, 0.010734718225700834, 0.011480976783324262, 0.010895105705188176, 0.010743715697264495, 0.01046163065539561, 0.010689124300977711, 0.009605882316073025, 0.010850892214708589, 0.011044172446603813, 0.011845893888973565, 0.010956729200407207, 0.009834190529333754, 0.010215185228844547, 0.011530699533545206, 0.011497232472462158, 0.011260029930689159, 0.011017335334340248, 0.009052852724625913, 0.01119258022375134, 0.01200730006025853, 0.012821244509307748, 0.011750440952480788, 0.012067949554595897, 0.01226865939139761, 0.013390593977009245, 0.011391954360365142, 0.01247553014871181, 0.011618457146484221, 0.01057103943451045, 0.010503603547144014, 0.011489545210526548, 0.010639696716389365, 0.01023774144720609, 0.011612913031872072, 0.010602298218108337, 0.010061536507327351, 0.011769640230512876, 0.01114513815176509, 0.009786145266547017, 0.011434759316376563, 0.009614645658584291, 0.0114404042347772, 0.010927713616333915, 0.011406605456654988, 0.010158697258747752, 0.01255648701524223, 0.010390953474902263, 0.009205247483587689, 0.010740889583440584, 0.01040714290630887, 0.00968729070063426, 0.011313585674567998, 0.012295041764605013, 0.010833269101636784, 0.010924049173667369, 0.010763327766352313, 0.010075573878892576, 0.010604514669851524, 0.011153329945884919, 0.010376795145452538, 0.009854785441170289, 0.0101971656766406, 0.008997858698050323, 0.011436041707576339, 0.011157885032837557, 0.009536333234454228, 0.011448591877354017, 0.009761545659605034, 0.010563502414979215, 0.011095646056926442, 0.010593863499552096, 0.010441045391313615, 0.011560380554809626, 0.01082055052946384, 0.011234294149503197, 0.01099869419649269, 0.01036397177069392, 0.013644944544639317, 0.013382997596917573, 0.010835862672442726, 0.009689561225532016, 0.00976430897619941, 0.010417358945731101, 0.009921349092576838, 0.01009193186517613, 0.009139827201116807, 0.009689656205802224, 0.01058547758238007, 0.009391042137992274, 0.010502715087721305, 0.010210266318824265, 0.010724962830436226, 0.012003576561693175, 0.011536067127347383, 0.009624201594632556, 0.011907981244120014, 0.01208076067864276, 0.01183959356655806, 0.010067652438190945, 0.011519835037815833, 0.010954243238264383, 0.012263139383990646, 0.010550259999188079, 0.010250802276482318, 0.011425051094736896, 0.00994842754266715, 0.012159159440724392, 0.010318720323439945, 0.01075689522332167, 0.01031989168014135, 0.011904558939694629, 0.0100317384952476, 0.010628759603048077, 0.01182366591474211, 0.010186582466130276, 0.011700025558958868, 0.01021404960812202, 0.011417438717531925, 0.011999024044278746, 0.01392762086861483, 0.012489437877448223, 0.011034023085982822, 0.01022441315910995, 0.009396806486993136, 0.010049603518199368, 0.010320136400271077, 0.011342298478993896, 0.010956877260669809, 0.011573804456569066, 0.011928855322364727, 0.011162369868918283, 0.010935953225793915, 0.009907023038469125, 0.01213190324208271, 0.011718594894909415, 0.010252741062221396, 0.010697628942382204, 0.012540385481585979, 0.012640707881809363, 0.011064628716590594, 0.011217137005439349, 0.012858901784057773, 0.011865604033374333, 0.010016402134241093, 0.011572786799695743, 0.011180940347114114, 0.01158691506680587, 0.010452168578873398, 0.010015013828739951, 0.012753134186786953, 0.01159742264816528, 0.011140479953007156, 0.009273210113972667, 0.012009152372669881, 0.011597297245766264, 0.011183201585528085, 0.010794712941214729, 0.013432319035404174, 0.011756044963257346, 0.009235916365296604, 0.009550585493158441, 0.010935621577171694, 0.011600852270012972, 0.010171726146430039, 0.010538613417399444, 0.010585259851346408, 0.011328465214403987, 0.011390138403294425, 0.012726058409170848, 0.010431229107882528, 0.009385907035474865, 0.011679787689607923, 0.011588037766780626, 0.012407930784466044, 0.011927334968692697, 0.010270326218799697, 0.010762009157886148, 0.010443602919455827, 0.011123927960244459, 0.01111173018605914, 0.012526600435553984, 0.010808133575665423, 0.011028102659751184, 0.01165680567107892, 0.012096511652251894, 0.010116692211530902, 0.011620223390640536, 0.012331484927412423, 0.010904468913089983, 0.01042956414814794, 0.010706197874821998, 0.011418015034032086, 0.010482062600990922, 0.010702579987894771, 0.012040542417747295, 0.012623704490704539, 0.012404927931175506, 0.01112225502450896, 0.01011890268647475, 0.010821304490882117, 0.011083657944610917, 0.008712699835865027, 0.011142041586668006, 0.011548177387988239, 0.011718402804628053, 0.01146046736782539, 0.011671415860122861, 0.012647959678755254, 0.010111503230536086, 0.010180311952794301, 0.010989613650405006, 0.010980958956414488, 0.01168182312104016, 0.009667052466366928, 0.010663868535818815, 0.01039096710745729, 0.011330755861777427, 0.010146449288215585, 0.012720700984412822, 0.011257444018065938, 0.011833725219232955, 0.015105511275514552, 0.015118315644340102, 0.015026459483228963, 0.010114301662487495, 0.011529798000829197, 0.010603865540796273, 0.013059156339313299, 0.010590663785158584, 0.010836187379582266, 0.01194389040559194, 0.012333781255336603, 0.011851660073013687, 0.011114826717482663, 0.011284888399887987, 0.013798730167180386, 0.01151796566135432, 0.011390679135671104, 0.011291026609377926, 0.0151016486078002, 0.011218273687550894, 0.011125378057198662, 0.01078828584128242, 0.01275516599677738, 0.013629574909518171, 0.011652715077449432, 0.010227344672666882, 0.011246324727313413, 0.010722009871973375, 0.012610173685585, 0.0111171322032092, 0.011752633046504197, 0.011583504981331285, 0.01033974781572764, 0.013460023637319948, 0.012198865352598143, 0.010906560959312252, 0.013254593231151739, 0.01044612581889771, 0.012918388216006268, 0.00949104883405205, 0.01068390726986989, 0.011543287148402682, 0.013097999775280362, 0.010319709504762952, 0.011721139777044602, 0.01002783253581918, 0.01059992482364449, 0.011687465298611938, 0.01244383424699979, 0.012111198028446965, 0.011274718625194424, 0.011229473429933854, 0.01047269603415, 0.01233985006636969, 0.011713563941315284, 0.012235472468679865, 0.011718276624643162, 0.010930794717324438, 0.011378132711342118, 0.013138607613098416, 0.01348495717493486, 0.010435615926960233, 0.011080552522487824, 0.010471769648441117, 0.011589204942684912, 0.01263645875447981, 0.010805760729620164, 0.011668012860705075, 0.012986674140417608, 0.011996709205242533, 0.010530305013564405, 0.012044058292505579, 0.011309029468878441, 0.010812952408266463, 0.011519752425435414, 0.011279202371219486, 0.009632644936531945, 0.010495411553353356, 0.010455028321820263, 0.012238790713492992, 0.010516879654794713, 0.011788515579288837, 0.010610564631407079, 0.012077602742788872, 0.012967894960484744, 0.01051541051095021, 0.012992835871718348, 0.01203428202492438, 0.011097653840889152, 0.01058271081247107, 0.01134733942085389, 0.01118864367682186, 0.009901984490108116, 0.009961053218184702, 0.011142325350306874, 0.011530561488577989, 0.014816798702136317, 0.011400772826957135, 0.011297171049487882, 0.011260085280287836, 0.012349974811933005, 0.011064385685016517, 0.009779353812497203, 0.010976599549148576, 0.013412113014904907, 0.014811874210124549, 0.010844948073749978, 0.011562309636126056, 0.01144612214350528, 0.012561865898821146, 0.01170057574854564, 0.011207345205593425, 0.013079226785468284, 0.012528012528695473, 0.011131949337491873, 0.011544103067186182, 0.010936885538351553, 0.01062273403740401, 0.00901337583106144, 0.010403658781936062, 0.010294436184900314, 0.011338694153499038, 0.011349069992923573, 0.01141893104923401, 0.012404657316721204, 0.010871086097061848, 0.011033323261861766, 0.011390063009330985, 0.011161397895961779, 0.011484704832147597, 0.011403322499188722, 0.010527221499102419, 0.013264762257912547, 0.011434864198259903, 0.013350197401572192, 0.01191736948705002, 0.011744646748731543, 0.011563651219045252, 0.01384967807920074, 0.012943141634616684, 0.012081354045684976, 0.010685649498294232, 0.011261047939547702, 0.011443364497984729, 0.011119637029170248, 0.010863576229039652, 0.011518543007453544, 0.013327302500154575, 0.013326317274475755, 0.011599823241672743, 0.012609385571059924, 0.011720062202005848, 0.010518348239698307, 0.01076332764412709, 0.010031070545281453, 0.012444781300242718, 0.011202314354891581, 0.012748990606449675, 0.011265102148708748, 0.011322592126954056, 0.011477081689336463, 0.010030643468384396, 0.011712640203207936, 0.010690866527092967, 0.01075749040585441, 0.011549709689727983, 0.011187435850903019, 0.012484362273476166, 0.010802199738081946, 0.011365566185466427, 0.010825184897015878, 0.011106979259778382, 0.011543014646103699, 0.011384475352378758, 0.012823588447738373, 0.01096561583839317, 0.011016618210579128, 0.011529829973903068, 0.011236063612136481, 0.011392082368896503, 0.015308664215777578, 0.011327895879957984, 0.012049903696589988, 0.012078936136690943, 0.012003917218173767, 0.01162545164947221, 0.011800910112129283, 0.011989563129743613, 0.010885169003754957, 0.011655885494970849, 0.012368874723909693, 0.010278287498393112, 0.01172492052787343, 0.011678136813822765, 0.011490550950568857, 0.013297366186143666, 0.01216861433668289, 0.01197353346932699, 0.013456311087519322, 0.010473834757480977, 0.012495739982716173, 0.011819050263925646, 0.011971935409738265, 0.010799062880865308, 0.01266347685085823, 0.011800454378469702, 0.011429091125423651, 0.012570084094665483, 0.012998338259497063, 0.012373303428184898, 0.010634443715323157, 0.012613394393797954, 0.012976320130042658, 0.012428751712765147, 0.01374874456056666, 0.013067855423954215, 0.012032385074084728, 0.010182120568787366, 0.013087171483299914, 0.012230477044724044, 0.012156401113828052, 0.012436269025058011, 0.010005210513068687, 0.011325856937439762, 0.01314433897760276, 0.011214165778840093, 0.011853402092926195, 0.010864412862343397, 0.011218941486350994, 0.010899820788606058, 0.011244429446140786, 0.01204535972610005, 0.012073248954623734, 0.012997594140235477, 0.010811100568815062, 0.011034492782254131, 0.011961245724580969, 0.011906288770382517, 0.011134464361566999, 0.011412121510880805, 0.011860156359756823, 0.011518458213456161, 0.011628286110020666, 0.010811581710720258, 0.012430897840000083, 0.011748620204369495, 0.011535229089948314, 0.011629942642785301, 0.011430926606855367, 0.011766634611400033, 0.013550712192092787, 0.012402173122848893, 0.012151904012272523, 0.011126919729675435, 0.011517127284985114, 0.012271514191539275, 0.01056083272848389, 0.012274683541053827, 0.013587642343757938, 0.012210558363567154, 0.01148488347817356, 0.012400496071788409, 0.010838966631267082, 0.012388877439061637, 0.013878707862703451, 0.012275979487678475, 0.011323360170231035, 0.01121870743205782, 0.011178528607032612, 0.011207664238630385, 0.012054333983076697, 0.012740801930889315, 0.010516502337647352, 0.011626373597532264, 0.01158806222576651, 0.011056489775324066, 0.012377951379575826, 0.012368655687074655, 0.013495557379710305, 0.011590472024485267, 0.01245797259670051, 0.013297881181228492, 0.01118529922651134, 0.01057965878434858, 0.012276300760152016, 0.012150321205236144, 0.013953105219985931, 0.014114436179135981, 0.01274382436345107, 0.012281081596996288, 0.013800972680021822, 0.012582517975228314, 0.012181271034299975, 0.011054475605472795, 0.012467326636472894, 0.011057959684919363, 0.011190697634104614, 0.0137403938765662, 0.013173168513310267, 0.010640692934939558, 0.01140539760260584, 0.011389456985471544, 0.01132726374258897, 0.012243194919569279, 0.010209744383518899, 0.010958135798035274, 0.011326545992192997, 0.013465921934065891, 0.012661114030576194, 0.01463229500134103, 0.011356815263979136, 0.0107618210833855, 0.013140946362914829, 0.01083690824830264, 0.013172525764170316, 0.01292701173624945, 0.012958032437609193, 0.010927424833765095, 0.01238002391455297, 0.012142374844486582, 0.012637517586724581, 0.012711500578420475, 0.01117716456070126, 0.013136558203418355, 0.012166307718655997, 0.010563785045088299, 0.012986542492546714, 0.013534043141111252, 0.010712483039058413, 0.012677800115234191, 0.010963257026321243, 0.010218493915542706, 0.013285863198010981, 0.011529610352286326, 0.010752763945362082, 0.011788338556299339, 0.012031806526078178, 0.011693360069662784, 0.012676543716582448, 0.011506670316679127, 0.013149073723102403, 0.012085333675123343, 0.013376491635193005, 0.01111320533604476, 0.010394468117641449, 0.012714584790161415, 0.011906921840545957, 0.01071106827367555, 0.012895878906904017, 0.010881479211369146, 0.012486328813125605, 0.011146752706472468, 0.011403011641073426, 0.012251630810213852, 0.011575987321486422, 0.012300520814192719, 0.011415929167289156, 0.011997599859092881, 0.012336155809177018, 0.0139986705069243, 0.012833653299561033, 0.013243530521819471, 0.011215134946904464, 0.01176907906840581, 0.011247300114259085, 0.012333157771804045, 0.011234534581049166, 0.009636187340416819, 0.010337555453741931, 0.01121452718373124, 0.011663824818025937, 0.014598761444361974, 0.010997415372723404, 0.011772664997746884, 0.011143206745554295, 0.010943425375547907, 0.014809790324021516, 0.0113131848874912, 0.010948777676244364, 0.011848497737600194, 0.010206965249226487, 0.012438666962962424, 0.011689366845999435, 0.011367540627353592, 0.010550650207427622, 0.012253800965697276, 0.011065662593875899, 0.009844975474648092, 0.012576256336498502, 0.01050060341115817, 0.010518522196089118, 0.011282224062765052, 0.012342816323913814, 0.012105562158827054, 0.012263519497937879, 0.011713503695592615, 0.011603600888740944, 0.011992970886539422, 0.011719924591044012, 0.01201361392607509, 0.013025470662629947, 0.0117075264274601, 0.011505856431802979, 0.012139517405937682, 0.010639835381092123, 0.013828392273734275, 0.012473986239082817, 0.012327392574340288, 0.013050214513014611, 0.010582642818901497, 0.010776919707307254, 0.0116128015163686, 0.010435037129990781, 0.011244445807191592, 0.0099457334595068, 0.011245627999041989, 0.011834750409082755, 0.010308843560090767, 0.011923451331761755, 0.012493549377989778, 0.010682440258649381, 0.010475041876924876, 0.01317994741363128, 0.010997139474403644, 0.01292285205044818, 0.010765195874034492, 0.010913278149854792, 0.012149965933537166, 0.011995166203440153, 0.009968868966760918, 0.009859288965251498, 0.009992233063572125, 0.010956240696860069, 0.010628052967280605, 0.012317368384022316, 0.010460242089426683, 0.010377812695525412, 0.0131823239907416, 0.011530812230098518, 0.010455138348376254, 0.009892527849427662, 0.010644347564212557, 0.011984107131278727, 0.01161714570647872, 0.010295509328218053, 0.01171774595258621, 0.014015519055174171, 0.01008130349691525, 0.010210209181435262, 0.009832343555772132, 0.010925458498669043, 0.012718507446211585, 0.011401807428126319, 0.010713287780967865, 0.011393710166341409, 0.011558211436860383, 0.011389539073754604, 0.01041868684277482, 0.014140997935580683, 0.011294804811139486, 0.012644567896654989, 0.014813716037069739, 0.010789204528846867, 0.010523220336355128, 0.012478677433699552, 0.012244910961322112, 0.012360939999442735, 0.011962567085647231, 0.010895040295538411, 0.010352099603701948, 0.01209520015504535, 0.011284333249016745, 0.010504505528710007, 0.011668335946883414, 0.010719416648893577, 0.010662526466092717, 0.010292810347775934, 0.01301544988344848, 0.011229669367442801, 0.012197035018980661, 0.010967359979419512, 0.012088814136393814, 0.012150552411312817, 0.011163207511430446, 0.011061454822150218, 0.012201979837952117, 0.012222140188659438, 0.012669747925406425, 0.009683205538679057, 0.010849905424313843, 0.010008190129822389, 0.010788218346881021, 0.010544110854951673, 0.009497815751181663, 0.013007702174811812, 0.0104723161185551, 0.010798189994942635, 0.01008724934180505, 0.01112061787476007, 0.010494130319224035, 0.010976832275534653, 0.010425632772984762, 0.01193494215628546, 0.010064404866493147, 0.010697646614147852, 0.012418691210891454, 0.011050299565400795, 0.011156427053422657, 0.009263749738842144, 0.011387010385967533, 0.009739884933126648, 0.011092096800857884, 0.011107119395718125, 0.011371437692783724, 0.011355922727726625, 0.012768299897188085, 0.010899173231511367, 0.00960979945669278, 0.010215326580891389, 0.011994841053822135, 0.010082402116272409, 0.010247472871244966, 0.009642791724968364, 0.010367701251711943, 0.012379685699924233, 0.01375774561833414, 0.011070966320980764, 0.011349646202896645, 0.012564226263365142, 0.011588076593878954, 0.010865209525281283, 0.011305972946200745, 0.011448874782984864, 0.011602458570342082, 0.011049277766878713, 0.011270314577347893, 0.010660844000860219, 0.010383828212795732, 0.01212735617945348, 0.010892251540137132, 0.012363704904018879, 0.010459711231242265, 0.01054082892028388, 0.011291045510285912, 0.009463284756444574, 0.009329839249935207, 0.009969865369152661, 0.010374806582412912, 0.01123501605855846, 0.010016857513744605, 0.010995925428895407, 0.01120359185953082, 0.011121279177505237, 0.010041217357694513, 0.010707556498027581, 0.010347100894240534, 0.009660242858766533, 0.01094970071363911, 0.012393773657568496, 0.010516582177694446, 0.009837924440799128, 0.009327982355594285, 0.009762716585448519, 0.012094640829319572, 0.011448380114117775, 0.012212649868948936, 0.01229935958931043, 0.010949366661871488, 0.011090996550054, 0.0120483727064869, 0.011101058406991167, 0.009727322779502374, 0.00999661182447058, 0.009606654563035886, 0.010451457874179315, 0.010167989902002492, 0.01159513049832106, 0.011704691982710753, 0.011067250236874238, 0.011456548903758908, 0.01090104153385783, 0.013002933845534278, 0.012005079216744558, 0.011127458366756866, 0.009188546227543112, 0.010283444687703832, 0.009793711779041458, 0.009968285415044438, 0.010884327221573861, 0.010755688980940557, 0.011036798871365118, 0.009093402264884457, 0.01168164686788081, 0.01223254870607638, 0.01016291888778539, 0.01046307256572417, 0.010359609849231118, 0.009858885682224818, 0.009324334297760346, 0.01048927915844469, 0.010169812427970357, 0.009741990950295076, 0.010053313483894844, 0.009469599185712257, 0.010928813954518774, 0.010561699900345375, 0.01060824740290175, 0.01091379261080372, 0.013100180646622998, 0.010264553846013089, 0.009922009564640219, 0.01067419433475242, 0.010664265783322505, 0.011049101042344456, 0.010870116384194125, 0.013836066487613348, 0.01119181948826399, 0.00970501584862202, 0.010633150282424128, 0.00949470051469533, 0.011954062229303616, 0.010388103528797562, 0.012614311670728257, 0.01061951345866921, 0.009254343841052556, 0.01120456170140556, 0.009956015367818307, 0.009268307974762717, 0.01268117123408987, 0.012851235046575264, 0.010429532569432114, 0.01004488221819719, 0.009782709376884047, 0.01047266077040283, 0.01022848299796577, 0.009847378607697905, 0.010181037936314854, 0.010692860238232162, 0.011229493312116914, 0.010593836713620335, 0.01198429026555785, 0.012437950879111053, 0.010172811077114883, 0.00998401554452982, 0.011244164533793096]], |
21-May-2021 20:04:26 | + 'im_sum': [False, 9593.732334884902], |
21-May-2021 20:04:26 | + 'regn_sum': [False, 26.102949512250234], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800], |
21-May-2021 20:04:26 | + 'rms_per_field': [False, [0.012651058191565394, 0.011590887207982466, 0.011895721346497457, 0.011957665308940704, 0.011554507601404538, 0.012469100555107608, 0.01181339872829841]], |
21-May-2021 20:04:26 | + 'profile': [False, 0.022887460846090554]} |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + report1 = th.checkall( \ |
21-May-2021 20:04:26 | + # checks for image and pb mask movement |
21-May-2021 20:04:26 | + imgmask = [(img+'.image', True, [240, 393, 0, 0]), \ |
21-May-2021 20:04:26 | + # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | + #(img+'.image', False, [240, 394, 0, 0]), \ |
21-May-2021 20:04:26 | + (img+'.image', True, [240, 394, 0, 0]), \ |
21-May-2021 20:04:26 | + (img+'.image', True, [49, 209, 0, 0]), \ |
21-May-2021 20:04:26 | + (img+'.image', False, [48, 209, 0, 0])]) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + report2 = th.check_dict_vals(exp_im_stats, im_stats_dict, '.image', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # .mask report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | + mask_stats_dict = self.image_stats(img+'.mask') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_mask_stats |
21-May-2021 20:04:26 | + exp_mask_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'mask_pix': [False, 8557], |
21-May-2021 20:04:26 | + 'mask_regns': [True, 31], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + report3 = th.check_dict_vals(exp_mask_stats, mask_stats_dict, '.mask', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # .pb report |
21-May-2021 20:04:26 | + pb_stats_dict = self.image_stats(img+'.pb', fit_region = \ |
21-May-2021 20:04:26 | + 'ellipse [[239.37091637deg, -16.96407526deg], [28.1142arcsec, 27.0960arcsec], 90.00000000deg]') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_pb_stats |
21-May-2021 20:04:26 | + exp_pb_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'npts_unmasked': [False, 105415430.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 1.0], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [240, 210, 0, 0]], |
21-May-2021 20:04:26 | + 'min_val': [False, 0.20000001788139343], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.6370611269211811], |
21-May-2021 20:04:26 | + 'npts_0.2': [False, [111207, 111211, 111208, 111208, 111206, 111204, 111203, 111206, 111203, 111205, 111202, 111202, 111204, 111204, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111205, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111205, 111205, 111205, 111205, 111206, 111206, 111207, 111207, 111206, 111206, 111207, 111206, 111205, 111205, 111206, 111205, 111205, 111207, 111206, 111206, 111206, 111206, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111205, 111206, 111206, 111204, 111206, 111204, 111206, 111206, 111206, 111206, 111208, 111209, 111207, 111207, 111208, 111207, 111207, 111207, 111207, 111208, 111207, 111207, 111208, 111209, 111209, 111209, 111209, 111208, 111208, 111208, 111207, 111206, 111207, 111207, 111206, 111206, 111205, 111207, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111209, 111208, 111206, 111207, 111206, 111207, 111206, 111207, 111206, 111208, 111207, 111205, 111205, 111206, 111206, 111205, 111204, 111206, 111206, 111205, 111205, 111206, 111206, 111205, 111206, 111204, 111206, 111206, 111204, 111203, 111204, 111204, 111203, 111204, 111204, 111202, 111204, 111203, 111203, 111203, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111203, 111203, 111202, 111202, 111203, 111203, 111203, 111203, 111198, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111197, 111197, 111195, 111195, 111196, 111197, 111198, 111199, 111200, 111202, 111202, 111202, 111200, 111200, 111200, 111206, 111206, 111205, 111206, 111206, 111208, 111208, 111208, 111208, 111208, 111207, 111208, 111207, 111207, 111206, 111205, 111205, 111204, 111204, 111205, 111205, 111205, 111206, 111206, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111205, 111206, 111206, 111203, 111203, 111204, 111202, 111202, 111203, 111202, 111202, 111200, 111203, 111201, 111200, 111200, 111201, 111201, 111201, 111196, 111198, 111196, 111196, 111196, 111197, 111196, 111196, 111196, 111196, 111197, 111197, 111198, 111197, 111199, 111199, 111199, 111198, 111200, 111202, 111200, 111200, 111200, 111201, 111201, 111200, 111199, 111200, 111200, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111200, 111198, 111198, 111198, 111201, 111199, 111199, 111199, 111199, 111199, 111201, 111201, 111200, 111201, 111199, 111199, 111201, 111200, 111200, 111201, 111200, 111200, 111200, 111199, 111199, 111199, 111200, 111198, 111199, 111199, 111199, 111202, 111203, 111203, 111202, 111201, 111204, 111204, 111202, 111199, 111198, 111198, 111198, 111198, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111195, 111195, 111196, 111195, 111195, 111194, 111194, 111204, 111203, 111200, 111201, 111205, 111204, 111203, 111201, 111199, 111201, 111202, 111203, 111202, 111203, 111205, 111202, 111205, 111205, 111205, 111206, 111204, 111202, 111203, 111202, 111201, 111201, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111201, 111202, 111198, 111198, 111201, 111199, 111200, 111199, 111200, 111197, 111193, 111194, 111194, 111194, 111195, 111191, 111193, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111195, 111197, 111199, 111198, 111200, 111200, 111199, 111200, 111200, 111198, 111199, 111199, 111199, 111198, 111199, 111197, 111199, 111198, 111198, 111198, 111199, 111198, 111200, 111200, 111200, 111200, 111200, 111200, 111200, 111201, 111201, 111201, 111202, 111203, 111203, 111202, 111203, 111203, 111203, 111204, 111203, 111203, 111201, 111200, 111200, 111198, 111196, 111195, 111199, 111199, 111197, 111197, 111196, 111196, 111196, 111199, 111200, 111200, 111198, 111197, 111195, 111196, 111193, 111194, 111196, 111197, 111197, 111196, 111196, 111195, 111194, 111194, 111195, 111195, 111194, 111194, 111193, 111194, 111192, 111192, 111192, 111192, 111193, 111190, 111190, 111190, 111191, 111188, 111186, 111189, 111191, 111191, 111191, 111191, 111189, 111189, 111189, 111188, 111188, 111189, 111187, 111187, 111190, 111188, 111187, 111184, 111186, 111185, 111184, 111184, 111184, 111184, 111184, 111186, 111188, 111194, 111194, 111194, 111194, 111196, 111196, 111196, 111196, 111196, 111197, 111198, 111198, 111198, 111198, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111197, 111197, 111198, 111197, 111196, 111195, 111194, 111194, 111194, 111194, 111193, 111191, 111190, 111192, 111191, 111190, 111188, 111187, 111188, 111190, 111189, 111188, 111186, 111186, 111185, 111185, 111184, 111184, 111185, 111183, 111180, 111179, 111179, 111180, 111180, 111180, 111180, 111180, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111180, 111179, 111179, 111180, 111181, 111182, 111179, 111181, 111181, 111185, 111184, 111184, 111185, 111185, 111186, 111186, 111185, 111187, 111187, 111188, 111187, 111188, 111188, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111188, 111187, 111186, 111188, 111186, 111185, 111191, 111188, 111187, 111188, 111188, 111188, 111190, 111190, 111192, 111191, 111192, 111190, 111189, 111188, 111189, 111191, 111191, 111192, 111192, 111191, 111191, 111191, 111192, 111191, 111191, 111191, 111191, 111191, 111190, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111194, 111193, 111191, 111191, 111191, 111191, 111192, 111192, 111196, 111196, 111196, 111195, 111195, 111195, 111197, 111196, 111194, 111194, 111194, 111193, 111193, 111192, 111191, 111191, 111195, 111194, 111194, 111196, 111195, 111195, 111196, 111196, 111195, 111195, 111195, 111193, 111193, 111194, 111194, 111195, 111196, 111196, 111195, 111195, 111197, 111196, 111196, 111198, 111198, 111198, 111200, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111196, 111198, 111198, 111197, 111198, 111200, 111198, 111197, 111201, 111201, 111200, 111200, 111200, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111197, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111198, 111198, 111198, 111198, 111196, 111195, 111196, 111199, 111199, 111199, 111199, 111199, 111198, 111197, 111197, 111197, 111197, 111198, 111198, 111199, 111199, 111199, 111198, 111198, 111199, 111198, 111198, 111198, 111198, 111198, 111199, 111198, 111199, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111196, 111196, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111191, 111191, 111194, 111194, 111195, 111193, 111192, 111192, 111190, 111191, 111192, 111190, 111190, 111190, 111192, 111192, 111192, 111192, 111193, 111193, 111193, 111193, 111192, 111193, 111192, 111190, 111197, 111197, 111198, 111197, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111201, 111202, 111202, 111202, 111202, 111202, 111199, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111199, 111199, 111199, 111198, 111199, 111199, 111199, 111199, 111198, 111198, 111199, 111199, 111198, 111198, 111197, 111197, 111197, 111199, 111199, 111197, 111197, 111198, 111195, 111195, 111193, 111194, 111194, 111193, 111192, 111191, 111191, 111189, 111192, 111192, 111192, 111192, 111192, 111193, 111192, 111193, 111193, 111193, 111193, 111194, 111193, 111193, 111193, 111193, 111192]], |
21-May-2021 20:04:26 | + 'npts_0.5': [False, [64063, 64063, 64064, 64063, 64063, 64062, 64059, 64060, 64059, 64059, 64059, 64059, 64058, 64058, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64058, 64058, 64060, 64059, 64059, 64061, 64059, 64059, 64060, 64059, 64059, 64059, 64059, 64059, 64061, 64061, 64065, 64065, 64063, 64064, 64065, 64063, 64063, 64064, 64064, 64063, 64065, 64066, 64065, 64065, 64065, 64064, 64064, 64064, 64065, 64064, 64064, 64064, 64065, 64064, 64064, 64065, 64065, 64065, 64066, 64065, 64065, 64065, 64067, 64067, 64068, 64069, 64069, 64069, 64069, 64070, 64069, 64069, 64069, 64069, 64070, 64070, 64069, 64069, 64068, 64068, 64068, 64069, 64069, 64069, 64067, 64067, 64069, 64069, 64069, 64069, 64069, 64068, 64066, 64066, 64066, 64066, 64067, 64067, 64067, 64069, 64067, 64065, 64068, 64066, 64067, 64066, 64068, 64066, 64067, 64067, 64067, 64065, 64066, 64065, 64066, 64066, 64067, 64067, 64067, 64066, 64066, 64066, 64064, 64063, 64064, 64065, 64064, 64063, 64059, 64060, 64061, 64064, 64063, 64061, 64058, 64060, 64058, 64059, 64058, 64058, 64059, 64059, 64060, 64059, 64059, 64058, 64058, 64059, 64058, 64057, 64058, 64058, 64057, 64057, 64057, 64057, 64057, 64056, 64055, 64055, 64055, 64054, 64054, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64056, 64057, 64058, 64058, 64058, 64061, 64061, 64061, 64065, 64065, 64064, 64064, 64064, 64069, 64067, 64068, 64067, 64067, 64065, 64067, 64065, 64064, 64064, 64064, 64064, 64064, 64063, 64065, 64066, 64065, 64068, 64068, 64067, 64067, 64066, 64067, 64067, 64068, 64065, 64065, 64064, 64064, 64065, 64066, 64067, 64068, 64063, 64061, 64063, 64065, 64062, 64062, 64061, 64060, 64060, 64060, 64060, 64060, 64059, 64059, 64060, 64059, 64058, 64058, 64059, 64058, 64058, 64055, 64055, 64056, 64055, 64054, 64054, 64053, 64055, 64055, 64055, 64056, 64057, 64057, 64058, 64058, 64057, 64058, 64058, 64058, 64060, 64058, 64059, 64058, 64059, 64059, 64058, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64058, 64057, 64055, 64055, 64056, 64056, 64056, 64057, 64056, 64056, 64057, 64059, 64058, 64057, 64058, 64057, 64058, 64058, 64057, 64058, 64059, 64056, 64058, 64058, 64058, 64057, 64059, 64057, 64056, 64057, 64059, 64057, 64057, 64058, 64056, 64057, 64057, 64057, 64062, 64064, 64063, 64063, 64063, 64062, 64062, 64062, 64062, 64061, 64061, 64062, 64060, 64060, 64060, 64062, 64061, 64060, 64061, 64060, 64057, 64058, 64057, 64057, 64057, 64056, 64055, 64064, 64063, 64060, 64061, 64062, 64063, 64062, 64060, 64059, 64059, 64060, 64061, 64060, 64061, 64061, 64061, 64063, 64063, 64063, 64063, 64062, 64062, 64062, 64062, 64062, 64062, 64063, 64065, 64064, 64064, 64063, 64062, 64063, 64062, 64063, 64059, 64058, 64060, 64058, 64058, 64059, 64059, 64057, 64055, 64055, 64053, 64053, 64052, 64053, 64053, 64053, 64053, 64055, 64055, 64055, 64055, 64055, 64056, 64056, 64055, 64055, 64056, 64056, 64056, 64058, 64057, 64058, 64061, 64061, 64061, 64061, 64060, 64059, 64060, 64061, 64061, 64062, 64062, 64062, 64063, 64063, 64063, 64064, 64065, 64064, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64066, 64067, 64066, 64064, 64062, 64062, 64063, 64064, 64062, 64061, 64063, 64062, 64061, 64062, 64061, 64059, 64060, 64061, 64062, 64059, 64058, 64059, 64058, 64059, 64057, 64058, 64058, 64060, 64058, 64057, 64056, 64055, 64055, 64054, 64055, 64054, 64055, 64055, 64055, 64055, 64054, 64054, 64054, 64054, 64053, 64052, 64052, 64052, 64052, 64051, 64051, 64053, 64053, 64053, 64053, 64053, 64052, 64053, 64053, 64053, 64054, 64053, 64053, 64054, 64054, 64054, 64052, 64050, 64050, 64049, 64048, 64048, 64048, 64049, 64049, 64051, 64054, 64055, 64055, 64056, 64056, 64057, 64059, 64057, 64059, 64058, 64057, 64057, 64058, 64059, 64057, 64058, 64058, 64058, 64058, 64058, 64059, 64058, 64059, 64058, 64058, 64057, 64057, 64057, 64057, 64056, 64056, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64054, 64053, 64052, 64051, 64051, 64050, 64051, 64051, 64051, 64050, 64048, 64049, 64049, 64049, 64049, 64047, 64046, 64047, 64047, 64043, 64043, 64043, 64044, 64044, 64044, 64044, 64043, 64043, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64040, 64041, 64042, 64042, 64042, 64044, 64044, 64044, 64044, 64042, 64041, 64042, 64042, 64044, 64043, 64043, 64045, 64045, 64046, 64047, 64046, 64048, 64048, 64047, 64047, 64048, 64048, 64048, 64048, 64047, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64047, 64047, 64051, 64048, 64050, 64049, 64050, 64050, 64051, 64051, 64052, 64051, 64051, 64047, 64048, 64048, 64050, 64050, 64049, 64052, 64052, 64049, 64051, 64051, 64052, 64052, 64049, 64049, 64049, 64049, 64049, 64052, 64052, 64052, 64051, 64054, 64054, 64054, 64053, 64054, 64054, 64054, 64054, 64053, 64053, 64054, 64054, 64054, 64057, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64057, 64056, 64056, 64056, 64056, 64055, 64054, 64054, 64055, 64057, 64059, 64059, 64059, 64058, 64057, 64057, 64056, 64056, 64057, 64057, 64057, 64057, 64058, 64058, 64058, 64057, 64058, 64058, 64058, 64058, 64058, 64058, 64058, 64059, 64059, 64059, 64061, 64060, 64061, 64061, 64061, 64058, 64057, 64058, 64059, 64062, 64063, 64061, 64063, 64062, 64062, 64062, 64065, 64065, 64065, 64064, 64062, 64061, 64061, 64061, 64061, 64062, 64062, 64062, 64063, 64063, 64063, 64063, 64063, 64063, 64063, 64064, 64063, 64062, 64063, 64061, 64060, 64060, 64060, 64059, 64059, 64057, 64055, 64059, 64060, 64061, 64060, 64060, 64060, 64060, 64060, 64061, 64060, 64063, 64063, 64063, 64063, 64064, 64063, 64063, 64063, 64064, 64063, 64064, 64062, 64062, 64062, 64063, 64062, 64062, 64062, 64062, 64062, 64062, 64064, 64064, 64062, 64061, 64060, 64061, 64061, 64060, 64059, 64058, 64057, 64056, 64055, 64055, 64053, 64053, 64052, 64054, 64053, 64054, 64053, 64052, 64050, 64049, 64049, 64050, 64048, 64049, 64048, 64049, 64050, 64051, 64050, 64049, 64049, 64049, 64050, 64049, 64049, 64048, 64048, 64059, 64060, 64059, 64058, 64059, 64062, 64061, 64062, 64061, 64061, 64061, 64061, 64061, 64063, 64063, 64064, 64063, 64065, 64063, 64063, 64063, 64063, 64062, 64061, 64061, 64062, 64060, 64060, 64063, 64065, 64064, 64063, 64064, 64062, 64061, 64061, 64064, 64062, 64062, 64061, 64061, 64061, 64061, 64061, 64061, 64061, 64060, 64060, 64058, 64059, 64060, 64059, 64059, 64058, 64059, 64059, 64059, 64060, 64060, 64060, 64061, 64061, 64062, 64062, 64061, 64061, 64061, 64060, 64060, 64059, 64060, 64061, 64059, 64058, 64058, 64058, 64057, 64056, 64055, 64053, 64053, 64055, 64053, 64050, 64050, 64050, 64052, 64053, 64051, 64052, 64053, 64054, 64054, 64054, 64054, 64054, 64055, 64056, 64054, 64056, 64055, 64055]], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800], |
21-May-2021 20:04:26 | + 'fit': [False, [1.1042808716193668, 37.06017594715826, 36.758467524557425]], |
21-May-2021 20:04:26 | + 'fit_loc_chan': [True, 474], |
21-May-2021 20:04:26 | + 'fit_loc_freq': [1e-10, 261.88011504139996], |
21-May-2021 20:04:26 | + 'fit_pix': [False, [240.7427698068262, 210.14394033791376]]} |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .sumwt report test_mosaic_mtmfs) |
21-May-2021 20:04:26 | - sumwt_stats_dict = self.image_stats(img+'.sumwt.tt0') |
21-May-2021 20:04:26 | + report4 = th.check_dict_vals(exp_pb_stats, pb_stats_dict, '.pb', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - exp_sumwt_stats = {'npts': [True, 1], |
21-May-2021 20:04:26 | - 'npts_unmasked': [True, 1.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 15849925874.83342], |
21-May-2021 20:04:26 | - 'start': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'nchan': [True, 1], |
21-May-2021 20:04:26 | - 'max_val': [False, 4396210.5], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, 4396210.5], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 4396210.53446], |
21-May-2021 20:04:26 | - 'npts_real': [True, 1]} |
21-May-2021 20:04:26 | + # .psf report (test_mosaic_cube_eph) |
21-May-2021 20:04:26 | + psf_stats_dict = self.image_stats(img+'.psf', fit_region = \ |
21-May-2021 20:04:26 | + 'ellipse[[239.36977532deg, -16.96391179deg], [1.0415arcsec, 0.9313arcsec], 90.00000000deg]') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - report8 = th.check_dict_vals(exp_sumwt_stats, sumwt_stats_dict, \ |
21-May-2021 20:04:26 | - '.sumwt.tt0', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_psf_stats |
21-May-2021 20:04:26 | + exp_psf_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'npts_unmasked': [True, 191116800.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 1.0], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [240, 210, 0, 0]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.0549619235098362], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [250, 204, 0, 946]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.012125671956334268], |
21-May-2021 20:04:26 | + 'im_sum': [False, 75.75408568766147], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800], |
21-May-2021 20:04:26 | + 'fit_0': [False, [0.8864100738559655, 1.0840855127823963, 0.8443649865524704]], |
21-May-2021 20:04:26 | + 'fit_loc_chan_0': [True, 1], |
21-May-2021 20:04:26 | + 'fit_loc_freq_0': [1e-10, 261.76462002989996], |
21-May-2021 20:04:26 | + 'fit_pix_0': [False, [239.99836406712743, 209.9973158998747]], |
21-May-2021 20:04:26 | + 'fit_1': [False, [0.8870507306043662, 1.0832634520434032, 0.844194602156315]], |
21-May-2021 20:04:26 | + 'fit_loc_chan_1': [True, 474], |
21-May-2021 20:04:26 | + 'fit_loc_freq_1': [1e-10, 261.88011504139996], |
21-May-2021 20:04:26 | + 'fit_pix_1': [False, [239.99851823692387, 209.99724648184971]], |
21-May-2021 20:04:26 | + 'fit_2': [False, [0.8876820160097865, 1.083932340681245, 0.8429234090714239]], |
21-May-2021 20:04:26 | + 'fit_loc_chan_2': [True, 947], |
21-May-2021 20:04:26 | + 'fit_loc_freq_2': [1e-10, 261.99561005289996], |
21-May-2021 20:04:26 | + 'fit_pix_2': [False, [239.99845067901538, 209.9971661763072]]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .weight report test_mosaic_mtmfs) |
21-May-2021 20:04:26 | - wt_stats_dict = self.image_stats(img+'.weight.tt0', masks=[ \ |
21-May-2021 20:04:26 | - pb_stats_dict['pb_mask_0.2'], pb_stats_dict['pb_mask_0.5']]) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - exp_wt_stats = {'npts': [True, 15876], |
21-May-2021 20:04:26 | - 'npts_unmasked': [True, 15876.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 15849925874.83342], |
21-May-2021 20:04:26 | - 'start': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'nchan': [True, 1], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.426215469837], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [63, 63, 0, 0]], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'min_val': [False, 4.20771575591e-05], |
21-May-2021 20:04:26 | - 'min_val': [False, 4.26501137554e-05], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.144357241275], |
21-May-2021 20:04:26 | - 'im_sum': [False, 1347.6264633], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'npts_0.2': [True, 8454], |
21-May-2021 20:04:26 | - #'npts_0.5': [True, 4497], |
21-May-2021 20:04:26 | - 'npts_0.2': [True, 8471], |
21-May-2021 20:04:26 | - 'npts_0.5': [True, 4500], |
21-May-2021 20:04:26 | - 'npts_real': [True, 15876]} |
21-May-2021 20:04:26 | + report5 = th.check_dict_vals(exp_psf_stats, psf_stats_dict, '.psf', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - report9 = th.check_dict_vals(exp_wt_stats, wt_stats_dict, \ |
21-May-2021 20:04:26 | - '.weight.tt0', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + # .residual report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | + resid_stats_dict = self.image_stats(img+'.residual', fit_region = \ |
21-May-2021 20:04:26 | + 'ellipse[[239.36796846deg, -16.96307757deg], [5.3756arcsec, 3.3987arcsec], 0.00000000deg]') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .image.tt1 report test_mosaic_mtmfs) |
21-May-2021 20:04:26 | - im1_stats_dict = self.image_stats(img+'.image.tt1', fit_region = \ |
21-May-2021 20:04:26 | - 'ellipse[[209.02969058deg, 5.25475068deg], [16.7096arcsec, 10.9678arcsec], 90.00000000deg]', \ |
21-May-2021 20:04:26 | - field_regions = \ |
21-May-2021 20:04:26 | - ['circle[[13:56:07.210000, +05.15.17.20000], 45.9arcsec]', |
21-May-2021 20:04:26 | - 'circle[[13:56:06.355525, +05.15.59.74129], 45.9arcsec]', |
21-May-2021 20:04:26 | - 'circle[[13:56:04.316267, +05.15.27.41716], 45.9arcsec]', |
21-May-2021 20:04:26 | - 'circle[[13:56:09.249291, +05.15.49.52355], 45.9arcsec]', |
21-May-2021 20:04:26 | - 'circle[[13:56:05.170768, +05.14.44.87604], 45.9arcsec]', |
21-May-2021 20:04:26 | - 'circle[[13:56:10.103706, +05.15.06.98201], 45.9arcsec]', |
21-May-2021 20:04:26 | - 'circle[[13:56:08.064442, +05.14.34.65864], 45.9arcsec]']) |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_resid_stats |
21-May-2021 20:04:26 | + exp_resid_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'npts_unmasked': [False, 105415430.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.06294216960668564], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [320, 214, 0, 617]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.06556452810764313], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [268, 151, 0, 57]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.011408315963598554], |
21-May-2021 20:04:26 | + 'im_sum': [False, 9275.945943821356], |
21-May-2021 20:04:26 | + 'regn_sum': [False, -16.121912690320187], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - exp_im1_stats = {'com_bmaj': [False, 17.6737785339], |
21-May-2021 20:04:26 | - 'com_bmin': [False, 10.060172081], |
21-May-2021 20:04:26 | - 'com_pa': [False, 86.6785964966], |
21-May-2021 20:04:26 | - 'npts': [True, 15876], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'npts_unmasked': [True, 8454.0], |
21-May-2021 20:04:26 | - 'npts_unmasked': [True, 8471.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 15849925874.83342], |
21-May-2021 20:04:26 | - 'start': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'nchan': [True, 1], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.0410945117474], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [53, 72, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, -0.0436826199293], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [70, 97, 0, 0]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.0119215006547], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_sum': [False, -0.99675725757], |
21-May-2021 20:04:26 | - #'regn_sum': [False, 0.144841228408], |
21-May-2021 20:04:26 | - 'im_sum': [False, -1.05556125437], |
21-May-2021 20:04:26 | - 'regn_sum': [False, 0.12572287418879569], |
21-May-2021 20:04:26 | - 'npts_real': [True, 15876], |
21-May-2021 20:04:26 | - 'rms_per_field': [False, [0.0118926721315, 0.0131530097001, 0.0123432407276, 0.0117928565232, 0.0110465636431, 0.0122420920176, 0.012233014507]]} |
21-May-2021 20:04:26 | + report6 = th.check_dict_vals(exp_resid_stats, resid_stats_dict, \ |
21-May-2021 20:04:26 | + '.residual', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - report10 = th.check_dict_vals(exp_im1_stats, im1_stats_dict, '.image.tt1', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + # .model report (test_mosaic_cube_eph_pcwdT) |
21-May-2021 20:04:26 | + model_stats_dict = self.image_stats(img+'.model', fit_region = \ |
21-May-2021 20:04:26 | + 'ellipse[[239.36796846deg, -16.96307757deg], [5.3756arcsec, 3.3987arcsec], 0.00000000deg]', masks=mask_stats_dict['mask']) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .residual.tt1 report test_mosaic_mtmfs) |
21-May-2021 20:04:26 | - resid1_stats_dict = self.image_stats(img+'.residual.tt1', \ |
21-May-2021 20:04:26 | - 'ellipse[[209.02969058deg, 5.25475068deg], [16.7096arcsec, 10.9678arcsec], 90.00000000deg]') |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_model_stats |
21-May-2021 20:04:26 | + exp_model_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'npts_unmasked': [True, 191116800.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.039518825709819794], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [149, 256, 0, 717]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.0011229703668504953], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [322, 245, 0, 589]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 2.176988118839087e-05], |
21-May-2021 20:04:26 | + 'im_sum': [False, 8.197739126393571], |
21-May-2021 20:04:26 | + 'regn_sum': [False, 1.1301045540021732], |
21-May-2021 20:04:26 | + 'mask_non0': [True, 0], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - exp_resid1_stats = {'npts': [True, 15876], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'npts_unmasked': [True, 8454.0], |
21-May-2021 20:04:26 | - 'npts_unmasked': [True, 8471.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 15849925874.83342], |
21-May-2021 20:04:26 | - 'start': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'nchan': [True, 1], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.000123286881717], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [51, 71, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, -0.000183079260751], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [61, 63, 0, 0]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 4.57978644843e-05], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_sum': [False, -0.00662636467916], |
21-May-2021 20:04:26 | - 'im_sum': [False, -0.00669605520018], |
21-May-2021 20:04:26 | - 'regn_sum': [False, -0.0077922191209], |
21-May-2021 20:04:26 | - 'npts_real': [True, 15876]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - report11 = th.check_dict_vals(exp_resid1_stats, resid1_stats_dict, \ |
21-May-2021 20:04:26 | - '.residual.tt1', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + report7 = th.check_dict_vals(exp_model_stats, model_stats_dict, |
21-May-2021 20:04:26 | + '.model', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .model.tt1 report test_mosaic_mtmfs) |
21-May-2021 20:04:26 | - model1_stats_dict = self.image_stats(img+'.model.tt1', fit_region = \ |
21-May-2021 20:04:26 | - 'ellipse[[209.02969058deg, 5.25475068deg], [16.7096arcsec, 10.9678arcsec], 90.00000000deg]', masks=mask_stats_dict['mask']) |
21-May-2021 20:04:26 | + # .sumwt report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | + sumwt_stats_dict = self.image_stats(img+'.sumwt') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - exp_model1_stats = {'npts': [True, 15876], |
21-May-2021 20:04:26 | - 'npts_unmasked': [True, 15876.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 15849925874.83342], |
21-May-2021 20:04:26 | - 'start': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'nchan': [True, 1], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.0], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'min_val': [False, -0.00433648051694], |
21-May-2021 20:04:26 | - 'min_val': [False, -0.00455870199949], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [63, 63, 0, 0]], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_rms': [False, 3.44165120392e-05], |
21-May-2021 20:04:26 | - #'im_sum': [False, -0.00433648051694], |
21-May-2021 20:04:26 | - #'regn_sum': [False, -0.00433648051694], |
21-May-2021 20:04:26 | - 'im_rms': [False, 3.61801745991e-05], |
21-May-2021 20:04:26 | - 'im_sum': [False, -0.00455870199949], |
21-May-2021 20:04:26 | - 'regn_sum': [False, -0.00455870199949], |
21-May-2021 20:04:26 | - 'mask_non0': [True, 0], |
21-May-2021 20:04:26 | - 'npts_real': [True, 15876]} |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_sumwt_stats |
21-May-2021 20:04:26 | + exp_sumwt_stats = {'npts': [True, 948], |
21-May-2021 20:04:26 | + 'npts_unmasked': [True, 948.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 45346.8984375], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [0, 0, 0, 283]], |
21-May-2021 20:04:26 | + 'min_val': [False, 45300.84765625], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [0, 0, 0, 856]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 45327.483918476515], |
21-May-2021 20:04:26 | + 'npts_real': [True, 948]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - report12 = th.check_dict_vals(exp_model1_stats, model1_stats_dict, \ |
21-May-2021 20:04:26 | - '.model.tt0', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .sumwt.tt1 report test_mosaic_mtmfs) |
21-May-2021 20:04:26 | - sumwt1_stats_dict = self.image_stats(img+'.sumwt.tt1') |
21-May-2021 20:04:26 | + report8 = th.check_dict_vals(exp_sumwt_stats, sumwt_stats_dict, \ |
21-May-2021 20:04:26 | + '.sumwt', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - exp_sumwt1_stats = {'npts': [True, 1], |
21-May-2021 20:04:26 | - 'npts_unmasked': [True, 1.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 15849925874.83342], |
21-May-2021 20:04:26 | - 'start': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end': [True, 1.0784e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 1.0784e+11], |
21-May-2021 20:04:26 | - 'nchan': [True, 1], |
21-May-2021 20:04:26 | - 'max_val': [False, -123654.40625], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, -123654.40625], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 123654.40631], |
21-May-2021 20:04:26 | - 'npts_real': [True, 1]} |
21-May-2021 20:04:26 | + # .weight report (test_mosaic_cube_eph_pcwdT) |
21-May-2021 20:04:26 | + wt_stats_dict = self.image_stats(img+'.weight', masks=[ \ |
21-May-2021 20:04:26 | + pb_stats_dict['pb_mask_0.2'], pb_stats_dict['pb_mask_0.5']]) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - report13 = th.check_dict_vals(exp_sumwt1_stats, sumwt1_stats_dict, \ |
21-May-2021 20:04:26 | - '.sumwt.tt1', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_pcwdT.exp_wt_stats |
21-May-2021 20:04:26 | + exp_wt_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | + 'npts_unmasked': [True, 191116800.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | + 'nchan': [True, 948], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.3204350769519806], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [240, 210, 0, 595]], |
21-May-2021 20:04:26 | + 'min_val': [False, 7.413938146783039e-05], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.1206465686186194], |
21-May-2021 20:04:26 | + 'im_sum': [False, 13934226.301663086], |
21-May-2021 20:04:26 | + 'npts_0.2': [False, [111207, 111211, 111208, 111208, 111206, 111204, 111203, 111206, 111203, 111205, 111202, 111202, 111204, 111204, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111205, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111205, 111205, 111205, 111205, 111206, 111206, 111207, 111207, 111206, 111206, 111207, 111206, 111205, 111205, 111206, 111205, 111205, 111207, 111206, 111206, 111206, 111206, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111205, 111206, 111206, 111204, 111206, 111204, 111206, 111206, 111206, 111206, 111208, 111209, 111207, 111207, 111208, 111207, 111207, 111207, 111207, 111208, 111207, 111207, 111208, 111209, 111209, 111209, 111209, 111208, 111208, 111208, 111207, 111206, 111207, 111207, 111206, 111206, 111205, 111207, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111209, 111208, 111206, 111207, 111206, 111207, 111206, 111207, 111206, 111208, 111207, 111205, 111205, 111206, 111206, 111205, 111204, 111206, 111206, 111205, 111205, 111206, 111206, 111205, 111206, 111204, 111206, 111206, 111204, 111203, 111204, 111204, 111203, 111204, 111204, 111202, 111204, 111203, 111203, 111203, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111203, 111203, 111202, 111202, 111203, 111203, 111203, 111203, 111198, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111197, 111197, 111195, 111195, 111196, 111197, 111198, 111199, 111200, 111202, 111202, 111202, 111200, 111200, 111200, 111206, 111206, 111205, 111206, 111206, 111208, 111208, 111208, 111208, 111208, 111207, 111208, 111207, 111207, 111206, 111205, 111205, 111204, 111204, 111205, 111205, 111205, 111206, 111206, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111205, 111206, 111206, 111203, 111203, 111204, 111202, 111202, 111203, 111202, 111202, 111200, 111203, 111201, 111200, 111200, 111201, 111201, 111201, 111196, 111198, 111196, 111196, 111196, 111197, 111196, 111196, 111196, 111196, 111197, 111197, 111198, 111197, 111199, 111199, 111199, 111198, 111200, 111202, 111200, 111200, 111200, 111201, 111201, 111200, 111199, 111200, 111200, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111200, 111198, 111198, 111198, 111201, 111199, 111199, 111199, 111199, 111199, 111201, 111201, 111200, 111201, 111199, 111199, 111201, 111200, 111200, 111201, 111200, 111200, 111200, 111199, 111199, 111199, 111200, 111198, 111199, 111199, 111199, 111202, 111203, 111203, 111202, 111201, 111204, 111204, 111202, 111199, 111198, 111198, 111198, 111198, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111195, 111195, 111196, 111195, 111195, 111194, 111194, 111204, 111203, 111200, 111201, 111205, 111204, 111203, 111201, 111199, 111201, 111202, 111203, 111202, 111203, 111205, 111202, 111205, 111205, 111205, 111206, 111204, 111202, 111203, 111202, 111201, 111201, 111202, 111202, 111202, 111202, 111202, 111202, 111202, 111201, 111202, 111198, 111198, 111201, 111199, 111200, 111199, 111200, 111197, 111193, 111194, 111194, 111194, 111195, 111191, 111193, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111195, 111197, 111199, 111198, 111200, 111200, 111199, 111200, 111200, 111198, 111199, 111199, 111199, 111198, 111199, 111197, 111199, 111198, 111198, 111198, 111199, 111198, 111200, 111200, 111200, 111200, 111200, 111200, 111200, 111201, 111201, 111201, 111202, 111203, 111203, 111202, 111203, 111203, 111203, 111204, 111203, 111203, 111201, 111200, 111200, 111198, 111196, 111195, 111199, 111199, 111197, 111197, 111196, 111196, 111196, 111199, 111200, 111200, 111198, 111197, 111195, 111196, 111193, 111194, 111196, 111197, 111197, 111196, 111196, 111195, 111194, 111194, 111195, 111195, 111194, 111194, 111193, 111194, 111192, 111192, 111192, 111192, 111193, 111190, 111190, 111190, 111191, 111188, 111186, 111189, 111191, 111191, 111191, 111191, 111189, 111189, 111189, 111188, 111188, 111189, 111187, 111187, 111190, 111188, 111187, 111184, 111186, 111185, 111184, 111184, 111184, 111184, 111184, 111186, 111188, 111194, 111194, 111194, 111194, 111196, 111196, 111196, 111196, 111196, 111197, 111198, 111198, 111198, 111198, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111197, 111197, 111198, 111197, 111196, 111195, 111194, 111194, 111194, 111194, 111193, 111191, 111190, 111192, 111191, 111190, 111188, 111187, 111188, 111190, 111189, 111188, 111186, 111186, 111185, 111185, 111184, 111184, 111185, 111183, 111180, 111179, 111179, 111180, 111180, 111180, 111180, 111180, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111180, 111179, 111179, 111180, 111181, 111182, 111179, 111181, 111181, 111185, 111184, 111184, 111185, 111185, 111186, 111186, 111185, 111187, 111187, 111188, 111187, 111188, 111188, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111188, 111187, 111186, 111188, 111186, 111185, 111191, 111188, 111187, 111188, 111188, 111188, 111190, 111190, 111192, 111191, 111192, 111190, 111189, 111188, 111189, 111191, 111191, 111192, 111192, 111191, 111191, 111191, 111192, 111191, 111191, 111191, 111191, 111191, 111190, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111194, 111193, 111191, 111191, 111191, 111191, 111192, 111192, 111196, 111196, 111196, 111195, 111195, 111195, 111197, 111196, 111194, 111194, 111194, 111193, 111193, 111192, 111191, 111191, 111195, 111194, 111194, 111196, 111195, 111195, 111196, 111196, 111195, 111195, 111195, 111193, 111193, 111194, 111194, 111195, 111196, 111196, 111195, 111195, 111197, 111196, 111196, 111198, 111198, 111198, 111200, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111196, 111198, 111198, 111197, 111198, 111200, 111198, 111197, 111201, 111201, 111200, 111200, 111200, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111197, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111198, 111198, 111198, 111198, 111196, 111195, 111196, 111199, 111199, 111199, 111199, 111199, 111198, 111197, 111197, 111197, 111197, 111198, 111198, 111199, 111199, 111199, 111198, 111198, 111199, 111198, 111198, 111198, 111198, 111198, 111199, 111198, 111199, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111196, 111196, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111191, 111191, 111194, 111194, 111195, 111193, 111192, 111192, 111190, 111191, 111192, 111190, 111190, 111190, 111192, 111192, 111192, 111192, 111193, 111193, 111193, 111193, 111192, 111193, 111192, 111190, 111197, 111197, 111198, 111197, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111201, 111202, 111202, 111202, 111202, 111202, 111199, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111199, 111199, 111199, 111198, 111199, 111199, 111199, 111199, 111198, 111198, 111199, 111199, 111198, 111198, 111197, 111197, 111197, 111199, 111199, 111197, 111197, 111198, 111195, 111195, 111193, 111194, 111194, 111193, 111192, 111191, 111191, 111189, 111192, 111192, 111192, 111192, 111192, 111193, 111192, 111193, 111193, 111193, 111193, 111194, 111193, 111193, 111193, 111193, 111192]], |
21-May-2021 20:04:26 | + 'npts_0.5': [False, [64063, 64063, 64064, 64063, 64063, 64062, 64059, 64060, 64059, 64059, 64059, 64059, 64058, 64058, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64058, 64058, 64060, 64059, 64059, 64061, 64059, 64059, 64060, 64059, 64059, 64059, 64059, 64059, 64061, 64061, 64065, 64065, 64063, 64064, 64065, 64063, 64063, 64064, 64064, 64063, 64065, 64066, 64065, 64065, 64065, 64064, 64064, 64064, 64065, 64064, 64064, 64064, 64065, 64064, 64064, 64065, 64065, 64065, 64066, 64065, 64065, 64065, 64067, 64067, 64068, 64069, 64069, 64069, 64069, 64070, 64069, 64069, 64069, 64069, 64070, 64070, 64069, 64069, 64068, 64068, 64068, 64069, 64069, 64069, 64067, 64067, 64069, 64069, 64069, 64069, 64069, 64068, 64066, 64066, 64066, 64066, 64067, 64067, 64067, 64069, 64067, 64065, 64068, 64066, 64067, 64066, 64068, 64066, 64067, 64067, 64067, 64065, 64066, 64065, 64066, 64066, 64067, 64067, 64067, 64066, 64066, 64066, 64064, 64063, 64064, 64065, 64064, 64063, 64059, 64060, 64061, 64064, 64063, 64061, 64058, 64060, 64058, 64059, 64058, 64058, 64059, 64059, 64060, 64059, 64059, 64058, 64058, 64059, 64058, 64057, 64058, 64058, 64057, 64057, 64057, 64057, 64057, 64056, 64055, 64055, 64055, 64054, 64054, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64056, 64057, 64058, 64058, 64058, 64061, 64061, 64061, 64065, 64065, 64064, 64064, 64064, 64069, 64067, 64068, 64067, 64067, 64065, 64067, 64065, 64064, 64064, 64064, 64064, 64064, 64063, 64065, 64066, 64065, 64068, 64068, 64067, 64067, 64066, 64067, 64067, 64068, 64065, 64065, 64064, 64064, 64065, 64066, 64067, 64068, 64063, 64061, 64063, 64065, 64062, 64062, 64061, 64060, 64060, 64060, 64060, 64060, 64059, 64059, 64060, 64059, 64058, 64058, 64059, 64058, 64058, 64055, 64055, 64056, 64055, 64054, 64054, 64053, 64055, 64055, 64055, 64056, 64057, 64057, 64058, 64058, 64057, 64058, 64058, 64058, 64060, 64058, 64059, 64058, 64059, 64059, 64058, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64058, 64057, 64055, 64055, 64056, 64056, 64056, 64057, 64056, 64056, 64057, 64059, 64058, 64057, 64058, 64057, 64058, 64058, 64057, 64058, 64059, 64056, 64058, 64058, 64058, 64057, 64059, 64057, 64056, 64057, 64059, 64057, 64057, 64058, 64056, 64057, 64057, 64057, 64062, 64064, 64063, 64063, 64063, 64062, 64062, 64062, 64062, 64061, 64061, 64062, 64060, 64060, 64060, 64062, 64061, 64060, 64061, 64060, 64057, 64058, 64057, 64057, 64057, 64056, 64055, 64064, 64063, 64060, 64061, 64062, 64063, 64062, 64060, 64059, 64059, 64060, 64061, 64060, 64061, 64061, 64061, 64063, 64063, 64063, 64063, 64062, 64062, 64062, 64062, 64062, 64062, 64063, 64065, 64064, 64064, 64063, 64062, 64063, 64062, 64063, 64059, 64058, 64060, 64058, 64058, 64059, 64059, 64057, 64055, 64055, 64053, 64053, 64052, 64053, 64053, 64053, 64053, 64055, 64055, 64055, 64055, 64055, 64056, 64056, 64055, 64055, 64056, 64056, 64056, 64058, 64057, 64058, 64061, 64061, 64061, 64061, 64060, 64059, 64060, 64061, 64061, 64062, 64062, 64062, 64063, 64063, 64063, 64064, 64065, 64064, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64066, 64067, 64066, 64064, 64062, 64062, 64063, 64064, 64062, 64061, 64063, 64062, 64061, 64062, 64061, 64059, 64060, 64061, 64062, 64059, 64058, 64059, 64058, 64059, 64057, 64058, 64058, 64060, 64058, 64057, 64056, 64055, 64055, 64054, 64055, 64054, 64055, 64055, 64055, 64055, 64054, 64054, 64054, 64054, 64053, 64052, 64052, 64052, 64052, 64051, 64051, 64053, 64053, 64053, 64053, 64053, 64052, 64053, 64053, 64053, 64054, 64053, 64053, 64054, 64054, 64054, 64052, 64050, 64050, 64049, 64048, 64048, 64048, 64049, 64049, 64051, 64054, 64055, 64055, 64056, 64056, 64057, 64059, 64057, 64059, 64058, 64057, 64057, 64058, 64059, 64057, 64058, 64058, 64058, 64058, 64058, 64059, 64058, 64059, 64058, 64058, 64057, 64057, 64057, 64057, 64056, 64056, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64054, 64053, 64052, 64051, 64051, 64050, 64051, 64051, 64051, 64050, 64048, 64049, 64049, 64049, 64049, 64047, 64046, 64047, 64047, 64043, 64043, 64043, 64044, 64044, 64044, 64044, 64043, 64043, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64040, 64041, 64042, 64042, 64042, 64044, 64044, 64044, 64044, 64042, 64041, 64042, 64042, 64044, 64043, 64043, 64045, 64045, 64046, 64047, 64046, 64048, 64048, 64047, 64047, 64048, 64048, 64048, 64048, 64047, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64047, 64047, 64051, 64048, 64050, 64049, 64050, 64050, 64051, 64051, 64052, 64051, 64051, 64047, 64048, 64048, 64050, 64050, 64049, 64052, 64052, 64049, 64051, 64051, 64052, 64052, 64049, 64049, 64049, 64049, 64049, 64052, 64052, 64052, 64051, 64054, 64054, 64054, 64053, 64054, 64054, 64054, 64054, 64053, 64053, 64054, 64054, 64054, 64057, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64057, 64056, 64056, 64056, 64056, 64055, 64054, 64054, 64055, 64057, 64059, 64059, 64059, 64058, 64057, 64057, 64056, 64056, 64057, 64057, 64057, 64057, 64058, 64058, 64058, 64057, 64058, 64058, 64058, 64058, 64058, 64058, 64058, 64059, 64059, 64059, 64061, 64060, 64061, 64061, 64061, 64058, 64057, 64058, 64059, 64062, 64063, 64061, 64063, 64062, 64062, 64062, 64065, 64065, 64065, 64064, 64062, 64061, 64061, 64061, 64061, 64062, 64062, 64062, 64063, 64063, 64063, 64063, 64063, 64063, 64063, 64064, 64063, 64062, 64063, 64061, 64060, 64060, 64060, 64059, 64059, 64057, 64055, 64059, 64060, 64061, 64060, 64060, 64060, 64060, 64060, 64061, 64060, 64063, 64063, 64063, 64063, 64064, 64063, 64063, 64063, 64064, 64063, 64064, 64062, 64062, 64062, 64063, 64062, 64062, 64062, 64062, 64062, 64062, 64064, 64064, 64062, 64061, 64060, 64061, 64061, 64060, 64059, 64058, 64057, 64056, 64055, 64055, 64053, 64053, 64052, 64054, 64053, 64054, 64053, 64052, 64050, 64049, 64049, 64050, 64048, 64049, 64048, 64049, 64050, 64051, 64050, 64049, 64049, 64049, 64050, 64049, 64049, 64048, 64048, 64059, 64060, 64059, 64058, 64059, 64062, 64061, 64062, 64061, 64061, 64061, 64061, 64061, 64063, 64063, 64064, 64063, 64065, 64063, 64063, 64063, 64063, 64062, 64061, 64061, 64062, 64060, 64060, 64063, 64065, 64064, 64063, 64064, 64062, 64061, 64061, 64064, 64062, 64062, 64061, 64061, 64061, 64061, 64061, 64061, 64061, 64060, 64060, 64058, 64059, 64060, 64059, 64059, 64058, 64059, 64059, 64059, 64060, 64060, 64060, 64061, 64061, 64062, 64062, 64061, 64061, 64061, 64060, 64060, 64059, 64060, 64061, 64059, 64058, 64058, 64058, 64057, 64056, 64055, 64053, 64053, 64055, 64053, 64050, 64050, 64050, 64052, 64053, 64051, 64052, 64053, 64054, 64054, 64054, 64054, 64054, 64055, 64056, 64054, 64056, 64055, 64055]], |
21-May-2021 20:04:26 | + 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # report combination test_mosaic_mtmfs) |
21-May-2021 20:04:26 | + report9 = th.check_dict_vals(exp_wt_stats, wt_stats_dict, '.weight', epsilon=self.epsilon) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + # report combination |
21-May-2021 20:04:26 | report = report0 + report1 + report2 + report3 + report4 + report5 + \ |
21-May-2021 20:04:26 | - report6 + report7 + report8 + report9 + report10 + report11 + report12 + report13 |
21-May-2021 20:04:26 | + report6 + report7 + report8 + report9 |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | failed = self.filter_report(report) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | add_to_dict(self, output = test_dict, dataset = \ |
21-May-2021 20:04:26 | - "E2E6.1.00020.S_tclean.ms") |
21-May-2021 20:04:26 | + ["2017.1.00750.T_tclean_exe1.ms", \ |
21-May-2021 20:04:26 | + "2017.1.00750.T_tclean_exe2.ms"]) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - test_dict['test_mosaic_mtmfs']['self.parallel'] = self.parallel |
21-May-2021 20:04:26 | - test_dict['test_mosaic_mtmfs']['report'] = report |
21-May-2021 20:04:26 | - test_dict['test_mosaic_mtmfs']['images'] = [] |
21-May-2021 20:04:26 | + test_dict[test_name]['self.parallel'] = self.parallel |
21-May-2021 20:04:26 | + test_dict[test_name]['report'] = report |
21-May-2021 20:04:26 | + test_dict[test_name]['images'] = [] |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | img = shutil._basename(img) |
21-May-2021 20:04:26 | - self.mom8_creator(img+'.image.tt0', range_list=[-0.003, 0.035]) |
21-May-2021 20:04:26 | - self.mom8_creator(img+'.residual.tt0', range_list=[-0.003, 0.035]) |
21-May-2021 20:04:26 | - test_dict['test_mosaic_mtmfs']['images'].extend( \ |
21-May-2021 20:04:26 | - (img+'.image.tt0.moment8.png',img+'.residual.tt0.moment8.png')) |
21-May-2021 20:04:26 | + self.mom8_creator(img+'.image', range_list=[-0.01, 0.1]) |
21-May-2021 20:04:26 | + self.mom8_creator(img+'.residual', range_list=[-0.01, 0.1]) |
21-May-2021 20:04:26 | + test_dict[test_name]['images'].extend( \ |
21-May-2021 20:04:26 | + (img+'.image.moment8.png',img+'.residual.moment8.png')) |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + test_dict[test_name]['images'].append(img+'.image.profile.png') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + if savemetricdict: |
21-May-2021 20:04:26 | + ### serialize ndarray in mask_stats_dcit |
21-May-2021 20:04:26 | + mask_stats_mod_dict = copy.deepcopy(mask_stats_dict) |
21-May-2021 20:04:26 | + mask_stats_mod_dict['mask'] = mask_stats_dict['mask'].tolist() |
21-May-2021 20:04:26 | + pb_stats_mod_dict = copy.deepcopy(pb_stats_dict) |
21-May-2021 20:04:26 | + pb_stats_mod_dict['pb_mask_0.2'] = pb_stats_dict['pb_mask_0.2'].tolist() |
21-May-2021 20:04:26 | + pb_stats_mod_dict['pb_mask_0.5'] = pb_stats_dict['pb_mask_0.5'].tolist() |
21-May-2021 20:04:26 | + #create a nested dictionary containing exp dictionaries to save |
21-May-2021 20:04:26 | + savedict = {} |
21-May-2021 20:04:26 | + #list of stats to save |
21-May-2021 20:04:26 | + # im_stats, mask_stats, pb_stats, psf_stats,\ |
21-May-2021 20:04:26 | + # model_stats, resid_stats, sumwt_stats, + wt_stats (mosaic) |
21-May-2021 20:04:26 | + savedict['im_stats_dict']=im_stats_dict |
21-May-2021 20:04:26 | + savedict['mask_stats_dict']=mask_stats_mod_dict |
21-May-2021 20:04:26 | + savedict['pb_stats_dict']=pb_stats_mod_dict |
21-May-2021 20:04:26 | + savedict['psf_stats_dict']=psf_stats_dict |
21-May-2021 20:04:26 | + savedict['model_stats_dict']=model_stats_dict |
21-May-2021 20:04:26 | + savedict['resid_stats_dict']=resid_stats_dict |
21-May-2021 20:04:26 | + savedict['sumwt_stats_dict']=sumwt_stats_dict |
21-May-2021 20:04:26 | + savedict['wt_stats_dict']=wt_stats_dict |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + self.save_dict_to_file(test_name,savedict, test_name+'_cas13317_stats') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | self.assertTrue(th.check_final(pstr = report), \ |
21-May-2021 20:04:26 | msg = failed) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | -# End of test_mosaic_mtmfs |
21-May-2021 20:04:26 | - |
21-May-2021 20:04:26 | +# End of test_mosaic_cube_eph_pcwdT |
21-May-2021 20:04:26 | #-------------------------------------------------# |
21-May-2021 20:04:26 | + # Test 12c |
21-May-2021 20:04:26 | @stats_dict(test_dict) |
21-May-2021 20:04:26 | - # @unittest.skip("") |
21-May-2021 20:04:26 | - def test_mosaic_cube_eph(self): |
21-May-2021 20:04:26 | - ''' Mosaic ephemeris cube imaging - field Venus, spw 45 ''' |
21-May-2021 20:04:26 | + def test_mosaic_cube_eph_briggsbwtaper(self): |
21-May-2021 20:04:26 | + ''' Mosaic ephemeris cube imaging with briggsbwtaper - field Venus, spw 45 ''' |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - file_name = 'mosaic_cube_eph.iter' |
21-May-2021 20:04:26 | + test_name = self._testMethodName |
21-May-2021 20:04:26 | + file_name = 'mosaic_cube_eph_briggsbwtaper.iter' |
21-May-2021 20:04:26 | img = os.getcwd()+'/'+file_name+'1' |
21-May-2021 20:04:26 | self.prepData(data_path+'2018.1.00879.S_tclean.ms') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | @@ -3985,11 +6691,11 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | scan=['7,11'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
21-May-2021 20:04:26 | datacolumn='corrected', imagename=file_name+'0', \ |
21-May-2021 20:04:26 | imsize=[480, 420], cell=['0.14arcsec'], phasecenter='TRACKFIELD',\ |
21-May-2021 20:04:26 | - stokes='I', specmode='cubesource', nchan=948, start=5, width=1, \ |
21-May-2021 20:04:26 | - perchanweightdensity=False, gridder='mosaic', \ |
21-May-2021 20:04:26 | + stokes='I', specmode='cubesource', nchan=948, start='261.7643758544GHz', width='0.2441755MHz', \ |
21-May-2021 20:04:26 | + perchanweightdensity=True, gridder='mosaic', \ |
21-May-2021 20:04:26 | mosweight=True, usepointing=False, pblimit=0.2, \ |
21-May-2021 20:04:26 | deconvolver='hogbom', restoration=False, restoringbeam='common', \ |
21-May-2021 20:04:26 | - pbcor=False, weighting='briggs', robust=0.5, npixels=0, niter=0, \ |
21-May-2021 20:04:26 | + pbcor=False, weighting='briggsbwtaper', robust=0.5, npixels=0, niter=0, \ |
21-May-2021 20:04:26 | threshold='0.0mJy', nsigma=0.0, interactive=0, usemask='auto' |
21-May-2021 20:04:26 | '-multithresh', sidelobethreshold=2.0, noisethreshold=4.25, \ |
21-May-2021 20:04:26 | lownoisethreshold=1.5, negativethreshold=15.0, minbeamfrac=0.3, \ |
21-May-2021 20:04:26 | @@ -4009,11 +6715,11 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | scan=['7,11'], intent='OBSERVE_TARGET#ON_SOURCE', \ |
21-May-2021 20:04:26 | datacolumn='corrected', imagename=file_name+'1', \ |
21-May-2021 20:04:26 | imsize=[480, 420], cell=['0.14arcsec'], phasecenter='TRACKFIELD',\ |
21-May-2021 20:04:26 | - stokes='I', specmode='cubesource', nchan=948, start=5, width=1, \ |
21-May-2021 20:04:26 | - perchanweightdensity=False, gridder='mosaic', \ |
21-May-2021 20:04:26 | + stokes='I', specmode='cubesource', nchan=948, start='261.7643758544GHz', width='0.2441755MHz', \ |
21-May-2021 20:04:26 | + perchanweightdensity=True, gridder='mosaic', \ |
21-May-2021 20:04:26 | mosweight=True, usepointing=False, pblimit=0.2, \ |
21-May-2021 20:04:26 | deconvolver='hogbom', restoration=True, restoringbeam='common', \ |
21-May-2021 20:04:26 | - pbcor=True, weighting='briggs', robust=0.5, npixels=0, \ |
21-May-2021 20:04:26 | + pbcor=True, weighting='briggsbwtaper', robust=0.5, npixels=0, \ |
21-May-2021 20:04:26 | niter=700000, threshold='0.0106Jy', nsigma=0.0, interactive=0, \ |
21-May-2021 20:04:26 | usemask='auto-multithresh', sidelobethreshold=2.0, \ |
21-May-2021 20:04:26 | noisethreshold=4.25, lownoisethreshold=1.5, \ |
21-May-2021 20:04:26 | @@ -4024,7 +6730,7 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report0 = th.checkall(imgexist = self.image_list(img, 'mosaic')) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # test_mosaic_cube_eph |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper |
21-May-2021 20:04:26 | # .image report |
21-May-2021 20:04:26 | im_stats_dict = self.image_stats(img+'.image', fit_region = \ |
21-May-2021 20:04:26 | 'ellipse[[239.36796846deg, -16.96307757deg], [5.3756arcsec, 3.3987arcsec], 0.00000000deg]', \ |
21-May-2021 20:04:26 | @@ -4037,31 +6743,29 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | 'circle[[15:57:28.581274, -16.57.40.39634], 11.5arcsec]', |
21-May-2021 20:04:26 | 'circle[[15:57:29.520326, -16.57.40.70171], 11.5arcsec]']) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # test_mosaic_cube_eph |
21-May-2021 20:04:26 | - exp_im_stats = {'com_bmaj': [False, 0.9347811147697555], |
21-May-2021 20:04:26 | - 'com_bmin': [False, 0.7185930247591006], |
21-May-2021 20:04:26 | - 'com_pa': [False, -88.16793752979638], |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_im_stats |
21-May-2021 20:04:26 | + exp_im_stats = {'com_bmaj': [False, 0.9369754764795376], |
21-May-2021 20:04:26 | + 'com_bmin': [False, 0.714328922231186], |
21-May-2021 20:04:26 | + 'com_pa': [False, -87.11352315281212], |
21-May-2021 20:04:26 | 'npts': [True, 191116800], |
21-May-2021 20:04:26 | - 'npts_unmasked': [False, 104998085.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'npts_unmasked': [False, 105415354.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.086364768445491791], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [318, 243, 0, 511]], |
21-May-2021 20:04:26 | - 'min_val': [False, -0.070862673223018646,], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [222, 212, 0, 674]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.012281882598118963], |
21-May-2021 20:04:26 | - 'rms_per_chan': [False, [0.01566755765592744, 0.012499771976912814, 0.011123979147164407, 0.011561886220609966, 0.012292568630946268, 0.013503738082575103, 0.013895709096621548, 0.015371602081183504, 0.012571966053954607, 0.012110657886905454, 0.010681959860783033, 0.011448528933751815, 0.013363157615506101, 0.01177851095735433, 0.011819999220451467, 0.011063128145379053, 0.011211424009495315, 0.012675826502373685, 0.00964365231187898, 0.01230416428699256, 0.011816948425841614, 0.012524610132431753, 0.012091583554529339, 0.01415517292636185, 0.013038519870781123, 0.010927180475068366, 0.011348376416636784, 0.011452376144559037, 0.013880464215687604, 0.01271421858369905, 0.012365348078626935, 0.011134439502267753, 0.01173999969262898, 0.010275262798856601, 0.012024637616711497, 0.011827779313317115, 0.012005719677964755, 0.01126998085149768, 0.01263100142352357, 0.010919404120788623, 0.01230292923375664, 0.013824000423944424, 0.012030441249337255, 0.01471235121764837, 0.012690250219699167, 0.012264732434797237, 0.010338113974845756, 0.010588074612506274, 0.010658916275604544, 0.01192531675206317, 0.011963523090655131, 0.011739554348224612, 0.010864559965038227, 0.01135082917289156, 0.011495290472285927, 0.011805507617290682, 0.010933831622378246, 0.014576785073645402, 0.01297711633387727, 0.010222489107261269, 0.0110984415724654, 0.011692109085082973, 0.011605118458967478, 0.011686408270450569, 0.010719138244995948, 0.011490010832745277, 0.012016309876685964, 0.012905508417480243, 0.010424679511378012, 0.010476580776329382, 0.013555509132609708, 0.01168612606268359, 0.01089950574737809, 0.009744535896916217, 0.011655046195014002, 0.012674198608575759, 0.014310946665162668, 0.014293294641270153, 0.012638247297143402, 0.011225312863067707, 0.010533579687603354, 0.010619978615716235, 0.01130230533155928, 0.012504854882493843, 0.011302020261357171, 0.012161798863089938, 0.010608102908705218, 0.011122188031292404, 0.010132879137328434, 0.011293949972102117, 0.012010374392817949, 0.013191568018758376, 0.01233135069689494, 0.010769746462901904, 0.01153549017814873, 0.011979399621333483, 0.011111746944971652, 0.011843988636800718, 0.011876601129763641, 0.00985833760297452, 0.012805113173417818, 0.012001866506178401, 0.012972732329926176, 0.012947046238817135, 0.01169227386437645, 0.013660834492575508, 0.015240297428641192, 0.012045506099515298, 0.014349189506965473, 0.011753680556779432, 0.011011732485486841, 0.011048193549742145, 0.012814236743542255, 0.011674542313321304, 0.010770073501250303, 0.012405362003451131, 0.011262904273749614, 0.010016645329827439, 0.012059229625014212, 0.01128781720269892, 0.011844913248897927, 0.012245345012809291, 0.009952101453716862, 0.012237226805610778, 0.010830186561964461, 0.012038505819334888, 0.010469212178041205, 0.012712147168754424, 0.009858813880899741, 0.009618511420097878, 0.011251630406509621, 0.01094736018021904, 0.009938750246980809, 0.011806500650862979, 0.013746618610294636, 0.011890591602572501, 0.011285353902870112, 0.010746148131018936, 0.010780721254182541, 0.010400367901096838, 0.010548644745226116, 0.011701519719661485, 0.011515444299289019, 0.01137979009080972, 0.009897580126157974, 0.012679387512909252, 0.012393749358995263, 0.010126541811740334, 0.012078757530494299, 0.010422834662425521, 0.011491611179879445, 0.011350002754119041, 0.010786499538647526, 0.01241069099315559, 0.01287288681929542, 0.012544796642462093, 0.012486480230120337, 0.012027122098965512, 0.011436187647136224, 0.014507824634016918, 0.012781326055012877, 0.010971035372093395, 0.011222652982616295, 0.010381402164033299, 0.011789211848634065, 0.010467460759016958, 0.010519913231344411, 0.009804241543959213, 0.009826802489597598, 0.011168128286266319, 0.009898755834256175, 0.010638546697493598, 0.01075904603518445, 0.01186190395476391, 0.012698873200736769, 0.012275066865331018, 0.010120998522019762, 0.011856430473088262, 0.01187640156331042, 0.012858360146453808, 0.010458450314412523, 0.011686631685348224, 0.012324510594898344, 0.013706507117441952, 0.010507073125858515, 0.009727999262257602, 0.010749737212657888, 0.010496316622257333, 0.012266025310015635, 0.009968887987260507, 0.010656267754294232, 0.01137826346655607, 0.013691020253483116, 0.009712315969605423, 0.0116765832200688, 0.01204200794054857, 0.011085824144059132, 0.012319945895455337, 0.010766015294335025, 0.012434827540397717, 0.012730633406142734, 0.014922472720576237, 0.013340994079356561, 0.012184668987628627, 0.011860251479407752, 0.010611453465531486, 0.010927075341466757, 0.010737943994644793, 0.011284903658799174, 0.012101560213749602, 0.01253847688484235, 0.011820390980633899, 0.01141402994073023, 0.01060976878040442, 0.010983370981323954, 0.013427371951491312, 0.012374725410784092, 0.011400378106504076, 0.011527234422091191, 0.01340962759016125, 0.013570332253931302, 0.011804029668992844, 0.012197974733541946, 0.013983623168953468, 0.012725763762714332, 0.011354745750571254, 0.012145679916283425, 0.01126874546535086, 0.012261492463656863, 0.011178855897759667, 0.010264367951585555, 0.013345043592089396, 0.012409363114615287, 0.011495934975609993, 0.009277679225470462, 0.011720945646776957, 0.012561715975156802, 0.012325900140530158, 0.011173759164206036, 0.01444252189374611, 0.013235686426999993, 0.009545194033680014, 0.00989282465604266, 0.011317913505981915, 0.011172814496764794, 0.011097429969483154, 0.011431240017029451, 0.010546755637817182, 0.011214435474509551, 0.011763583664075946, 0.014689109193649632, 0.011251056734311256, 0.009776300805049154, 0.012860933158710076, 0.012509654758086465, 0.013307995464813777, 0.012069070120183812, 0.011422201031864795, 0.011512246169509426, 0.011243380202117025, 0.011621384685604818, 0.011008804779668683, 0.013029468912847373, 0.011484166233438071, 0.01154715840745958, 0.012030983875891486, 0.012644418892294014, 0.010840072063581964, 0.01217667528470696, 0.012348270662399291, 0.011295167588599378, 0.011131983820484052, 0.011525183914729311, 0.01245079346986009, 0.010668667918574357, 0.011110716151104136, 0.012536736404100099, 0.013297691638473148, 0.013088181650764244, 0.011822130327201136, 0.010774771031200035, 0.010775807119122434, 0.01105586988033813, 0.009420738313971375, 0.012013742695805617, 0.011326747652322514, 0.012096904239732881, 0.01150806457510923, 0.011675274227450103, 0.0135991855834598, 0.01044590308467654, 0.01066146998192241, 0.010712518291299183, 0.01193296299641928, 0.012947758061995076, 0.010130158406514036, 0.011855179848796187, 0.011440889779476115, 0.012458460329640899, 0.011076297729893039, 0.012814778866789587, 0.011811606075871006, 0.012867705357363268, 0.01621962105427537, 0.016465436698466954, 0.016201295070531984, 0.01058752407190847, 0.011716930684685505, 0.011008111220908223, 0.01309686038666478, 0.011249739924392245, 0.011298808361717275, 0.01286619495044334, 0.012457597012475598, 0.011357408247558936, 0.011635136666110633, 0.01147265786957545, 0.01411270947674405, 0.012138457217748517, 0.012013161207475307, 0.012399897890804487, 0.017261754698869394, 0.011751036356983229, 0.01220773352984818, 0.01169628539620397, 0.013572907681349047, 0.014279084224693019, 0.013350071117589353, 0.01119955478052971, 0.011678178134442125, 0.01143788295713284, 0.01338236323998995, 0.013148991760974126, 0.012261293827211488, 0.012230033568364952, 0.011982727185002299, 0.014628741472584738, 0.013936276355000195, 0.011606244163871274, 0.013217927391198507, 0.011877296698841999, 0.013751323956061321, 0.010502431019977986, 0.011623558011397342, 0.013225657353801752, 0.013687394057886515, 0.012047896602847821, 0.01247678361440421, 0.010956367674752512, 0.011928249343126845, 0.012456739592702704, 0.014412803794511948, 0.013091054766212506, 0.012391320075065916, 0.012041284843754036, 0.011175660150719864, 0.012796161329318703, 0.012376600001200107, 0.013213434092613835, 0.011391999754128477, 0.011735911173241135, 0.011338817659054366, 0.013685494524633305, 0.01405734652024605, 0.011873232352346962, 0.011492726398798213, 0.011357899840429751, 0.011924626623408293, 0.01292314975466112, 0.011568890237960018, 0.012450768675985815, 0.01615561678574021, 0.014389883701947508, 0.012020341777831386, 0.011691722848726802, 0.012565949873863497, 0.011694804496294954, 0.011846565903593035, 0.011247492738346963, 0.010809808599760048, 0.011330103597179153, 0.012046098499893751, 0.012792309821515609, 0.012055452071571462, 0.012529809308170823, 0.01166776384371269, 0.01271547225436619, 0.014155919212706156, 0.011590774944224877, 0.013272175555436434, 0.01230731481769422, 0.01134847189287814, 0.011467954772903752, 0.01184115575454566, 0.011988620387346051, 0.010501901957914332, 0.011616509715974813, 0.011471135705227897, 0.012451191281457752, 0.015319504006822212, 0.012649022813805498, 0.011475752166486771, 0.012390712505079823, 0.013092398166506612, 0.0108425779557803, 0.010850393792933026, 0.011858723037825333, 0.014367570168849372, 0.016151613939500507, 0.010857278233794036, 0.012348584717685072, 0.013369893472750983, 0.013520298224929771, 0.012490511233733568, 0.011838067139252433, 0.01379337132839034, 0.013615981503194808, 0.01213329972068078, 0.011926986383721444, 0.011989638160863852, 0.011459946102237622, 0.00998617556766575, 0.011909475646001892, 0.01144107317570622, 0.012796872801637271, 0.011812967842105799, 0.01226189488300729, 0.013800981007306753, 0.011403886599520798, 0.011873516666846865, 0.012409987676322875, 0.012188938970018453, 0.011353880208547378, 0.013058666569184637, 0.011338981854502068, 0.01409796019586988, 0.012231139093670572, 0.015107895235161905, 0.012326810087808738, 0.012946694516644243, 0.012447550801307723, 0.014909071523596254, 0.01397117897114995, 0.013954030858987044, 0.012642975889461814, 0.012387518693283873, 0.011610200546359207, 0.011526268526938685, 0.011758827798373622, 0.011908680699262349, 0.015003488394504251, 0.014659137370125483, 0.01303276571543743, 0.013752408592063675, 0.013708881194186243, 0.01147231577101178, 0.011546435459926428, 0.011541811993355754, 0.013315481649931753, 0.012924077797838931, 0.013861771686590075, 0.012908741618203564, 0.012185556034842455, 0.0123901699294395, 0.011089612618787055, 0.012565991045585109, 0.011172521028748187, 0.011930136297848918, 0.012217995900935783, 0.012567934765036304, 0.013402949630010139, 0.012677891119972322, 0.012831082643587562, 0.012077587392213665, 0.01192202179044923, 0.012437303467243326, 0.012739158128205348, 0.013229922671982922, 0.011707021012177004, 0.013242901791918983, 0.012429029653969133, 0.011897651409429517, 0.012333981656159804, 0.01652056933731621, 0.012803033285199423, 0.013291710033149702, 0.013915563269442936, 0.013293192094911472, 0.012809923485290182, 0.012329480430228985, 0.012327561250559955, 0.011635712112230329, 0.013309364248632287, 0.01298532449779078, 0.011141245068791102, 0.0123662111290416, 0.012952937497979091, 0.012652571307871136, 0.015633401429410065, 0.014029079448528728, 0.013085527098929505, 0.013671367699869673, 0.011449641495798529, 0.013870108540867539, 0.013267219241966837, 0.013009671745599366, 0.012061924878367703, 0.013344180204315093, 0.012472386713589599, 0.012819448624406097, 0.013468487050066785, 0.015061287987425221, 0.013101479251036413, 0.011695612693457496, 0.014215627129265261, 0.014030414081014604, 0.013144534677081394, 0.013769631498326561, 0.013665079857862566, 0.01278869825702419, 0.011758045653360501, 0.013379677594574436, 0.013176320438872265, 0.013726863311133137, 0.014093922857692474, 0.011978594418837533, 0.012688741742419463, 0.014213190054434053, 0.012778188415525355, 0.012893566603547115, 0.011031522915526809, 0.012099967208788644, 0.01197488835353761, 0.011886891227553936, 0.012806477665845199, 0.013276830507854871, 0.013241164133079063, 0.012154967597401761, 0.011697698448488806, 0.0138159512574303, 0.012144528154314117, 0.011982896302520097, 0.012088015079846063, 0.01258443418498413, 0.012417041503252886, 0.013316302302718812, 0.013253698599679495, 0.014875163789523499, 0.013611399587966033, 0.01270670566020336, 0.012428452848201328, 0.013258866017540937, 0.012735738693151316, 0.014906643094604965, 0.014207002883168778, 0.01351154568809692, 0.012428703834641097, 0.012531695617773475, 0.014339355016753071, 0.011835752014891681, 0.015198065031029119, 0.01430821328282015, 0.013257734215508951, 0.012994339259791049, 0.013865856665286771, 0.012158304848082375, 0.014198843802734912, 0.01419354016501019, 0.013678418586819103, 0.012056908737372238, 0.012088134020138442, 0.012708550023920906, 0.012056042831971507, 0.012944165533598666, 0.012998439619323971, 0.011738401817877483, 0.013534728428647752, 0.012933197018222002, 0.011888680423975263, 0.012833718856536632, 0.013026329306504825, 0.01389771764379911, 0.013170374270730664, 0.01394810209074441, 0.013726597650998646, 0.012620621703300312, 0.012195206631413907, 0.013644885542175174, 0.01339675796598244, 0.015953133266745596, 0.015572165751410377, 0.013918610648959726, 0.012539523963263447, 0.014863648164363799, 0.013557760935362215, 0.013767615205969776, 0.012387780847253898, 0.013111551187613596, 0.012178574316034968, 0.012804589291833082, 0.013764797217935443, 0.014682794411092211, 0.011923563140996867, 0.012457566642369073, 0.012577155733152602, 0.012268408936443286, 0.013433767866486363, 0.011254144886535153, 0.012239416835082412, 0.012719204139179307, 0.014153628502136058, 0.013714206504685713, 0.01555664321990409, 0.012482696827891392, 0.012798094219294787, 0.013725222959993684, 0.011297342405230785, 0.013866245776811888, 0.013948944319164524, 0.014752096346863636, 0.012392843752160694, 0.014416608533154353, 0.013416960727895713, 0.013014075062578258, 0.012457948814251782, 0.01214561019554649, 0.014573596703768801, 0.013355931500995009, 0.010935442745219525, 0.013474856369494768, 0.014093982151433494, 0.011282427815945854, 0.013022998498462857, 0.011932228038133832, 0.011193973084211214, 0.013372017260001274, 0.013994297538831645, 0.011742113041326014, 0.012987909251690535, 0.012569010525416004, 0.011966315747010852, 0.013958876937310783, 0.013110867016705616, 0.015176327530987377, 0.013271913419261386, 0.014815021510858065, 0.013019719016438232, 0.012593706022601611, 0.013636464785719227, 0.013024015052417843, 0.011867287358548854, 0.014432494354300884, 0.011513467360750092, 0.013751315885178503, 0.011944914326008424, 0.011579770223979212, 0.013104138863451702, 0.012572035675858769, 0.013719589991898679, 0.011799423913740791, 0.014222826331815612, 0.013130190236718657, 0.015687333785054065, 0.013977869745415655, 0.013856666637965972, 0.0119206019645679, 0.01340210329202167, 0.01236780694175228, 0.013548894032861069, 0.012186169719114176, 0.01048406598287907, 0.010655269577945959, 0.011891505227937497, 0.012232046724993523, 0.016338504257622802, 0.011951257476223706, 0.012787444872754723, 0.011710212821400005, 0.011695865895061741, 0.015838707904307876, 0.012939755683705046, 0.012477587036156625, 0.013330358565129482, 0.01082528855224014, 0.013773287643131382, 0.012570171555245143, 0.013162359160576995, 0.011218965550597317, 0.01342890868237659, 0.01202182099406552, 0.010697138162887927, 0.015232948941257044, 0.012711001004850505, 0.011506289930999608, 0.012369850055536856, 0.01233361532935207, 0.012360627932656498, 0.013326575850585057, 0.012934710498929827, 0.013248039695274097, 0.012226203594835677, 0.012818113815664448, 0.01341051851094283, 0.013541762993268074, 0.013056711886632514, 0.012115662158377625, 0.013357590759015063, 0.012032645498305006, 0.016207947768265084, 0.01389311652405909, 0.013847679128406589, 0.013886386730554553, 0.012067502182802831, 0.011753272427404053, 0.013279048057631762, 0.011214754296383541, 0.011683816996863522, 0.010609551860508486, 0.012357120345452005, 0.013050369382881564, 0.01174704009897493, 0.011743154945937362, 0.012531199758011487, 0.011798725028591634, 0.012419735337445137, 0.013975728513221264, 0.011781109647231187, 0.014598054146810256, 0.011754504071338916, 0.011305854302102692, 0.013318945027316854, 0.013042196249451354, 0.011052738741563284, 0.010558225013410463, 0.011020779774382213, 0.011340319330782552, 0.012033592610864789, 0.012455257536242884, 0.01110139391512171, 0.01046562816674095, 0.015266557792594495, 0.011918313536064278, 0.011360562910751727, 0.010365874108060247, 0.011737890229192168, 0.012793643279848948, 0.013256120317317155, 0.012383560012815365, 0.013301087661143126, 0.01531080427533124, 0.010224017979386747, 0.011257686276499953, 0.009965303526327884, 0.011481057685759922, 0.01274428412077991, 0.01237779048897638, 0.011054791139194602, 0.012765273103949742, 0.012472945953336118, 0.012608159036016397, 0.011204550231481033, 0.013905107233033231, 0.010773937005630393, 0.013310027013851727, 0.017420680889573912, 0.011673620547153839, 0.010614208861963346, 0.012253262631090077, 0.012560836225969919, 0.012560372974566972, 0.013315953743992456, 0.01250495576610427, 0.010300621736575054, 0.0126743669068127, 0.012497189500451297, 0.01058986672748917, 0.0140554647719132, 0.011586323266949704, 0.01051084444510618, 0.010723172131198219, 0.013670881790176151, 0.01294181100319149, 0.01329464895892603, 0.011257304758166548, 0.011406076857722271, 0.01192400994821658, 0.01090031653434306, 0.011516503202529208, 0.01164722421363161, 0.011278034900260045, 0.013101497734367626, 0.010571820551740189, 0.01258494483689583, 0.010690018512359867, 0.012288203401799393, 0.011394189183191222, 0.010661795126849621, 0.014600444436046287, 0.012545075612095091, 0.011433423838627848, 0.0108797962059277, 0.01179905039017321, 0.011201593386431653, 0.012398023234344002, 0.011585602038687984, 0.012105760854189395, 0.01012363568557298, 0.010608758997456596, 0.013055946950589595, 0.01115366731042303, 0.011356175896159434, 0.010664413285359914, 0.011095187626260742, 0.01055909008819056, 0.01199264964050027, 0.01198885985504728, 0.011856295143569895, 0.011865458906234921, 0.012803395900220201, 0.011576869098809376, 0.010189936253659717, 0.010195412935336356, 0.012280457502570626, 0.011418747542118402, 0.011054267711398783, 0.010663172535730193, 0.010788394178560413, 0.012825843175935922, 0.014830488452138243, 0.012284354036472657, 0.012694714212578187, 0.013724353996911465, 0.012851827129972288, 0.010592820880735418, 0.012302591864876384, 0.012065809850599015, 0.011956358889472574, 0.010872197413464683, 0.012323221424305216, 0.012123107304017921, 0.010815605182278264, 0.012638711922615793, 0.011655868729735695, 0.013318117884136317, 0.011374335257623935, 0.011336547412403876, 0.013538061509343441, 0.010884298085465788, 0.00983147858074236, 0.010395424381769653, 0.010546991873577608, 0.012797725536117008, 0.011287668516950705, 0.010972896319568352, 0.011817914808157692, 0.010995529479193617, 0.01009639486723553, 0.01141833937111661, 0.011690435639595306, 0.010061766319288705, 0.011971105561760871, 0.012700043131615801, 0.011318883390568383, 0.010909315349852766, 0.00955009744793359, 0.010498572864691814, 0.013751363636934978, 0.012414462975548525, 0.013914888435336918, 0.014227696895603312, 0.012244996318125041, 0.01179968071369893, 0.01269311294414022, 0.011707870106088975, 0.010958813990455807, 0.011651043993684336, 0.01030137511322718, 0.011034955595029074, 0.011010590344592711, 0.012071622334637981, 0.012156945636578436, 0.01207776327788143, 0.012467860244637925, 0.011202073492240526, 0.013522425017327757, 0.013101403096011953, 0.011576541797128533, 0.010161447675978133, 0.010808172743640786, 0.01053092595610692, 0.011264161352788734, 0.01233589290036475, 0.010814458779802489, 0.012333845855799757, 0.009642890958343297, 0.012173492497045947, 0.013243881943014759, 0.011496651178443193, 0.01015960484422759, 0.01181458373889043, 0.009783393881506904, 0.00995620066577112, 0.011522308540852155, 0.010744486398458035, 0.010880760248384722, 0.0103126533049451, 0.010249354156011579, 0.011065664705266258, 0.01142653024289266, 0.01119440735004512, 0.01097503503562323, 0.014023046074535458, 0.010432042532047749, 0.010194842729529698, 0.010817754756984273, 0.011134926202450978, 0.011429007186568798, 0.010583381706566801, 0.015263726359132578, 0.011921804488613408, 0.009753228291247933, 0.012196147705148373, 0.009316733907216289, 0.01146380450784002, 0.010523188985348219, 0.012950242966562036, 0.010905274766360632, 0.009936978616187102, 0.011966920815569286, 0.010385478642918732, 0.010089607608523066, 0.01317787233691099, 0.01482152961916169, 0.011166319039339316, 0.01158412070404005, 0.010686371837829486, 0.011619838402650143, 0.010062419209719961, 0.010294116467679117, 0.01054194871478958, 0.011768968106377857, 0.012003013751281379, 0.011635692550686211, 0.012427950542111656, 0.012436753739762036, 0.010597044719259695, 0.01047844931079727, 0.01300316381280212]], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_sum': [False, 4241.3850895847481], |
21-May-2021 20:04:26 | - 'im_sum': [False, 4107.755953973777], |
21-May-2021 20:04:26 | - 'regn_sum': [False, 34.376076006740732], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.07545597106218338], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [319, 243, 0, 511]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.0654265433549881], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [268, 151, 0, 57]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.01138825435221424], |
21-May-2021 20:04:26 | + 'rms_per_chan': [False, [0.01391551567345628, 0.011198813123537344, 0.010345340419894959, 0.010811274412962498, 0.010980385487975988, 0.012191143283614564, 0.012655534175377578, 0.014079166218826298, 0.011693246507781589, 0.011473161953430535, 0.01036509324966158, 0.010185600376660019, 0.012665564711609607, 0.010700887971683245, 0.010204218275929773, 0.009966093553230537, 0.010963421132572218, 0.012603110329282182, 0.008792978601938796, 0.011317940881447585, 0.011797013644227599, 0.011942828512409687, 0.011521270528107433, 0.01247837136416052, 0.011404686740893335, 0.010493928899296148, 0.010533345727638473, 0.010748676360497075, 0.013014328613251656, 0.012113374360662368, 0.010949392947331485, 0.0104040724325028, 0.010570279485877935, 0.009853135727721589, 0.011297806905893708, 0.011209623201283268, 0.0106340973552856, 0.011160040827923315, 0.010418842531732761, 0.010695826361701173, 0.010991351793005264, 0.011658097363124797, 0.011025582495098267, 0.012592575648849613, 0.011468895561306314, 0.010916062854478307, 0.010244011995244775, 0.009840442611445854, 0.010074028270638033, 0.010442778110347897, 0.011273588111584297, 0.011736170779119324, 0.010844709387112735, 0.010936670112463518, 0.010720025449490744, 0.011017391510606475, 0.01063744025823964, 0.014325808895565496, 0.0115557081884916, 0.00923052251363914, 0.009561297096677555, 0.01174533333395733, 0.010136810058581108, 0.010565585125265413, 0.010246552076802926, 0.01056456720492672, 0.010977619843268623, 0.011296872184220713, 0.010549875904601417, 0.009447489511758254, 0.012454700907368103, 0.011625889249378475, 0.010657897093555515, 0.009149386889594392, 0.010530641723948242, 0.012180883491652838, 0.012866352369947681, 0.012653690321379574, 0.012075212105291451, 0.01145391073954902, 0.010329345287953384, 0.010210823768431073, 0.010712144642626212, 0.011453256770831805, 0.010870741976014217, 0.01072160369091619, 0.01044009423911047, 0.010666232894270758, 0.009588296187507343, 0.010827533142129158, 0.011019715788050544, 0.011816983805996975, 0.010932443307819282, 0.009815306845600016, 0.010194412850479275, 0.011503936803220299, 0.011470414777124219, 0.011235259536549037, 0.010993846172661236, 0.00903766289885872, 0.011166712018514637, 0.011978779079066462, 0.012787919649476436, 0.011722765399185715, 0.012038142657925457, 0.012238668733087056, 0.013354472436258896, 0.01136602311610165, 0.012444105036993268, 0.011591124374724322, 0.010549276880037924, 0.010481459506565658, 0.011463814602880623, 0.01061697870999084, 0.010218277881268894, 0.011585800843130207, 0.010579855240934197, 0.010043023725294404, 0.011742356838586324, 0.011120549918916912, 0.009768703574725066, 0.011408413544833518, 0.009595849589896756, 0.011414755024059987, 0.010904002508659708, 0.011381100891792941, 0.010138297997786417, 0.012524523642418283, 0.010368857237119633, 0.009189210260360159, 0.010717792727978586, 0.010385047802135778, 0.009668636919135873, 0.011288628646689006, 0.01226453677286331, 0.010810164828898535, 0.010900410347242309, 0.01073834085489203, 0.010054557996776342, 0.01058190139223016, 0.01112769307494144, 0.010355479854678822, 0.009836085362232252, 0.010176917852749, 0.0089835084142114, 0.01140878518608462, 0.011132856825588405, 0.009518558455639786, 0.011420761430388523, 0.009742653641841278, 0.010541266474157504, 0.011071649044048996, 0.010572080379685642, 0.010419287576888581, 0.011533118229040589, 0.01079756738002291, 0.011208088280964005, 0.010973999363405545, 0.010342535577589197, 0.01360858079298801, 0.013346554388556493, 0.01081165486577898, 0.009671134298033126, 0.00974645329159148, 0.010395247664496806, 0.009902441097076624, 0.010071512650368323, 0.009123944267933446, 0.009670367381145469, 0.010561708075660408, 0.009374145734522306, 0.010480613589791602, 0.010188881526182294, 0.010701719237319189, 0.011973884113993664, 0.011508903889746258, 0.009606412277797797, 0.011879767711977917, 0.012051196773676552, 0.011811551483983138, 0.010048625839022163, 0.011492812761157266, 0.010929950311566461, 0.01223238383113695, 0.01052752405439503, 0.010230198195914286, 0.01139858392141661, 0.009929041715717861, 0.012128463571431863, 0.0102966296601799, 0.010733421630739069, 0.010298427016025418, 0.01187617441191375, 0.010012077602361613, 0.010606446457556056, 0.011796736959529392, 0.010165267691489592, 0.011672502651117342, 0.010193309032991338, 0.011390952452404632, 0.011970661120405518, 0.013890279243384427, 0.01245774213057081, 0.011009134249838832, 0.010203358081979731, 0.00937986973959424, 0.010029155665712653, 0.01029865205962035, 0.011316283888592031, 0.01093328067262625, 0.011546369159699154, 0.011900073114081743, 0.011136586569292822, 0.010910845781053766, 0.009887444991602188, 0.01210332730597261, 0.01169126529722959, 0.010231104150216084, 0.010674369291115909, 0.012508523181995508, 0.012608837843702496, 0.011041149758156338, 0.011192281551465883, 0.012825393640233185, 0.011836889418171414, 0.009997617957231997, 0.011545436933067615, 0.011156641657883177, 0.011559415957711613, 0.010430718794276825, 0.009994723339651105, 0.012719483986911648, 0.011570039242933336, 0.011115070523757615, 0.009256703143477844, 0.011979715844125823, 0.01157055108823778, 0.01115699215897198, 0.01077075613713458, 0.013396495730722524, 0.011727621917112801, 0.009219980862272792, 0.00953358502102843, 0.010912021877420653, 0.011574615990497597, 0.010152294064037795, 0.01051687628723948, 0.01056251557771618, 0.011302592044929533, 0.01136320638487575, 0.01269415147830265, 0.01040936046532526, 0.00936827588400146, 0.01165178441401517, 0.011561000909089937, 0.012377491714670702, 0.011898334521497491, 0.0102495022172728, 0.01073966773082043, 0.010422736316839277, 0.011098521560582735, 0.011086588672418058, 0.012496652625511653, 0.010784776326271088, 0.011004579018834703, 0.011628658667145072, 0.0120665759226352, 0.010096402548412669, 0.011592984085871566, 0.012300668050443006, 0.010880753232816672, 0.010407554889909798, 0.010682966499209853, 0.011391599367702702, 0.010459876135538065, 0.010679522774863785, 0.012010982549606468, 0.012591121909487682, 0.012373586030356034, 0.011096697003823276, 0.010098737365759863, 0.01079718160149053, 0.011059175772192799, 0.008699436224291472, 0.011117258550168181, 0.011521298995493125, 0.0116907022709856, 0.01143472344879642, 0.011644249457362595, 0.012615807414612969, 0.010091562674338979, 0.01016033781618809, 0.010965081423838976, 0.010957455775951107, 0.01165532279623697, 0.00964942467902527, 0.010641495187787548, 0.010368737724126682, 0.011305078692750416, 0.01012587036515205, 0.012687409477921205, 0.011231199903396915, 0.011806009103003515, 0.01506330514919511, 0.015075603541390946, 0.014984096748374406, 0.010093661661164186, 0.011503207407057592, 0.010580984678778665, 0.01302805928019781, 0.010568295375048668, 0.010813162725367507, 0.011914499539068141, 0.012303520180347303, 0.01182346881689707, 0.01108994484072009, 0.011258519264891173, 0.01376157080278537, 0.011491594691571207, 0.01136533616605801, 0.011265139203673084, 0.015059264139043956, 0.011191801261909358, 0.011101309583405152, 0.010766794482062077, 0.01272392361288182, 0.013594050568104631, 0.0116258354793538, 0.010207657821216775, 0.011221513210258821, 0.010699688518146865, 0.01257831136093649, 0.01109329974751451, 0.011725835674511464, 0.011556158403140908, 0.01031770183476827, 0.013423810023143468, 0.012169170240339172, 0.010884181056196568, 0.013219747679734682, 0.010424564368164566, 0.01288569704155284, 0.00947356549182442, 0.010661602021293416, 0.011516515575887253, 0.01306304685508459, 0.010298022620306848, 0.011692784249875054, 0.010008629208782203, 0.010577465457789566, 0.011660345993726041, 0.012412983436878435, 0.012081989543155447, 0.011248495542875618, 0.011203927610165042, 0.010451326863818826, 0.012309473277926504, 0.011686218679865537, 0.012205192543136487, 0.011690905887865975, 0.01090712213526366, 0.011352194732435289, 0.013105331937951948, 0.013449661754540916, 0.0104145758665503, 0.01105667310343271, 0.010449982772855117, 0.011561698977045239, 0.012604025769663142, 0.010782981652464312, 0.011641618848162916, 0.012954189541278683, 0.011967775316031427, 0.010507995510634813, 0.012014661812115036, 0.01128242812999333, 0.010790432467561338, 0.011494794254532818, 0.011254069964641665, 0.009614709928895402, 0.01047387885692144, 0.010434069944095426, 0.012208279425905553, 0.01049515603390529, 0.011760783954543573, 0.01058840194134269, 0.012048299295972292, 0.012935624163251395, 0.010493419781751674, 0.012958610519237282, 0.01200499263318809, 0.011072342770609367, 0.010560716266239585, 0.011321540764256108, 0.011163118754599476, 0.009882703631943743, 0.009940915626621335, 0.011117996900318469, 0.011504650877207725, 0.014774711597258015, 0.011374638966577392, 0.01127153301735087, 0.01123578325598108, 0.012320248016013547, 0.011040033388996088, 0.00976207700781444, 0.010952589142997234, 0.013376855026179262, 0.014771197069397246, 0.010821479927248953, 0.011536002156779161, 0.011420030412244745, 0.012530904455104111, 0.011673877887152935, 0.011182299948114325, 0.013046223919109444, 0.012497582674964534, 0.011107827833385065, 0.011518419907441606, 0.010913673318033898, 0.01060017708795507, 0.00899894907135792, 0.01038245697515491, 0.010273633958549952, 0.011313525903307774, 0.011323165045246672, 0.01139332979415624, 0.012374088003489615, 0.010846875329190117, 0.011009469191714416, 0.011364296685645613, 0.011137214994526303, 0.011459177716679913, 0.011378136379264674, 0.010506628387558576, 0.01323121123896279, 0.011408247969116499, 0.013315475615833672, 0.01188893441512642, 0.011717811820115756, 0.011536696713093687, 0.01381308497552019, 0.012909669223975002, 0.012052432776570917, 0.010663297919072178, 0.011236748557025281, 0.011417204578490225, 0.011095209740528637, 0.010839760972536343, 0.01149151405819477, 0.013292450666728076, 0.013290942443756752, 0.01157408796605491, 0.012578005105955171, 0.011693245886345044, 0.010496704688724432, 0.010740626671809101, 0.010010859488681986, 0.012413441211024199, 0.0111771015375279, 0.012717297337893138, 0.011239869815280454, 0.011295972165029521, 0.011451193895247251, 0.010010935624683026, 0.011685132675417445, 0.01066902459651249, 0.010734910511270212, 0.011522490602286457, 0.0111625617236132, 0.012453652154402507, 0.01077834604770361, 0.01133891022845769, 0.01080167632551295, 0.011081788903629623, 0.01151597543815762, 0.011359160652902326, 0.012790343301677243, 0.010942661113587283, 0.010993110777618225, 0.011503303126971972, 0.011211381123856666, 0.01136618108236803, 0.01526613213144868, 0.011301931623827068, 0.012021306396428837, 0.012050718223203413, 0.011975360347810615, 0.011599033183117623, 0.011773678079377665, 0.011962216441033048, 0.010862671183139973, 0.0116288915814634, 0.012338926394263355, 0.010258065701063506, 0.01169652677840939, 0.011650658142161052, 0.011464672233430397, 0.013263557550491715, 0.012140503025387309, 0.01194531784247912, 0.013422603089499344, 0.010452626104052145, 0.012466031418590038, 0.011792624772612847, 0.011942971840778874, 0.010774727251425087, 0.012631943286551622, 0.011771710373427821, 0.0114037432592323, 0.012538754797458255, 0.012966952553430005, 0.012342390461358056, 0.010612501763890395, 0.012582420042745459, 0.01294395834067153, 0.012398621986183403, 0.013712645273892156, 0.013034791169337609, 0.01200322609060809, 0.010161505762754692, 0.013053053524129724, 0.012201202735098574, 0.012127196336283603, 0.012404880207630031, 0.009985547344910972, 0.011299663363624748, 0.013111067507206713, 0.011188559302689692, 0.011824333574171177, 0.010839952738754715, 0.011193187589903264, 0.010876358797037692, 0.011219974059371918, 0.01201633585948114, 0.012044551730118282, 0.01296471624433944, 0.010788423266819827, 0.011009711238469836, 0.011933472009159209, 0.011877563687803601, 0.011109406021886366, 0.011386069046057871, 0.011831740573136865, 0.01149286871374616, 0.011603462340601943, 0.010788340834009983, 0.012400325913548574, 0.01172042951924379, 0.011508336690804491, 0.011603863620446065, 0.01140454758188262, 0.011738446323379096, 0.013515722571110306, 0.012372465991333601, 0.0121227469614165, 0.011102598343154944, 0.011491254228204672, 0.012241753399869595, 0.010539041691398094, 0.01224561210231814, 0.013550939413897964, 0.012181611935657527, 0.011459087347053958, 0.012369887184443956, 0.010815942800915879, 0.012359833407768046, 0.013842524915639268, 0.012245748804495747, 0.011298177134238358, 0.011194627818937387, 0.011153466016506314, 0.011182445216799963, 0.012024873331244057, 0.01270776619936928, 0.010494129612726808, 0.011599110075928324, 0.011561517779585946, 0.011031652460864823, 0.012348419825214113, 0.012338799395344395, 0.013460152696158127, 0.011563583231934085, 0.012428034338536422, 0.013263765175452425, 0.011160583396022295, 0.010557806307679033, 0.01224672302896639, 0.012121309130817264, 0.013916453902819157, 0.014077298279752048, 0.012711605066929196, 0.012250003914288488, 0.013764666026541743, 0.012551498639013161, 0.012151557472141155, 0.011029666905482212, 0.012436344694198326, 0.01103359090008633, 0.011165879337660611, 0.013703783935326216, 0.013138992153397698, 0.01061770802488673, 0.011379580871463194, 0.011363558769280465, 0.011301655797430445, 0.012213251940275152, 0.010188687808435192, 0.01093307948833843, 0.011300172604409197, 0.013429973366686596, 0.012629334827924249, 0.014592125389570249, 0.011330657609183274, 0.010738440896738487, 0.013106740883559953, 0.010813565199318004, 0.013139196624239438, 0.01289408201147847, 0.012925366980481644, 0.010903130670237137, 0.012349194729709405, 0.012112273832888274, 0.012606279152308789, 0.01268010835742184, 0.011152480237942143, 0.0131034147826204, 0.012135949055839654, 0.01054169972935904, 0.012954294049810185, 0.013498063316998349, 0.010689926036177697, 0.012645585515160799, 0.010939852305324379, 0.010198068807222845, 0.013250607762112484, 0.011503714882512108, 0.010729180287361308, 0.0117603175714084, 0.012003440050524547, 0.011666573293905795, 0.012644084576131592, 0.011481595584960601, 0.013115499459816035, 0.012056553370898936, 0.013342524059805629, 0.011089557500685748, 0.010373673319258344, 0.012682253302271254, 0.011878806051804332, 0.010689626984112435, 0.012863815083887164, 0.01085789514807431, 0.012455020887258656, 0.011122446017804741, 0.01137685400909025, 0.012221378234692873, 0.011550078616777907, 0.01227001769463364, 0.011390940813890495, 0.0119687132200359, 0.012306802523615809, 0.013961020939233947, 0.012800009293421878, 0.013208848259047504, 0.011190368947139139, 0.01174188589309877, 0.011222246238821105, 0.012303348392178856, 0.011209902267838696, 0.009619180150990737, 0.010316924946913893, 0.011189554187211436, 0.011635960931678534, 0.014558189535781018, 0.010972710109294065, 0.011745480701183461, 0.011119071848271713, 0.010919774271012239, 0.014769272715155945, 0.011287044162453371, 0.0109246067254714, 0.011820284065314601, 0.010186394935158796, 0.012409454592021741, 0.011663031392865755, 0.011342310110051003, 0.010527865700960173, 0.012224475693825062, 0.01104268732124472, 0.009826944684556263, 0.012545432034855837, 0.010480227461350721, 0.010496787531049849, 0.01125771922624902, 0.012312540487719218, 0.01207704300197997, 0.012234200225847987, 0.011685728360191504, 0.01157707846019137, 0.01196572637307069, 0.011693324337565878, 0.011986360330347943, 0.012992981866439324, 0.011680706871814833, 0.0114791720673399, 0.012110186278473838, 0.010618820888381186, 0.013792118712727987, 0.012443766995919946, 0.012297074409095122, 0.01301595775530087, 0.010561100212335944, 0.010754847935992918, 0.011585717748904531, 0.01041456820730729, 0.0112199249155143, 0.009926342690918678, 0.011219993363492563, 0.011806962512050044, 0.010287643219072226, 0.011895677416971553, 0.012462596288443912, 0.010659439525448759, 0.010453644357873769, 0.013145997469789727, 0.010972772727225468, 0.01288923325566898, 0.010742121125745957, 0.010889638693321782, 0.012120258362527926, 0.011966472160895915, 0.009949471030270716, 0.009839749262065328, 0.009973078454802603, 0.010933075471764827, 0.01060638993098246, 0.012286990439496215, 0.010438470622262108, 0.010356165575680594, 0.013147829987749163, 0.011503997929352479, 0.010433809094295407, 0.009873918594700304, 0.010621956831719652, 0.0119549965604376, 0.011589897569645406, 0.010274629111251104, 0.011691095946987104, 0.013977870188447398, 0.010060873324879281, 0.010190241744687996, 0.009814124490438883, 0.010901623127690099, 0.012685857237233703, 0.011375842848159701, 0.01069010023721738, 0.011367480110733238, 0.011531773290414814, 0.011363141945805766, 0.010396688594581247, 0.014102047656936085, 0.011268816423457692, 0.012612800193041639, 0.014773048045272718, 0.01076767128510351, 0.010501749810623658, 0.012447988623926176, 0.012214461134542014, 0.012330200793774638, 0.011934973211024087, 0.010871025246303349, 0.010330734021745763, 0.012066539477031957, 0.011258502590474697, 0.010481886035595024, 0.011641613815714226, 0.010697465976347997, 0.01063974836908695, 0.010272304039852421, 0.012982026257443772, 0.011204399510922287, 0.012167644387189354, 0.010943922826048561, 0.012059322542934972, 0.01212136785938398, 0.01113752353832333, 0.01103761873105044, 0.012172340521742936, 0.012192280403185186, 0.012638606311108072, 0.009666082928467531, 0.010827198995898672, 0.009989254933653461, 0.010766343151204736, 0.010523079936086662, 0.009480797063413782, 0.012974173906662887, 0.010451118264427971, 0.010774942144578742, 0.010068511119076301, 0.011096479735761862, 0.010473014479068682, 0.010952564841578671, 0.010404561954280443, 0.011906488710142158, 0.010044360213585223, 0.010675026057278372, 0.01238813057303107, 0.01102580504548289, 0.011130866137614319, 0.009247742813543161, 0.011360260958360121, 0.009722381180439672, 0.011067493252939969, 0.011083008453611695, 0.011347008857267884, 0.011330175731110484, 0.012735751826678406, 0.010875781053330653, 0.009592931784560565, 0.010195486601363851, 0.011966287452965083, 0.010062644233046565, 0.010226784832337459, 0.009625918296838681, 0.010347269612854084, 0.012349513190613302, 0.013722032275909152, 0.011046561418105911, 0.011323547931902904, 0.012533637327172071, 0.011562137265752967, 0.010841189478950087, 0.01128045928398688, 0.011423024199729596, 0.01157569505918874, 0.011025249697811813, 0.011245214145903617, 0.010637604657311882, 0.010362950547746, 0.012097746021352416, 0.01086892499251379, 0.012332641800251752, 0.010437202052044289, 0.010518430848280405, 0.011265188002607257, 0.009446649170151047, 0.009313443411281427, 0.009950020938308227, 0.010352970403371981, 0.01120856919648851, 0.00999711443189775, 0.010970975051248241, 0.011178070257493464, 0.01109598885398961, 0.010020899626209173, 0.01068431468070205, 0.01032706506180335, 0.009642814392534374, 0.010926095321583337, 0.012362877682361708, 0.010494021286914033, 0.009819067073263311, 0.00931149262950656, 0.009743758926703526, 0.012064019100826428, 0.01142151547989276, 0.01218306069157812, 0.012267823706118366, 0.010923883485025659, 0.011066397991132858, 0.01201974828647091, 0.011075253829816417, 0.009709387561967124, 0.009977071409927643, 0.00958955819211091, 0.0104295434121177, 0.010148550862387666, 0.01156742075660445, 0.01167526642424578, 0.011041524105200186, 0.011429319422665804, 0.010875854302731846, 0.012968677540407597, 0.011974985417507491, 0.011102470907026483, 0.009173031798793892, 0.010262012294932885, 0.009774694126784163, 0.009948520531037628, 0.010860247819736294, 0.010732870358521532, 0.01101143231566375, 0.009078736041032105, 0.011654313259812988, 0.012201486714527494, 0.010142054258460756, 0.010440632541945435, 0.01033896005505243, 0.009840414820710316, 0.009307337990383946, 0.010468262860276429, 0.01015023193353219, 0.00972346195351201, 0.010032669260383301, 0.009452312844075035, 0.010903728244818642, 0.01053900088745352, 0.01058487381303189, 0.01088981282562214, 0.013068034166664003, 0.01024335498989072, 0.0099025550259023, 0.0106510439612941, 0.010640736068391972, 0.011024260755162064, 0.010845663505606009, 0.013798681901385973, 0.01116586973647823, 0.00968625348566756, 0.010610949217243839, 0.009476606643439772, 0.011924206044332279, 0.010365470663524905, 0.012581502692677621, 0.010596722985717436, 0.009237430140717045, 0.01117810832618649, 0.009935962754534854, 0.00925250109079027, 0.012648952116913947, 0.012817826755854337, 0.010407021096079846, 0.01002431077596234, 0.009763642939969097, 0.010450134341096633, 0.010207801770397316, 0.009826923540041877, 0.010159473748469525, 0.010669894420236555, 0.011203266954386028, 0.01057176040813721, 0.011955848725536922, 0.012407740563333845, 0.010151934263707767, 0.009964868788700714, 0.011218820859613681]], |
21-May-2021 20:04:26 | + 'im_sum': [False, 9556.276200833598], |
21-May-2021 20:04:26 | + 'regn_sum': [False, 25.980929710112832], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800], |
21-May-2021 20:04:26 | - 'rms_per_field': [False, [0.013727427598497976, 0.01265603739684268, 0.012647516154896329, 0.013363016802334838, 0.012374606023989609, 0.013129803882930785, 0.01267018256172788]], |
21-May-2021 20:04:26 | - 'profile': [False, 0.025674302295194625]} |
21-May-2021 20:04:26 | + 'rms_per_field': [False, [0.012620097693620318, 0.01156422398409204, 0.011867619720565525, 0.01192928179151625, 0.011527934240669084, 0.012438354923861005, 0.011785502633137122]], |
21-May-2021 20:04:26 | + 'profile': [False, 0.022832596793556984]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report1 = th.checkall( \ |
21-May-2021 20:04:26 | # checks for image and pb mask movement |
21-May-2021 20:04:26 | @@ -4074,19 +6778,18 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report2 = th.check_dict_vals(exp_im_stats, im_stats_dict, '.image', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .mask report (test_mosaic_cube_eph) |
21-May-2021 20:04:26 | + # .mask report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | mask_stats_dict = self.image_stats(img+'.mask') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_mask_stats |
21-May-2021 20:04:26 | exp_mask_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'mask_pix': [False, 8519], |
21-May-2021 20:04:26 | - 'mask_pix': [False, 8194], |
21-May-2021 20:04:26 | + 'mask_pix': [False, 8534], |
21-May-2021 20:04:26 | 'mask_regns': [True, 31], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | @@ -4096,26 +6799,27 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | pb_stats_dict = self.image_stats(img+'.pb', fit_region = \ |
21-May-2021 20:04:26 | 'ellipse [[239.37091637deg, -16.96407526deg], [28.1142arcsec, 27.0960arcsec], 90.00000000deg]') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_pb_stats |
21-May-2021 20:04:26 | exp_pb_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | - 'npts_unmasked': [False, 104998085.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'npts_unmasked': [False, 105415354.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | 'max_val': [False, 1.0], |
21-May-2021 20:04:26 | 'max_val_pos': [True, [240, 210, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, 0.200000017881], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.638163448188254], |
21-May-2021 20:04:26 | - 'npts_0.2': [False, [110768, 110768, 110768, 110767, 110766, 110766, 110765, 110765, 110765, 110765, 110766, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110768, 110768, 110768, 110768, 110766, 110766, 110768, 110767, 110768, 110768, 110767, 110767, 110768, 110769, 110769, 110769, 110769, 110769, 110769, 110768, 110766, 110770, 110770, 110768, 110768, 110770, 110771, 110771, 110771, 110770, 110770, 110770, 110768, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110768, 110768, 110768, 110768, 110768, 110768, 110768, 110768, 110769, 110769, 110769, 110768, 110768, 110768, 110769, 110771, 110771, 110771, 110770, 110770, 110770, 110770, 110770, 110770, 110769, 110767, 110769, 110768, 110769, 110770, 110772, 110772, 110772, 110772, 110772, 110772, 110773, 110773, 110773, 110774, 110774, 110773, 110771, 110772, 110771, 110770, 110770, 110770, 110769, 110771, 110771, 110769, 110770, 110769, 110768, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110770, 110770, 110770, 110770, 110770, 110770, 110771, 110771, 110771, 110771, 110770, 110771, 110771, 110771, 110771, 110772, 110772, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110772, 110772, 110771, 110771, 110769, 110769, 110769, 110769, 110770, 110770, 110769, 110769, 110769, 110769, 110770, 110770, 110770, 110770, 110770, 110771, 110771, 110770, 110770, 110770, 110769, 110769, 110768, 110768, 110768, 110769, 110768, 110767, 110767, 110768, 110767, 110768, 110767, 110767, 110767, 110768, 110769, 110769, 110768, 110768, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110766, 110766, 110766, 110767, 110769, 110769, 110770, 110771, 110770, 110769, 110770, 110770, 110769, 110768, 110768, 110769, 110769, 110769, 110770, 110770, 110770, 110771, 110771, 110770, 110770, 110771, 110771, 110770, 110771, 110771, 110771, 110771, 110770, 110770, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110772, 110771, 110771, 110771, 110773, 110774, 110773, 110774, 110776, 110775, 110775, 110773, 110773, 110774, 110774, 110774, 110775, 110774, 110774, 110776, 110776, 110776, 110777, 110776, 110776, 110776, 110776, 110776, 110776, 110775, 110773, 110773, 110773, 110774, 110774, 110774, 110774, 110774, 110774, 110774, 110774, 110775, 110774, 110774, 110775, 110775, 110775, 110776, 110777, 110777, 110777, 110777, 110778, 110778, 110779, 110778, 110780, 110781, 110781, 110781, 110779, 110780, 110780, 110781, 110779, 110779, 110779, 110779, 110779, 110782, 110782, 110781, 110781, 110782, 110782, 110782, 110782, 110782, 110782, 110781, 110783, 110782, 110782, 110782, 110783, 110782, 110782, 110783, 110780, 110781, 110782, 110781, 110782, 110782, 110782, 110781, 110782, 110782, 110782, 110782, 110781, 110781, 110781, 110781, 110781, 110781, 110781, 110782, 110781, 110781, 110784, 110782, 110782, 110784, 110782, 110782, 110782, 110782, 110781, 110782, 110781, 110782, 110782, 110782, 110781, 110782, 110782, 110783, 110783, 110782, 110783, 110783, 110784, 110784, 110784, 110786, 110786, 110785, 110786, 110786, 110786, 110786, 110785, 110785, 110784, 110785, 110785, 110785, 110785, 110785, 110785, 110786, 110787, 110787, 110787, 110787, 110786, 110786, 110786, 110786, 110786, 110787, 110787, 110787, 110787, 110787, 110786, 110787, 110787, 110786, 110786, 110785, 110785, 110786, 110786, 110786, 110786, 110786, 110784, 110786, 110786, 110786, 110786, 110785, 110786, 110786, 110785, 110785, 110782, 110783, 110785, 110785, 110786, 110785, 110785, 110784, 110784, 110784, 110784, 110784, 110784, 110784, 110784, 110784, 110783, 110784, 110783, 110783, 110783, 110784, 110784, 110784, 110747, 110747, 110747, 110747, 110747, 110747, 110746, 110746, 110746, 110746, 110745, 110746, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110748, 110748, 110748, 110748, 110747, 110747, 110747, 110747, 110747, 110747, 110746, 110747, 110747, 110748, 110748, 110748, 110748, 110748, 110748, 110748, 110748, 110748, 110747, 110745, 110745, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110746, 110747, 110745, 110745, 110744, 110745, 110744, 110744, 110744, 110745, 110745, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110743, 110743, 110743, 110743, 110744, 110741, 110743, 110743, 110743, 110740, 110741, 110740, 110741, 110743, 110743, 110743, 110741, 110741, 110741, 110741, 110741, 110740, 110741, 110740, 110740, 110741, 110741, 110740, 110741, 110741, 110742, 110742, 110742, 110742, 110741, 110742, 110742, 110741, 110741, 110741, 110741, 110741, 110741, 110741, 110741, 110742, 110742, 110742, 110742, 110742, 110742, 110742, 110742, 110741, 110741, 110741, 110742, 110742, 110741, 110742, 110743, 110742, 110743, 110743, 110743, 110743, 110742, 110742, 110742, 110742, 110743, 110742, 110743, 110743, 110743, 110743, 110743, 110743, 110743, 110742, 110743, 110743, 110744, 110743, 110743, 110743, 110743, 110743, 110743, 110743, 110744, 110743, 110743, 110743, 110743, 110743, 110744, 110744, 110744, 110742, 110741, 110741, 110742, 110742, 110740, 110740, 110741, 110741, 110741, 110740, 110740, 110740, 110739, 110740, 110739, 110738, 110739, 110739, 110740, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110740, 110739, 110740, 110740, 110739, 110739, 110739, 110739, 110739, 110740, 110740, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110739, 110739, 110739, 110739, 110739, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110736, 110738, 110736, 110738, 110737, 110738, 110738, 110738, 110738, 110739, 110739, 110736, 110736, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110738, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110740, 110739, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110740, 110740, 110738, 110737, 110737, 110739, 110739, 110740, 110740, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110740, 110739, 110739, 110739, 110739, 110739, 110740, 110738, 110737, 110737, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110739, 110738, 110739, 110739, 110739, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110738, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110739, 110739, 110738, 110738, 110738, 110736, 110736, 110734, 110734, 110734, 110734, 110734, 110733, 110734, 110733, 110734, 110733, 110734, 110733, 110735, 110735, 110735, 110735, 110736, 110737, 110736, 110736, 110736, 110736, 110735, 110736, 110736, 110733, 110734, 110734, 110734, 110734, 110734, 110733, 110734, 110733, 110733, 110734, 110734, 110734, 110733, 110733, 110734, 110734, 110734, 110732, 110734, 110733, 110733, 110731, 110732, 110731, 110732, 110733, 110733, 110733, 110731, 110731, 110732, 110730, 110731, 110733, 110732, 110732]], |
21-May-2021 20:04:26 | - 'npts_0.5': [False, [63987, 63987, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63986, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63988, 63988, 63988, 63988, 63988, 63988, 63989, 63989, 63990, 63990, 63990, 63989, 63989, 63990, 63990, 63991, 63990, 63990, 63991, 63991, 63991, 63991, 63990, 63991, 63990, 63989, 63989, 63989, 63989, 63989, 63989, 63990, 63990, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63990, 63989, 63990, 63990, 63990, 63989, 63989, 63988, 63988, 63990, 63990, 63990, 63990, 63990, 63990, 63990, 63990, 63989, 63989, 63988, 63989, 63989, 63989, 63990, 63990, 63991, 63991, 63991, 63991, 63994, 63995, 63996, 63993, 63993, 63994, 63994, 63993, 63993, 63993, 63993, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63993, 63992, 63992, 63992, 63993, 63994, 63994, 63994, 63991, 63990, 63990, 63990, 63990, 63990, 63991, 63991, 63991, 63991, 63991, 63989, 63990, 63992, 63992, 63992, 63992, 63992, 63992, 63991, 63991, 63991, 63991, 63992, 63992, 63992, 63992, 63992, 63992, 63992, 63991, 63990, 63990, 63990, 63990, 63989, 63988, 63988, 63988, 63988, 63988, 63988, 63987, 63989, 63989, 63989, 63988, 63989, 63989, 63988, 63987, 63986, 63986, 63985, 63985, 63986, 63985, 63985, 63986, 63985, 63984, 63985, 63984, 63984, 63986, 63986, 63985, 63986, 63986, 63986, 63986, 63984, 63985, 63986, 63985, 63986, 63985, 63985, 63985, 63985, 63984, 63982, 63983, 63984, 63985, 63986, 63986, 63987, 63988, 63986, 63984, 63984, 63984, 63984, 63983, 63983, 63985, 63984, 63984, 63983, 63984, 63983, 63983, 63984, 63984, 63984, 63984, 63984, 63983, 63981, 63981, 63981, 63981, 63982, 63982, 63983, 63983, 63983, 63981, 63982, 63983, 63982, 63984, 63984, 63984, 63984, 63983, 63983, 63983, 63983, 63983, 63984, 63985, 63984, 63985, 63984, 63984, 63984, 63984, 63984, 63984, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63981, 63981, 63980, 63980, 63980, 63980, 63980, 63980, 63980, 63980, 63981, 63981, 63980, 63980, 63979, 63980, 63979, 63979, 63980, 63980, 63980, 63980, 63980, 63981, 63981, 63982, 63982, 63982, 63983, 63982, 63983, 63983, 63983, 63984, 63985, 63985, 63985, 63985, 63985, 63984, 63984, 63983, 63984, 63984, 63983, 63983, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63984, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63984, 63984, 63984, 63985, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63985, 63984, 63984, 63984, 63984, 63984, 63984, 63983, 63984, 63983, 63983, 63983, 63985, 63985, 63984, 63984, 63987, 63985, 63985, 63986, 63985, 63985, 63985, 63985, 63984, 63984, 63987, 63988, 63987, 63987, 63987, 63987, 63987, 63986, 63987, 63987, 63988, 63987, 63987, 63986, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63985, 63984, 63988, 63988, 63988, 63988, 63986, 63985, 63986, 63986, 63986, 63986, 63987, 63986, 63985, 63985, 63985, 63986, 63986, 63987, 63987, 63987, 63986, 63985, 63985, 63986, 63985, 63986, 63985, 63986, 63985, 63985, 63985, 63985, 63985, 63985, 63984, 63985, 63985, 63984, 63985, 63976, 63976, 63974, 63974, 63974, 63974, 63975, 63974, 63974, 63974, 63973, 63973, 63972, 63973, 63973, 63974, 63972, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63972, 63972, 63972, 63971, 63971, 63972, 63972, 63972, 63972, 63972, 63972, 63972, 63973, 63973, 63972, 63972, 63972, 63972, 63972, 63972, 63972, 63972, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63969, 63970, 63971, 63969, 63970, 63972, 63972, 63975, 63975, 63974, 63974, 63974, 63975, 63975, 63975, 63974, 63973, 63973, 63973, 63973, 63972, 63973, 63973, 63972, 63972, 63971, 63969, 63971, 63970, 63970, 63971, 63971, 63971, 63971, 63972, 63972, 63973, 63972, 63972, 63972, 63972, 63972, 63972, 63971, 63970, 63970, 63971, 63971, 63971, 63971, 63970, 63969, 63969, 63969, 63969, 63970, 63970, 63971, 63971, 63971, 63970, 63971, 63970, 63970, 63968, 63970, 63970, 63970, 63971, 63973, 63972, 63972, 63973, 63973, 63974, 63974, 63974, 63973, 63974, 63974, 63974, 63974, 63968, 63969, 63968, 63968, 63970, 63971, 63971, 63971, 63971, 63971, 63971, 63970, 63970, 63970, 63968, 63969, 63969, 63970, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63972, 63970, 63971, 63969, 63969, 63968, 63968, 63968, 63968, 63968, 63968, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63966, 63966, 63967, 63966, 63966, 63966, 63966, 63968, 63968, 63968, 63968, 63968, 63968, 63967, 63965, 63965, 63966, 63965, 63965, 63966, 63965, 63966, 63965, 63966, 63962, 63963, 63962, 63963, 63962, 63962, 63962, 63962, 63962, 63962, 63962, 63963, 63963, 63963, 63963, 63963, 63963, 63962, 63964, 63964, 63964, 63963, 63963, 63962, 63963, 63962, 63962, 63962, 63962, 63962, 63962, 63961, 63961, 63961, 63962, 63961, 63960, 63961, 63961, 63963, 63963, 63961, 63961, 63962, 63962, 63961, 63961, 63961, 63961, 63961, 63961, 63962, 63961, 63961, 63961, 63961, 63960, 63959, 63959, 63958, 63958, 63958, 63958, 63959, 63959, 63958, 63959, 63960, 63959, 63958, 63958, 63959, 63959, 63959, 63960, 63960, 63959, 63960, 63959, 63960, 63960, 63960, 63959, 63959, 63960, 63961, 63961, 63961, 63961, 63962, 63962, 63962, 63963, 63963, 63962, 63962, 63962, 63962, 63962, 63962, 63963, 63963, 63963, 63962, 63961, 63962, 63961, 63962, 63961, 63961, 63961, 63962, 63962, 63962, 63962, 63962, 63962, 63961, 63963, 63963, 63961, 63963, 63963, 63962, 63963, 63962, 63962, 63963, 63962, 63964, 63963, 63963, 63963, 63963, 63962, 63962, 63962, 63961, 63960, 63959, 63956, 63956, 63958, 63958, 63958, 63958, 63958, 63961, 63961, 63961, 63962, 63962, 63961, 63960, 63960, 63960, 63958, 63958, 63958, 63958, 63958, 63958, 63958, 63960, 63961, 63961, 63961, 63961, 63960, 63959, 63960, 63960, 63960, 63963, 63962, 63963, 63961, 63961, 63961, 63961, 63959, 63958, 63960, 63960, 63960, 63958, 63958, 63958, 63959, 63960, 63960, 63958, 63958, 63959, 63959, 63959, 63958, 63958, 63958, 63958, 63958, 63958, 63957, 63957, 63957, 63957, 63954, 63953, 63953, 63953, 63952, 63954, 63954, 63954, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63953, 63953, 63953, 63952, 63952, 63952, 63952, 63953, 63952, 63951, 63951, 63951, 63951, 63952, 63952, 63952, 63951, 63953, 63952, 63951, 63951, 63950, 63949, 63949, 63949, 63949, 63947, 63947, 63947, 63948, 63948, 63948, 63948, 63949, 63946, 63946, 63946, 63948, 63948, 63948]], |
21-May-2021 20:04:26 | + 'min_val': [False, 0.20000001788139343], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.6370609562630469], |
21-May-2021 20:04:26 | + 'npts_0.2': [False, [111206, 111210, 111208, 111207, 111205, 111204, 111201, 111204, 111203, 111205, 111202, 111202, 111204, 111204, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111205, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111204, 111205, 111205, 111205, 111205, 111206, 111206, 111207, 111208, 111206, 111206, 111207, 111205, 111205, 111205, 111206, 111204, 111205, 111206, 111205, 111205, 111205, 111206, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111205, 111205, 111206, 111203, 111206, 111204, 111206, 111206, 111206, 111206, 111207, 111208, 111207, 111207, 111207, 111206, 111207, 111207, 111206, 111207, 111207, 111207, 111207, 111209, 111208, 111209, 111209, 111208, 111208, 111208, 111207, 111206, 111207, 111207, 111207, 111206, 111205, 111207, 111205, 111206, 111206, 111206, 111205, 111205, 111207, 111208, 111208, 111206, 111207, 111206, 111207, 111206, 111207, 111206, 111207, 111206, 111205, 111206, 111206, 111206, 111206, 111204, 111205, 111205, 111205, 111205, 111206, 111205, 111205, 111206, 111204, 111206, 111206, 111203, 111203, 111204, 111204, 111204, 111204, 111204, 111202, 111204, 111203, 111203, 111203, 111202, 111202, 111202, 111202, 111202, 111203, 111202, 111202, 111202, 111202, 111203, 111203, 111201, 111202, 111202, 111203, 111203, 111202, 111198, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111197, 111197, 111195, 111195, 111196, 111196, 111198, 111198, 111200, 111202, 111202, 111202, 111200, 111200, 111200, 111206, 111207, 111205, 111205, 111206, 111208, 111208, 111208, 111208, 111208, 111207, 111208, 111207, 111207, 111206, 111205, 111206, 111204, 111205, 111206, 111206, 111205, 111206, 111206, 111205, 111206, 111205, 111205, 111205, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111205, 111205, 111206, 111206, 111203, 111203, 111203, 111201, 111202, 111203, 111201, 111203, 111200, 111202, 111201, 111200, 111200, 111201, 111201, 111201, 111197, 111198, 111197, 111196, 111197, 111196, 111196, 111196, 111196, 111196, 111197, 111197, 111197, 111197, 111198, 111199, 111198, 111197, 111200, 111202, 111200, 111200, 111200, 111200, 111200, 111200, 111199, 111200, 111199, 111197, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111200, 111198, 111198, 111198, 111201, 111199, 111199, 111199, 111198, 111199, 111201, 111200, 111200, 111201, 111198, 111199, 111201, 111199, 111200, 111201, 111200, 111200, 111200, 111199, 111199, 111199, 111200, 111198, 111199, 111199, 111199, 111202, 111203, 111203, 111201, 111201, 111203, 111204, 111202, 111198, 111199, 111198, 111198, 111198, 111197, 111197, 111197, 111197, 111196, 111196, 111196, 111195, 111195, 111196, 111195, 111195, 111194, 111194, 111204, 111203, 111200, 111201, 111205, 111204, 111203, 111201, 111199, 111201, 111201, 111203, 111202, 111202, 111204, 111202, 111205, 111205, 111205, 111206, 111204, 111202, 111202, 111201, 111201, 111202, 111201, 111202, 111202, 111202, 111202, 111202, 111202, 111200, 111202, 111199, 111199, 111201, 111199, 111199, 111200, 111200, 111197, 111193, 111194, 111194, 111195, 111195, 111191, 111193, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111195, 111197, 111199, 111198, 111200, 111200, 111200, 111200, 111200, 111198, 111199, 111199, 111199, 111198, 111199, 111197, 111199, 111198, 111198, 111198, 111198, 111198, 111200, 111200, 111200, 111200, 111200, 111200, 111200, 111201, 111201, 111201, 111202, 111203, 111202, 111202, 111203, 111203, 111203, 111203, 111203, 111203, 111201, 111200, 111200, 111198, 111196, 111196, 111198, 111199, 111197, 111196, 111197, 111196, 111196, 111199, 111200, 111199, 111197, 111197, 111195, 111195, 111193, 111194, 111196, 111198, 111196, 111196, 111195, 111195, 111194, 111194, 111195, 111195, 111194, 111194, 111192, 111193, 111192, 111192, 111192, 111191, 111193, 111190, 111190, 111190, 111191, 111188, 111185, 111189, 111191, 111191, 111191, 111191, 111189, 111189, 111189, 111188, 111188, 111189, 111187, 111187, 111190, 111188, 111187, 111185, 111186, 111184, 111184, 111184, 111184, 111184, 111184, 111186, 111188, 111194, 111194, 111194, 111194, 111196, 111196, 111196, 111196, 111196, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111197, 111197, 111198, 111197, 111196, 111195, 111194, 111194, 111194, 111193, 111193, 111191, 111190, 111191, 111191, 111191, 111188, 111186, 111187, 111190, 111188, 111188, 111187, 111186, 111185, 111185, 111184, 111184, 111184, 111184, 111181, 111181, 111179, 111180, 111180, 111180, 111180, 111180, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111180, 111179, 111179, 111180, 111181, 111181, 111178, 111181, 111181, 111185, 111184, 111184, 111185, 111185, 111186, 111185, 111185, 111188, 111187, 111189, 111187, 111188, 111188, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111188, 111187, 111186, 111187, 111186, 111186, 111191, 111186, 111187, 111189, 111188, 111188, 111190, 111190, 111192, 111191, 111192, 111190, 111190, 111188, 111189, 111191, 111191, 111192, 111192, 111190, 111191, 111191, 111192, 111191, 111191, 111191, 111191, 111191, 111190, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111193, 111191, 111191, 111191, 111191, 111192, 111192, 111196, 111196, 111196, 111195, 111195, 111195, 111196, 111196, 111194, 111194, 111194, 111193, 111193, 111192, 111191, 111191, 111195, 111194, 111194, 111196, 111195, 111195, 111196, 111196, 111195, 111195, 111195, 111193, 111193, 111194, 111193, 111195, 111195, 111195, 111195, 111195, 111197, 111196, 111196, 111198, 111198, 111198, 111200, 111199, 111198, 111199, 111199, 111198, 111197, 111198, 111196, 111198, 111198, 111198, 111198, 111200, 111198, 111197, 111201, 111200, 111200, 111200, 111200, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111198, 111198, 111198, 111198, 111197, 111195, 111196, 111199, 111199, 111199, 111199, 111199, 111198, 111197, 111197, 111197, 111197, 111198, 111198, 111199, 111199, 111199, 111198, 111198, 111199, 111198, 111198, 111198, 111197, 111199, 111199, 111198, 111199, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111196, 111196, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111192, 111191, 111194, 111194, 111194, 111193, 111191, 111192, 111190, 111190, 111191, 111190, 111190, 111190, 111192, 111192, 111191, 111192, 111192, 111193, 111193, 111192, 111192, 111192, 111191, 111190, 111197, 111198, 111197, 111197, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111202, 111202, 111202, 111202, 111202, 111202, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111199, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111197, 111198, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111199, 111199, 111198, 111198, 111199, 111199, 111199, 111199, 111198, 111198, 111199, 111198, 111198, 111198, 111196, 111197, 111197, 111199, 111199, 111197, 111197, 111198, 111195, 111195, 111193, 111193, 111194, 111193, 111191, 111191, 111191, 111190, 111192, 111192, 111192, 111192, 111192, 111193, 111192, 111193, 111193, 111193, 111193, 111194, 111193, 111193, 111194, 111193, 111192]], |
21-May-2021 20:04:26 | + 'npts_0.5': [False, [64063, 64063, 64064, 64063, 64063, 64062, 64058, 64059, 64059, 64059, 64059, 64059, 64058, 64058, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64058, 64058, 64059, 64059, 64059, 64060, 64059, 64059, 64060, 64059, 64059, 64059, 64059, 64059, 64062, 64061, 64065, 64065, 64063, 64062, 64064, 64063, 64061, 64063, 64064, 64063, 64065, 64065, 64065, 64064, 64064, 64064, 64064, 64065, 64064, 64064, 64064, 64064, 64065, 64064, 64064, 64065, 64065, 64064, 64066, 64064, 64065, 64066, 64067, 64067, 64068, 64068, 64069, 64070, 64069, 64070, 64069, 64070, 64069, 64069, 64070, 64070, 64069, 64069, 64067, 64068, 64068, 64069, 64069, 64069, 64067, 64067, 64067, 64069, 64069, 64069, 64068, 64068, 64065, 64066, 64066, 64066, 64067, 64067, 64067, 64069, 64067, 64065, 64068, 64066, 64067, 64066, 64066, 64066, 64068, 64066, 64065, 64065, 64065, 64065, 64066, 64066, 64067, 64067, 64066, 64066, 64066, 64066, 64065, 64063, 64064, 64065, 64064, 64062, 64059, 64060, 64061, 64064, 64063, 64060, 64058, 64060, 64058, 64059, 64058, 64058, 64058, 64059, 64059, 64059, 64059, 64058, 64057, 64059, 64058, 64057, 64058, 64058, 64057, 64057, 64057, 64057, 64057, 64056, 64055, 64055, 64055, 64054, 64054, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64056, 64056, 64058, 64058, 64058, 64061, 64061, 64061, 64065, 64065, 64064, 64064, 64064, 64069, 64067, 64068, 64067, 64066, 64065, 64067, 64065, 64064, 64064, 64064, 64063, 64064, 64063, 64064, 64066, 64064, 64068, 64068, 64066, 64066, 64066, 64067, 64067, 64068, 64065, 64065, 64064, 64064, 64065, 64066, 64067, 64067, 64063, 64061, 64063, 64065, 64062, 64062, 64061, 64060, 64059, 64060, 64060, 64059, 64059, 64059, 64060, 64059, 64058, 64058, 64059, 64058, 64057, 64055, 64056, 64056, 64055, 64054, 64054, 64053, 64054, 64055, 64055, 64056, 64057, 64057, 64058, 64058, 64057, 64058, 64058, 64058, 64059, 64058, 64058, 64058, 64058, 64058, 64058, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64058, 64057, 64055, 64055, 64056, 64056, 64055, 64056, 64055, 64056, 64057, 64059, 64057, 64057, 64058, 64056, 64058, 64058, 64057, 64058, 64059, 64056, 64057, 64058, 64057, 64057, 64059, 64057, 64056, 64057, 64059, 64057, 64057, 64059, 64056, 64057, 64057, 64057, 64062, 64064, 64063, 64063, 64062, 64062, 64062, 64062, 64062, 64061, 64061, 64062, 64061, 64060, 64060, 64062, 64061, 64060, 64060, 64060, 64057, 64058, 64057, 64057, 64056, 64055, 64056, 64064, 64063, 64059, 64061, 64062, 64062, 64061, 64060, 64059, 64059, 64060, 64060, 64060, 64061, 64061, 64061, 64063, 64063, 64063, 64063, 64062, 64062, 64061, 64062, 64062, 64062, 64063, 64064, 64064, 64064, 64063, 64061, 64062, 64062, 64063, 64059, 64058, 64059, 64058, 64058, 64059, 64059, 64057, 64055, 64055, 64053, 64053, 64052, 64053, 64053, 64053, 64053, 64054, 64055, 64055, 64055, 64055, 64056, 64056, 64055, 64055, 64056, 64056, 64056, 64058, 64057, 64058, 64060, 64061, 64061, 64061, 64060, 64059, 64060, 64061, 64061, 64062, 64062, 64062, 64063, 64063, 64063, 64064, 64065, 64064, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64066, 64067, 64066, 64064, 64062, 64063, 64063, 64064, 64062, 64062, 64062, 64062, 64061, 64061, 64061, 64059, 64060, 64061, 64060, 64059, 64057, 64058, 64058, 64059, 64058, 64058, 64058, 64060, 64058, 64057, 64054, 64054, 64054, 64054, 64054, 64054, 64055, 64055, 64055, 64054, 64054, 64054, 64054, 64054, 64053, 64052, 64052, 64052, 64052, 64051, 64051, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64054, 64053, 64051, 64050, 64050, 64050, 64048, 64048, 64048, 64050, 64049, 64051, 64054, 64055, 64055, 64056, 64056, 64057, 64059, 64057, 64059, 64059, 64057, 64057, 64058, 64059, 64058, 64058, 64058, 64058, 64058, 64058, 64059, 64058, 64059, 64058, 64058, 64057, 64057, 64057, 64057, 64056, 64056, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64054, 64053, 64052, 64051, 64051, 64050, 64051, 64051, 64051, 64050, 64048, 64049, 64049, 64050, 64049, 64047, 64046, 64046, 64046, 64044, 64044, 64043, 64044, 64044, 64044, 64044, 64042, 64043, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64040, 64042, 64042, 64042, 64042, 64044, 64044, 64044, 64044, 64042, 64040, 64042, 64042, 64044, 64044, 64043, 64044, 64045, 64045, 64046, 64044, 64048, 64048, 64047, 64047, 64048, 64048, 64046, 64048, 64047, 64047, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64047, 64047, 64051, 64049, 64049, 64049, 64051, 64050, 64051, 64050, 64052, 64051, 64051, 64047, 64048, 64047, 64049, 64049, 64049, 64051, 64051, 64050, 64051, 64051, 64051, 64051, 64049, 64049, 64048, 64048, 64049, 64052, 64052, 64052, 64051, 64054, 64054, 64054, 64053, 64054, 64054, 64054, 64054, 64053, 64054, 64054, 64055, 64055, 64057, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64056, 64056, 64056, 64056, 64056, 64055, 64054, 64055, 64055, 64058, 64058, 64058, 64058, 64058, 64057, 64057, 64056, 64057, 64057, 64057, 64057, 64057, 64058, 64058, 64058, 64057, 64058, 64058, 64058, 64058, 64058, 64058, 64058, 64059, 64059, 64059, 64061, 64059, 64060, 64061, 64061, 64058, 64058, 64058, 64059, 64062, 64063, 64061, 64063, 64062, 64062, 64062, 64065, 64065, 64065, 64063, 64062, 64061, 64061, 64061, 64061, 64062, 64062, 64063, 64063, 64063, 64063, 64063, 64063, 64064, 64063, 64064, 64064, 64062, 64063, 64061, 64060, 64060, 64060, 64059, 64058, 64057, 64054, 64059, 64060, 64061, 64060, 64060, 64060, 64060, 64060, 64060, 64060, 64063, 64064, 64062, 64063, 64064, 64063, 64063, 64062, 64064, 64063, 64063, 64062, 64062, 64062, 64063, 64063, 64061, 64062, 64062, 64062, 64062, 64064, 64064, 64062, 64061, 64061, 64061, 64061, 64060, 64059, 64058, 64056, 64056, 64055, 64055, 64053, 64052, 64052, 64054, 64051, 64052, 64053, 64052, 64050, 64049, 64048, 64048, 64048, 64049, 64048, 64049, 64049, 64050, 64049, 64049, 64049, 64049, 64050, 64049, 64048, 64048, 64048, 64059, 64059, 64058, 64058, 64059, 64062, 64061, 64062, 64061, 64061, 64061, 64061, 64061, 64063, 64063, 64063, 64063, 64065, 64063, 64062, 64063, 64062, 64062, 64061, 64061, 64062, 64061, 64060, 64064, 64064, 64065, 64063, 64064, 64062, 64061, 64061, 64064, 64062, 64062, 64061, 64061, 64061, 64061, 64061, 64061, 64061, 64060, 64060, 64059, 64058, 64060, 64059, 64058, 64059, 64059, 64061, 64059, 64060, 64060, 64060, 64061, 64061, 64062, 64062, 64060, 64061, 64061, 64060, 64060, 64059, 64060, 64061, 64058, 64058, 64058, 64058, 64057, 64056, 64055, 64054, 64053, 64055, 64053, 64050, 64050, 64051, 64052, 64053, 64052, 64052, 64053, 64054, 64054, 64054, 64054, 64054, 64055, 64056, 64054, 64056, 64056, 64055]], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800], |
21-May-2021 20:04:26 | - 'fit': [False, [1.1057529783407027, 36.994958712675974, \ |
21-May-2021 20:04:26 | - 36.71800149173757]], |
21-May-2021 20:04:26 | + 'fit': [False, [1.1042804178790713, 37.06023555493437, 36.758390484594315]], |
21-May-2021 20:04:26 | 'fit_loc_chan': [True, 474], |
21-May-2021 20:04:26 | - 'fit_loc_freq': [1e-10, 261.8801035135706], |
21-May-2021 20:04:26 | - 'fit_pix': [False, [240.80157119155351, 209.98069221787847]]} |
21-May-2021 20:04:26 | + 'fit_loc_freq': [1e-10, 261.88011504139996], |
21-May-2021 20:04:26 | + 'fit_pix': [False, [240.74284782362395, 210.1445947261468]]} |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report4 = th.check_dict_vals(exp_pb_stats, pb_stats_dict, '.pb', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | @@ -4123,139 +6827,131 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | psf_stats_dict = self.image_stats(img+'.psf', fit_region = \ |
21-May-2021 20:04:26 | 'ellipse[[239.36977532deg, -16.96391179deg], [1.0415arcsec, 0.9313arcsec], 90.00000000deg]') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_psf_stats |
21-May-2021 20:04:26 | exp_psf_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | 'npts_unmasked': [True, 191116800.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | 'max_val': [False, 1.0], |
21-May-2021 20:04:26 | 'max_val_pos': [True, [240, 210, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, -0.044496592134237289], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [250, 204, 0, 13]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.012118826675730165], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_sum': [False, 203.0061296436524], |
21-May-2021 20:04:26 | - 'im_sum': [False, 193.48533807980857], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.05504078045487404], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [250, 204, 0, 946]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.012116211613735845], |
21-May-2021 20:04:26 | + 'im_sum': [False, 75.47794335577694], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800], |
21-May-2021 20:04:26 | - 'fit_0': [False, [0.8853663419051631, 1.0831964982105018, \ |
21-May-2021 20:04:26 | - 0.8486568935446293]], |
21-May-2021 20:04:26 | + 'fit_0': [False, [0.886326655820083, 1.0827417193282847, 0.8432044545236995]], |
21-May-2021 20:04:26 | 'fit_loc_chan_0': [True, 1], |
21-May-2021 20:04:26 | - 'fit_loc_freq_0': [1e-10, 261.76462000557837], |
21-May-2021 20:04:26 | - 'fit_pix_0': [False, [239.96619358406645, 209.9923811349359]], |
21-May-2021 20:04:26 | - 'fit_1': [False, [0.8855601515490675, 1.0833246653826742, \ |
21-May-2021 20:04:26 | - 0.8510940656955308]], |
21-May-2021 20:04:26 | + 'fit_loc_freq_0': [1e-10, 261.76462002989996], |
21-May-2021 20:04:26 | + 'fit_pix_0': [False, [239.99836883975055, 209.99733278296767]], |
21-May-2021 20:04:26 | + 'fit_1': [False, [0.886964256657234, 1.0819245159296407, 0.8430338914805372]], |
21-May-2021 20:04:26 | 'fit_loc_chan_1': [True, 474], |
21-May-2021 20:04:26 | - 'fit_loc_freq_1': [1e-10, 261.8801035135706], |
21-May-2021 20:04:26 | - 'fit_pix_1': [False, [239.96614158332466, 209.99207827032774]], |
21-May-2021 20:04:26 | - 'fit_2': [False, [0.8851418403402185, 1.0806791592573344, \ |
21-May-2021 20:04:26 | - 0.8488399641404538]], |
21-May-2021 20:04:26 | + 'fit_loc_freq_1': [1e-10, 261.88011504139996], |
21-May-2021 20:04:26 | + 'fit_pix_1': [False, [239.9985221259162, 209.99726354985233]], |
21-May-2021 20:04:26 | + 'fit_2': [False, [0.8875922689198896, 1.08258955698927, 0.8417657253630042]], |
21-May-2021 20:04:26 | 'fit_loc_chan_2': [True, 947], |
21-May-2021 20:04:26 | - 'fit_loc_freq_2': [1e-10, 261.99558702156276], |
21-May-2021 20:04:26 | - 'fit_pix_2': [False, [239.96629893524417, 209.9920584854601]]} |
21-May-2021 20:04:26 | + 'fit_loc_freq_2': [1e-10, 261.99561005289996], |
21-May-2021 20:04:26 | + 'fit_pix_2': [False, [239.99845501846443, 209.99718365233807]]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report5 = th.check_dict_vals(exp_psf_stats, psf_stats_dict, '.psf', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .residual report (test_mosaic_cube_eph) |
21-May-2021 20:04:26 | + # .residual report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | resid_stats_dict = self.image_stats(img+'.residual', fit_region = \ |
21-May-2021 20:04:26 | 'ellipse[[239.36796846deg, -16.96307757deg], [5.3756arcsec, 3.3987arcsec], 0.00000000deg]') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_resid_stats |
21-May-2021 20:04:26 | exp_resid_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | - 'npts_unmasked': [False, 104998085.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'npts_unmasked': [False, 105415354.0], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.070553310215473175], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [304, 256, 0, 321]], |
21-May-2021 20:04:26 | - 'min_val': [False, -0.07086267322301865], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [222, 212, 0, 674]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.012274356404197695], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_sum': [False, 3864.4951676249366], |
21-May-2021 20:04:26 | - 'im_sum': [False, 3744.7025652566444], |
21-May-2021 20:04:26 | - 'regn_sum': [False, 37.53474615866071], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.06285478919744492], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [320, 214, 0, 617]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.0654265433549881], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [268, 151, 0, 57]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.011382174483049073], |
21-May-2021 20:04:26 | + 'im_sum': [False, 9240.214643091973], |
21-May-2021 20:04:26 | + 'regn_sum': [False, -16.069532327876914], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report6 = th.check_dict_vals(exp_resid_stats, resid_stats_dict, \ |
21-May-2021 20:04:26 | '.residual', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .model report (test_mosaic_cube_eph) |
21-May-2021 20:04:26 | + # .model report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | model_stats_dict = self.image_stats(img+'.model', fit_region = \ |
21-May-2021 20:04:26 | 'ellipse[[239.36796846deg, -16.96307757deg], [5.3756arcsec, 3.3987arcsec], 0.00000000deg]', masks=mask_stats_dict['mask']) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_model_stats |
21-May-2021 20:04:26 | exp_model_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | 'npts_unmasked': [True, 191116800.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.03622784838080406], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [315, 229, 0, 511]], |
21-May-2021 20:04:26 | - 'min_val': [False, 0.0], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - #CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'im_rms': [False, 2.4667777528231367e-05], |
21-May-2021 20:04:26 | - #'im_sum': [False, 9.705396932782605], |
21-May-2021 20:04:26 | - #'regn_sum': [False, 0.8115214343415573], |
21-May-2021 20:04:26 | - 'im_rms': [False, 2.413243705039696e-05], |
21-May-2021 20:04:26 | - 'im_sum': [False, 9.349006329197437], |
21-May-2021 20:04:26 | - 'regn_sum': [False, 0.7349461655830964], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.03946136683225632], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [149, 256, 0, 717]], |
21-May-2021 20:04:26 | + 'min_val': [False, -0.001125899376347661], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [322, 245, 0, 589]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 2.1682798001723417e-05], |
21-May-2021 20:04:26 | + 'im_sum': [False, 8.168397554662079], |
21-May-2021 20:04:26 | + 'regn_sum': [False, 1.1245928519638255], |
21-May-2021 20:04:26 | 'mask_non0': [True, 0], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report7 = th.check_dict_vals(exp_model_stats, model_stats_dict, |
21-May-2021 20:04:26 | '.model', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .sumwt report (test_mosaic_cube_eph) |
21-May-2021 20:04:26 | + # .sumwt report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | sumwt_stats_dict = self.image_stats(img+'.sumwt') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_sumwt_stats |
21-May-2021 20:04:26 | exp_sumwt_stats = {'npts': [True, 948], |
21-May-2021 20:04:26 | 'npts_unmasked': [True, 948.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | - 'max_val': [False, 45509.8398438], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [0, 0, 0, 0]], |
21-May-2021 20:04:26 | - 'min_val': [False, 45195.1835938], |
21-May-2021 20:04:26 | - 'min_val_pos': [True, [0, 0, 0, 593]], |
21-May-2021 20:04:26 | - 'im_rms': [False, 45284.18444383], |
21-May-2021 20:04:26 | + 'max_val': [False, 45549.265625], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [0, 0, 0, 283]], |
21-May-2021 20:04:26 | + 'min_val': [False, 45503.4375], |
21-May-2021 20:04:26 | + 'min_val_pos': [True, [0, 0, 0, 856]], |
21-May-2021 20:04:26 | + 'im_rms': [False, 45529.93611237143], |
21-May-2021 20:04:26 | 'npts_real': [True, 948]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | report8 = th.check_dict_vals(exp_sumwt_stats, sumwt_stats_dict, \ |
21-May-2021 20:04:26 | '.sumwt', epsilon=self.epsilon) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - # .weight report (test_mosaic_cube_eph) |
21-May-2021 20:04:26 | + # .weight report (test_mosaic_cube_eph_briggsbwtaper) |
21-May-2021 20:04:26 | wt_stats_dict = self.image_stats(img+'.weight', masks=[ \ |
21-May-2021 20:04:26 | pb_stats_dict['pb_mask_0.2'], pb_stats_dict['pb_mask_0.5']]) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | + # test_mosaic_cube_eph_briggsbwtaper.exp_wt_stats |
21-May-2021 20:04:26 | exp_wt_stats = {'npts': [True, 191116800], |
21-May-2021 20:04:26 | 'npts_unmasked': [True, 191116800.0], |
21-May-2021 20:04:26 | - 'freq_bin': [1e-10, 244151.1796875], |
21-May-2021 20:04:26 | - 'start': [True, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end': [True, 2.619956e+11], |
21-May-2021 20:04:26 | - 'start_delta': [False, 2.617644e+11], |
21-May-2021 20:04:26 | - 'end_delta': [False, 2.619956e+11], |
21-May-2021 20:04:26 | + 'freq_bin': [1e-10, 244175.5], |
21-May-2021 20:04:26 | + 'start': [True, 261764400000.0], |
21-May-2021 20:04:26 | + 'end': [True, 261995600000.0], |
21-May-2021 20:04:26 | + 'start_delta': [False, 261764400000.0], |
21-May-2021 20:04:26 | + 'end_delta': [False, 261995600000.0], |
21-May-2021 20:04:26 | 'nchan': [True, 948], |
21-May-2021 20:04:26 | - 'max_val': [False, 0.3178490698337555], |
21-May-2021 20:04:26 | - # CAS-9386 update build100 serial |
21-May-2021 20:04:26 | - #'max_val_pos': [True, [240, 210, 0, 9]], |
21-May-2021 20:04:26 | - #'min_val': [False, 6.582064816029742e-05], |
21-May-2021 20:04:26 | - 'max_val_pos': [True, [240, 209, 0, 944]], |
21-May-2021 20:04:26 | - 'min_val': [False, 7.376736175501719e-05], |
21-May-2021 20:04:26 | - 'im_rms': [False, 0.119822765111], |
21-May-2021 20:04:26 | - 'im_sum': [False, 13818688.5072], |
21-May-2021 20:04:26 | - 'npts_0.2': [False, [110768, 110768, 110768, 110767, 110766, 110766, 110765, 110765, 110765, 110765, 110766, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110768, 110768, 110768, 110768, 110766, 110766, 110768, 110767, 110768, 110768, 110767, 110767, 110768, 110769, 110769, 110769, 110769, 110769, 110769, 110768, 110766, 110770, 110770, 110768, 110768, 110770, 110771, 110771, 110771, 110770, 110770, 110770, 110768, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110768, 110768, 110768, 110768, 110768, 110768, 110768, 110768, 110769, 110769, 110769, 110768, 110768, 110768, 110769, 110771, 110771, 110771, 110770, 110770, 110770, 110770, 110770, 110770, 110769, 110767, 110769, 110768, 110769, 110770, 110772, 110772, 110772, 110772, 110772, 110772, 110773, 110773, 110773, 110774, 110774, 110773, 110771, 110772, 110771, 110770, 110770, 110770, 110769, 110771, 110771, 110769, 110770, 110769, 110768, 110769, 110769, 110769, 110769, 110769, 110769, 110769, 110770, 110770, 110770, 110770, 110770, 110770, 110771, 110771, 110771, 110771, 110770, 110771, 110771, 110771, 110771, 110772, 110772, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110772, 110772, 110771, 110771, 110769, 110769, 110769, 110769, 110770, 110770, 110769, 110769, 110769, 110769, 110770, 110770, 110770, 110770, 110770, 110771, 110771, 110770, 110770, 110770, 110769, 110769, 110768, 110768, 110768, 110769, 110768, 110767, 110767, 110768, 110767, 110768, 110767, 110767, 110767, 110768, 110769, 110769, 110768, 110768, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110767, 110766, 110766, 110766, 110767, 110769, 110769, 110770, 110771, 110770, 110769, 110770, 110770, 110769, 110768, 110768, 110769, 110769, 110769, 110770, 110770, 110770, 110771, 110771, 110770, 110770, 110771, 110771, 110770, 110771, 110771, 110771, 110771, 110770, 110770, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110771, 110772, 110771, 110771, 110771, 110773, 110774, 110773, 110774, 110776, 110775, 110775, 110773, 110773, 110774, 110774, 110774, 110775, 110774, 110774, 110776, 110776, 110776, 110777, 110776, 110776, 110776, 110776, 110776, 110776, 110775, 110773, 110773, 110773, 110774, 110774, 110774, 110774, 110774, 110774, 110774, 110774, 110775, 110774, 110774, 110775, 110775, 110775, 110776, 110777, 110777, 110777, 110777, 110778, 110778, 110779, 110778, 110780, 110781, 110781, 110781, 110779, 110780, 110780, 110781, 110779, 110779, 110779, 110779, 110779, 110782, 110782, 110781, 110781, 110782, 110782, 110782, 110782, 110782, 110782, 110781, 110783, 110782, 110782, 110782, 110783, 110782, 110782, 110783, 110780, 110781, 110782, 110781, 110782, 110782, 110782, 110781, 110782, 110782, 110782, 110782, 110781, 110781, 110781, 110781, 110781, 110781, 110781, 110782, 110781, 110781, 110784, 110782, 110782, 110784, 110782, 110782, 110782, 110782, 110781, 110782, 110781, 110782, 110782, 110782, 110781, 110782, 110782, 110783, 110783, 110782, 110783, 110783, 110784, 110784, 110784, 110786, 110786, 110785, 110786, 110786, 110786, 110786, 110785, 110785, 110784, 110785, 110785, 110785, 110785, 110785, 110785, 110786, 110787, 110787, 110787, 110787, 110786, 110786, 110786, 110786, 110786, 110787, 110787, 110787, 110787, 110787, 110786, 110787, 110787, 110786, 110786, 110785, 110785, 110786, 110786, 110786, 110786, 110786, 110784, 110786, 110786, 110786, 110786, 110785, 110786, 110786, 110785, 110785, 110782, 110783, 110785, 110785, 110786, 110785, 110785, 110784, 110784, 110784, 110784, 110784, 110784, 110784, 110784, 110784, 110783, 110784, 110783, 110783, 110783, 110784, 110784, 110784, 110747, 110747, 110747, 110747, 110747, 110747, 110746, 110746, 110746, 110746, 110745, 110746, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110748, 110748, 110748, 110748, 110747, 110747, 110747, 110747, 110747, 110747, 110746, 110747, 110747, 110748, 110748, 110748, 110748, 110748, 110748, 110748, 110748, 110748, 110747, 110745, 110745, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110747, 110746, 110747, 110745, 110745, 110744, 110745, 110744, 110744, 110744, 110745, 110745, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110744, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110745, 110743, 110743, 110743, 110743, 110744, 110741, 110743, 110743, 110743, 110740, 110741, 110740, 110741, 110743, 110743, 110743, 110741, 110741, 110741, 110741, 110741, 110740, 110741, 110740, 110740, 110741, 110741, 110740, 110741, 110741, 110742, 110742, 110742, 110742, 110741, 110742, 110742, 110741, 110741, 110741, 110741, 110741, 110741, 110741, 110741, 110742, 110742, 110742, 110742, 110742, 110742, 110742, 110742, 110741, 110741, 110741, 110742, 110742, 110741, 110742, 110743, 110742, 110743, 110743, 110743, 110743, 110742, 110742, 110742, 110742, 110743, 110742, 110743, 110743, 110743, 110743, 110743, 110743, 110743, 110742, 110743, 110743, 110744, 110743, 110743, 110743, 110743, 110743, 110743, 110743, 110744, 110743, 110743, 110743, 110743, 110743, 110744, 110744, 110744, 110742, 110741, 110741, 110742, 110742, 110740, 110740, 110741, 110741, 110741, 110740, 110740, 110740, 110739, 110740, 110739, 110738, 110739, 110739, 110740, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110740, 110739, 110740, 110740, 110739, 110739, 110739, 110739, 110739, 110740, 110740, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110740, 110739, 110739, 110739, 110739, 110739, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110736, 110738, 110736, 110738, 110737, 110738, 110738, 110738, 110738, 110739, 110739, 110736, 110736, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110738, 110739, 110739, 110739, 110739, 110739, 110739, 110739, 110740, 110739, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110740, 110740, 110738, 110737, 110737, 110739, 110739, 110740, 110740, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110740, 110739, 110739, 110739, 110739, 110739, 110740, 110738, 110737, 110737, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110739, 110738, 110739, 110739, 110739, 110738, 110738, 110738, 110738, 110738, 110739, 110739, 110738, 110739, 110739, 110739, 110740, 110740, 110740, 110740, 110739, 110739, 110738, 110738, 110738, 110736, 110736, 110734, 110734, 110734, 110734, 110734, 110733, 110734, 110733, 110734, 110733, 110734, 110733, 110735, 110735, 110735, 110735, 110736, 110737, 110736, 110736, 110736, 110736, 110735, 110736, 110736, 110733, 110734, 110734, 110734, 110734, 110734, 110733, 110734, 110733, 110733, 110734, 110734, 110734, 110733, 110733, 110734, 110734, 110734, 110732, 110734, 110733, 110733, 110731, 110732, 110731, 110732, 110733, 110733, 110733, 110731, 110731, 110732, 110730, 110731, 110733, 110732, 110732]], |
21-May-2021 20:04:26 | - 'npts_0.5': [False, [63987, 63987, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63986, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63988, 63988, 63988, 63988, 63988, 63988, 63989, 63989, 63990, 63990, 63990, 63989, 63989, 63990, 63990, 63991, 63990, 63990, 63991, 63991, 63991, 63991, 63990, 63991, 63990, 63989, 63989, 63989, 63989, 63989, 63989, 63990, 63990, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63990, 63989, 63990, 63990, 63990, 63989, 63989, 63988, 63988, 63990, 63990, 63990, 63990, 63990, 63990, 63990, 63990, 63989, 63989, 63988, 63989, 63989, 63989, 63990, 63990, 63991, 63991, 63991, 63991, 63994, 63995, 63996, 63993, 63993, 63994, 63994, 63993, 63993, 63993, 63993, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63994, 63993, 63992, 63992, 63992, 63993, 63994, 63994, 63994, 63991, 63990, 63990, 63990, 63990, 63990, 63991, 63991, 63991, 63991, 63991, 63989, 63990, 63992, 63992, 63992, 63992, 63992, 63992, 63991, 63991, 63991, 63991, 63992, 63992, 63992, 63992, 63992, 63992, 63992, 63991, 63990, 63990, 63990, 63990, 63989, 63988, 63988, 63988, 63988, 63988, 63988, 63987, 63989, 63989, 63989, 63988, 63989, 63989, 63988, 63987, 63986, 63986, 63985, 63985, 63986, 63985, 63985, 63986, 63985, 63984, 63985, 63984, 63984, 63986, 63986, 63985, 63986, 63986, 63986, 63986, 63984, 63985, 63986, 63985, 63986, 63985, 63985, 63985, 63985, 63984, 63982, 63983, 63984, 63985, 63986, 63986, 63987, 63988, 63986, 63984, 63984, 63984, 63984, 63983, 63983, 63985, 63984, 63984, 63983, 63984, 63983, 63983, 63984, 63984, 63984, 63984, 63984, 63983, 63981, 63981, 63981, 63981, 63982, 63982, 63983, 63983, 63983, 63981, 63982, 63983, 63982, 63984, 63984, 63984, 63984, 63983, 63983, 63983, 63983, 63983, 63984, 63985, 63984, 63985, 63984, 63984, 63984, 63984, 63984, 63984, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63981, 63981, 63980, 63980, 63980, 63980, 63980, 63980, 63980, 63980, 63981, 63981, 63980, 63980, 63979, 63980, 63979, 63979, 63980, 63980, 63980, 63980, 63980, 63981, 63981, 63982, 63982, 63982, 63983, 63982, 63983, 63983, 63983, 63984, 63985, 63985, 63985, 63985, 63985, 63984, 63984, 63983, 63984, 63984, 63983, 63983, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63985, 63984, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63983, 63984, 63984, 63984, 63985, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63986, 63985, 63984, 63984, 63984, 63984, 63984, 63984, 63983, 63984, 63983, 63983, 63983, 63985, 63985, 63984, 63984, 63987, 63985, 63985, 63986, 63985, 63985, 63985, 63985, 63984, 63984, 63987, 63988, 63987, 63987, 63987, 63987, 63987, 63986, 63987, 63987, 63988, 63987, 63987, 63986, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63989, 63985, 63984, 63988, 63988, 63988, 63988, 63986, 63985, 63986, 63986, 63986, 63986, 63987, 63986, 63985, 63985, 63985, 63986, 63986, 63987, 63987, 63987, 63986, 63985, 63985, 63986, 63985, 63986, 63985, 63986, 63985, 63985, 63985, 63985, 63985, 63985, 63984, 63985, 63985, 63984, 63985, 63976, 63976, 63974, 63974, 63974, 63974, 63975, 63974, 63974, 63974, 63973, 63973, 63972, 63973, 63973, 63974, 63972, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63972, 63972, 63972, 63971, 63971, 63972, 63972, 63972, 63972, 63972, 63972, 63972, 63973, 63973, 63972, 63972, 63972, 63972, 63972, 63972, 63972, 63972, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63969, 63970, 63971, 63969, 63970, 63972, 63972, 63975, 63975, 63974, 63974, 63974, 63975, 63975, 63975, 63974, 63973, 63973, 63973, 63973, 63972, 63973, 63973, 63972, 63972, 63971, 63969, 63971, 63970, 63970, 63971, 63971, 63971, 63971, 63972, 63972, 63973, 63972, 63972, 63972, 63972, 63972, 63972, 63971, 63970, 63970, 63971, 63971, 63971, 63971, 63970, 63969, 63969, 63969, 63969, 63970, 63970, 63971, 63971, 63971, 63970, 63971, 63970, 63970, 63968, 63970, 63970, 63970, 63971, 63973, 63972, 63972, 63973, 63973, 63974, 63974, 63974, 63973, 63974, 63974, 63974, 63974, 63968, 63969, 63968, 63968, 63970, 63971, 63971, 63971, 63971, 63971, 63971, 63970, 63970, 63970, 63968, 63969, 63969, 63970, 63971, 63971, 63971, 63971, 63971, 63971, 63971, 63972, 63970, 63971, 63969, 63969, 63968, 63968, 63968, 63968, 63968, 63968, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63967, 63966, 63966, 63967, 63966, 63966, 63966, 63966, 63968, 63968, 63968, 63968, 63968, 63968, 63967, 63965, 63965, 63966, 63965, 63965, 63966, 63965, 63966, 63965, 63966, 63962, 63963, 63962, 63963, 63962, 63962, 63962, 63962, 63962, 63962, 63962, 63963, 63963, 63963, 63963, 63963, 63963, 63962, 63964, 63964, 63964, 63963, 63963, 63962, 63963, 63962, 63962, 63962, 63962, 63962, 63962, 63961, 63961, 63961, 63962, 63961, 63960, 63961, 63961, 63963, 63963, 63961, 63961, 63962, 63962, 63961, 63961, 63961, 63961, 63961, 63961, 63962, 63961, 63961, 63961, 63961, 63960, 63959, 63959, 63958, 63958, 63958, 63958, 63959, 63959, 63958, 63959, 63960, 63959, 63958, 63958, 63959, 63959, 63959, 63960, 63960, 63959, 63960, 63959, 63960, 63960, 63960, 63959, 63959, 63960, 63961, 63961, 63961, 63961, 63962, 63962, 63962, 63963, 63963, 63962, 63962, 63962, 63962, 63962, 63962, 63963, 63963, 63963, 63962, 63961, 63962, 63961, 63962, 63961, 63961, 63961, 63962, 63962, 63962, 63962, 63962, 63962, 63961, 63963, 63963, 63961, 63963, 63963, 63962, 63963, 63962, 63962, 63963, 63962, 63964, 63963, 63963, 63963, 63963, 63962, 63962, 63962, 63961, 63960, 63959, 63956, 63956, 63958, 63958, 63958, 63958, 63958, 63961, 63961, 63961, 63962, 63962, 63961, 63960, 63960, 63960, 63958, 63958, 63958, 63958, 63958, 63958, 63958, 63960, 63961, 63961, 63961, 63961, 63960, 63959, 63960, 63960, 63960, 63963, 63962, 63963, 63961, 63961, 63961, 63961, 63959, 63958, 63960, 63960, 63960, 63958, 63958, 63958, 63959, 63960, 63960, 63958, 63958, 63959, 63959, 63959, 63958, 63958, 63958, 63958, 63958, 63958, 63957, 63957, 63957, 63957, 63954, 63953, 63953, 63953, 63952, 63954, 63954, 63954, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63955, 63953, 63953, 63953, 63952, 63952, 63952, 63952, 63953, 63952, 63951, 63951, 63951, 63951, 63952, 63952, 63952, 63951, 63953, 63952, 63951, 63951, 63950, 63949, 63949, 63949, 63949, 63947, 63947, 63947, 63948, 63948, 63948, 63948, 63949, 63946, 63946, 63946, 63948, 63948, 63948]], |
21-May-2021 20:04:26 | + 'max_val': [False, 0.32043445110321045], |
21-May-2021 20:04:26 | + 'max_val_pos': [True, [240, 210, 0, 595]], |
21-May-2021 20:04:26 | + 'min_val': [False, 7.414929132210091e-05], |
21-May-2021 20:04:26 | + 'im_rms': [False, 0.12064659331008178], |
21-May-2021 20:04:26 | + 'im_sum': [False, 13934226.308718286], |
21-May-2021 20:04:26 | + 'npts_0.2': [False, [111206, 111210, 111208, 111207, 111205, 111204, 111201, 111204, 111203, 111205, 111202, 111202, 111204, 111204, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111205, 111204, 111205, 111205, 111205, 111205, 111205, 111205, 111204, 111204, 111205, 111205, 111205, 111205, 111206, 111206, 111207, 111208, 111206, 111206, 111207, 111205, 111205, 111205, 111206, 111204, 111205, 111206, 111205, 111205, 111205, 111206, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111205, 111205, 111206, 111203, 111206, 111204, 111206, 111206, 111206, 111206, 111207, 111208, 111207, 111207, 111207, 111206, 111207, 111207, 111206, 111207, 111207, 111207, 111207, 111209, 111208, 111209, 111209, 111208, 111208, 111208, 111207, 111206, 111207, 111207, 111207, 111206, 111205, 111207, 111205, 111206, 111206, 111206, 111205, 111205, 111207, 111208, 111208, 111206, 111207, 111206, 111207, 111206, 111207, 111206, 111207, 111206, 111205, 111206, 111206, 111206, 111206, 111204, 111205, 111205, 111205, 111205, 111206, 111205, 111205, 111206, 111204, 111206, 111206, 111203, 111203, 111204, 111204, 111204, 111204, 111204, 111202, 111204, 111203, 111203, 111203, 111202, 111202, 111202, 111202, 111202, 111203, 111202, 111202, 111202, 111202, 111203, 111203, 111201, 111202, 111202, 111203, 111203, 111202, 111198, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111197, 111197, 111195, 111195, 111196, 111196, 111198, 111198, 111200, 111202, 111202, 111202, 111200, 111200, 111200, 111206, 111207, 111205, 111205, 111206, 111208, 111208, 111208, 111208, 111208, 111207, 111208, 111207, 111207, 111206, 111205, 111206, 111204, 111205, 111206, 111206, 111205, 111206, 111206, 111205, 111206, 111205, 111205, 111205, 111205, 111205, 111205, 111206, 111206, 111206, 111206, 111206, 111206, 111206, 111205, 111205, 111206, 111206, 111203, 111203, 111203, 111201, 111202, 111203, 111201, 111203, 111200, 111202, 111201, 111200, 111200, 111201, 111201, 111201, 111197, 111198, 111197, 111196, 111197, 111196, 111196, 111196, 111196, 111196, 111197, 111197, 111197, 111197, 111198, 111199, 111198, 111197, 111200, 111202, 111200, 111200, 111200, 111200, 111200, 111200, 111199, 111200, 111199, 111197, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111200, 111198, 111198, 111198, 111201, 111199, 111199, 111199, 111198, 111199, 111201, 111200, 111200, 111201, 111198, 111199, 111201, 111199, 111200, 111201, 111200, 111200, 111200, 111199, 111199, 111199, 111200, 111198, 111199, 111199, 111199, 111202, 111203, 111203, 111201, 111201, 111203, 111204, 111202, 111198, 111199, 111198, 111198, 111198, 111197, 111197, 111197, 111197, 111196, 111196, 111196, 111195, 111195, 111196, 111195, 111195, 111194, 111194, 111204, 111203, 111200, 111201, 111205, 111204, 111203, 111201, 111199, 111201, 111201, 111203, 111202, 111202, 111204, 111202, 111205, 111205, 111205, 111206, 111204, 111202, 111202, 111201, 111201, 111202, 111201, 111202, 111202, 111202, 111202, 111202, 111202, 111200, 111202, 111199, 111199, 111201, 111199, 111199, 111200, 111200, 111197, 111193, 111194, 111194, 111195, 111195, 111191, 111193, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111195, 111197, 111199, 111198, 111200, 111200, 111200, 111200, 111200, 111198, 111199, 111199, 111199, 111198, 111199, 111197, 111199, 111198, 111198, 111198, 111198, 111198, 111200, 111200, 111200, 111200, 111200, 111200, 111200, 111201, 111201, 111201, 111202, 111203, 111202, 111202, 111203, 111203, 111203, 111203, 111203, 111203, 111201, 111200, 111200, 111198, 111196, 111196, 111198, 111199, 111197, 111196, 111197, 111196, 111196, 111199, 111200, 111199, 111197, 111197, 111195, 111195, 111193, 111194, 111196, 111198, 111196, 111196, 111195, 111195, 111194, 111194, 111195, 111195, 111194, 111194, 111192, 111193, 111192, 111192, 111192, 111191, 111193, 111190, 111190, 111190, 111191, 111188, 111185, 111189, 111191, 111191, 111191, 111191, 111189, 111189, 111189, 111188, 111188, 111189, 111187, 111187, 111190, 111188, 111187, 111185, 111186, 111184, 111184, 111184, 111184, 111184, 111184, 111186, 111188, 111194, 111194, 111194, 111194, 111196, 111196, 111196, 111196, 111196, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111197, 111197, 111198, 111197, 111196, 111195, 111194, 111194, 111194, 111193, 111193, 111191, 111190, 111191, 111191, 111191, 111188, 111186, 111187, 111190, 111188, 111188, 111187, 111186, 111185, 111185, 111184, 111184, 111184, 111184, 111181, 111181, 111179, 111180, 111180, 111180, 111180, 111180, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111179, 111180, 111179, 111179, 111180, 111181, 111181, 111178, 111181, 111181, 111185, 111184, 111184, 111185, 111185, 111186, 111185, 111185, 111188, 111187, 111189, 111187, 111188, 111188, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111189, 111188, 111187, 111186, 111187, 111186, 111186, 111191, 111186, 111187, 111189, 111188, 111188, 111190, 111190, 111192, 111191, 111192, 111190, 111190, 111188, 111189, 111191, 111191, 111192, 111192, 111190, 111191, 111191, 111192, 111191, 111191, 111191, 111191, 111191, 111190, 111193, 111193, 111193, 111194, 111195, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111193, 111191, 111191, 111191, 111191, 111192, 111192, 111196, 111196, 111196, 111195, 111195, 111195, 111196, 111196, 111194, 111194, 111194, 111193, 111193, 111192, 111191, 111191, 111195, 111194, 111194, 111196, 111195, 111195, 111196, 111196, 111195, 111195, 111195, 111193, 111193, 111194, 111193, 111195, 111195, 111195, 111195, 111195, 111197, 111196, 111196, 111198, 111198, 111198, 111200, 111199, 111198, 111199, 111199, 111198, 111197, 111198, 111196, 111198, 111198, 111198, 111198, 111200, 111198, 111197, 111201, 111200, 111200, 111200, 111200, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111198, 111198, 111198, 111198, 111197, 111195, 111196, 111199, 111199, 111199, 111199, 111199, 111198, 111197, 111197, 111197, 111197, 111198, 111198, 111199, 111199, 111199, 111198, 111198, 111199, 111198, 111198, 111198, 111197, 111199, 111199, 111198, 111199, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111197, 111196, 111196, 111196, 111196, 111195, 111195, 111195, 111194, 111194, 111194, 111194, 111192, 111191, 111194, 111194, 111194, 111193, 111191, 111192, 111190, 111190, 111191, 111190, 111190, 111190, 111192, 111192, 111191, 111192, 111192, 111193, 111193, 111192, 111192, 111192, 111191, 111190, 111197, 111198, 111197, 111197, 111197, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111199, 111202, 111202, 111202, 111202, 111202, 111202, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111198, 111197, 111199, 111199, 111199, 111199, 111198, 111199, 111199, 111198, 111198, 111198, 111198, 111198, 111197, 111198, 111197, 111198, 111198, 111198, 111198, 111198, 111198, 111198, 111199, 111199, 111199, 111199, 111198, 111198, 111199, 111199, 111199, 111199, 111198, 111198, 111199, 111198, 111198, 111198, 111196, 111197, 111197, 111199, 111199, 111197, 111197, 111198, 111195, 111195, 111193, 111193, 111194, 111193, 111191, 111191, 111191, 111190, 111192, 111192, 111192, 111192, 111192, 111193, 111192, 111193, 111193, 111193, 111193, 111194, 111193, 111193, 111194, 111193, 111192]], |
21-May-2021 20:04:26 | + 'npts_0.5': [False, [64063, 64063, 64064, 64063, 64063, 64062, 64058, 64059, 64059, 64059, 64059, 64059, 64058, 64058, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64059, 64058, 64058, 64059, 64059, 64059, 64060, 64059, 64059, 64060, 64059, 64059, 64059, 64059, 64059, 64062, 64061, 64065, 64065, 64063, 64062, 64064, 64063, 64061, 64063, 64064, 64063, 64065, 64065, 64065, 64064, 64064, 64064, 64064, 64065, 64064, 64064, 64064, 64064, 64065, 64064, 64064, 64065, 64065, 64064, 64066, 64064, 64065, 64066, 64067, 64067, 64068, 64068, 64069, 64070, 64069, 64070, 64069, 64070, 64069, 64069, 64070, 64070, 64069, 64069, 64067, 64068, 64068, 64069, 64069, 64069, 64067, 64067, 64067, 64069, 64069, 64069, 64068, 64068, 64065, 64066, 64066, 64066, 64067, 64067, 64067, 64069, 64067, 64065, 64068, 64066, 64067, 64066, 64066, 64066, 64068, 64066, 64065, 64065, 64065, 64065, 64066, 64066, 64067, 64067, 64066, 64066, 64066, 64066, 64065, 64063, 64064, 64065, 64064, 64062, 64059, 64060, 64061, 64064, 64063, 64060, 64058, 64060, 64058, 64059, 64058, 64058, 64058, 64059, 64059, 64059, 64059, 64058, 64057, 64059, 64058, 64057, 64058, 64058, 64057, 64057, 64057, 64057, 64057, 64056, 64055, 64055, 64055, 64054, 64054, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64056, 64056, 64058, 64058, 64058, 64061, 64061, 64061, 64065, 64065, 64064, 64064, 64064, 64069, 64067, 64068, 64067, 64066, 64065, 64067, 64065, 64064, 64064, 64064, 64063, 64064, 64063, 64064, 64066, 64064, 64068, 64068, 64066, 64066, 64066, 64067, 64067, 64068, 64065, 64065, 64064, 64064, 64065, 64066, 64067, 64067, 64063, 64061, 64063, 64065, 64062, 64062, 64061, 64060, 64059, 64060, 64060, 64059, 64059, 64059, 64060, 64059, 64058, 64058, 64059, 64058, 64057, 64055, 64056, 64056, 64055, 64054, 64054, 64053, 64054, 64055, 64055, 64056, 64057, 64057, 64058, 64058, 64057, 64058, 64058, 64058, 64059, 64058, 64058, 64058, 64058, 64058, 64058, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64058, 64057, 64055, 64055, 64056, 64056, 64055, 64056, 64055, 64056, 64057, 64059, 64057, 64057, 64058, 64056, 64058, 64058, 64057, 64058, 64059, 64056, 64057, 64058, 64057, 64057, 64059, 64057, 64056, 64057, 64059, 64057, 64057, 64059, 64056, 64057, 64057, 64057, 64062, 64064, 64063, 64063, 64062, 64062, 64062, 64062, 64062, 64061, 64061, 64062, 64061, 64060, 64060, 64062, 64061, 64060, 64060, 64060, 64057, 64058, 64057, 64057, 64056, 64055, 64056, 64064, 64063, 64059, 64061, 64062, 64062, 64061, 64060, 64059, 64059, 64060, 64060, 64060, 64061, 64061, 64061, 64063, 64063, 64063, 64063, 64062, 64062, 64061, 64062, 64062, 64062, 64063, 64064, 64064, 64064, 64063, 64061, 64062, 64062, 64063, 64059, 64058, 64059, 64058, 64058, 64059, 64059, 64057, 64055, 64055, 64053, 64053, 64052, 64053, 64053, 64053, 64053, 64054, 64055, 64055, 64055, 64055, 64056, 64056, 64055, 64055, 64056, 64056, 64056, 64058, 64057, 64058, 64060, 64061, 64061, 64061, 64060, 64059, 64060, 64061, 64061, 64062, 64062, 64062, 64063, 64063, 64063, 64064, 64065, 64064, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64065, 64066, 64067, 64066, 64064, 64062, 64063, 64063, 64064, 64062, 64062, 64062, 64062, 64061, 64061, 64061, 64059, 64060, 64061, 64060, 64059, 64057, 64058, 64058, 64059, 64058, 64058, 64058, 64060, 64058, 64057, 64054, 64054, 64054, 64054, 64054, 64054, 64055, 64055, 64055, 64054, 64054, 64054, 64054, 64054, 64053, 64052, 64052, 64052, 64052, 64051, 64051, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64053, 64054, 64053, 64051, 64050, 64050, 64050, 64048, 64048, 64048, 64050, 64049, 64051, 64054, 64055, 64055, 64056, 64056, 64057, 64059, 64057, 64059, 64059, 64057, 64057, 64058, 64059, 64058, 64058, 64058, 64058, 64058, 64058, 64059, 64058, 64059, 64058, 64058, 64057, 64057, 64057, 64057, 64056, 64056, 64055, 64055, 64055, 64055, 64055, 64055, 64055, 64054, 64053, 64052, 64051, 64051, 64050, 64051, 64051, 64051, 64050, 64048, 64049, 64049, 64050, 64049, 64047, 64046, 64046, 64046, 64044, 64044, 64043, 64044, 64044, 64044, 64044, 64042, 64043, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64041, 64040, 64042, 64042, 64042, 64042, 64044, 64044, 64044, 64044, 64042, 64040, 64042, 64042, 64044, 64044, 64043, 64044, 64045, 64045, 64046, 64044, 64048, 64048, 64047, 64047, 64048, 64048, 64046, 64048, 64047, 64047, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64048, 64047, 64047, 64051, 64049, 64049, 64049, 64051, 64050, 64051, 64050, 64052, 64051, 64051, 64047, 64048, 64047, 64049, 64049, 64049, 64051, 64051, 64050, 64051, 64051, 64051, 64051, 64049, 64049, 64048, 64048, 64049, 64052, 64052, 64052, 64051, 64054, 64054, 64054, 64053, 64054, 64054, 64054, 64054, 64053, 64054, 64054, 64055, 64055, 64057, 64056, 64056, 64056, 64055, 64055, 64055, 64055, 64056, 64056, 64056, 64056, 64056, 64055, 64054, 64055, 64055, 64058, 64058, 64058, 64058, 64058, 64057, 64057, 64056, 64057, 64057, 64057, 64057, 64057, 64058, 64058, 64058, 64057, 64058, 64058, 64058, 64058, 64058, 64058, 64058, 64059, 64059, 64059, 64061, 64059, 64060, 64061, 64061, 64058, 64058, 64058, 64059, 64062, 64063, 64061, 64063, 64062, 64062, 64062, 64065, 64065, 64065, 64063, 64062, 64061, 64061, 64061, 64061, 64062, 64062, 64063, 64063, 64063, 64063, 64063, 64063, 64064, 64063, 64064, 64064, 64062, 64063, 64061, 64060, 64060, 64060, 64059, 64058, 64057, 64054, 64059, 64060, 64061, 64060, 64060, 64060, 64060, 64060, 64060, 64060, 64063, 64064, 64062, 64063, 64064, 64063, 64063, 64062, 64064, 64063, 64063, 64062, 64062, 64062, 64063, 64063, 64061, 64062, 64062, 64062, 64062, 64064, 64064, 64062, 64061, 64061, 64061, 64061, 64060, 64059, 64058, 64056, 64056, 64055, 64055, 64053, 64052, 64052, 64054, 64051, 64052, 64053, 64052, 64050, 64049, 64048, 64048, 64048, 64049, 64048, 64049, 64049, 64050, 64049, 64049, 64049, 64049, 64050, 64049, 64048, 64048, 64048, 64059, 64059, 64058, 64058, 64059, 64062, 64061, 64062, 64061, 64061, 64061, 64061, 64061, 64063, 64063, 64063, 64063, 64065, 64063, 64062, 64063, 64062, 64062, 64061, 64061, 64062, 64061, 64060, 64064, 64064, 64065, 64063, 64064, 64062, 64061, 64061, 64064, 64062, 64062, 64061, 64061, 64061, 64061, 64061, 64061, 64061, 64060, 64060, 64059, 64058, 64060, 64059, 64058, 64059, 64059, 64061, 64059, 64060, 64060, 64060, 64061, 64061, 64062, 64062, 64060, 64061, 64061, 64060, 64060, 64059, 64060, 64061, 64058, 64058, 64058, 64058, 64057, 64056, 64055, 64054, 64053, 64055, 64053, 64050, 64050, 64051, 64052, 64053, 64052, 64052, 64053, 64054, 64054, 64054, 64054, 64054, 64055, 64056, 64054, 64056, 64056, 64055]], |
21-May-2021 20:04:26 | 'npts_real': [True, 191116800]} |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | report9 = th.check_dict_vals(exp_wt_stats, wt_stats_dict, '.weight', epsilon=self.epsilon) |
21-May-2021 20:04:26 | @@ -4270,23 +6966,47 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | ["2017.1.00750.T_tclean_exe1.ms", \ |
21-May-2021 20:04:26 | "2017.1.00750.T_tclean_exe2.ms"]) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - test_dict['test_mosaic_cube_eph']['self.parallel'] = self.parallel |
21-May-2021 20:04:26 | - test_dict['test_mosaic_cube_eph']['report'] = report |
21-May-2021 20:04:26 | - test_dict['test_mosaic_cube_eph']['images'] = [] |
21-May-2021 20:04:26 | + test_dict[test_name]['self.parallel'] = self.parallel |
21-May-2021 20:04:26 | + test_dict[test_name]['report'] = report |
21-May-2021 20:04:26 | + test_dict[test_name]['images'] = [] |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | img = shutil._basename(img) |
21-May-2021 20:04:26 | self.mom8_creator(img+'.image', range_list=[-0.01, 0.1]) |
21-May-2021 20:04:26 | self.mom8_creator(img+'.residual', range_list=[-0.01, 0.1]) |
21-May-2021 20:04:26 | - test_dict['test_mosaic_cube_eph']['images'].extend( \ |
21-May-2021 20:04:26 | + test_dict[test_name]['images'].extend( \ |
21-May-2021 20:04:26 | (img+'.image.moment8.png',img+'.residual.moment8.png')) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | - test_dict['test_mosaic_cube_eph']['images'].append(img+'.image.profile.png') |
21-May-2021 20:04:26 | + test_dict[test_name]['images'].append(img+'.image.profile.png') |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + if savemetricdict: |
21-May-2021 20:04:26 | + ### serialize ndarray in mask_stats_dcit |
21-May-2021 20:04:26 | + mask_stats_mod_dict = copy.deepcopy(mask_stats_dict) |
21-May-2021 20:04:26 | + mask_stats_mod_dict['mask'] = mask_stats_dict['mask'].tolist() |
21-May-2021 20:04:26 | + pb_stats_mod_dict = copy.deepcopy(pb_stats_dict) |
21-May-2021 20:04:26 | + pb_stats_mod_dict['pb_mask_0.2'] = pb_stats_dict['pb_mask_0.2'].tolist() |
21-May-2021 20:04:26 | + pb_stats_mod_dict['pb_mask_0.5'] = pb_stats_dict['pb_mask_0.5'].tolist() |
21-May-2021 20:04:26 | + #create a nested dictionary containing exp dictionaries to save |
21-May-2021 20:04:26 | + savedict = {} |
21-May-2021 20:04:26 | + #list of stats to save |
21-May-2021 20:04:26 | + # im_stats, mask_stats, pb_stats, psf_stats,\ |
21-May-2021 20:04:26 | + # model_stats, resid_stats, sumwt_stats, + wt_stats (mosaic) |
21-May-2021 20:04:26 | + savedict['im_stats_dict']=im_stats_dict |
21-May-2021 20:04:26 | + savedict['mask_stats_dict']=mask_stats_mod_dict |
21-May-2021 20:04:26 | + savedict['pb_stats_dict']=pb_stats_mod_dict |
21-May-2021 20:04:26 | + savedict['psf_stats_dict']=psf_stats_dict |
21-May-2021 20:04:26 | + savedict['model_stats_dict']=model_stats_dict |
21-May-2021 20:04:26 | + savedict['resid_stats_dict']=resid_stats_dict |
21-May-2021 20:04:26 | + savedict['sumwt_stats_dict']=sumwt_stats_dict |
21-May-2021 20:04:26 | + savedict['wt_stats_dict']=wt_stats_dict |
21-May-2021 20:04:26 | + |
21-May-2021 20:04:26 | + self.save_dict_to_file(test_name,savedict, test_name+'_cas13317_stats') |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | self.assertTrue(th.check_final(pstr = report), \ |
21-May-2021 20:04:26 | msg = failed) |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | -# End of est_mosaic_cube_eph |
21-May-2021 20:04:26 | +# End of test_mosaic_cube_eph_briggsbwtaper |
21-May-2021 20:04:26 | #-------------------------------------------------# |
21-May-2021 20:04:26 | + # Test 13 |
21-May-2021 20:04:26 | @stats_dict(test_dict) |
21-May-2021 20:04:26 | # @unittest.skip("") |
21-May-2021 20:04:26 | def test_mosaic_mfs_eph(self): |
21-May-2021 20:04:26 | @@ -4599,6 +7319,7 @@ class Test_mosaic(test_tclean_base): |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | # End of test_mosaic_mfs_eph |
21-May-2021 20:04:26 | #-------------------------------------------------# |
21-May-2021 20:04:26 | + # Test 14 |
21-May-2021 20:04:26 | @stats_dict(test_dict) |
21-May-2021 20:04:26 | # @unittest.skip("") |
21-May-2021 20:04:26 | def test_mosaic_mtmfs_eph(self): |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | Comparison returned: 1 |
21-May-2021 20:04:26 | Checkout: git checkout release/5.8.0 |
21-May-2021 20:04:26 | Already on 'release/5.8.0' |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | [git, tag, -a, 5.8.0-rel-109, -m 'Automatic tag'] |
21-May-2021 20:04:26 | |
21-May-2021 20:04:26 | Done tagging 5.8.0-rel-109 |
21-May-2021 20:04:26 | Pushing 5.8.0-rel-109 to origin |
21-May-2021 20:04:27 | To ssh://git@open-bitbucket.nrao.edu:7999/casa/casa6.git |
21-May-2021 20:04:27 | * [new tag] 5.8.0-rel-109 -> 5.8.0-rel-109 |
21-May-2021 20:04:27 | |
21-May-2021 20:04:27 | Pushed 5.8.0-rel-109 to origin |
21-May-2021 20:04:27 | |
21-May-2021 20:04:27 | BUILD SUCCESSFUL |
21-May-2021 20:04:27 | |
21-May-2021 20:04:27 | Total time: 40.616 secs |
21-May-2021 20:04:27 | Finished task 'Script' with result: Success |
21-May-2021 20:04:27 | Running post build plugin 'Docker Container Cleanup' |
21-May-2021 20:04:27 | Running post build plugin 'NCover Results Collector' |
21-May-2021 20:04:27 | Running post build plugin 'Clover Results Collector' |
21-May-2021 20:04:27 | Running post build plugin 'npm Cache Cleanup' |
21-May-2021 20:04:27 | Running post build plugin 'Artifact Copier' |
21-May-2021 20:04:27 | Finalising the build... |
21-May-2021 20:04:27 | Stopping timer. |
21-May-2021 20:04:27 | Build CASA-R580-TBFP-3 completed. |
21-May-2021 20:04:27 | Running on server: post build plugin 'NCover Results Collector' |
21-May-2021 20:04:27 | Running on server: post build plugin 'Build Hanging Detection Configuration' |
21-May-2021 20:04:27 | Running on server: post build plugin 'Clover Delta Calculator' |
21-May-2021 20:04:27 | Running on server: post build plugin 'Maven Dependencies Postprocessor' |
21-May-2021 20:04:27 | All post build plugins have finished |
21-May-2021 20:04:27 | Generating build results summary... |
21-May-2021 20:04:27 | Saving build results to disk... |
21-May-2021 20:04:27 | Logging substituted variables... |
21-May-2021 20:04:27 | Indexing build results... |
21-May-2021 20:04:27 | Finished building CASA-R580-TBFP-3. |