Overview of the Frames Pipeline

Table of Contents

  • Flow Through the Frames Pipeline
  • Input to the Frames Pipeline
  • Correct Frames
  • Finding and Removing Cosmic Rays
  • Bright Objects
  • Find Faint Objects
  • Merge Colors
  • Measure Objects
  • Deblending
  • Object and Peak Utilities
  • Output
  • Flow Through the Frames Pipeline

    The order in which the modules are executed in the Frames Pipeline is:
    Start
    
    Initialise Modules, Read Plan/Parameter Files
    
    Foreach frame {
        Read Known Objects
    
        Foreach color {
            Read Frame, and add on overlap with next frame
    
    	Correct Frame
    
    	Fix Cosmic Rays
        }
    
        Foreach color {
    	Find Bright Objects
        }
    
        Merge Bright_Objects
    
        Foreach Bright_Object {
    	Measure Object
        }
    
        Subtract Star Wings
    
        Foreach binning-scale {
    	
    	Bin Frame
    
    	Foreach color {
    	    Estimate and Subtract Local Sky
    
    	    Find Faint Objects
    	}
    
           Merge Faint Objects, adding them to object list
    
        }
    
        Write Corrected Frame, Mask, and Binned Image
    
        foreach object {
    	Measure Object
    
    	Write parameters and atlas image
    
    	Deblend
    
    	Foreach child {
    	    Measure Object
    
    	    Write parameters and atlas image
    	}
        }
    
        Write remaining outputs
    }
    
    Cleanup
    
    End
    
    

    Input to the Frames Pipeline

    In the list below, we give representative values for several parameters (for example, overlap region size) that are not fixed and may change in practice; they are indicated by an italic font.

    Before it can run, the Frames Pipeline requires various inputs; for details see Correct Frame's discussion of inputs. For each frame, it needs:

    The first item on this list must be kept up-to-date by the Survey's Imaging Scientist (or other person who carefully monitors the CCD camera). The second item is supplied directly from the Data Acquisition system. All the remaining items are produced by the Postage-Stamp Pipeline.