Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 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)
Ejemplo n.º 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)