Skip to content
Snippets Groups Projects
  1. Sep 01, 2015
    • Kipp Cannon's avatar
      far.py: don't convolve snr,chi numerators with KDE · fef0db69
      Kipp Cannon authored
      - (snr, \chi^2) numerators are computed analytically.  previously, changes
        to the KDE used to estimate the denominator PDF from sample histograms
        could change sensitivity measurements simply because of the effects those
        changes were having on the numerator signal model.  this patch removes
        that confusion.
      - because the limited set of discrete prefactors used for constructing the
        numerator creates a stair-step effect, some amount of smoothing is
        desired in the numerator regardless.  this is smoothing, not density
        estimation, they are distinct from one another although the same code has
        been used to accomplish both in the past.  this patch moves that
        smoothing to where the source of the banding is in the code to
        disentangle it from the background density estimation.  if the prefactor
        banding is adjusted, that smoothing can be adjusted as well without
        entangling it with the denominator's kernel design.
      - refs #2339
      fef0db69
  2. Aug 31, 2015
    • Kipp Cannon's avatar
      19b78b3d
    • Kipp Cannon's avatar
      inspiral.py: outdent __do_gracedb_alerts() · 36945744
      Kipp Cannon authored
      - replace
      	if blah:
      		...
      
        with
        	if not blah:
      		return
      	...
      36945744
    • Kipp Cannon's avatar
      gstlal_inspiral: aesthetics · b8133bf3
      Kipp Cannon authored
      b8133bf3
    • Kipp Cannon's avatar
      inspiral.py: reorganize collection of zero-lag LRs · 9aee0b90
      Kipp Cannon authored
      - a histogram of likelihood ratios assigned to zero-lag candidates is
        required to implement the low-significance extinction model.  this patch
        reorganizes the source and sink of that information to be a separate file
        rather than piggy backing the data on the candidate parameter PDF file
        supplied to the trigger generator, e.g., during online running.
      
      - immediately, this allows the statistics uploaded to gracedb along with
        each candidate to contain the actual ranking statistic PDF data used to
        rank the event, whereas prior to this patch it contains a mix of the
        candidate parameter PDFs and whatever was in the zero-lag histogram data
        supplied on input.  going forward, keeping distinct, unrelated, pieces of
        information in distinct places with different names that get supplied to
        programs using distinct command line options will prevent confusion over
        what is being stored where.
      
      - refs #2429
      9aee0b90
    • Kipp Cannon's avatar
      inspiral.py: don't invoke .finish() on CoincParams twice · 3eb67d67
      Kipp Cannon authored
      - when doing online injection runs.
      - online injection runs use an externally supplied coinc params
        distributions object, and the way that feature had been put in led to
        .finish() being invoked on such an object twice.  only need to do it
        once, on whichever will actually be used for computing ranking
        statistics.  this patch reorders a few statements and comments to remove
        the second .finish()
      3eb67d67
    • Kipp Cannon's avatar
      gstlal_inspiral: correct documentation for --marginalized-likelihood-file · 92814b43
      Kipp Cannon authored
      - this is only required for online running, and is actually forbidden for offline running.
      92814b43
    • Kipp Cannon's avatar
      marginalize_likelihoods_online: samples not being accumulated over time · 6be935a6
      Kipp Cannon authored
      - each time through the loop this script causes a relatively small number of ranking statistic samples to be generated, with the original intention being that over time the total number of samples would accumulate to something large.  this script discards the samples from the previous iteration, however, and starts over again from scratch each time.
      - this patch modifies the script to include the output from the previous iteration in this iteration so that the ranking statistic histogram gathers additional samples over time.
      - surprisingly the results seemed to be OK in the past, so it's possible that we don't need to do this.  in that case, this is a trivial stand-alone patch that can be easily reverted at a later time if desired.
      6be935a6
    • Laleh Sadeghian's avatar
      updating the gstlal_inj_frames script · 66bef94a
      Laleh Sadeghian authored
      66bef94a
  3. Aug 30, 2015
  4. Aug 27, 2015
  5. Aug 26, 2015
  6. Aug 25, 2015
  7. Aug 24, 2015
  8. Aug 23, 2015
  9. Aug 21, 2015
  10. Aug 20, 2015
Loading