IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2022, 6:25:40 AM (5 years ago)
Author:
eugene
Message:

adding comments, new smf option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/ippTests/ippCheck/cammask.pro

    r41941 r41975  
    11#!/usr/bin/env dvo
     2
     3# this module generates a table of mask fractions and matched detections for known sources
     4# in the field of an exposure.  mask fractions are measured on the chip (or camera?) mask files
     5# while the detections are derived from the camera-stage smf file
     6
     7# this module provides the following functions
     8# get.camera.eff (camera) (expname) (camLabel) (refsrcs.fits) :
     9# get.chip.detect.stats (chipname) (chipnseq)
     10# get.chip.mask.stats (cammask)
     11# get.chip.mask.files (camPath)
     12# get.chip.metadata (camera) (chipID)
     13# get.camera.metadata (camera) (expname) (camLabel)
     14
     15# init.radec.range
     16# set.radec.range
    217
    318$VERBOSE    = 1       
Note: See TracChangeset for help on using the changeset viewer.