Package invocations :: Package cu7 :: Module cu7
[hide private]

Module cu7

source code

Invoke CU7. Create/update merged source catalogue for a given programme.


Author: N.C. Hambly

Organization: WFAU, IfA, University of Edinburgh

Contributors: R.S. Collins, E. Sutorius

Classes [hide private]
  Cu7
Create/update merged source catalogue for a given programme.
Functions [hide private]
 
reallocateEpochs(frameSets, dateOfFrame)
Reallocates first and second epochs of a given filter to minimise the time difference between the dates of the other filters and that of the first epoch of the filter.
source code
Variables [hide private]
  __package__ = 'invocations.cu7'
Function Details [hide private]

reallocateEpochs(frameSets, dateOfFrame)

source code 

Reallocates first and second epochs of a given filter to minimise the time difference between the dates of the other filters and that of the first epoch of the filter.

Parameters:
  • frameSets (list(SourceMerger.FrameSet)) - List of merge log frame sets to alter.
  • dateOfFrame (dict(int: float)) - Dictionary of Julian dates for every multiframe in the given list of frame sets, referenced by multiframeID.

Note: Currently hard-wired for the GPS passband requirements only.