Пример #1
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)
#    study_db_insert_subjects()
    if hasattr(studydata, 'ref_csv'):
        study_db_update_ref()
Пример #2
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)
    #    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
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)