Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/snap_comp.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Sun Apr 10 23:47:26 2016
Кодировка:

Поисковые слова: massive stars
Python: module snap_comp
 
 
snap_comp
index
snap_comp.py

# Module snap_comp.py
#
# Report on SNAP statistics.
#
# Translated from Ron Downes' SQR by Don Chance 
#
# Modification history:
#  08-26-2013 drc  Initial translation.
#

 
Modules
       
proposal_util
spss_sys_util
stpydb
string
sys
time_util

 
Functions
       
get_completed_visits(prop_id)
Return the number of completed visits in the input proposal.
get_total_visits(prop_id)
Return the total number of active visits in the input proposal.
get_unique(prop_id, users=True)
Return either the number of unique users (if users is True) or the number
of unique archive requests (if users is False) to access the data.
run(*args)
Generate a report of SNAP statistics.
 
A single argument is allowed, the cycle.  It
defaults to the current cycle.

 
Data
        ASSIST_DB = 'assist'
DADS_DB = 'dadsops'