You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without REPLTreeViews one-line summaries are shown for the values in dicts. with REPLTreeViews all that horizontal space is not utilized, and so one has to cursor/enter to expand a lot more. maybe show the compact representation of each entry on the same line?
julia> d
Dict{String,Any} with 38 entries:"clean_frames"=>0"fit_before_frames"=>15"response_frames"=> [102, 122]
"stim_chan"=>1"skip_last_frames"=>0"fit_after_frames"=>51"fit_after_sec"=>1.0"skip_first_frames"=>25"bleach_frames"=>13"pval_thresh"=>0.01"stim_frame_num"=>102"baseline_frames"=> [26, 101]
"onofftime_frames"=> [87, 153]
"fit_kw"=>Dict{String,Any}("g_tol"=>0.0001)
"response_length_sec"=>0.4"version"=>"2020-09-15 10:49:25 -0400 7b4983b2efa409b18fb064c242c278883e5322…"well" => "A02""file_movie" => "P25a-20190812_96Well02-A02_514dot3309_X-16795_Y-5728_Z8607.11_10…"bleach_correct"=>"singleexp""frame_rate"=>51.1238"file_green_img"=>"P25a-20190812_96Well02-A02_514dot3309_X-16795_Y-5728_Z8607.11_GF…"fit_before_sec" => 0.3"response_length_frames" => 20"trans_ref_texture" => NaN"bleach_sec" => 0.25"construct" => "514dot3309""frame_chan" => 2"naps" => "10AP""snr_filter_sec" => 0.2"file_trans_img" => """num_snr_filter_frames" => 11"spatial_filter" => "neighbor1""sweep_shift" => 0"responsive_traces" => Dict{String,Any}("pix_bleach_sigmas"=>Any[[8.99272e5, 3.47449e7, …"topath" => "/groups/genie/genie/BenArthur/GETI-screen/20190827_iGABASnFR/P25…"ttl_relative_threshold"=>0.75"frompath"=>"/groups/genie/genie/GETIScreenData/RawImageData/20190827_iGABASn…"background_method" => "mode"julia> using REPLTreeViews[ Info: Precompiling REPLTreeViews [00000000-1111-2222-3333-444444444444]┌ Warning: Package REPLTreeViews does not have REPL in its dependencies:│ - If you have REPLTreeViews checked out for development and have│ added REPL as a dependency but haven't updated your primary│ environment's manifest file, try `Pkg.resolve()`.│ - Otherwise you may need to report an issue with REPLTreeViews└ Loading REPL into REPLTreeViews from project dependency, future warnings for REPLTreeViews are suppressed.julia> dDict{String,Any} ▶ clean_frames ▶ fit_before_frames ▶ response_frames ▶ stim_chan ▶ skip_last_frames ▶ fit_after_frames ▶ fit_after_sec ▶ skip_first_frames ▶ bleach_frames ▶ pval_thresh ▶ stim_frame_num ▶ baseline_frames ▶ onofftime_frames ▶ fit_kw ▶ response_length_sec ▶ version ▶ well ▶ file_movie ▶ bleach_correct ▶ frame_rate ▶ file_green_img ▶ fit_before_sec ▶ response_length_frames ▶ trans_ref_texture ▶ bleach_sec ▶ construct ▶ frame_chan ▶ naps ▶ snr_filter_sec ▶ file_trans_img ▶ num_snr_filter_frames ▶ spatial_filter ▶ sweep_shift ▶ responsive_traces ▶ topath ▶ ttl_relative_threshold ▶ frompath ▶ background_method
The text was updated successfully, but these errors were encountered:
without REPLTreeViews one-line summaries are shown for the values in dicts. with REPLTreeViews all that horizontal space is not utilized, and so one has to cursor/enter to expand a lot more. maybe show the compact representation of each entry on the same line?
The text was updated successfully, but these errors were encountered: