Skip to content

Instantly share code, notes, and snippets.

@andreasnoack
Last active January 27, 2017 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreasnoack/45a11627c198dcb681fc1fbf4961a444 to your computer and use it in GitHub Desktop.
Save andreasnoack/45a11627c198dcb681fc1fbf4961a444 to your computer and use it in GitHub Desktop.
benchmark_one_light_source on Julia 0.5 and 0.6
➜ ~ julia .julia/v0.6/Celeste/benchmark/speed/benchmark_one_light_source.jl --profile
make: Nothing to be done for `all'.
[1]<1> INFO: reading photoobj catalogs for 1 fields
[1]<1> INFO: field Celeste.SDSSIO.RunCamcolField(7713,3,152): reading /Users/andreasnoack/.julia/v0.5/Celeste/test/data/7713/3/152/photoObj-007713-3-0152.fits
[1]<1> INFO: field Celeste.SDSSIO.RunCamcolField(7713,3,152): 797 entries
[1]<1> INFO: field Celeste.SDSSIO.RunCamcolField(7713,3,152): 732 filtered entries
[1]<1> INFO: 732 primary sources
[1]<1> INFO: Found 1 target sources in 347.7444, 347.7446, 16.6202, 16.6204
[1]<1> INFO: loading images for Celeste.SDSSIO.RunCamcolField(7713,3,152)
[1]<1> INFO: neighbors found in 0.206718689 seconds
[1]<1> INFO: loading images for Celeste.SDSSIO.RunCamcolField(7713,3,152)
[1]<1> INFO: Optimizing 1 sources
[1]<1> INFO: Starting Cyclades partitioning...
[1]<1> INFO: Cyclades - Assigned sources: 1 vs correct number of sources: 1
[1]<1> INFO: Cyclades - Number of batches: 1
[1]<1> INFO: Finished Cyclades partitioning. Elapsed time: 6.027e-5 seconds
[1]<1> INFO: Done assigning sources to threads for processing
[1]<1> INFO: Starting basic source partitioning...
[1]<1> INFO: Finished basic source partitioning. Elapsed time: 3.7412e-5 seconds
[1]<1> INFO: Done preallocating array of elboargs. Elapsed time: 2.973877762
[1]<1> INFO: Done fitting elboargs. Elapsed time: 32.048799868
[1]<1> INFO: Optimizing 1 sources
[1]<1> INFO: Starting Cyclades partitioning...
[1]<1> INFO: Cyclades - Assigned sources: 1 vs correct number of sources: 1
[1]<1> INFO: Cyclades - Number of batches: 1
[1]<1> INFO: Finished Cyclades partitioning. Elapsed time: 3.6014e-5 seconds
[1]<1> INFO: Done assigning sources to threads for processing
[1]<1> INFO: Starting basic source partitioning...
[1]<1> INFO: Finished basic source partitioning. Elapsed time: 1.424e-6 seconds
[1]<1> INFO: Done preallocating array of elboargs. Elapsed time: 1.286535855
[1]<1> INFO: Done fitting elboargs. Elapsed time: 12.527314414
Count File Line Function
1 ./abstractarray.jl 832 setindex!
1 ./abstractarray.jl 21 vect(::Int64, ::Vararg{Int64,N})
1 ./array.jl 436 setindex!(::Array{Float64,2}, ::Array{Float64,1}...
1 ./arraymath.jl 82 .*(::Array{Float64,2}, ::Float64)
1 ./broadcast.jl 127 macro expansion
1 ./dict.jl 688 getindex(::Dict{Tuple{Int64,Int64},Base.DFT.Scal...
1 ./dict.jl 543 ht_keyindex(::Dict{Tuple{Int64,Int64},Base.DFT.F...
1 ./math.jl 202 log(::Float64)
1 ./multidimensional.jl 365 _setindex!
1 ./multidimensional.jl 421 _unsafe_batchsetindex!(::Array{Float64,2}, ::Arr...
1 ./multidimensional.jl 291 _unsafe_getindex(::Base.LinearFast, ::Array{Floa...
1 ./multidimensional.jl 606 fill!(::Array{Complex{Float64},2}, ::Complex{Flo...
1 ./multidimensional.jl 296 macro expansion
1 ./operators.jl 57 !=(::Float64, ::Int64)
1 .../.julia/v0.5/Celeste/src/PSF.jl 152 (::Celeste.PSF.#get_psf_value#9)(::Celeste.Model...
1 .../Celeste/src/SensitiveFloats.jl 187 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
1 .../Celeste/src/SensitiveFloats.jl 189 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
1 .../Celeste/src/SensitiveFloats.jl 217 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
1 .../Celeste/src/SensitiveFloats.jl 230 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
1 .../Celeste/src/SensitiveFloats.jl 99 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 100 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 107 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 110 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 116 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 ...a/v0.5/Celeste/src/Transform.jl 628 transform_sensitive_float!(::Celeste.Transform.D...
1 ...eleste/src/bivariate_normals.jl 265 get_bvn_derivs!(::Celeste.Model.BivariateNormalD...
1 ...eleste/src/bivariate_normals.jl 288 get_bvn_derivs!(::Celeste.Model.BivariateNormalD...
1 ...eleste/src/bivariate_normals.jl 514 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 525 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 534 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 541 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 549 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 557 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 488 transform_bvn_ux_derivs!(::Celeste.Model.Bivaria...
1 ...c/deterministic_vi/elbo_args.jl 221 #ElboArgs#7(::Int64, ::Float64, ::Bool, ::Bool, ...
1 ...erministic_vi/elbo_objective.jl 333 add_elbo_log_term!(::Celeste.DeterministicVI.Elb...
1 ...erministic_vi/elbo_objective.jl 364 add_elbo_log_term!(::Celeste.DeterministicVI.Elb...
1 ...erministic_vi/elbo_objective.jl 367 add_elbo_log_term!(::Celeste.DeterministicVI.Elb...
1 ...erministic_vi/elbo_objective.jl 46 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 63 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 135 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 171 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 203 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 232 calculate_var_G_s!(::Celeste.DeterministicVI.Elb...
1 ...erministic_vi/elbo_objective.jl 260 calculate_var_G_s!(::Celeste.DeterministicVI.Elb...
1 ...terministic_vi/maximize_elbo.jl 47 (::Celeste.DeterministicVI.##19#24{Bool,Celeste....
1 ..._vi_image_psf/elbo_image_psf.jl 371 #initialize_fft_elbo_parameters#11(::Bool, ::Boo...
1 ..._vi_image_psf/elbo_image_psf.jl 268 accumulate_band_in_elbo!(::Celeste.Deterministic...
1 ..._vi_image_psf/elbo_image_psf.jl 215 accumulate_source_image_brightness!(::Celeste.De...
1 ..._vi_image_psf/elbo_image_psf.jl 110 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
1 ..._vi_image_psf/elbo_image_psf.jl 148 populate_gal_fsm_image!(::Celeste.DeterministicV...
1 ..._vi_image_psf/elbo_image_psf.jl 178 populate_star_fsm_image!(::Celeste.Deterministic...
1 ...ic_vi_image_psf/fsm_matrices.jl 160 initialize_fsm_sf_matrices!(::Array{Celeste.Dete...
1 ...ic_vi_image_psf/fsm_matrices.jl 142 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
1 ...ic_vi_image_psf/fsm_matrices.jl 39 safe_ifft!(::Array{Complex{Float64},2})
1 ...inistic_vi_image_psf/kernels.jl 57 cubic_kernel_with_derivatives(::Float64, ::Float64)
1 ...inistic_vi_image_psf/kernels.jl 124 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1 ...inistic_vi_image_psf/kernels.jl 125 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1 ...mage_psf/sensitive_float_fft.jl 17 convolve_sensitive_float_matrix!(::Array{Celeste...
1 ...mage_psf/sensitive_float_fft.jl 30 convolve_sensitive_float_matrix!(::Array{Celeste...
1 ...5/Celeste/src/model/fsm_util.jl 105 #populate_gal_fsm!#11(::Float64, ::Function, ::C...
1 ...5/Celeste/src/model/fsm_util.jl 238 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...5/Celeste/src/model/fsm_util.jl 268 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...v0.5/ReverseDiff/src/tracked.jl 206 increment_deriv!(::ReverseDiff.TrackedReal{Forwa...
1 ...v0.5/ReverseDiff/src/tracked.jl 207 increment_deriv!(::ReverseDiff.TrackedReal{Forwa...
1 ...v0.5/ReverseDiff/src/tracked.jl 208 increment_deriv!(::ReverseDiff.TrackedReal{Forwa...
1 ...v0.5/ReverseDiff/src/tracked.jl 175 pull_deriv!(::ReverseDiff.TrackedReal{ForwardDif...
1 ...v0.5/ReverseDiff/src/tracked.jl 183 push_deriv!(::ReverseDiff.TrackedReal{ForwardDif...
1 ...v0.5/StaticArrays/src/linalg.jl 14 -
1 ...5/StaticArrays/src/mapreduce.jl 25 macro expansion
1 ...5/StaticArrays/src/mapreduce.jl 17 map
2 ./array.jl 416 setindex!(::Array{Celeste.Model.GalaxyCacheCompo...
2 ./array.jl 455 setindex!(::Array{Float64,2}, ::Array{Float64,2}...
2 ./arraymath.jl 71 .*(::Int64, ::Array{Float64,1})
2 ./dict.jl 701 haskey(::Dict{Tuple{Int64,Int64},Base.DFT.Scaled...
2 ./operators.jl 499 to_indexes(::Int64, ::Int64, ::Vararg{Int64,N})
2 .../Celeste/src/SensitiveFloats.jl 234 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
2 .../Celeste/src/SensitiveFloats.jl 144 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
2 .../Celeste/src/SensitiveFloats.jl 245 zero_sensitive_float_array(::DataType, ::Int64, ...
2 ...eleste/src/bivariate_normals.jl 535 transform_bvn_derivs!(::Celeste.Model.BivariateN...
2 ...eleste/src/bivariate_normals.jl 566 transform_bvn_derivs!(::Celeste.Model.BivariateN...
2 ...erministic_vi/elbo_objective.jl 106 calculate_source_pixel_brightness!(::Celeste.Det...
2 ...erministic_vi/elbo_objective.jl 108 calculate_source_pixel_brightness!(::Celeste.Det...
2 ...erministic_vi/elbo_objective.jl 128 calculate_source_pixel_brightness!(::Celeste.Det...
2 ..._vi_image_psf/elbo_image_psf.jl 29 #load_gal_bvn_mixtures#7(::Bool, ::Bool, ::Funct...
2 ..._vi_image_psf/elbo_image_psf.jl 322 elbo_likelihood_with_fft!(::Celeste.Deterministi...
2 ..._vi_image_psf/elbo_image_psf.jl 176 populate_star_fsm_image!(::Celeste.Deterministic...
2 ...ic_vi_image_psf/fsm_matrices.jl 109 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
2 ...ic_vi_image_psf/fsm_matrices.jl 24 safe_fft!(::Array{Complex{Float64},2})
2 ...inistic_vi_image_psf/kernels.jl 140 interpolate!(::Celeste.DeterministicVIImagePSF.#...
2 ...mage_psf/sensitive_float_fft.jl 26 convolve_sensitive_float_matrix!(::Array{Celeste...
2 ...mage_psf/sensitive_float_fft.jl 27 convolve_sensitive_float_matrix!(::Array{Celeste...
2 ...mage_psf/sensitive_float_fft.jl 38 convolve_sensitive_float_matrix!(::Array{Celeste...
2 ...0.5/ForwardDiff/src/jacobian.jl 144 chunk_mode_jacobian!(::Array{Float64,2}, ::Celes...
2 ...Diff/src/derivatives/scalars.jl 65 scalar_reverse_exec!(::ReverseDiff.ScalarInstruc...
2 ...Diff/src/derivatives/scalars.jl 70 scalar_reverse_exec!(::ReverseDiff.ScalarInstruc...
3 ./abstractarray.jl 479 copy!(::Array{Float64,2}, ::Base.Generator{Base....
3 ./abstractarray.jl 67 indices
3 ./array.jl 161 fill!(::Array{Float64,2}, ::Float64)
3 ./arraymath.jl 81 .*(::Array{Float64,2}, ::Float64)
3 ./broadcast.jl 129 macro expansion
3 ./tuple.jl 167 ==(::Tuple{Int64,Int64}, ::Tuple{Int64,Int64})
3 .../Celeste/src/SensitiveFloats.jl 188 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
3 ...eleste/src/bivariate_normals.jl 552 transform_bvn_derivs!(::Celeste.Model.BivariateN...
3 ...erministic_vi/elbo_objective.jl 255 calculate_var_G_s!(::Celeste.DeterministicVI.Elb...
3 ..._vi_image_psf/elbo_image_psf.jl 306 accumulate_band_in_elbo!(::Celeste.Deterministic...
3 ..._vi_image_psf/elbo_image_psf.jl 108 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
3 ...ic_vi_image_psf/fsm_matrices.jl 111 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
3 ...mage_psf/sensitive_float_fft.jl 24 convolve_sensitive_float_matrix!(::Array{Celeste...
3 ...mage_psf/sensitive_float_fft.jl 28 convolve_sensitive_float_matrix!(::Array{Celeste...
3 ...mage_psf/sensitive_float_fft.jl 41 convolve_sensitive_float_matrix!(::Array{Celeste...
3 ...5/Celeste/src/model/fsm_util.jl 225 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
3 ...5/Celeste/src/model/fsm_util.jl 258 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
4 ./broadcast.jl 117 _broadcast!(::Base.#*, ::Array{Complex{Float64},...
4 ./broadcast.jl 172 broadcast!
4 ./broadcast.jl 123 macro expansion
4 ./simdloop.jl 73 macro expansion
4 .../Celeste/src/SensitiveFloats.jl 76 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
4 ...erministic_vi/elbo_objective.jl 297 accumulate_source_pixel_brightness!(::Celeste.De...
4 ...erministic_vi/elbo_objective.jl 38 calculate_source_pixel_brightness!(::Celeste.Det...
4 ...erministic_vi/elbo_objective.jl 256 calculate_var_G_s!(::Celeste.DeterministicVI.Elb...
4 ..._vi_image_psf/elbo_image_psf.jl 107 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
4 ...inistic_vi_image_psf/kernels.jl 61 cubic_kernel_with_derivatives(::Float64, ::Float64)
4 ...inistic_vi_image_psf/kernels.jl 151 interpolate!(::Celeste.DeterministicVIImagePSF.#...
4 ...5/Celeste/src/model/fsm_util.jl 276 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
4 ...0.5/ForwardDiff/src/jacobian.jl 137 chunk_mode_jacobian!(::Array{Float64,2}, ::Celes...
5 ./linalg/dense.jl 28 scale!(::Array{Complex{Float64},2}, ::Float64)
5 ...erministic_vi/elbo_objective.jl 37 calculate_source_pixel_brightness!(::Celeste.Det...
5 ...ic_vi_image_psf/fsm_matrices.jl 128 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
5 ...inistic_vi_image_psf/kernels.jl 126 interpolate!(::Celeste.DeterministicVIImagePSF.#...
5 ...k/julia/usr/lib/julia/sys.dylib -1 convert(::Type{Float64}, ::Float64)
6 ...src/deterministic_vi/elbo_kl.jl 193 subtract_kl_all_sources!(::Celeste.Deterministic...
6 ...src/deterministic_vi/elbo_kl.jl 182 subtract_kl_source!(::Celeste.SensitiveFloats.Se...
6 ..._vi_image_psf/elbo_image_psf.jl 109 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
6 ..._vi_image_psf/elbo_image_psf.jl 395 (::Celeste.DeterministicVIImagePSF.#elbo_fft_opt...
6 ...ic_vi_image_psf/fsm_matrices.jl 126 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
6 ...inistic_vi_image_psf/kernels.jl 142 interpolate!(::Celeste.DeterministicVIImagePSF.#...
6 ...inistic_vi_image_psf/kernels.jl 146 interpolate!(::Celeste.DeterministicVIImagePSF.#...
6 ...0.5/ForwardDiff/src/jacobian.jl 25 jacobian!(::Array{Float64,2}, ::Celeste.Determin...
6 ...everseDiff/src/api/gradients.jl 80 gradient!(::Array{ForwardDiff.Dual{9,Float64},1}...
6 ...0.5/ReverseDiff/src/api/tape.jl 80 (::##7#8)()
6 ...0.5/ReverseDiff/src/api/tape.jl 41 seeded_reverse_pass!
6 ....5/ReverseDiff/src/api/utils.jl 30 seeded_reverse_pass!(::Array{ForwardDiff.Dual{9,...
6 ...ia/v0.5/ReverseDiff/src/tape.jl 73 reverse_exec!(::ReverseDiff.ScalarInstruction{Ba...
7 ./abstractarray.jl 126 _length(::Array{Float64,2})
7 ./arraymath.jl 80 .*(::Array{Float64,1}, ::Float64)
7 .../Celeste/src/SensitiveFloats.jl 79 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
7 ...eleste/src/bivariate_normals.jl 200 eval_bvn_pdf!(::Celeste.Model.BivariateNormalDer...
7 ...inistic_vi_image_psf/kernels.jl 123 interpolate!(::Celeste.DeterministicVIImagePSF.#...
8 ./arraymath.jl 70 .*(::Int64, ::Array{Float64,1})
9 ./reduce.jl 62 mapfoldl(::Base.#identity, ::Function, ::Base.Ge...
9 .../Celeste/src/SensitiveFloats.jl 182 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
9 .../Celeste/src/SensitiveFloats.jl 232 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
9 .../Celeste/src/SensitiveFloats.jl 164 multiply_sfs!(::Celeste.SensitiveFloats.Sensitiv...
9 ...erministic_vi/elbo_objective.jl 296 accumulate_source_pixel_brightness!(::Celeste.De...
9 ...erministic_vi/elbo_objective.jl 209 calculate_source_pixel_brightness!(::Celeste.Det...
9 ...inistic_vi_image_psf/kernels.jl 131 interpolate!(::Celeste.DeterministicVIImagePSF.#...
9 ...inistic_vi_image_psf/kernels.jl 148 interpolate!(::Celeste.DeterministicVIImagePSF.#...
9 ...5/Celeste/src/model/fsm_util.jl 219 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
11 .../Celeste/src/SensitiveFloats.jl 146 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
11 .../Celeste/src/SensitiveFloats.jl 111 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
12 ...ic_vi_image_psf/fsm_matrices.jl 114 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
12 ...inistic_vi_image_psf/kernels.jl 133 interpolate!(::Celeste.DeterministicVIImagePSF.#...
12 ...mage_psf/sensitive_float_fft.jl 35 convolve_sensitive_float_matrix!(::Array{Celeste...
13 ./operators.jl 138 *
13 ./reduce.jl 64 mapfoldl(::Base.#identity, ::Function, ::Base.Ge...
13 ./reduce.jl 45 mapfoldl_impl(::Base.#identity, ::Base.#+, ::Flo...
13 .../Celeste/src/SensitiveFloats.jl 147 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
13 ..._vi_image_psf/elbo_image_psf.jl 299 accumulate_band_in_elbo!(::Celeste.Deterministic...
14 ./array.jl 139 getindex
14 .../Celeste/src/SensitiveFloats.jl 163 multiply_sfs!(::Celeste.SensitiveFloats.Sensitiv...
14 ..._vi_image_psf/elbo_image_psf.jl 134 populate_gal_fsm_image!(::Celeste.DeterministicV...
14 ...5/Celeste/src/model/fsm_util.jl 227 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
15 ./refpointer.jl 103 setindex!
16 ./linalg/blas.jl 204 scal!
17 ...mage_psf/sensitive_float_fft.jl 39 convolve_sensitive_float_matrix!(::Array{Celeste...
18 .../Celeste/src/SensitiveFloats.jl 140 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
18 ...mage_psf/sensitive_float_fft.jl 37 convolve_sensitive_float_matrix!(::Array{Celeste...
18 ...mage_psf/sensitive_float_fft.jl 51 convolve_sensitive_float_matrix!(::Array{Celeste...
19 ...inistic_vi_image_psf/kernels.jl 139 interpolate!(::Celeste.DeterministicVIImagePSF.#...
22 ./broadcast.jl 230 broadcast
22 ./broadcast.jl 228 broadcast_t
22 ./linalg/blas.jl 383 axpy!
22 ./linalg/blas.jl 394 axpy!(::Float32, ::Array{Float64,2}, ::Array{Flo...
22 ./sparse/sparsematrix.jl 1718 .*(::Array{Complex{Float64},2}, ::Array{Complex{...
22 ./sparse/sparsematrix.jl 1681 broadcast_zpreserving
23 ...inistic_vi_image_psf/kernels.jl 150 interpolate!(::Celeste.DeterministicVIImagePSF.#...
24 ./abstractarray.jl 477 copy!(::Array{Float64,2}, ::Base.Generator{Base....
24 ./abstractarray.jl 680 eachindex
24 ./abstractarray.jl 690 eachindex
24 ./abstractarray.jl 92 linearindices
27 .../.julia/v0.5/Celeste/src/PSF.jl 157 #get_psf_at_point#6(::UnitRange{Int64}, ::UnitRa...
27 ..._vi_image_psf/elbo_image_psf.jl 345 #load_fsm_mat#10(::Bool, ::Bool, ::Function, ::C...
30 ...erministic_vi/elbo_objective.jl 282 accumulate_source_pixel_brightness!(::Celeste.De...
36 ...erministic_vi/elbo_objective.jl 351 add_elbo_log_term!(::Celeste.DeterministicVI.Elb...
36 ...mage_psf/sensitive_float_fft.jl 48 convolve_sensitive_float_matrix!(::Array{Celeste...
37 ...5/Celeste/src/model/fsm_util.jl 110 #populate_gal_fsm!#11(::Float64, ::Function, ::C...
38 ...5/Celeste/src/model/fsm_util.jl 101 populate_gal_fsm!(::Celeste.Model.BivariateNorma...
39 ..._vi_image_psf/elbo_image_psf.jl 297 accumulate_band_in_elbo!(::Celeste.Deterministic...
39 ..._vi_image_psf/elbo_image_psf.jl 149 populate_gal_fsm_image!(::Celeste.DeterministicV...
42 ./array.jl 158 fill!(::Array{Float64,2}, ::Float64)
44 ..._vi_image_psf/elbo_image_psf.jl 218 accumulate_source_image_brightness!(::Celeste.De...
45 .../Celeste/src/SensitiveFloats.jl 45 Celeste.SensitiveFloats.SensitiveFloat{Float64}(...
45 ..._vi_image_psf/elbo_image_psf.jl 251 accumulate_band_in_elbo!(::Celeste.Deterministic...
49 ...terministic_vi/maximize_elbo.jl 75 (::Celeste.DeterministicVI.##23#28)(::Array{Floa...
49 ...mage_psf/sensitive_float_fft.jl 52 convolve_sensitive_float_matrix!(::Array{Celeste...
49 ...ulia/v0.5/Optim/src/optimize.jl 206 optimize(::Optim.TwiceDifferentiableFunction, ::...
49 ...ulia/v0.5/Optim/src/optimize.jl 162 update_h!
51 ...mage_psf/sensitive_float_fft.jl 50 convolve_sensitive_float_matrix!(::Array{Celeste...
52 ...mage_psf/sensitive_float_fft.jl 54 convolve_sensitive_float_matrix!(::Array{Celeste...
62 ./fft/FFTW.jl 624 *
67 ./dft.jl 255 *(::Base.DFT.ScaledPlan{Complex{Float64},Base.DF...
68 ...ic_vi_image_psf/fsm_matrices.jl 45 safe_ifft!(::Array{Complex{Float64},2})
70 ./fft/FFTW.jl 624 *(::Base.DFT.FFTW.cFFTWPlan{Complex{Float64},-1,...
70 ...ic_vi_image_psf/fsm_matrices.jl 30 safe_fft!(::Array{Complex{Float64},2})
74 ...ptim/src/newton_trust_region.jl 243 initial_state(::Optim.NewtonTrustRegion{Float64}...
74 ...ulia/v0.5/Optim/src/optimize.jl 176 optimize(::Optim.TwiceDifferentiableFunction, ::...
86 ..._vi_image_psf/elbo_image_psf.jl 116 clear_brightness!(::Celeste.DeterministicVIImage...
95 ..._vi_image_psf/elbo_image_psf.jl 115 clear_brightness!(::Celeste.DeterministicVIImage...
99 ..._vi_image_psf/elbo_image_psf.jl 376 #initialize_fft_elbo_parameters#11(::Bool, ::Boo...
100 ./threadingconstructs.jl 54 (::Celeste.ParallelRun.##300###_threadsfor#301#1...
100 ...v0.5/Celeste/src/joint_infer.jl 324 #one_node_joint_infer#12(::Bool, ::Bool, ::Int64...
100 ...v0.5/Celeste/src/joint_infer.jl 295 (::Celeste.ParallelRun.#initialize_elboargs_sour...
100 ...v0.5/Celeste/src/joint_infer.jl 326 macro expansion
104 ..._vi_image_psf/elbo_image_psf.jl 184 populate_star_fsm_image!(::Celeste.Deterministic...
107 ..._vi_image_psf/elbo_image_psf.jl 246 accumulate_band_in_elbo!(::Celeste.Deterministic...
136 ...ic_vi_image_psf/fsm_matrices.jl 134 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
181 ..._vi_image_psf/elbo_image_psf.jl 245 accumulate_band_in_elbo!(::Celeste.Deterministic...
185 ./array.jl 159 fill!(::Array{Float64,2}, ::Float64)
194 .../Celeste/src/SensitiveFloats.jl 83 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
207 ...ic_vi_image_psf/fsm_matrices.jl 132 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
270 ..._vi_image_psf/elbo_image_psf.jl 93 convolve_fs1m_image!(::Celeste.DeterministicVIIm...
270 ..._vi_image_psf/elbo_image_psf.jl 155 populate_gal_fsm_image!(::Celeste.DeterministicV...
301 ...v0.5/Celeste/src/joint_infer.jl 350 (::Celeste.ParallelRun.#process_sources#17{Bool,...
303 .../Celeste/src/SensitiveFloats.jl 47 Celeste.SensitiveFloats.SensitiveFloat{Float64}(...
324 ..._vi_image_psf/elbo_image_psf.jl 250 accumulate_band_in_elbo!(::Celeste.Deterministic...
369 .../Celeste/src/SensitiveFloats.jl 248 zero_sensitive_float_array(::DataType, ::Int64, ...
372 ...ic_vi_image_psf/fsm_matrices.jl 167 initialize_fsm_sf_matrices!(::Array{Celeste.Dete...
373 ..._vi_image_psf/elbo_image_psf.jl 357 #load_fsm_mat#10(::Bool, ::Bool, ::Function, ::C...
599 ...ptim/src/newton_trust_region.jl 290 update_state!(::Optim.TwiceDifferentiableFunctio...
599 ...ulia/v0.5/Optim/src/optimize.jl 200 optimize(::Optim.TwiceDifferentiableFunction, ::...
673 ...terministic_vi/maximize_elbo.jl 64 (::Celeste.DeterministicVI.##22#27)(::Array{Floa...
673 .../.julia/v0.5/Optim/src/types.jl 230 (::Optim.#fg!#8{Celeste.DeterministicVI.##21#26,...
713 ..._vi_image_psf/elbo_image_psf.jl 326 elbo_likelihood_with_fft!(::Celeste.Deterministi...
715 ..._vi_image_psf/elbo_image_psf.jl 393 (::Celeste.DeterministicVIImagePSF.#elbo_fft_opt...
721 ...terministic_vi/maximize_elbo.jl 44 (::Celeste.DeterministicVI.##19#24{Bool,Celeste....
722 ...terministic_vi/maximize_elbo.jl 53 (::Celeste.DeterministicVI.##20#25)(::Array{Floa...
722 ...terministic_vi/maximize_elbo.jl 103 #maximize_f#18(::Array{Int64,1}, ::Bool, ::Float...
722 ...v0.5/Celeste/src/joint_infer.jl 356 (::Celeste.ParallelRun.#process_sources#17{Bool,...
1023 ./threadingconstructs.jl 54 (::Celeste.ParallelRun.##309###_threadsfor#302#1...
1023 ...v0.5/Celeste/src/joint_infer.jl 382 #one_node_joint_infer#12(::Bool, ::Bool, ::Int64...
1023 ...v0.5/Celeste/src/joint_infer.jl 383 macro expansion
1123 ./client.jl 318 _start()
1123 ./client.jl 262 process_options(::Base.JLOptions)
1123 ./loading.jl 488 include_from_node1(::String)
1123 ./profile.jl 16 macro expansion
1123 ./threadingconstructs.jl 57 macro expansion
1123 ...d/benchmark_one_light_source.jl 40 benchmark_one_light_source()
1123 ...k/julia/usr/lib/julia/sys.dylib -1 _start()
1123 ...k/julia/usr/lib/julia/sys.dylib -1 include_from_node1(::String)
make: Nothing to be done for `all'.
[1]<1> INFO: reading photoobj catalogs for 1 fields
[1]<1> INFO: field Celeste.SDSSIO.RunCamcolField(7713,3,152): reading /Users/andreasnoack/.julia/v0.6/Celeste/test/data/7713/3/152/photoObj-007713-3-0152.fits
[1]<1> INFO: field Celeste.SDSSIO.RunCamcolField(7713,3,152): 797 entries
[1]<1> INFO: field Celeste.SDSSIO.RunCamcolField(7713,3,152): 732 filtered entries
[1]<1> INFO: 732 primary sources
[1]<1> INFO: Found 1 target sources in 347.7444, 347.7446, 16.6202, 16.6204
[1]<1> INFO: loading images for Celeste.SDSSIO.RunCamcolField(7713,3,152)
[1]<1> INFO: neighbors found in 0.293541086 seconds
[1]<1> INFO: loading images for Celeste.SDSSIO.RunCamcolField(7713,3,152)
[1]<1> INFO: Optimizing 1 sources
[1]<1> INFO: Starting Cyclades partitioning...
[1]<1> INFO: Cyclades - Assigned sources: 1 vs correct number of sources: 1
[1]<1> INFO: Cyclades - Number of batches: 1
[1]<1> INFO: Finished Cyclades partitioning. Elapsed time: 4.8744e-5 seconds
[1]<1> INFO: Done assigning sources to threads for processing
[1]<1> INFO: Starting basic source partitioning...
[1]<1> INFO: Finished basic source partitioning. Elapsed time: 3.8535e-5 seconds
[1]<1> INFO: Done preallocating array of elboargs. Elapsed time: 5.063914201
[1]<1> INFO: Done fitting elboargs. Elapsed time: 63.063221303
[1]<1> INFO: Optimizing 1 sources
[1]<1> INFO: Starting Cyclades partitioning...
[1]<1> INFO: Cyclades - Assigned sources: 1 vs correct number of sources: 1
[1]<1> INFO: Cyclades - Number of batches: 1
[1]<1> INFO: Finished Cyclades partitioning. Elapsed time: 3.0968e-5 seconds
[1]<1> INFO: Done assigning sources to threads for processing
[1]<1> INFO: Starting basic source partitioning...
[1]<1> INFO: Finished basic source partitioning. Elapsed time: 1.776e-6 seconds
[1]<1> INFO: Done preallocating array of elboargs. Elapsed time: 0.235141963
[1]<1> INFO: Done fitting elboargs. Elapsed time: 56.20631669
Count File Line Function
1 ./abstractarray.jl 124 _length
1 ./abstractarray.jl 793 getindex
1 ./array.jl 489 setindex!(::Array{Celeste.SensitiveFloats.Sensit...
1 ./array.jl 501 setindex!(::Array{Float64,2}, ::Array{Float64,1}...
1 ./broadcast.jl 136 _broadcast!(::Base.#*, ::Array{Float64,2}, ::Tup...
1 ./broadcast.jl 136 _broadcast!(::Base.#*, ::Array{Float64,1}, ::Tup...
1 ./broadcast.jl 263 broadcast_t(::Function, ::Type{T} where T, ::Tup...
1 ./broadcast.jl 264 broadcast_t(::Function, ::Type{T} where T, ::Tup...
1 ./broadcast.jl 146 macro expansion
1 ./broadcast.jl 150 macro expansion
1 ./broadcast.jl 123 map_newindexer
1 ./broadcast.jl 105 newindexer
1 ./broadcast.jl 109 shapeindexer
1 ./dict.jl 473 getindex(::Dict{Tuple{Int64,Int64},Base.DFT.FFTW...
1 ./dict.jl 210 hashindex
1 ./dict.jl 322 ht_keyindex(::Dict{Tuple{Int64,Int64},Base.DFT.F...
1 ./inference.jl 28 (::Core.Inference.##call#104#105)(::Bool, ::Int6...
1 ./inference.jl 4875 return_type(::ANY, ::ANY)
1 ./multidimensional.jl 387 _getindex
1 ./multidimensional.jl 402 _unsafe_getindex(::Base.LinearFast, ::Array{Floa...
1 ./multidimensional.jl 739 fill!(::Array{ForwardDiff.Dual{9,Float64},1}, ::...
1 ./multidimensional.jl 391 macro expansion
1 ./multidimensional.jl 407 macro expansion
1 ./multidimensional.jl 450 macro expansion
1 ./operators.jl 862 setindex_shape_check(::Array{Float64,1}, ::Int64)
1 ./reduce.jl 73 mapfoldl(::Base.#identity, ::Function, ::Base.Ge...
1 ./special/exp.jl 111 exp(::Float64)
1 ./special/exp.jl 112 exp(::Float64)
1 .../Celeste/src/SensitiveFloats.jl 175 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
1 .../Celeste/src/SensitiveFloats.jl 217 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
1 .../Celeste/src/SensitiveFloats.jl 78 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
1 .../Celeste/src/SensitiveFloats.jl 99 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 100 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 107 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 116 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
1 .../Celeste/src/SensitiveFloats.jl 245 zero_sensitive_float_array(::DataType, ::Int64, ...
1 ...a/v0.6/Celeste/src/Transform.jl 428 perform_transform!(::Array{Float64,1}, ::Array{F...
1 ...a/v0.6/Celeste/src/Transform.jl 562 to_vp!(::Celeste.Transform.DataTransform, ::Arra...
1 ...a/v0.6/Celeste/src/Transform.jl 627 transform_sensitive_float!(::Celeste.Transform.D...
1 ...eleste/src/bivariate_normals.jl 265 get_bvn_derivs!(::Celeste.Model.BivariateNormalD...
1 ...eleste/src/bivariate_normals.jl 521 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 551 transform_bvn_derivs!(::Celeste.Model.BivariateN...
1 ...eleste/src/bivariate_normals.jl 471 transform_bvn_ux_derivs!(::Celeste.Model.Bivaria...
1 ...eleste/src/bivariate_normals.jl 488 transform_bvn_ux_derivs!(::Celeste.Model.Bivaria...
1 ...c/deterministic_vi/elbo_args.jl 221 #ElboArgs#7(::Int64, ::Float64, ::Bool, ::Bool, ...
1 ...src/deterministic_vi/elbo_kl.jl 175 subtract_kl_source!(::Celeste.SensitiveFloats.Se...
1 ...erministic_vi/elbo_objective.jl 367 add_elbo_log_term!(::Celeste.DeterministicVI.Elb...
1 ...erministic_vi/elbo_objective.jl 42 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 47 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 104 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 113 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...erministic_vi/elbo_objective.jl 203 calculate_source_pixel_brightness!(::Celeste.Det...
1 ...terministic_vi/maximize_elbo.jl 43 (::Celeste.DeterministicVI.##19#24{Bool,Celeste....
1 ...inistic_vi/source_brightness.jl 48 #SourceBrightness#10(::Bool, ::Bool, ::Type{T} w...
1 ...inistic_vi/source_brightness.jl 249 #load_source_brightnesses#17(::Bool, ::Bool, ::F...
1 ..._vi_image_psf/elbo_image_psf.jl 371 #initialize_fft_elbo_parameters#11(::Bool, ::Boo...
1 ..._vi_image_psf/elbo_image_psf.jl 97 convolve_fs1m_image!(::Celeste.DeterministicVIIm...
1 ..._vi_image_psf/elbo_image_psf.jl 316 elbo_likelihood_with_fft!(::Celeste.Deterministi...
1 ..._vi_image_psf/elbo_image_psf.jl 320 elbo_likelihood_with_fft!(::Celeste.Deterministi...
1 ..._vi_image_psf/elbo_image_psf.jl 148 populate_gal_fsm_image!(::Celeste.DeterministicV...
1 ..._vi_image_psf/elbo_image_psf.jl 178 populate_star_fsm_image!(::Celeste.Deterministic...
1 ...ic_vi_image_psf/fsm_matrices.jl 160 initialize_fsm_sf_matrices!(::Array{Celeste.Dete...
1 ...ic_vi_image_psf/fsm_matrices.jl 111 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
1 ...ic_vi_image_psf/fsm_matrices.jl 142 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
1 ...inistic_vi_image_psf/kernels.jl 115 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1 ...inistic_vi_image_psf/kernels.jl 138 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1 ...inistic_vi_image_psf/kernels.jl 141 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1 ...6/Celeste/src/model/fsm_util.jl 223 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...6/Celeste/src/model/fsm_util.jl 225 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...6/Celeste/src/model/fsm_util.jl 242 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...6/Celeste/src/model/fsm_util.jl 258 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...6/Celeste/src/model/fsm_util.jl 266 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
1 ...0.6/ForwardDiff/src/partials.jl 78 *
1 ...0.6/ForwardDiff/src/partials.jl 105 *
1 ...0.6/ForwardDiff/src/partials.jl 143 macro expansion
1 ...0.6/ForwardDiff/src/partials.jl 187 scale_tuple
1 ...0.6/ReverseDiff/src/api/tape.jl 84 (::##1#2)()
1 ...0.6/ReverseDiff/src/api/tape.jl 85 (::##7#8)()
1 ....6/ReverseDiff/src/api/utils.jl 29 seeded_reverse_pass!(::Array{ForwardDiff.Dual{9,...
1 ....6/ReverseDiff/src/api/utils.jl 30 seeded_reverse_pass!(::Array{ForwardDiff.Dual{9,...
1 ...Diff/src/derivatives/scalars.jl 91 scalar_forward_exec!(::ReverseDiff.ScalarInstruc...
1 ...Diff/src/derivatives/scalars.jl 96 scalar_forward_exec!(::ReverseDiff.ScalarInstruc...
1 ...Diff/src/derivatives/scalars.jl 102 scalar_forward_exec!(::ReverseDiff.ScalarInstruc...
1 ...Diff/src/derivatives/scalars.jl 61 scalar_reverse_exec!(::ReverseDiff.ScalarInstruc...
1 ...ia/v0.6/ReverseDiff/src/tape.jl 73 reverse_exec!(::ReverseDiff.ScalarInstruction{Ba...
1 ...v0.6/ReverseDiff/src/tracked.jl 170 pull_value!(::ReverseDiff.TrackedReal{Float64,Fl...
1 ...v0.6/ReverseDiff/src/tracked.jl 199 unseed!(::ReverseDiff.TrackedArray{ForwardDiff.D...
1 ...lia-dev/usr/lib/julia/sys.dylib -1 Array{Float64,N} where N(::Tuple{Int64})
1 ...lia-dev/usr/lib/julia/sys.dylib -1 _methods_by_ftype(::Any, ::Int64, ::UInt64)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 done(::Array{Any,1}, ::Int64)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 >=(::Int64, ::Int64)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 Array{Union{Expr,String},N} where N(::Tuple{Int64})
1 ...lia-dev/usr/lib/julia/sys.dylib -1 convert(::Type{Any}, ::Any)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 done(::Array{Any,1}, ::Int64)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 float(::Int64)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 strftime(::String, ::Base.Libc.TmStruct)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 write(::Core.CoreSTDOUT, ::UInt8)
1 ...lia-dev/usr/lib/julia/sys.dylib -1 jlplt_jl_get_tls_world_age_18648
1 ...lia-dev/usr/lib/julia/sys.dylib -1 jlplt_openblas_get_config64__22925
1 ...lia-dev/usr/lib/julia/sys.dylib -1 tmerge(::Any, ::Any)
2 ./array.jl 191 fill!(::Array{Float64,2}, ::Float64)
2 ./array.jl 169 getindex
2 ./array.jl 530 setindex!(::Array{Float64,2}, ::Array{Float64,2}...
2 ./broadcast.jl 136 _broadcast!
2 ./broadcast.jl 136 _broadcast!(::Base.#*, ::Array{Float64,2}, ::Tup...
2 ./broadcast.jl 136 _broadcast!
2 ./broadcast.jl 290 broadcast_c
2 ./cartesian.jl 62 macro expansion
2 ./essentials.jl 216 getindex(::SimpleVector, ::Int64)
2 ./essentials.jl 73 unwrap_unionall(::Any)
2 ./inference.jl 1835 tmerge(::Any, ::Any)
2 ./multidimensional.jl 451 macro expansion
2 ./reflection.jl 233 isleaftype
2 ./special/exp.jl 132 exp(::Float64)
2 .../Celeste/src/SensitiveFloats.jl 188 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
2 .../Celeste/src/SensitiveFloats.jl 189 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
2 .../Celeste/src/SensitiveFloats.jl 230 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
2 .../Celeste/src/SensitiveFloats.jl 144 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
2 .../Celeste/src/SensitiveFloats.jl 162 multiply_sfs!(::Celeste.SensitiveFloats.Sensitiv...
2 .../Celeste/src/SensitiveFloats.jl 163 multiply_sfs!(::Celeste.SensitiveFloats.Sensitiv...
2 ...a/v0.6/Celeste/src/Transform.jl 628 transform_sensitive_float!(::Celeste.Transform.D...
2 ...eleste/src/bivariate_normals.jl 514 transform_bvn_derivs!(::Celeste.Model.BivariateN...
2 ...eleste/src/bivariate_normals.jl 541 transform_bvn_derivs!(::Celeste.Model.BivariateN...
2 ...eleste/src/bivariate_normals.jl 566 transform_bvn_derivs!(::Celeste.Model.BivariateN...
2 ...erministic_vi/elbo_objective.jl 37 calculate_source_pixel_brightness!(::Celeste.Det...
2 ...erministic_vi/elbo_objective.jl 106 calculate_source_pixel_brightness!(::Celeste.Det...
2 ...erministic_vi/elbo_objective.jl 108 calculate_source_pixel_brightness!(::Celeste.Det...
2 ...erministic_vi/elbo_objective.jl 173 calculate_source_pixel_brightness!(::Celeste.Det...
2 ...erministic_vi/elbo_objective.jl 256 calculate_var_G_s!(::Celeste.DeterministicVI.Elb...
2 ...ic_vi_image_psf/fsm_matrices.jl 109 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
2 ...ic_vi_image_psf/fsm_matrices.jl 24 safe_fft!(::Array{Complex{Float64},2})
2 ...inistic_vi_image_psf/kernels.jl 61 cubic_kernel_with_derivatives(::Float64, ::Float64)
2 ...inistic_vi_image_psf/kernels.jl 65 cubic_kernel_with_derivatives(::Float64, ::Float64)
2 ...mage_psf/sensitive_float_fft.jl 24 convolve_sensitive_float_matrix!(::Array{Celeste...
2 ...mage_psf/sensitive_float_fft.jl 28 convolve_sensitive_float_matrix!(::Array{Celeste...
2 ...6/Celeste/src/model/fsm_util.jl 276 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
2 ...ia/v0.6/ForwardDiff/src/dual.jl 316 log
2 ...0.6/ForwardDiff/src/jacobian.jl 127 chunk_mode_jacobian!(::Array{Float64,2}, ::Celes...
2 ...0.6/ReverseDiff/src/api/tape.jl 41 seeded_reverse_pass!
2 ...lia-dev/usr/lib/julia/sys.dylib -1 convert(::Type{Float64}, ::Float64)
2 ...lia-dev/usr/lib/julia/sys.dylib -1 !(::Bool)
3 ./abstractarray.jl 124 _length(::Array{Float64,2})
3 ./broadcast.jl 148 macro expansion
3 ./inference.jl 1812 ⊑(::Any, ::Any)
3 ./multidimensional.jl 445 _unsafe_setindex!(::Base.LinearFast, ::Array{Flo...
3 ./multidimensional.jl 437 macro expansion
3 ./simdloop.jl 66 macro expansion
3 ...erministic_vi/elbo_objective.jl 38 calculate_source_pixel_brightness!(::Celeste.Det...
3 ..._vi_image_psf/elbo_image_psf.jl 107 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
3 ..._vi_image_psf/elbo_image_psf.jl 176 populate_star_fsm_image!(::Celeste.Deterministic...
3 ...inistic_vi_image_psf/kernels.jl 56 cubic_kernel_with_derivatives(::Float64, ::Float64)
3 ...inistic_vi_image_psf/kernels.jl 125 interpolate!(::Celeste.DeterministicVIImagePSF.#...
3 ...mage_psf/sensitive_float_fft.jl 26 convolve_sensitive_float_matrix!(::Array{Celeste...
3 ...0.6/ForwardDiff/src/jacobian.jl 137 chunk_mode_jacobian!(::Array{Float64,2}, ::Celes...
3 ...0.6/ReverseDiff/src/api/tape.jl 84 (::##5#6)()
4 ./abstractarray.jl 124 _length(::Array{Float64,2})
4 ./abstractarray.jl 56 indices
4 ./broadcast.jl 201 broadcast!
4 ./broadcast.jl 207 broadcast_c!
4 ./broadcast.jl 291 broadcast_c(::Function, ::Type{Array}, ::Array{F...
4 ./inference.jl 2242 typeinf_type(::Method, ::ANY, ::SimpleVector, ::...
4 ./multidimensional.jl 436 macro expansion
4 ./reflection.jl 387 _methods_by_ftype(::Any, ::Int64, ::UInt64, ::Ar...
4 .../Celeste/src/SensitiveFloats.jl 246 zero_sensitive_float_array(::DataType, ::Int64, ...
4 ...a/v0.6/Celeste/src/Transform.jl 249 box_simplex_derivatives(::Array{Float64,1}, ::Ce...
4 ...a/v0.6/Celeste/src/Transform.jl 366 get_transform_derivatives!(::Array{Array{Float64...
4 ...a/v0.6/Celeste/src/Transform.jl 386 get_transform_derivatives
4 ...a/v0.6/Celeste/src/Transform.jl 612 transform_sensitive_float!(::Celeste.Transform.D...
4 ...eleste/src/bivariate_normals.jl 525 transform_bvn_derivs!(::Celeste.Model.BivariateN...
4 ...ic_vi_image_psf/fsm_matrices.jl 114 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
4 ...inistic_vi_image_psf/kernels.jl 124 interpolate!(::Celeste.DeterministicVIImagePSF.#...
4 ...mage_psf/sensitive_float_fft.jl 46 convolve_sensitive_float_matrix!(::Array{Celeste...
4 ...0.6/ReverseDiff/src/api/tape.jl 36 seeded_forward_pass!
4 ...ia/v0.6/ReverseDiff/src/tape.jl 63 forward_exec!(::ReverseDiff.ScalarInstruction{Ba...
4 ...lia-dev/usr/lib/julia/sys.dylib -1 ⊑(::Any, ::Any)
5 ./broadcast.jl 404 broadcast
5 ./broadcast.jl 263 broadcast_t
5 ./simdloop.jl 72 macro expansion
5 .../Celeste/src/SensitiveFloats.jl 44 Celeste.SensitiveFloats.SensitiveFloat{Float64}(...
5 .../Celeste/src/SensitiveFloats.jl 179 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
5 ...eleste/src/bivariate_normals.jl 200 eval_bvn_pdf!(::Celeste.Model.BivariateNormalDer...
5 ...src/deterministic_vi/elbo_kl.jl 164 (::Celeste.DeterministicVI.KLDivergence.##3#5{Ar...
5 ...src/deterministic_vi/elbo_kl.jl 182 subtract_kl_source!(::Celeste.SensitiveFloats.Se...
5 ..._vi_image_psf/elbo_image_psf.jl 109 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
5 ...0.6/ForwardDiff/src/jacobian.jl 25 jacobian!(::Array{Float64,2}, ::Celeste.Determin...
5 ...lia-dev/usr/lib/julia/sys.dylib -1 unwrap_unionall(::Any)
6 ./arraymath.jl 31 *(::Int64, ::Array{Float64,1})
6 .../Celeste/src/SensitiveFloats.jl 182 add_scaled_sfs!(::Celeste.SensitiveFloats.Sensit...
6 ...eleste/src/bivariate_normals.jl 549 transform_bvn_derivs!(::Celeste.Model.BivariateN...
6 ...src/deterministic_vi/elbo_kl.jl 193 subtract_kl_all_sources!(::Celeste.Deterministic...
6 ...erministic_vi/elbo_objective.jl 297 accumulate_source_pixel_brightness!(::Celeste.De...
6 ...erministic_vi/elbo_objective.jl 232 calculate_var_G_s!(::Celeste.DeterministicVI.Elb...
6 ..._vi_image_psf/elbo_image_psf.jl 108 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
6 ..._vi_image_psf/elbo_image_psf.jl 110 clear_fs1m!(::Celeste.DeterministicVIImagePSF.FS...
6 ..._vi_image_psf/elbo_image_psf.jl 395 (::Celeste.DeterministicVIImagePSF.#elbo_fft_opt...
6 ...mage_psf/sensitive_float_fft.jl 35 convolve_sensitive_float_matrix!(::Array{Celeste...
6 ...everseDiff/src/api/gradients.jl 79 gradient!
6 ...0.6/ReverseDiff/src/api/tape.jl 105 #301
6 ...lia-dev/usr/lib/julia/sys.dylib -1 convert(::Type{Float64}, ::Float64)
7 ./multidimensional.jl 433 _setindex!(::Base.LinearFast, ::Array{Float64,2}...
7 .../Celeste/src/SensitiveFloats.jl 76 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
7 ...terministic_vi/maximize_elbo.jl 47 (::Celeste.DeterministicVI.##19#24{Bool,Celeste....
7 ..._vi_image_psf/elbo_image_psf.jl 306 accumulate_band_in_elbo!(::Celeste.Deterministic...
7 ...6/Celeste/src/model/fsm_util.jl 219 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
8 ./broadcast.jl 143 macro expansion
8 ./linalg/dense.jl 28 scale!(::Array{Complex{Float64},2}, ::Float64)
8 .../Celeste/src/SensitiveFloats.jl 146 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
8 ...erministic_vi/elbo_objective.jl 296 accumulate_source_pixel_brightness!(::Celeste.De...
8 ...erministic_vi/elbo_objective.jl 209 calculate_source_pixel_brightness!(::Celeste.Det...
8 ..._vi_image_psf/elbo_image_psf.jl 299 accumulate_band_in_elbo!(::Celeste.Deterministic...
8 ...inistic_vi_image_psf/kernels.jl 140 interpolate!(::Celeste.DeterministicVIImagePSF.#...
9 .../Celeste/src/SensitiveFloats.jl 164 multiply_sfs!(::Celeste.SensitiveFloats.Sensitiv...
9 ...lia-dev/usr/lib/julia/sys.dylib -1 getindex(::SimpleVector, ::Int64)
11 .../Celeste/src/SensitiveFloats.jl 232 add_sources_sf!(::Celeste.SensitiveFloats.Sensit...
12 ./reflection.jl 386 _methods_by_ftype(::Any, ::Int64, ::UInt64, ::Ar...
12 .../Celeste/src/SensitiveFloats.jl 147 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
12 ...inistic_vi_image_psf/kernels.jl 123 interpolate!(::Celeste.DeterministicVIImagePSF.#...
14 ./inference.jl 2099 code_for_method(::Method, ::Any, ::SimpleVector,...
14 .../Celeste/src/SensitiveFloats.jl 79 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
14 ...inistic_vi_image_psf/kernels.jl 150 interpolate!(::Celeste.DeterministicVIImagePSF.#...
15 ./reflection.jl 375 _methods(::ANY, ::ANY, ::Int64, ::UInt64)
15 .../Celeste/src/SensitiveFloats.jl 111 combine_sfs_hessian!(::Celeste.SensitiveFloats.S...
15 ..._vi_image_psf/elbo_image_psf.jl 376 #initialize_fft_elbo_parameters#11(::Bool, ::Boo...
15 ...inistic_vi_image_psf/kernels.jl 151 interpolate!(::Celeste.DeterministicVIImagePSF.#...
15 ...mage_psf/sensitive_float_fft.jl 37 convolve_sensitive_float_matrix!(::Array{Celeste...
15 ...mage_psf/sensitive_float_fft.jl 41 convolve_sensitive_float_matrix!(::Array{Celeste...
15 ...lia-dev/usr/lib/julia/sys.dylib -1 Array{Float64,N} where N(::Tuple{Int64})
16 ./essentials.jl 214 getindex(::SimpleVector, ::Int64)
16 ./linalg/blas.jl 204 scal!
16 ./threadingconstructs.jl 54 (::Celeste.ParallelRun.##238###_threadsfor#313#1...
16 ...v0.6/Celeste/src/joint_infer.jl 322 #one_node_joint_infer#12(::Bool, ::Bool, ::Int64...
16 ...v0.6/Celeste/src/joint_infer.jl 295 (::Celeste.ParallelRun.#initialize_elboargs_sour...
16 ...v0.6/Celeste/src/joint_infer.jl 326 macro expansion
16 ...lia-dev/usr/lib/julia/sys.dylib -1 code_for_method(::Method, ::Any, ::SimpleVector,...
17 ./linalg/blas.jl 435 axpy!
17 ...lia-dev/usr/lib/julia/sys.dylib -1 (::Core.Inference.##call#104#105)(::Bool, ::Int6...
18 ./linalg/blas.jl 446 axpy!(::Float32, ::Array{Float64,2}, ::Array{Flo...
18 ./reduce.jl 71 mapfoldl(::Base.#identity, ::Function, ::Base.Ge...
18 ...inistic_vi_image_psf/kernels.jl 139 interpolate!(::Celeste.DeterministicVIImagePSF.#...
19 ...6/Celeste/src/model/fsm_util.jl 227 accum_galaxy_pos!(::Celeste.Model.BivariateNorma...
20 ./abstractarray.jl 497 copy!(::Array{Float64,2}, ::Base.Generator{Base....
20 ./boot.jl 319 Array{Float64,N} where N(::Tuple{Int64})
20 .../.julia/v0.6/Celeste/src/PSF.jl 157 #get_psf_at_point#6(::UnitRange{Int64}, ::UnitRa...
20 .../Celeste/src/SensitiveFloats.jl 140 combine_sfs!(::Celeste.SensitiveFloats.Sensitive...
20 ..._vi_image_psf/elbo_image_psf.jl 345 #load_fsm_mat#10(::Bool, ::Bool, ::Function, ::C...
20 ..._vi_image_psf/elbo_image_psf.jl 134 populate_gal_fsm_image!(::Celeste.DeterministicV...
22 ...ic_vi_image_psf/fsm_matrices.jl 126 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
22 ...ic_vi_image_psf/fsm_matrices.jl 128 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
22 ...mage_psf/sensitive_float_fft.jl 39 convolve_sensitive_float_matrix!(::Array{Celeste...
24 ./inference.jl 1834 tmerge(::Any, ::Any)
24 ...erministic_vi/elbo_objective.jl 282 accumulate_source_pixel_brightness!(::Celeste.De...
27 ./abstractarray.jl 721 eachindex
27 ./abstractarray.jl 731 eachindex
27 ./abstractarray.jl 90 linearindices
27 ...mage_psf/sensitive_float_fft.jl 48 convolve_sensitive_float_matrix!(::Array{Celeste...
30 ...lia-dev/usr/lib/julia/sys.dylib -1 tmerge(::Any, ::Any)
33 ...erministic_vi/elbo_objective.jl 351 add_elbo_log_term!(::Celeste.DeterministicVI.Elb...
34 ./reflection.jl 384 _methods_by_ftype(::Any, ::Int64, ::UInt64, ::Ar...
34 ..._vi_image_psf/elbo_image_psf.jl 297 accumulate_band_in_elbo!(::Celeste.Deterministic...
34 ...inistic_vi_image_psf/kernels.jl 142 interpolate!(::Celeste.DeterministicVIImagePSF.#...
34 ...6/Celeste/src/model/fsm_util.jl 110 #populate_gal_fsm!#11(::Float64, ::Function, ::C...
34 ...6/Celeste/src/model/fsm_util.jl 101 populate_gal_fsm!(::Celeste.Model.BivariateNorma...
35 ..._vi_image_psf/elbo_image_psf.jl 149 populate_gal_fsm_image!(::Celeste.DeterministicV...
37 ...inistic_vi_image_psf/kernels.jl 126 interpolate!(::Celeste.DeterministicVIImagePSF.#...
37 ...mage_psf/sensitive_float_fft.jl 50 convolve_sensitive_float_matrix!(::Array{Celeste...
38 ./inference.jl 2251 typeinf_type(::Method, ::ANY, ::SimpleVector, ::...
38 ..._vi_image_psf/elbo_image_psf.jl 251 accumulate_band_in_elbo!(::Celeste.Deterministic...
38 ..._vi_image_psf/elbo_image_psf.jl 218 accumulate_source_image_brightness!(::Celeste.De...
40 ...mage_psf/sensitive_float_fft.jl 52 convolve_sensitive_float_matrix!(::Array{Celeste...
44 ...ic_vi_image_psf/fsm_matrices.jl 134 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
47 ./fft/FFTW.jl 626 *(::Base.DFT.FFTW.cFFTWPlan{Complex{Float64},-1,...
48 ./inference.jl 4879 return_type(::ANY, ::ANY)
49 ...ic_vi_image_psf/fsm_matrices.jl 30 safe_fft!(::Array{Complex{Float64},2})
50 ...mage_psf/sensitive_float_fft.jl 54 convolve_sensitive_float_matrix!(::Array{Celeste...
54 ./fft/FFTW.jl 626 *
55 ./inference.jl 28 Core.Inference.InferenceParams(::UInt64)
55 ...lia-dev/usr/lib/julia/sys.dylib -1 Core.Inference.InferenceParams(::UInt64)
62 ./dft.jl 255 *(::Base.DFT.ScaledPlan{Complex{Float64},Base.DF...
63 ...ic_vi_image_psf/fsm_matrices.jl 45 safe_ifft!(::Array{Complex{Float64},2})
64 ./array.jl 188 fill!(::Array{Float64,2}, ::Float64)
67 ./broadcast.jl 265 broadcast_t(::Function, ::Type{T} where T, ::Tup...
73 ./array.jl 168 getindex
76 .../Celeste/src/SensitiveFloats.jl 47 Celeste.SensitiveFloats.SensitiveFloat{Float64}(...
77 .../Celeste/src/SensitiveFloats.jl 45 Celeste.SensitiveFloats.SensitiveFloat{Float64}(...
79 ..._vi_image_psf/elbo_image_psf.jl 115 clear_brightness!(::Celeste.DeterministicVIImage...
80 ..._vi_image_psf/elbo_image_psf.jl 116 clear_brightness!(::Celeste.DeterministicVIImage...
81 ./refpointer.jl 118 setindex!
81 ...ic_vi_image_psf/fsm_matrices.jl 132 initialize_fsm_sf_matrices_band!(::Celeste.Deter...
98 ./inference.jl 4877 return_type(::ANY, ::ANY)
101 ./reflection.jl 395 _methods_by_ftype(::Any, ::Int64, ::UInt64, ::Ar...
102 ./array.jl 454 next(::Array{Any,1}, ::Int64)
103 ...lia-dev/usr/lib/julia/sys.dylib -1 next(::Array{Any,1}, ::Int64)
115 ./inference.jl 4874 return_type(::ANY, ::ANY)
154 ./array.jl 189 fill!(::Array{Float64,2}, ::Float64)
154 ...lia-dev/usr/lib/julia/sys.dylib -1 _methods_by_ftype(::Any, ::Int64, ::UInt64, ::Ar...
159 ..._vi_image_psf/elbo_image_psf.jl 245 accumulate_band_in_elbo!(::Celeste.Deterministic...
170 .../Celeste/src/SensitiveFloats.jl 83 clear!(::Celeste.SensitiveFloats.SensitiveFloat{...
171 .../Celeste/src/SensitiveFloats.jl 248 zero_sensitive_float_array(::DataType, ::Int64, ...
177 ...ic_vi_image_psf/fsm_matrices.jl 167 initialize_fsm_sf_matrices!(::Array{Celeste.Dete...
178 ..._vi_image_psf/elbo_image_psf.jl 357 #load_fsm_mat#10(::Bool, ::Bool, ::Function, ::C...
183 ...v0.6/Celeste/src/joint_infer.jl 350 (::Celeste.ParallelRun.#process_sources#17{Bool,...
223 ..._vi_image_psf/elbo_image_psf.jl 93 convolve_fs1m_image!(::Celeste.DeterministicVIIm...
224 ..._vi_image_psf/elbo_image_psf.jl 155 populate_gal_fsm_image!(::Celeste.DeterministicV...
247 ./reflection.jl 381 _methods_by_ftype(::Any, ::Int64, ::UInt64)
253 ...lia-dev/usr/lib/julia/sys.dylib -1 _methods_by_ftype(::Any, ::Int64, ::UInt64)
280 ..._vi_image_psf/elbo_image_psf.jl 250 accumulate_band_in_elbo!(::Celeste.Deterministic...
282 ./reflection.jl 377 _methods(::ANY, ::ANY, ::Int64, ::UInt64)
325 ...terministic_vi/maximize_elbo.jl 75 (::Celeste.DeterministicVI.##23#28)(::Array{Floa...
325 ...ulia/v0.6/Optim/src/optimize.jl 206 optimize(::Optim.TwiceDifferentiableFunction, ::...
325 ...ulia/v0.6/Optim/src/optimize.jl 162 update_h!
343 ./reflection.jl 376 _methods(::ANY, ::ANY, ::Int64, ::UInt64)
449 ...ptim/src/newton_trust_region.jl 242 initial_state(::Optim.NewtonTrustRegion{Float64}...
449 ...ulia/v0.6/Optim/src/optimize.jl 176 optimize(::Optim.TwiceDifferentiableFunction, ::...
766 ...inistic_vi_image_psf/kernels.jl 146 interpolate!(::Celeste.DeterministicVIImagePSF.#...
846 ...inistic_vi_image_psf/kernels.jl 131 interpolate!(::Celeste.DeterministicVIImagePSF.#...
857 ./inference.jl 4876 return_type(::ANY, ::ANY)
889 ./broadcast.jl 291 broadcast_c
1049 ...inistic_vi_image_psf/kernels.jl 148 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1085 ...inistic_vi_image_psf/kernels.jl 133 interpolate!(::Celeste.DeterministicVIImagePSF.#...
1205 ./broadcast.jl 287 broadcast_c
1443 ./broadcast.jl 404 broadcast(::Function, ::Array{Float64,1}, ::Float64)
1513 ./broadcast.jl 291 broadcast_c
1600 ./operators.jl 281 *
2012 ./broadcast.jl 263 broadcast_t(::Function, ::Type{T} where T, ::Tup...
2162 ./broadcast.jl 404 broadcast(::Function, ::Array{Float64,1}, ::Float64)
3669 ...ptim/src/newton_trust_region.jl 289 update_state!(::Optim.TwiceDifferentiableFunctio...
3669 ...ulia/v0.6/Optim/src/optimize.jl 200 optimize(::Optim.TwiceDifferentiableFunction, ::...
3896 ..._vi_image_psf/elbo_image_psf.jl 184 populate_star_fsm_image!(::Celeste.Deterministic...
3901 ..._vi_image_psf/elbo_image_psf.jl 246 accumulate_band_in_elbo!(::Celeste.Deterministic...
4118 ...terministic_vi/maximize_elbo.jl 64 (::Celeste.DeterministicVI.##22#27)(::Array{Floa...
4118 .../.julia/v0.6/Optim/src/types.jl 230 (::Optim.#fg!#8{Celeste.DeterministicVI.##21#26,...
4427 ..._vi_image_psf/elbo_image_psf.jl 326 elbo_likelihood_with_fft!(::Celeste.Deterministi...
4429 ..._vi_image_psf/elbo_image_psf.jl 393 (::Celeste.DeterministicVIImagePSF.#elbo_fft_opt...
4435 ...terministic_vi/maximize_elbo.jl 44 (::Celeste.DeterministicVI.##19#24{Bool,Celeste....
4443 ...terministic_vi/maximize_elbo.jl 53 (::Celeste.DeterministicVI.##20#25)(::Array{Floa...
4443 ...terministic_vi/maximize_elbo.jl 103 #maximize_f#18(::Array{Int64,1}, ::Bool, ::Float...
4443 ...v0.6/Celeste/src/joint_infer.jl 356 (::Celeste.ParallelRun.#process_sources#17{Bool,...
4443 ...ulia/v0.6/Optim/src/optimize.jl 81 optimize(::Celeste.DeterministicVI.##21#26, ::Ce...
4626 ./threadingconstructs.jl 54 (::Celeste.ParallelRun.##247###_threadsfor#314#1...
4626 ...v0.6/Celeste/src/joint_infer.jl 382 #one_node_joint_infer#12(::Bool, ::Bool, ::Int64...
4626 ...v0.6/Celeste/src/joint_infer.jl 383 macro expansion
4642 ./client.jl 368 _start()
4642 ./client.jl 302 process_options(::Base.JLOptions)
4642 ./loading.jl 539 include_from_node1(::String)
4642 ./profile.jl 23 macro expansion
4642 ./sysimg.jl 14 include(::String)
4642 ./threadingconstructs.jl 57 macro expansion
4642 ...d/benchmark_one_light_source.jl 39 benchmark_one_light_source()
4642 ...lia-dev/usr/lib/julia/sys.dylib -1 _start()
4642 ...lia-dev/usr/lib/julia/sys.dylib -1 include(::String)
4642 ...lia-dev/usr/lib/julia/sys.dylib -1 include_from_node1(::String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment