SGWB data analysis for Radler R. Buscicchio, G. Nardini, A. Petiteau - - PowerPoint PPT Presentation

sgwb data analysis for radler
SMART_READER_LITE
LIVE PREVIEW

SGWB data analysis for Radler R. Buscicchio, G. Nardini, A. Petiteau - - PowerPoint PPT Presentation

SGWB data analysis for Radler R. Buscicchio, G. Nardini, A. Petiteau 5 th Cosmology Working Group Workshop Helsinki - June 12, 2018 1 Access Radler data Understand the LDC pipeline Build your own data Perform some preliminary


slide-1
SLIDE 1

SGWB data analysis for Radler

  • R. Buscicchio, G. Nardini, A. Petiteau

5th Cosmology Working Group Workshop Helsinki - June 12, 2018

1

slide-2
SLIDE 2

A brief introduction to...

  • Resources available
  • Access Radler data
  • Understand the LDC pipeline
  • Build your own data
  • Perform some preliminary estimates

2

slide-3
SLIDE 3

A brief introduction to...

  • Resources available
  • Access Radler data
  • Understand the LDC pipeline
  • Build your own data
  • Perform some preliminary estimates

2

slide-4
SLIDE 4

A brief introduction to...

  • Resources available
  • Access Radler data
  • Understand the LDC pipeline
  • Build your own data
  • Perform some preliminary estimates

2

slide-5
SLIDE 5

A brief introduction to...

  • Resources available
  • Access Radler data
  • Understand the LDC pipeline
  • Build your own data
  • Perform some preliminary estimates

2

slide-6
SLIDE 6

A brief introduction to...

  • Resources available
  • Access Radler data
  • Understand the LDC pipeline
  • Build your own data
  • Perform some preliminary estimates

2

slide-7
SLIDE 7

Resources

  • Docker environments:
  • Docker for user: gitlab-registry.in2p3.fr/stas/mldc:master
  • Docker with jupyter support:

gitlab-registry.in2p3.fr/elisadpc/docker:ldc_jupyter

  • LISA Data Challenge repository:
  • User and Developer branch: https://gitlab.in2p3.fr/stas/MLDC
  • How to mount/install the latter into the former:

https://gitlab.in2p3.fr/stas/MLDC/blob/master/README.md

  • Data stored in .hdf5 files
  • Lisa Data Challenge Manual: https://lisa-ldc.lal.in2p3.fr/doc

3

slide-8
SLIDE 8

Resources

  • Docker environments:
  • Docker for user: gitlab-registry.in2p3.fr/stas/mldc:master
  • Docker with jupyter support:

gitlab-registry.in2p3.fr/elisadpc/docker:ldc_jupyter

  • LISA Data Challenge repository:
  • User and Developer branch: https://gitlab.in2p3.fr/stas/MLDC
  • How to mount/install the latter into the former:

https://gitlab.in2p3.fr/stas/MLDC/blob/master/README.md

  • Data stored in .hdf5 files
  • Lisa Data Challenge Manual: https://lisa-ldc.lal.in2p3.fr/doc

3

slide-9
SLIDE 9

Resources

  • Docker environments:
  • Docker for user: gitlab-registry.in2p3.fr/stas/mldc:master
  • Docker with jupyter support:

gitlab-registry.in2p3.fr/elisadpc/docker:ldc_jupyter

  • LISA Data Challenge repository:
  • User and Developer branch: https://gitlab.in2p3.fr/stas/MLDC
  • How to mount/install the latter into the former:

https://gitlab.in2p3.fr/stas/MLDC/blob/master/README.md

  • Data stored in .hdf5 files
  • Lisa Data Challenge Manual: https://lisa-ldc.lal.in2p3.fr/doc

3

slide-10
SLIDE 10

Radler Data

Reference page: https://lisa-ldc.lal.in2p3.fr/home Stochastic signal: Sim_LISA_SGWB_12345_NoNoise.hdf5 Sim_LISA_SGWB_12345_Noises.hdf5 Sim_LISA_SGWB_12345_NoiseRand.hdf5 We’ll come back to these in a bit...

4

slide-11
SLIDE 11

Radler Data

Generic case: Mix type of sources in the same dataset with increasing complexity as example GB+MBHB, EMRI+GB, SGWB+MBHB...

5

slide-12
SLIDE 12

Radler Data

Stochastic: Choosing the sources is still performed, but no SNR estimate or catalogues lookup for SGWB.

6

slide-13
SLIDE 13

Input parameter file

SGWB basic input file & Superimposing sources

============================== SourceType SGWB NumberSources 1 Approximant LISACode2SGWB_4 Sky Isotropic FrequencyShape PowerLaw EnergySlope 0.666667 FrequencyRef 25 EnergyAmplitude 0.5e-9:4.5e-9 ============================== ============================== SourceType MBHB NumberSources 1 Catalogues "catalogues/MBHs/catalog_Q3_delay_real106.out" CoalescenceTime 0.1-0.25 MassRatio 1.0-10.0 Spin1 0.5-0.99 Spin2 0.5-0.99 Model IMRPhenomD RequestSNR 100.0-500.0 TimeStep 10.0 ObservationDuration 7864320.0 ============================== 7

slide-14
SLIDE 14

Input parameter file

SGWB basic input file & Superimposing sources

============================== SourceType SGWB NumberSources 1 Approximant LISACode2SGWB_4 Sky Isotropic FrequencyShape PowerLaw EnergySlope 0.666667 FrequencyRef 25 EnergyAmplitude 0.5e-9:4.5e-9 ============================== ============================== SourceType MBHB NumberSources 1 Catalogues "catalogues/MBHs/catalog_Q3_delay_real106.out" CoalescenceTime 0.1-0.25 MassRatio 1.0-10.0 Spin1 0.5-0.99 Spin2 0.5-0.99 Model IMRPhenomD RequestSNR 100.0-500.0 TimeStep 10.0 ObservationDuration 7864320.0 ============================== 7

slide-15
SLIDE 15

Pipeline

  • ChooseSources.py --paramFile=Param.txt --filename=MySim_Param.hdf5
  • -seed=12345
  • Computehphc.py MySim_Param.hdf5 [Ignore if no superimposition]
  • ConfigureInstrument.py --TDI=”X,Y,Z” --duration=125829105.0
  • -timeStep=15.0 --orbits=LISACode_Orbits MySim_Param.hdf5
  • ConfigureNoises.py --LevelRandom=30 MySim_Param.hdf5

Amount of noise randomisation:

PSD PSD

  • RunSimulLC2.py --debug=False --verbose=False --path2LisaCode=
  • -NoNoise=False --NoGW=False --seed=12345 MySim_Param.hdf5

SIMUL

hours

8

slide-16
SLIDE 16

Pipeline

  • ChooseSources.py --paramFile=Param.txt --filename=MySim_Param.hdf5
  • -seed=12345
  • Computehphc.py MySim_Param.hdf5 [Ignore if no superimposition]
  • ConfigureInstrument.py --TDI=”X,Y,Z” --duration=125829105.0
  • -timeStep=15.0 --orbits=LISACode_Orbits MySim_Param.hdf5
  • ConfigureNoises.py --LevelRandom=30 MySim_Param.hdf5

Amount of noise randomisation:

PSD PSD

  • RunSimulLC2.py --debug=False --verbose=False --path2LisaCode=
  • -NoNoise=False --NoGW=False --seed=12345 MySim_Param.hdf5

SIMUL

hours

8

slide-17
SLIDE 17

Pipeline

  • ChooseSources.py --paramFile=Param.txt --filename=MySim_Param.hdf5
  • -seed=12345
  • Computehphc.py MySim_Param.hdf5 [Ignore if no superimposition]
  • ConfigureInstrument.py --TDI=”X,Y,Z” --duration=125829105.0
  • -timeStep=15.0 --orbits=LISACode_Orbits MySim_Param.hdf5
  • ConfigureNoises.py --LevelRandom=30 MySim_Param.hdf5

Amount of noise randomisation:

PSD PSD

  • RunSimulLC2.py --debug=False --verbose=False --path2LisaCode=
  • -NoNoise=False --NoGW=False --seed=12345 MySim_Param.hdf5

SIMUL

hours

8

slide-18
SLIDE 18

Pipeline

  • ChooseSources.py --paramFile=Param.txt --filename=MySim_Param.hdf5
  • -seed=12345
  • Computehphc.py MySim_Param.hdf5 [Ignore if no superimposition]
  • ConfigureInstrument.py --TDI=”X,Y,Z” --duration=125829105.0
  • -timeStep=15.0 --orbits=LISACode_Orbits MySim_Param.hdf5
  • ConfigureNoises.py --LevelRandom=30 MySim_Param.hdf5

Amount of noise randomisation:

PSD = PSD0 ( 1 + U (−x, x) 100 )

  • RunSimulLC2.py --debug=False --verbose=False --path2LisaCode=
  • -NoNoise=False --NoGW=False --seed=12345 MySim_Param.hdf5

SIMUL

hours

8

slide-19
SLIDE 19

Pipeline

  • ChooseSources.py --paramFile=Param.txt --filename=MySim_Param.hdf5
  • -seed=12345
  • Computehphc.py MySim_Param.hdf5 [Ignore if no superimposition]
  • ConfigureInstrument.py --TDI=”X,Y,Z” --duration=125829105.0
  • -timeStep=15.0 --orbits=LISACode_Orbits MySim_Param.hdf5
  • ConfigureNoises.py --LevelRandom=30 MySim_Param.hdf5

Amount of noise randomisation:

PSD = PSD0 ( 1 + U (−x, x) 100 )

  • RunSimulLC2.py --debug=False --verbose=False --path2LisaCode=
  • -NoNoise=False --NoGW=False --seed=12345 MySim_Param.hdf5

TSIMUL ∼ 8hours

8

slide-20
SLIDE 20

Overview of Radler Data

TDIs: the line at high frequency is (partially) absorbed by the response function.

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

53

10

51

10

49

10

47

10

45

10

43

PSD (Hz

1)

TDI Power Spectral Density (NoNoise)

X A E 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz

1)

TDI Power Spectral Density (Noises)

X A E 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz

1)

TDI Power Spectral Density (Random Noises)

T A E

9

slide-21
SLIDE 21

Overview of Radler Data

TDIs: the line at high frequency is (partially) absorbed by the response function.

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

53

10

51

10

49

10

47

10

45

10

43

PSD (Hz

1)

TDI Power Spectral Density (NoNoise)

X A E 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz

1)

TDI Power Spectral Density (Noises)

X A E 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz

1)

TDI Power Spectral Density (Random Noises)

T A E

9

slide-22
SLIDE 22

Overview of Radler Data

TDIs: the line at high frequency is (partially) absorbed by the response function.

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

53

10

51

10

49

10

47

10

45

10

43

PSD (Hz

1)

TDI Power Spectral Density (NoNoise)

X A E 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz

1)

TDI Power Spectral Density (Noises)

X A E 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz

1)

TDI Power Spectral Density (Random Noises)

T A E

9

slide-23
SLIDE 23

Overview of Radler data

By a quick and dirty check, fits agree with the input within 1σ.

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

14

10

13

10

12

10

11

10

10

10

9

Input Vs Data Vs Fit

Data Paramfile Fit 10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

48

10

46

10

44

10

42

10

40

10

38

PSD (Hz-1)

Am channel data vs analytic model

Noise data Model

10

slide-24
SLIDE 24

Build your own Data

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

15

10

14

10

13

10

12

10

11

10

10

10

9

10

8

Fits over 2 weeks data = (0, 2/3, 2/3)

Params Fit

11

slide-25
SLIDE 25

An “exercise”

10

4

10

3

10

2

10

1

Frequency (Hz) 10

18

10

16

10

14

10

12

10

10

10

8

10

6

Energy density, = 2/3

Powerlaw sensitivity

12

slide-26
SLIDE 26

An “exercise”

10

4

10

3

10

2

10

1

Frequency (Hz) 10

18

10

16

10

14

10

12

10

10

10

8

10

6

Energy density, = 2/3

Powerlaw sensitivity Input

13

slide-27
SLIDE 27

An “exercise”

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

18

10

16

10

14

10

12

10

10

10

8

10

6

Energy density, = 2/3

Powerlaw sensitivity Input

(Am)

14

slide-28
SLIDE 28

An “exercise”

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

18

10

16

10

14

10

12

10

10

10

8

10

6

Energy density, = 2/3

Powerlaw sensitivity Input

(Am)

15

slide-29
SLIDE 29

What next?

10

5

10

4

10

3

10

2

10

1

Frequency (Hz) 10

20

10

18

10

16

10

14

10

12

10

10

10

8

10

6

Omega equivalent spectra (w and w/o Noise)

signal only from Am signal + noises from Am

P a r a m e t e r E s t i m a t i

  • n

THANK YOU!

16