コード例 #1
0
ファイル: study.py プロジェクト: steffejr/CogRes_import
def study_recon_dicoms(shallow_recon=False):
    check_make_vars()
    print "Reconstructing Dicoms..."
    Recon_DICOM.recon_dicoms(study.quarantine, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.study_main, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.excluded, studydata, shallow_recon)
#    study_db_insert_subjects()
    if hasattr(studydata, 'ref_csv'):
        study_db_update_ref()
コード例 #2
0
ファイル: study.py プロジェクト: steffejr/CogRes_import
def study_recon_dicoms(shallow_recon=False):
    check_make_vars()
    print "Reconstructing Dicoms..."
    Recon_DICOM.recon_dicoms(study.quarantine, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.study_main, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.excluded, studydata, shallow_recon)
    #    study_db_insert_subjects()
    if hasattr(studydata, 'ref_csv'):
        study_db_update_ref()
コード例 #3
0
def study_recon_dicoms(shallow_recon=False):
    check_make_vars()
    print "Reconstructing Dicoms..."
    Recon_DICOM.recon_dicoms(study.quarantine, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.study_main, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.excluded, studydata, shallow_recon)
コード例 #4
0
ファイル: study.py プロジェクト: steffejr/RANN_import
def study_recon_dicoms(shallow_recon=False):
    check_make_vars()
    print "Reconstructing Dicoms..."
    Recon_DICOM.recon_dicoms(study.quarantine, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.study_main, studydata, shallow_recon)
    Recon_DICOM.recon_dicoms(study.excluded, studydata, shallow_recon)