Skip to content

Commit

Permalink
Added the possibility to consider the number of previous observations…
Browse files Browse the repository at this point in the history
… in the maxRun count. countPrevious key added, online key removed
  • Loading branch information
mseglar committed Sep 25, 2024
1 parent 836a234 commit 7ec776d
Show file tree
Hide file tree
Showing 22 changed files with 118 additions and 88 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Package including functions to perform GW follow-up scheduling and simulations i
- useGreytime: flag to schedule greyness observations in addition to darkness

- [tiling]
- online: tbd

- minimumProbCutforCatalogue: only galaxies that have probabilities higher than 'minimumProbCutforCatalogue x (GW x galaxy)_max' participate in the scheduling calculation
- minProbcut: minimal probability covered per tile to schedule observation
- distCut: distance cut to define the mandatory use of 2D strategy (coming from galaxy catalogue completeness)
Expand All @@ -97,7 +97,7 @@ Package including functions to perform GW follow-up scheduling and simulations i
- reducedNside: nside of the low-resolution skymap used as a grid to speed up the computation
- HRnside: nside of the high-resolution skymap used to compute the covered probability
- mangrove: flag to use the mangrove method of weighting by the mass of the host galaxy

- countPrevious: True if you want previous observation to be considered in number to set the max run variable. False else

## Issue with Daily Earth Orientation Parameters Solutions file (finals2000A)

Expand Down
1 change: 0 additions & 1 deletion examples/config/ExampleConfig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.002
distCut = 500
Expand Down
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_ATCA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.001
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 2D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
6 changes: 3 additions & 3 deletions examples/config/FollowupParameters_CTAON.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ minDuration = 10
useGreytime = False

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.02
minProbcut = 0.002
distCut = 500
doPlot = True
secondRound = False
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_CTAOS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.02
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = True
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_ESO.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.0005
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = targeted
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_ESO2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.0005
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = targeted
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_HA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.0005
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = targeted
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_HESS.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.02
distCut = 500
Expand All @@ -33,4 +32,5 @@ percentageMOC = 0.90
reducedNside = 128
HRnside = 512
mangrove = False
algorithm = 3D
algorithm = 3D
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_LP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = False

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.0005
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = targeted
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_LP2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.01
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_LST.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = False

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.02
distCut = 500
Expand All @@ -34,4 +33,5 @@ reducedNside = 256
HRnside = 512
mangrove = False
doRank= True
algorithm = 2D
algorithm = 3D
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_LST1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.01
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
3 changes: 1 addition & 2 deletions examples/config/FollowupParameters_LST2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.01
distCut = 500
Expand All @@ -35,4 +34,4 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_LST3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.01
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_LST4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.01
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_MAGIC.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.01
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = False
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_OHP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut = 0.005
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = integrated
doRank = True
doRank = True
countPrevious = False
4 changes: 2 additions & 2 deletions examples/config/FollowupParameters_SA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ minDuration = 10
useGreytime = True

[tiling]
online = False
minimumProbCutforCatalogue = 0.01
minProbcut =0.0005
distCut = 500
Expand All @@ -35,4 +34,5 @@ HRnside = 512
mangrove = True
algorithm = 3D
strategy = targeted
doRank = True
doRank = True
countPrevious = False
Loading

0 comments on commit 7ec776d

Please sign in to comment.