AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.11k stars 485 forks source link

[FEAT EXTRACTION] #791

Open ghadeeralh opened 1 year ago

ghadeeralh commented 1 year ago

hello im trying to extract radiomic features i started with the batch prcessing however i had a name error as folowing

NameError Traceback (most recent call last) in ----> 1 handler = logging.FileHandler(filename=progress_filename, mode='w') 2 handler.setFormatter(logging.Formatter('%(levelname)s:%(name)s: %(message)s')) 3 rLogger.addHandler(handler)

NameError: name 'progress_filename' is not defined

JoostJM commented 1 year ago

Is this in your own script? the variable progress_filename is not defined, that's what the error says