python /home/admin/mtr/script_for_cron.py -j default -m 20 -a 'python3 /home/admin/workarea/git/Velours/python/prod/memo/memo.py --job=sla_mensuel --raspi=30006 --dashboard_places=angers_montee_convoyeur --rootfolder_sla=/data_4/data_log/job/memo/angers_montee_convoyeur -v --mtr_id=1017 --date=`date -d"$nowdate 15 day ago" +%Y-%m` ' -s sla_mensuel -M 0 -S 0 -U 90,80,95 import MySQLdb succeeded Import error (python version) Need env var : LOGRASPI Raspi : 30006, Date : 2026-02 _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py _cr_cnf_ : /home/admin/mtr/.credentials/credentials.py warning , we can't find thcl infos in json_data warning , we can't find pdt infos in json_data nb_day : (6, 28) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier Fonction SLA_MENSUEL nb_day : (6, 28) VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier place_id : 36 month : 02 mtr_id : 1017 dashboard_places : angers_montee_convoyeur date : 2026-02 year : 2026 raspi : 30006 select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select id from MTRUser.mtr_portfolios where id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id in (select id from MTRPhoto.dashboard_places where name = 'angers_montee_convoyeur' and date like '%2026-02%') and created_at like '%2026-02%'))); nb_day : (6, 28) after unwanted_material_data nb_day : (6, 28) SQL: SELECT ms.id, ms.name, mst.name as type, ms.test_group, ms.test_name, ms.server, ms.version_code, ms.result_str, ms.result_bool, ms.result_float, ms.lien, ms.created_at FROM MTRAdmin.monitor_sys ms INNER JOIN MTRAdmin.monitor_sys_type mst on mst.id = ms.type WHERE ms.test_name like '%30006%' AND ms.result_str like '%2026/02%'ORDER BY ms.id desc LIMIT 0, 1000000; No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/01', 'portfolio_id': 30555925, 'last_run_id': 2934481, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/01', 'portfolio_id': 30555925, 'last_run_id': 2934481, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1790, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 333, 'nb_selected_images': 2123, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2931006, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/01', 'portfolio_id': 30555925, 'last_run_id': 2934481, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1790, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 333, 'nb_selected_images': 2123, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2931006, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/28', 'portfolio_id': 30528905, 'last_run_id': 2928202, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/01', 'portfolio_id': 30555925, 'last_run_id': 2934481, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1790, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 333, 'nb_selected_images': 2123, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2931006, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/28', 'portfolio_id': 30528905, 'last_run_id': 2928202, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/28', 'portfolio_id': 30519927, 'last_run_id': 2927799, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/01', 'portfolio_id': 30555925, 'last_run_id': 2934481, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1790, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 333, 'nb_selected_images': 2123, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2931006, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/28', 'portfolio_id': 30528905, 'last_run_id': 2928202, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/28', 'portfolio_id': 30519927, 'last_run_id': 2927799, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 44, 'nb_images_finished': 725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 61, 'nb_images_started': 905, 'nb_selected_images': 1630, 'last_update': '2026/02/28', 'portfolio_id': 30502656, 'last_run_id': 2926867, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/03/01', 'portfolio_id': 30555925, 'last_run_id': 2934481, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1790, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 333, 'nb_selected_images': 2123, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2931006, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/28', 'portfolio_id': 30528905, 'last_run_id': 2928202, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/28', 'portfolio_id': 30519927, 'last_run_id': 2927799, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 44, 'nb_images_finished': 725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 61, 'nb_images_started': 905, 'nb_selected_images': 1630, 'last_update': '2026/02/28', 'portfolio_id': 30502656, 'last_run_id': 2926867, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 308, 'nb_selected_images': 308, 'last_update': '2026/02/28', 'portfolio_id': 30497036, 'last_run_id': 2926747, 'total_number_of_photos': 1749}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84083 seconds', 'coverage_times_pause': '0 days 86180 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4407, 'end_of_day_photos_duplicated': 4118, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 89, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/28', 'portfolio_id': 30555925, 'last_run_id': 2933288, 'total_number_of_photos': 89}} No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 90, 'nb_images_finished': 1790, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 19, 'nb_images_started': 333, 'nb_selected_images': 2123, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2931006, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/28', 'portfolio_id': 30528905, 'last_run_id': 2928202, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/28', 'portfolio_id': 30519927, 'last_run_id': 2927799, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 44, 'nb_images_finished': 725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 61, 'nb_images_started': 905, 'nb_selected_images': 1630, 'last_update': '2026/02/28', 'portfolio_id': 30502656, 'last_run_id': 2926867, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 308, 'nb_selected_images': 308, 'last_update': '2026/02/28', 'portfolio_id': 30497036, 'last_run_id': 2926747, 'total_number_of_photos': 1749}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8634, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84110 seconds', 'coverage_times_pause': '0 days 86364 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4807, 'end_of_day_photos_duplicated': 1517, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2303, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 107, 'nb_images_finished': 1857, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1857, 'last_update': '2026/02/28', 'portfolio_id': 30536564, 'last_run_id': 2930814, 'total_number_of_photos': 2320}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/28', 'portfolio_id': 30528905, 'last_run_id': 2928202, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/28', 'portfolio_id': 30519927, 'last_run_id': 2927799, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 44, 'nb_images_finished': 725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 61, 'nb_images_started': 905, 'nb_selected_images': 1630, 'last_update': '2026/02/28', 'portfolio_id': 30502656, 'last_run_id': 2926867, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 308, 'nb_selected_images': 308, 'last_update': '2026/02/28', 'portfolio_id': 30497036, 'last_run_id': 2926747, 'total_number_of_photos': 1749}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8614, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84098 seconds', 'coverage_times_pause': '0 days 86172 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 5, 'end_of_day_photos_dark': 4781, 'end_of_day_photos_duplicated': 1655, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2171, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 99, 'nb_images_started': 1976, 'nb_selected_images': 1976, 'last_update': '2026/02/27', 'portfolio_id': 30528905, 'last_run_id': 2928187, 'total_number_of_photos': 2171}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/26', 'portfolio_id': 30519927, 'last_run_id': 2927799, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 44, 'nb_images_finished': 725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 61, 'nb_images_started': 905, 'nb_selected_images': 1630, 'last_update': '2026/02/26', 'portfolio_id': 30502656, 'last_run_id': 2926867, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 308, 'nb_selected_images': 308, 'last_update': '2026/02/26', 'portfolio_id': 30497036, 'last_run_id': 2926747, 'total_number_of_photos': 1749}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 36, 'nb_images_finished': 556, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 56, 'nb_images_started': 1010, 'nb_selected_images': 1566, 'last_update': '2026/02/26', 'portfolio_id': 30474361, 'last_run_id': 2926759, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 84132 seconds', 'coverage_times_pause': '0 days 86240 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 4748, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1853, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 91, 'nb_images_finished': 1789, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 10, 'nb_images_started': 152, 'nb_selected_images': 1941, 'last_update': '2026/02/26', 'portfolio_id': 30519927, 'last_run_id': 2927781, 'total_number_of_photos': 1873}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 44, 'nb_images_finished': 725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 61, 'nb_images_started': 905, 'nb_selected_images': 1630, 'last_update': '2026/02/26', 'portfolio_id': 30502656, 'last_run_id': 2926867, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 308, 'nb_selected_images': 308, 'last_update': '2026/02/26', 'portfolio_id': 30497036, 'last_run_id': 2926747, 'total_number_of_photos': 1749}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 36, 'nb_images_finished': 556, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 56, 'nb_images_started': 1010, 'nb_selected_images': 1566, 'last_update': '2026/02/26', 'portfolio_id': 30474361, 'last_run_id': 2926759, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/24', 'portfolio_id': 30442675, 'last_run_id': 2921150, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83968 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 5071, 'end_of_day_photos_duplicated': 1798, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1749, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 105, 'nb_images_started': 1630, 'nb_selected_images': 1630, 'last_update': '2026/02/25', 'portfolio_id': 30502656, 'last_run_id': 2926646, 'total_number_of_photos': 1760}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 18, 'nb_images_started': 308, 'nb_selected_images': 308, 'last_update': '2026/02/25', 'portfolio_id': 30497036, 'last_run_id': 2926747, 'total_number_of_photos': 1749}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 36, 'nb_images_finished': 556, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 56, 'nb_images_started': 1010, 'nb_selected_images': 1566, 'last_update': '2026/02/25', 'portfolio_id': 30474361, 'last_run_id': 2926759, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/24', 'portfolio_id': 30442675, 'last_run_id': 2921150, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915872, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 6459, 'max_time_between_images': '0 days 86 seconds', 'coverage_pause': '0 days 63491 seconds', 'coverage_times_pause': '0 days 64620 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 3815, 'end_of_day_photos_duplicated': 902, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 1740, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/24', 'portfolio_id': 30497036, 'last_run_id': 2924911, 'total_number_of_photos': 1749}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 69, 'nb_images_finished': 1123, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 182, 'nb_selected_images': 1305, 'last_update': '2026/02/23', 'portfolio_id': 30474361, 'last_run_id': 2922594, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/20', 'portfolio_id': 30442675, 'last_run_id': 2921150, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915872, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912632, 'total_number_of_photos': 2238}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 69, 'nb_images_finished': 1123, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 182, 'nb_selected_images': 1305, 'last_update': '2026/02/21', 'portfolio_id': 30474361, 'last_run_id': 2922594, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/20', 'portfolio_id': 30442675, 'last_run_id': 2921150, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915872, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912632, 'total_number_of_photos': 2238}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911349, 'total_number_of_photos': 2278}} No error ? {'log_dict': {'total_nb_images': 8622, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84479 seconds', 'coverage_times_pause': '0 days 86250 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4778, 'end_of_day_photos_duplicated': 3757, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 85, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/21', 'portfolio_id': 30491710, 'last_run_id': 2923619, 'total_number_of_photos': 85}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 69, 'nb_images_finished': 1123, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 182, 'nb_selected_images': 1305, 'last_update': '2026/02/21', 'portfolio_id': 30474361, 'last_run_id': 2922594, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/20', 'portfolio_id': 30442675, 'last_run_id': 2921150, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915872, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912632, 'total_number_of_photos': 2238}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911349, 'total_number_of_photos': 2278}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84507 seconds', 'coverage_times_pause': '0 days 86231 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4898, 'end_of_day_photos_duplicated': 1543, 'end_of_day_photos_nothing_done': 6, 'end_of_day_photos_uploaded': 2173, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 69, 'nb_images_finished': 1123, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 182, 'nb_selected_images': 1305, 'last_update': '2026/02/21', 'portfolio_id': 30474361, 'last_run_id': 2922594, 'total_number_of_photos': 2180}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/20', 'portfolio_id': 30442675, 'last_run_id': 2921150, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915872, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912632, 'total_number_of_photos': 2238}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911349, 'total_number_of_photos': 2278}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 85 seconds', 'coverage_pause': '0 days 83937 seconds', 'coverage_times_pause': '0 days 86229 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4984, 'end_of_day_photos_duplicated': 1403, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2225, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 116, 'nb_images_finished': 1994, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 9, 'nb_images_started': 168, 'nb_selected_images': 2162, 'last_update': '2026/02/20', 'portfolio_id': 30442675, 'last_run_id': 2920936, 'total_number_of_photos': 2230}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915872, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912632, 'total_number_of_photos': 2238}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911349, 'total_number_of_photos': 2278}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908768, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 84799 seconds', 'coverage_times_pause': '0 days 86226 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4833, 'end_of_day_photos_duplicated': 1532, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2252, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 2055, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2055, 'last_update': '2026/02/19', 'portfolio_id': 30430954, 'last_run_id': 2915570, 'total_number_of_photos': 2280}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912632, 'total_number_of_photos': 2238}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911349, 'total_number_of_photos': 2278}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908768, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907720, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 8615, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84414 seconds', 'coverage_times_pause': '0 days 86181 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 1, 'end_of_day_photos_dark': 4769, 'end_of_day_photos_duplicated': 1612, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2232, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 126, 'nb_images_finished': 2072, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2072, 'last_update': '2026/02/18', 'portfolio_id': 30419429, 'last_run_id': 2912618, 'total_number_of_photos': 2238}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911349, 'total_number_of_photos': 2278}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908768, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907720, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906692, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 6460, 'max_time_between_images': '0 days 79 seconds', 'coverage_pause': '0 days 63450 seconds', 'coverage_times_pause': '0 days 64632 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_pink': 2, 'end_of_day_photos_dark': 3667, 'end_of_day_photos_duplicated': 512, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2278, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 127, 'nb_images_finished': 2023, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 22, 'nb_selected_images': 2045, 'last_update': '2026/02/17', 'portfolio_id': 30409821, 'last_run_id': 2911325, 'total_number_of_photos': 2278}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908768, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907720, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906692, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905573, 'total_number_of_photos': 457}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908768, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907720, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906692, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905573, 'total_number_of_photos': 457}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904790, 'total_number_of_photos': 2417}} No error ? {'log_dict': {'total_nb_images': 8627, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 84794 seconds', 'coverage_times_pause': '0 days 86296 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 4841, 'end_of_day_photos_duplicated': 2173, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 1606, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 93, 'nb_images_finished': 1526, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 3, 'nb_images_started': 27, 'nb_selected_images': 1553, 'last_update': '2026/02/15', 'portfolio_id': 30388468, 'last_run_id': 2909385, 'total_number_of_photos': 1612}} No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908768, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907720, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906692, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905573, 'total_number_of_photos': 457}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904790, 'total_number_of_photos': 2417}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8602, 'max_time_between_images': '0 days 203 seconds', 'coverage_pause': '0 days 83756 seconds', 'coverage_times_pause': '0 days 86051 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4933, 'end_of_day_photos_duplicated': 1592, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2075, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 120, 'nb_images_finished': 1725, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 16, 'nb_selected_images': 1741, 'last_update': '2026/02/14', 'portfolio_id': 30379075, 'last_run_id': 2908744, 'total_number_of_photos': 2075}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907720, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906692, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905573, 'total_number_of_photos': 457}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904790, 'total_number_of_photos': 2417}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/08', 'portfolio_id': 30332076, 'last_run_id': 2903342, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8620, 'max_time_between_images': '0 days 81 seconds', 'coverage_pause': '0 days 84195 seconds', 'coverage_times_pause': '0 days 86228 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 4722, 'end_of_day_photos_duplicated': 1534, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 2362, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 128, 'nb_images_finished': 2027, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 2027, 'last_update': '2026/02/13', 'portfolio_id': 30368963, 'last_run_id': 2907694, 'total_number_of_photos': 2367}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906692, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905573, 'total_number_of_photos': 457}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904790, 'total_number_of_photos': 2417}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/08', 'portfolio_id': 30332076, 'last_run_id': 2903342, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902384, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 16164, 'max_time_between_images': '0 days 204 seconds', 'coverage_pause': '0 days 85667 seconds', 'coverage_times_pause': '0 days 86038 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 10769, 'end_of_day_photos_duplicated': 2738, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_uploaded': 2649, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 83, 'nb_images_finished': 2487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 2, 'nb_images_started': 39, 'nb_selected_images': 2526, 'last_update': '2026/02/12', 'portfolio_id': 30360684, 'last_run_id': 2906597, 'total_number_of_photos': 2679}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905573, 'total_number_of_photos': 457}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904790, 'total_number_of_photos': 2417}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/08', 'portfolio_id': 30332076, 'last_run_id': 2903342, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902384, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901617, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 17229, 'max_time_between_images': '0 days 75 seconds', 'coverage_pause': '0 days 83782 seconds', 'coverage_times_pause': '0 days 86161 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 14526, 'end_of_day_photos_duplicated': 2244, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_uploaded': 457, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 12, 'nb_images_finished': 294, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 294, 'last_update': '2026/02/11', 'portfolio_id': 30353605, 'last_run_id': 2905555, 'total_number_of_photos': 457}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904790, 'total_number_of_photos': 2417}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/08', 'portfolio_id': 30332076, 'last_run_id': 2903342, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902384, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901617, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1396, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 31, 'nb_images_started': 628, 'nb_selected_images': 2024, 'last_update': '2026/02/06', 'portfolio_id': 30309985, 'last_run_id': 2901654, 'total_number_of_photos': 6346}} No error ? {'log_dict': {'total_nb_images': 11538, 'max_time_between_images': '0 days 2222 seconds', 'coverage_pause': '0 days 46984 seconds', 'coverage_times_pause': '0 days 60692 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 7810, 'end_of_day_photos_duplicated': 1319, 'end_of_day_photos_nothing_done': 13, 'end_of_day_photos_uploaded': 2395, 'ratio_coverage': 0.8652829702204461}, 'dashboard_dict': {'nb_ptf_finished': 61, 'nb_images_finished': 1297, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 48, 'nb_selected_images': 1345, 'last_update': '2026/02/10', 'portfolio_id': 30346106, 'last_run_id': 2904772, 'total_number_of_photos': 2417}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/08', 'portfolio_id': 30332076, 'last_run_id': 2903342, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902384, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901617, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1396, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 31, 'nb_images_started': 628, 'nb_selected_images': 2024, 'last_update': '2026/02/06', 'portfolio_id': 30309985, 'last_run_id': 2901654, 'total_number_of_photos': 6346}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 86, 'nb_images_finished': 1732, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 129, 'nb_selected_images': 1861, 'last_update': '2026/02/05', 'portfolio_id': 30297655, 'last_run_id': 2900429, 'total_number_of_photos': 7584}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/08', 'portfolio_id': 30332076, 'last_run_id': 2903342, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902384, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901617, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1396, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 31, 'nb_images_started': 628, 'nb_selected_images': 2024, 'last_update': '2026/02/06', 'portfolio_id': 30309985, 'last_run_id': 2901654, 'total_number_of_photos': 6346}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 86, 'nb_images_finished': 1732, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 129, 'nb_selected_images': 1861, 'last_update': '2026/02/05', 'portfolio_id': 30297655, 'last_run_id': 2900429, 'total_number_of_photos': 7584}} No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898523, 'total_number_of_photos': 5542}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83864 seconds', 'coverage_times_pause': '0 days 86286 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 1, 'end_of_day_photos_dark': 32, 'end_of_day_photos_duplicated': 1325, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 5, 'end_of_day_photos_uploaded': 7256, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 88, 'nb_images_finished': 1599, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1599, 'last_update': '2026/02/07', 'portfolio_id': 30332076, 'last_run_id': 2903144, 'total_number_of_photos': 7291}} No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902384, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901617, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1396, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 31, 'nb_images_started': 628, 'nb_selected_images': 2024, 'last_update': '2026/02/06', 'portfolio_id': 30309985, 'last_run_id': 2901654, 'total_number_of_photos': 6346}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 86, 'nb_images_finished': 1732, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 129, 'nb_selected_images': 1861, 'last_update': '2026/02/05', 'portfolio_id': 30297655, 'last_run_id': 2900429, 'total_number_of_photos': 7584}} No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898523, 'total_number_of_photos': 5542}} Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8621, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 84189 seconds', 'coverage_times_pause': '0 days 86241 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 5, 'end_of_day_photos_duplicated': 2285, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 6, 'end_of_day_photos_uploaded': 6324, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 0, 'nb_images_finished': 0, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 0, 'last_update': '2026/02/07', 'portfolio_id': 30325721, 'last_run_id': 2902357, 'total_number_of_photos': 6423}} No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901617, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1396, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 31, 'nb_images_started': 628, 'nb_selected_images': 2024, 'last_update': '2026/02/06', 'portfolio_id': 30309985, 'last_run_id': 2901654, 'total_number_of_photos': 6346}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 86, 'nb_images_finished': 1732, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 129, 'nb_selected_images': 1861, 'last_update': '2026/02/05', 'portfolio_id': 30297655, 'last_run_id': 2900429, 'total_number_of_photos': 7584}} No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898523, 'total_number_of_photos': 5542}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8617, 'max_time_between_images': '0 days 76 seconds', 'coverage_pause': '0 days 83350 seconds', 'coverage_times_pause': '0 days 86198 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 372, 'end_of_day_photos_duplicated': 917, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 4, 'end_of_day_photos_uploaded': 7323, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 84, 'nb_images_finished': 1558, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1558, 'last_update': '2026/02/06', 'portfolio_id': 30313980, 'last_run_id': 2901587, 'total_number_of_photos': 7469}} No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 7, 'nb_images_finished': 106, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 73, 'nb_images_started': 1290, 'nb_selected_images': 1396, 'last_update': '2026/02/05', 'portfolio_id': 30309985, 'last_run_id': 2900531, 'total_number_of_photos': 6346}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 86, 'nb_images_finished': 1732, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 8, 'nb_images_started': 129, 'nb_selected_images': 1861, 'last_update': '2026/02/05', 'portfolio_id': 30297655, 'last_run_id': 2900429, 'total_number_of_photos': 7584}} No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898523, 'total_number_of_photos': 5542}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 8626, 'max_time_between_images': '0 days 84 seconds', 'coverage_pause': '0 days 83717 seconds', 'coverage_times_pause': '0 days 86268 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_no_longer_on_disk': 7, 'end_of_day_photos_dark': 335, 'end_of_day_photos_duplicated': 2016, 'end_of_day_photos_nothing_done': 7, 'end_of_day_photos_ok_for_neural_classification': 2943, 'end_of_day_photos_uploaded': 3318, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 7, 'nb_images_finished': 113, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 1, 'nb_images_started': 13, 'nb_selected_images': 126, 'last_update': '2026/02/04', 'portfolio_id': 30309985, 'last_run_id': 2900014, 'total_number_of_photos': 3660}} No error ? {'log_dict': {'total_nb_images': 0, 'max_time_between_images': '0 days 0 seconds', 'coverage_pause': '0 days 0 seconds', 'coverage_times_pause': '0 days 0 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'ratio_coverage': 0.0}, 'dashboard_dict': {'nb_ptf_finished': 70, 'nb_images_finished': 1487, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 16, 'nb_images_started': 245, 'nb_selected_images': 1732, 'last_update': '2026/02/04', 'portfolio_id': 30297655, 'last_run_id': 2899602, 'total_number_of_photos': 7584}} No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898523, 'total_number_of_photos': 5542}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898523, 'total_number_of_photos': 5542}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! No error ? {'log_dict': {'total_nb_images': 6468, 'max_time_between_images': '0 days 55 seconds', 'coverage_pause': '0 days 62823 seconds', 'coverage_times_pause': '0 days 64710 seconds', 'nb_photos_decision': 0, 'nb_gray_level_ok': 0, 'nb_dedup_ok': 0, 'nb_two_criteria_ok': 0, 'nb_forced_upload': 0, 'end_of_day_photos_dark': 412, 'end_of_day_photos_duplicated': 604, 'end_of_day_photos_nothing_done': 1, 'end_of_day_photos_ok_for_neural_classification': 12, 'end_of_day_photos_uploaded': 5439, 'ratio_coverage': 1.0}, 'dashboard_dict': {'nb_ptf_finished': 80, 'nb_images_finished': 1681, 'nb_ptf_finished_for_older': 0, 'nb_images_finished_for_older': 0, 'nb_ptf_started': 0, 'nb_images_started': 0, 'nb_selected_images': 1681, 'last_update': '2026/02/03', 'portfolio_id': 30288864, 'last_run_id': 2898501, 'total_number_of_photos': 5542}} Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Since we don't have condition on date we need to verify this lately ! Found day : 2026-02-28 00:00:00 Found day : 2026-02-27 00:00:00 Found day : 2026-02-26 00:00:00 Found day : 2026-02-25 00:00:00 Found day : 2026-02-24 00:00:00 Found day : 2026-02-23 00:00:00 Found day : 2026-02-21 00:00:00 Found day : 2026-02-20 00:00:00 Found day : 2026-02-19 00:00:00 Found day : 2026-02-18 00:00:00 Found day : 2026-02-17 00:00:00 Found day : 2026-02-16 00:00:00 Found day : 2026-02-14 00:00:00 Found day : 2026-02-13 00:00:00 Found day : 2026-02-12 00:00:00 Found day : 2026-02-11 00:00:00 Found day : 2026-02-10 00:00:00 Found day : 2026-02-09 00:00:00 Found day : 2026-02-07 00:00:00 Found day : 2026-02-06 00:00:00 Found day : 2026-02-05 00:00:00 Found day : 2026-02-04 00:00:00 Found day : 2026-02-03 00:00:00 Found day : 2026-02-02 00:00:00 after coverage_data SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______jrm' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______film_pedb' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______refus' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pehd_pp' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______pet_clair' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______gm' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______flux_dev' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______emr' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______aluminium' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; SELECT DATE(date_debut) as date, sum(qualite*nombre_balle)/sum(nombre_balle), nombre_balle FROM MTRPhoto.dashboard_results dr, MTRPhoto.dashboard_entry_day ded where dr.hashtag = '_______ela' and ded.dashboard_place_id = 36 and month(ded.date) = 02 and year(ded.date) = 2026 and dr.dashboard_run_id=ded.last_run_id and dr.qualite>=0 GROUP BY ded.date order by dr.date_debut; select avg(cps.score) as score, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'__', -1), '_', 1) as sbstr, SUBSTRING_INDEX(SUBSTRING_INDEX(mp.name,'_', -2), '_', 1) as sbstr2, SUBSTRING_INDEX(mp.name,'_', -1) as sbstr3 FROM MTRUser.mtr_portfolio_photos mpp, MTRUser.mtr_portfolios mp,MTRPhoto.class_photo_score cps,MTRBack.hashtags h,MTRPhoto.dashboard_results dr,MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE mp.id=mpp.mtr_portfolio_id and cps.photo_id=mpp.mtr_photo_id and h.hashtag_id=cps.hashtag_id and dr.mtr_portfolio_id = mpp.mtr_portfolio_id and dr.dashboard_run_id = ded.last_run_id and ded.dashboard_place_id = dp.id and h.hashtag in ('blur', 'mean_blur', 'clear') and dp.id = 36 and mp.name like '%022026%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2026-02-01 : dt_date_just_month_year : 2026-02-01 00:00:00 : VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! after pl.get_datou_sts_from_crontab : verbose : True no sts found, try to find from database SELECT dri.id FROM MTRPhoto.dashboard_run_ids dri, MTRPhoto.dashboard_entry_day ded, MTRPhoto.dashboard_places dp WHERE dp.name= "angers_montee_convoyeur" AND ded.dashboard_place_id=dp.id AND dri.dashboard_entry_day=ded.id AND dri.id=ded.last_run_id AND ded.date >= "2026-02-01" AND ded.date <= "2026-02-28" SELECT h.hashtag as unwanted_material, substr(dr.hashtag,8) as main_material, ptp.type as pht_type, sum(pcr.value*dr.nombre_balle)/sum(dr.nombre_balle) as ratio, count(distinct mpp.mtr_photo_id) as nb_photo, group_concat(distinct ptp.mtr_portfolio_id_2) as list_port_cont, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_port, group_concat(distinct concat(cast(ptp.mtr_portfolio_id_1 as char), ":", h.hashtag, ":", cast(ptp.type as char), ":", cast(ptp.mtr_portfolio_id_2 as char))) as assoc_mat FROM MTRPhoto.dashboard_results dr, MTRPhoto.mtr_port_to_port_ids ptp, MTRUser.mtr_portfolio_photos mpp, MTRUser.portfolio_carac_ratio pcr, MTRBack.hashtags h WHERE dr.dashboard_run_id IN (2919307,2926841,2943079,2944846,2901617,2945236,2903342,2903847,2904790,2905573,2906692,2907720,2908768,2909385,2910141,2911349,2912632,2915872,2921150,2926759,2923619,2924574,2926747,2926867,2927799,2928202,2931006,2934481) AND dr.mtr_portfolio_id=ptp.mtr_portfolio_id_1 AND dr.qualite >= 0 AND mpp.mtr_portfolio_id=ptp.mtr_portfolio_id_2 AND pcr.portfolio_id=ptp.mtr_portfolio_id_1 AND h.hashtag_id = pcr.hashtag_id AND ptp.type = pcr.hashtag_type AND mpp.hide_status = 0 AND ptp.hashtag_id=h.hashtag_id AND ptp.type IN (4209,4207,3726,4203,4461,4211,4200,4205,3594,3327) group by h.hashtag, dr.hashtag, ptp.type; VR TODO TO BETTER PARSE ! ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011588217864606927, 'nb_photo': 1225, 'list_port_cont': '30302438,30317511,30317771,30317955,30318228,30319277,30322064,30333367,30335081,30337865,30348810,30349733,30355400,30356186,30362994,30364431,30364707,30364713,30365009,30365330,30365364,30365807,30366249,30366305,30366487,30367646,30371175,30372104,30372149,30372994,30374100,30374830,30375478,30375803,30376022,30376742,30379872,30381269,30381296,30381542,30382048,30382806,30383661,30383955,30384648,30384964,30385227,30385899,30386309,30386324,30386380,30386668,30389927,30390421,30390982,30391005,30391757,30391773,30392538,30393458,30393507,30393545,30394391,30411421,30411552,30412364,30414170,30414283,30415979,30415993,30416470,30417187,30417764,30422386,30423180,30424102,30424803,30424867,30426473,30426647,30428128,30429529,30430718,30433105,30434251,30434463,30434565,30437341,30437473,30438810,30439028,30439169,30439672,30440054,30458659,30459500,30461284,30462843,30464519,30464582,30464807,30467661,30468011,30468100,30470294,30470798,30470807,30474928,30474982,30475144,30482197,30482901,30485162,3048534', 'assoc_port': '30302181:30302438,30316894:30317955,30316896:30319277,30316906:30317771,30316933:30317511,30317937:30318228,30321406:30322064,30333126:30333367,30335012:30335081,30337652:30337865,30348419:30348810,30349656:30349733,30350356:30355400,30355869:30356186,30362769:30362994,30364114:30365009,30364119:30364431,30364596:30364713,30364602:30364707,30365105:30365364,30365108:30365330,30365610:30365807,30366054:30366305,30366058:30366487,30366063:30366249,30366707:30367646,30371017:30371175,30371985:30372104,30371990:30372149,30372622:30372994,30373080:30374100,30374253:30374830,30374864:30375478,30374916:30379872,30375563:30376022,30375570:30375803,30376036:30376742,30380937:30381269,30380939:30381296,30381413:30381542,30381818:30382048,30382509:30383955,30382731:30382806,30383449:30383661,30383769:30384964,30384641:30384648,30385068:30385227,30385659:30385899,30386168:30386309,30386172:30386324,30386178:30386380,30386611:30386668,30389679:30389927,30390234:30390421,30390823:30391005,30390827:30390982,30391458:3039253', 'assoc_mat': '30302181:autre:3327:30302438,30316894:autre:3327:30317955,30316896:autre:3327:30319277,30316906:autre:3327:30317771,30316933:autre:3327:30317511,30317937:autre:3327:30318228,30321406:autre:3327:30322064,30333126:autre:3327:30333367,30335012:autre:3327:30335081,30337652:autre:3327:30337865,30348419:autre:3327:30348810,30349656:autre:3327:30349733,30350356:autre:3327:30355400,30355869:autre:3327:30356186,30362769:autre:3327:30362994,30364114:autre:3327:30365009,30364119:autre:3327:30364431,30364596:autre:3327:30364713,30364602:autre:3327:30364707,30365105:autre:3327:30365364,30365108:autre:3327:30365330,30365610:autre:3327:30365807,30366054:autre:3327:30366305,30366058:autre:3327:30366487,30366063:autre:3327:30366249,30366707:autre:3327:30367646,30371017:autre:3327:30371175,30371985:autre:3327:30372104,30371990:autre:3327:30372149,30372622:autre:3327:30372994,30373080:autre:3327:30374100,30374253:autre:3327:30374830,30374864:autre:3327:30375478,30374916:autre:3327:30379872,30375563:autre:3327:30376022,30375570:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001271746154597147, 'nb_photo': 178, 'list_port_cont': '30291992,30293474,30303679,30305343,30317026,30318686,30319836,30334541,30335300,30336428,30337160,30350630,30354008,30356199,30364444,30365850,30375817,30376128,30382002,30390388,30414052,30414118,30415905,30417142,30422405,30428049,30439806,30463284,30474683,30482132,30556982,30557479', 'assoc_port': '30291900:30291992,30293213:30293474,30303524:30303679,30305288:30305343,30316887:30318686,30316902:30317026,30319681:30319836,30334523:30334541,30335122:30335300,30336232:30336428,30336905:30337160,30350359:30350630,30353968:30354008,30355868:30356199,30364122:30364444,30365606:30365850,30375567:30375817,30375989:30376128,30381801:30382002,30390238:30390388,30413755:30414052,30413756:30414118,30415664:30415905,30416949:30417142,30422132:30422405,30427763:30428049,30439717:30439806,30462764:30463284,30474277:30474683,30481865:30482132,30520289:30556982,30521693:30557479', 'assoc_mat': '30291900:autre:3594:30291992,30293213:autre:3594:30293474,30303524:autre:3594:30303679,30305288:autre:3594:30305343,30316887:autre:3594:30318686,30316902:autre:3594:30317026,30319681:autre:3594:30319836,30334523:autre:3594:30334541,30335122:autre:3594:30335300,30336232:autre:3594:30336428,30336905:autre:3594:30337160,30350359:autre:3594:30350630,30353968:autre:3594:30354008,30355868:autre:3594:30356199,30364122:autre:3594:30364444,30365606:autre:3594:30365850,30375567:autre:3594:30375817,30375989:autre:3594:30376128,30381801:autre:3594:30382002,30390238:autre:3594:30390388,30413755:autre:3594:30414052,30413756:autre:3594:30414118,30415664:autre:3594:30415905,30416949:autre:3594:30417142,30422132:autre:3594:30422405,30427763:autre:3594:30428049,30439717:autre:3594:30439806,30462764:autre:3594:30463284,30474277:autre:3594:30474683,30481865:autre:3594:30482132,30520289:autre:3594:30556982,30521693:autre:3594:30557479'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.03419417534237899, 'nb_photo': 2506, 'list_port_cont': '30290369,30291446,30291625,30291913,30293047,30293330,30294421,30300046,30300299,30300587,30300617,30301222,30301233,30301270,30301318,30302342,30302369,30302840,30302852,30303550,30303560,30303641,30304184,30304350,30305297,30307865,30307905,30310777,30311436,30314975,30315386,30316299,30316754,30317321,30317368,30317430,30317459,30317536,30317607,30317639,30317695,30317706,30317750,30317793,30317801,30317899,30318171,30318267,30318771,30318911,30318975,30320046,30320706,30320886,30321525,30322390,30322648,30322664,30327148,30327161,30327253,30327260,30327419,30327572,30333637,30333862,30334533,30334713,30334758,30335560,30335666,30336321,30336501,30337086,30337389,30337701,30346658,30346696,30346904,30346960,30347322,30348651,30348724,30363393,30364605,30365147,30366037,30370833,30370862,30370873,30372020,30374358,30375092,30376151,30376666,30376763,30380630,30381140,30382753,30382784,30386223,30389795,30390928,30394675,30411023,30414314,30414340,30415729,30416627,30417049,30423933,30424501,30424549,3042457', 'assoc_port': '30290351:30290369,30291287:30291446,30291611:30291625,30291902:30291913,30292864:30293047,30293214:30293330,30294223:30294421,30299944:30300046,30300247:30300299,30300542:30300617,30300544:30300587,30301102:30301318,30301161:30301222,30301180:30301233,30301181:30301270,30302179:30302369,30302182:30302342,30302714:30302852,30302752:30302840,30303518:30303641,30303520:30303560,30303527:30303550,30303948:30304184,30304346:30304350,30305289:30305297,30307815:30307905,30307822:30307865,30310712:30311436,30310719:30310777,30314901:30314975,30315256:30315386,30316218:30316299,30316572:30316754,30316872:30318267,30316875:30318171,30316883:30317899,30316886:30317793,30316889:30317801,30316892:30317750,30316895:30317695,30316900:30317706,30316904:30317639,30316905:30317607,30316908:30317536,30316912:30317459,30316914:30317430,30316918:30317368,30316921:30317321,30316936:30318771,30317931:30318975,30317951:30318911,30319874:30320046,30320625:30320706,30320880:30320886,30321386:30321525,30322313:30322390,30322553:3032264', 'assoc_mat': '30290351:autre_refus:3726:30290369,30291287:autre_refus:3726:30291446,30291611:autre_refus:3726:30291625,30291902:autre_refus:3726:30291913,30292864:autre_refus:3726:30293047,30293214:autre_refus:3726:30293330,30294223:autre_refus:3726:30294421,30299944:autre_refus:3726:30300046,30300247:autre_refus:3726:30300299,30300542:autre_refus:3726:30300617,30300544:autre_refus:3726:30300587,30301102:autre_refus:3726:30301318,30301161:autre_refus:3726:30301222,30301180:autre_refus:3726:30301233,30301181:autre_refus:3726:30301270,30302179:autre_refus:3726:30302369,30302182:autre_refus:3726:30302342,30302714:autre_refus:3726:30302852,30302752:autre_refus:3726:30302840,30303518:autre_refus:3726:30303641,30303520:autre_refus:3726:30303560,30303527:autre_refus:3726:30303550,30303948:autre_refus:3726:30304184,30304346:autre_refus:3726:30304350,30305289:autre_refus:3726:30305297,30307815:autre_refus:3726:30307905,30307822:autre_refus:3726:30307865,30310712:autre_refus:3726:30311436,30310719:autre_refus:3726:30310777,30314901:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010484700279795166, 'nb_photo': 1437, 'list_port_cont': '30348807,30349741,30355398,30356174,30363005,30364421,30364702,30364719,30365018,30365334,30365366,30365809,30366248,30366292,30366494,30367637,30371180,30372098,30372142,30373004,30374097,30374824,30375475,30375810,30376029,30376734,30379876,30381263,30381287,30381297,30381533,30382051,30382802,30383669,30383945,30384647,30384976,30385217,30385895,30386316,30386334,30386384,30386674,30389919,30390423,30390991,30391001,30391748,30391763,30392544,30393459,30393513,30393532,30394393,30411423,30411548,30412370,30414165,30414286,30415983,30416003,30416473,30417191,30417765,30422388,30423177,30424091,30424806,30424865,30426463,30426638,30428131,30428925,30429541,30430725,30433103,30434248,30434465,30434561,30437352,30437475,30438811,30439021,30439168,30439514,30439662,30440049,30458671,30459498,30461285,30462842,30464521,30464574,30464799,30467665,30468014,30468098,30470287,30470789,30470811,30474916,30474972,30475143,30482195,30482898,30485163,30485337,30487509,30489145,30489152,30520700,30520715,30520748,3052465', 'assoc_port': '30348419:30348807,30349656:30349741,30350356:30355398,30355869:30356174,30362769:30363005,30364114:30365018,30364119:30364421,30364596:30364719,30364602:30364702,30365105:30365366,30365108:30365334,30365610:30365809,30366054:30366292,30366058:30366494,30366063:30366248,30366707:30367637,30371017:30371180,30371985:30372098,30371990:30372142,30372622:30373004,30373080:30374097,30374253:30374824,30374864:30375475,30374916:30379876,30375563:30376029,30375570:30375810,30376036:30376734,30380937:30381263,30380939:30381297,30380946:30381287,30381413:30381533,30381818:30382051,30382509:30383945,30382731:30382802,30383449:30383669,30383769:30384976,30384641:30384647,30385068:30385217,30385659:30385895,30386168:30386316,30386172:30386334,30386178:30386384,30386611:30386674,30389679:30389919,30390234:30390423,30390823:30391001,30390827:30390991,30391458:30392544,30391466:30391763,30391469:30391748,30393092:30393532,30393099:30393459,30393141:30393513,30394257:30394393,30411284:30411423,30411466:30411548,30412116:3041237', 'assoc_mat': '30348419:barquette_avec_film:3327:30348807,30349656:barquette_avec_film:3327:30349741,30350356:barquette_avec_film:3327:30355398,30355869:barquette_avec_film:3327:30356174,30362769:barquette_avec_film:3327:30363005,30364114:barquette_avec_film:3327:30365018,30364119:barquette_avec_film:3327:30364421,30364596:barquette_avec_film:3327:30364719,30364602:barquette_avec_film:3327:30364702,30365105:barquette_avec_film:3327:30365366,30365108:barquette_avec_film:3327:30365334,30365610:barquette_avec_film:3327:30365809,30366054:barquette_avec_film:3327:30366292,30366058:barquette_avec_film:3327:30366494,30366063:barquette_avec_film:3327:30366248,30366707:barquette_avec_film:3327:30367637,30371017:barquette_avec_film:3327:30371180,30371985:barquette_avec_film:3327:30372098,30371990:barquette_avec_film:3327:30372142,30372622:barquette_avec_film:3327:30373004,30373080:barquette_avec_film:3327:30374097,30374253:barquette_avec_film:3327:30374824,30374864:barquette_avec_film:3327:30375475,30374916:barquette_avec_film:3327:3'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0047719111645542316, 'nb_photo': 392, 'list_port_cont': '30348706,30350506,30350586,30350841,30362661,30365294,30366166,30376096,30376787,30381956,30383874,30386284,30386614,30390300,30393652,30413356,30413974,30415850,30417507,30422308,30427541,30427912,30434146,30434166,30437193,30438733,30439765,30462186,30481970,30515385,30515528,30548488,30550632,30554470,30555321,30561151,30561816,30563500,30567243,30569989,30570642,30570766', 'assoc_port': '30348405:30348706,30350358:30350586,30350360:30350506,30350789:30350841,30362654:30362661,30365098:30365294,30366062:30366166,30374184:30376787,30376035:30376096,30381798:30381956,30383750:30383874,30386171:30386284,30386613:30386614,30390237:30390300,30391858:30393652,30411795:30413356,30412112:30413974,30415627:30415850,30416943:30417507,30422128:30422308,30426079:30427541,30427759:30427912,30433953:30434166,30433956:30434146,30437163:30437193,30438513:30438733,30439716:30439765,30461853:30462186,30466591:30515528,30481873:30481970,30486695:30515385,30520310:30561816,30520335:30570766,30521049:30567243,30521147:30569989,30522388:30570642,30523044:30561151,30535167:30563500,30535853:30550632,30536090:30554470,30544206:30555321,30548091:30548488', 'assoc_mat': '30348405:barquette_opaque:4205:30348706,30350358:barquette_opaque:4205:30350586,30350360:barquette_opaque:4205:30350506,30350789:barquette_opaque:4205:30350841,30362654:barquette_opaque:4205:30362661,30365098:barquette_opaque:4205:30365294,30366062:barquette_opaque:4205:30366166,30374184:barquette_opaque:4205:30376787,30376035:barquette_opaque:4205:30376096,30381798:barquette_opaque:4205:30381956,30383750:barquette_opaque:4205:30383874,30386171:barquette_opaque:4205:30386284,30386613:barquette_opaque:4205:30386614,30390237:barquette_opaque:4205:30390300,30391858:barquette_opaque:4205:30393652,30411795:barquette_opaque:4205:30413356,30412112:barquette_opaque:4205:30413974,30415627:barquette_opaque:4205:30415850,30416943:barquette_opaque:4205:30417507,30422128:barquette_opaque:4205:30422308,30426079:barquette_opaque:4205:30427541,30427759:barquette_opaque:4205:30427912,30433953:barquette_opaque:4205:30434166,30433956:barquette_opaque:4205:30434146,30437163:barquette_opaque:4205:30437193,30438513:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.02504914727813065, 'nb_photo': 3464, 'list_port_cont': '30355515,30364399,30365287,30366321,30372217,30375486,30375510,30376420,30381556,30383688,30384875,30386371,30391018,30391311,30393742,30393795,30397105,30411402,30413049,30414423,30416519,30417269,30422458,30424747,30426495,30426584,30428244,30430627,30434538,30437850,30439186,30458851,30462869,30547918,30548149,30550480,30555926,30556383,30556554,30556877,30558135,30562767,30563356,30563962,30568139,30571492,30572008,30572451,30572551', 'assoc_port': '30355431:30355515,30364116:30364399,30365106:30365287,30366060:30366321,30371984:30372217,30374838:30375486,30374917:30375510,30376032:30376420,30381411:30381556,30383444:30383688,30384777:30384875,30386174:30386371,30390228:30391311,30390868:30391018,30392089:30393795,30393088:30397105,30393660:30393742,30411282:30411402,30412938:30413049,30414207:30414423,30416250:30416519,30416948:30417269,30422158:30422458,30424474:30424747,30426083:30426495,30426096:30426584,30427756:30428244,30429228:30430627,30434454:30434538,30437569:30437850,30439084:30439186,30458034:30458851,30461856:30462869,30482699:30556383,30520286:30558135,30520313:30562767,30521152:30571492,30521340:30547918,30521981:30572551,30522565:30548149,30523373:30563356,30534710:30572451,30534715:30572008,30535493:30563962,30535790:30550480,30539171:30556877,30544211:30555926,30547795:30556554,30549864:30568139', 'assoc_mat': '30355431:barquette_opaque:4203:30355515,30364116:barquette_opaque:4203:30364399,30365106:barquette_opaque:4203:30365287,30366060:barquette_opaque:4203:30366321,30371984:barquette_opaque:4203:30372217,30374838:barquette_opaque:4203:30375486,30374917:barquette_opaque:4203:30375510,30376032:barquette_opaque:4203:30376420,30381411:barquette_opaque:4203:30381556,30383444:barquette_opaque:4203:30383688,30384777:barquette_opaque:4203:30384875,30386174:barquette_opaque:4203:30386371,30390228:barquette_opaque:4203:30391311,30390868:barquette_opaque:4203:30391018,30392089:barquette_opaque:4203:30393795,30393088:barquette_opaque:4203:30397105,30393660:barquette_opaque:4203:30393742,30411282:barquette_opaque:4203:30411402,30412938:barquette_opaque:4203:30413049,30414207:barquette_opaque:4203:30414423,30416250:barquette_opaque:4203:30416519,30416948:barquette_opaque:4203:30417269,30422158:barquette_opaque:4203:30422458,30424474:barquette_opaque:4203:30424747,30426083:barquette_opaque:4203:30426495,30426096:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031326897615454427, 'nb_photo': 676, 'list_port_cont': '30348582,30348608,30349704,30350462,30350848,30353027,30355909,30355936,30363431,30363624,30364265,30364340,30364393,30364617,30364686,30365197,30365265,30365629,30365631,30366191,30366760,30366858,30366952,30368803,30370852,30371403,30372816,30372894,30373094,30373450,30373771,30374465,30375067,30375614,30375695,30375713,30376068,30376637,30376831,30381082,30381105,30381169,30381971,30382562,30382571,30383536,30383860,30383894,30384359,30385029,30385391,30386202,30386227,30386631,30389747,30389807,30390282,30390957,30391623,30391936,30392069,30393254,30393284,30393355,30393384,30394297,30394321,30396981,30411050,30411302,30411476,30411489,30411802,30412228,30412283,30412301,30413922,30413997,30414550,30414592,30415713,30415788,30416338,30416371,30416649,30417030,30417581,30419093,30422210,30422222,30422839,30423017,30423062,30423910,30423923,30424478,30424569,30424588,30424635,30425026,30426132,30426232,30426283,30426353,30426924,30427773,30427943,30428816,30431365,30432979,30434082,30434138,30434222,3043478', 'assoc_port': '30348407:30348582,30348410:30348608,30349655:30349704,30350361:30350462,30350748:30353027,30350787:30350848,30355867:30355909,30355870:30355936,30363346:30363431,30363571:30363624,30364115:30364393,30364117:30364265,30364120:30364340,30364597:30364686,30364601:30364617,30365100:30365265,30365107:30365197,30365603:30365631,30365608:30365629,30365612:30366760,30366055:30366191,30366061:30368803,30366702:30366952,30366706:30366858,30370758:30370852,30371337:30371403,30371983:30373450,30372581:30373771,30372621:30372816,30372623:30372894,30373081:30373094,30374164:30374465,30374937:30375067,30375561:30375713,30375564:30375695,30375566:30375614,30376015:30376068,30376541:30376637,30376770:30376831,30380938:30381169,30380943:30381105,30380945:30381082,30381796:30381971,30381804:30382571,30382511:30382562,30383445:30383536,30383452:30385029,30383770:30383894,30383772:30383860,30384242:30384359,30385341:30385391,30386167:30386227,30386170:30386202,30386612:30386631,30389677:30389807,30389683:30389747,30390235:3039028', 'assoc_mat': '30348407:barquette_opaque:4207:30348582,30348410:barquette_opaque:4207:30348608,30349655:barquette_opaque:4207:30349704,30350361:barquette_opaque:4207:30350462,30350748:barquette_opaque:4207:30353027,30350787:barquette_opaque:4207:30350848,30355867:barquette_opaque:4207:30355909,30355870:barquette_opaque:4207:30355936,30363346:barquette_opaque:4207:30363431,30363571:barquette_opaque:4207:30363624,30364115:barquette_opaque:4207:30364393,30364117:barquette_opaque:4207:30364265,30364120:barquette_opaque:4207:30364340,30364597:barquette_opaque:4207:30364686,30364601:barquette_opaque:4207:30364617,30365100:barquette_opaque:4207:30365265,30365107:barquette_opaque:4207:30365197,30365603:barquette_opaque:4207:30365631,30365608:barquette_opaque:4207:30365629,30365612:barquette_opaque:4207:30366760,30366055:barquette_opaque:4207:30366191,30366061:barquette_opaque:4207:30368803,30366702:barquette_opaque:4207:30366952,30366706:barquette_opaque:4207:30366858,30370758:barquette_opaque:4207:30370852,30371337:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0059244828581451, 'nb_photo': 40, 'list_port_cont': '30334558,30338052,30357353,30363575,30364289,30372032,30376688,30382608,30383813,30394272,30412968,30413101,30416056,30423952,30426308,30427974,30428892,30434182,30435262,30436952,30439597,30457604,30459434,30520671,30530100,30531963,30548570,30550537,30559105,30560232,30570247', 'assoc_port': '30334524:30334558,30338007:30338052,30357343:30357353,30363569:30363575,30364118:30364289,30371989:30372032,30376034:30376688,30381802:30383813,30382510:30382608,30393123:30394272,30411463:30413101,30412937:30412968,30413760:30416056,30423731:30423952,30426099:30426308,30427753:30427974,30428693:30428892,30433954:30434182,30434449:30436952,30435214:30435262,30439501:30439597,30457292:30457604,30459234:30459434,30520343:30520671,30521127:30531963,30521660:30530100,30534711:30570247,30534793:30560232,30535492:30559105,30544165:30550537,30548087:30548570', 'assoc_mat': '30334524:barquette_opaque:4461:30334558,30338007:barquette_opaque:4461:30338052,30357343:barquette_opaque:4461:30357353,30363569:barquette_opaque:4461:30363575,30364118:barquette_opaque:4461:30364289,30371989:barquette_opaque:4461:30372032,30376034:barquette_opaque:4461:30376688,30381802:barquette_opaque:4461:30383813,30382510:barquette_opaque:4461:30382608,30393123:barquette_opaque:4461:30394272,30411463:barquette_opaque:4461:30413101,30412937:barquette_opaque:4461:30412968,30413760:barquette_opaque:4461:30416056,30423731:barquette_opaque:4461:30423952,30426099:barquette_opaque:4461:30426308,30427753:barquette_opaque:4461:30427974,30428693:barquette_opaque:4461:30428892,30433954:barquette_opaque:4461:30434182,30434449:barquette_opaque:4461:30436952,30435214:barquette_opaque:4461:30435262,30439501:barquette_opaque:4461:30439597,30457292:barquette_opaque:4461:30457604,30459234:barquette_opaque:4461:30459434,30520343:barquette_opaque:4461:30520671,30521127:barquette_opaque:4461:30531963,30521660:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02311234505404649, 'nb_photo': 4188, 'list_port_cont': '30302303,30302311,30317030,30317275,30335598,30348558,30350869,30350958,30357407,30363612,30364667,30365220,30366139,30366283,30366721,30366936,30368817,30370915,30371693,30373136,30373508,30373514,30375176,30375200,30375594,30375722,30375798,30376160,30376648,30376803,30381115,30381991,30382738,30382869,30383486,30383550,30383839,30384520,30384862,30385415,30385820,30386299,30388418,30389814,30389910,30390325,30390931,30390965,30391612,30391713,30393274,30393303,30393378,30393406,30394333,30411517,30412010,30412236,30412944,30413941,30414044,30414351,30414453,30415801,30416349,30416732,30417062,30417250,30417602,30422273,30422325,30423121,30423127,30424646,30424670,30426196,30426936,30427552,30427806,30427962,30428055,30428834,30429628,30430753,30433029,30434118,30434495,30434841,30435253,30436605,30437255,30437783,30438641,30439132,30439584,30439635,30457590,30457644,30457902,30462288,30463092,30464393,30464540,30464659,30469676,30469875,30471156,30471294,30474550,30474602,30479702,30482072,30482889,3048291', 'assoc_port': '30302187:30302311,30302189:30302303,30316924:30317275,30316935:30317030,30335480:30335598,30348435:30348558,30349654:30350958,30350775:30350869,30357342:30357407,30363573:30363612,30364600:30364667,30365097:30366283,30365104:30365220,30365609:30366721,30366053:30368817,30366059:30366139,30366703:30371693,30366704:30366936,30370765:30370915,30371981:30373514,30371991:30373508,30373082:30373136,30374223:30376803,30374915:30375176,30374918:30375200,30375559:30375798,30375562:30375594,30375569:30375722,30376037:30376160,30376542:30376648,30380941:30381115,30381409:30382869,30381803:30381991,30381833:30383839,30382730:30382738,30383450:30383550,30383451:30383486,30384240:30384520,30384775:30384862,30385342:30385415,30385661:30385820,30386173:30386299,30386179:30388418,30389671:30389910,30389681:30389814,30390233:30390325,30390824:30390965,30390866:30390931,30391462:30391713,30391467:30391612,30393090:30393406,30393097:30393378,30393098:30393303,30393140:30393274,30394258:30394333,30410949:30412236,30411465:3041151', 'assoc_mat': '30302187:barquette_opaque:4200:30302311,30302189:barquette_opaque:4200:30302303,30316924:barquette_opaque:4200:30317275,30316935:barquette_opaque:4200:30317030,30335480:barquette_opaque:4200:30335598,30348435:barquette_opaque:4200:30348558,30349654:barquette_opaque:4200:30350958,30350775:barquette_opaque:4200:30350869,30357342:barquette_opaque:4200:30357407,30363573:barquette_opaque:4200:30363612,30364600:barquette_opaque:4200:30364667,30365097:barquette_opaque:4200:30366283,30365104:barquette_opaque:4200:30365220,30365609:barquette_opaque:4200:30366721,30366053:barquette_opaque:4200:30368817,30366059:barquette_opaque:4200:30366139,30366703:barquette_opaque:4200:30371693,30366704:barquette_opaque:4200:30366936,30370765:barquette_opaque:4200:30370915,30371981:barquette_opaque:4200:30373514,30371991:barquette_opaque:4200:30373508,30373082:barquette_opaque:4200:30373136,30374223:barquette_opaque:4200:30376803,30374915:barquette_opaque:4200:30375176,30374918:barquette_opaque:4200:30375200,30375559:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006177480562929052, 'nb_photo': 109, 'list_port_cont': '30303365,30309273,30334725,30335619,30346675,30370887,30371057,30372956,30374588,30376118,30376623,30380798,30382773,30390261,30391714,30393414,30394360,30394441,30411523,30416427,30422252,30425081,30425611,30434092,30435316,30462086,30467426,30486869,30508547,30520502,30524531,30524740,30524943,30524963,30526593,30526843,30527163,30548468,30550216,30550384,30551566,30552553,30552898,30553325,30560140,30560447,30567926', 'assoc_port': '30303219:30303365,30307826:30309273,30334710:30334725,30335476:30335619,30346647:30346675,30370760:30370887,30371012:30371057,30372619:30372956,30374203:30374588,30375954:30376118,30376564:30376623,30380593:30380798,30382729:30382773,30390239:30390261,30391461:30391714,30393087:30394441,30393093:30393414,30394260:30394360,30411468:30411523,30416254:30416427,30422134:30422252,30423711:30425611,30424985:30425081,30433957:30434092,30435212:30435316,30461848:30462086,30466584:30467426,30484222:30508547,30486694:30486869,30520288:30526843,30520331:30526593,30520369:30520502,30521126:30527163,30521802:30524963,30522390:30524943,30522680:30524740,30523375:30524531,30534707:30560447,30534708:30553325,30535163:30560140,30535499:30552898,30536211:30552553,30539168:30551566,30544180:30567926,30547787:30550384,30547788:30548468,30549866:30550216', 'assoc_mat': '30303219:barquette_opaque:4209:30303365,30307826:barquette_opaque:4209:30309273,30334710:barquette_opaque:4209:30334725,30335476:barquette_opaque:4209:30335619,30346647:barquette_opaque:4209:30346675,30370760:barquette_opaque:4209:30370887,30371012:barquette_opaque:4209:30371057,30372619:barquette_opaque:4209:30372956,30374203:barquette_opaque:4209:30374588,30375954:barquette_opaque:4209:30376118,30376564:barquette_opaque:4209:30376623,30380593:barquette_opaque:4209:30380798,30382729:barquette_opaque:4209:30382773,30390239:barquette_opaque:4209:30390261,30391461:barquette_opaque:4209:30391714,30393087:barquette_opaque:4209:30394441,30393093:barquette_opaque:4209:30393414,30394260:barquette_opaque:4209:30394360,30411468:barquette_opaque:4209:30411523,30416254:barquette_opaque:4209:30416427,30422134:barquette_opaque:4209:30422252,30423711:barquette_opaque:4209:30425611,30424985:barquette_opaque:4209:30425081,30433957:barquette_opaque:4209:30434092,30435212:barquette_opaque:4209:30435316,30461848:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.06551804289558974, 'nb_photo': 34730, 'list_port_cont': '30289858,30290284,30290488,30290610,30291534,30291589,30291636,30291699,30291931,30291955,30292237,30292280,30293122,30294104,30294154,30294482,30294575,30302366,30302417,30303436,30303697,30304242,30304444,30305383,30307992,30308012,30308038,30308059,30311554,30312225,30315153,30315167,30315416,30315433,30316088,30316119,30316131,30316446,30316728,30316761,30317175,30317217,30317309,30317554,30317655,30317827,30317856,30317866,30317879,30318028,30318060,30318137,30318157,30318200,30318239,30318283,30318295,30318705,30319109,30319130,30319167,30319817,30320213,30320948,30321216,30321220,30321307,30321728,30321924,30322048,30322453,30322525,30322697,30322887,30322909,30327141,30327241,30327273,30327368,30327491,30327519,30327588,30327660,30329872,30333288,30333295,30333322,30333912,30333928,30334302,30334596,30334601,30334790,30335297,30335342,30336559,30337064,30337125,30337446,30337787,30337822,30337844,30346430,30346766,30346769,30347064,30347435,30348755,30349320,30349712,30350881,30350895,30356167,3036350', 'assoc_port': '30289306:30290610,30289774:30289858,30290043:30290284,30290347:30290488,30291286:30291589,30291289:30291534,30291609:30291699,30291612:30291636,30291899:30291955,30291901:30291931,30292077:30292280,30292101:30292237,30292862:30293122,30293775:30294154,30293777:30294104,30294224:30294575,30294228:30294482,30302186:30302366,30302190:30302417,30303218:30303436,30303526:30303697,30303943:30304242,30304344:30304444,30305286:30305383,30307814:30308059,30307816:30308012,30307817:30308038,30307818:30307992,30310708:30312225,30310716:30311554,30314898:30315167,30314900:30315153,30315255:30315433,30315259:30315416,30315979:30316088,30315981:30316119,30315984:30316131,30316220:30316446,30316647:30316728,30316648:30316761,30316860:30318705,30316864:30318239,30316865:30319817,30316866:30318137,30316869:30317217,30316873:30318295,30316877:30318283,30316882:30318060,30316884:30318028,30316885:30317866,30316893:30317879,30316897:30317856,30316903:30317827,30316911:30317655,30316920:30317554,30316925:30317309,30316934:3031717', 'assoc_mat': '30289306:barquette_opaque:4211:30290610,30289774:barquette_opaque:4211:30289858,30290043:barquette_opaque:4211:30290284,30290347:barquette_opaque:4211:30290488,30291286:barquette_opaque:4211:30291589,30291289:barquette_opaque:4211:30291534,30291609:barquette_opaque:4211:30291699,30291612:barquette_opaque:4211:30291636,30291899:barquette_opaque:4211:30291955,30291901:barquette_opaque:4211:30291931,30292077:barquette_opaque:4211:30292280,30292101:barquette_opaque:4211:30292237,30292862:barquette_opaque:4211:30293122,30293775:barquette_opaque:4211:30294154,30293777:barquette_opaque:4211:30294104,30294224:barquette_opaque:4211:30294575,30294228:barquette_opaque:4211:30294482,30302186:barquette_opaque:4211:30302366,30302190:barquette_opaque:4211:30302417,30303218:barquette_opaque:4211:30303436,30303526:barquette_opaque:4211:30303697,30303943:barquette_opaque:4211:30304242,30304344:barquette_opaque:4211:30304444,30305286:barquette_opaque:4211:30305383,30307814:barquette_opaque:4211:30308059,30307816:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00506939861024885, 'nb_photo': 877, 'list_port_cont': '30302440,30317967,30319575,30335083,30336572,30337471,30346440,30348817,30349736,30355403,30356185,30362995,30364420,30364709,30364715,30365006,30365338,30365371,30365801,30366260,30366302,30366493,30367647,30371174,30372151,30373005,30374110,30374835,30375483,30376020,30376744,30379882,30381260,30381283,30381300,30381544,30382043,30382809,30383672,30383957,30384660,30384965,30385223,30385898,30386319,30386329,30386373,30386670,30389922,30390428,30390986,30391003,30391756,30391769,30392546,30393506,30393534,30394387,30411429,30411558,30412371,30414161,30414277,30415985,30415999,30416472,30417195,30417760,30422384,30423170,30424096,30424812,30424866,30426466,30426635,30428123,30428926,30429539,30430719,30433114,30434466,30434568,30437349,30437470,30438814,30439031,30439170,30439669,30440062,30458662,30459497,30461281,30462851,30464524,30464576,30464805,30467669,30468001,30468092,30470293,30470795,30474919,30474983,30475145,30482200,30482895,30485173,30485341,30487506,30489141,30489159,30520721,30520742,3052504', 'assoc_port': '30302181:30302440,30316863:30319575,30316894:30317967,30335012:30335083,30336272:30336572,30337379:30337471,30346387:30346440,30348419:30348817,30349656:30349736,30350356:30355403,30355869:30356185,30362769:30362995,30364114:30365006,30364119:30364420,30364596:30364715,30364602:30364709,30365105:30365371,30365108:30365338,30365610:30365801,30366054:30366302,30366058:30366493,30366063:30366260,30366707:30367647,30371017:30371174,30371990:30372151,30372622:30373005,30373080:30374110,30374253:30374835,30374864:30375483,30374916:30379882,30375563:30376020,30376036:30376744,30380937:30381260,30380939:30381300,30380946:30381283,30381413:30381544,30381818:30382043,30382509:30383957,30382731:30382809,30383449:30383672,30383769:30384965,30384641:30384660,30385068:30385223,30385659:30385898,30386168:30386319,30386172:30386329,30386178:30386373,30386611:30386670,30389679:30389922,30390234:30390428,30390823:30391003,30390827:30390986,30391458:30392546,30391466:30391769,30391469:30391756,30393092:30393534,30393141:3039350', 'assoc_mat': '30302181:bouchon:3327:30302440,30316863:bouchon:3327:30319575,30316894:bouchon:3327:30317967,30335012:bouchon:3327:30335083,30336272:bouchon:3327:30336572,30337379:bouchon:3327:30337471,30346387:bouchon:3327:30346440,30348419:bouchon:3327:30348817,30349656:bouchon:3327:30349736,30350356:bouchon:3327:30355403,30355869:bouchon:3327:30356185,30362769:bouchon:3327:30362995,30364114:bouchon:3327:30365006,30364119:bouchon:3327:30364420,30364596:bouchon:3327:30364715,30364602:bouchon:3327:30364709,30365105:bouchon:3327:30365371,30365108:bouchon:3327:30365338,30365610:bouchon:3327:30365801,30366054:bouchon:3327:30366302,30366058:bouchon:3327:30366493,30366063:bouchon:3327:30366260,30366707:bouchon:3327:30367647,30371017:bouchon:3327:30371174,30371990:bouchon:3327:30372151,30372622:bouchon:3327:30373005,30373080:bouchon:3327:30374110,30374253:bouchon:3327:30374835,30374864:bouchon:3327:30375483,30374916:bouchon:3327:30379882,30375563:bouchon:3327:30376020,30376036:bouchon:3327:30376744,30380937:bouchon:3327:30381260,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00959491163873004, 'nb_photo': 383, 'list_port_cont': '30348718,30350509,30350588,30350837,30362655,30365304,30366173,30376103,30376776,30383887,30386276,30386629,30390292,30393639,30413357,30413964,30415860,30417508,30422309,30427528,30427913,30434141,30434165,30437195,30438726,30439754,30462182,30481972,30515386,30515527,30548493,30550627,30554456,30555324,30561149,30561815,30563509,30567248,30569992,30570645,30570770', 'assoc_port': '30348405:30348718,30350358:30350588,30350360:30350509,30350789:30350837,30362654:30362655,30365098:30365304,30366062:30366173,30374184:30376776,30376035:30376103,30383750:30383887,30386171:30386276,30386613:30386629,30390237:30390292,30391858:30393639,30411795:30413357,30412112:30413964,30415627:30415860,30416943:30417508,30422128:30422309,30426079:30427528,30427759:30427913,30433953:30434165,30433956:30434141,30437163:30437195,30438513:30438726,30439716:30439754,30461853:30462182,30466591:30515527,30481873:30481972,30486695:30515386,30520310:30561815,30520335:30570770,30521049:30567248,30521147:30569992,30522388:30570645,30523044:30561149,30535167:30563509,30535853:30550627,30536090:30554456,30544206:30555324,30548091:30548493', 'assoc_mat': '30348405:carton:4205:30348718,30350358:carton:4205:30350588,30350360:carton:4205:30350509,30350789:carton:4205:30350837,30362654:carton:4205:30362655,30365098:carton:4205:30365304,30366062:carton:4205:30366173,30374184:carton:4205:30376776,30376035:carton:4205:30376103,30383750:carton:4205:30383887,30386171:carton:4205:30386276,30386613:carton:4205:30386629,30390237:carton:4205:30390292,30391858:carton:4205:30393639,30411795:carton:4205:30413357,30412112:carton:4205:30413964,30415627:carton:4205:30415860,30416943:carton:4205:30417508,30422128:carton:4205:30422309,30426079:carton:4205:30427528,30427759:carton:4205:30427913,30433953:carton:4205:30434165,30433956:carton:4205:30434141,30437163:carton:4205:30437195,30438513:carton:4205:30438726,30439716:carton:4205:30439754,30461853:carton:4205:30462182,30466591:carton:4205:30515527,30481873:carton:4205:30481972,30486695:carton:4205:30515386,30520310:carton:4205:30561815,30520335:carton:4205:30570770,30521049:carton:4205:30567248,30521147:carton:4205:30569992,3052'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007615878293217735, 'nb_photo': 1277, 'list_port_cont': '30355513,30364408,30365274,30366308,30372221,30375492,30375514,30376421,30381558,30383687,30384879,30386357,30391020,30391300,30393734,30393785,30397100,30411409,30413052,30414436,30416523,30417277,30422469,30424752,30426504,30426588,30428245,30430642,30434536,30437860,30439194,30458842,30462870,30547916,30548152,30550477,30555935,30556376,30556549,30556881,30558134,30562765,30563355,30563972,30568138,30571491,30572014,30572460,30572561', 'assoc_port': '30355431:30355513,30364116:30364408,30365106:30365274,30366060:30366308,30371984:30372221,30374838:30375492,30374917:30375514,30376032:30376421,30381411:30381558,30383444:30383687,30384777:30384879,30386174:30386357,30390228:30391300,30390868:30391020,30392089:30393785,30393088:30397100,30393660:30393734,30411282:30411409,30412938:30413052,30414207:30414436,30416250:30416523,30416948:30417277,30422158:30422469,30424474:30424752,30426083:30426504,30426096:30426588,30427756:30428245,30429228:30430642,30434454:30434536,30437569:30437860,30439084:30439194,30458034:30458842,30461856:30462870,30482699:30556376,30520286:30558134,30520313:30562765,30521152:30571491,30521340:30547916,30521981:30572561,30522565:30548152,30523373:30563355,30534710:30572460,30534715:30572014,30535493:30563972,30535790:30550477,30539171:30556881,30544211:30555935,30547795:30556549,30549864:30568138', 'assoc_mat': '30355431:carton:4203:30355513,30364116:carton:4203:30364408,30365106:carton:4203:30365274,30366060:carton:4203:30366308,30371984:carton:4203:30372221,30374838:carton:4203:30375492,30374917:carton:4203:30375514,30376032:carton:4203:30376421,30381411:carton:4203:30381558,30383444:carton:4203:30383687,30384777:carton:4203:30384879,30386174:carton:4203:30386357,30390228:carton:4203:30391300,30390868:carton:4203:30391020,30392089:carton:4203:30393785,30393088:carton:4203:30397100,30393660:carton:4203:30393734,30411282:carton:4203:30411409,30412938:carton:4203:30413052,30414207:carton:4203:30414436,30416250:carton:4203:30416523,30416948:carton:4203:30417277,30422158:carton:4203:30422469,30424474:carton:4203:30424752,30426083:carton:4203:30426504,30426096:carton:4203:30426588,30427756:carton:4203:30428245,30429228:carton:4203:30430642,30434454:carton:4203:30434536,30437569:carton:4203:30437860,30439084:carton:4203:30439194,30458034:carton:4203:30458842,30461856:carton:4203:30462870,30482699:carton:4203:30556376,3052'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9180710723234846, 'nb_photo': 970, 'list_port_cont': '30303542,30335509,30338293,30348577,30348599,30349694,30350466,30350522,30353032,30355910,30355926,30357379,30363443,30363625,30364255,30364341,30364397,30364626,30364694,30365189,30365262,30365632,30366200,30366762,30366849,30366954,30368804,30370815,30370856,30371405,30372002,30372449,30372901,30373093,30373457,30373763,30374326,30374338,30374457,30375055,30375073,30375615,30375691,30376047,30376069,30376078,30376644,30376832,30376993,30381098,30381171,30381898,30381942,30381975,30383527,30383599,30383866,30383891,30384358,30385028,30385393,30386052,30386200,30386232,30386644,30389738,30389806,30390284,30390319,30390961,30391613,30391645,30391931,30392080,30393252,30393296,30393352,30393392,30394315,30396973,30411046,30411304,30411474,30411492,30411806,30412217,30412298,30413915,30413954,30413998,30414012,30414537,30414590,30415708,30415733,30415785,30416341,30416640,30417026,30417579,30419098,30422205,30422840,30423016,30423073,30423908,30423920,30424485,30424558,30424589,30424625,30425021,30426134,3042621', 'assoc_port': '30303519:30303542,30335479:30335509,30337378:30338293,30348407:30348577,30348410:30348599,30349655:30349694,30350357:30350522,30350361:30350466,30350748:30353032,30355867:30355910,30355870:30355926,30357341:30357379,30363346:30363443,30363571:30363625,30364115:30364397,30364117:30364255,30364120:30364341,30364597:30364694,30364601:30364626,30365100:30365262,30365107:30365189,30365603:30365632,30365612:30366762,30366055:30366200,30366061:30368804,30366702:30366954,30366706:30366849,30370757:30372449,30370758:30370856,30370768:30370815,30371337:30371405,30371983:30373457,30371986:30372002,30372581:30373763,30372623:30372901,30373081:30373093,30374164:30374457,30374236:30374326,30374263:30374338,30374837:30376993,30374937:30375073,30374959:30375055,30375564:30375691,30375566:30375615,30375992:30376078,30376015:30376069,30376031:30376047,30376541:30376644,30376770:30376832,30380938:30381171,30380943:30381098,30381796:30381975,30381797:30381942,30381832:30381898,30383443:30383599,30383445:30383527,30383452:3038502', 'assoc_mat': '30303519:carton:4207:30303542,30335479:carton:4207:30335509,30337378:carton:4207:30338293,30348407:carton:4207:30348577,30348410:carton:4207:30348599,30349655:carton:4207:30349694,30350357:carton:4207:30350522,30350361:carton:4207:30350466,30350748:carton:4207:30353032,30355867:carton:4207:30355910,30355870:carton:4207:30355926,30357341:carton:4207:30357379,30363346:carton:4207:30363443,30363571:carton:4207:30363625,30364115:carton:4207:30364397,30364117:carton:4207:30364255,30364120:carton:4207:30364341,30364597:carton:4207:30364694,30364601:carton:4207:30364626,30365100:carton:4207:30365262,30365107:carton:4207:30365189,30365603:carton:4207:30365632,30365612:carton:4207:30366762,30366055:carton:4207:30366200,30366061:carton:4207:30368804,30366702:carton:4207:30366954,30366706:carton:4207:30366849,30370757:carton:4207:30372449,30370758:carton:4207:30370856,30370768:carton:4207:30370815,30371337:carton:4207:30371405,30371983:carton:4207:30373457,30371986:carton:4207:30372002,30372581:carton:4207:30373763,3037'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01712922885579783, 'nb_photo': 3523, 'list_port_cont': '30303399,30303653,30304201,30305318,30307929,30315120,30316014,30316069,30316403,30317239,30317349,30317475,30317596,30317726,30317971,30318106,30319085,30320102,30320904,30321262,30322477,30327207,30327290,30327335,30333333,30333560,30334264,30334550,30335040,30337128,30338048,30346705,30347400,30348624,30348671,30357345,30363589,30364294,30364632,30365233,30365662,30367043,30371059,30372027,30372783,30372922,30374473,30375104,30375647,30375753,30376197,30376679,30376841,30381124,30382606,30383557,30383814,30383921,30384407,30385156,30386256,30389768,30389870,30390368,30391674,30393317,30394269,30394725,30411889,30412965,30413103,30415763,30415827,30416066,30416703,30417117,30417630,30422357,30423943,30425049,30425387,30426235,30426315,30426960,30427882,30427987,30428888,30432913,30434177,30435255,30436828,30436966,30437259,30437738,30438669,30439601,30439774,30457598,30459419,30462152,30463111,30464404,30467365,30467417,30467524,30469699,30474491,30520562,30520619,30520673,30524561,30524841,30525678,3052575', 'assoc_port': '30303187:30303399,30303528:30303653,30303947:30304201,30305287:30305318,30307823:30307929,30314897:30315120,30315980:30316014,30315986:30316069,30316217:30316403,30316868:30317971,30316878:30317726,30316888:30317596,30316899:30317475,30316919:30317349,30316932:30317239,30317952:30318106,30318928:30319085,30319872:30320102,30320882:30320904,30321182:30321262,30322332:30322477,30327087:30327335,30327094:30327290,30327107:30327207,30333127:30333333,30333489:30333560,30334128:30334264,30334524:30334550,30335014:30335040,30336895:30337128,30338007:30338048,30346643:30346705,30347166:30347400,30348406:30348671,30348409:30348624,30357343:30357345,30363569:30363589,30364118:30364294,30364598:30364632,30365103:30365233,30365611:30365662,30366057:30372783,30366705:30367043,30371015:30371059,30371989:30372027,30372620:30372922,30374183:30374473,30374913:30375753,30374958:30375104,30375568:30375647,30375953:30376197,30376034:30376679,30376771:30376841,30380944:30381124,30381802:30383814,30382510:30382606,30383447:3038355', 'assoc_mat': '30303187:carton:4461:30303399,30303528:carton:4461:30303653,30303947:carton:4461:30304201,30305287:carton:4461:30305318,30307823:carton:4461:30307929,30314897:carton:4461:30315120,30315980:carton:4461:30316014,30315986:carton:4461:30316069,30316217:carton:4461:30316403,30316868:carton:4461:30317971,30316878:carton:4461:30317726,30316888:carton:4461:30317596,30316899:carton:4461:30317475,30316919:carton:4461:30317349,30316932:carton:4461:30317239,30317952:carton:4461:30318106,30318928:carton:4461:30319085,30319872:carton:4461:30320102,30320882:carton:4461:30320904,30321182:carton:4461:30321262,30322332:carton:4461:30322477,30327087:carton:4461:30327335,30327094:carton:4461:30327290,30327107:carton:4461:30327207,30333127:carton:4461:30333333,30333489:carton:4461:30333560,30334128:carton:4461:30334264,30334524:carton:4461:30334550,30335014:carton:4461:30335040,30336895:carton:4461:30337128,30338007:carton:4461:30338048,30346643:carton:4461:30346705,30347166:carton:4461:30347400,30348406:carton:4461:30348671,3034'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.018722112872782904, 'nb_photo': 1206, 'list_port_cont': '30292166,30302302,30303599,30317028,30317264,30317395,30319774,30333821,30334753,30335600,30348557,30350863,30350949,30357405,30363610,30364664,30365222,30366147,30366287,30366715,30366941,30368823,30370912,30371699,30373142,30373503,30373523,30375175,30375203,30375718,30375796,30376158,30376649,30376801,30381108,30381982,30382739,30382874,30383471,30383544,30383835,30384512,30384861,30385418,30385822,30386304,30389827,30389903,30390335,30390934,30390964,30391599,30391710,30393272,30393302,30393376,30393407,30394341,30411516,30412012,30412242,30412949,30413931,30414036,30414353,30414447,30415809,30416357,30416729,30417065,30417245,30417598,30422278,30422335,30423110,30423134,30424639,30424672,30426187,30426948,30427559,30427809,30427959,30428057,30428836,30429615,30430759,30433024,30434122,30434496,30434835,30435249,30436602,30437248,30437776,30438638,30439130,30439570,30439631,30457580,30457645,30457905,30462286,30463094,30464398,30464539,30464671,30469689,30469880,30471155,30471297,30474554,30474591,3047970', 'assoc_port': '30292100:30292166,30302189:30302302,30303523:30303599,30316910:30317395,30316924:30317264,30316935:30317028,30319679:30319774,30333729:30333821,30334709:30334753,30335480:30335600,30348435:30348557,30349654:30350949,30350775:30350863,30357342:30357405,30363573:30363610,30364600:30364664,30365097:30366287,30365104:30365222,30365609:30366715,30366053:30368823,30366059:30366147,30366703:30371699,30366704:30366941,30370765:30370912,30371981:30373523,30371991:30373503,30373082:30373142,30374223:30376801,30374915:30375175,30374918:30375203,30375559:30375796,30375569:30375718,30376037:30376158,30376542:30376649,30380941:30381108,30381409:30382874,30381803:30381982,30381833:30383835,30382730:30382739,30383450:30383544,30383451:30383471,30384240:30384512,30384775:30384861,30385342:30385418,30385661:30385822,30386173:30386304,30389671:30389903,30389681:30389827,30390233:30390335,30390824:30390964,30390866:30390934,30391462:30391710,30391467:30391599,30393090:30393407,30393097:30393376,30393098:30393302,30393140:3039327', 'assoc_mat': '30292100:carton:4200:30292166,30302189:carton:4200:30302302,30303523:carton:4200:30303599,30316910:carton:4200:30317395,30316924:carton:4200:30317264,30316935:carton:4200:30317028,30319679:carton:4200:30319774,30333729:carton:4200:30333821,30334709:carton:4200:30334753,30335480:carton:4200:30335600,30348435:carton:4200:30348557,30349654:carton:4200:30350949,30350775:carton:4200:30350863,30357342:carton:4200:30357405,30363573:carton:4200:30363610,30364600:carton:4200:30364664,30365097:carton:4200:30366287,30365104:carton:4200:30365222,30365609:carton:4200:30366715,30366053:carton:4200:30368823,30366059:carton:4200:30366147,30366703:carton:4200:30371699,30366704:carton:4200:30366941,30370765:carton:4200:30370912,30371981:carton:4200:30373523,30371991:carton:4200:30373503,30373082:carton:4200:30373142,30374223:carton:4200:30376801,30374915:carton:4200:30375175,30374918:carton:4200:30375203,30375559:carton:4200:30375796,30375569:carton:4200:30375718,30376037:carton:4200:30376158,30376542:carton:4200:30376649,3038'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017034644178010067, 'nb_photo': 691, 'list_port_cont': '30290389,30290406,30292197,30292211,30294337,30301184,30301300,30302325,30302391,30303574,30304311,30307870,30315408,30316042,30316262,30316783,30317289,30317332,30317441,30317583,30317681,30317933,30319771,30319795,30321283,30321500,30322384,30322687,30322730,30333171,30333222,30334175,30334210,30334286,30334421,30334732,30335585,30335618,30336491,30337105,30337435,30337718,30338041,30339370,30346676,30346931,30369870,30371049,30372943,30374589,30376111,30376612,30380708,30380790,30381911,30382781,30385402,30390263,30391723,30393424,30394351,30394438,30411535,30425093,30425607,30426212,30434102,30435320,30462082,30467431,30474456,30481989,30486854,30520511,30524744,30524830,30524955,30524973,30525746,30525968,30526384,30526452,30526842,30526884,30527156,30548477,30550388,30550435,30551560,30552549,30552891,30560131', 'assoc_port': '30290348:30290406,30290350:30290389,30292096:30292197,30292097:30292211,30294222:30294337,30301103:30301300,30301159:30301184,30302180:30302391,30302183:30302325,30303522:30303574,30303942:30304311,30307821:30307870,30315258:30315408,30315983:30316042,30316215:30316262,30316571:30316783,30316870:30317933,30316898:30317681,30316909:30317583,30316913:30317441,30316916:30317289,30316922:30317332,30319680:30319795,30319682:30319771,30321179:30321283,30321426:30321500,30322333:30322384,30322549:30322730,30322556:30322687,30333125:30334421,30333128:30333222,30333131:30333171,30334123:30334210,30334125:30334175,30334131:30334286,30334710:30334732,30335476:30335618,30335478:30335585,30336252:30336491,30336915:30337105,30337382:30337435,30337650:30339370,30337659:30337718,30338006:30338041,30346647:30346676,30346820:30346931,30365605:30369870,30371012:30371049,30372619:30372943,30374203:30374589,30375954:30376111,30376564:30376612,30380592:30380708,30380593:30380790,30381800:30381911,30382729:30382781,30385361:3038540', 'assoc_mat': '30290348:carton:4209:30290406,30290350:carton:4209:30290389,30292096:carton:4209:30292197,30292097:carton:4209:30292211,30294222:carton:4209:30294337,30301103:carton:4209:30301300,30301159:carton:4209:30301184,30302180:carton:4209:30302391,30302183:carton:4209:30302325,30303522:carton:4209:30303574,30303942:carton:4209:30304311,30307821:carton:4209:30307870,30315258:carton:4209:30315408,30315983:carton:4209:30316042,30316215:carton:4209:30316262,30316571:carton:4209:30316783,30316870:carton:4209:30317933,30316898:carton:4209:30317681,30316909:carton:4209:30317583,30316913:carton:4209:30317441,30316916:carton:4209:30317289,30316922:carton:4209:30317332,30319680:carton:4209:30319795,30319682:carton:4209:30319771,30321179:carton:4209:30321283,30321426:carton:4209:30321500,30322333:carton:4209:30322384,30322549:carton:4209:30322730,30322556:carton:4209:30322687,30333125:carton:4209:30334421,30333128:carton:4209:30333222,30333131:carton:4209:30333171,30334123:carton:4209:30334210,30334125:carton:4209:30334175,3033'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021946100893652336, 'nb_photo': 2032, 'list_port_cont': '30289867,30290286,30290494,30290612,30291550,30291579,30291639,30291700,30291924,30291956,30292240,30292279,30293123,30294090,30294162,30294489,30294582,30302364,30302410,30303430,30303620,30303694,30304233,30304400,30304433,30305386,30307897,30307979,30308011,30308032,30308045,30311287,30312216,30315148,30315175,30315414,30315443,30316096,30316117,30316126,30316452,30316742,30316762,30317171,30317216,30317300,30317565,30317656,30317835,30317848,30317865,30317880,30318044,30318048,30318133,30318166,30318212,30318232,30318288,30318305,30318712,30319116,30319140,30319158,30320085,30320219,30320935,30321209,30321303,30321729,30321923,30322054,30322456,30322520,30322709,30322891,30322901,30327139,30327244,30327275,30327366,30327488,30327517,30327644,30329867,30333282,30333302,30333309,30333613,30333900,30333917,30334309,30334591,30334616,30334783,30334793,30335292,30335336,30336553,30337073,30337120,30337447,30337788,30337815,30337838,30346424,30346768,30346770,30347057,30347439,30348759,30349326,30349717,3035088', 'assoc_port': '30289306:30290612,30289774:30289867,30290043:30290286,30290347:30290494,30291286:30291579,30291289:30291550,30291609:30291700,30291612:30291639,30291899:30291956,30291901:30291924,30292077:30292279,30292101:30292240,30292862:30293123,30293775:30294162,30293777:30294090,30294224:30294582,30294228:30294489,30302186:30302364,30302190:30302410,30303218:30303430,30303521:30303620,30303526:30303694,30303943:30304233,30304342:30304400,30304344:30304433,30305286:30305386,30307814:30308045,30307816:30308011,30307817:30308032,30307818:30307979,30307825:30307897,30310708:30312216,30310718:30311287,30314898:30315175,30314900:30315148,30315255:30315443,30315259:30315414,30315979:30316096,30315981:30316117,30315984:30316126,30316220:30316452,30316647:30316742,30316648:30316762,30316860:30318712,30316864:30318232,30316866:30318133,30316869:30317216,30316873:30318305,30316877:30318288,30316882:30318048,30316884:30318044,30316885:30317865,30316893:30317880,30316897:30317848,30316903:30317835,30316911:30317656,30316920:3031756', 'assoc_mat': '30289306:carton:4211:30290612,30289774:carton:4211:30289867,30290043:carton:4211:30290286,30290347:carton:4211:30290494,30291286:carton:4211:30291579,30291289:carton:4211:30291550,30291609:carton:4211:30291700,30291612:carton:4211:30291639,30291899:carton:4211:30291956,30291901:carton:4211:30291924,30292077:carton:4211:30292279,30292101:carton:4211:30292240,30292862:carton:4211:30293123,30293775:carton:4211:30294162,30293777:carton:4211:30294090,30294224:carton:4211:30294582,30294228:carton:4211:30294489,30302186:carton:4211:30302364,30302190:carton:4211:30302410,30303218:carton:4211:30303430,30303521:carton:4211:30303620,30303526:carton:4211:30303694,30303943:carton:4211:30304233,30304342:carton:4211:30304400,30304344:carton:4211:30304433,30305286:carton:4211:30305386,30307814:carton:4211:30308045,30307816:carton:4211:30308011,30307817:carton:4211:30308032,30307818:carton:4211:30307979,30307825:carton:4211:30307897,30310708:carton:4211:30312216,30310718:carton:4211:30311287,30314898:carton:4211:30315175,3031'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0226087284494338, 'nb_photo': 2593, 'list_port_cont': '30327380,30337859,30348815,30349737,30355404,30356179,30363004,30364428,30364708,30364724,30365007,30365327,30365372,30365806,30366252,30366295,30366495,30367648,30371178,30372099,30372150,30372995,30374101,30374832,30375474,30375804,30376021,30376735,30379884,30381266,30381274,30381292,30381538,30382056,30382801,30383660,30383951,30384659,30384967,30385214,30385888,30386321,30386333,30386376,30386675,30389929,30390424,30390984,30390997,30391752,30391762,30392540,30393448,30393514,30393533,30394388,30411420,30411553,30412372,30414171,30414276,30415973,30415992,30416468,30417194,30417772,30422389,30423171,30424103,30424815,30424869,30426468,30426644,30428130,30428928,30429526,30430723,30433104,30434256,30434462,30434560,30437353,30437471,30438815,30439025,30439175,30439518,30439673,30440053,30458661,30459499,30461286,30462841,30464517,30464573,30464806,30467660,30468012,30468096,30470300,30470796,30470814,30474926,30474979,30475132,30482201,30482896,30485166,30485349,30487516,30489137,30489154,30520696,3052071', 'assoc_port': '30327109:30327380,30337652:30337859,30348419:30348815,30349656:30349737,30350356:30355404,30355869:30356179,30362769:30363004,30364114:30365007,30364119:30364428,30364596:30364724,30364602:30364708,30365105:30365372,30365108:30365327,30365610:30365806,30366054:30366295,30366058:30366495,30366063:30366252,30366707:30367648,30371017:30371178,30371985:30372099,30371990:30372150,30372622:30372995,30373080:30374101,30374253:30374832,30374864:30375474,30374916:30379884,30375563:30376021,30375570:30375804,30376036:30376735,30380937:30381266,30380939:30381292,30380946:30381274,30381413:30381538,30381818:30382056,30382509:30383951,30382731:30382801,30383449:30383660,30383769:30384967,30384641:30384659,30385068:30385214,30385659:30385888,30386168:30386321,30386172:30386333,30386178:30386376,30386611:30386675,30389679:30389929,30390234:30390424,30390823:30390997,30390827:30390984,30391458:30392540,30391466:30391762,30391469:30391752,30393092:30393533,30393099:30393448,30393141:30393514,30394257:30394388,30411284:3041142', 'assoc_mat': '30327109:carton:3327:30327380,30337652:carton:3327:30337859,30348419:carton:3327:30348815,30349656:carton:3327:30349737,30350356:carton:3327:30355404,30355869:carton:3327:30356179,30362769:carton:3327:30363004,30364114:carton:3327:30365007,30364119:carton:3327:30364428,30364596:carton:3327:30364724,30364602:carton:3327:30364708,30365105:carton:3327:30365372,30365108:carton:3327:30365327,30365610:carton:3327:30365806,30366054:carton:3327:30366295,30366058:carton:3327:30366495,30366063:carton:3327:30366252,30366707:carton:3327:30367648,30371017:carton:3327:30371178,30371985:carton:3327:30372099,30371990:carton:3327:30372150,30372622:carton:3327:30372995,30373080:carton:3327:30374101,30374253:carton:3327:30374832,30374864:carton:3327:30375474,30374916:carton:3327:30379884,30375563:carton:3327:30376021,30375570:carton:3327:30375804,30376036:carton:3327:30376735,30380937:carton:3327:30381266,30380939:carton:3327:30381292,30380946:carton:3327:30381274,30381413:carton:3327:30381538,30381818:carton:3327:30382056,3038'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03015142892532066, 'nb_photo': 2322, 'list_port_cont': '30291991,30293480,30294108,30302404,30303676,30304197,30305347,30317027,30318681,30319831,30334545,30335303,30336420,30337167,30348692,30350634,30354012,30356193,30364435,30365842,30371091,30375821,30376123,30382000,30382032,30385451,30390395,30414055,30414113,30415902,30417148,30422404,30428041,30433486,30439810,30463287,30474676,30482126,30550827,30556985,30557475', 'assoc_port': '30291900:30291991,30293213:30293480,30293778:30294108,30302188:30302404,30303524:30303676,30303949:30304197,30305288:30305347,30316887:30318681,30316902:30317027,30319681:30319831,30334523:30334545,30335122:30335303,30336232:30336420,30336905:30337167,30348404:30348692,30350359:30350634,30353968:30354012,30355868:30356193,30364122:30364435,30365606:30365842,30371011:30371091,30375567:30375821,30375989:30376123,30381799:30382032,30381801:30382000,30385380:30385451,30390238:30390395,30413755:30414055,30413756:30414113,30415664:30415902,30416949:30417148,30422132:30422404,30427763:30428041,30432873:30433486,30439717:30439810,30462764:30463287,30474277:30474676,30481865:30482126,30520289:30556985,30521693:30557475,30535783:30550827', 'assoc_mat': '30291900:carton:3594:30291991,30293213:carton:3594:30293480,30293778:carton:3594:30294108,30302188:carton:3594:30302404,30303524:carton:3594:30303676,30303949:carton:3594:30304197,30305288:carton:3594:30305347,30316887:carton:3594:30318681,30316902:carton:3594:30317027,30319681:carton:3594:30319831,30334523:carton:3594:30334545,30335122:carton:3594:30335303,30336232:carton:3594:30336420,30336905:carton:3594:30337167,30348404:carton:3594:30348692,30350359:carton:3594:30350634,30353968:carton:3594:30354012,30355868:carton:3594:30356193,30364122:carton:3594:30364435,30365606:carton:3594:30365842,30371011:carton:3594:30371091,30375567:carton:3594:30375821,30375989:carton:3594:30376123,30381799:carton:3594:30382032,30381801:carton:3594:30382000,30385380:carton:3594:30385451,30390238:carton:3594:30390395,30413755:carton:3594:30414055,30413756:carton:3594:30414113,30415664:carton:3594:30415902,30416949:carton:3594:30417148,30422132:carton:3594:30422404,30427763:carton:3594:30428041,30432873:carton:3594:30433486,3043'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0038652255059228842, 'nb_photo': 931, 'list_port_cont': '30289818,30290069,30290370,30300030,30300054,30300305,30300612,30301731,30302289,30302846,30303603,30307855,30317187,30322631,30327262,30327828,30334157,30335016,30335205,30335664,30346701,30348548,30348649,30363394,30364607,30365151,30366035,30370836,30370866,30370874,30372015,30374356,30375093,30376135,30376662,30376764,30376813,30381145,30382752,30382788,30386213,30389786,30390927,30392305,30394677,30411021,30414310,30414346,30415724,30417045,30423931,30424507,30424554,30424580,30427378,30432921,30433070,30435102,30435115,30435152,30437231,30438593,30439447,30439747,30460978,30463812,30467272,30467351,30467649,30469623,30474405,30474474,30474650,30474666,30484556,30520383,30520425,30521623,30525510,30525600,30526248,30528518,30528597,30530708,30531038,30531553,30531899,30548280,30548454,30550110,30550348,30552398,30552447,30553963,30555563,30555815,30556935,30557414,30557716,30558014', 'assoc_port': '30289773:30289818,30290046:30290069,30290351:30290370,30299944:30300054,30299945:30300030,30300247:30300305,30300542:30300612,30301684:30301731,30302184:30302289,30302752:30302846,30303525:30303603,30307824:30307855,30316930:30317187,30322552:30322631,30327098:30327262,30327112:30327828,30334129:30334157,30335013:30335016,30335160:30335205,30335475:30335664,30346641:30346701,30348401:30348649,30348408:30348548,30363347:30363394,30364599:30364607,30365101:30365151,30365607:30366035,30370759:30370866,30370761:30370874,30370762:30370836,30371988:30372015,30374204:30374356,30374957:30375093,30376011:30376135,30376014:30376764,30376030:30376662,30376772:30376813,30380942:30381145,30381825:30382752,30382728:30382788,30386169:30386213,30389669:30389786,30390865:30390927,30391470:30392305,30394255:30394677,30410953:30411021,30414203:30414346,30414206:30414310,30415661:30415724,30416942:30417045,30423652:30423931,30423691:30424507,30424495:30424554,30424508:30424580,30426889:30427378,30432862:30433070,30432879:3043292', 'assoc_mat': '30289773:cartonnette:3726:30289818,30290046:cartonnette:3726:30290069,30290351:cartonnette:3726:30290370,30299944:cartonnette:3726:30300054,30299945:cartonnette:3726:30300030,30300247:cartonnette:3726:30300305,30300542:cartonnette:3726:30300612,30301684:cartonnette:3726:30301731,30302184:cartonnette:3726:30302289,30302752:cartonnette:3726:30302846,30303525:cartonnette:3726:30303603,30307824:cartonnette:3726:30307855,30316930:cartonnette:3726:30317187,30322552:cartonnette:3726:30322631,30327098:cartonnette:3726:30327262,30327112:cartonnette:3726:30327828,30334129:cartonnette:3726:30334157,30335013:cartonnette:3726:30335016,30335160:cartonnette:3726:30335205,30335475:cartonnette:3726:30335664,30346641:cartonnette:3726:30346701,30348401:cartonnette:3726:30348649,30348408:cartonnette:3726:30348548,30363347:cartonnette:3726:30363394,30364599:cartonnette:3726:30364607,30365101:cartonnette:3726:30365151,30365607:cartonnette:3726:30366035,30370759:cartonnette:3726:30370866,30370761:cartonnette:3726:30370874,30370762:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.042056629650160327, 'nb_photo': 3260, 'list_port_cont': '30289350,30289356,30289387,30289819,30290057,30290065,30290092,30290358,30290368,30291444,30291614,30291905,30293056,30293331,30293897,30294419,30300029,30300051,30300303,30300619,30301229,30301321,30302281,30302349,30302374,30302848,30303261,30303552,30303559,30303601,30304112,30304355,30307850,30307912,30310775,30314979,30315383,30316296,30316428,30316697,30316753,30316997,30317191,30317316,30317360,30317401,30317415,30317432,30317456,30317491,30317530,30317542,30317611,30317634,30317689,30317700,30317743,30317796,30317897,30317911,30318004,30318069,30318084,30318180,30318272,30318601,30318775,30318919,30318967,30318988,30318997,30319961,30320042,30320700,30320894,30321191,30321527,30322395,30322633,30322654,30327154,30327162,30327247,30327422,30327562,30327676,30327827,30333628,30333859,30334162,30334180,30334203,30334526,30334724,30334760,30335022,30335209,30335512,30335658,30336319,30336496,30337092,30337391,30337696,30337805,30337824,30346653,30346700,30346969,30347323,30348539,30348723,30363388,3036461', 'assoc_port': '30289300:30289387,30289301:30289356,30289304:30289350,30289773:30289819,30290042:30290092,30290046:30290065,30290047:30290057,30290349:30290358,30290351:30290368,30291287:30291444,30291611:30291614,30291902:30291905,30292863:30293897,30292864:30293056,30293214:30293331,30294223:30294419,30299944:30300051,30299945:30300029,30300247:30300303,30300542:30300619,30301102:30301321,30301180:30301229,30302179:30302374,30302182:30302349,30302184:30302281,30302752:30302848,30303220:30303261,30303520:30303559,30303525:30303601,30303527:30303552,30303945:30304112,30304346:30304355,30307815:30307912,30307824:30307850,30310719:30310775,30314901:30314979,30315256:30315383,30316216:30316428,30316218:30316296,30316572:30316753,30316573:30316697,30316861:30317401,30316862:30317491,30316867:30318069,30316872:30318272,30316875:30318180,30316879:30318084,30316880:30317911,30316883:30317897,30316886:30317796,30316892:30317743,30316895:30317689,30316900:30317700,30316904:30317634,30316905:30317611,30316907:30317542,30316908:3031753', 'assoc_mat': '30289300:Carton_brun:3726:30289387,30289301:Carton_brun:3726:30289356,30289304:Carton_brun:3726:30289350,30289773:Carton_brun:3726:30289819,30290042:Carton_brun:3726:30290092,30290046:Carton_brun:3726:30290065,30290047:Carton_brun:3726:30290057,30290349:Carton_brun:3726:30290358,30290351:Carton_brun:3726:30290368,30291287:Carton_brun:3726:30291444,30291611:Carton_brun:3726:30291614,30291902:Carton_brun:3726:30291905,30292863:Carton_brun:3726:30293897,30292864:Carton_brun:3726:30293056,30293214:Carton_brun:3726:30293331,30294223:Carton_brun:3726:30294419,30299944:Carton_brun:3726:30300051,30299945:Carton_brun:3726:30300029,30300247:Carton_brun:3726:30300303,30300542:Carton_brun:3726:30300619,30301102:Carton_brun:3726:30301321,30301180:Carton_brun:3726:30301229,30302179:Carton_brun:3726:30302374,30302182:Carton_brun:3726:30302349,30302184:Carton_brun:3726:30302281,30302752:Carton_brun:3726:30302848,30303220:Carton_brun:3726:30303261,30303520:Carton_brun:3726:30303559,30303525:Carton_brun:3726:30303601,30303527:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009578379501971568, 'nb_photo': 1377, 'list_port_cont': '30289823,30290062,30290374,30293055,30293327,30300307,30300614,30303610,30307852,30315387,30316751,30317186,30317317,30317701,30317754,30317788,30317912,30318597,30318991,30320703,30321523,30322400,30327826,30334155,30334722,30335026,30335663,30346397,30346695,30346970,30348550,30363392,30364609,30365154,30366039,30370839,30370867,30370880,30372009,30374354,30375088,30376137,30376661,30376758,30376810,30380631,30381149,30382759,30382790,30386219,30389794,30390920,30392307,30394683,30411028,30414311,30414336,30415728,30416637,30417043,30423942,30424498,30424552,30424574,30427381,30432918,30433063,30435111,30435123,30435159,30437237,30438606,30439449,30439739,30460976,30463811,30467273,30467347,30467652,30469615,30474402,30474475,30474664,30484551,30520378,30520430,30521615,30525505,30525607,30526243,30527147,30527257,30528517,30528596,30529121,30529823,30530711,30531036,30531546,30531893,30548277,30548462,30550114,30550352,30552395,30552440,30553960,30555557,30555808,30556937,30557416,30557726,30558016', 'assoc_port': '30289773:30289823,30290046:30290062,30290351:30290374,30292864:30293055,30293214:30293327,30300247:30300307,30300542:30300614,30303525:30303610,30307824:30307852,30315256:30315387,30316572:30316751,30316880:30317912,30316886:30317788,30316892:30317754,30316900:30317701,30316921:30317317,30316930:30317186,30318374:30318597,30318963:30318991,30320625:30320703,30321386:30321523,30322313:30322400,30327112:30327826,30334129:30334155,30334705:30334722,30335013:30335026,30335475:30335663,30346388:30346397,30346641:30346695,30346818:30346970,30348408:30348550,30363347:30363392,30364599:30364609,30365101:30365154,30365607:30366039,30370759:30370867,30370761:30370880,30370762:30370839,30371988:30372009,30374204:30374354,30374957:30375088,30376011:30376137,30376014:30376758,30376030:30376661,30376772:30376810,30380591:30380631,30380942:30381149,30381825:30382759,30382728:30382790,30386169:30386219,30389669:30389794,30390865:30390920,30391470:30392307,30394255:30394683,30410953:30411028,30414203:30414336,30414206:3041431', 'assoc_mat': '30289773:Carton_gris:3726:30289823,30290046:Carton_gris:3726:30290062,30290351:Carton_gris:3726:30290374,30292864:Carton_gris:3726:30293055,30293214:Carton_gris:3726:30293327,30300247:Carton_gris:3726:30300307,30300542:Carton_gris:3726:30300614,30303525:Carton_gris:3726:30303610,30307824:Carton_gris:3726:30307852,30315256:Carton_gris:3726:30315387,30316572:Carton_gris:3726:30316751,30316880:Carton_gris:3726:30317912,30316886:Carton_gris:3726:30317788,30316892:Carton_gris:3726:30317754,30316900:Carton_gris:3726:30317701,30316921:Carton_gris:3726:30317317,30316930:Carton_gris:3726:30317186,30318374:Carton_gris:3726:30318597,30318963:Carton_gris:3726:30318991,30320625:Carton_gris:3726:30320703,30321386:Carton_gris:3726:30321523,30322313:Carton_gris:3726:30322400,30327112:Carton_gris:3726:30327826,30334129:Carton_gris:3726:30334155,30334705:Carton_gris:3726:30334722,30335013:Carton_gris:3726:30335026,30335475:Carton_gris:3726:30335663,30346388:Carton_gris:3726:30346397,30346641:Carton_gris:3726:30346695,30346818:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005243774810091748, 'nb_photo': 141, 'list_port_cont': '30362658,30365300,30366161,30376092,30376784,30381951,30383882,30386289,30386615,30390291,30393641,30413344,30413972,30415856,30417498,30422307,30427534,30427920,30434144,30434163,30437192,30438732,30439758,30462189,30481966,30515379,30515537,30548486,30550636,30554462,30555326,30561811,30567245,30569987,30570632,30570759', 'assoc_port': '30362654:30362658,30365098:30365300,30366062:30366161,30374184:30376784,30376035:30376092,30381798:30381951,30383750:30383882,30386171:30386289,30386613:30386615,30390237:30390291,30391858:30393641,30411795:30413344,30412112:30413972,30415627:30415856,30416943:30417498,30422128:30422307,30426079:30427534,30427759:30427920,30433953:30434163,30433956:30434144,30437163:30437192,30438513:30438732,30439716:30439758,30461853:30462189,30466591:30515537,30481873:30481966,30486695:30515379,30520310:30561811,30520335:30570759,30521049:30567245,30521147:30569987,30522388:30570632,30535853:30550636,30536090:30554462,30544206:30555326,30548091:30548486', 'assoc_mat': '30362654:ela:4205:30362658,30365098:ela:4205:30365300,30366062:ela:4205:30366161,30374184:ela:4205:30376784,30376035:ela:4205:30376092,30381798:ela:4205:30381951,30383750:ela:4205:30383882,30386171:ela:4205:30386289,30386613:ela:4205:30386615,30390237:ela:4205:30390291,30391858:ela:4205:30393641,30411795:ela:4205:30413344,30412112:ela:4205:30413972,30415627:ela:4205:30415856,30416943:ela:4205:30417498,30422128:ela:4205:30422307,30426079:ela:4205:30427534,30427759:ela:4205:30427920,30433953:ela:4205:30434163,30433956:ela:4205:30434144,30437163:ela:4205:30437192,30438513:ela:4205:30438732,30439716:ela:4205:30439758,30461853:ela:4205:30462189,30466591:ela:4205:30515537,30481873:ela:4205:30481966,30486695:ela:4205:30515379,30520310:ela:4205:30561811,30520335:ela:4205:30570759,30521049:ela:4205:30567245,30521147:ela:4205:30569987,30522388:ela:4205:30570632,30535853:ela:4205:30550636,30536090:ela:4205:30554462,30544206:ela:4205:30555326,30548091:ela:4205:30548486'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.8382352160270383, 'nb_photo': 397, 'list_port_cont': '30355508,30364403,30365276,30366313,30372225,30375490,30375508,30376411,30381557,30383693,30384887,30386359,30391013,30391310,30393733,30393798,30411404,30413043,30414433,30416522,30417266,30422462,30424743,30426502,30426585,30428247,30430632,30434545,30437857,30439197,30458846,30462871,30547914,30548142,30550466,30555937,30556382,30556550,30556878,30558133,30562770,30563362,30563966,30568143,30571493,30572010,30572455,30572566', 'assoc_port': '30355431:30355508,30364116:30364403,30365106:30365276,30366060:30366313,30371984:30372225,30374838:30375490,30374917:30375508,30376032:30376411,30381411:30381557,30383444:30383693,30384777:30384887,30386174:30386359,30390228:30391310,30390868:30391013,30392089:30393798,30393660:30393733,30411282:30411404,30412938:30413043,30414207:30414433,30416250:30416522,30416948:30417266,30422158:30422462,30424474:30424743,30426083:30426502,30426096:30426585,30427756:30428247,30429228:30430632,30434454:30434545,30437569:30437857,30439084:30439197,30458034:30458846,30461856:30462871,30482699:30556382,30520286:30558133,30520313:30562770,30521152:30571493,30521340:30547914,30521981:30572566,30522565:30548142,30523373:30563362,30534710:30572455,30534715:30572010,30535493:30563966,30535790:30550466,30539171:30556878,30544211:30555937,30547795:30556550,30549864:30568143', 'assoc_mat': '30355431:ela:4203:30355508,30364116:ela:4203:30364403,30365106:ela:4203:30365276,30366060:ela:4203:30366313,30371984:ela:4203:30372225,30374838:ela:4203:30375490,30374917:ela:4203:30375508,30376032:ela:4203:30376411,30381411:ela:4203:30381557,30383444:ela:4203:30383693,30384777:ela:4203:30384887,30386174:ela:4203:30386359,30390228:ela:4203:30391310,30390868:ela:4203:30391013,30392089:ela:4203:30393798,30393660:ela:4203:30393733,30411282:ela:4203:30411404,30412938:ela:4203:30413043,30414207:ela:4203:30414433,30416250:ela:4203:30416522,30416948:ela:4203:30417266,30422158:ela:4203:30422462,30424474:ela:4203:30424743,30426083:ela:4203:30426502,30426096:ela:4203:30426585,30427756:ela:4203:30428247,30429228:ela:4203:30430632,30434454:ela:4203:30434545,30437569:ela:4203:30437857,30439084:ela:4203:30439197,30458034:ela:4203:30458846,30461856:ela:4203:30462871,30482699:ela:4203:30556382,30520286:ela:4203:30558133,30520313:ela:4203:30562770,30521152:ela:4203:30571493,30521340:ela:4203:30547914,30521981:ela:4203:3057256'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013345497665207822, 'nb_photo': 137, 'list_port_cont': '30348597,30349700,30350461,30350850,30353025,30355924,30363444,30364239,30364344,30364398,30364691,30365208,30366194,30366773,30366860,30366965,30368802,30371994,30375694,30376642,30376818,30381175,30383531,30383594,30383902,30385040,30386241,30386872,30389803,30390956,30392068,30394296,30411048,30412226,30412294,30414542,30417036,30422208,30424489,30424565,30424634,30425014,30426147,30426277,30426301,30426344,30427824,30428014,30428850,30429352,30434789,30437711,30437722,30438939,30439532,30439563,30440149,30458249,30459363,30459408,30462012,30464380,30469639,30469777,30471249,30486359,30525586,30526260,30526432,30526792,30527121,30527445,30528052,30528454,30529142,30529789,30530591,30531475,30531786,30548202,30548921,30550158,30550322,30550505,30550702,30550713,30550781,30550797,30550980,30562713,30562877,30563301,30563617,30565831,30566503,30567104,30567805,30567829,30567920,30568005,30568381', 'assoc_port': '30348402:30348597,30349655:30349700,30350361:30350461,30350748:30353025,30350787:30350850,30355870:30355924,30363346:30363444,30364115:30364398,30364120:30364344,30364121:30364239,30364597:30364691,30365107:30365208,30365612:30366773,30366055:30366194,30366061:30368802,30366702:30366965,30366706:30366860,30371986:30371994,30375564:30375694,30376541:30376642,30376770:30376818,30380938:30381175,30383443:30383594,30383445:30383531,30383452:30385040,30383770:30383902,30384774:30386872,30386167:30386241,30389677:30389803,30390822:30390956,30390867:30392068,30394262:30394296,30410951:30411048,30412115:30412294,30412118:30412226,30412936:30414542,30416946:30417036,30422130:30422208,30422877:30424489,30424471:30424634,30424476:30424565,30424987:30425014,30426084:30426344,30426090:30426277,30426094:30426301,30426101:30426147,30427752:30428014,30427757:30427824,30428666:30428850,30429229:30429352,30434609:30434789,30437132:30438939,30437568:30437722,30437572:30437711,30439085:30440149,30439500:30439563,30439506:3043953', 'assoc_mat': '30348402:ela:4207:30348597,30349655:ela:4207:30349700,30350361:ela:4207:30350461,30350748:ela:4207:30353025,30350787:ela:4207:30350850,30355870:ela:4207:30355924,30363346:ela:4207:30363444,30364115:ela:4207:30364398,30364120:ela:4207:30364344,30364121:ela:4207:30364239,30364597:ela:4207:30364691,30365107:ela:4207:30365208,30365612:ela:4207:30366773,30366055:ela:4207:30366194,30366061:ela:4207:30368802,30366702:ela:4207:30366965,30366706:ela:4207:30366860,30371986:ela:4207:30371994,30375564:ela:4207:30375694,30376541:ela:4207:30376642,30376770:ela:4207:30376818,30380938:ela:4207:30381175,30383443:ela:4207:30383594,30383445:ela:4207:30383531,30383452:ela:4207:30385040,30383770:ela:4207:30383902,30384774:ela:4207:30386872,30386167:ela:4207:30386241,30389677:ela:4207:30389803,30390822:ela:4207:30390956,30390867:ela:4207:30392068,30394262:ela:4207:30394296,30410951:ela:4207:30411048,30412115:ela:4207:30412294,30412118:ela:4207:30412226,30412936:ela:4207:30414542,30416946:ela:4207:30417036,30422130:ela:4207:3042220'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031033557973071642, 'nb_photo': 18, 'list_port_cont': '30303400,30320108,30327324,30334253,30334557,30364638,30365210,30375098,30386244,30428893,30438671,30520623,30527198,30528987,30568034', 'assoc_port': '30303187:30303400,30319872:30320108,30327087:30327324,30334128:30334253,30334524:30334557,30364598:30364638,30365103:30365210,30374958:30375098,30386176:30386244,30428693:30428893,30438516:30438671,30520317:30528987,30520353:30520623,30521800:30527198,30544221:30568034', 'assoc_mat': '30303187:ela:4461:30303400,30319872:ela:4461:30320108,30327087:ela:4461:30327324,30334128:ela:4461:30334253,30334524:ela:4461:30334557,30364598:ela:4461:30364638,30365103:ela:4461:30365210,30374958:ela:4461:30375098,30386176:ela:4461:30386244,30428693:ela:4461:30428893,30438516:ela:4461:30438671,30520317:ela:4461:30528987,30520353:ela:4461:30520623,30521800:ela:4461:30527198,30544221:ela:4461:30568034'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015103868735587074, 'nb_photo': 187, 'list_port_cont': '30317387,30348560,30350859,30350959,30357393,30363617,30366154,30366280,30366946,30368828,30370910,30371689,30373137,30373498,30373526,30375727,30375790,30376156,30376802,30381123,30382748,30382864,30383837,30385425,30386294,30388422,30390338,30390936,30390976,30391597,30391708,30393413,30412009,30413936,30414030,30414339,30416354,30417257,30417590,30422280,30422329,30424669,30426946,30427558,30427968,30428065,30428842,30434107,30436595,30437257,30438637,30439125,30439582,30439628,30457648,30463096,30469684,30469872,30471149,30474558,30479699,30482078,30482923,30484709,30486025,30488934,30524589,30524863,30525646,30526221,30526822,30527524,30527948,30528485,30528750,30528963,30529060,30529638,30529754,30531096,30531621,30531909,30548184,30548609,30548621,30548821,30550279,30551189,30554628,30555003,30555487,30555774,30556659,30556689,30556788,30557786,30558486,30558885,30560716', 'assoc_port': '30316910:30317387,30348435:30348560,30349654:30350959,30350775:30350859,30357342:30357393,30363573:30363617,30365097:30366280,30366053:30368828,30366059:30366154,30366703:30371689,30366704:30366946,30370765:30370910,30371981:30373526,30371991:30373498,30373082:30373137,30374223:30376802,30375559:30375790,30375569:30375727,30376037:30376156,30380941:30381123,30381409:30382864,30381833:30383837,30382730:30382748,30385342:30385425,30386173:30386294,30386179:30388422,30390233:30390338,30390824:30390976,30390866:30390936,30391462:30391708,30391467:30391597,30393090:30393413,30411997:30412009,30413758:30414030,30413759:30413936,30414208:30414339,30415659:30417257,30416253:30416354,30417563:30417590,30422122:30422329,30422138:30422280,30424470:30424669,30426095:30427558,30426888:30426946,30427749:30428065,30427754:30427968,30428695:30428842,30433945:30436595,30433950:30434107,30437134:30437257,30438511:30438637,30439080:30439125,30439499:30439628,30439504:30439582,30457240:30457648,30462747:30463096,30466589:3047969', 'assoc_mat': '30316910:ela:4200:30317387,30348435:ela:4200:30348560,30349654:ela:4200:30350959,30350775:ela:4200:30350859,30357342:ela:4200:30357393,30363573:ela:4200:30363617,30365097:ela:4200:30366280,30366053:ela:4200:30368828,30366059:ela:4200:30366154,30366703:ela:4200:30371689,30366704:ela:4200:30366946,30370765:ela:4200:30370910,30371981:ela:4200:30373526,30371991:ela:4200:30373498,30373082:ela:4200:30373137,30374223:ela:4200:30376802,30375559:ela:4200:30375790,30375569:ela:4200:30375727,30376037:ela:4200:30376156,30380941:ela:4200:30381123,30381409:ela:4200:30382864,30381833:ela:4200:30383837,30382730:ela:4200:30382748,30385342:ela:4200:30385425,30386173:ela:4200:30386294,30386179:ela:4200:30388422,30390233:ela:4200:30390338,30390824:ela:4200:30390976,30390866:ela:4200:30390936,30391462:ela:4200:30391708,30391467:ela:4200:30391597,30393090:ela:4200:30393413,30411997:ela:4200:30412009,30413758:ela:4200:30414030,30413759:ela:4200:30413936,30414208:ela:4200:30414339,30415659:ela:4200:30417257,30416253:ela:4200:3041635'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0041539891816225775, 'nb_photo': 86, 'list_port_cont': '30290391,30302336,30304305,30316784,30317578,30319767,30322679,30334177,30335615,30370894,30371046,30372947,30376113,30376621,30380796,30382775,30385413,30391720,30393426,30394350,30394444,30411534,30416413,30422249,30425604,30426214,30434090,30462090,30467438,30478685,30486859,30508540,30524529,30524732,30524968,30526455,30548466,30550218,30550390,30550441,30552893,30553315,30560141,30567927', 'assoc_port': '30290350:30290391,30302183:30302336,30303942:30304305,30316571:30316784,30316909:30317578,30319682:30319767,30322556:30322679,30334125:30334177,30335476:30335615,30370760:30370894,30371012:30371046,30372619:30372947,30375954:30376113,30376564:30376621,30380593:30380796,30382729:30382775,30385361:30385413,30391461:30391720,30393087:30394444,30393093:30393426,30394260:30394350,30411468:30411534,30416254:30416413,30422134:30422249,30423711:30425604,30426093:30426214,30433957:30434090,30461848:30462090,30466584:30467438,30474321:30478685,30484222:30508540,30486694:30486859,30521697:30526455,30521802:30524968,30522680:30524732,30523375:30524529,30534708:30553315,30535163:30560141,30535499:30552893,30544180:30567927,30547787:30550390,30547788:30548466,30549865:30550441,30549866:30550218', 'assoc_mat': '30290350:ela:4209:30290391,30302183:ela:4209:30302336,30303942:ela:4209:30304305,30316571:ela:4209:30316784,30316909:ela:4209:30317578,30319682:ela:4209:30319767,30322556:ela:4209:30322679,30334125:ela:4209:30334177,30335476:ela:4209:30335615,30370760:ela:4209:30370894,30371012:ela:4209:30371046,30372619:ela:4209:30372947,30375954:ela:4209:30376113,30376564:ela:4209:30376621,30380593:ela:4209:30380796,30382729:ela:4209:30382775,30385361:ela:4209:30385413,30391461:ela:4209:30391720,30393087:ela:4209:30394444,30393093:ela:4209:30393426,30394260:ela:4209:30394350,30411468:ela:4209:30411534,30416254:ela:4209:30416413,30422134:ela:4209:30422249,30423711:ela:4209:30425604,30426093:ela:4209:30426214,30433957:ela:4209:30434090,30461848:ela:4209:30462090,30466584:ela:4209:30467438,30474321:ela:4209:30478685,30484222:ela:4209:30508540,30486694:ela:4209:30486859,30521697:ela:4209:30526455,30521802:ela:4209:30524968,30522680:ela:4209:30524732,30523375:ela:4209:30524529,30534708:ela:4209:30553315,30535163:ela:4209:3056014'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008741349883165866, 'nb_photo': 1180, 'list_port_cont': '30289855,30290484,30291546,30291691,30291921,30291963,30292231,30293114,30294159,30302413,30303701,30304241,30304399,30304443,30305392,30311273,30315150,30315412,30316129,30317170,30317229,30317306,30317552,30317645,30317834,30317843,30317881,30318040,30318057,30318151,30318199,30318238,30318274,30318718,30319124,30319135,30319156,30320939,30321301,30321739,30322051,30322468,30322878,30322904,30327286,30327354,30327482,30327527,30327592,30333905,30334313,30334613,30334799,30335332,30336547,30337444,30337779,30337849,30346415,30346757,30348753,30349328,30349718,30350876,30350901,30356171,30363528,30363668,30364368,30364850,30365324,30365355,30365711,30366215,30367333,30368852,30370934,30371149,30372061,30372088,30372960,30372983,30373162,30374630,30375198,30375265,30375279,30375736,30376270,30376288,30381228,30381246,30381514,30382014,30382583,30382652,30383648,30383968,30385190,30385197,30385763,30385829,30386338,30386683,30390181,30390402,30391656,30391731,30391983,30392153,30392169,30393442,30393815,3039382', 'assoc_port': '30289774:30289855,30290347:30290484,30291289:30291546,30291609:30291691,30291899:30291963,30291901:30291921,30292101:30292231,30292862:30293114,30293775:30294159,30302190:30302413,30303526:30303701,30303943:30304241,30304342:30304399,30304344:30304443,30305286:30305392,30310718:30311273,30314900:30315150,30315259:30315412,30315984:30316129,30316860:30318718,30316864:30318238,30316869:30317229,30316877:30318274,30316882:30318057,30316884:30318040,30316893:30317881,30316897:30317843,30316903:30317834,30316911:30317645,30316920:30317552,30316925:30317306,30316934:30317170,30317949:30318199,30317954:30318151,30318924:30319156,30318946:30319135,30318965:30319124,30320883:30320939,30321181:30321301,30321404:30322051,30321425:30321739,30322352:30322468,30322873:30322904,30322874:30322878,30327086:30327592,30327091:30327527,30327096:30327482,30327097:30327354,30327108:30327286,30333730:30333905,30334127:30334313,30334522:30334613,30334707:30334799,30335141:30335332,30336271:30336547,30337380:30337444,30337654:3033784', 'assoc_mat': '30289774:ela:4211:30289855,30290347:ela:4211:30290484,30291289:ela:4211:30291546,30291609:ela:4211:30291691,30291899:ela:4211:30291963,30291901:ela:4211:30291921,30292101:ela:4211:30292231,30292862:ela:4211:30293114,30293775:ela:4211:30294159,30302190:ela:4211:30302413,30303526:ela:4211:30303701,30303943:ela:4211:30304241,30304342:ela:4211:30304399,30304344:ela:4211:30304443,30305286:ela:4211:30305392,30310718:ela:4211:30311273,30314900:ela:4211:30315150,30315259:ela:4211:30315412,30315984:ela:4211:30316129,30316860:ela:4211:30318718,30316864:ela:4211:30318238,30316869:ela:4211:30317229,30316877:ela:4211:30318274,30316882:ela:4211:30318057,30316884:ela:4211:30318040,30316893:ela:4211:30317881,30316897:ela:4211:30317843,30316903:ela:4211:30317834,30316911:ela:4211:30317645,30316920:ela:4211:30317552,30316925:ela:4211:30317306,30316934:ela:4211:30317170,30317949:ela:4211:30318199,30317954:ela:4211:30318151,30318924:ela:4211:30319156,30318946:ela:4211:30319135,30318965:ela:4211:30319124,30320883:ela:4211:3032093'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006176420527360442, 'nb_photo': 400, 'list_port_cont': '30348711,30350515,30350583,30350828,30362668,30365298,30366162,30376095,30376773,30381958,30383889,30386275,30386617,30390295,30393644,30413350,30413968,30415862,30417504,30422313,30427531,30427918,30434154,30434171,30437194,30438734,30439760,30462188,30481992,30515374,30515534,30548497,30550631,30554457,30555334,30561145,30561818,30563501,30567250,30569993,30570638,30570767', 'assoc_port': '30348405:30348711,30350358:30350583,30350360:30350515,30350789:30350828,30362654:30362668,30365098:30365298,30366062:30366162,30374184:30376773,30376035:30376095,30381798:30381958,30383750:30383889,30386171:30386275,30386613:30386617,30390237:30390295,30391858:30393644,30411795:30413350,30412112:30413968,30415627:30415862,30416943:30417504,30422128:30422313,30426079:30427531,30427759:30427918,30433953:30434171,30433956:30434154,30437163:30437194,30438513:30438734,30439716:30439760,30461853:30462188,30466591:30515534,30481873:30481992,30486695:30515374,30520310:30561818,30520335:30570767,30521049:30567250,30521147:30569993,30522388:30570638,30523044:30561145,30535167:30563501,30535853:30550631,30536090:30554457,30544206:30555334,30548091:30548497', 'assoc_mat': '30348405:etiquette:4205:30348711,30350358:etiquette:4205:30350583,30350360:etiquette:4205:30350515,30350789:etiquette:4205:30350828,30362654:etiquette:4205:30362668,30365098:etiquette:4205:30365298,30366062:etiquette:4205:30366162,30374184:etiquette:4205:30376773,30376035:etiquette:4205:30376095,30381798:etiquette:4205:30381958,30383750:etiquette:4205:30383889,30386171:etiquette:4205:30386275,30386613:etiquette:4205:30386617,30390237:etiquette:4205:30390295,30391858:etiquette:4205:30393644,30411795:etiquette:4205:30413350,30412112:etiquette:4205:30413968,30415627:etiquette:4205:30415862,30416943:etiquette:4205:30417504,30422128:etiquette:4205:30422313,30426079:etiquette:4205:30427531,30427759:etiquette:4205:30427918,30433953:etiquette:4205:30434171,30433956:etiquette:4205:30434154,30437163:etiquette:4205:30437194,30438513:etiquette:4205:30438734,30439716:etiquette:4205:30439760,30461853:etiquette:4205:30462188,30466591:etiquette:4205:30515534,30481873:etiquette:4205:30481992,30486695:etiquette:4205:30515374,3'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009959845637077726, 'nb_photo': 5019, 'list_port_cont': '30355512,30364412,30365273,30366310,30372223,30375498,30375511,30376414,30381566,30383692,30384878,30386369,30391021,30391301,30393740,30393790,30397104,30411406,30413037,30414435,30416531,30417270,30422454,30424748,30426503,30426580,30428238,30430628,30434549,30437863,30439183,30458840,30462873,30547910,30548143,30550481,30555929,30556379,30556560,30556873,30558140,30562766,30563359,30563964,30568132,30571495,30572016,30572452,30572559', 'assoc_port': '30355431:30355512,30364116:30364412,30365106:30365273,30366060:30366310,30371984:30372223,30374838:30375498,30374917:30375511,30376032:30376414,30381411:30381566,30383444:30383692,30384777:30384878,30386174:30386369,30390228:30391301,30390868:30391021,30392089:30393790,30393088:30397104,30393660:30393740,30411282:30411406,30412938:30413037,30414207:30414435,30416250:30416531,30416948:30417270,30422158:30422454,30424474:30424748,30426083:30426503,30426096:30426580,30427756:30428238,30429228:30430628,30434454:30434549,30437569:30437863,30439084:30439183,30458034:30458840,30461856:30462873,30482699:30556379,30520286:30558140,30520313:30562766,30521152:30571495,30521340:30547910,30521981:30572559,30522565:30548143,30523373:30563359,30534710:30572452,30534715:30572016,30535493:30563964,30535790:30550481,30539171:30556873,30544211:30555929,30547795:30556560,30549864:30568132', 'assoc_mat': '30355431:etiquette:4203:30355512,30364116:etiquette:4203:30364412,30365106:etiquette:4203:30365273,30366060:etiquette:4203:30366310,30371984:etiquette:4203:30372223,30374838:etiquette:4203:30375498,30374917:etiquette:4203:30375511,30376032:etiquette:4203:30376414,30381411:etiquette:4203:30381566,30383444:etiquette:4203:30383692,30384777:etiquette:4203:30384878,30386174:etiquette:4203:30386369,30390228:etiquette:4203:30391301,30390868:etiquette:4203:30391021,30392089:etiquette:4203:30393790,30393088:etiquette:4203:30397104,30393660:etiquette:4203:30393740,30411282:etiquette:4203:30411406,30412938:etiquette:4203:30413037,30414207:etiquette:4203:30414435,30416250:etiquette:4203:30416531,30416948:etiquette:4203:30417270,30422158:etiquette:4203:30422454,30424474:etiquette:4203:30424748,30426083:etiquette:4203:30426503,30426096:etiquette:4203:30426580,30427756:etiquette:4203:30428238,30429228:etiquette:4203:30430628,30434454:etiquette:4203:30434549,30437569:etiquette:4203:30437863,30439084:etiquette:4203:30439183,3'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018187534875448422, 'nb_photo': 349, 'list_port_cont': '30348598,30348614,30349706,30350455,30350853,30353035,30355917,30355930,30357387,30363441,30363629,30364246,30364259,30364334,30364392,30364625,30364695,30365201,30365270,30365615,30365646,30366206,30366769,30366851,30366958,30368810,30370827,30372817,30373445,30374327,30375077,30375619,30375709,30376053,30376059,30376634,30376821,30376977,30381099,30381179,30381939,30381969,30382563,30383600,30385390,30386181,30386238,30386642,30389800,30390280,30390316,30390950,30391617,30391631,30391935,30392070,30393263,30393291,30393360,30393389,30394310,30394325,30396978,30411052,30411809,30412277,30412299,30413994,30414598,30415717,30416342,30416362,30417029,30417185,30419095,30422223,30422846,30423064,30423907,30423917,30424632,30426138,30426228,30426299,30426343,30426922,30427777,30428010,30428858,30429353,30431361,30434078,30437226,30437703,30437731,30438654,30439724,30439979,30440136,30441606,30457354,30459406,30462016,30462209,30463001,30464368,30464465,30465281,30467242,30467326,30470621,30470720,30471246,3047437', 'assoc_port': '30348402:30348598,30348410:30348614,30349655:30349706,30350361:30350455,30350748:30353035,30350787:30350853,30355867:30355917,30355870:30355930,30357341:30357387,30363346:30363441,30363571:30363629,30364115:30364392,30364117:30364259,30364120:30364334,30364121:30364246,30364597:30364695,30364601:30364625,30365100:30365270,30365107:30365201,30365603:30365646,30365608:30365615,30365612:30366769,30366055:30366206,30366061:30368810,30366702:30366958,30366706:30366851,30370768:30370827,30371983:30373445,30372621:30372817,30374236:30374327,30374837:30376977,30374937:30375077,30375561:30375709,30375566:30375619,30376015:30376059,30376031:30376053,30376541:30376634,30376770:30376821,30380938:30381179,30380943:30381099,30381796:30381969,30381797:30381939,30382511:30382563,30383443:30383600,30385341:30385390,30386167:30386238,30386177:30386181,30386612:30386642,30389677:30389800,30390231:30390316,30390235:30390280,30390822:30390950,30390867:30392070,30391463:30391631,30391465:30391617,30391890:30391935,30393091:3039338', 'assoc_mat': '30348402:etiquette:4207:30348598,30348410:etiquette:4207:30348614,30349655:etiquette:4207:30349706,30350361:etiquette:4207:30350455,30350748:etiquette:4207:30353035,30350787:etiquette:4207:30350853,30355867:etiquette:4207:30355917,30355870:etiquette:4207:30355930,30357341:etiquette:4207:30357387,30363346:etiquette:4207:30363441,30363571:etiquette:4207:30363629,30364115:etiquette:4207:30364392,30364117:etiquette:4207:30364259,30364120:etiquette:4207:30364334,30364121:etiquette:4207:30364246,30364597:etiquette:4207:30364695,30364601:etiquette:4207:30364625,30365100:etiquette:4207:30365270,30365107:etiquette:4207:30365201,30365603:etiquette:4207:30365646,30365608:etiquette:4207:30365615,30365612:etiquette:4207:30366769,30366055:etiquette:4207:30366206,30366061:etiquette:4207:30368810,30366702:etiquette:4207:30366958,30366706:etiquette:4207:30366851,30370768:etiquette:4207:30370827,30371983:etiquette:4207:30373445,30372621:etiquette:4207:30372817,30374236:etiquette:4207:30374327,30374837:etiquette:4207:30376977,3'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0007594161389171185, 'nb_photo': 133, 'list_port_cont': '30320111,30348659,30357357,30364292,30364642,30365223,30367053,30371073,30372036,30372779,30374476,30376676,30381133,30382613,30383558,30383916,30389767,30389879,30390361,30391681,30393323,30394276,30411900,30413098,30417629,30423955,30425388,30426248,30426314,30427884,30427988,30434178,30436948,30437743,30438684,30439587,30439775,30457607,30462154,30463115,30464413,30467509,30520625,30524562,30524847,30525683,30525772,30526397,30527204,30529269,30529848,30529984,30530112,30530678,30530851,30530946,30531156,30531965,30548375,30548579,30550302,30550401,30550535,30551018,30551242,30559114,30559206,30560235,30560620,30561012,30568027,30570241', 'assoc_port': '30319872:30320111,30348406:30348659,30357343:30357357,30364118:30364292,30364598:30364642,30365103:30365223,30366057:30372779,30366705:30367053,30371015:30371073,30371989:30372036,30374183:30374476,30376034:30376676,30380944:30381133,30382510:30382613,30383447:30383558,30383773:30383916,30386166:30389767,30389673:30389879,30390232:30390361,30391464:30391681,30393089:30393323,30393123:30394276,30411463:30413098,30411796:30411900,30417568:30417629,30423636:30425388,30423731:30423955,30426088:30426248,30426099:30426314,30427753:30427988,30427762:30427884,30433954:30434178,30434449:30436948,30437573:30437743,30438516:30438684,30439501:30439587,30439718:30439775,30457292:30457607,30461851:30462154,30462748:30463115,30464252:30464413,30466587:30467509,30520285:30529984,30520297:30529848,30520308:30529269,30520353:30520625,30521047:30561012,30521120:30560620,30521127:30531965,30521132:30531156,30521142:30530946,30521149:30530851,30521153:30530678,30521660:30530112,30521800:30527204,30522029:30526397,30522569:3052484', 'assoc_mat': '30319872:etiquette:4461:30320111,30348406:etiquette:4461:30348659,30357343:etiquette:4461:30357357,30364118:etiquette:4461:30364292,30364598:etiquette:4461:30364642,30365103:etiquette:4461:30365223,30366057:etiquette:4461:30372779,30366705:etiquette:4461:30367053,30371015:etiquette:4461:30371073,30371989:etiquette:4461:30372036,30374183:etiquette:4461:30374476,30376034:etiquette:4461:30376676,30380944:etiquette:4461:30381133,30382510:etiquette:4461:30382613,30383447:etiquette:4461:30383558,30383773:etiquette:4461:30383916,30386166:etiquette:4461:30389767,30389673:etiquette:4461:30389879,30390232:etiquette:4461:30390361,30391464:etiquette:4461:30391681,30393089:etiquette:4461:30393323,30393123:etiquette:4461:30394276,30411463:etiquette:4461:30413098,30411796:etiquette:4461:30411900,30417568:etiquette:4461:30417629,30423636:etiquette:4461:30425388,30423731:etiquette:4461:30423955,30426088:etiquette:4461:30426248,30426099:etiquette:4461:30426314,30427753:etiquette:4461:30427988,30427762:etiquette:4461:30427884,3'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010508425852560418, 'nb_photo': 1323, 'list_port_cont': '30348561,30350870,30350955,30357392,30363608,30364674,30365230,30366144,30366286,30366711,30366948,30368819,30370908,30371701,30373135,30373509,30373524,30375166,30375213,30375725,30375785,30376138,30376658,30376795,30381117,30381990,30382745,30382868,30383479,30383555,30383827,30384517,30384860,30385428,30385815,30386295,30388424,30389826,30389905,30390330,30390942,30390977,30391610,30391699,30393280,30393370,30393399,30394335,30411514,30412013,30412238,30412952,30413930,30414039,30414337,30414459,30415798,30416360,30416737,30417067,30417255,30417599,30422276,30422328,30423115,30423123,30424647,30424660,30426198,30426947,30427544,30427813,30427973,30428064,30428829,30429630,30430747,30433036,30434114,30434491,30434837,30435242,30436596,30437243,30437775,30438643,30439138,30439569,30439634,30457582,30457654,30457899,30462287,30463097,30464395,30464536,30464661,30469675,30469881,30471157,30471289,30474557,30474597,30479704,30482075,30482880,30482920,30484698,30484841,30486018,30488929,30520519,30520592,3052459', 'assoc_port': '30348435:30348561,30349654:30350955,30350775:30350870,30357342:30357392,30363573:30363608,30364600:30364674,30365097:30366286,30365104:30365230,30365609:30366711,30366053:30368819,30366059:30366144,30366703:30371701,30366704:30366948,30370765:30370908,30371981:30373524,30371991:30373509,30373082:30373135,30374223:30376795,30374915:30375166,30374918:30375213,30375559:30375785,30375569:30375725,30376037:30376138,30376542:30376658,30380941:30381117,30381409:30382868,30381803:30381990,30381833:30383827,30382730:30382745,30383450:30383555,30383451:30383479,30384240:30384517,30384775:30384860,30385342:30385428,30385661:30385815,30386173:30386295,30386179:30388424,30389671:30389905,30389681:30389826,30390233:30390330,30390824:30390977,30390866:30390942,30391462:30391699,30391467:30391610,30393090:30393399,30393097:30393370,30393140:30393280,30394258:30394335,30410949:30412238,30411465:30411514,30411997:30412013,30412939:30412952,30412940:30414459,30413758:30414039,30413759:30413930,30414208:30414337,30415640:3041579', 'assoc_mat': '30348435:etiquette:4200:30348561,30349654:etiquette:4200:30350955,30350775:etiquette:4200:30350870,30357342:etiquette:4200:30357392,30363573:etiquette:4200:30363608,30364600:etiquette:4200:30364674,30365097:etiquette:4200:30366286,30365104:etiquette:4200:30365230,30365609:etiquette:4200:30366711,30366053:etiquette:4200:30368819,30366059:etiquette:4200:30366144,30366703:etiquette:4200:30371701,30366704:etiquette:4200:30366948,30370765:etiquette:4200:30370908,30371981:etiquette:4200:30373524,30371991:etiquette:4200:30373509,30373082:etiquette:4200:30373135,30374223:etiquette:4200:30376795,30374915:etiquette:4200:30375166,30374918:etiquette:4200:30375213,30375559:etiquette:4200:30375785,30375569:etiquette:4200:30375725,30376037:etiquette:4200:30376138,30376542:etiquette:4200:30376658,30380941:etiquette:4200:30381117,30381409:etiquette:4200:30382868,30381803:etiquette:4200:30381990,30381833:etiquette:4200:30383827,30382730:etiquette:4200:30382745,30383450:etiquette:4200:30383555,30383451:etiquette:4200:30383479,3'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008885434567673198, 'nb_photo': 570, 'list_port_cont': '30348528,30370888,30371053,30372957,30374593,30376115,30376622,30380709,30380793,30381917,30382771,30385411,30390272,30391725,30393429,30394354,30394434,30411533,30416415,30422248,30425096,30425606,30426209,30434094,30435322,30462083,30467430,30474450,30478675,30481973,30486857,30508550,30520500,30524535,30524737,30524952,30524974,30526583,30526846,30526875,30527159,30548478,30550236,30550395,30550440,30551562,30552555,30552895,30553324,30560128,30560437,30567928', 'assoc_port': '30348400:30348528,30370760:30370888,30371012:30371053,30372619:30372957,30374203:30374593,30375954:30376115,30376564:30376622,30380592:30380709,30380593:30380793,30381800:30381917,30382729:30382771,30385361:30385411,30390239:30390272,30391461:30391725,30393087:30394434,30393093:30393429,30394260:30394354,30411468:30411533,30416254:30416415,30422134:30422248,30423711:30425606,30424985:30425096,30426093:30426209,30433957:30434094,30435212:30435322,30461848:30462083,30466584:30467430,30474319:30474450,30474321:30478675,30481866:30481973,30484222:30508550,30486694:30486857,30520288:30526846,30520331:30526583,30520369:30520500,30521126:30527159,30521145:30526875,30521802:30524974,30522390:30524952,30522680:30524737,30523375:30524535,30534707:30560437,30534708:30553324,30535163:30560128,30535499:30552895,30536211:30552555,30539168:30551562,30544180:30567928,30547787:30550395,30547788:30548478,30549865:30550440,30549866:30550236', 'assoc_mat': '30348400:etiquette:4209:30348528,30370760:etiquette:4209:30370888,30371012:etiquette:4209:30371053,30372619:etiquette:4209:30372957,30374203:etiquette:4209:30374593,30375954:etiquette:4209:30376115,30376564:etiquette:4209:30376622,30380592:etiquette:4209:30380709,30380593:etiquette:4209:30380793,30381800:etiquette:4209:30381917,30382729:etiquette:4209:30382771,30385361:etiquette:4209:30385411,30390239:etiquette:4209:30390272,30391461:etiquette:4209:30391725,30393087:etiquette:4209:30394434,30393093:etiquette:4209:30393429,30394260:etiquette:4209:30394354,30411468:etiquette:4209:30411533,30416254:etiquette:4209:30416415,30422134:etiquette:4209:30422248,30423711:etiquette:4209:30425606,30424985:etiquette:4209:30425096,30426093:etiquette:4209:30426209,30433957:etiquette:4209:30434094,30435212:etiquette:4209:30435322,30461848:etiquette:4209:30462083,30466584:etiquette:4209:30467430,30474319:etiquette:4209:30474450,30474321:etiquette:4209:30478675,30481866:etiquette:4209:30481973,30484222:etiquette:4209:30508550,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0026923318936894988, 'nb_photo': 15291, 'list_port_cont': '30348747,30349327,30349723,30350882,30350897,30356160,30363504,30363659,30364380,30364841,30365314,30365341,30365712,30366214,30367338,30368843,30370933,30371150,30372063,30372090,30372965,30372992,30373151,30374618,30375186,30375251,30375269,30375746,30376271,30376290,30381234,30381251,30381513,30382017,30382594,30382643,30383657,30383962,30385179,30385205,30385767,30385828,30386348,30386695,30390191,30390409,30391664,30391740,30391997,30392158,30392175,30393436,30393810,30393826,30394370,30411133,30411383,30411713,30411834,30412319,30412332,30414073,30414088,30414098,30414368,30414384,30415863,30415898,30416457,30416751,30416769,30417089,30417096,30417604,30417664,30423160,30423986,30424008,30424225,30424607,30425044,30425976,30426369,30426390,30426404,30427686,30427864,30427930,30428037,30428085,30428936,30430826,30433050,30433089,30434268,30434326,30434524,30435144,30435307,30437299,30438798,30438844,30439154,30439638,30439999,30457817,30458514,30459488,30462410,30463323,30463403,30464501,30469828,3047003', 'assoc_port': '30348411:30348747,30349261:30349327,30349657:30349723,30350765:30350897,30350788:30350882,30355866:30356160,30363348:30363504,30363570:30364841,30363572:30363659,30364123:30364380,30365099:30365341,30365102:30365314,30365604:30365712,30366052:30368843,30366056:30366214,30366701:30367338,30370771:30370933,30371014:30371150,30371982:30372090,30371987:30372063,30372600:30372992,30372624:30372965,30373083:30373151,30374243:30374618,30374894:30375269,30374953:30375251,30374960:30375186,30375560:30375746,30376012:30376290,30376033:30376271,30380936:30382594,30380940:30381251,30380947:30381234,30381412:30381513,30381805:30382017,30382512:30382643,30383446:30383657,30383771:30383962,30384239:30385767,30385070:30385205,30385072:30385179,30385663:30385828,30386175:30386348,30386610:30386695,30389675:30390191,30390230:30390409,30390821:30392158,30390846:30392175,30391459:30391740,30391468:30391664,30391874:30391997,30393094:30393826,30393096:30393436,30393139:30393810,30394261:30394370,30410947:30411133,30411285:3041138', 'assoc_mat': '30348411:etiquette:4211:30348747,30349261:etiquette:4211:30349327,30349657:etiquette:4211:30349723,30350765:etiquette:4211:30350897,30350788:etiquette:4211:30350882,30355866:etiquette:4211:30356160,30363348:etiquette:4211:30363504,30363570:etiquette:4211:30364841,30363572:etiquette:4211:30363659,30364123:etiquette:4211:30364380,30365099:etiquette:4211:30365341,30365102:etiquette:4211:30365314,30365604:etiquette:4211:30365712,30366052:etiquette:4211:30368843,30366056:etiquette:4211:30366214,30366701:etiquette:4211:30367338,30370771:etiquette:4211:30370933,30371014:etiquette:4211:30371150,30371982:etiquette:4211:30372090,30371987:etiquette:4211:30372063,30372600:etiquette:4211:30372992,30372624:etiquette:4211:30372965,30373083:etiquette:4211:30373151,30374243:etiquette:4211:30374618,30374894:etiquette:4211:30375269,30374953:etiquette:4211:30375251,30374960:etiquette:4211:30375186,30375560:etiquette:4211:30375746,30376012:etiquette:4211:30376290,30376033:etiquette:4211:30376271,30380936:etiquette:4211:30382594,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002565946192279349, 'nb_photo': 333, 'list_port_cont': '30348813,30349735,30355401,30356176,30363002,30364423,30364712,30364718,30365016,30365331,30365359,30365804,30366259,30366296,30366499,30367639,30371176,30372103,30372146,30372996,30374106,30374833,30375473,30376733,30379878,30381261,30381279,30381298,30381545,30382810,30383959,30384651,30384975,30385225,30385892,30386320,30386325,30386386,30390425,30390983,30391000,30391758,30391774,30393455,30393517,30393542,30394385,30411425,30411550,30412363,30414167,30414284,30415977,30416004,30416475,30417188,30417771,30423178,30424813,30424874,30426461,30426643,30428125,30430721,30433106,30437340,30437465,30438816,30439670,30440055,30459494,30462847,30464516,30464579,30468006,30470793,30474927,30474984,30475136,30482894,30485168,30485338,30487505,30489151,30520743,30524648,30525047,30525088,30525811,30525882,30526657,30526749,30526769,30526974,30530569,30530650,30531219,30532088,30548409,30550896,30551546,30553703,30555464,30557150,30557285,30559671,30559685,30559889,30560154,30560566,30560676,30561193,30561370,3056164', 'assoc_port': '30348419:30348813,30349656:30349735,30350356:30355401,30355869:30356176,30362769:30363002,30364114:30365016,30364119:30364423,30364596:30364718,30364602:30364712,30365105:30365359,30365108:30365331,30365610:30365804,30366054:30366296,30366058:30366499,30366063:30366259,30366707:30367639,30371017:30371176,30371985:30372103,30371990:30372146,30372622:30372996,30373080:30374106,30374253:30374833,30374864:30375473,30374916:30379878,30376036:30376733,30380937:30381261,30380939:30381298,30380946:30381279,30381413:30381545,30382509:30383959,30382731:30382810,30383769:30384975,30384641:30384651,30385068:30385225,30385659:30385892,30386168:30386320,30386172:30386325,30386178:30386386,30390234:30390425,30390823:30391000,30390827:30390983,30391466:30391774,30391469:30391758,30393092:30393542,30393099:30393455,30393141:30393517,30394257:30394385,30411284:30411425,30411466:30411550,30412116:30412363,30413753:30414284,30413764:30414167,30415653:30416004,30415663:30415977,30416252:30416475,30416944:30417188,30417565:3041777', 'assoc_mat': '30348419:etiquette:3327:30348813,30349656:etiquette:3327:30349735,30350356:etiquette:3327:30355401,30355869:etiquette:3327:30356176,30362769:etiquette:3327:30363002,30364114:etiquette:3327:30365016,30364119:etiquette:3327:30364423,30364596:etiquette:3327:30364718,30364602:etiquette:3327:30364712,30365105:etiquette:3327:30365359,30365108:etiquette:3327:30365331,30365610:etiquette:3327:30365804,30366054:etiquette:3327:30366296,30366058:etiquette:3327:30366499,30366063:etiquette:3327:30366259,30366707:etiquette:3327:30367639,30371017:etiquette:3327:30371176,30371985:etiquette:3327:30372103,30371990:etiquette:3327:30372146,30372622:etiquette:3327:30372996,30373080:etiquette:3327:30374106,30374253:etiquette:3327:30374833,30374864:etiquette:3327:30375473,30374916:etiquette:3327:30379878,30376036:etiquette:3327:30376733,30380937:etiquette:3327:30381261,30380939:etiquette:3327:30381298,30380946:etiquette:3327:30381279,30381413:etiquette:3327:30381545,30382509:etiquette:3327:30383959,30382731:etiquette:3327:30382810,3'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014539708114532897, 'nb_photo': 328, 'list_port_cont': '30348716,30350518,30350585,30350833,30362657,30365296,30366170,30376097,30376783,30381953,30383885,30386283,30386623,30393645,30413342,30413975,30415854,30417509,30422316,30427530,30427907,30434164,30438729,30439750,30462180,30481993,30515384,30515525,30548492,30550624,30554459,30555331,30561142,30561819,30563504,30567249,30569997,30570634,30570761', 'assoc_port': '30348405:30348716,30350358:30350585,30350360:30350518,30350789:30350833,30362654:30362657,30365098:30365296,30366062:30366170,30374184:30376783,30376035:30376097,30381798:30381953,30383750:30383885,30386171:30386283,30386613:30386623,30391858:30393645,30411795:30413342,30412112:30413975,30415627:30415854,30416943:30417509,30422128:30422316,30426079:30427530,30427759:30427907,30433953:30434164,30438513:30438729,30439716:30439750,30461853:30462180,30466591:30515525,30481873:30481993,30486695:30515384,30520310:30561819,30520335:30570761,30521049:30567249,30521147:30569997,30522388:30570634,30523044:30561142,30535167:30563504,30535853:30550624,30536090:30554459,30544206:30555331,30548091:30548492', 'assoc_mat': '30348405:film_plastique:4205:30348716,30350358:film_plastique:4205:30350585,30350360:film_plastique:4205:30350518,30350789:film_plastique:4205:30350833,30362654:film_plastique:4205:30362657,30365098:film_plastique:4205:30365296,30366062:film_plastique:4205:30366170,30374184:film_plastique:4205:30376783,30376035:film_plastique:4205:30376097,30381798:film_plastique:4205:30381953,30383750:film_plastique:4205:30383885,30386171:film_plastique:4205:30386283,30386613:film_plastique:4205:30386623,30391858:film_plastique:4205:30393645,30411795:film_plastique:4205:30413342,30412112:film_plastique:4205:30413975,30415627:film_plastique:4205:30415854,30416943:film_plastique:4205:30417509,30422128:film_plastique:4205:30422316,30426079:film_plastique:4205:30427530,30427759:film_plastique:4205:30427907,30433953:film_plastique:4205:30434164,30438513:film_plastique:4205:30438729,30439716:film_plastique:4205:30439750,30461853:film_plastique:4205:30462180,30466591:film_plastique:4205:30515525,30481873:film_plastique:4205:3048199'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.033079829996987505, 'nb_photo': 3202, 'list_port_cont': '30355518,30364402,30365278,30366309,30372219,30375485,30375505,30376410,30381567,30383698,30384886,30386372,30391014,30391302,30393737,30393787,30397106,30411416,30413045,30414425,30416520,30417271,30422459,30424753,30426491,30426586,30428240,30430638,30434546,30437864,30439198,30458843,30462883,30547919,30548151,30550467,30555927,30556388,30556563,30556875,30558144,30562768,30563347,30563973,30568145,30571499,30572007,30572462,30572553', 'assoc_port': '30355431:30355518,30364116:30364402,30365106:30365278,30366060:30366309,30371984:30372219,30374838:30375485,30374917:30375505,30376032:30376410,30381411:30381567,30383444:30383698,30384777:30384886,30386174:30386372,30390228:30391302,30390868:30391014,30392089:30393787,30393088:30397106,30393660:30393737,30411282:30411416,30412938:30413045,30414207:30414425,30416250:30416520,30416948:30417271,30422158:30422459,30424474:30424753,30426083:30426491,30426096:30426586,30427756:30428240,30429228:30430638,30434454:30434546,30437569:30437864,30439084:30439198,30458034:30458843,30461856:30462883,30482699:30556388,30520286:30558144,30520313:30562768,30521152:30571499,30521340:30547919,30521981:30572553,30522565:30548151,30523373:30563347,30534710:30572462,30534715:30572007,30535493:30563973,30535790:30550467,30539171:30556875,30544211:30555927,30547795:30556563,30549864:30568145', 'assoc_mat': '30355431:film_plastique:4203:30355518,30364116:film_plastique:4203:30364402,30365106:film_plastique:4203:30365278,30366060:film_plastique:4203:30366309,30371984:film_plastique:4203:30372219,30374838:film_plastique:4203:30375485,30374917:film_plastique:4203:30375505,30376032:film_plastique:4203:30376410,30381411:film_plastique:4203:30381567,30383444:film_plastique:4203:30383698,30384777:film_plastique:4203:30384886,30386174:film_plastique:4203:30386372,30390228:film_plastique:4203:30391302,30390868:film_plastique:4203:30391014,30392089:film_plastique:4203:30393787,30393088:film_plastique:4203:30397106,30393660:film_plastique:4203:30393737,30411282:film_plastique:4203:30411416,30412938:film_plastique:4203:30413045,30414207:film_plastique:4203:30414425,30416250:film_plastique:4203:30416520,30416948:film_plastique:4203:30417271,30422158:film_plastique:4203:30422459,30424474:film_plastique:4203:30424753,30426083:film_plastique:4203:30426491,30426096:film_plastique:4203:30426586,30427756:film_plastique:4203:3042824'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027009831519021876, 'nb_photo': 661, 'list_port_cont': '30303543,30335499,30348568,30348595,30348609,30349708,30350464,30350524,30353033,30355918,30355935,30357383,30363445,30363635,30364244,30364264,30364345,30364389,30364618,30364685,30365207,30365258,30365619,30365644,30366205,30366767,30366850,30366959,30368796,30370818,30370846,30371400,30372814,30372900,30373101,30373458,30373769,30374325,30374339,30374969,30375076,30375607,30375690,30375705,30376046,30376067,30376086,30376583,30376632,30376984,30381089,30381104,30381895,30381940,30381960,30382551,30382569,30383534,30383598,30383869,30383901,30384356,30385027,30385386,30386044,30386081,30386195,30386198,30386237,30386633,30386651,30386715,30386877,30389804,30390289,30390309,30390960,30391614,30391636,30391941,30392079,30393256,30393286,30393349,30393393,30394305,30394324,30396980,30411037,30411299,30411473,30411500,30412224,30412303,30413921,30413945,30413996,30414587,30415738,30415782,30416330,30416361,30416642,30417031,30417180,30417582,30419104,30420215,30422232,30422848,30423019,30423903,30423924,3042448', 'assoc_port': '30303519:30303543,30335479:30335499,30348402:30348595,30348407:30348568,30348410:30348609,30349655:30349708,30350357:30350524,30350361:30350464,30350748:30353033,30355867:30355918,30355870:30355935,30357341:30357383,30363346:30363445,30363571:30363635,30364115:30364389,30364117:30364264,30364120:30364345,30364121:30364244,30364597:30364685,30364601:30364618,30365100:30365258,30365107:30365207,30365603:30365644,30365608:30365619,30365612:30366767,30366055:30366205,30366061:30368796,30366702:30366959,30366706:30366850,30370758:30370846,30370768:30370818,30371337:30371400,30371983:30373458,30372581:30373769,30372621:30372814,30372623:30372900,30373081:30373101,30374236:30374325,30374263:30374339,30374837:30376984,30374914:30374969,30374937:30375076,30375561:30375705,30375564:30375690,30375566:30375607,30375992:30376086,30376015:30376067,30376031:30376046,30376541:30376632,30376543:30376583,30380943:30381104,30380945:30381089,30381796:30381960,30381797:30381940,30381804:30382569,30381832:30381895,30382511:3038255', 'assoc_mat': '30303519:film_plastique:4207:30303543,30335479:film_plastique:4207:30335499,30348402:film_plastique:4207:30348595,30348407:film_plastique:4207:30348568,30348410:film_plastique:4207:30348609,30349655:film_plastique:4207:30349708,30350357:film_plastique:4207:30350524,30350361:film_plastique:4207:30350464,30350748:film_plastique:4207:30353033,30355867:film_plastique:4207:30355918,30355870:film_plastique:4207:30355935,30357341:film_plastique:4207:30357383,30363346:film_plastique:4207:30363445,30363571:film_plastique:4207:30363635,30364115:film_plastique:4207:30364389,30364117:film_plastique:4207:30364264,30364120:film_plastique:4207:30364345,30364121:film_plastique:4207:30364244,30364597:film_plastique:4207:30364685,30364601:film_plastique:4207:30364618,30365100:film_plastique:4207:30365258,30365107:film_plastique:4207:30365207,30365603:film_plastique:4207:30365644,30365608:film_plastique:4207:30365619,30365612:film_plastique:4207:30366767,30366055:film_plastique:4207:30366205,30366061:film_plastique:4207:3036879'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8476032206935009, 'nb_photo': 4319, 'list_port_cont': '30303403,30303655,30304200,30305307,30307937,30315128,30316013,30316057,30316402,30317237,30317345,30317470,30317593,30317725,30317984,30318100,30319091,30320105,30320910,30321250,30322484,30327204,30327300,30327337,30333327,30333566,30334255,30334556,30335029,30337139,30338057,30346720,30347413,30348616,30348661,30357344,30363590,30364287,30364640,30365221,30365656,30367055,30371074,30372029,30372775,30372909,30374477,30375102,30375640,30375754,30376205,30376687,30376843,30381134,30382601,30383564,30383824,30383919,30384425,30385158,30386245,30389764,30389876,30390366,30391678,30393319,30394278,30394740,30411894,30412962,30413099,30415760,30415816,30416068,30416702,30417110,30417637,30422353,30423944,30425060,30425389,30426236,30426312,30426953,30427879,30427982,30428881,30432911,30434180,30435258,30436822,30436970,30437272,30437749,30438672,30439590,30439781,30457612,30459422,30462158,30463118,30464407,30467363,30467423,30467517,30469692,30474501,30520558,30520614,30520664,30524557,30524839,30525670,3052576', 'assoc_port': '30303187:30303403,30303528:30303655,30303947:30304200,30305287:30305307,30307823:30307937,30314897:30315128,30315980:30316013,30315986:30316057,30316217:30316402,30316868:30317984,30316878:30317725,30316888:30317593,30316899:30317470,30316919:30317345,30316932:30317237,30317952:30318100,30318928:30319091,30319872:30320105,30320882:30320910,30321182:30321250,30322332:30322484,30327087:30327337,30327094:30327300,30327107:30327204,30333127:30333327,30333489:30333566,30334128:30334255,30334524:30334556,30335014:30335029,30336895:30337139,30338007:30338057,30346643:30346720,30347166:30347413,30348406:30348661,30348409:30348616,30357343:30357344,30363569:30363590,30364118:30364287,30364598:30364640,30365103:30365221,30365611:30365656,30366057:30372775,30366705:30367055,30371015:30371074,30371989:30372029,30372620:30372909,30374183:30374477,30374913:30375754,30374958:30375102,30375568:30375640,30375953:30376205,30376034:30376687,30376771:30376843,30380944:30381134,30381802:30383824,30382510:30382601,30383447:3038356', 'assoc_mat': '30303187:film_plastique:4461:30303403,30303528:film_plastique:4461:30303655,30303947:film_plastique:4461:30304200,30305287:film_plastique:4461:30305307,30307823:film_plastique:4461:30307937,30314897:film_plastique:4461:30315128,30315980:film_plastique:4461:30316013,30315986:film_plastique:4461:30316057,30316217:film_plastique:4461:30316402,30316868:film_plastique:4461:30317984,30316878:film_plastique:4461:30317725,30316888:film_plastique:4461:30317593,30316899:film_plastique:4461:30317470,30316919:film_plastique:4461:30317345,30316932:film_plastique:4461:30317237,30317952:film_plastique:4461:30318100,30318928:film_plastique:4461:30319091,30319872:film_plastique:4461:30320105,30320882:film_plastique:4461:30320910,30321182:film_plastique:4461:30321250,30322332:film_plastique:4461:30322484,30327087:film_plastique:4461:30327337,30327094:film_plastique:4461:30327300,30327107:film_plastique:4461:30327204,30333127:film_plastique:4461:30333327,30333489:film_plastique:4461:30333566,30334128:film_plastique:4461:3033425'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.043913177111759474, 'nb_photo': 5399, 'list_port_cont': '30302296,30302314,30303586,30304099,30307828,30317268,30317406,30319784,30334136,30334751,30335589,30348555,30350866,30350944,30357400,30363623,30364671,30365232,30366151,30366274,30366719,30366944,30368821,30370916,30371696,30373145,30373496,30373521,30375181,30375211,30375600,30375728,30375789,30376150,30376660,30376789,30381121,30381977,30382742,30382862,30383473,30383541,30383831,30384508,30384865,30385426,30385809,30386306,30388427,30389821,30389904,30390329,30390937,30390973,30391606,30391701,30393273,30393314,30393373,30393400,30394328,30411504,30412005,30412243,30412948,30413929,30414045,30414352,30414450,30415808,30416353,30416733,30417063,30417244,30417589,30422279,30422338,30423113,30423129,30424648,30424658,30426197,30426945,30427554,30427812,30427972,30428068,30428831,30429616,30430746,30433025,30434120,30434494,30434829,30435247,30436603,30437244,30437778,30438651,30439135,30439572,30439636,30457587,30457643,30457900,30462296,30463095,30464391,30464533,30464669,30469681,30469879,30471153,3047128', 'assoc_port': '30302187:30302314,30302189:30302296,30303523:30303586,30303950:30304099,30307813:30307828,30316910:30317406,30316924:30317268,30319679:30319784,30334126:30334136,30334709:30334751,30335480:30335589,30348435:30348555,30349654:30350944,30350775:30350866,30357342:30357400,30363573:30363623,30364600:30364671,30365097:30366274,30365104:30365232,30365609:30366719,30366053:30368821,30366059:30366151,30366703:30371696,30366704:30366944,30370765:30370916,30371981:30373521,30371991:30373496,30373082:30373145,30374223:30376789,30374915:30375181,30374918:30375211,30375559:30375789,30375562:30375600,30375569:30375728,30376037:30376150,30376542:30376660,30380941:30381121,30381409:30382862,30381803:30381977,30381833:30383831,30382730:30382742,30383450:30383541,30383451:30383473,30384240:30384508,30384775:30384865,30385342:30385426,30385661:30385809,30386173:30386306,30386179:30388427,30389671:30389904,30389681:30389821,30390233:30390329,30390824:30390973,30390866:30390937,30391462:30391701,30391467:30391606,30393090:3039340', 'assoc_mat': '30302187:film_plastique:4200:30302314,30302189:film_plastique:4200:30302296,30303523:film_plastique:4200:30303586,30303950:film_plastique:4200:30304099,30307813:film_plastique:4200:30307828,30316910:film_plastique:4200:30317406,30316924:film_plastique:4200:30317268,30319679:film_plastique:4200:30319784,30334126:film_plastique:4200:30334136,30334709:film_plastique:4200:30334751,30335480:film_plastique:4200:30335589,30348435:film_plastique:4200:30348555,30349654:film_plastique:4200:30350944,30350775:film_plastique:4200:30350866,30357342:film_plastique:4200:30357400,30363573:film_plastique:4200:30363623,30364600:film_plastique:4200:30364671,30365097:film_plastique:4200:30366274,30365104:film_plastique:4200:30365232,30365609:film_plastique:4200:30366719,30366053:film_plastique:4200:30368821,30366059:film_plastique:4200:30366151,30366703:film_plastique:4200:30371696,30366704:film_plastique:4200:30366944,30370765:film_plastique:4200:30370916,30371981:film_plastique:4200:30373521,30371991:film_plastique:4200:3037349'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010545588443965803, 'nb_photo': 86, 'list_port_cont': '30290383,30292187,30292200,30301298,30302382,30302822,30302862,30304167,30316778,30317568,30317682,30317939,30319758,30322386,30322689,30322725,30333170,30333224,30334176,30334283,30335612,30336478,30337430,30338026,30369869,30370896,30376110,30380792,30390266,30391722,30394445,30416423,30422240,30425095,30426200,30434095,30435309,30462095,30467437,30478678,30481965,30524733,30524831,30524970,30525711,30526592,30526881,30548481,30551558,30552894,30560135', 'assoc_port': '30290350:30290383,30292096:30292187,30292097:30292200,30301103:30301298,30302180:30302382,30302733:30302862,30302754:30302822,30303946:30304167,30316571:30316778,30316870:30317939,30316898:30317682,30316909:30317568,30319682:30319758,30322333:30322386,30322549:30322725,30322556:30322689,30333128:30333224,30333131:30333170,30334125:30334176,30334131:30334283,30335476:30335612,30336252:30336478,30337382:30337430,30338006:30338026,30365605:30369869,30370760:30370896,30375954:30376110,30380593:30380792,30390239:30390266,30391461:30391722,30393087:30394445,30416254:30416423,30422134:30422240,30424985:30425095,30426093:30426200,30433957:30434095,30435212:30435309,30461848:30462095,30466584:30467437,30474321:30478678,30481866:30481965,30520331:30526592,30521145:30526881,30521720:30525711,30521721:30524831,30521802:30524970,30522680:30524733,30535163:30560135,30535499:30552894,30539168:30551558,30547788:30548481', 'assoc_mat': '30290350:film_plastique:4209:30290383,30292096:film_plastique:4209:30292187,30292097:film_plastique:4209:30292200,30301103:film_plastique:4209:30301298,30302180:film_plastique:4209:30302382,30302733:film_plastique:4209:30302862,30302754:film_plastique:4209:30302822,30303946:film_plastique:4209:30304167,30316571:film_plastique:4209:30316778,30316870:film_plastique:4209:30317939,30316898:film_plastique:4209:30317682,30316909:film_plastique:4209:30317568,30319682:film_plastique:4209:30319758,30322333:film_plastique:4209:30322386,30322549:film_plastique:4209:30322725,30322556:film_plastique:4209:30322689,30333128:film_plastique:4209:30333224,30333131:film_plastique:4209:30333170,30334125:film_plastique:4209:30334176,30334131:film_plastique:4209:30334283,30335476:film_plastique:4209:30335612,30336252:film_plastique:4209:30336478,30337382:film_plastique:4209:30337430,30338006:film_plastique:4209:30338026,30365605:film_plastique:4209:30369869,30370760:film_plastique:4209:30370896,30375954:film_plastique:4209:3037611'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003201580663685582, 'nb_photo': 6759, 'list_port_cont': '30289861,30290296,30290492,30290614,30291540,30291588,30291628,30291689,30291933,30291962,30292241,30292282,30293073,30293110,30294089,30294153,30294480,30294569,30302352,30302415,30303423,30303624,30303700,30304234,30304402,30304445,30305387,30307895,30307980,30308023,30308029,30308047,30311278,30311563,30312221,30315152,30315166,30315418,30315436,30316099,30316116,30316135,30316454,30316727,30316763,30317185,30317230,30317302,30317564,30317641,30317840,30317847,30317864,30317882,30318034,30318054,30318147,30318162,30318198,30318201,30318241,30318289,30318304,30318710,30319119,30319128,30319151,30319813,30320083,30320220,30320937,30321214,30321230,30321300,30321731,30321929,30322046,30322460,30322521,30322712,30322880,30322905,30327137,30327231,30327274,30327355,30327494,30327531,30327589,30327658,30329861,30333280,30333297,30333324,30333600,30333907,30333922,30334315,30334588,30334615,30334784,30334789,30335286,30335339,30336544,30337080,30337112,30337441,30337793,30337818,30337851,30346425,30346762,3034678', 'assoc_port': '30289306:30290614,30289774:30289861,30290043:30290296,30290347:30290492,30291286:30291588,30291289:30291540,30291609:30291689,30291612:30291628,30291899:30291962,30291901:30291933,30292077:30292282,30292101:30292241,30292862:30293110,30292865:30293073,30293775:30294153,30293777:30294089,30294224:30294569,30294228:30294480,30302186:30302352,30302190:30302415,30303218:30303423,30303521:30303624,30303526:30303700,30303943:30304234,30304342:30304402,30304344:30304445,30305286:30305387,30307814:30308047,30307816:30308023,30307817:30308029,30307818:30307980,30307825:30307895,30310708:30312221,30310716:30311563,30310718:30311278,30314898:30315166,30314900:30315152,30315255:30315436,30315259:30315418,30315979:30316099,30315981:30316116,30315984:30316135,30316220:30316454,30316647:30316727,30316648:30316763,30316860:30318710,30316864:30318241,30316865:30319813,30316866:30318147,30316869:30317230,30316873:30318304,30316874:30318198,30316877:30318289,30316882:30318054,30316884:30318034,30316885:30317864,30316893:3031788', 'assoc_mat': '30289306:film_plastique:4211:30290614,30289774:film_plastique:4211:30289861,30290043:film_plastique:4211:30290296,30290347:film_plastique:4211:30290492,30291286:film_plastique:4211:30291588,30291289:film_plastique:4211:30291540,30291609:film_plastique:4211:30291689,30291612:film_plastique:4211:30291628,30291899:film_plastique:4211:30291962,30291901:film_plastique:4211:30291933,30292077:film_plastique:4211:30292282,30292101:film_plastique:4211:30292241,30292862:film_plastique:4211:30293110,30292865:film_plastique:4211:30293073,30293775:film_plastique:4211:30294153,30293777:film_plastique:4211:30294089,30294224:film_plastique:4211:30294569,30294228:film_plastique:4211:30294480,30302186:film_plastique:4211:30302352,30302190:film_plastique:4211:30302415,30303218:film_plastique:4211:30303423,30303521:film_plastique:4211:30303624,30303526:film_plastique:4211:30303700,30303943:film_plastique:4211:30304234,30304342:film_plastique:4211:30304402,30304344:film_plastique:4211:30304445,30305286:film_plastique:4211:3030538'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006066340008518643, 'nb_photo': 3, 'list_port_cont': '30348703,30563515,30567244', 'assoc_port': '30348405:30348703,30521049:30567244,30535167:30563515', 'assoc_mat': '30348405:kraft:4205:30348703,30521049:kraft:4205:30567244,30535167:kraft:4205:30563515'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012457633722508645, 'nb_photo': 3, 'list_port_cont': '30381561,30437853,30558143', 'assoc_port': '30381411:30381561,30437569:30437853,30520286:30558143', 'assoc_mat': '30381411:kraft:4203:30381561,30437569:kraft:4203:30437853,30520286:kraft:4203:30558143'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014447525115170966, 'nb_photo': 27, 'list_port_cont': '30350525,30375692,30376063,30376080,30382566,30394301,30411494,30427838,30434210,30437713,30462009,30486354,30526796,30527177,30527734,30530257,30531476,30550172,30550483,30550778,30551140,30562711,30563461,30564915,30566986,30569186', 'assoc_port': '30350357:30350525,30375564:30375692,30375992:30376080,30376015:30376063,30382511:30382566,30394262:30394301,30411464:30411494,30427760:30427838,30433948:30434210,30437572:30437713,30461858:30462009,30482702:30486354,30521121:30569186,30521129:30531476,30521146:30530257,30521798:30527734,30522027:30527177,30522396:30526796,30534266:30562711,30534718:30566986,30535162:30563461,30535166:30564915,30535852:30550483,30538272:30551140,30544191:30550778,30549868:30550172', 'assoc_mat': '30350357:kraft:4207:30350525,30375564:kraft:4207:30375692,30375992:kraft:4207:30376080,30376015:kraft:4207:30376063,30382511:kraft:4207:30382566,30394262:kraft:4207:30394301,30411464:kraft:4207:30411494,30427760:kraft:4207:30427838,30433948:kraft:4207:30434210,30437572:kraft:4207:30437713,30461858:kraft:4207:30462009,30482702:kraft:4207:30486354,30521121:kraft:4207:30569186,30521129:kraft:4207:30531476,30521146:kraft:4207:30530257,30521798:kraft:4207:30527734,30522027:kraft:4207:30527177,30522396:kraft:4207:30526796,30534266:kraft:4207:30562711,30534718:kraft:4207:30566986,30535162:kraft:4207:30563461,30535166:kraft:4207:30564915,30535852:kraft:4207:30550483,30538272:kraft:4207:30551140,30544191:kraft:4207:30550778,30549868:kraft:4207:30550172'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0002513308740079549, 'nb_photo': 43, 'list_port_cont': '30320103,30334257,30334551,30335039,30338051,30375107,30389866,30551014', 'assoc_port': '30319872:30320103,30334128:30334257,30334524:30334551,30335014:30335039,30338007:30338051,30374958:30375107,30389673:30389866,30539174:30551014', 'assoc_mat': '30319872:kraft:4461:30320103,30334128:kraft:4461:30334257,30334524:kraft:4461:30334551,30335014:kraft:4461:30335039,30338007:kraft:4461:30338051,30374958:kraft:4461:30375107,30389673:kraft:4461:30389866,30539174:kraft:4461:30551014'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 2.5967421866911922e-05, 'nb_photo': 18, 'list_port_cont': '30335602,30364673,30370913,30373138,30375201,30381111,30383484,30383836,30385819,30386296,30389822,30390941,30434109', 'assoc_port': '30335480:30335602,30364600:30364673,30370765:30370913,30373082:30373138,30374918:30375201,30380941:30381111,30381833:30383836,30383451:30383484,30385661:30385819,30386173:30386296,30389681:30389822,30390866:30390941,30433950:30434109', 'assoc_mat': '30335480:kraft:4200:30335602,30364600:kraft:4200:30364673,30370765:kraft:4200:30370913,30373082:kraft:4200:30373138,30374918:kraft:4200:30375201,30380941:kraft:4200:30381111,30381833:kraft:4200:30383836,30383451:kraft:4200:30383484,30385661:kraft:4200:30385819,30386173:kraft:4200:30386296,30389681:kraft:4200:30389822,30390866:kraft:4200:30390941,30433950:kraft:4200:30434109'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0, 'nb_photo': 7, 'list_port_cont': '30290397,30321501,30369873,30390258', 'assoc_port': '30290348:30290397,30321426:30321501,30365605:30369873,30390239:30390258', 'assoc_mat': '30290348:kraft:4209:30290397,30321426:kraft:4209:30321501,30365605:kraft:4209:30369873,30390239:kraft:4209:30390258'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005363201344108659, 'nb_photo': 1102, 'list_port_cont': '30290095,30290377,30291914,30293054,30293889,30294426,30300055,30300616,30303605,30307846,30314984,30317313,30317465,30317690,30317710,30317752,30317902,30318086,30318264,30318976,30318981,30318999,30319958,30320702,30320897,30322393,30327149,30327820,30333858,30334160,30334531,30334684,30334718,30335669,30336500,30346392,30346698,30346963,30348543,30363386,30364604,30365146,30366044,30370838,30370863,30370872,30372016,30374357,30375091,30376141,30376672,30376765,30376817,30380633,30381147,30382756,30382787,30386215,30389785,30390917,30392306,30394684,30411029,30414313,30414330,30415720,30416630,30417042,30423938,30424504,30424548,30424582,30427383,30432926,30433068,30435109,30435117,30435162,30437235,30438608,30439438,30439744,30460983,30463818,30467263,30467345,30467650,30469625,30474395,30474478,30474640,30474660,30484549,30520379,30520426,30521620,30525512,30525610,30526240,30527143,30527255,30528519,30529117,30529821,30529973,30530581,30530707,30531042,30531548,30531895,30548274,30548464,30550113,3055035', 'assoc_port': '30290042:30290095,30290351:30290377,30291902:30291914,30292863:30293889,30292864:30293054,30294223:30294426,30299944:30300055,30300542:30300616,30303525:30303605,30307824:30307846,30314901:30314984,30316872:30318264,30316879:30318086,30316883:30317902,30316892:30317752,30316895:30317690,30316900:30317710,30316912:30317465,30316921:30317313,30317931:30318976,30318963:30318999,30318964:30318981,30319877:30319958,30320625:30320702,30320880:30320897,30322313:30322393,30327110:30327149,30327112:30327820,30333726:30333858,30334129:30334160,30334132:30334684,30334521:30334531,30334705:30334718,30335475:30335669,30336233:30336500,30346388:30346392,30346641:30346698,30346818:30346963,30348408:30348543,30363347:30363386,30364599:30364604,30365101:30365146,30365607:30366044,30370759:30370863,30370761:30370872,30370762:30370838,30371988:30372016,30374204:30374357,30374957:30375091,30376011:30376141,30376014:30376765,30376030:30376672,30376772:30376817,30380591:30380633,30380942:30381147,30381825:30382756,30382728:3038278', 'assoc_mat': '30290042:kraft:3726:30290095,30290351:kraft:3726:30290377,30291902:kraft:3726:30291914,30292863:kraft:3726:30293889,30292864:kraft:3726:30293054,30294223:kraft:3726:30294426,30299944:kraft:3726:30300055,30300542:kraft:3726:30300616,30303525:kraft:3726:30303605,30307824:kraft:3726:30307846,30314901:kraft:3726:30314984,30316872:kraft:3726:30318264,30316879:kraft:3726:30318086,30316883:kraft:3726:30317902,30316892:kraft:3726:30317752,30316895:kraft:3726:30317690,30316900:kraft:3726:30317710,30316912:kraft:3726:30317465,30316921:kraft:3726:30317313,30317931:kraft:3726:30318976,30318963:kraft:3726:30318999,30318964:kraft:3726:30318981,30319877:kraft:3726:30319958,30320625:kraft:3726:30320702,30320880:kraft:3726:30320897,30322313:kraft:3726:30322393,30327110:kraft:3726:30327149,30327112:kraft:3726:30327820,30333726:kraft:3726:30333858,30334129:kraft:3726:30334160,30334132:kraft:3726:30334684,30334521:kraft:3726:30334531,30334705:kraft:3726:30334718,30335475:kraft:3726:30335669,30336233:kraft:3726:30336500,30346388:'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 9.6678794257508e-05, 'nb_photo': 7, 'list_port_cont': '30394366,30427674,30428944,30438846,30469836,30487421', 'assoc_port': '30394261:30394366,30426102:30427674,30428667:30428944,30438496:30438846,30469539:30469836,30487071:30487421', 'assoc_mat': '30394261:kraft:4211:30394366,30426102:kraft:4211:30427674,30428667:kraft:4211:30428944,30438496:kraft:4211:30438846,30469539:kraft:4211:30469836,30487071:kraft:4211:30487421'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9286187951558615, 'nb_photo': 142, 'list_port_cont': '30350836,30362667,30365299,30366158,30376090,30376774,30381946,30383879,30386282,30386620,30393642,30413351,30415848,30417497,30422310,30427542,30427916,30434170,30437206,30438728,30439763,30462194,30481988,30515383,30515529,30548495,30550623,30554466,30555325,30561147,30561813,30563506,30567239,30569984,30570643,30570760', 'assoc_port': '30350789:30350836,30362654:30362667,30365098:30365299,30366062:30366158,30374184:30376774,30376035:30376090,30381798:30381946,30383750:30383879,30386171:30386282,30386613:30386620,30391858:30393642,30411795:30413351,30415627:30415848,30416943:30417497,30422128:30422310,30426079:30427542,30427759:30427916,30433953:30434170,30437163:30437206,30438513:30438728,30439716:30439763,30461853:30462194,30466591:30515529,30481873:30481988,30486695:30515383,30520310:30561813,30520335:30570760,30521049:30567239,30521147:30569984,30522388:30570643,30523044:30561147,30535167:30563506,30535853:30550623,30536090:30554466,30544206:30555325,30548091:30548495', 'assoc_mat': '30350789:metal:4205:30350836,30362654:metal:4205:30362667,30365098:metal:4205:30365299,30366062:metal:4205:30366158,30374184:metal:4205:30376774,30376035:metal:4205:30376090,30381798:metal:4205:30381946,30383750:metal:4205:30383879,30386171:metal:4205:30386282,30386613:metal:4205:30386620,30391858:metal:4205:30393642,30411795:metal:4205:30413351,30415627:metal:4205:30415848,30416943:metal:4205:30417497,30422128:metal:4205:30422310,30426079:metal:4205:30427542,30427759:metal:4205:30427916,30433953:metal:4205:30434170,30437163:metal:4205:30437206,30438513:metal:4205:30438728,30439716:metal:4205:30439763,30461853:metal:4205:30462194,30466591:metal:4205:30515529,30481873:metal:4205:30481988,30486695:metal:4205:30515383,30520310:metal:4205:30561813,30520335:metal:4205:30570760,30521049:metal:4205:30567239,30521147:metal:4205:30569984,30522388:metal:4205:30570643,30523044:metal:4205:30561147,30535167:metal:4205:30563506,30535853:metal:4205:30550623,30536090:metal:4205:30554466,30544206:metal:4205:30555325,30548091:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01350317625954187, 'nb_photo': 1602, 'list_port_cont': '30355516,30364414,30365288,30366314,30372222,30375496,30375512,30376424,30381568,30383700,30384877,30386361,30391025,30391303,30393743,30411414,30413044,30414434,30416532,30417278,30422460,30424755,30426498,30426582,30428251,30430637,30434540,30437862,30439189,30458847,30462878,30547915,30548147,30550473,30555931,30556380,30556556,30556876,30558141,30562771,30563350,30563967,30568135,30571496,30572003,30572458,30572565', 'assoc_port': '30355431:30355516,30364116:30364414,30365106:30365288,30366060:30366314,30371984:30372222,30374838:30375496,30374917:30375512,30376032:30376424,30381411:30381568,30383444:30383700,30384777:30384877,30386174:30386361,30390228:30391303,30390868:30391025,30393660:30393743,30411282:30411414,30412938:30413044,30414207:30414434,30416250:30416532,30416948:30417278,30422158:30422460,30424474:30424755,30426083:30426498,30426096:30426582,30427756:30428251,30429228:30430637,30434454:30434540,30437569:30437862,30439084:30439189,30458034:30458847,30461856:30462878,30482699:30556380,30520286:30558141,30520313:30562771,30521152:30571496,30521340:30547915,30521981:30572565,30522565:30548147,30523373:30563350,30534710:30572458,30534715:30572003,30535493:30563967,30535790:30550473,30539171:30556876,30544211:30555931,30547795:30556556,30549864:30568135', 'assoc_mat': '30355431:metal:4203:30355516,30364116:metal:4203:30364414,30365106:metal:4203:30365288,30366060:metal:4203:30366314,30371984:metal:4203:30372222,30374838:metal:4203:30375496,30374917:metal:4203:30375512,30376032:metal:4203:30376424,30381411:metal:4203:30381568,30383444:metal:4203:30383700,30384777:metal:4203:30384877,30386174:metal:4203:30386361,30390228:metal:4203:30391303,30390868:metal:4203:30391025,30393660:metal:4203:30393743,30411282:metal:4203:30411414,30412938:metal:4203:30413044,30414207:metal:4203:30414434,30416250:metal:4203:30416532,30416948:metal:4203:30417278,30422158:metal:4203:30422460,30424474:metal:4203:30424755,30426083:metal:4203:30426498,30426096:metal:4203:30426582,30427756:metal:4203:30428251,30429228:metal:4203:30430637,30434454:metal:4203:30434540,30437569:metal:4203:30437862,30439084:metal:4203:30439189,30458034:metal:4203:30458847,30461856:metal:4203:30462878,30482699:metal:4203:30556380,30520286:metal:4203:30558141,30520313:metal:4203:30562771,30521152:metal:4203:30571496,30521340:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.012052467220038079, 'nb_photo': 184, 'list_port_cont': '30303532,30335503,30338292,30348574,30348602,30349699,30355937,30364258,30364347,30364383,30364616,30364679,30365623,30366192,30366859,30366960,30368806,30370821,30370843,30372892,30374328,30376043,30376054,30376633,30381079,30381101,30381904,30382564,30382568,30383602,30386039,30386634,30386704,30386886,30389739,30391625,30392083,30393255,30393363,30393390,30394308,30394311,30411477,30411497,30415731,30417033,30417574,30422206,30424483,30424636,30425025,30426341,30427957,30428852,30432966,30434218,30434772,30434774,30438687,30439530,30439565,30439732,30439959,30459354,30459405,30462205,30464469,30470941,30471248,30473947,30474367,30484447,30486347,30520612,30524489,30525477,30525592,30526719,30526787,30527438,30527803,30528046,30528106,30528376,30528712,30529043,30529238,30529701,30529788,30530744,30548207,30548436,30548922,30550311,30550465,30550486,30550503,30550703,30550717,30550884,30551154,30551212,30555848,30562710,30563297,30563605,30566502,30567925,30568012,30568498,30571983', 'assoc_port': '30303519:30303532,30335479:30335503,30337378:30338292,30348407:30348574,30348410:30348602,30349655:30349699,30355870:30355937,30364115:30364383,30364117:30364258,30364120:30364347,30364597:30364679,30364601:30364616,30365608:30365623,30366055:30366192,30366061:30368806,30366702:30366960,30366706:30366859,30370758:30370843,30370768:30370821,30372623:30372892,30374236:30374328,30376015:30376054,30376031:30376043,30376541:30376633,30380943:30381101,30380945:30381079,30381804:30382568,30381832:30381904,30382511:30382564,30383443:30383602,30384774:30386886,30384778:30386039,30385662:30386704,30386612:30386634,30389683:30389739,30390867:30392083,30391465:30391625,30393091:30393390,30393095:30393363,30393138:30393255,30394259:30394311,30394262:30394308,30411464:30411497,30411467:30411477,30415658:30415731,30416946:30417033,30417562:30417574,30422130:30422206,30422877:30424483,30424471:30424636,30424987:30425025,30426084:30426341,30427755:30427957,30428666:30428852,30432869:30432966,30433948:30434218,30434609:3043477', 'assoc_mat': '30303519:metal:4207:30303532,30335479:metal:4207:30335503,30337378:metal:4207:30338292,30348407:metal:4207:30348574,30348410:metal:4207:30348602,30349655:metal:4207:30349699,30355870:metal:4207:30355937,30364115:metal:4207:30364383,30364117:metal:4207:30364258,30364120:metal:4207:30364347,30364597:metal:4207:30364679,30364601:metal:4207:30364616,30365608:metal:4207:30365623,30366055:metal:4207:30366192,30366061:metal:4207:30368806,30366702:metal:4207:30366960,30366706:metal:4207:30366859,30370758:metal:4207:30370843,30370768:metal:4207:30370821,30372623:metal:4207:30372892,30374236:metal:4207:30374328,30376015:metal:4207:30376054,30376031:metal:4207:30376043,30376541:metal:4207:30376633,30380943:metal:4207:30381101,30380945:metal:4207:30381079,30381804:metal:4207:30382568,30381832:metal:4207:30381904,30382511:metal:4207:30382564,30383443:metal:4207:30383602,30384774:metal:4207:30386886,30384778:metal:4207:30386039,30385662:metal:4207:30386704,30386612:metal:4207:30386634,30389683:metal:4207:30389739,30390867:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013639961895066145, 'nb_photo': 30, 'list_port_cont': '30307941,30346708,30348623,30365227,30367052,30372769,30383914,30384412,30386243,30393329,30427983,30436949,30437269,30462162,30467522,30469694,30526400,30527196,30528247,30529993,30530111,30530669,30548373,30559112,30560243', 'assoc_port': '30307823:30307941,30346643:30346708,30348409:30348623,30365103:30365227,30366057:30372769,30366705:30367052,30383773:30383914,30384241:30384412,30386176:30386243,30393089:30393329,30427753:30427983,30434449:30436949,30437149:30437269,30461851:30462162,30466587:30467522,30469541:30469694,30520285:30529993,30521153:30530669,30521660:30530111,30521700:30528247,30521800:30527196,30522029:30526400,30534793:30560243,30535492:30559112,30535785:30548373', 'assoc_mat': '30307823:metal:4461:30307941,30346643:metal:4461:30346708,30348409:metal:4461:30348623,30365103:metal:4461:30365227,30366057:metal:4461:30372769,30366705:metal:4461:30367052,30383773:metal:4461:30383914,30384241:metal:4461:30384412,30386176:metal:4461:30386243,30393089:metal:4461:30393329,30427753:metal:4461:30427983,30434449:metal:4461:30436949,30437149:metal:4461:30437269,30461851:metal:4461:30462162,30466587:metal:4461:30467522,30469541:metal:4461:30469694,30520285:metal:4461:30529993,30521153:metal:4461:30530669,30521660:metal:4461:30530111,30521700:metal:4461:30528247,30521800:metal:4461:30527196,30522029:metal:4461:30526400,30534793:metal:4461:30560243,30535492:metal:4461:30559112,30535785:metal:4461:30548373'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024235419265222033, 'nb_photo': 629, 'list_port_cont': '30303588,30304105,30334752,30348566,30350860,30350957,30363622,30366143,30366279,30366716,30366949,30368824,30371697,30373519,30375168,30375723,30376157,30376653,30376793,30381113,30382744,30383546,30384518,30389823,30389906,30390971,30391601,30391711,30393268,30393300,30393374,30393404,30394342,30411510,30412003,30412234,30412958,30413935,30414033,30414355,30414462,30415807,30416347,30416727,30417057,30417251,30417588,30422277,30422331,30423116,30423130,30424637,30424673,30426186,30426935,30427549,30427815,30427958,30428056,30428837,30429624,30430754,30433038,30434116,30434500,30434827,30435239,30437246,30437774,30438644,30439124,30439573,30439622,30457592,30457647,30457894,30462299,30463106,30464388,30464545,30464660,30469683,30469878,30471154,30471296,30474555,30474605,30479703,30482071,30482886,30482916,30484700,30484840,30486020,30488923,30520517,30520584,30524579,30524715,30524875,30525651,30526219,30526824,30527237,30527520,30527942,30528741,30528967,30529402,30529635,30530007,30530426,30530724,3053109', 'assoc_port': '30303523:30303588,30303950:30304105,30334709:30334752,30348435:30348566,30349654:30350957,30350775:30350860,30363573:30363622,30365097:30366279,30365609:30366716,30366053:30368824,30366059:30366143,30366703:30371697,30366704:30366949,30371981:30373519,30374223:30376793,30374915:30375168,30375569:30375723,30376037:30376157,30376542:30376653,30380941:30381113,30382730:30382744,30383450:30383546,30384240:30384518,30389671:30389906,30389681:30389823,30390824:30390971,30391462:30391711,30391467:30391601,30393090:30393404,30393097:30393374,30393098:30393300,30393140:30393268,30394258:30394342,30410949:30412234,30411465:30411510,30411997:30412003,30412939:30412958,30412940:30414462,30413758:30414033,30413759:30413935,30414208:30414355,30415640:30415807,30415659:30417251,30416253:30416347,30416586:30416727,30416945:30417057,30417563:30417588,30422122:30422331,30422138:30422277,30422884:30423130,30422900:30423116,30424470:30424673,30424475:30424637,30426082:30430754,30426092:30426186,30426095:30427549,30426888:3042693', 'assoc_mat': '30303523:metal:4200:30303588,30303950:metal:4200:30304105,30334709:metal:4200:30334752,30348435:metal:4200:30348566,30349654:metal:4200:30350957,30350775:metal:4200:30350860,30363573:metal:4200:30363622,30365097:metal:4200:30366279,30365609:metal:4200:30366716,30366053:metal:4200:30368824,30366059:metal:4200:30366143,30366703:metal:4200:30371697,30366704:metal:4200:30366949,30371981:metal:4200:30373519,30374223:metal:4200:30376793,30374915:metal:4200:30375168,30375569:metal:4200:30375723,30376037:metal:4200:30376157,30376542:metal:4200:30376653,30380941:metal:4200:30381113,30382730:metal:4200:30382744,30383450:metal:4200:30383546,30384240:metal:4200:30384518,30389671:metal:4200:30389906,30389681:metal:4200:30389823,30390824:metal:4200:30390971,30391462:metal:4200:30391711,30391467:metal:4200:30391601,30393090:metal:4200:30393404,30393097:metal:4200:30393374,30393098:metal:4200:30393300,30393140:metal:4200:30393268,30394258:metal:4200:30394342,30410949:metal:4200:30412234,30411465:metal:4200:30411510,30411997:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03547611390575404, 'nb_photo': 162, 'list_port_cont': '30290378,30292186,30294345,30301187,30301307,30302335,30302396,30302836,30302863,30303368,30304161,30304308,30307874,30307975,30309275,30315395,30316004,30316047,30316719,30316779,30317005,30317199,30317281,30317331,30317450,30317582,30317685,30317757,30317819,30319770,30319801,30320257,30320973,30321289,30322381,30322678,30322731,30334217,30334289,30334726,30335579,30335617,30337093,30337431,30337727,30339372,30346977,30372950,30374592,30376116,30380797,30382777,30390265,30391716,30393417,30394355,30411539,30416418,30422239,30425082,30434100,30435314,30462081,30467428,30486863,30520508,30524741,30524828,30524975,30525709,30525751,30526378,30548298,30548480,30550226,30550436,30552548,30552903,30553328,30560137,30560445', 'assoc_port': '30290350:30290378,30292096:30292186,30294222:30294345,30301103:30301307,30301159:30301187,30302180:30302396,30302183:30302335,30302733:30302863,30302754:30302836,30303219:30303368,30303942:30304308,30303946:30304161,30307819:30307975,30307821:30307874,30307826:30309275,30315258:30315395,30315983:30316047,30315985:30316004,30316571:30316779,30316649:30316719,30316876:30317819,30316890:30317757,30316891:30320257,30316898:30317685,30316909:30317582,30316913:30317450,30316916:30317281,30316922:30317331,30316928:30317199,30316929:30317005,30319680:30319801,30319682:30319770,30320881:30320973,30321179:30321289,30322333:30322381,30322549:30322731,30322556:30322678,30334123:30334217,30334131:30334289,30334710:30334726,30335476:30335617,30335478:30335579,30336915:30337093,30337382:30337431,30337650:30339372,30337655:30337727,30346817:30346977,30372619:30372950,30374203:30374592,30375954:30376116,30380593:30380797,30382729:30382777,30390239:30390265,30391461:30391716,30393093:30393417,30394260:30394355,30411468:3041153', 'assoc_mat': '30290350:metal:4209:30290378,30292096:metal:4209:30292186,30294222:metal:4209:30294345,30301103:metal:4209:30301307,30301159:metal:4209:30301187,30302180:metal:4209:30302396,30302183:metal:4209:30302335,30302733:metal:4209:30302863,30302754:metal:4209:30302836,30303219:metal:4209:30303368,30303942:metal:4209:30304308,30303946:metal:4209:30304161,30307819:metal:4209:30307975,30307821:metal:4209:30307874,30307826:metal:4209:30309275,30315258:metal:4209:30315395,30315983:metal:4209:30316047,30315985:metal:4209:30316004,30316571:metal:4209:30316779,30316649:metal:4209:30316719,30316876:metal:4209:30317819,30316890:metal:4209:30317757,30316891:metal:4209:30320257,30316898:metal:4209:30317685,30316909:metal:4209:30317582,30316913:metal:4209:30317450,30316916:metal:4209:30317281,30316922:metal:4209:30317331,30316928:metal:4209:30317199,30316929:metal:4209:30317005,30319680:metal:4209:30319801,30319682:metal:4209:30319770,30320881:metal:4209:30320973,30321179:metal:4209:30321289,30322333:metal:4209:30322381,30322549:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0004465450046020195, 'nb_photo': 29, 'list_port_cont': '30302842,30327153,30363390,30364606,30365153,30366034,30376807,30382792,30386222,30415719,30427386,30433066,30463816,30474479,30474665,30520429,30521618,30528526,30531547,30550106,30555559,30557422,30557727', 'assoc_port': '30302752:30302842,30327110:30327153,30363347:30363390,30364599:30364606,30365101:30365153,30365607:30366034,30376772:30376807,30382728:30382792,30386169:30386222,30415661:30415719,30426889:30427386,30432862:30433066,30461852:30463816,30474322:30474665,30474323:30474479,30520360:30520429,30521041:30521618,30521119:30557422,30521151:30531547,30522560:30528526,30534703:30557727,30535500:30555559,30549867:30550106', 'assoc_mat': '30302752:metal:3726:30302842,30327110:metal:3726:30327153,30363347:metal:3726:30363390,30364599:metal:3726:30364606,30365101:metal:3726:30365153,30365607:metal:3726:30366034,30376772:metal:3726:30376807,30382728:metal:3726:30382792,30386169:metal:3726:30386222,30415661:metal:3726:30415719,30426889:metal:3726:30427386,30432862:metal:3726:30433066,30461852:metal:3726:30463816,30474322:metal:3726:30474665,30474323:metal:3726:30474479,30520360:metal:3726:30520429,30521041:metal:3726:30521618,30521119:metal:3726:30557422,30521151:metal:3726:30531547,30522560:metal:3726:30528526,30534703:metal:3726:30557727,30535500:metal:3726:30555559,30549867:metal:3726:30550106'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00987432584759179, 'nb_photo': 2087, 'list_port_cont': '30289856,30290291,30290486,30290622,30291537,30291573,30291642,30291702,30291967,30292238,30292276,30293066,30293124,30294091,30294166,30294493,30294579,30302356,30302412,30303427,30303621,30303695,30304235,30304409,30304438,30305389,30307886,30307990,30308024,30308035,30308054,30311281,30311564,30312217,30315162,30315178,30315426,30315435,30316090,30316114,30316136,30316444,30316731,30316764,30317183,30317227,30317311,30317558,30317647,30317839,30317857,30317874,30317886,30318037,30318052,30318144,30318160,30318189,30318215,30318279,30318293,30318721,30319112,30319131,30319157,30319811,30320095,30320211,30320946,30321207,30321229,30321308,30321733,30321922,30322056,30322462,30322518,30322701,30322883,30322902,30327144,30327243,30327284,30327358,30327492,30327532,30327577,30327652,30329870,30333275,30333305,30333315,30333609,30333899,30333923,30334308,30334598,30334609,30334778,30334788,30335293,30335343,30336558,30337068,30337115,30337440,30337781,30337806,30337848,30346418,30346765,30346775,30347069,3034743', 'assoc_port': '30289306:30290622,30289774:30289856,30290043:30290291,30290347:30290486,30291286:30291573,30291289:30291537,30291609:30291702,30291612:30291642,30291899:30291967,30292077:30292276,30292101:30292238,30292862:30293124,30292865:30293066,30293775:30294166,30293777:30294091,30294224:30294579,30294228:30294493,30302186:30302356,30302190:30302412,30303218:30303427,30303521:30303621,30303526:30303695,30303943:30304235,30304342:30304409,30304344:30304438,30305286:30305389,30307814:30308054,30307816:30308024,30307817:30308035,30307818:30307990,30307825:30307886,30310708:30312217,30310716:30311564,30310718:30311281,30314898:30315178,30314900:30315162,30315255:30315435,30315259:30315426,30315979:30316090,30315981:30316114,30315984:30316136,30316220:30316444,30316647:30316731,30316648:30316764,30316860:30318721,30316865:30319811,30316866:30318144,30316869:30317227,30316873:30318293,30316874:30318189,30316877:30318279,30316882:30318052,30316884:30318037,30316885:30317874,30316893:30317886,30316897:30317857,30316903:3031783', 'assoc_mat': '30289306:metal:4211:30290622,30289774:metal:4211:30289856,30290043:metal:4211:30290291,30290347:metal:4211:30290486,30291286:metal:4211:30291573,30291289:metal:4211:30291537,30291609:metal:4211:30291702,30291612:metal:4211:30291642,30291899:metal:4211:30291967,30292077:metal:4211:30292276,30292101:metal:4211:30292238,30292862:metal:4211:30293124,30292865:metal:4211:30293066,30293775:metal:4211:30294166,30293777:metal:4211:30294091,30294224:metal:4211:30294579,30294228:metal:4211:30294493,30302186:metal:4211:30302356,30302190:metal:4211:30302412,30303218:metal:4211:30303427,30303521:metal:4211:30303621,30303526:metal:4211:30303695,30303943:metal:4211:30304235,30304342:metal:4211:30304409,30304344:metal:4211:30304438,30305286:metal:4211:30305389,30307814:metal:4211:30308054,30307816:metal:4211:30308024,30307817:metal:4211:30308035,30307818:metal:4211:30307990,30307825:metal:4211:30307886,30310708:metal:4211:30312217,30310716:metal:4211:30311564,30310718:metal:4211:30311281,30314898:metal:4211:30315178,30314900:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014400027313589536, 'nb_photo': 67, 'list_port_cont': '30308377,30348816,30349732,30355396,30356182,30362996,30364427,30364704,30364714,30365802,30367642,30372106,30372154,30374107,30375476,30376017,30381264,30381299,30382803,30383943,30384977,30385220,30386375,30391751,30393450,30414163,30414279,30424093,30426462,30426641,30433109,30437472,30467670,30470791,30474918,30482190,30525876,30526981,30529687,30530637,30531224,30548405,30560146', 'assoc_port': '30307812:30308377,30348419:30348816,30349656:30349732,30350356:30355396,30355869:30356182,30362769:30362996,30364119:30364427,30364596:30364714,30364602:30364704,30365610:30365802,30366707:30367642,30371985:30372106,30371990:30372154,30373080:30374107,30374864:30375476,30375563:30376017,30380937:30381264,30380939:30381299,30382509:30383943,30382731:30382803,30383769:30384977,30385068:30385220,30386178:30386375,30391469:30391751,30393099:30393450,30413753:30414279,30413764:30414163,30423672:30424093,30426089:30426641,30426100:30426462,30432866:30433109,30435211:30437472,30466590:30470791,30466895:30467670,30474299:30474918,30481870:30482190,30520284:30530637,30520302:30531224,30520324:30529687,30521982:30526981,30522816:30525876,30534700:30560146,30535777:30548405', 'assoc_mat': '30307812:metal:3327:30308377,30348419:metal:3327:30348816,30349656:metal:3327:30349732,30350356:metal:3327:30355396,30355869:metal:3327:30356182,30362769:metal:3327:30362996,30364119:metal:3327:30364427,30364596:metal:3327:30364714,30364602:metal:3327:30364704,30365610:metal:3327:30365802,30366707:metal:3327:30367642,30371985:metal:3327:30372106,30371990:metal:3327:30372154,30373080:metal:3327:30374107,30374864:metal:3327:30375476,30375563:metal:3327:30376017,30380937:metal:3327:30381264,30380939:metal:3327:30381299,30382509:metal:3327:30383943,30382731:metal:3327:30382803,30383769:metal:3327:30384977,30385068:metal:3327:30385220,30386178:metal:3327:30386375,30391469:metal:3327:30391751,30393099:metal:3327:30393450,30413753:metal:3327:30414279,30413764:metal:3327:30414163,30423672:metal:3327:30424093,30426089:metal:3327:30426641,30426100:metal:3327:30426462,30432866:metal:3327:30433109,30435211:metal:3327:30437472,30466590:metal:3327:30470791,30466895:metal:3327:30467670,30474299:metal:3327:30474918,30481870:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0004950379350778014, 'nb_photo': 63, 'list_port_cont': '30291985,30293483,30302401,30303675,30304199,30317023,30318684,30319834,30334538,30335305,30337162,30350629,30356198,30364440,30365847,30375825,30376127,30382006,30382033,30385454,30414117,30415904,30417149,30428045,30439809,30474677,30482133,30550826,30557483', 'assoc_port': '30291900:30291985,30293213:30293483,30302188:30302401,30303524:30303675,30303949:30304199,30316887:30318684,30316902:30317023,30319681:30319834,30334523:30334538,30335122:30335305,30336905:30337162,30350359:30350629,30355868:30356198,30364122:30364440,30365606:30365847,30375567:30375825,30375989:30376127,30381799:30382033,30381801:30382006,30385380:30385454,30413756:30414117,30415664:30415904,30416949:30417149,30427763:30428045,30439717:30439809,30474277:30474677,30481865:30482133,30521693:30557483,30535783:30550826', 'assoc_mat': '30291900:metal:3594:30291985,30293213:metal:3594:30293483,30302188:metal:3594:30302401,30303524:metal:3594:30303675,30303949:metal:3594:30304199,30316887:metal:3594:30318684,30316902:metal:3594:30317023,30319681:metal:3594:30319834,30334523:metal:3594:30334538,30335122:metal:3594:30335305,30336905:metal:3594:30337162,30350359:metal:3594:30350629,30355868:metal:3594:30356198,30364122:metal:3594:30364440,30365606:metal:3594:30365847,30375567:metal:3594:30375825,30375989:metal:3594:30376127,30381799:metal:3594:30382033,30381801:metal:3594:30382006,30385380:metal:3594:30385454,30413756:metal:3594:30414117,30415664:metal:3594:30415904,30416949:metal:3594:30417149,30427763:metal:3594:30428045,30439717:metal:3594:30439809,30474277:metal:3594:30474677,30481865:metal:3594:30482133,30521693:metal:3594:30557483,30535783:metal:3594:30550826'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.05854016986895661, 'nb_photo': 4049, 'list_port_cont': '30348714,30350504,30350587,30350829,30362660,30365297,30366160,30376098,30376785,30381954,30383875,30386281,30386621,30390299,30393650,30413353,30413962,30415859,30417510,30422320,30427537,30427921,30434148,30434159,30437201,30438725,30439756,30462183,30481978,30515382,30515524,30548487,30550635,30554465,30555333,30561139,30561820,30563505,30567240,30569986,30570639,30570769', 'assoc_port': '30348405:30348714,30350358:30350587,30350360:30350504,30350789:30350829,30362654:30362660,30365098:30365297,30366062:30366160,30374184:30376785,30376035:30376098,30381798:30381954,30383750:30383875,30386171:30386281,30386613:30386621,30390237:30390299,30391858:30393650,30411795:30413353,30412112:30413962,30415627:30415859,30416943:30417510,30422128:30422320,30426079:30427537,30427759:30427921,30433953:30434159,30433956:30434148,30437163:30437201,30438513:30438725,30439716:30439756,30461853:30462183,30466591:30515524,30481873:30481978,30486695:30515382,30520310:30561820,30520335:30570769,30521049:30567240,30521147:30569986,30522388:30570639,30523044:30561139,30535167:30563505,30535853:30550635,30536090:30554465,30544206:30555333,30548091:30548487', 'assoc_mat': '30348405:papier:4205:30348714,30350358:papier:4205:30350587,30350360:papier:4205:30350504,30350789:papier:4205:30350829,30362654:papier:4205:30362660,30365098:papier:4205:30365297,30366062:papier:4205:30366160,30374184:papier:4205:30376785,30376035:papier:4205:30376098,30381798:papier:4205:30381954,30383750:papier:4205:30383875,30386171:papier:4205:30386281,30386613:papier:4205:30386621,30390237:papier:4205:30390299,30391858:papier:4205:30393650,30411795:papier:4205:30413353,30412112:papier:4205:30413962,30415627:papier:4205:30415859,30416943:papier:4205:30417510,30422128:papier:4205:30422320,30426079:papier:4205:30427537,30427759:papier:4205:30427921,30433953:papier:4205:30434159,30433956:papier:4205:30434148,30437163:papier:4205:30437201,30438513:papier:4205:30438725,30439716:papier:4205:30439756,30461853:papier:4205:30462183,30466591:papier:4205:30515524,30481873:papier:4205:30481978,30486695:papier:4205:30515382,30520310:papier:4205:30561820,30520335:papier:4205:30570769,30521049:papier:4205:30567240,3052'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.056289762143837366, 'nb_photo': 9075, 'list_port_cont': '30355520,30364407,30365286,30366311,30372224,30375500,30375509,30376412,30381554,30383691,30384880,30386366,30391011,30391297,30393741,30393794,30397109,30411412,30413048,30414428,30416526,30417274,30422466,30424756,30426500,30426581,30428252,30430639,30434547,30437851,30439185,30458849,30462882,30547921,30548153,30550471,30555936,30556384,30556561,30556879,30558136,30562756,30563352,30563961,30568136,30571494,30572011,30572456,30572552', 'assoc_port': '30355431:30355520,30364116:30364407,30365106:30365286,30366060:30366311,30371984:30372224,30374838:30375500,30374917:30375509,30376032:30376412,30381411:30381554,30383444:30383691,30384777:30384880,30386174:30386366,30390228:30391297,30390868:30391011,30392089:30393794,30393088:30397109,30393660:30393741,30411282:30411412,30412938:30413048,30414207:30414428,30416250:30416526,30416948:30417274,30422158:30422466,30424474:30424756,30426083:30426500,30426096:30426581,30427756:30428252,30429228:30430639,30434454:30434547,30437569:30437851,30439084:30439185,30458034:30458849,30461856:30462882,30482699:30556384,30520286:30558136,30520313:30562756,30521152:30571494,30521340:30547921,30521981:30572552,30522565:30548153,30523373:30563352,30534710:30572456,30534715:30572011,30535493:30563961,30535790:30550471,30539171:30556879,30544211:30555936,30547795:30556561,30549864:30568136', 'assoc_mat': '30355431:papier:4203:30355520,30364116:papier:4203:30364407,30365106:papier:4203:30365286,30366060:papier:4203:30366311,30371984:papier:4203:30372224,30374838:papier:4203:30375500,30374917:papier:4203:30375509,30376032:papier:4203:30376412,30381411:papier:4203:30381554,30383444:papier:4203:30383691,30384777:papier:4203:30384880,30386174:papier:4203:30386366,30390228:papier:4203:30391297,30390868:papier:4203:30391011,30392089:papier:4203:30393794,30393088:papier:4203:30397109,30393660:papier:4203:30393741,30411282:papier:4203:30411412,30412938:papier:4203:30413048,30414207:papier:4203:30414428,30416250:papier:4203:30416526,30416948:papier:4203:30417274,30422158:papier:4203:30422466,30424474:papier:4203:30424756,30426083:papier:4203:30426500,30426096:papier:4203:30426581,30427756:papier:4203:30428252,30429228:papier:4203:30430639,30434454:papier:4203:30434547,30437569:papier:4203:30437851,30439084:papier:4203:30439185,30458034:papier:4203:30458849,30461856:papier:4203:30462882,30482699:papier:4203:30556384,3052'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.06401282689798254, 'nb_photo': 21897, 'list_port_cont': '30303538,30335510,30338291,30348576,30348596,30348606,30349702,30350451,30350529,30350847,30353023,30355913,30355923,30357376,30363432,30363639,30364235,30364260,30364338,30364385,30364621,30364684,30365205,30365261,30365616,30365640,30366193,30366771,30366861,30366962,30368800,30370816,30370849,30371415,30371998,30372435,30372811,30372896,30373096,30373455,30373759,30374321,30374343,30374455,30374970,30375063,30375075,30375618,30375687,30375704,30376039,30376055,30376084,30376587,30376635,30376828,30376991,30381088,30381103,30381176,30381907,30381931,30381968,30382554,30382577,30383533,30383589,30383872,30383900,30384357,30385042,30385396,30386048,30386070,30386192,30386212,30386234,30386635,30386656,30386705,30386881,30389749,30389812,30390278,30390312,30390946,30391589,30391619,30391633,30391927,30392074,30393262,30393292,30393362,30393394,30394306,30394314,30396983,30411047,30411301,30411484,30411488,30411811,30412220,30412284,30412297,30413920,30413958,30414004,30414016,30414540,30414588,30415710,3041573', 'assoc_port': '30303519:30303538,30335479:30335510,30337378:30338291,30348402:30348596,30348407:30348576,30348410:30348606,30349655:30349702,30350357:30350529,30350361:30350451,30350748:30353023,30350787:30350847,30355867:30355913,30355870:30355923,30357341:30357376,30363346:30363432,30363571:30363639,30364115:30364385,30364117:30364260,30364120:30364338,30364121:30364235,30364597:30364684,30364601:30364621,30365100:30365261,30365107:30365205,30365603:30365640,30365608:30365616,30365612:30366771,30366055:30366193,30366061:30368800,30366702:30366962,30366706:30366861,30370757:30372435,30370758:30370849,30370768:30370816,30371337:30371415,30371983:30373455,30371986:30371998,30372581:30373759,30372621:30372811,30372623:30372896,30373081:30373096,30374164:30374455,30374236:30374321,30374263:30374343,30374837:30376991,30374914:30374970,30374937:30375075,30374959:30375063,30375561:30375704,30375564:30375687,30375566:30375618,30375992:30376084,30376015:30376055,30376031:30376039,30376541:30376635,30376543:30376587,30376770:3037682', 'assoc_mat': '30303519:papier:4207:30303538,30335479:papier:4207:30335510,30337378:papier:4207:30338291,30348402:papier:4207:30348596,30348407:papier:4207:30348576,30348410:papier:4207:30348606,30349655:papier:4207:30349702,30350357:papier:4207:30350529,30350361:papier:4207:30350451,30350748:papier:4207:30353023,30350787:papier:4207:30350847,30355867:papier:4207:30355913,30355870:papier:4207:30355923,30357341:papier:4207:30357376,30363346:papier:4207:30363432,30363571:papier:4207:30363639,30364115:papier:4207:30364385,30364117:papier:4207:30364260,30364120:papier:4207:30364338,30364121:papier:4207:30364235,30364597:papier:4207:30364684,30364601:papier:4207:30364621,30365100:papier:4207:30365261,30365107:papier:4207:30365205,30365603:papier:4207:30365640,30365608:papier:4207:30365616,30365612:papier:4207:30366771,30366055:papier:4207:30366193,30366061:papier:4207:30368800,30366702:papier:4207:30366962,30366706:papier:4207:30366861,30370757:papier:4207:30372435,30370758:papier:4207:30370849,30370768:papier:4207:30370816,3037'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13117048014842467, 'nb_photo': 22423, 'list_port_cont': '30303395,30303647,30304212,30305309,30307930,30315117,30316022,30316065,30316408,30317232,30317351,30317468,30317584,30317714,30317978,30318105,30319083,30320113,30320912,30321263,30322480,30327211,30327296,30327325,30333336,30333571,30334252,30334555,30335034,30337137,30338047,30346714,30347409,30348615,30348665,30357348,30363584,30364286,30364631,30365212,30365653,30367050,30371071,30372026,30372770,30372921,30374482,30375108,30375648,30375752,30376212,30376675,30376844,30381131,30382615,30383559,30383811,30383918,30384406,30385148,30386254,30389757,30389872,30390365,30391666,30393330,30394264,30394739,30411888,30412967,30413094,30415756,30415828,30416060,30416706,30417115,30417633,30422346,30423956,30425052,30425390,30426241,30426317,30426966,30427877,30427985,30428886,30432917,30434188,30435261,30436829,30436954,30437274,30437735,30438673,30439594,30439766,30457603,30459421,30462147,30463114,30464405,30467369,30467420,30467511,30469693,30474495,30520559,30520618,30520662,30524564,30524837,30525684,3052575', 'assoc_port': '30303187:30303395,30303528:30303647,30303947:30304212,30305287:30305309,30307823:30307930,30314897:30315117,30315980:30316022,30315986:30316065,30316217:30316408,30316868:30317978,30316878:30317714,30316888:30317584,30316899:30317468,30316919:30317351,30316932:30317232,30317952:30318105,30318928:30319083,30319872:30320113,30320882:30320912,30321182:30321263,30322332:30322480,30327087:30327325,30327094:30327296,30327107:30327211,30333127:30333336,30333489:30333571,30334128:30334252,30334524:30334555,30335014:30335034,30336895:30337137,30338007:30338047,30346643:30346714,30347166:30347409,30348406:30348665,30348409:30348615,30357343:30357348,30363569:30363584,30364118:30364286,30364598:30364631,30365103:30365212,30365611:30365653,30366057:30372770,30366705:30367050,30371015:30371071,30371989:30372026,30372620:30372921,30374183:30374482,30374913:30375752,30374958:30375108,30375568:30375648,30375953:30376212,30376034:30376675,30376771:30376844,30380944:30381131,30381802:30383811,30382510:30382615,30383447:3038355', 'assoc_mat': '30303187:papier:4461:30303395,30303528:papier:4461:30303647,30303947:papier:4461:30304212,30305287:papier:4461:30305309,30307823:papier:4461:30307930,30314897:papier:4461:30315117,30315980:papier:4461:30316022,30315986:papier:4461:30316065,30316217:papier:4461:30316408,30316868:papier:4461:30317978,30316878:papier:4461:30317714,30316888:papier:4461:30317584,30316899:papier:4461:30317468,30316919:papier:4461:30317351,30316932:papier:4461:30317232,30317952:papier:4461:30318105,30318928:papier:4461:30319083,30319872:papier:4461:30320113,30320882:papier:4461:30320912,30321182:papier:4461:30321263,30322332:papier:4461:30322480,30327087:papier:4461:30327325,30327094:papier:4461:30327296,30327107:papier:4461:30327211,30333127:papier:4461:30333336,30333489:papier:4461:30333571,30334128:papier:4461:30334252,30334524:papier:4461:30334555,30335014:papier:4461:30335034,30336895:papier:4461:30337137,30338007:papier:4461:30338047,30346643:papier:4461:30346714,30347166:papier:4461:30347409,30348406:papier:4461:30348665,3034'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014271368544759803, 'nb_photo': 2586, 'list_port_cont': '30302309,30303593,30304097,30307837,30317269,30317398,30319786,30334756,30335594,30348564,30350858,30350948,30357398,30363620,30364678,30365211,30366146,30366276,30366710,30366938,30368822,30370903,30371694,30373134,30373499,30373517,30375174,30375209,30375587,30375720,30375795,30376142,30376659,30376804,30381122,30381988,30382736,30382871,30383552,30383828,30384521,30384863,30385414,30385811,30386300,30388417,30389816,30389908,30390331,30390938,30390968,30391611,30391703,30393275,30393309,30393375,30393401,30394330,30411512,30412007,30412245,30412954,30413938,30414037,30414341,30414460,30415805,30416358,30416734,30417066,30417259,30417587,30422285,30422336,30423119,30423135,30424641,30424665,30426189,30426940,30427551,30427811,30427971,30428053,30428838,30429613,30430760,30433039,30434121,30434497,30434831,30435241,30436604,30437251,30437777,30438652,30439127,30439576,30439623,30457581,30457650,30457901,30462295,30463108,30464399,30464531,30464662,30469682,30469885,30471152,30471290,30474562,30474598,3047970', 'assoc_port': '30302187:30302309,30303523:30303593,30303950:30304097,30307813:30307837,30316910:30317398,30316924:30317269,30319679:30319786,30334709:30334756,30335480:30335594,30348435:30348564,30349654:30350948,30350775:30350858,30357342:30357398,30363573:30363620,30364600:30364678,30365097:30366276,30365104:30365211,30365609:30366710,30366053:30368822,30366059:30366146,30366703:30371694,30366704:30366938,30370765:30370903,30371981:30373517,30371991:30373499,30373082:30373134,30374223:30376804,30374915:30375174,30374918:30375209,30375559:30375795,30375562:30375587,30375569:30375720,30376037:30376142,30376542:30376659,30380941:30381122,30381409:30382871,30381803:30381988,30381833:30383828,30382730:30382736,30383450:30383552,30384240:30384521,30384775:30384863,30385342:30385414,30385661:30385811,30386173:30386300,30386179:30388417,30389671:30389908,30389681:30389816,30390233:30390331,30390824:30390968,30390866:30390938,30391462:30391703,30391467:30391611,30393090:30393401,30393097:30393375,30393098:30393309,30393140:3039327', 'assoc_mat': '30302187:papier:4200:30302309,30303523:papier:4200:30303593,30303950:papier:4200:30304097,30307813:papier:4200:30307837,30316910:papier:4200:30317398,30316924:papier:4200:30317269,30319679:papier:4200:30319786,30334709:papier:4200:30334756,30335480:papier:4200:30335594,30348435:papier:4200:30348564,30349654:papier:4200:30350948,30350775:papier:4200:30350858,30357342:papier:4200:30357398,30363573:papier:4200:30363620,30364600:papier:4200:30364678,30365097:papier:4200:30366276,30365104:papier:4200:30365211,30365609:papier:4200:30366710,30366053:papier:4200:30368822,30366059:papier:4200:30366146,30366703:papier:4200:30371694,30366704:papier:4200:30366938,30370765:papier:4200:30370903,30371981:papier:4200:30373517,30371991:papier:4200:30373499,30373082:papier:4200:30373134,30374223:papier:4200:30376804,30374915:papier:4200:30375174,30374918:papier:4200:30375209,30375559:papier:4200:30375795,30375562:papier:4200:30375587,30375569:papier:4200:30375720,30376037:papier:4200:30376142,30376542:papier:4200:30376659,3038'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9400757183850185, 'nb_photo': 29081, 'list_port_cont': '30290379,30290396,30292184,30292201,30294349,30300598,30301196,30301310,30301733,30302326,30302394,30302830,30302864,30303355,30303577,30304165,30304304,30307875,30307963,30309269,30315399,30315991,30316048,30316272,30316722,30316786,30317017,30317201,30317282,30317329,30317447,30317577,30317679,30317761,30317823,30317946,30319757,30319797,30320246,30320970,30321292,30321502,30322388,30322680,30322726,30327172,30333185,30333229,30333848,30334166,30334215,30334281,30334418,30334729,30335581,30335606,30336483,30337108,30337426,30337723,30337739,30338011,30338036,30339361,30346673,30346687,30346938,30346971,30348529,30369876,30370893,30371050,30372945,30374583,30376119,30376615,30380698,30380795,30381920,30382772,30385405,30390264,30391726,30393421,30394361,30394447,30411524,30416424,30422241,30425089,30425600,30426201,30434097,30435312,30462091,30467432,30474461,30478691,30481975,30486861,30508541,30520505,30524542,30524738,30524818,30524942,30524972,30525712,30525748,30525955,30526373,30526447,30526590,3052684', 'assoc_port': '30290348:30290396,30290350:30290379,30292096:30292184,30292097:30292201,30294222:30294349,30300543:30300598,30301103:30301310,30301159:30301196,30301683:30301733,30302180:30302394,30302183:30302326,30302733:30302864,30302754:30302830,30303219:30303355,30303522:30303577,30303942:30304304,30303946:30304165,30307819:30307963,30307821:30307875,30307826:30309269,30315258:30315399,30315983:30316048,30315985:30315991,30316215:30316272,30316571:30316786,30316649:30316722,30316870:30317946,30316876:30317823,30316890:30317761,30316891:30320246,30316898:30317679,30316909:30317577,30316913:30317447,30316916:30317282,30316922:30317329,30316928:30317201,30316929:30317017,30319680:30319797,30319682:30319757,30320881:30320970,30321179:30321292,30321426:30321502,30322333:30322388,30322549:30322726,30322556:30322680,30327093:30327172,30333125:30334418,30333128:30333229,30333131:30333185,30333727:30333848,30334123:30334215,30334125:30334166,30334131:30334281,30334710:30334729,30335476:30335606,30335478:30335581,30336252:3033648', 'assoc_mat': '30290348:papier:4209:30290396,30290350:papier:4209:30290379,30292096:papier:4209:30292184,30292097:papier:4209:30292201,30294222:papier:4209:30294349,30300543:papier:4209:30300598,30301103:papier:4209:30301310,30301159:papier:4209:30301196,30301683:papier:4209:30301733,30302180:papier:4209:30302394,30302183:papier:4209:30302326,30302733:papier:4209:30302864,30302754:papier:4209:30302830,30303219:papier:4209:30303355,30303522:papier:4209:30303577,30303942:papier:4209:30304304,30303946:papier:4209:30304165,30307819:papier:4209:30307963,30307821:papier:4209:30307875,30307826:papier:4209:30309269,30315258:papier:4209:30315399,30315983:papier:4209:30316048,30315985:papier:4209:30315991,30316215:papier:4209:30316272,30316571:papier:4209:30316786,30316649:papier:4209:30316722,30316870:papier:4209:30317946,30316876:papier:4209:30317823,30316890:papier:4209:30317761,30316891:papier:4209:30320246,30316898:papier:4209:30317679,30316909:papier:4209:30317577,30316913:papier:4209:30317447,30316916:papier:4209:30317282,3031'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.8841485827809166, 'nb_photo': 76, 'list_port_cont': '30289817,30300298,30300620,30307853,30322636,30327825,30334152,30346694,30348549,30365145,30376755,30376811,30392308', 'assoc_port': '30289773:30289817,30300247:30300298,30300542:30300620,30307824:30307853,30322552:30322636,30327112:30327825,30334129:30334152,30346641:30346694,30348408:30348549,30365101:30365145,30376014:30376755,30376772:30376811,30391470:30392308', 'assoc_mat': '30289773:papier:3726:30289817,30300247:papier:3726:30300298,30300542:papier:3726:30300620,30307824:papier:3726:30307853,30322552:papier:3726:30322636,30327112:papier:3726:30327825,30334129:papier:3726:30334152,30346641:papier:3726:30346694,30348408:papier:3726:30348549,30365101:papier:3726:30365145,30376014:papier:3726:30376755,30376772:papier:3726:30376811,30391470:papier:3726:30392308'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007267177127000381, 'nb_photo': 14642, 'list_port_cont': '30289869,30290295,30290487,30290617,30291538,30291580,30291632,30291693,30291918,30291960,30292235,30292266,30293061,30293115,30294092,30294158,30294490,30294583,30302365,30302423,30303438,30303615,30303689,30304238,30304405,30304434,30305391,30307889,30307987,30308014,30308042,30308052,30311285,30311548,30312227,30315146,30315174,30315427,30315441,30316102,30316120,30316133,30316442,30316735,30316767,30317174,30317219,30317310,30317551,30317646,30317841,30317846,30317867,30317887,30318038,30318059,30318146,30318161,30318183,30318203,30318240,30318276,30318301,30318707,30319117,30319138,30319165,30319820,30320090,30320217,30320933,30321210,30321226,30321313,30321732,30321932,30322042,30322455,30322519,30322702,30322877,30322897,30327131,30327233,30327272,30327364,30327483,30327525,30327586,30327648,30329868,30333287,30333298,30333316,30333598,30333902,30333924,30334316,30334589,30334602,30334781,30334798,30335296,30335341,30336555,30337079,30337119,30337450,30337785,30337810,30337841,30346421,30346755,3034677', 'assoc_port': '30289306:30290617,30289774:30289869,30290043:30290295,30290347:30290487,30291286:30291580,30291289:30291538,30291609:30291693,30291612:30291632,30291899:30291960,30291901:30291918,30292077:30292266,30292101:30292235,30292862:30293115,30292865:30293061,30293775:30294158,30293777:30294092,30294224:30294583,30294228:30294490,30302186:30302365,30302190:30302423,30303218:30303438,30303521:30303615,30303526:30303689,30303943:30304238,30304342:30304405,30304344:30304434,30305286:30305391,30307814:30308052,30307816:30308014,30307817:30308042,30307818:30307987,30307825:30307889,30310708:30312227,30310716:30311548,30310718:30311285,30314898:30315174,30314900:30315146,30315255:30315441,30315259:30315427,30315979:30316102,30315981:30316120,30315984:30316133,30316220:30316442,30316647:30316735,30316648:30316767,30316860:30318707,30316864:30318240,30316865:30319820,30316866:30318146,30316869:30317219,30316873:30318301,30316874:30318183,30316877:30318276,30316882:30318059,30316884:30318038,30316885:30317867,30316893:3031788', 'assoc_mat': '30289306:papier:4211:30290617,30289774:papier:4211:30289869,30290043:papier:4211:30290295,30290347:papier:4211:30290487,30291286:papier:4211:30291580,30291289:papier:4211:30291538,30291609:papier:4211:30291693,30291612:papier:4211:30291632,30291899:papier:4211:30291960,30291901:papier:4211:30291918,30292077:papier:4211:30292266,30292101:papier:4211:30292235,30292862:papier:4211:30293115,30292865:papier:4211:30293061,30293775:papier:4211:30294158,30293777:papier:4211:30294092,30294224:papier:4211:30294583,30294228:papier:4211:30294490,30302186:papier:4211:30302365,30302190:papier:4211:30302423,30303218:papier:4211:30303438,30303521:papier:4211:30303615,30303526:papier:4211:30303689,30303943:papier:4211:30304238,30304342:papier:4211:30304405,30304344:papier:4211:30304434,30305286:papier:4211:30305391,30307814:papier:4211:30308052,30307816:papier:4211:30308014,30307817:papier:4211:30308042,30307818:papier:4211:30307987,30307825:papier:4211:30307889,30310708:papier:4211:30312227,30310716:papier:4211:30311548,3031'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.04352511455276746, 'nb_photo': 8427, 'list_port_cont': '30302437,30317518,30317666,30317784,30319275,30334331,30334817,30335092,30336577,30337858,30348808,30349743,30355393,30356177,30362998,30364422,30364706,30364726,30365014,30365333,30365360,30365805,30366253,30366303,30366496,30367640,30371173,30372105,30372153,30373000,30374098,30374825,30375480,30375807,30376019,30376737,30379873,30381272,30381285,30381302,30381534,30382053,30382800,30383665,30383946,30384656,30384974,30385218,30385896,30386312,30386328,30386378,30386679,30389918,30390420,30390993,30391004,30391760,30391768,30392539,30393447,30393511,30393537,30394383,30411422,30411556,30412366,30414172,30414285,30415976,30415991,30416476,30417193,30417766,30422392,30423173,30424095,30424808,30424875,30426469,30426642,30428135,30428916,30429530,30430728,30433112,30434257,30434460,30434566,30437346,30437463,30438822,30439026,30439173,30439519,30439660,30440056,30458672,30459504,30461288,30462845,30464514,30464577,30464808,30467662,30468003,30468101,30470292,30470797,30470809,30474917,30474978,30475138,3048219', 'assoc_port': '30302181:30302437,30316896:30319275,30316906:30317784,30316923:30317666,30316933:30317518,30334130:30334331,30334711:30334817,30335012:30335092,30336272:30336577,30337652:30337858,30348419:30348808,30349656:30349743,30350356:30355393,30355869:30356177,30362769:30362998,30364114:30365014,30364119:30364422,30364596:30364726,30364602:30364706,30365105:30365360,30365108:30365333,30365610:30365805,30366054:30366303,30366058:30366496,30366063:30366253,30366707:30367640,30371017:30371173,30371985:30372105,30371990:30372153,30372622:30373000,30373080:30374098,30374253:30374825,30374864:30375480,30374916:30379873,30375563:30376019,30375570:30375807,30376036:30376737,30380937:30381272,30380939:30381302,30380946:30381285,30381413:30381534,30381818:30382053,30382509:30383946,30382731:30382800,30383449:30383665,30383769:30384974,30384641:30384656,30385068:30385218,30385659:30385896,30386168:30386312,30386172:30386328,30386178:30386378,30386611:30386679,30389679:30389918,30390234:30390420,30390823:30391004,30390827:3039099', 'assoc_mat': '30302181:papier:3327:30302437,30316896:papier:3327:30319275,30316906:papier:3327:30317784,30316923:papier:3327:30317666,30316933:papier:3327:30317518,30334130:papier:3327:30334331,30334711:papier:3327:30334817,30335012:papier:3327:30335092,30336272:papier:3327:30336577,30337652:papier:3327:30337858,30348419:papier:3327:30348808,30349656:papier:3327:30349743,30350356:papier:3327:30355393,30355869:papier:3327:30356177,30362769:papier:3327:30362998,30364114:papier:3327:30365014,30364119:papier:3327:30364422,30364596:papier:3327:30364726,30364602:papier:3327:30364706,30365105:papier:3327:30365360,30365108:papier:3327:30365333,30365610:papier:3327:30365805,30366054:papier:3327:30366303,30366058:papier:3327:30366496,30366063:papier:3327:30366253,30366707:papier:3327:30367640,30371017:papier:3327:30371173,30371985:papier:3327:30372105,30371990:papier:3327:30372153,30372622:papier:3327:30373000,30373080:papier:3327:30374098,30374253:papier:3327:30374825,30374864:papier:3327:30375480,30374916:papier:3327:30379873,3037'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.17824147517600497, 'nb_photo': 12969, 'list_port_cont': '30291989,30293476,30294105,30302407,30303683,30304196,30305345,30317015,30318688,30319830,30334547,30335308,30336417,30337165,30348701,30350637,30354013,30356197,30364441,30365845,30371094,30375824,30376122,30382007,30382031,30385448,30390391,30414054,30414114,30415909,30417146,30422398,30428048,30433491,30439804,30463280,30474686,30482127,30550823,30556983,30557476', 'assoc_port': '30291900:30291989,30293213:30293476,30293778:30294105,30302188:30302407,30303524:30303683,30303949:30304196,30305288:30305345,30316887:30318688,30316902:30317015,30319681:30319830,30334523:30334547,30335122:30335308,30336232:30336417,30336905:30337165,30348404:30348701,30350359:30350637,30353968:30354013,30355868:30356197,30364122:30364441,30365606:30365845,30371011:30371094,30375567:30375824,30375989:30376122,30381799:30382031,30381801:30382007,30385380:30385448,30390238:30390391,30413755:30414054,30413756:30414114,30415664:30415909,30416949:30417146,30422132:30422398,30427763:30428048,30432873:30433491,30439717:30439804,30462764:30463280,30474277:30474686,30481865:30482127,30520289:30556983,30521693:30557476,30535783:30550823', 'assoc_mat': '30291900:papier:3594:30291989,30293213:papier:3594:30293476,30293778:papier:3594:30294105,30302188:papier:3594:30302407,30303524:papier:3594:30303683,30303949:papier:3594:30304196,30305288:papier:3594:30305345,30316887:papier:3594:30318688,30316902:papier:3594:30317015,30319681:papier:3594:30319830,30334523:papier:3594:30334547,30335122:papier:3594:30335308,30336232:papier:3594:30336417,30336905:papier:3594:30337165,30348404:papier:3594:30348701,30350359:papier:3594:30350637,30353968:papier:3594:30354013,30355868:papier:3594:30356197,30364122:papier:3594:30364441,30365606:papier:3594:30365845,30371011:papier:3594:30371094,30375567:papier:3594:30375824,30375989:papier:3594:30376122,30381799:papier:3594:30382031,30381801:papier:3594:30382007,30385380:papier:3594:30385448,30390238:papier:3594:30390391,30413755:papier:3594:30414054,30413756:papier:3594:30414114,30415664:papier:3594:30415909,30416949:papier:3594:30417146,30422132:papier:3594:30422398,30427763:papier:3594:30428048,30432873:papier:3594:30433491,3043'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0010884664264123759, 'nb_photo': 6, 'list_port_cont': '30386288,30415861,30427910,30462192,30515530,30569985', 'assoc_port': '30386171:30386288,30415627:30415861,30427759:30427910,30461853:30462192,30466591:30515530,30521147:30569985', 'assoc_mat': '30386171:pehd:4205:30386288,30415627:pehd:4205:30415861,30427759:pehd:4205:30427910,30461853:pehd:4205:30462192,30466591:pehd:4205:30515530,30521147:pehd:4205:30569985'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0010651101399143474, 'nb_photo': 52, 'list_port_cont': '30364404,30366320,30372227,30376417,30381564,30383695,30384883,30386368,30391017,30414429,30416517,30417272,30422455,30424750,30426589,30430630,30434541,30437856,30439192,30458848,30462884,30547913,30550476,30556378,30556559,30562763,30563971,30572005,30572447,30572554', 'assoc_port': '30364116:30364404,30366060:30366320,30371984:30372227,30376032:30376417,30381411:30381564,30383444:30383695,30384777:30384883,30386174:30386368,30390868:30391017,30414207:30414429,30416250:30416517,30416948:30417272,30422158:30422455,30424474:30424750,30426096:30426589,30429228:30430630,30434454:30434541,30437569:30437856,30439084:30439192,30458034:30458848,30461856:30462884,30482699:30556378,30520313:30562763,30521340:30547913,30521981:30572554,30534710:30572447,30534715:30572005,30535493:30563971,30535790:30550476,30547795:30556559', 'assoc_mat': '30364116:pehd:4203:30364404,30366060:pehd:4203:30366320,30371984:pehd:4203:30372227,30376032:pehd:4203:30376417,30381411:pehd:4203:30381564,30383444:pehd:4203:30383695,30384777:pehd:4203:30384883,30386174:pehd:4203:30386368,30390868:pehd:4203:30391017,30414207:pehd:4203:30414429,30416250:pehd:4203:30416517,30416948:pehd:4203:30417272,30422158:pehd:4203:30422455,30424474:pehd:4203:30424750,30426096:pehd:4203:30426589,30429228:pehd:4203:30430630,30434454:pehd:4203:30434541,30437569:pehd:4203:30437856,30439084:pehd:4203:30439192,30458034:pehd:4203:30458848,30461856:pehd:4203:30462884,30482699:pehd:4203:30556378,30520313:pehd:4203:30562763,30521340:pehd:4203:30547913,30521981:pehd:4203:30572554,30534710:pehd:4203:30572447,30534715:pehd:4203:30572005,30535493:pehd:4203:30563971,30535790:pehd:4203:30550476,30547795:pehd:4203:30556559'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008071946592069485, 'nb_photo': 24, 'list_port_cont': '30303539,30363627,30364261,30373444,30381901,30386876,30393396,30411490,30424592,30426926,30434083,30467236,30477218,30482020,30486358,30520485,30527317,30528371,30529801,30530131,30530745,30550800,30563465', 'assoc_port': '30303519:30303539,30363571:30363627,30364117:30364261,30371983:30373444,30381832:30381901,30384774:30386876,30393091:30393396,30411464:30411490,30424473:30424592,30426887:30426926,30433955:30434083,30466592:30477218,30466897:30467236,30481863:30482020,30482702:30486358,30520311:30528371,30520364:30520485,30521128:30550800,30521137:30530745,30521148:30530131,30521156:30529801,30521932:30527317,30535162:30563465', 'assoc_mat': '30303519:pehd:4207:30303539,30363571:pehd:4207:30363627,30364117:pehd:4207:30364261,30371983:pehd:4207:30373444,30381832:pehd:4207:30381901,30384774:pehd:4207:30386876,30393091:pehd:4207:30393396,30411464:pehd:4207:30411490,30424473:pehd:4207:30424592,30426887:pehd:4207:30426926,30433955:pehd:4207:30434083,30466592:pehd:4207:30477218,30466897:pehd:4207:30467236,30481863:pehd:4207:30482020,30482702:pehd:4207:30486358,30520311:pehd:4207:30528371,30520364:pehd:4207:30520485,30521128:pehd:4207:30550800,30521137:pehd:4207:30530745,30521148:pehd:4207:30530131,30521156:pehd:4207:30529801,30521932:pehd:4207:30527317,30535162:pehd:4207:30563465'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010534253594235904, 'nb_photo': 9, 'list_port_cont': '30317477,30317597,30367049,30382612,30393321,30394270,30416058,30427976', 'assoc_port': '30316888:30317597,30316899:30317477,30366705:30367049,30382510:30382612,30393089:30393321,30393123:30394270,30413760:30416058,30427753:30427976', 'assoc_mat': '30316888:pehd:4461:30317597,30316899:pehd:4461:30317477,30366705:pehd:4461:30367049,30382510:pehd:4461:30382612,30393089:pehd:4461:30393321,30393123:pehd:4461:30394270,30413760:pehd:4461:30416058,30427753:pehd:4461:30427976'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004411222504464486, 'nb_photo': 138, 'list_port_cont': '30350864,30350952,30363616,30365228,30366284,30368829,30373512,30376146,30376655,30376798,30381976,30382749,30383542,30383840,30384867,30385419,30385823,30386292,30388414,30389817,30390324,30390930,30390974,30391712,30393276,30393369,30412006,30412237,30415810,30417591,30423117,30424667,30426944,30427807,30427969,30429617,30430745,30434832,30437770,30438639,30462289,30463105,30464389,30464542,30464668,30469677,30471151,30474559,30474599,30479690,30482064,30482887,30482919,30520520,30524583,30525644,30526688,30526831,30527246,30529049,30529753,30530017,30531106,30531619,30531920,30548178,30548611,30548812,30550286,30554625,30555481,30556476,30556671,30556677,30557789,30558823,30564039', 'assoc_port': '30349654:30350952,30350775:30350864,30363573:30363616,30365097:30366284,30365104:30365228,30366053:30368829,30371981:30373512,30374223:30376798,30376037:30376146,30376542:30376655,30381803:30381976,30381833:30383840,30382730:30382749,30383450:30383542,30384775:30384867,30385342:30385419,30385661:30385823,30386173:30386292,30386179:30388414,30389681:30389817,30390233:30390324,30390824:30390974,30390866:30390930,30391462:30391712,30393097:30393369,30393140:30393276,30410949:30412237,30411997:30412006,30415640:30415810,30417563:30417591,30422900:30423117,30424470:30424667,30426082:30430745,30426888:30426944,30427754:30427969,30427765:30427807,30429227:30429617,30434611:30434832,30437571:30437770,30438511:30438639,30459235:30464542,30461855:30462289,30462747:30463105,30464248:30464389,30464616:30464668,30466589:30479690,30466892:30471151,30469520:30469677,30474258:30474599,30474281:30474559,30481869:30482064,30482698:30482919,30482708:30482887,30520293:30529753,30520305:30529049,30520363:30520520,30521045:3053192', 'assoc_mat': '30349654:pehd:4200:30350952,30350775:pehd:4200:30350864,30363573:pehd:4200:30363616,30365097:pehd:4200:30366284,30365104:pehd:4200:30365228,30366053:pehd:4200:30368829,30371981:pehd:4200:30373512,30374223:pehd:4200:30376798,30376037:pehd:4200:30376146,30376542:pehd:4200:30376655,30381803:pehd:4200:30381976,30381833:pehd:4200:30383840,30382730:pehd:4200:30382749,30383450:pehd:4200:30383542,30384775:pehd:4200:30384867,30385342:pehd:4200:30385419,30385661:pehd:4200:30385823,30386173:pehd:4200:30386292,30386179:pehd:4200:30388414,30389681:pehd:4200:30389817,30390233:pehd:4200:30390324,30390824:pehd:4200:30390974,30390866:pehd:4200:30390930,30391462:pehd:4200:30391712,30393097:pehd:4200:30393369,30393140:pehd:4200:30393276,30410949:pehd:4200:30412237,30411997:pehd:4200:30412006,30415640:pehd:4200:30415810,30417563:pehd:4200:30417591,30422900:pehd:4200:30423117,30424470:pehd:4200:30424667,30426082:pehd:4200:30430745,30426888:pehd:4200:30426944,30427754:pehd:4200:30427969,30427765:pehd:4200:30427807,30429227:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005674867416631305, 'nb_photo': 13, 'list_port_cont': '30294324,30316723,30316780,30319759,30322377,30334178,30335605,30394349,30435315,30520510,30548467,30552547', 'assoc_port': '30294222:30294324,30316571:30316780,30316649:30316723,30319682:30319759,30322333:30322377,30334125:30334178,30335476:30335605,30394260:30394349,30435212:30435315,30520369:30520510,30536211:30552547,30547788:30548467', 'assoc_mat': '30294222:pehd:4209:30294324,30316571:pehd:4209:30316780,30316649:pehd:4209:30316723,30319682:pehd:4209:30319759,30322333:pehd:4209:30322377,30334125:pehd:4209:30334178,30335476:pehd:4209:30335605,30394260:pehd:4209:30394349,30435212:pehd:4209:30435315,30520369:pehd:4209:30520510,30536211:pehd:4209:30552547,30547788:pehd:4209:30548467'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9291496832812179, 'nb_photo': 1189, 'list_port_cont': '30289862,30290489,30290611,30291549,30291582,30291696,30291961,30292239,30292281,30293116,30294102,30294168,30294483,30294572,30302424,30303431,30303622,30303698,30304439,30308020,30308037,30308058,30311549,30312212,30315155,30315164,30315419,30315432,30316123,30316447,30316734,30316765,30317226,30317303,30317567,30317649,30317838,30317850,30317883,30318030,30318046,30318155,30318204,30318242,30318277,30318294,30318715,30319110,30319132,30319823,30320940,30321232,30321310,30321725,30321934,30322043,30322454,30322527,30322698,30322881,30322910,30327271,30327360,30327487,30327649,30329874,30333300,30333313,30333605,30333901,30333925,30334307,30334585,30334608,30334795,30335290,30335334,30336557,30337110,30337454,30337813,30337847,30346426,30346761,30346777,30347056,30348750,30349335,30349725,30350889,30350907,30356161,30363530,30363662,30364379,30364852,30365320,30365347,30365713,30366220,30367336,30368853,30370948,30371152,30372072,30372078,30372966,30372978,30373152,30374615,30375193,30375267,30375280,3037574', 'assoc_port': '30289306:30290611,30289774:30289862,30290347:30290489,30291286:30291582,30291289:30291549,30291609:30291696,30291899:30291961,30292077:30292281,30292101:30292239,30292862:30293116,30293775:30294168,30293777:30294102,30294224:30294572,30294228:30294483,30302190:30302424,30303218:30303431,30303521:30303622,30303526:30303698,30304344:30304439,30307814:30308058,30307816:30308020,30307817:30308037,30310708:30312212,30310716:30311549,30314898:30315164,30314900:30315155,30315255:30315432,30315259:30315419,30315984:30316123,30316220:30316447,30316647:30316734,30316648:30316765,30316860:30318715,30316864:30318242,30316865:30319823,30316869:30317226,30316873:30318294,30316877:30318277,30316882:30318046,30316884:30318030,30316893:30317883,30316897:30317850,30316903:30317838,30316911:30317649,30316920:30317567,30316925:30317303,30317949:30318204,30317954:30318155,30318946:30319132,30318965:30319110,30320883:30320940,30321181:30321310,30321183:30321232,30321383:30321934,30321404:30322043,30321425:30321725,30322294:3032252', 'assoc_mat': '30289306:pehd:4211:30290611,30289774:pehd:4211:30289862,30290347:pehd:4211:30290489,30291286:pehd:4211:30291582,30291289:pehd:4211:30291549,30291609:pehd:4211:30291696,30291899:pehd:4211:30291961,30292077:pehd:4211:30292281,30292101:pehd:4211:30292239,30292862:pehd:4211:30293116,30293775:pehd:4211:30294168,30293777:pehd:4211:30294102,30294224:pehd:4211:30294572,30294228:pehd:4211:30294483,30302190:pehd:4211:30302424,30303218:pehd:4211:30303431,30303521:pehd:4211:30303622,30303526:pehd:4211:30303698,30304344:pehd:4211:30304439,30307814:pehd:4211:30308058,30307816:pehd:4211:30308020,30307817:pehd:4211:30308037,30310708:pehd:4211:30312212,30310716:pehd:4211:30311549,30314898:pehd:4211:30315164,30314900:pehd:4211:30315155,30315255:pehd:4211:30315432,30315259:pehd:4211:30315419,30315984:pehd:4211:30316123,30316220:pehd:4211:30316447,30316647:pehd:4211:30316734,30316648:pehd:4211:30316765,30316860:pehd:4211:30318715,30316864:pehd:4211:30318242,30316865:pehd:4211:30319823,30316869:pehd:4211:30317226,30316873:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002851544842028842, 'nb_photo': 349, 'list_port_cont': '30348804,30349731,30355399,30356183,30363000,30364711,30364717,30365019,30365337,30365362,30365810,30366300,30366500,30367636,30371172,30372096,30372155,30373007,30374099,30374827,30375481,30376027,30376732,30379877,30381270,30381282,30381301,30381543,30382044,30382808,30383673,30383949,30384649,30384966,30385890,30386671,30389920,30390426,30391006,30391755,30391771,30392542,30393512,30393540,30394382,30411546,30412369,30414169,30414278,30415996,30416480,30417199,30417769,30422383,30423168,30424101,30424804,30424877,30426646,30428132,30429531,30433115,30434459,30434557,30437468,30438813,30439024,30439179,30439665,30440061,30458666,30462853,30464800,30467668,30468005,30470291,30470786,30470806,30474923,30475142,30482202,30482907,30485170,30485340,30487515,30489138,30489162,30520705,30524657,30525058,30525086,30526648,30526750,30526975,30529683,30530460,30530647,30530955,30531226,30531282,30531717,30532090,30548412,30550891,30551067,30551550,30551632,30553700,30557149,30557286,30558704,30559155,30559669,3055968', 'assoc_port': '30348419:30348804,30349656:30349731,30350356:30355399,30355869:30356183,30362769:30363000,30364114:30365019,30364596:30364717,30364602:30364711,30365105:30365362,30365108:30365337,30365610:30365810,30366054:30366300,30366058:30366500,30366707:30367636,30371017:30371172,30371985:30372096,30371990:30372155,30372622:30373007,30373080:30374099,30374253:30374827,30374864:30375481,30374916:30379877,30375563:30376027,30376036:30376732,30380937:30381270,30380939:30381301,30380946:30381282,30381413:30381543,30381818:30382044,30382509:30383949,30382731:30382808,30383449:30383673,30383769:30384966,30384641:30384649,30385659:30385890,30386611:30386671,30389679:30389920,30390234:30390426,30390823:30391006,30391458:30392542,30391466:30391771,30391469:30391755,30393092:30393540,30393141:30393512,30394257:30394382,30411466:30411546,30412116:30412369,30413753:30414278,30413764:30414169,30415653:30415996,30416252:30416480,30416944:30417199,30417565:30417769,30422126:30422383,30422879:30423168,30423672:30424101,30424472:3042487', 'assoc_mat': '30348419:pehd:3327:30348804,30349656:pehd:3327:30349731,30350356:pehd:3327:30355399,30355869:pehd:3327:30356183,30362769:pehd:3327:30363000,30364114:pehd:3327:30365019,30364596:pehd:3327:30364717,30364602:pehd:3327:30364711,30365105:pehd:3327:30365362,30365108:pehd:3327:30365337,30365610:pehd:3327:30365810,30366054:pehd:3327:30366300,30366058:pehd:3327:30366500,30366707:pehd:3327:30367636,30371017:pehd:3327:30371172,30371985:pehd:3327:30372096,30371990:pehd:3327:30372155,30372622:pehd:3327:30373007,30373080:pehd:3327:30374099,30374253:pehd:3327:30374827,30374864:pehd:3327:30375481,30374916:pehd:3327:30379877,30375563:pehd:3327:30376027,30376036:pehd:3327:30376732,30380937:pehd:3327:30381270,30380939:pehd:3327:30381301,30380946:pehd:3327:30381282,30381413:pehd:3327:30381543,30381818:pehd:3327:30382044,30382509:pehd:3327:30383949,30382731:pehd:3327:30382808,30383449:pehd:3327:30383673,30383769:pehd:3327:30384966,30384641:pehd:3327:30384649,30385659:pehd:3327:30385890,30386611:pehd:3327:30386671,30389679:pehd:33'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006151155340608465, 'nb_photo': 14, 'list_port_cont': '30302397,30356190,30364442,30365846,30385449,30390397,30414122,30482135,30550824', 'assoc_port': '30302188:30302397,30355868:30356190,30364122:30364442,30365606:30365846,30385380:30385449,30390238:30390397,30413756:30414122,30481865:30482135,30535783:30550824', 'assoc_mat': '30302188:pehd:3594:30302397,30355868:pehd:3594:30356190,30364122:pehd:3594:30364442,30365606:pehd:3594:30365846,30385380:pehd:3594:30385449,30390238:pehd:3594:30390397,30413756:pehd:3594:30414122,30481865:pehd:3594:30482135,30535783:pehd:3594:30550824'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004983408656534395, 'nb_photo': 64, 'list_port_cont': '30350827,30362670,30365301,30366165,30376093,30376782,30383883,30386277,30393637,30415852,30422312,30427538,30434158,30438731,30462181,30481968,30554464,30555327,30561141,30561825,30567254,30569998', 'assoc_port': '30350789:30350827,30362654:30362670,30365098:30365301,30366062:30366165,30374184:30376782,30376035:30376093,30383750:30383883,30386171:30386277,30391858:30393637,30415627:30415852,30422128:30422312,30426079:30427538,30433953:30434158,30438513:30438731,30461853:30462181,30481873:30481968,30520310:30561825,30521049:30567254,30521147:30569998,30523044:30561141,30536090:30554464,30544206:30555327', 'assoc_mat': '30350789:pet_clair:4205:30350827,30362654:pet_clair:4205:30362670,30365098:pet_clair:4205:30365301,30366062:pet_clair:4205:30366165,30374184:pet_clair:4205:30376782,30376035:pet_clair:4205:30376093,30383750:pet_clair:4205:30383883,30386171:pet_clair:4205:30386277,30391858:pet_clair:4205:30393637,30415627:pet_clair:4205:30415852,30422128:pet_clair:4205:30422312,30426079:pet_clair:4205:30427538,30433953:pet_clair:4205:30434158,30438513:pet_clair:4205:30438731,30461853:pet_clair:4205:30462181,30481873:pet_clair:4205:30481968,30520310:pet_clair:4205:30561825,30521049:pet_clair:4205:30567254,30521147:pet_clair:4205:30569998,30523044:pet_clair:4205:30561141,30536090:pet_clair:4205:30554464,30544206:pet_clair:4205:30555327'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0086551003532761, 'nb_photo': 693, 'list_port_cont': '30355517,30364401,30365284,30366316,30372228,30375494,30375506,30376418,30381553,30383694,30384881,30386358,30391305,30393744,30393789,30411408,30413038,30414430,30416521,30417280,30422461,30424749,30426505,30426590,30428250,30430634,30434535,30437854,30439193,30458841,30462880,30547922,30548144,30550478,30555939,30556385,30556552,30556885,30558130,30562757,30563358,30563963,30568144,30571498,30572002,30572457,30572555', 'assoc_port': '30355431:30355517,30364116:30364401,30365106:30365284,30366060:30366316,30371984:30372228,30374838:30375494,30374917:30375506,30376032:30376418,30381411:30381553,30383444:30383694,30384777:30384881,30386174:30386358,30390228:30391305,30392089:30393789,30393660:30393744,30411282:30411408,30412938:30413038,30414207:30414430,30416250:30416521,30416948:30417280,30422158:30422461,30424474:30424749,30426083:30426505,30426096:30426590,30427756:30428250,30429228:30430634,30434454:30434535,30437569:30437854,30439084:30439193,30458034:30458841,30461856:30462880,30482699:30556385,30520286:30558130,30520313:30562757,30521152:30571498,30521340:30547922,30521981:30572555,30522565:30548144,30523373:30563358,30534710:30572457,30534715:30572002,30535493:30563963,30535790:30550478,30539171:30556885,30544211:30555939,30547795:30556552,30549864:30568144', 'assoc_mat': '30355431:pet_clair:4203:30355517,30364116:pet_clair:4203:30364401,30365106:pet_clair:4203:30365284,30366060:pet_clair:4203:30366316,30371984:pet_clair:4203:30372228,30374838:pet_clair:4203:30375494,30374917:pet_clair:4203:30375506,30376032:pet_clair:4203:30376418,30381411:pet_clair:4203:30381553,30383444:pet_clair:4203:30383694,30384777:pet_clair:4203:30384881,30386174:pet_clair:4203:30386358,30390228:pet_clair:4203:30391305,30392089:pet_clair:4203:30393789,30393660:pet_clair:4203:30393744,30411282:pet_clair:4203:30411408,30412938:pet_clair:4203:30413038,30414207:pet_clair:4203:30414430,30416250:pet_clair:4203:30416521,30416948:pet_clair:4203:30417280,30422158:pet_clair:4203:30422461,30424474:pet_clair:4203:30424749,30426083:pet_clair:4203:30426505,30426096:pet_clair:4203:30426590,30427756:pet_clair:4203:30428250,30429228:pet_clair:4203:30430634,30434454:pet_clair:4203:30434535,30437569:pet_clair:4203:30437854,30439084:pet_clair:4203:30439193,30458034:pet_clair:4203:30458841,30461856:pet_clair:4203:30462880,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019585335007513897, 'nb_photo': 64, 'list_port_cont': '30349705,30355933,30364620,30365191,30366197,30366764,30366853,30366961,30368807,30372897,30375062,30376825,30383588,30385392,30386228,30391626,30394326,30413957,30414001,30414541,30415702,30415743,30416336,30417032,30424626,30425020,30426296,30428824,30439964,30439971,30462015,30462201,30470718,30470935,30471241,30482016,30486351,30524481,30525486,30525919,30527436,30528050,30528103,30529244,30529707,30530126,30530988,30531792,30548111,30548325,30548942,30550167,30550318,30550463,30550805,30550976,30567823', 'assoc_port': '30349655:30349705,30355870:30355933,30364601:30364620,30365107:30365191,30365612:30366764,30366055:30366197,30366061:30368807,30366702:30366961,30366706:30366853,30372623:30372897,30374959:30375062,30376770:30376825,30383443:30383588,30385341:30385392,30386167:30386228,30391465:30391626,30394259:30394326,30412936:30414541,30413761:30414001,30413763:30413957,30415658:30415743,30415662:30415702,30416249:30416336,30416946:30417032,30424471:30424626,30424987:30425020,30426094:30426296,30428697:30428824,30439950:30439971,30439951:30439964,30461849:30462201,30461858:30462015,30464617:30471241,30466588:30470935,30466887:30470718,30481863:30482016,30482702:30486351,30520283:30529244,30520323:30528050,30520326:30528103,30521122:30531792,30521128:30550805,30521131:30530988,30521148:30530126,30521341:30529707,30521927:30527436,30523046:30525919,30523374:30524481,30524938:30525486,30535778:30548111,30535786:30548325,30539172:30550976,30547790:30548942,30547797:30550463,30547801:30550318,30547804:30567823,30549868:3055016', 'assoc_mat': '30349655:pet_clair:4207:30349705,30355870:pet_clair:4207:30355933,30364601:pet_clair:4207:30364620,30365107:pet_clair:4207:30365191,30365612:pet_clair:4207:30366764,30366055:pet_clair:4207:30366197,30366061:pet_clair:4207:30368807,30366702:pet_clair:4207:30366961,30366706:pet_clair:4207:30366853,30372623:pet_clair:4207:30372897,30374959:pet_clair:4207:30375062,30376770:pet_clair:4207:30376825,30383443:pet_clair:4207:30383588,30385341:pet_clair:4207:30385392,30386167:pet_clair:4207:30386228,30391465:pet_clair:4207:30391626,30394259:pet_clair:4207:30394326,30412936:pet_clair:4207:30414541,30413761:pet_clair:4207:30414001,30413763:pet_clair:4207:30413957,30415658:pet_clair:4207:30415743,30415662:pet_clair:4207:30415702,30416249:pet_clair:4207:30416336,30416946:pet_clair:4207:30417032,30424471:pet_clair:4207:30424626,30424987:pet_clair:4207:30425020,30426094:pet_clair:4207:30426296,30428697:pet_clair:4207:30428824,30439950:pet_clair:4207:30439971,30439951:pet_clair:4207:30439964,30461849:pet_clair:4207:30462201,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00205958516836103, 'nb_photo': 10, 'list_port_cont': '30364297,30383561,30394728,30416062,30463117,30520550,30551239,30561008,30568030', 'assoc_port': '30364118:30364297,30383447:30383561,30394256:30394728,30413760:30416062,30462748:30463117,30520366:30520550,30521047:30561008,30537841:30551239,30544221:30568030', 'assoc_mat': '30364118:pet_clair:4461:30364297,30383447:pet_clair:4461:30383561,30394256:pet_clair:4461:30394728,30413760:pet_clair:4461:30416062,30462748:pet_clair:4461:30463117,30520366:pet_clair:4461:30520550,30521047:pet_clair:4461:30561008,30537841:pet_clair:4461:30551239,30544221:pet_clair:4461:30568030'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01038493146340583, 'nb_photo': 649, 'list_port_cont': '30348553,30350867,30350951,30357397,30363609,30364676,30365239,30366149,30366285,30366712,30366942,30368825,30370911,30371704,30373140,30373501,30373527,30375202,30375726,30375784,30376148,30376650,30376794,30381118,30381989,30382737,30382875,30383476,30383551,30383841,30384510,30385424,30385818,30386301,30388415,30389818,30389912,30390933,30390966,30391603,30391704,30393269,30393313,30393380,30393408,30394336,30411519,30412017,30412233,30412945,30413943,30414354,30415799,30416355,30416738,30417068,30417252,30417596,30422274,30422324,30423125,30424652,30424661,30426185,30426950,30427550,30427816,30427961,30428060,30429625,30430757,30433031,30434115,30434502,30434828,30435254,30436592,30437256,30437773,30438647,30439129,30439581,30439625,30457591,30457893,30462297,30463098,30464386,30464537,30464658,30469687,30471150,30471293,30474556,30474604,30479691,30482067,30482891,30482908,30484839,30486017,30488924,30524591,30524714,30524865,30525645,30526224,30526684,30526834,30527235,30527519,30527764,30527943,3052848', 'assoc_port': '30348435:30348553,30349654:30350951,30350775:30350867,30357342:30357397,30363573:30363609,30364600:30364676,30365097:30366285,30365104:30365239,30365609:30366712,30366053:30368825,30366059:30366149,30366703:30371704,30366704:30366942,30370765:30370911,30371981:30373527,30371991:30373501,30373082:30373140,30374223:30376794,30374918:30375202,30375559:30375784,30375569:30375726,30376037:30376148,30376542:30376650,30380941:30381118,30381409:30382875,30381803:30381989,30381833:30383841,30382730:30382737,30383450:30383551,30383451:30383476,30384240:30384510,30385342:30385424,30385661:30385818,30386173:30386301,30386179:30388415,30389671:30389912,30389681:30389818,30390824:30390966,30390866:30390933,30391462:30391704,30391467:30391603,30393090:30393408,30393097:30393380,30393098:30393313,30393140:30393269,30394258:30394336,30410949:30412233,30411465:30411519,30411997:30412017,30412939:30412945,30413759:30413943,30414208:30414354,30415640:30415799,30415659:30417252,30416253:30416355,30416586:30416738,30416945:3041706', 'assoc_mat': '30348435:pet_clair:4200:30348553,30349654:pet_clair:4200:30350951,30350775:pet_clair:4200:30350867,30357342:pet_clair:4200:30357397,30363573:pet_clair:4200:30363609,30364600:pet_clair:4200:30364676,30365097:pet_clair:4200:30366285,30365104:pet_clair:4200:30365239,30365609:pet_clair:4200:30366712,30366053:pet_clair:4200:30368825,30366059:pet_clair:4200:30366149,30366703:pet_clair:4200:30371704,30366704:pet_clair:4200:30366942,30370765:pet_clair:4200:30370911,30371981:pet_clair:4200:30373527,30371991:pet_clair:4200:30373501,30373082:pet_clair:4200:30373140,30374223:pet_clair:4200:30376794,30374918:pet_clair:4200:30375202,30375559:pet_clair:4200:30375784,30375569:pet_clair:4200:30375726,30376037:pet_clair:4200:30376148,30376542:pet_clair:4200:30376650,30380941:pet_clair:4200:30381118,30381409:pet_clair:4200:30382875,30381803:pet_clair:4200:30381989,30381833:pet_clair:4200:30383841,30382730:pet_clair:4200:30382737,30383450:pet_clair:4200:30383551,30383451:pet_clair:4200:30383476,30384240:pet_clair:4200:30384510,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004529985516749616, 'nb_photo': 8, 'list_port_cont': '30348534,30393415,30416428,30434101,30520507,30524966,30567933', 'assoc_port': '30348400:30348534,30393093:30393415,30416254:30416428,30433957:30434101,30520369:30520507,30521802:30524966,30544180:30567933', 'assoc_mat': '30348400:pet_clair:4209:30348534,30393093:pet_clair:4209:30393415,30416254:pet_clair:4209:30416428,30433957:pet_clair:4209:30434101,30520369:pet_clair:4209:30520507,30521802:pet_clair:4209:30524966,30544180:pet_clair:4209:30567933'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012486111883513275, 'nb_photo': 613, 'list_port_cont': '30334303,30348762,30349322,30349720,30350890,30350894,30356169,30363516,30363669,30364376,30364851,30365310,30365340,30365704,30366222,30367328,30368851,30371143,30372064,30372076,30372958,30372977,30374620,30375195,30375263,30375271,30375740,30376277,30376293,30381236,30381258,30381515,30382024,30382586,30382647,30383652,30383973,30385181,30385212,30385756,30385832,30386352,30386690,30390182,30390398,30391742,30391993,30392161,30392178,30393435,30393820,30393837,30394373,30411395,30411710,30411839,30412310,30412337,30414059,30414103,30414370,30414391,30415871,30415885,30416452,30416745,30416768,30417086,30417099,30417607,30417663,30423147,30423995,30423998,30424226,30424617,30425032,30425969,30426366,30426379,30426393,30427677,30427855,30427937,30428075,30428935,30430825,30433057,30433080,30434271,30434315,30434514,30435133,30435296,30438780,30439156,30439654,30440004,30457818,30458515,30459489,30462412,30463325,30463396,30464500,30469827,30470032,30474587,30482158,30482160,30482822,30487424,30488998,3048913', 'assoc_port': '30334127:30334303,30348411:30348762,30349261:30349322,30349657:30349720,30350765:30350894,30350788:30350890,30355866:30356169,30363348:30363516,30363570:30364851,30363572:30363669,30364123:30364376,30365099:30365340,30365102:30365310,30365604:30365704,30366052:30368851,30366056:30366222,30366701:30367328,30371014:30371143,30371982:30372076,30371987:30372064,30372600:30372977,30372624:30372958,30374243:30374620,30374894:30375271,30374953:30375263,30374960:30375195,30375560:30375740,30376012:30376293,30376033:30376277,30380936:30382586,30380940:30381258,30380947:30381236,30381412:30381515,30381805:30382024,30382512:30382647,30383446:30383652,30383771:30383973,30384239:30385756,30385070:30385212,30385072:30385181,30385663:30385832,30386175:30386352,30386610:30386690,30389675:30390182,30390230:30390398,30390821:30392161,30390846:30392178,30391459:30391742,30391874:30391993,30393094:30393837,30393096:30393435,30393139:30393820,30394261:30394373,30411285:30411395,30411589:30411710,30411797:30411839,30412114:3041233', 'assoc_mat': '30334127:pet_clair:4211:30334303,30348411:pet_clair:4211:30348762,30349261:pet_clair:4211:30349322,30349657:pet_clair:4211:30349720,30350765:pet_clair:4211:30350894,30350788:pet_clair:4211:30350890,30355866:pet_clair:4211:30356169,30363348:pet_clair:4211:30363516,30363570:pet_clair:4211:30364851,30363572:pet_clair:4211:30363669,30364123:pet_clair:4211:30364376,30365099:pet_clair:4211:30365340,30365102:pet_clair:4211:30365310,30365604:pet_clair:4211:30365704,30366052:pet_clair:4211:30368851,30366056:pet_clair:4211:30366222,30366701:pet_clair:4211:30367328,30371014:pet_clair:4211:30371143,30371982:pet_clair:4211:30372076,30371987:pet_clair:4211:30372064,30372600:pet_clair:4211:30372977,30372624:pet_clair:4211:30372958,30374243:pet_clair:4211:30374620,30374894:pet_clair:4211:30375271,30374953:pet_clair:4211:30375263,30374960:pet_clair:4211:30375195,30375560:pet_clair:4211:30375740,30376012:pet_clair:4211:30376293,30376033:pet_clair:4211:30376277,30380936:pet_clair:4211:30382586,30380940:pet_clair:4211:30381258,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9126462252126297, 'nb_photo': 103246, 'list_port_cont': '30295299,30302442,30303445,30304291,30304457,30304466,30304490,30307925,30307999,30308369,30311474,30315229,30315458,30316140,30316503,30316836,30317521,30317669,30317772,30317961,30318022,30318101,30318229,30318252,30319284,30319564,30320263,30320960,30322060,30322087,30322736,30325574,30327379,30327390,30327415,30327547,30327599,30328241,30333360,30334328,30334341,30334822,30335091,30336564,30337182,30337466,30337860,30338462,30346441,30346751,30347041,30347459,30348805,30349734,30355402,30356173,30363003,30364424,30364710,30364725,30365015,30365332,30365365,30365813,30366254,30366294,30366497,30367643,30371184,30372097,30372148,30373006,30374108,30374823,30375484,30375800,30376018,30376731,30379881,30381262,30381284,30381291,30381535,30382050,30382807,30383671,30383944,30384652,30384973,30385222,30385891,30386311,30386327,30386381,30386677,30389923,30390422,30390981,30391009,30391754,30391775,30392536,30393454,30393504,30393544,30394384,30411430,30411549,30412361,30414160,30414274,30415974,30415997,3041647', 'assoc_port': '30295188:30295299,30302181:30302442,30303201:30303445,30303944:30304291,30304343:30304490,30304345:30304466,30304347:30304457,30307812:30308369,30307820:30307925,30307827:30307999,30310710:30311474,30314899:30315229,30315257:30315458,30315982:30316140,30316219:30316503,30316610:30316836,30316863:30319564,30316871:30318101,30316881:30318022,30316894:30317961,30316896:30319284,30316906:30317772,30316923:30317669,30316933:30317521,30317937:30318229,30317953:30318252,30319875:30320263,30320884:30320960,30321385:30322087,30321406:30322060,30322551:30322736,30324876:30325574,30327081:30328241,30327084:30327599,30327092:30327547,30327099:30327415,30327104:30327390,30327109:30327379,30333126:30333360,30334121:30334341,30334130:30334328,30334704:30337182,30334711:30334822,30335012:30335091,30336272:30336564,30337379:30337466,30337652:30337860,30338357:30338462,30346387:30346441,30346640:30346751,30346819:30347041,30347168:30347459,30348419:30348805,30349656:30349734,30350356:30355402,30355869:30356173,30362769:3036300', 'assoc_mat': '30295188:pet_clair:3327:30295299,30302181:pet_clair:3327:30302442,30303201:pet_clair:3327:30303445,30303944:pet_clair:3327:30304291,30304343:pet_clair:3327:30304490,30304345:pet_clair:3327:30304466,30304347:pet_clair:3327:30304457,30307812:pet_clair:3327:30308369,30307820:pet_clair:3327:30307925,30307827:pet_clair:3327:30307999,30310710:pet_clair:3327:30311474,30314899:pet_clair:3327:30315229,30315257:pet_clair:3327:30315458,30315982:pet_clair:3327:30316140,30316219:pet_clair:3327:30316503,30316610:pet_clair:3327:30316836,30316863:pet_clair:3327:30319564,30316871:pet_clair:3327:30318101,30316881:pet_clair:3327:30318022,30316894:pet_clair:3327:30317961,30316896:pet_clair:3327:30319284,30316906:pet_clair:3327:30317772,30316923:pet_clair:3327:30317669,30316933:pet_clair:3327:30317521,30317937:pet_clair:3327:30318229,30317953:pet_clair:3327:30318252,30319875:pet_clair:3327:30320263,30320884:pet_clair:3327:30320960,30321385:pet_clair:3327:30322087,30321406:pet_clair:3327:30322060,30322551:pet_clair:3327:30322736,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010167610264251684, 'nb_photo': 283, 'list_port_cont': '30291986,30293477,30294114,30302405,30303678,30304189,30305346,30317020,30318689,30319833,30334548,30335309,30336425,30337168,30350636,30354007,30356194,30364437,30365848,30371092,30375818,30376130,30382005,30390396,30414119,30415901,30417147,30422401,30428046,30433487,30439802,30463282,30474684,30482129,30550825,30556989,30557478', 'assoc_port': '30291900:30291986,30293213:30293477,30293778:30294114,30302188:30302405,30303524:30303678,30303949:30304189,30305288:30305346,30316887:30318689,30316902:30317020,30319681:30319833,30334523:30334548,30335122:30335309,30336232:30336425,30336905:30337168,30350359:30350636,30353968:30354007,30355868:30356194,30364122:30364437,30365606:30365848,30371011:30371092,30375567:30375818,30375989:30376130,30381801:30382005,30390238:30390396,30413756:30414119,30415664:30415901,30416949:30417147,30422132:30422401,30427763:30428046,30432873:30433487,30439717:30439802,30462764:30463282,30474277:30474684,30481865:30482129,30520289:30556989,30521693:30557478,30535783:30550825', 'assoc_mat': '30291900:pet_clair:3594:30291986,30293213:pet_clair:3594:30293477,30293778:pet_clair:3594:30294114,30302188:pet_clair:3594:30302405,30303524:pet_clair:3594:30303678,30303949:pet_clair:3594:30304189,30305288:pet_clair:3594:30305346,30316887:pet_clair:3594:30318689,30316902:pet_clair:3594:30317020,30319681:pet_clair:3594:30319833,30334523:pet_clair:3594:30334548,30335122:pet_clair:3594:30335309,30336232:pet_clair:3594:30336425,30336905:pet_clair:3594:30337168,30350359:pet_clair:3594:30350636,30353968:pet_clair:3594:30354007,30355868:pet_clair:3594:30356194,30364122:pet_clair:3594:30364437,30365606:pet_clair:3594:30365848,30371011:pet_clair:3594:30371092,30375567:pet_clair:3594:30375818,30375989:pet_clair:3594:30376130,30381801:pet_clair:3594:30382005,30390238:pet_clair:3594:30390396,30413756:pet_clair:3594:30414119,30415664:pet_clair:3594:30415901,30416949:pet_clair:3594:30417147,30422132:pet_clair:3594:30422401,30427763:pet_clair:3594:30428046,30432873:pet_clair:3594:30433487,30439717:pet_clair:3594:30439802,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0017859754867185372, 'nb_photo': 17, 'list_port_cont': '30350839,30365305,30386279,30386624,30413346,30415849,30422319,30427536,30434172,30438735,30481991,30548491,30561148,30561824,30567252', 'assoc_port': '30350789:30350839,30365098:30365305,30386171:30386279,30386613:30386624,30411795:30413346,30415627:30415849,30422128:30422319,30426079:30427536,30433953:30434172,30438513:30438735,30481873:30481991,30520310:30561824,30521049:30567252,30523044:30561148,30548091:30548491', 'assoc_mat': '30350789:pet_fonce:4205:30350839,30365098:pet_fonce:4205:30365305,30386171:pet_fonce:4205:30386279,30386613:pet_fonce:4205:30386624,30411795:pet_fonce:4205:30413346,30415627:pet_fonce:4205:30415849,30422128:pet_fonce:4205:30422319,30426079:pet_fonce:4205:30427536,30433953:pet_fonce:4205:30434172,30438513:pet_fonce:4205:30438735,30481873:pet_fonce:4205:30481991,30520310:pet_fonce:4205:30561824,30521049:pet_fonce:4205:30567252,30523044:pet_fonce:4205:30561148,30548091:pet_fonce:4205:30548491'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0056845660992555155, 'nb_photo': 542, 'list_port_cont': '30355519,30364413,30366315,30372232,30375491,30375513,30376423,30383685,30384873,30386360,30391307,30393747,30393800,30397101,30411403,30413050,30414424,30416529,30417276,30422463,30424741,30426497,30426592,30428249,30430631,30434550,30437849,30439187,30458844,30462879,30547907,30548148,30550474,30555932,30556381,30556558,30556886,30558139,30562758,30563353,30563969,30568141,30571488,30572001,30572450,30572558', 'assoc_port': '30355431:30355519,30364116:30364413,30366060:30366315,30371984:30372232,30374838:30375491,30374917:30375513,30376032:30376423,30383444:30383685,30384777:30384873,30386174:30386360,30390228:30391307,30392089:30393800,30393088:30397101,30393660:30393747,30411282:30411403,30412938:30413050,30414207:30414424,30416250:30416529,30416948:30417276,30422158:30422463,30424474:30424741,30426083:30426497,30426096:30426592,30427756:30428249,30429228:30430631,30434454:30434550,30437569:30437849,30439084:30439187,30458034:30458844,30461856:30462879,30482699:30556381,30520286:30558139,30520313:30562758,30521152:30571488,30521340:30547907,30521981:30572558,30522565:30548148,30523373:30563353,30534710:30572450,30534715:30572001,30535493:30563969,30535790:30550474,30539171:30556886,30544211:30555932,30547795:30556558,30549864:30568141', 'assoc_mat': '30355431:pet_fonce:4203:30355519,30364116:pet_fonce:4203:30364413,30366060:pet_fonce:4203:30366315,30371984:pet_fonce:4203:30372232,30374838:pet_fonce:4203:30375491,30374917:pet_fonce:4203:30375513,30376032:pet_fonce:4203:30376423,30383444:pet_fonce:4203:30383685,30384777:pet_fonce:4203:30384873,30386174:pet_fonce:4203:30386360,30390228:pet_fonce:4203:30391307,30392089:pet_fonce:4203:30393800,30393088:pet_fonce:4203:30397101,30393660:pet_fonce:4203:30393747,30411282:pet_fonce:4203:30411403,30412938:pet_fonce:4203:30413050,30414207:pet_fonce:4203:30414424,30416250:pet_fonce:4203:30416529,30416948:pet_fonce:4203:30417276,30422158:pet_fonce:4203:30422463,30424474:pet_fonce:4203:30424741,30426083:pet_fonce:4203:30426497,30426096:pet_fonce:4203:30426592,30427756:pet_fonce:4203:30428249,30429228:pet_fonce:4203:30430631,30434454:pet_fonce:4203:30434550,30437569:pet_fonce:4203:30437849,30439084:pet_fonce:4203:30439187,30458034:pet_fonce:4203:30458844,30461856:pet_fonce:4203:30462879,30482699:pet_fonce:4203:30556381,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004754939826172821, 'nb_photo': 47, 'list_port_cont': '30349703,30363628,30365269,30366198,30366848,30366964,30368809,30372806,30375616,30376062,30376594,30381903,30389742,30390953,30391616,30414002,30414545,30416335,30419092,30422228,30425022,30426292,30428013,30432975,30437733,30439956,30462202,30464374,30464470,30486346,30525483,30525587,30528926,30530985,30531791,30550314,30550673,30550986,30566511,30567918,30568019,30571979', 'assoc_port': '30349655:30349703,30363571:30363628,30365100:30365269,30366055:30366198,30366061:30368809,30366702:30366964,30366706:30366848,30372621:30372806,30375566:30375616,30376015:30376062,30376543:30376594,30381832:30381903,30389683:30389742,30390822:30390953,30391465:30391616,30412936:30414545,30413761:30414002,30416249:30416335,30416584:30419092,30422124:30422228,30424987:30425022,30426094:30426292,30427752:30428013,30432869:30432975,30437568:30437733,30439951:30439956,30461849:30462202,30464250:30464470,30464253:30464374,30482702:30486346,30520295:30528926,30521122:30531791,30521131:30530985,30522815:30525587,30524938:30525483,30534713:30566511,30535505:30571979,30537840:30568019,30539167:30567918,30539172:30550986,30546668:30550673,30547801:30550314', 'assoc_mat': '30349655:pet_fonce:4207:30349703,30363571:pet_fonce:4207:30363628,30365100:pet_fonce:4207:30365269,30366055:pet_fonce:4207:30366198,30366061:pet_fonce:4207:30368809,30366702:pet_fonce:4207:30366964,30366706:pet_fonce:4207:30366848,30372621:pet_fonce:4207:30372806,30375566:pet_fonce:4207:30375616,30376015:pet_fonce:4207:30376062,30376543:pet_fonce:4207:30376594,30381832:pet_fonce:4207:30381903,30389683:pet_fonce:4207:30389742,30390822:pet_fonce:4207:30390953,30391465:pet_fonce:4207:30391616,30412936:pet_fonce:4207:30414545,30413761:pet_fonce:4207:30414002,30416249:pet_fonce:4207:30416335,30416584:pet_fonce:4207:30419092,30422124:pet_fonce:4207:30422228,30424987:pet_fonce:4207:30425022,30426094:pet_fonce:4207:30426292,30427752:pet_fonce:4207:30428013,30432869:pet_fonce:4207:30432975,30437568:pet_fonce:4207:30437733,30439951:pet_fonce:4207:30439956,30461849:pet_fonce:4207:30462202,30464250:pet_fonce:4207:30464470,30464253:pet_fonce:4207:30464374,30482702:pet_fonce:4207:30486346,30520295:pet_fonce:4207:30528926,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002409561100954937, 'nb_photo': 27, 'list_port_cont': '30364635,30365661,30381129,30382614,30383910,30390363,30426968,30438682,30462151,30464417,30469700,30527205,30529846,30530670,30530864,30530937,30531166,30551013,30559214', 'assoc_port': '30364598:30364635,30365611:30365661,30380944:30381129,30382510:30382614,30383773:30383910,30390232:30390363,30426886:30426968,30438516:30438682,30461851:30462151,30464252:30464417,30469541:30469700,30520297:30529846,30521132:30531166,30521142:30530937,30521149:30530864,30521153:30530670,30521800:30527205,30535164:30559214,30539174:30551013', 'assoc_mat': '30364598:pet_fonce:4461:30364635,30365611:pet_fonce:4461:30365661,30380944:pet_fonce:4461:30381129,30382510:pet_fonce:4461:30382614,30383773:pet_fonce:4461:30383910,30390232:pet_fonce:4461:30390363,30426886:pet_fonce:4461:30426968,30438516:pet_fonce:4461:30438682,30461851:pet_fonce:4461:30462151,30464252:pet_fonce:4461:30464417,30469541:pet_fonce:4461:30469700,30520297:pet_fonce:4461:30529846,30521132:pet_fonce:4461:30531166,30521142:pet_fonce:4461:30530937,30521149:pet_fonce:4461:30530864,30521153:pet_fonce:4461:30530670,30521800:pet_fonce:4461:30527205,30535164:pet_fonce:4461:30559214,30539174:pet_fonce:4461:30551013'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8431471117914893, 'nb_photo': 131, 'list_port_cont': '30348556,30350872,30350946,30357406,30363618,30364668,30366153,30366273,30366723,30368816,30370907,30375169,30376136,30376792,30382865,30385812,30388429,30389902,30390939,30390978,30391607,30393282,30393377,30394340,30411509,30414345,30416348,30417061,30422283,30424650,30426194,30426938,30427814,30429626,30430758,30434108,30434834,30436594,30437253,30437782,30438649,30462293,30463099,30464384,30464544,30469679,30471147,30471285,30474552,30474595,30479693,30482884,30484706,30488925,30520531,30520581,30524585,30524871,30525652,30526694,30526835,30527770,30527946,30529741,30531109,30548607,30548624,30548817,30548962,30551190,30554631,30555011,30555491,30556471,30556684,30558107,30558874', 'assoc_port': '30348435:30348556,30349654:30350946,30350775:30350872,30357342:30357406,30363573:30363618,30364600:30364668,30365097:30366273,30365609:30366723,30366053:30368816,30366059:30366153,30370765:30370907,30374223:30376792,30374915:30375169,30376037:30376136,30381409:30382865,30385661:30385812,30386179:30388429,30389671:30389902,30390824:30390978,30390866:30390939,30391467:30391607,30393097:30393377,30393140:30393282,30394258:30394340,30411465:30411509,30414208:30414345,30416253:30416348,30416945:30417061,30422138:30422283,30424475:30424650,30426082:30430758,30426092:30426194,30426888:30426938,30427765:30427814,30429227:30429626,30433945:30436594,30433950:30434108,30434611:30434834,30437134:30437253,30437571:30437782,30438511:30438649,30459235:30464544,30461855:30462293,30462747:30463099,30464248:30464384,30466589:30479693,30466882:30471285,30466892:30471147,30469520:30469679,30474258:30474595,30474281:30474552,30482708:30482884,30484240:30484706,30488805:30488925,30520293:30529741,30520356:30520581,30520363:3052053', 'assoc_mat': '30348435:pet_fonce:4200:30348556,30349654:pet_fonce:4200:30350946,30350775:pet_fonce:4200:30350872,30357342:pet_fonce:4200:30357406,30363573:pet_fonce:4200:30363618,30364600:pet_fonce:4200:30364668,30365097:pet_fonce:4200:30366273,30365609:pet_fonce:4200:30366723,30366053:pet_fonce:4200:30368816,30366059:pet_fonce:4200:30366153,30370765:pet_fonce:4200:30370907,30374223:pet_fonce:4200:30376792,30374915:pet_fonce:4200:30375169,30376037:pet_fonce:4200:30376136,30381409:pet_fonce:4200:30382865,30385661:pet_fonce:4200:30385812,30386179:pet_fonce:4200:30388429,30389671:pet_fonce:4200:30389902,30390824:pet_fonce:4200:30390978,30390866:pet_fonce:4200:30390939,30391467:pet_fonce:4200:30391607,30393097:pet_fonce:4200:30393377,30393140:pet_fonce:4200:30393282,30394258:pet_fonce:4200:30394340,30411465:pet_fonce:4200:30411509,30414208:pet_fonce:4200:30414345,30416253:pet_fonce:4200:30416348,30416945:pet_fonce:4200:30417061,30422138:pet_fonce:4200:30422283,30424475:pet_fonce:4200:30424650,30426082:pet_fonce:4200:30430758,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007700375834982923, 'nb_photo': 26, 'list_port_cont': '30371052,30372946,30376108,30380786,30381925,30416425,30425608,30474458,30524736,30524956,30524969,30525753,30552900,30553319,30560139,30567937', 'assoc_port': '30371012:30371052,30372619:30372946,30375954:30376108,30380593:30380786,30381800:30381925,30416254:30416425,30423711:30425608,30474319:30474458,30521719:30525753,30521802:30524969,30522390:30524956,30522680:30524736,30534708:30553319,30535163:30560139,30535499:30552900,30544180:30567937', 'assoc_mat': '30371012:pet_fonce:4209:30371052,30372619:pet_fonce:4209:30372946,30375954:pet_fonce:4209:30376108,30380593:pet_fonce:4209:30380786,30381800:pet_fonce:4209:30381925,30416254:pet_fonce:4209:30416425,30423711:pet_fonce:4209:30425608,30474319:pet_fonce:4209:30474458,30521719:pet_fonce:4209:30525753,30521802:pet_fonce:4209:30524969,30522390:pet_fonce:4209:30524956,30522680:pet_fonce:4209:30524736,30534708:pet_fonce:4209:30553319,30535163:pet_fonce:4209:30560139,30535499:pet_fonce:4209:30552900,30544180:pet_fonce:4209:30567937'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008508859206610143, 'nb_photo': 496, 'list_port_cont': '30348752,30349323,30349724,30350887,30350899,30356158,30363508,30363658,30364367,30364844,30365316,30365349,30365701,30366212,30367332,30368848,30370944,30371138,30372083,30372967,30372989,30373157,30374627,30375185,30375262,30375273,30375743,30376272,30376296,30381229,30381255,30381522,30382010,30382592,30382650,30383649,30383970,30385184,30385208,30385762,30385831,30386349,30386689,30390183,30390410,30391651,30391988,30392151,30392174,30393443,30393816,30393834,30394365,30411136,30411392,30411703,30411844,30412316,30412343,30414081,30414109,30414367,30414389,30415865,30415888,30416444,30416747,30416775,30417079,30417102,30417666,30423148,30423984,30424002,30424220,30424608,30425973,30426384,30426406,30427687,30427938,30428947,30430835,30433049,30433095,30434274,30434320,30434513,30435134,30435302,30437303,30438781,30438834,30439158,30439641,30440001,30457825,30458519,30459485,30463318,30463408,30464505,30469834,30470043,30474581,30482162,30482167,30482826,30485046,30487417,30489000,30489125,30508687,3050880', 'assoc_port': '30348411:30348752,30349261:30349323,30349657:30349724,30350765:30350899,30350788:30350887,30355866:30356158,30363348:30363508,30363570:30364844,30363572:30363658,30364123:30364367,30365099:30365349,30365102:30365316,30365604:30365701,30366052:30368848,30366056:30366212,30366701:30367332,30370771:30370944,30371014:30371138,30371982:30372083,30372600:30372989,30372624:30372967,30373083:30373157,30374243:30374627,30374894:30375273,30374953:30375262,30374960:30375185,30375560:30375743,30376012:30376296,30376033:30376272,30380936:30382592,30380940:30381255,30380947:30381229,30381412:30381522,30381805:30382010,30382512:30382650,30383446:30383649,30383771:30383970,30384239:30385762,30385070:30385208,30385072:30385184,30385663:30385831,30386175:30386349,30386610:30386689,30389675:30390183,30390230:30390410,30390821:30392151,30390846:30392174,30391468:30391651,30391874:30391988,30393094:30393834,30393096:30393443,30393139:30393816,30394261:30394365,30410947:30411136,30411285:30411392,30411589:30411703,30411797:3041184', 'assoc_mat': '30348411:pet_fonce:4211:30348752,30349261:pet_fonce:4211:30349323,30349657:pet_fonce:4211:30349724,30350765:pet_fonce:4211:30350899,30350788:pet_fonce:4211:30350887,30355866:pet_fonce:4211:30356158,30363348:pet_fonce:4211:30363508,30363570:pet_fonce:4211:30364844,30363572:pet_fonce:4211:30363658,30364123:pet_fonce:4211:30364367,30365099:pet_fonce:4211:30365349,30365102:pet_fonce:4211:30365316,30365604:pet_fonce:4211:30365701,30366052:pet_fonce:4211:30368848,30366056:pet_fonce:4211:30366212,30366701:pet_fonce:4211:30367332,30370771:pet_fonce:4211:30370944,30371014:pet_fonce:4211:30371138,30371982:pet_fonce:4211:30372083,30372600:pet_fonce:4211:30372989,30372624:pet_fonce:4211:30372967,30373083:pet_fonce:4211:30373157,30374243:pet_fonce:4211:30374627,30374894:pet_fonce:4211:30375273,30374953:pet_fonce:4211:30375262,30374960:pet_fonce:4211:30375185,30375560:pet_fonce:4211:30375743,30376012:pet_fonce:4211:30376296,30376033:pet_fonce:4211:30376272,30380936:pet_fonce:4211:30382592,30380940:pet_fonce:4211:30381255,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.02213919273298481, 'nb_photo': 2646, 'list_port_cont': '30348812,30349730,30355392,30356187,30362992,30364429,30364699,30364716,30365010,30365326,30365370,30365808,30366255,30366293,30366498,30367638,30371183,30372102,30372147,30373001,30374104,30374826,30375472,30375805,30376016,30376739,30379871,30381259,30381281,30381289,30381537,30382047,30382798,30383664,30383948,30384654,30384971,30385224,30385887,30386318,30386335,30386374,30386672,30389928,30390417,30390988,30391002,30391750,30391764,30392533,30393453,30393515,30393536,30394381,30411426,30411547,30412359,30414168,30414273,30415986,30415995,30416481,30417189,30417770,30422381,30423176,30424092,30424807,30424879,30426471,30426636,30428126,30428918,30429527,30430717,30433108,30434254,30434471,30434555,30437345,30437467,30438819,30439020,30439174,30439509,30439661,30440052,30458670,30459502,30461276,30462848,30464525,30464580,30464798,30467659,30468009,30468091,30470296,30470790,30470805,30474915,30474975,30475130,30482191,30482905,30485169,30485343,30487514,30489140,30489153,30520698,30520714,30520751,3052464', 'assoc_port': '30348419:30348812,30349656:30349730,30350356:30355392,30355869:30356187,30362769:30362992,30364114:30365010,30364119:30364429,30364596:30364716,30364602:30364699,30365105:30365370,30365108:30365326,30365610:30365808,30366054:30366293,30366058:30366498,30366063:30366255,30366707:30367638,30371017:30371183,30371985:30372102,30371990:30372147,30372622:30373001,30373080:30374104,30374253:30374826,30374864:30375472,30374916:30379871,30375563:30376016,30375570:30375805,30376036:30376739,30380937:30381259,30380939:30381289,30380946:30381281,30381413:30381537,30381818:30382047,30382509:30383948,30382731:30382798,30383449:30383664,30383769:30384971,30384641:30384654,30385068:30385224,30385659:30385887,30386168:30386318,30386172:30386335,30386178:30386374,30386611:30386672,30389679:30389928,30390234:30390417,30390823:30391002,30390827:30390988,30391458:30392533,30391466:30391764,30391469:30391750,30393092:30393536,30393099:30393453,30393141:30393515,30394257:30394381,30411284:30411426,30411466:30411547,30412116:3041235', 'assoc_mat': '30348419:pet_fonce:3327:30348812,30349656:pet_fonce:3327:30349730,30350356:pet_fonce:3327:30355392,30355869:pet_fonce:3327:30356187,30362769:pet_fonce:3327:30362992,30364114:pet_fonce:3327:30365010,30364119:pet_fonce:3327:30364429,30364596:pet_fonce:3327:30364716,30364602:pet_fonce:3327:30364699,30365105:pet_fonce:3327:30365370,30365108:pet_fonce:3327:30365326,30365610:pet_fonce:3327:30365808,30366054:pet_fonce:3327:30366293,30366058:pet_fonce:3327:30366498,30366063:pet_fonce:3327:30366255,30366707:pet_fonce:3327:30367638,30371017:pet_fonce:3327:30371183,30371985:pet_fonce:3327:30372102,30371990:pet_fonce:3327:30372147,30372622:pet_fonce:3327:30373001,30373080:pet_fonce:3327:30374104,30374253:pet_fonce:3327:30374826,30374864:pet_fonce:3327:30375472,30374916:pet_fonce:3327:30379871,30375563:pet_fonce:3327:30376016,30375570:pet_fonce:3327:30375805,30376036:pet_fonce:3327:30376739,30380937:pet_fonce:3327:30381259,30380939:pet_fonce:3327:30381289,30380946:pet_fonce:3327:30381281,30381413:pet_fonce:3327:30381537,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011638663749123817, 'nb_photo': 42, 'list_port_cont': '30302400,30303684,30305340,30318683,30335301,30337164,30354011,30356195,30364439,30365851,30375816,30376129,30382036,30390390,30414048,30415903,30417144,30422400,30428047,30433494,30463290,30474682,30482131', 'assoc_port': '30302188:30302400,30303524:30303684,30305288:30305340,30316887:30318683,30335122:30335301,30336905:30337164,30353968:30354011,30355868:30356195,30364122:30364439,30365606:30365851,30375567:30375816,30375989:30376129,30381799:30382036,30390238:30390390,30413755:30414048,30415664:30415903,30416949:30417144,30422132:30422400,30427763:30428047,30432873:30433494,30462764:30463290,30474277:30474682,30481865:30482131', 'assoc_mat': '30302188:pet_fonce:3594:30302400,30303524:pet_fonce:3594:30303684,30305288:pet_fonce:3594:30305340,30316887:pet_fonce:3594:30318683,30335122:pet_fonce:3594:30335301,30336905:pet_fonce:3594:30337164,30353968:pet_fonce:3594:30354011,30355868:pet_fonce:3594:30356195,30364122:pet_fonce:3594:30364439,30365606:pet_fonce:3594:30365851,30375567:pet_fonce:3594:30375816,30375989:pet_fonce:3594:30376129,30381799:pet_fonce:3594:30382036,30390238:pet_fonce:3594:30390390,30413755:pet_fonce:3594:30414048,30415664:pet_fonce:3594:30415903,30416949:pet_fonce:3594:30417144,30422132:pet_fonce:3594:30422400,30427763:pet_fonce:3594:30428047,30432873:pet_fonce:3594:30433494,30462764:pet_fonce:3594:30463290,30474277:pet_fonce:3594:30474682,30481865:pet_fonce:3594:30482131'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00696509031406463, 'nb_photo': 165, 'list_port_cont': '30348712,30350516,30350830,30362662,30365293,30366171,30376104,30376780,30381945,30383880,30386290,30386626,30390305,30393646,30413347,30415853,30417502,30422315,30427535,30427914,30434149,30434161,30437199,30438736,30462191,30481976,30515375,30515536,30548489,30550634,30554460,30555328,30561146,30561822,30563513,30567246,30569988,30570644', 'assoc_port': '30348405:30348712,30350360:30350516,30350789:30350830,30362654:30362662,30365098:30365293,30366062:30366171,30374184:30376780,30376035:30376104,30381798:30381945,30383750:30383880,30386171:30386290,30386613:30386626,30390237:30390305,30391858:30393646,30411795:30413347,30415627:30415853,30416943:30417502,30422128:30422315,30426079:30427535,30427759:30427914,30433953:30434161,30433956:30434149,30437163:30437199,30438513:30438736,30461853:30462191,30466591:30515536,30481873:30481976,30486695:30515375,30520310:30561822,30521049:30567246,30521147:30569988,30522388:30570644,30523044:30561146,30535167:30563513,30535853:30550634,30536090:30554460,30544206:30555328,30548091:30548489', 'assoc_mat': '30348405:pet_opaque:4205:30348712,30350360:pet_opaque:4205:30350516,30350789:pet_opaque:4205:30350830,30362654:pet_opaque:4205:30362662,30365098:pet_opaque:4205:30365293,30366062:pet_opaque:4205:30366171,30374184:pet_opaque:4205:30376780,30376035:pet_opaque:4205:30376104,30381798:pet_opaque:4205:30381945,30383750:pet_opaque:4205:30383880,30386171:pet_opaque:4205:30386290,30386613:pet_opaque:4205:30386626,30390237:pet_opaque:4205:30390305,30391858:pet_opaque:4205:30393646,30411795:pet_opaque:4205:30413347,30415627:pet_opaque:4205:30415853,30416943:pet_opaque:4205:30417502,30422128:pet_opaque:4205:30422315,30426079:pet_opaque:4205:30427535,30427759:pet_opaque:4205:30427914,30433953:pet_opaque:4205:30434161,30433956:pet_opaque:4205:30434149,30437163:pet_opaque:4205:30437199,30438513:pet_opaque:4205:30438736,30461853:pet_opaque:4205:30462191,30466591:pet_opaque:4205:30515536,30481873:pet_opaque:4205:30481976,30486695:pet_opaque:4205:30515375,30520310:pet_opaque:4205:30561822,30521049:pet_opaque:4205:30567246,3052'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013215886931949528, 'nb_photo': 1205, 'list_port_cont': '30355505,30364409,30366317,30372230,30375488,30375519,30376419,30381565,30383696,30384882,30386370,30391019,30391298,30393746,30393792,30397108,30411413,30413040,30414431,30416525,30417273,30422465,30424754,30426492,30426579,30428243,30430640,30434537,30437855,30439190,30458854,30462872,30547908,30548141,30550470,30555934,30556374,30556553,30556883,30558132,30562761,30563360,30563965,30568142,30571487,30572009,30572459,30572557', 'assoc_port': '30355431:30355505,30364116:30364409,30366060:30366317,30371984:30372230,30374838:30375488,30374917:30375519,30376032:30376419,30381411:30381565,30383444:30383696,30384777:30384882,30386174:30386370,30390228:30391298,30390868:30391019,30392089:30393792,30393088:30397108,30393660:30393746,30411282:30411413,30412938:30413040,30414207:30414431,30416250:30416525,30416948:30417273,30422158:30422465,30424474:30424754,30426083:30426492,30426096:30426579,30427756:30428243,30429228:30430640,30434454:30434537,30437569:30437855,30439084:30439190,30458034:30458854,30461856:30462872,30482699:30556374,30520286:30558132,30520313:30562761,30521152:30571487,30521340:30547908,30521981:30572557,30522565:30548141,30523373:30563360,30534710:30572459,30534715:30572009,30535493:30563965,30535790:30550470,30539171:30556883,30544211:30555934,30547795:30556553,30549864:30568142', 'assoc_mat': '30355431:pet_opaque:4203:30355505,30364116:pet_opaque:4203:30364409,30366060:pet_opaque:4203:30366317,30371984:pet_opaque:4203:30372230,30374838:pet_opaque:4203:30375488,30374917:pet_opaque:4203:30375519,30376032:pet_opaque:4203:30376419,30381411:pet_opaque:4203:30381565,30383444:pet_opaque:4203:30383696,30384777:pet_opaque:4203:30384882,30386174:pet_opaque:4203:30386370,30390228:pet_opaque:4203:30391298,30390868:pet_opaque:4203:30391019,30392089:pet_opaque:4203:30393792,30393088:pet_opaque:4203:30397108,30393660:pet_opaque:4203:30393746,30411282:pet_opaque:4203:30411413,30412938:pet_opaque:4203:30413040,30414207:pet_opaque:4203:30414431,30416250:pet_opaque:4203:30416525,30416948:pet_opaque:4203:30417273,30422158:pet_opaque:4203:30422465,30424474:pet_opaque:4203:30424754,30426083:pet_opaque:4203:30426492,30426096:pet_opaque:4203:30426579,30427756:pet_opaque:4203:30428243,30429228:pet_opaque:4203:30430640,30434454:pet_opaque:4203:30434537,30437569:pet_opaque:4203:30437855,30439084:pet_opaque:4203:30439190,3045'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00409410753343359, 'nb_photo': 227, 'list_port_cont': '30348578,30348607,30349701,30350452,30350842,30353021,30355938,30363437,30363637,30364394,30364615,30364692,30365259,30365625,30366201,30366857,30366957,30368798,30370817,30372898,30373448,30374348,30374468,30376630,30376829,30376981,30381077,30381093,30381182,30383861,30385031,30385394,30386050,30386190,30386645,30386648,30386714,30390315,30390951,30391622,30392072,30393257,30393351,30393386,30396976,30411298,30412293,30414005,30414027,30414549,30414601,30415709,30415781,30416374,30416645,30417038,30419096,30422207,30422230,30423015,30423065,30424487,30424630,30425023,30426347,30427952,30428016,30428855,30429345,30434089,30434139,30434786,30435221,30437223,30437720,30438558,30438653,30438948,30439119,30440141,30457353,30458248,30459356,30459404,30462010,30463006,30464476,30467246,30469581,30469763,30470624,30470944,30474363,30477215,30482027,30486352,30520606,30524486,30525480,30525595,30525926,30526264,30526436,30526800,30527117,30527320,30527443,30528040,30528102,30528365,30528457,30528640,30528722,3052904', 'assoc_port': '30348407:30348578,30348410:30348607,30349655:30349701,30350361:30350452,30350748:30353021,30350787:30350842,30355870:30355938,30363346:30363437,30363571:30363637,30364115:30364394,30364597:30364692,30364601:30364615,30365100:30365259,30365608:30365625,30366055:30366201,30366061:30368798,30366702:30366957,30366706:30366857,30370768:30370817,30371983:30373448,30372623:30372898,30374164:30374468,30374263:30374348,30374837:30376981,30376541:30376630,30376770:30376829,30380938:30381182,30380943:30381093,30380945:30381077,30383452:30385031,30383772:30383861,30384778:30386050,30385341:30385394,30385662:30386714,30386177:30386190,30386609:30386648,30386612:30386645,30390231:30390315,30390822:30390951,30390867:30392072,30391465:30391622,30393091:30393386,30393095:30393351,30393138:30393257,30394254:30396976,30411283:30411298,30412115:30412293,30412936:30414549,30413754:30414027,30413761:30414005,30414514:30414601,30415654:30415781,30415662:30415709,30416255:30416374,30416584:30419096,30416588:30416645,30416946:3041703', 'assoc_mat': '30348407:pet_opaque:4207:30348578,30348410:pet_opaque:4207:30348607,30349655:pet_opaque:4207:30349701,30350361:pet_opaque:4207:30350452,30350748:pet_opaque:4207:30353021,30350787:pet_opaque:4207:30350842,30355870:pet_opaque:4207:30355938,30363346:pet_opaque:4207:30363437,30363571:pet_opaque:4207:30363637,30364115:pet_opaque:4207:30364394,30364597:pet_opaque:4207:30364692,30364601:pet_opaque:4207:30364615,30365100:pet_opaque:4207:30365259,30365608:pet_opaque:4207:30365625,30366055:pet_opaque:4207:30366201,30366061:pet_opaque:4207:30368798,30366702:pet_opaque:4207:30366957,30366706:pet_opaque:4207:30366857,30370768:pet_opaque:4207:30370817,30371983:pet_opaque:4207:30373448,30372623:pet_opaque:4207:30372898,30374164:pet_opaque:4207:30374468,30374263:pet_opaque:4207:30374348,30374837:pet_opaque:4207:30376981,30376541:pet_opaque:4207:30376630,30376770:pet_opaque:4207:30376829,30380938:pet_opaque:4207:30381182,30380943:pet_opaque:4207:30381093,30380945:pet_opaque:4207:30381077,30383452:pet_opaque:4207:30385031,3038'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007095271283249216, 'nb_photo': 240, 'list_port_cont': '30320114,30320906,30348621,30348668,30357346,30363576,30364283,30364639,30365215,30365659,30367044,30371062,30372030,30372778,30375099,30376685,30376848,30382609,30383569,30383915,30384427,30385152,30389760,30389868,30390356,30391669,30394274,30411891,30412972,30413106,30415762,30415819,30416059,30416701,30417112,30417622,30422344,30423950,30425058,30425385,30426246,30426319,30426958,30427876,30427978,30428895,30434184,30435260,30436947,30437266,30437750,30438678,30439591,30457608,30459429,30462159,30463119,30464406,30467416,30467519,30474487,30520554,30520627,30520669,30524551,30524848,30525672,30525765,30526050,30526409,30527194,30528980,30529262,30529844,30530676,30530852,30530936,30531161,30531960,30548386,30548575,30550301,30550411,30550543,30551024,30551169,30551236,30554233,30558950,30559106,30559207,30560242,30560512,30560621,30561011,30567973,30568024,30570249', 'assoc_port': '30319872:30320114,30320882:30320906,30348406:30348668,30348409:30348621,30357343:30357346,30363569:30363576,30364118:30364283,30364598:30364639,30365103:30365215,30365611:30365659,30366057:30372778,30366705:30367044,30371015:30371062,30371989:30372030,30374958:30375099,30376034:30376685,30376771:30376848,30382510:30382609,30383447:30383569,30383773:30383915,30384241:30384427,30385071:30385152,30386166:30389760,30389673:30389868,30390232:30390356,30391464:30391669,30393123:30394274,30411463:30413106,30411796:30411891,30412937:30412972,30413760:30416059,30415626:30415819,30415657:30415762,30416583:30417112,30416589:30416701,30417568:30417622,30422136:30422344,30423636:30425385,30423731:30423950,30424984:30425058,30426088:30426246,30426099:30426319,30426886:30426958,30427753:30427978,30427762:30427876,30428693:30428895,30433954:30434184,30434449:30436947,30435214:30435260,30437149:30437266,30437573:30437750,30438516:30438678,30439501:30439591,30457292:30457608,30459234:30459429,30461851:30462159,30462748:3046311', 'assoc_mat': '30319872:pet_opaque:4461:30320114,30320882:pet_opaque:4461:30320906,30348406:pet_opaque:4461:30348668,30348409:pet_opaque:4461:30348621,30357343:pet_opaque:4461:30357346,30363569:pet_opaque:4461:30363576,30364118:pet_opaque:4461:30364283,30364598:pet_opaque:4461:30364639,30365103:pet_opaque:4461:30365215,30365611:pet_opaque:4461:30365659,30366057:pet_opaque:4461:30372778,30366705:pet_opaque:4461:30367044,30371015:pet_opaque:4461:30371062,30371989:pet_opaque:4461:30372030,30374958:pet_opaque:4461:30375099,30376034:pet_opaque:4461:30376685,30376771:pet_opaque:4461:30376848,30382510:pet_opaque:4461:30382609,30383447:pet_opaque:4461:30383569,30383773:pet_opaque:4461:30383915,30384241:pet_opaque:4461:30384427,30385071:pet_opaque:4461:30385152,30386166:pet_opaque:4461:30389760,30389673:pet_opaque:4461:30389868,30390232:pet_opaque:4461:30390356,30391464:pet_opaque:4461:30391669,30393123:pet_opaque:4461:30394274,30411463:pet_opaque:4461:30413106,30411796:pet_opaque:4461:30411891,30412937:pet_opaque:4461:30412972,3041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0227909251417283, 'nb_photo': 4262, 'list_port_cont': '30292168,30319777,30335596,30348563,30350873,30350953,30357394,30363621,30364663,30365226,30366142,30366281,30366720,30366951,30368818,30370906,30371700,30373147,30373505,30373520,30375177,30375205,30375575,30375724,30375786,30376159,30376656,30376799,30381114,30381983,30382740,30382861,30383475,30383553,30383838,30384516,30384853,30385421,30385824,30386307,30388426,30389813,30389909,30390328,30390943,30390963,30391608,30391700,30393277,30393304,30393371,30393411,30394337,30411508,30412008,30412248,30412951,30413942,30414035,30414348,30414448,30415800,30416350,30416725,30417070,30417254,30417592,30422287,30422326,30423112,30423126,30424644,30424671,30426191,30426937,30427545,30427808,30427967,30428066,30428830,30429621,30430755,30433028,30434112,30434504,30434838,30435248,30436597,30437249,30437769,30438642,30439123,30439583,30439624,30457579,30457639,30457895,30462290,30463100,30464396,30464543,30464665,30469686,30469874,30471158,30471288,30474549,30474593,30479692,30482073,30482883,30482914,30484710,3048484', 'assoc_port': '30292100:30292168,30319679:30319777,30335480:30335596,30348435:30348563,30349654:30350953,30350775:30350873,30357342:30357394,30363573:30363621,30364600:30364663,30365097:30366281,30365104:30365226,30365609:30366720,30366053:30368818,30366059:30366142,30366703:30371700,30366704:30366951,30370765:30370906,30371981:30373520,30371991:30373505,30373082:30373147,30374223:30376799,30374915:30375177,30374918:30375205,30375559:30375786,30375562:30375575,30375569:30375724,30376037:30376159,30376542:30376656,30380941:30381114,30381409:30382861,30381803:30381983,30381833:30383838,30382730:30382740,30383450:30383553,30383451:30383475,30384240:30384516,30384775:30384853,30385342:30385421,30385661:30385824,30386173:30386307,30386179:30388426,30389671:30389909,30389681:30389813,30390233:30390328,30390824:30390963,30390866:30390943,30391462:30391700,30391467:30391608,30393090:30393411,30393097:30393371,30393098:30393304,30393140:30393277,30394258:30394337,30410949:30412248,30411465:30411508,30411997:30412008,30412939:3041295', 'assoc_mat': '30292100:pet_opaque:4200:30292168,30319679:pet_opaque:4200:30319777,30335480:pet_opaque:4200:30335596,30348435:pet_opaque:4200:30348563,30349654:pet_opaque:4200:30350953,30350775:pet_opaque:4200:30350873,30357342:pet_opaque:4200:30357394,30363573:pet_opaque:4200:30363621,30364600:pet_opaque:4200:30364663,30365097:pet_opaque:4200:30366281,30365104:pet_opaque:4200:30365226,30365609:pet_opaque:4200:30366720,30366053:pet_opaque:4200:30368818,30366059:pet_opaque:4200:30366142,30366703:pet_opaque:4200:30371700,30366704:pet_opaque:4200:30366951,30370765:pet_opaque:4200:30370906,30371981:pet_opaque:4200:30373520,30371991:pet_opaque:4200:30373505,30373082:pet_opaque:4200:30373147,30374223:pet_opaque:4200:30376799,30374915:pet_opaque:4200:30375177,30374918:pet_opaque:4200:30375205,30375559:pet_opaque:4200:30375786,30375562:pet_opaque:4200:30375575,30375569:pet_opaque:4200:30375724,30376037:pet_opaque:4200:30376159,30376542:pet_opaque:4200:30376656,30380941:pet_opaque:4200:30381114,30381409:pet_opaque:4200:30382861,3038'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012711138737969451, 'nb_photo': 153, 'list_port_cont': '30319768,30370890,30372954,30374582,30376120,30376616,30380705,30380794,30382782,30385407,30391728,30393416,30394347,30394437,30411528,30416416,30422247,30425088,30425612,30426206,30434096,30435313,30462089,30467424,30474455,30478692,30481967,30486855,30508545,30520503,30524530,30524731,30524944,30524965,30526849,30526883,30527160,30550224,30550399,30550444,30552551,30552890,30553320,30560132,30560438,30567930', 'assoc_port': '30319682:30319768,30370760:30370890,30372619:30372954,30374203:30374582,30375954:30376120,30376564:30376616,30380592:30380705,30380593:30380794,30382729:30382782,30385361:30385407,30391461:30391728,30393087:30394437,30393093:30393416,30394260:30394347,30411468:30411528,30416254:30416416,30422134:30422247,30423711:30425612,30424985:30425088,30426093:30426206,30433957:30434096,30435212:30435313,30461848:30462089,30466584:30467424,30474319:30474455,30474321:30478692,30481866:30481967,30484222:30508545,30486694:30486855,30520288:30526849,30520369:30520503,30521126:30527160,30521145:30526883,30521802:30524965,30522390:30524944,30522680:30524731,30523375:30524530,30534707:30560438,30534708:30553320,30535163:30560132,30535499:30552890,30536211:30552551,30544180:30567930,30547787:30550399,30549865:30550444,30549866:30550224', 'assoc_mat': '30319682:pet_opaque:4209:30319768,30370760:pet_opaque:4209:30370890,30372619:pet_opaque:4209:30372954,30374203:pet_opaque:4209:30374582,30375954:pet_opaque:4209:30376120,30376564:pet_opaque:4209:30376616,30380592:pet_opaque:4209:30380705,30380593:pet_opaque:4209:30380794,30382729:pet_opaque:4209:30382782,30385361:pet_opaque:4209:30385407,30391461:pet_opaque:4209:30391728,30393087:pet_opaque:4209:30394437,30393093:pet_opaque:4209:30393416,30394260:pet_opaque:4209:30394347,30411468:pet_opaque:4209:30411528,30416254:pet_opaque:4209:30416416,30422134:pet_opaque:4209:30422247,30423711:pet_opaque:4209:30425612,30424985:pet_opaque:4209:30425088,30426093:pet_opaque:4209:30426206,30433957:pet_opaque:4209:30434096,30435212:pet_opaque:4209:30435313,30461848:pet_opaque:4209:30462089,30466584:pet_opaque:4209:30467424,30474319:pet_opaque:4209:30474455,30474321:pet_opaque:4209:30478692,30481866:pet_opaque:4209:30481967,30484222:pet_opaque:4209:30508545,30486694:pet_opaque:4209:30486855,30520288:pet_opaque:4209:30526849,3052'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0038968344277976862, 'nb_photo': 5147, 'list_port_cont': '30292245,30303422,30317832,30348758,30349325,30349726,30350877,30350896,30356168,30363526,30363656,30364373,30364839,30365313,30365350,30365705,30366218,30367339,30368837,30370940,30371146,30372066,30372089,30372969,30372981,30373153,30374622,30375190,30375261,30375282,30375735,30376274,30376295,30381232,30381256,30381521,30382009,30382598,30382644,30383645,30383966,30385182,30385200,30385766,30385827,30386341,30386687,30390192,30390406,30391658,30391733,30391987,30392162,30392173,30393432,30393817,30393825,30394362,30411146,30411384,30411717,30411842,30412321,30412334,30414063,30414089,30414097,30414363,30414387,30415879,30415890,30416451,30416749,30416773,30417078,30417097,30417616,30417671,30423149,30423991,30424003,30424227,30424618,30425037,30425972,30426367,30426381,30426402,30427675,30427869,30427932,30428023,30428078,30428946,30430836,30433052,30433084,30434264,30434313,30434519,30435149,30435291,30437301,30438787,30438837,30439160,30439653,30439992,30457823,30458512,30459477,30462413,30463313,3046339', 'assoc_port': '30292101:30292245,30303218:30303422,30316903:30317832,30348411:30348758,30349261:30349325,30349657:30349726,30350765:30350896,30350788:30350877,30355866:30356168,30363348:30363526,30363570:30364839,30363572:30363656,30364123:30364373,30365099:30365350,30365102:30365313,30365604:30365705,30366052:30368837,30366056:30366218,30366701:30367339,30370771:30370940,30371014:30371146,30371982:30372089,30371987:30372066,30372600:30372981,30372624:30372969,30373083:30373153,30374243:30374622,30374894:30375282,30374953:30375261,30374960:30375190,30375560:30375735,30376012:30376295,30376033:30376274,30380936:30382598,30380940:30381256,30380947:30381232,30381412:30381521,30381805:30382009,30382512:30382644,30383446:30383645,30383771:30383966,30384239:30385766,30385070:30385200,30385072:30385182,30385663:30385827,30386175:30386341,30386610:30386687,30389675:30390192,30390230:30390406,30390821:30392162,30390846:30392173,30391459:30391733,30391468:30391658,30391874:30391987,30393094:30393825,30393096:30393432,30393139:3039381', 'assoc_mat': '30292101:pet_opaque:4211:30292245,30303218:pet_opaque:4211:30303422,30316903:pet_opaque:4211:30317832,30348411:pet_opaque:4211:30348758,30349261:pet_opaque:4211:30349325,30349657:pet_opaque:4211:30349726,30350765:pet_opaque:4211:30350896,30350788:pet_opaque:4211:30350877,30355866:pet_opaque:4211:30356168,30363348:pet_opaque:4211:30363526,30363570:pet_opaque:4211:30364839,30363572:pet_opaque:4211:30363656,30364123:pet_opaque:4211:30364373,30365099:pet_opaque:4211:30365350,30365102:pet_opaque:4211:30365313,30365604:pet_opaque:4211:30365705,30366052:pet_opaque:4211:30368837,30366056:pet_opaque:4211:30366218,30366701:pet_opaque:4211:30367339,30370771:pet_opaque:4211:30370940,30371014:pet_opaque:4211:30371146,30371982:pet_opaque:4211:30372089,30371987:pet_opaque:4211:30372066,30372600:pet_opaque:4211:30372981,30372624:pet_opaque:4211:30372969,30373083:pet_opaque:4211:30373153,30374243:pet_opaque:4211:30374622,30374894:pet_opaque:4211:30375282,30374953:pet_opaque:4211:30375261,30374960:pet_opaque:4211:30375190,3037'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007376554129930379, 'nb_photo': 1575, 'list_port_cont': '30289381,30290102,30290371,30291437,30291906,30293051,30293329,30294422,30300022,30300049,30300302,30300618,30301226,30301239,30301261,30301286,30301316,30302339,30302378,30302797,30302841,30302849,30303267,30303553,30303567,30303611,30303635,30304187,30305294,30307857,30307862,30310771,30311432,30314982,30315390,30316295,30316427,30316691,30317190,30317318,30317363,30317403,30317419,30317464,30317482,30317528,30317608,30317688,30317705,30317753,30317792,30317798,30317904,30318007,30318063,30318178,30318271,30318600,30318777,30318918,30318969,30319952,30320037,30320699,30320896,30321187,30321539,30322391,30322646,30322655,30322677,30327117,30327155,30327163,30327256,30327264,30327418,30327552,30327567,30327823,30333630,30333855,30334161,30334196,30334530,30334685,30334717,30334766,30335203,30335520,30335562,30336502,30337083,30337385,30337804,30346659,30346905,30347321,30348540,30348720,30363395,30364611,30365156,30366033,30370832,30370865,30370882,30372017,30374362,30375094,30376149,30376665,30376759,3037680', 'assoc_port': '30289300:30289381,30290042:30290102,30290351:30290371,30291287:30291437,30291902:30291906,30292864:30293051,30293214:30293329,30294223:30294422,30299944:30300049,30299945:30300022,30300247:30300302,30300542:30300618,30301102:30301316,30301104:30301286,30301161:30301226,30301180:30301239,30301181:30301261,30302179:30302378,30302182:30302339,30302714:30302849,30302752:30302841,30302753:30302797,30303220:30303267,30303518:30303635,30303520:30303567,30303525:30303611,30303527:30303553,30303948:30304187,30305289:30305294,30307822:30307862,30307824:30307857,30310712:30311432,30310719:30310771,30314901:30314982,30315256:30315390,30316216:30316427,30316218:30316295,30316573:30316691,30316861:30317403,30316862:30317482,30316867:30318063,30316872:30318271,30316875:30318178,30316883:30317904,30316886:30317792,30316889:30317798,30316892:30317753,30316895:30317688,30316900:30317705,30316905:30317608,30316908:30317528,30316912:30317464,30316917:30317419,30316918:30317363,30316921:30317318,30316930:30317190,30316936:3031877', 'assoc_mat': '30289300:plastique:3726:30289381,30290042:plastique:3726:30290102,30290351:plastique:3726:30290371,30291287:plastique:3726:30291437,30291902:plastique:3726:30291906,30292864:plastique:3726:30293051,30293214:plastique:3726:30293329,30294223:plastique:3726:30294422,30299944:plastique:3726:30300049,30299945:plastique:3726:30300022,30300247:plastique:3726:30300302,30300542:plastique:3726:30300618,30301102:plastique:3726:30301316,30301104:plastique:3726:30301286,30301161:plastique:3726:30301226,30301180:plastique:3726:30301239,30301181:plastique:3726:30301261,30302179:plastique:3726:30302378,30302182:plastique:3726:30302339,30302714:plastique:3726:30302849,30302752:plastique:3726:30302841,30302753:plastique:3726:30302797,30303220:plastique:3726:30303267,30303518:plastique:3726:30303635,30303520:plastique:3726:30303567,30303525:plastique:3726:30303611,30303527:plastique:3726:30303553,30303948:plastique:3726:30304187,30305289:plastique:3726:30305294,30307822:plastique:3726:30307862,30307824:plastique:3726:30307857,3'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009380386948763222, 'nb_photo': 2289, 'list_port_cont': '30289362,30289380,30289812,30290053,30290376,30291443,30291624,30293057,30294420,30300053,30300308,30300609,30301223,30302371,30302845,30303259,30303549,30303563,30303609,30304116,30304183,30304349,30305292,30307854,30311439,30314981,30315382,30316302,30316434,30316694,30316755,30317195,30317314,30317357,30317399,30317424,30317431,30317463,30317533,30317549,30317687,30317699,30317749,30317787,30317803,30317900,30318068,30318076,30318179,30318269,30318593,30318773,30318917,30318974,30318984,30318993,30320035,30320701,30320893,30321196,30321519,30322394,30322637,30322674,30327121,30327145,30327157,30327269,30327420,30327563,30327675,30333634,30333852,30334156,30334185,30334534,30334765,30335202,30335668,30336317,30337087,30337390,30337697,30337797,30337832,30346660,30346965,30347325,30348547,30348648,30348722,30363396,30364608,30365152,30366043,30370841,30370859,30370875,30372010,30374360,30375096,30376145,30376670,30376756,30376812,30380629,30381144,30382763,30382791,30386216,30389796,30390923,30392303,3039467', 'assoc_port': '30289300:30289380,30289301:30289362,30289773:30289812,30290047:30290053,30290351:30290376,30291287:30291443,30291611:30291624,30292864:30293057,30294223:30294420,30299944:30300053,30300247:30300308,30300542:30300609,30301180:30301223,30302179:30302371,30302752:30302845,30303220:30303259,30303520:30303563,30303525:30303609,30303527:30303549,30303945:30304116,30303948:30304183,30304346:30304349,30305289:30305292,30307824:30307854,30310712:30311439,30314901:30314981,30315256:30315382,30316216:30316434,30316218:30316302,30316572:30316755,30316573:30316694,30316861:30317399,30316867:30318068,30316872:30318269,30316875:30318179,30316879:30318076,30316883:30317900,30316886:30317787,30316889:30317803,30316892:30317749,30316895:30317687,30316900:30317699,30316907:30317549,30316908:30317533,30316912:30317463,30316914:30317431,30316917:30317424,30316918:30317357,30316921:30317314,30316930:30317195,30316936:30318773,30317931:30318974,30317951:30318917,30318374:30318593,30318963:30318993,30318964:30318984,30319874:3032003', 'assoc_mat': '30289300:Teint_Dans_La_Masse:3726:30289380,30289301:Teint_Dans_La_Masse:3726:30289362,30289773:Teint_Dans_La_Masse:3726:30289812,30290047:Teint_Dans_La_Masse:3726:30290053,30290351:Teint_Dans_La_Masse:3726:30290376,30291287:Teint_Dans_La_Masse:3726:30291443,30291611:Teint_Dans_La_Masse:3726:30291624,30292864:Teint_Dans_La_Masse:3726:30293057,30294223:Teint_Dans_La_Masse:3726:30294420,30299944:Teint_Dans_La_Masse:3726:30300053,30300247:Teint_Dans_La_Masse:3726:30300308,30300542:Teint_Dans_La_Masse:3726:30300609,30301180:Teint_Dans_La_Masse:3726:30301223,30302179:Teint_Dans_La_Masse:3726:30302371,30302752:Teint_Dans_La_Masse:3726:30302845,30303220:Teint_Dans_La_Masse:3726:30303259,30303520:Teint_Dans_La_Masse:3726:30303563,30303525:Teint_Dans_La_Masse:3726:30303609,30303527:Teint_Dans_La_Masse:3726:30303549,30303945:Teint_Dans_La_Masse:3726:30304116,30303948:Teint_Dans_La_Masse:3726:30304183,30304346:Teint_Dans_La_Masse:3726:30304349,30305289:Teint_Dans_La_Masse:3726:30305292,30307824:Teint_Dans_La_Masse:3726:3'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '30373146', 'assoc_port': '30373082:30373146', 'assoc_mat': '30373082:textiles_sanitaires:4200:30373146'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '30317934', 'assoc_port': '30316870:30317934', 'assoc_mat': '30316870:textiles_sanitaires:4209:30317934'}) select count(distinct mtr_photo_id) from MTRUser.mtr_portfolio_photos where mtr_portfolio_id in (select mtr_portfolio_id from MTRPhoto.dashboard_results where dashboard_run_id in(2919307,2926841,2943079,2944846,2901617,2945236,2903342,2903847,2904790,2905573,2906692,2907720,2908768,2909385,2910141,2911349,2912632,2915872,2921150,2926759,2923619,2924574,2926747,2926867,2927799,2928202,2931006,2934481)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496359, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302438,30317511,30317771,30317955,30318228,30319277,30322064,30333367,30335081,30337865,30348810,30349733,30355400,30356186,30362994,30364431,30364707,30364713,30365009,30365330,30365364,30365807,30366249,30366305,30366487,30367646,30371175,30372104,30372149,30372994,30374100,30374830,30375478,30375803,30376022,30376742,30379872,30381269,30381296,30381542,30382048,30382806,30383661,30383955,30384648,30384964,30385227,30385899,30386309,30386324,30386380,30386668,30389927,30390421,30390982,30391005,30391757,30391773,30392538,30393458,30393507,30393545,30394391,30411421,30411552,30412364,30414170,30414283,30415979,30415993,30416470,30417187,30417764,30422386,30423180,30424102,30424803,30424867,30426473,30426647,30428128,30429529,30430718,30433105,30434251,30434463,30434565,30437341,30437473,30438810,30439028,30439169,30439672,30440054,30458659,30459500,30461284,30462843,30464519,30464582,30464807,30467661,30468011,30468100,30470294,30470798,30470807,30474928,30474982,30475144,30482197,30482901,30485162,3048534 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496360, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30291992,30293474,30303679,30305343,30317026,30318686,30319836,30334541,30335300,30336428,30337160,30350630,30354008,30356199,30364444,30365850,30375817,30376128,30382002,30390388,30414052,30414118,30415905,30417142,30422405,30428049,30439806,30463284,30474683,30482132,30556982,30557479 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496361, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290369,30291446,30291625,30291913,30293047,30293330,30294421,30300046,30300299,30300587,30300617,30301222,30301233,30301270,30301318,30302342,30302369,30302840,30302852,30303550,30303560,30303641,30304184,30304350,30305297,30307865,30307905,30310777,30311436,30314975,30315386,30316299,30316754,30317321,30317368,30317430,30317459,30317536,30317607,30317639,30317695,30317706,30317750,30317793,30317801,30317899,30318171,30318267,30318771,30318911,30318975,30320046,30320706,30320886,30321525,30322390,30322648,30322664,30327148,30327161,30327253,30327260,30327419,30327572,30333637,30333862,30334533,30334713,30334758,30335560,30335666,30336321,30336501,30337086,30337389,30337701,30346658,30346696,30346904,30346960,30347322,30348651,30348724,30363393,30364605,30365147,30366037,30370833,30370862,30370873,30372020,30374358,30375092,30376151,30376666,30376763,30380630,30381140,30382753,30382784,30386223,30389795,30390928,30394675,30411023,30414314,30414340,30415729,30416627,30417049,30423933,30424501,30424549,3042457 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496362, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348807,30349741,30355398,30356174,30363005,30364421,30364702,30364719,30365018,30365334,30365366,30365809,30366248,30366292,30366494,30367637,30371180,30372098,30372142,30373004,30374097,30374824,30375475,30375810,30376029,30376734,30379876,30381263,30381287,30381297,30381533,30382051,30382802,30383669,30383945,30384647,30384976,30385217,30385895,30386316,30386334,30386384,30386674,30389919,30390423,30390991,30391001,30391748,30391763,30392544,30393459,30393513,30393532,30394393,30411423,30411548,30412370,30414165,30414286,30415983,30416003,30416473,30417191,30417765,30422388,30423177,30424091,30424806,30424865,30426463,30426638,30428131,30428925,30429541,30430725,30433103,30434248,30434465,30434561,30437352,30437475,30438811,30439021,30439168,30439514,30439662,30440049,30458671,30459498,30461285,30462842,30464521,30464574,30464799,30467665,30468014,30468098,30470287,30470789,30470811,30474916,30474972,30475143,30482195,30482898,30485163,30485337,30487509,30489145,30489152,30520700,30520715,30520748,3052465 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496363, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348706,30350506,30350586,30350841,30362661,30365294,30366166,30376096,30376787,30381956,30383874,30386284,30386614,30390300,30393652,30413356,30413974,30415850,30417507,30422308,30427541,30427912,30434146,30434166,30437193,30438733,30439765,30462186,30481970,30515385,30515528,30548488,30550632,30554470,30555321,30561151,30561816,30563500,30567243,30569989,30570642,30570766 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496364, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355515,30364399,30365287,30366321,30372217,30375486,30375510,30376420,30381556,30383688,30384875,30386371,30391018,30391311,30393742,30393795,30397105,30411402,30413049,30414423,30416519,30417269,30422458,30424747,30426495,30426584,30428244,30430627,30434538,30437850,30439186,30458851,30462869,30547918,30548149,30550480,30555926,30556383,30556554,30556877,30558135,30562767,30563356,30563962,30568139,30571492,30572008,30572451,30572551 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496365, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348582,30348608,30349704,30350462,30350848,30353027,30355909,30355936,30363431,30363624,30364265,30364340,30364393,30364617,30364686,30365197,30365265,30365629,30365631,30366191,30366760,30366858,30366952,30368803,30370852,30371403,30372816,30372894,30373094,30373450,30373771,30374465,30375067,30375614,30375695,30375713,30376068,30376637,30376831,30381082,30381105,30381169,30381971,30382562,30382571,30383536,30383860,30383894,30384359,30385029,30385391,30386202,30386227,30386631,30389747,30389807,30390282,30390957,30391623,30391936,30392069,30393254,30393284,30393355,30393384,30394297,30394321,30396981,30411050,30411302,30411476,30411489,30411802,30412228,30412283,30412301,30413922,30413997,30414550,30414592,30415713,30415788,30416338,30416371,30416649,30417030,30417581,30419093,30422210,30422222,30422839,30423017,30423062,30423910,30423923,30424478,30424569,30424588,30424635,30425026,30426132,30426232,30426283,30426353,30426924,30427773,30427943,30428816,30431365,30432979,30434082,30434138,30434222,3043478 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496366, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30334558,30338052,30357353,30363575,30364289,30372032,30376688,30382608,30383813,30394272,30412968,30413101,30416056,30423952,30426308,30427974,30428892,30434182,30435262,30436952,30439597,30457604,30459434,30520671,30530100,30531963,30548570,30550537,30559105,30560232,30570247 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496367, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302303,30302311,30317030,30317275,30335598,30348558,30350869,30350958,30357407,30363612,30364667,30365220,30366139,30366283,30366721,30366936,30368817,30370915,30371693,30373136,30373508,30373514,30375176,30375200,30375594,30375722,30375798,30376160,30376648,30376803,30381115,30381991,30382738,30382869,30383486,30383550,30383839,30384520,30384862,30385415,30385820,30386299,30388418,30389814,30389910,30390325,30390931,30390965,30391612,30391713,30393274,30393303,30393378,30393406,30394333,30411517,30412010,30412236,30412944,30413941,30414044,30414351,30414453,30415801,30416349,30416732,30417062,30417250,30417602,30422273,30422325,30423121,30423127,30424646,30424670,30426196,30426936,30427552,30427806,30427962,30428055,30428834,30429628,30430753,30433029,30434118,30434495,30434841,30435253,30436605,30437255,30437783,30438641,30439132,30439584,30439635,30457590,30457644,30457902,30462288,30463092,30464393,30464540,30464659,30469676,30469875,30471156,30471294,30474550,30474602,30479702,30482072,30482889,3048291 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496368, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303365,30309273,30334725,30335619,30346675,30370887,30371057,30372956,30374588,30376118,30376623,30380798,30382773,30390261,30391714,30393414,30394360,30394441,30411523,30416427,30422252,30425081,30425611,30434092,30435316,30462086,30467426,30486869,30508547,30520502,30524531,30524740,30524943,30524963,30526593,30526843,30527163,30548468,30550216,30550384,30551566,30552553,30552898,30553325,30560140,30560447,30567926 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496369, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289858,30290284,30290488,30290610,30291534,30291589,30291636,30291699,30291931,30291955,30292237,30292280,30293122,30294104,30294154,30294482,30294575,30302366,30302417,30303436,30303697,30304242,30304444,30305383,30307992,30308012,30308038,30308059,30311554,30312225,30315153,30315167,30315416,30315433,30316088,30316119,30316131,30316446,30316728,30316761,30317175,30317217,30317309,30317554,30317655,30317827,30317856,30317866,30317879,30318028,30318060,30318137,30318157,30318200,30318239,30318283,30318295,30318705,30319109,30319130,30319167,30319817,30320213,30320948,30321216,30321220,30321307,30321728,30321924,30322048,30322453,30322525,30322697,30322887,30322909,30327141,30327241,30327273,30327368,30327491,30327519,30327588,30327660,30329872,30333288,30333295,30333322,30333912,30333928,30334302,30334596,30334601,30334790,30335297,30335342,30336559,30337064,30337125,30337446,30337787,30337822,30337844,30346430,30346766,30346769,30347064,30347435,30348755,30349320,30349712,30350881,30350895,30356167,3036350 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496370, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302440,30317967,30319575,30335083,30336572,30337471,30346440,30348817,30349736,30355403,30356185,30362995,30364420,30364709,30364715,30365006,30365338,30365371,30365801,30366260,30366302,30366493,30367647,30371174,30372151,30373005,30374110,30374835,30375483,30376020,30376744,30379882,30381260,30381283,30381300,30381544,30382043,30382809,30383672,30383957,30384660,30384965,30385223,30385898,30386319,30386329,30386373,30386670,30389922,30390428,30390986,30391003,30391756,30391769,30392546,30393506,30393534,30394387,30411429,30411558,30412371,30414161,30414277,30415985,30415999,30416472,30417195,30417760,30422384,30423170,30424096,30424812,30424866,30426466,30426635,30428123,30428926,30429539,30430719,30433114,30434466,30434568,30437349,30437470,30438814,30439031,30439170,30439669,30440062,30458662,30459497,30461281,30462851,30464524,30464576,30464805,30467669,30468001,30468092,30470293,30470795,30474919,30474983,30475145,30482200,30482895,30485173,30485341,30487506,30489141,30489159,30520721,30520742,3052504 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496371, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348718,30350509,30350588,30350837,30362655,30365304,30366173,30376103,30376776,30383887,30386276,30386629,30390292,30393639,30413357,30413964,30415860,30417508,30422309,30427528,30427913,30434141,30434165,30437195,30438726,30439754,30462182,30481972,30515386,30515527,30548493,30550627,30554456,30555324,30561149,30561815,30563509,30567248,30569992,30570645,30570770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496372, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355513,30364408,30365274,30366308,30372221,30375492,30375514,30376421,30381558,30383687,30384879,30386357,30391020,30391300,30393734,30393785,30397100,30411409,30413052,30414436,30416523,30417277,30422469,30424752,30426504,30426588,30428245,30430642,30434536,30437860,30439194,30458842,30462870,30547916,30548152,30550477,30555935,30556376,30556549,30556881,30558134,30562765,30563355,30563972,30568138,30571491,30572014,30572460,30572561 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496373, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303542,30335509,30338293,30348577,30348599,30349694,30350466,30350522,30353032,30355910,30355926,30357379,30363443,30363625,30364255,30364341,30364397,30364626,30364694,30365189,30365262,30365632,30366200,30366762,30366849,30366954,30368804,30370815,30370856,30371405,30372002,30372449,30372901,30373093,30373457,30373763,30374326,30374338,30374457,30375055,30375073,30375615,30375691,30376047,30376069,30376078,30376644,30376832,30376993,30381098,30381171,30381898,30381942,30381975,30383527,30383599,30383866,30383891,30384358,30385028,30385393,30386052,30386200,30386232,30386644,30389738,30389806,30390284,30390319,30390961,30391613,30391645,30391931,30392080,30393252,30393296,30393352,30393392,30394315,30396973,30411046,30411304,30411474,30411492,30411806,30412217,30412298,30413915,30413954,30413998,30414012,30414537,30414590,30415708,30415733,30415785,30416341,30416640,30417026,30417579,30419098,30422205,30422840,30423016,30423073,30423908,30423920,30424485,30424558,30424589,30424625,30425021,30426134,3042621 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496374, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303399,30303653,30304201,30305318,30307929,30315120,30316014,30316069,30316403,30317239,30317349,30317475,30317596,30317726,30317971,30318106,30319085,30320102,30320904,30321262,30322477,30327207,30327290,30327335,30333333,30333560,30334264,30334550,30335040,30337128,30338048,30346705,30347400,30348624,30348671,30357345,30363589,30364294,30364632,30365233,30365662,30367043,30371059,30372027,30372783,30372922,30374473,30375104,30375647,30375753,30376197,30376679,30376841,30381124,30382606,30383557,30383814,30383921,30384407,30385156,30386256,30389768,30389870,30390368,30391674,30393317,30394269,30394725,30411889,30412965,30413103,30415763,30415827,30416066,30416703,30417117,30417630,30422357,30423943,30425049,30425387,30426235,30426315,30426960,30427882,30427987,30428888,30432913,30434177,30435255,30436828,30436966,30437259,30437738,30438669,30439601,30439774,30457598,30459419,30462152,30463111,30464404,30467365,30467417,30467524,30469699,30474491,30520562,30520619,30520673,30524561,30524841,30525678,3052575 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496375, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30292166,30302302,30303599,30317028,30317264,30317395,30319774,30333821,30334753,30335600,30348557,30350863,30350949,30357405,30363610,30364664,30365222,30366147,30366287,30366715,30366941,30368823,30370912,30371699,30373142,30373503,30373523,30375175,30375203,30375718,30375796,30376158,30376649,30376801,30381108,30381982,30382739,30382874,30383471,30383544,30383835,30384512,30384861,30385418,30385822,30386304,30389827,30389903,30390335,30390934,30390964,30391599,30391710,30393272,30393302,30393376,30393407,30394341,30411516,30412012,30412242,30412949,30413931,30414036,30414353,30414447,30415809,30416357,30416729,30417065,30417245,30417598,30422278,30422335,30423110,30423134,30424639,30424672,30426187,30426948,30427559,30427809,30427959,30428057,30428836,30429615,30430759,30433024,30434122,30434496,30434835,30435249,30436602,30437248,30437776,30438638,30439130,30439570,30439631,30457580,30457645,30457905,30462286,30463094,30464398,30464539,30464671,30469689,30469880,30471155,30471297,30474554,30474591,3047970 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496376, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290389,30290406,30292197,30292211,30294337,30301184,30301300,30302325,30302391,30303574,30304311,30307870,30315408,30316042,30316262,30316783,30317289,30317332,30317441,30317583,30317681,30317933,30319771,30319795,30321283,30321500,30322384,30322687,30322730,30333171,30333222,30334175,30334210,30334286,30334421,30334732,30335585,30335618,30336491,30337105,30337435,30337718,30338041,30339370,30346676,30346931,30369870,30371049,30372943,30374589,30376111,30376612,30380708,30380790,30381911,30382781,30385402,30390263,30391723,30393424,30394351,30394438,30411535,30425093,30425607,30426212,30434102,30435320,30462082,30467431,30474456,30481989,30486854,30520511,30524744,30524830,30524955,30524973,30525746,30525968,30526384,30526452,30526842,30526884,30527156,30548477,30550388,30550435,30551560,30552549,30552891,30560131 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496377, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289867,30290286,30290494,30290612,30291550,30291579,30291639,30291700,30291924,30291956,30292240,30292279,30293123,30294090,30294162,30294489,30294582,30302364,30302410,30303430,30303620,30303694,30304233,30304400,30304433,30305386,30307897,30307979,30308011,30308032,30308045,30311287,30312216,30315148,30315175,30315414,30315443,30316096,30316117,30316126,30316452,30316742,30316762,30317171,30317216,30317300,30317565,30317656,30317835,30317848,30317865,30317880,30318044,30318048,30318133,30318166,30318212,30318232,30318288,30318305,30318712,30319116,30319140,30319158,30320085,30320219,30320935,30321209,30321303,30321729,30321923,30322054,30322456,30322520,30322709,30322891,30322901,30327139,30327244,30327275,30327366,30327488,30327517,30327644,30329867,30333282,30333302,30333309,30333613,30333900,30333917,30334309,30334591,30334616,30334783,30334793,30335292,30335336,30336553,30337073,30337120,30337447,30337788,30337815,30337838,30346424,30346768,30346770,30347057,30347439,30348759,30349326,30349717,3035088 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496378, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30327380,30337859,30348815,30349737,30355404,30356179,30363004,30364428,30364708,30364724,30365007,30365327,30365372,30365806,30366252,30366295,30366495,30367648,30371178,30372099,30372150,30372995,30374101,30374832,30375474,30375804,30376021,30376735,30379884,30381266,30381274,30381292,30381538,30382056,30382801,30383660,30383951,30384659,30384967,30385214,30385888,30386321,30386333,30386376,30386675,30389929,30390424,30390984,30390997,30391752,30391762,30392540,30393448,30393514,30393533,30394388,30411420,30411553,30412372,30414171,30414276,30415973,30415992,30416468,30417194,30417772,30422389,30423171,30424103,30424815,30424869,30426468,30426644,30428130,30428928,30429526,30430723,30433104,30434256,30434462,30434560,30437353,30437471,30438815,30439025,30439175,30439518,30439673,30440053,30458661,30459499,30461286,30462841,30464517,30464573,30464806,30467660,30468012,30468096,30470300,30470796,30470814,30474926,30474979,30475132,30482201,30482896,30485166,30485349,30487516,30489137,30489154,30520696,3052071 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496379, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30291991,30293480,30294108,30302404,30303676,30304197,30305347,30317027,30318681,30319831,30334545,30335303,30336420,30337167,30348692,30350634,30354012,30356193,30364435,30365842,30371091,30375821,30376123,30382000,30382032,30385451,30390395,30414055,30414113,30415902,30417148,30422404,30428041,30433486,30439810,30463287,30474676,30482126,30550827,30556985,30557475 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496380, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289818,30290069,30290370,30300030,30300054,30300305,30300612,30301731,30302289,30302846,30303603,30307855,30317187,30322631,30327262,30327828,30334157,30335016,30335205,30335664,30346701,30348548,30348649,30363394,30364607,30365151,30366035,30370836,30370866,30370874,30372015,30374356,30375093,30376135,30376662,30376764,30376813,30381145,30382752,30382788,30386213,30389786,30390927,30392305,30394677,30411021,30414310,30414346,30415724,30417045,30423931,30424507,30424554,30424580,30427378,30432921,30433070,30435102,30435115,30435152,30437231,30438593,30439447,30439747,30460978,30463812,30467272,30467351,30467649,30469623,30474405,30474474,30474650,30474666,30484556,30520383,30520425,30521623,30525510,30525600,30526248,30528518,30528597,30530708,30531038,30531553,30531899,30548280,30548454,30550110,30550348,30552398,30552447,30553963,30555563,30555815,30556935,30557414,30557716,30558014 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496381, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289350,30289356,30289387,30289819,30290057,30290065,30290092,30290358,30290368,30291444,30291614,30291905,30293056,30293331,30293897,30294419,30300029,30300051,30300303,30300619,30301229,30301321,30302281,30302349,30302374,30302848,30303261,30303552,30303559,30303601,30304112,30304355,30307850,30307912,30310775,30314979,30315383,30316296,30316428,30316697,30316753,30316997,30317191,30317316,30317360,30317401,30317415,30317432,30317456,30317491,30317530,30317542,30317611,30317634,30317689,30317700,30317743,30317796,30317897,30317911,30318004,30318069,30318084,30318180,30318272,30318601,30318775,30318919,30318967,30318988,30318997,30319961,30320042,30320700,30320894,30321191,30321527,30322395,30322633,30322654,30327154,30327162,30327247,30327422,30327562,30327676,30327827,30333628,30333859,30334162,30334180,30334203,30334526,30334724,30334760,30335022,30335209,30335512,30335658,30336319,30336496,30337092,30337391,30337696,30337805,30337824,30346653,30346700,30346969,30347323,30348539,30348723,30363388,3036461 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496382, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289823,30290062,30290374,30293055,30293327,30300307,30300614,30303610,30307852,30315387,30316751,30317186,30317317,30317701,30317754,30317788,30317912,30318597,30318991,30320703,30321523,30322400,30327826,30334155,30334722,30335026,30335663,30346397,30346695,30346970,30348550,30363392,30364609,30365154,30366039,30370839,30370867,30370880,30372009,30374354,30375088,30376137,30376661,30376758,30376810,30380631,30381149,30382759,30382790,30386219,30389794,30390920,30392307,30394683,30411028,30414311,30414336,30415728,30416637,30417043,30423942,30424498,30424552,30424574,30427381,30432918,30433063,30435111,30435123,30435159,30437237,30438606,30439449,30439739,30460976,30463811,30467273,30467347,30467652,30469615,30474402,30474475,30474664,30484551,30520378,30520430,30521615,30525505,30525607,30526243,30527147,30527257,30528517,30528596,30529121,30529823,30530711,30531036,30531546,30531893,30548277,30548462,30550114,30550352,30552395,30552440,30553960,30555557,30555808,30556937,30557416,30557726,30558016 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496383, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30362658,30365300,30366161,30376092,30376784,30381951,30383882,30386289,30386615,30390291,30393641,30413344,30413972,30415856,30417498,30422307,30427534,30427920,30434144,30434163,30437192,30438732,30439758,30462189,30481966,30515379,30515537,30548486,30550636,30554462,30555326,30561811,30567245,30569987,30570632,30570759 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496384, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355508,30364403,30365276,30366313,30372225,30375490,30375508,30376411,30381557,30383693,30384887,30386359,30391013,30391310,30393733,30393798,30411404,30413043,30414433,30416522,30417266,30422462,30424743,30426502,30426585,30428247,30430632,30434545,30437857,30439197,30458846,30462871,30547914,30548142,30550466,30555937,30556382,30556550,30556878,30558133,30562770,30563362,30563966,30568143,30571493,30572010,30572455,30572566 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496385, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348597,30349700,30350461,30350850,30353025,30355924,30363444,30364239,30364344,30364398,30364691,30365208,30366194,30366773,30366860,30366965,30368802,30371994,30375694,30376642,30376818,30381175,30383531,30383594,30383902,30385040,30386241,30386872,30389803,30390956,30392068,30394296,30411048,30412226,30412294,30414542,30417036,30422208,30424489,30424565,30424634,30425014,30426147,30426277,30426301,30426344,30427824,30428014,30428850,30429352,30434789,30437711,30437722,30438939,30439532,30439563,30440149,30458249,30459363,30459408,30462012,30464380,30469639,30469777,30471249,30486359,30525586,30526260,30526432,30526792,30527121,30527445,30528052,30528454,30529142,30529789,30530591,30531475,30531786,30548202,30548921,30550158,30550322,30550505,30550702,30550713,30550781,30550797,30550980,30562713,30562877,30563301,30563617,30565831,30566503,30567104,30567805,30567829,30567920,30568005,30568381 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496386, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303400,30320108,30327324,30334253,30334557,30364638,30365210,30375098,30386244,30428893,30438671,30520623,30527198,30528987,30568034 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496387, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30317387,30348560,30350859,30350959,30357393,30363617,30366154,30366280,30366946,30368828,30370910,30371689,30373137,30373498,30373526,30375727,30375790,30376156,30376802,30381123,30382748,30382864,30383837,30385425,30386294,30388422,30390338,30390936,30390976,30391597,30391708,30393413,30412009,30413936,30414030,30414339,30416354,30417257,30417590,30422280,30422329,30424669,30426946,30427558,30427968,30428065,30428842,30434107,30436595,30437257,30438637,30439125,30439582,30439628,30457648,30463096,30469684,30469872,30471149,30474558,30479699,30482078,30482923,30484709,30486025,30488934,30524589,30524863,30525646,30526221,30526822,30527524,30527948,30528485,30528750,30528963,30529060,30529638,30529754,30531096,30531621,30531909,30548184,30548609,30548621,30548821,30550279,30551189,30554628,30555003,30555487,30555774,30556659,30556689,30556788,30557786,30558486,30558885,30560716 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496388, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290391,30302336,30304305,30316784,30317578,30319767,30322679,30334177,30335615,30370894,30371046,30372947,30376113,30376621,30380796,30382775,30385413,30391720,30393426,30394350,30394444,30411534,30416413,30422249,30425604,30426214,30434090,30462090,30467438,30478685,30486859,30508540,30524529,30524732,30524968,30526455,30548466,30550218,30550390,30550441,30552893,30553315,30560141,30567927 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496389, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289855,30290484,30291546,30291691,30291921,30291963,30292231,30293114,30294159,30302413,30303701,30304241,30304399,30304443,30305392,30311273,30315150,30315412,30316129,30317170,30317229,30317306,30317552,30317645,30317834,30317843,30317881,30318040,30318057,30318151,30318199,30318238,30318274,30318718,30319124,30319135,30319156,30320939,30321301,30321739,30322051,30322468,30322878,30322904,30327286,30327354,30327482,30327527,30327592,30333905,30334313,30334613,30334799,30335332,30336547,30337444,30337779,30337849,30346415,30346757,30348753,30349328,30349718,30350876,30350901,30356171,30363528,30363668,30364368,30364850,30365324,30365355,30365711,30366215,30367333,30368852,30370934,30371149,30372061,30372088,30372960,30372983,30373162,30374630,30375198,30375265,30375279,30375736,30376270,30376288,30381228,30381246,30381514,30382014,30382583,30382652,30383648,30383968,30385190,30385197,30385763,30385829,30386338,30386683,30390181,30390402,30391656,30391731,30391983,30392153,30392169,30393442,30393815,3039382 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496390, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348711,30350515,30350583,30350828,30362668,30365298,30366162,30376095,30376773,30381958,30383889,30386275,30386617,30390295,30393644,30413350,30413968,30415862,30417504,30422313,30427531,30427918,30434154,30434171,30437194,30438734,30439760,30462188,30481992,30515374,30515534,30548497,30550631,30554457,30555334,30561145,30561818,30563501,30567250,30569993,30570638,30570767 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496391, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355512,30364412,30365273,30366310,30372223,30375498,30375511,30376414,30381566,30383692,30384878,30386369,30391021,30391301,30393740,30393790,30397104,30411406,30413037,30414435,30416531,30417270,30422454,30424748,30426503,30426580,30428238,30430628,30434549,30437863,30439183,30458840,30462873,30547910,30548143,30550481,30555929,30556379,30556560,30556873,30558140,30562766,30563359,30563964,30568132,30571495,30572016,30572452,30572559 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496392, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348598,30348614,30349706,30350455,30350853,30353035,30355917,30355930,30357387,30363441,30363629,30364246,30364259,30364334,30364392,30364625,30364695,30365201,30365270,30365615,30365646,30366206,30366769,30366851,30366958,30368810,30370827,30372817,30373445,30374327,30375077,30375619,30375709,30376053,30376059,30376634,30376821,30376977,30381099,30381179,30381939,30381969,30382563,30383600,30385390,30386181,30386238,30386642,30389800,30390280,30390316,30390950,30391617,30391631,30391935,30392070,30393263,30393291,30393360,30393389,30394310,30394325,30396978,30411052,30411809,30412277,30412299,30413994,30414598,30415717,30416342,30416362,30417029,30417185,30419095,30422223,30422846,30423064,30423907,30423917,30424632,30426138,30426228,30426299,30426343,30426922,30427777,30428010,30428858,30429353,30431361,30434078,30437226,30437703,30437731,30438654,30439724,30439979,30440136,30441606,30457354,30459406,30462016,30462209,30463001,30464368,30464465,30465281,30467242,30467326,30470621,30470720,30471246,3047437 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496393, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30320111,30348659,30357357,30364292,30364642,30365223,30367053,30371073,30372036,30372779,30374476,30376676,30381133,30382613,30383558,30383916,30389767,30389879,30390361,30391681,30393323,30394276,30411900,30413098,30417629,30423955,30425388,30426248,30426314,30427884,30427988,30434178,30436948,30437743,30438684,30439587,30439775,30457607,30462154,30463115,30464413,30467509,30520625,30524562,30524847,30525683,30525772,30526397,30527204,30529269,30529848,30529984,30530112,30530678,30530851,30530946,30531156,30531965,30548375,30548579,30550302,30550401,30550535,30551018,30551242,30559114,30559206,30560235,30560620,30561012,30568027,30570241 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496394, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348561,30350870,30350955,30357392,30363608,30364674,30365230,30366144,30366286,30366711,30366948,30368819,30370908,30371701,30373135,30373509,30373524,30375166,30375213,30375725,30375785,30376138,30376658,30376795,30381117,30381990,30382745,30382868,30383479,30383555,30383827,30384517,30384860,30385428,30385815,30386295,30388424,30389826,30389905,30390330,30390942,30390977,30391610,30391699,30393280,30393370,30393399,30394335,30411514,30412013,30412238,30412952,30413930,30414039,30414337,30414459,30415798,30416360,30416737,30417067,30417255,30417599,30422276,30422328,30423115,30423123,30424647,30424660,30426198,30426947,30427544,30427813,30427973,30428064,30428829,30429630,30430747,30433036,30434114,30434491,30434837,30435242,30436596,30437243,30437775,30438643,30439138,30439569,30439634,30457582,30457654,30457899,30462287,30463097,30464395,30464536,30464661,30469675,30469881,30471157,30471289,30474557,30474597,30479704,30482075,30482880,30482920,30484698,30484841,30486018,30488929,30520519,30520592,3052459 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496395, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348528,30370888,30371053,30372957,30374593,30376115,30376622,30380709,30380793,30381917,30382771,30385411,30390272,30391725,30393429,30394354,30394434,30411533,30416415,30422248,30425096,30425606,30426209,30434094,30435322,30462083,30467430,30474450,30478675,30481973,30486857,30508550,30520500,30524535,30524737,30524952,30524974,30526583,30526846,30526875,30527159,30548478,30550236,30550395,30550440,30551562,30552555,30552895,30553324,30560128,30560437,30567928 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496396, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348747,30349327,30349723,30350882,30350897,30356160,30363504,30363659,30364380,30364841,30365314,30365341,30365712,30366214,30367338,30368843,30370933,30371150,30372063,30372090,30372965,30372992,30373151,30374618,30375186,30375251,30375269,30375746,30376271,30376290,30381234,30381251,30381513,30382017,30382594,30382643,30383657,30383962,30385179,30385205,30385767,30385828,30386348,30386695,30390191,30390409,30391664,30391740,30391997,30392158,30392175,30393436,30393810,30393826,30394370,30411133,30411383,30411713,30411834,30412319,30412332,30414073,30414088,30414098,30414368,30414384,30415863,30415898,30416457,30416751,30416769,30417089,30417096,30417604,30417664,30423160,30423986,30424008,30424225,30424607,30425044,30425976,30426369,30426390,30426404,30427686,30427864,30427930,30428037,30428085,30428936,30430826,30433050,30433089,30434268,30434326,30434524,30435144,30435307,30437299,30438798,30438844,30439154,30439638,30439999,30457817,30458514,30459488,30462410,30463323,30463403,30464501,30469828,3047003 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496397, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348813,30349735,30355401,30356176,30363002,30364423,30364712,30364718,30365016,30365331,30365359,30365804,30366259,30366296,30366499,30367639,30371176,30372103,30372146,30372996,30374106,30374833,30375473,30376733,30379878,30381261,30381279,30381298,30381545,30382810,30383959,30384651,30384975,30385225,30385892,30386320,30386325,30386386,30390425,30390983,30391000,30391758,30391774,30393455,30393517,30393542,30394385,30411425,30411550,30412363,30414167,30414284,30415977,30416004,30416475,30417188,30417771,30423178,30424813,30424874,30426461,30426643,30428125,30430721,30433106,30437340,30437465,30438816,30439670,30440055,30459494,30462847,30464516,30464579,30468006,30470793,30474927,30474984,30475136,30482894,30485168,30485338,30487505,30489151,30520743,30524648,30525047,30525088,30525811,30525882,30526657,30526749,30526769,30526974,30530569,30530650,30531219,30532088,30548409,30550896,30551546,30553703,30555464,30557150,30557285,30559671,30559685,30559889,30560154,30560566,30560676,30561193,30561370,3056164 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496398, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348716,30350518,30350585,30350833,30362657,30365296,30366170,30376097,30376783,30381953,30383885,30386283,30386623,30393645,30413342,30413975,30415854,30417509,30422316,30427530,30427907,30434164,30438729,30439750,30462180,30481993,30515384,30515525,30548492,30550624,30554459,30555331,30561142,30561819,30563504,30567249,30569997,30570634,30570761 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496399, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355518,30364402,30365278,30366309,30372219,30375485,30375505,30376410,30381567,30383698,30384886,30386372,30391014,30391302,30393737,30393787,30397106,30411416,30413045,30414425,30416520,30417271,30422459,30424753,30426491,30426586,30428240,30430638,30434546,30437864,30439198,30458843,30462883,30547919,30548151,30550467,30555927,30556388,30556563,30556875,30558144,30562768,30563347,30563973,30568145,30571499,30572007,30572462,30572553 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496400, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303543,30335499,30348568,30348595,30348609,30349708,30350464,30350524,30353033,30355918,30355935,30357383,30363445,30363635,30364244,30364264,30364345,30364389,30364618,30364685,30365207,30365258,30365619,30365644,30366205,30366767,30366850,30366959,30368796,30370818,30370846,30371400,30372814,30372900,30373101,30373458,30373769,30374325,30374339,30374969,30375076,30375607,30375690,30375705,30376046,30376067,30376086,30376583,30376632,30376984,30381089,30381104,30381895,30381940,30381960,30382551,30382569,30383534,30383598,30383869,30383901,30384356,30385027,30385386,30386044,30386081,30386195,30386198,30386237,30386633,30386651,30386715,30386877,30389804,30390289,30390309,30390960,30391614,30391636,30391941,30392079,30393256,30393286,30393349,30393393,30394305,30394324,30396980,30411037,30411299,30411473,30411500,30412224,30412303,30413921,30413945,30413996,30414587,30415738,30415782,30416330,30416361,30416642,30417031,30417180,30417582,30419104,30420215,30422232,30422848,30423019,30423903,30423924,3042448 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496401, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303403,30303655,30304200,30305307,30307937,30315128,30316013,30316057,30316402,30317237,30317345,30317470,30317593,30317725,30317984,30318100,30319091,30320105,30320910,30321250,30322484,30327204,30327300,30327337,30333327,30333566,30334255,30334556,30335029,30337139,30338057,30346720,30347413,30348616,30348661,30357344,30363590,30364287,30364640,30365221,30365656,30367055,30371074,30372029,30372775,30372909,30374477,30375102,30375640,30375754,30376205,30376687,30376843,30381134,30382601,30383564,30383824,30383919,30384425,30385158,30386245,30389764,30389876,30390366,30391678,30393319,30394278,30394740,30411894,30412962,30413099,30415760,30415816,30416068,30416702,30417110,30417637,30422353,30423944,30425060,30425389,30426236,30426312,30426953,30427879,30427982,30428881,30432911,30434180,30435258,30436822,30436970,30437272,30437749,30438672,30439590,30439781,30457612,30459422,30462158,30463118,30464407,30467363,30467423,30467517,30469692,30474501,30520558,30520614,30520664,30524557,30524839,30525670,3052576 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496402, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302296,30302314,30303586,30304099,30307828,30317268,30317406,30319784,30334136,30334751,30335589,30348555,30350866,30350944,30357400,30363623,30364671,30365232,30366151,30366274,30366719,30366944,30368821,30370916,30371696,30373145,30373496,30373521,30375181,30375211,30375600,30375728,30375789,30376150,30376660,30376789,30381121,30381977,30382742,30382862,30383473,30383541,30383831,30384508,30384865,30385426,30385809,30386306,30388427,30389821,30389904,30390329,30390937,30390973,30391606,30391701,30393273,30393314,30393373,30393400,30394328,30411504,30412005,30412243,30412948,30413929,30414045,30414352,30414450,30415808,30416353,30416733,30417063,30417244,30417589,30422279,30422338,30423113,30423129,30424648,30424658,30426197,30426945,30427554,30427812,30427972,30428068,30428831,30429616,30430746,30433025,30434120,30434494,30434829,30435247,30436603,30437244,30437778,30438651,30439135,30439572,30439636,30457587,30457643,30457900,30462296,30463095,30464391,30464533,30464669,30469681,30469879,30471153,3047128 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496403, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290383,30292187,30292200,30301298,30302382,30302822,30302862,30304167,30316778,30317568,30317682,30317939,30319758,30322386,30322689,30322725,30333170,30333224,30334176,30334283,30335612,30336478,30337430,30338026,30369869,30370896,30376110,30380792,30390266,30391722,30394445,30416423,30422240,30425095,30426200,30434095,30435309,30462095,30467437,30478678,30481965,30524733,30524831,30524970,30525711,30526592,30526881,30548481,30551558,30552894,30560135 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496404, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289861,30290296,30290492,30290614,30291540,30291588,30291628,30291689,30291933,30291962,30292241,30292282,30293073,30293110,30294089,30294153,30294480,30294569,30302352,30302415,30303423,30303624,30303700,30304234,30304402,30304445,30305387,30307895,30307980,30308023,30308029,30308047,30311278,30311563,30312221,30315152,30315166,30315418,30315436,30316099,30316116,30316135,30316454,30316727,30316763,30317185,30317230,30317302,30317564,30317641,30317840,30317847,30317864,30317882,30318034,30318054,30318147,30318162,30318198,30318201,30318241,30318289,30318304,30318710,30319119,30319128,30319151,30319813,30320083,30320220,30320937,30321214,30321230,30321300,30321731,30321929,30322046,30322460,30322521,30322712,30322880,30322905,30327137,30327231,30327274,30327355,30327494,30327531,30327589,30327658,30329861,30333280,30333297,30333324,30333600,30333907,30333922,30334315,30334588,30334615,30334784,30334789,30335286,30335339,30336544,30337080,30337112,30337441,30337793,30337818,30337851,30346425,30346762,3034678 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30582822, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348703,30563515,30567244 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496405, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30381561,30437853,30558143 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496406, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30350525,30375692,30376063,30376080,30382566,30394301,30411494,30427838,30434210,30437713,30462009,30486354,30526796,30527177,30527734,30530257,30531476,30550172,30550483,30550778,30551140,30562711,30563461,30564915,30566986,30569186 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30582823, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30320103,30334257,30334551,30335039,30338051,30375107,30389866,30551014 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496407, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30335602,30364673,30370913,30373138,30375201,30381111,30383484,30383836,30385819,30386296,30389822,30390941,30434109 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30582824, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290397,30321501,30369873,30390258 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496408, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290095,30290377,30291914,30293054,30293889,30294426,30300055,30300616,30303605,30307846,30314984,30317313,30317465,30317690,30317710,30317752,30317902,30318086,30318264,30318976,30318981,30318999,30319958,30320702,30320897,30322393,30327149,30327820,30333858,30334160,30334531,30334684,30334718,30335669,30336500,30346392,30346698,30346963,30348543,30363386,30364604,30365146,30366044,30370838,30370863,30370872,30372016,30374357,30375091,30376141,30376672,30376765,30376817,30380633,30381147,30382756,30382787,30386215,30389785,30390917,30392306,30394684,30411029,30414313,30414330,30415720,30416630,30417042,30423938,30424504,30424548,30424582,30427383,30432926,30433068,30435109,30435117,30435162,30437235,30438608,30439438,30439744,30460983,30463818,30467263,30467345,30467650,30469625,30474395,30474478,30474640,30474660,30484549,30520379,30520426,30521620,30525512,30525610,30526240,30527143,30527255,30528519,30529117,30529821,30529973,30530581,30530707,30531042,30531548,30531895,30548274,30548464,30550113,3055035 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496409, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30394366,30427674,30428944,30438846,30469836,30487421 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496410, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30350836,30362667,30365299,30366158,30376090,30376774,30381946,30383879,30386282,30386620,30393642,30413351,30415848,30417497,30422310,30427542,30427916,30434170,30437206,30438728,30439763,30462194,30481988,30515383,30515529,30548495,30550623,30554466,30555325,30561147,30561813,30563506,30567239,30569984,30570643,30570760 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496411, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355516,30364414,30365288,30366314,30372222,30375496,30375512,30376424,30381568,30383700,30384877,30386361,30391025,30391303,30393743,30411414,30413044,30414434,30416532,30417278,30422460,30424755,30426498,30426582,30428251,30430637,30434540,30437862,30439189,30458847,30462878,30547915,30548147,30550473,30555931,30556380,30556556,30556876,30558141,30562771,30563350,30563967,30568135,30571496,30572003,30572458,30572565 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496412, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303532,30335503,30338292,30348574,30348602,30349699,30355937,30364258,30364347,30364383,30364616,30364679,30365623,30366192,30366859,30366960,30368806,30370821,30370843,30372892,30374328,30376043,30376054,30376633,30381079,30381101,30381904,30382564,30382568,30383602,30386039,30386634,30386704,30386886,30389739,30391625,30392083,30393255,30393363,30393390,30394308,30394311,30411477,30411497,30415731,30417033,30417574,30422206,30424483,30424636,30425025,30426341,30427957,30428852,30432966,30434218,30434772,30434774,30438687,30439530,30439565,30439732,30439959,30459354,30459405,30462205,30464469,30470941,30471248,30473947,30474367,30484447,30486347,30520612,30524489,30525477,30525592,30526719,30526787,30527438,30527803,30528046,30528106,30528376,30528712,30529043,30529238,30529701,30529788,30530744,30548207,30548436,30548922,30550311,30550465,30550486,30550503,30550703,30550717,30550884,30551154,30551212,30555848,30562710,30563297,30563605,30566502,30567925,30568012,30568498,30571983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496413, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30307941,30346708,30348623,30365227,30367052,30372769,30383914,30384412,30386243,30393329,30427983,30436949,30437269,30462162,30467522,30469694,30526400,30527196,30528247,30529993,30530111,30530669,30548373,30559112,30560243 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496414, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303588,30304105,30334752,30348566,30350860,30350957,30363622,30366143,30366279,30366716,30366949,30368824,30371697,30373519,30375168,30375723,30376157,30376653,30376793,30381113,30382744,30383546,30384518,30389823,30389906,30390971,30391601,30391711,30393268,30393300,30393374,30393404,30394342,30411510,30412003,30412234,30412958,30413935,30414033,30414355,30414462,30415807,30416347,30416727,30417057,30417251,30417588,30422277,30422331,30423116,30423130,30424637,30424673,30426186,30426935,30427549,30427815,30427958,30428056,30428837,30429624,30430754,30433038,30434116,30434500,30434827,30435239,30437246,30437774,30438644,30439124,30439573,30439622,30457592,30457647,30457894,30462299,30463106,30464388,30464545,30464660,30469683,30469878,30471154,30471296,30474555,30474605,30479703,30482071,30482886,30482916,30484700,30484840,30486020,30488923,30520517,30520584,30524579,30524715,30524875,30525651,30526219,30526824,30527237,30527520,30527942,30528741,30528967,30529402,30529635,30530007,30530426,30530724,3053109 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496415, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290378,30292186,30294345,30301187,30301307,30302335,30302396,30302836,30302863,30303368,30304161,30304308,30307874,30307975,30309275,30315395,30316004,30316047,30316719,30316779,30317005,30317199,30317281,30317331,30317450,30317582,30317685,30317757,30317819,30319770,30319801,30320257,30320973,30321289,30322381,30322678,30322731,30334217,30334289,30334726,30335579,30335617,30337093,30337431,30337727,30339372,30346977,30372950,30374592,30376116,30380797,30382777,30390265,30391716,30393417,30394355,30411539,30416418,30422239,30425082,30434100,30435314,30462081,30467428,30486863,30520508,30524741,30524828,30524975,30525709,30525751,30526378,30548298,30548480,30550226,30550436,30552548,30552903,30553328,30560137,30560445 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496416, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302842,30327153,30363390,30364606,30365153,30366034,30376807,30382792,30386222,30415719,30427386,30433066,30463816,30474479,30474665,30520429,30521618,30528526,30531547,30550106,30555559,30557422,30557727 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496417, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289856,30290291,30290486,30290622,30291537,30291573,30291642,30291702,30291967,30292238,30292276,30293066,30293124,30294091,30294166,30294493,30294579,30302356,30302412,30303427,30303621,30303695,30304235,30304409,30304438,30305389,30307886,30307990,30308024,30308035,30308054,30311281,30311564,30312217,30315162,30315178,30315426,30315435,30316090,30316114,30316136,30316444,30316731,30316764,30317183,30317227,30317311,30317558,30317647,30317839,30317857,30317874,30317886,30318037,30318052,30318144,30318160,30318189,30318215,30318279,30318293,30318721,30319112,30319131,30319157,30319811,30320095,30320211,30320946,30321207,30321229,30321308,30321733,30321922,30322056,30322462,30322518,30322701,30322883,30322902,30327144,30327243,30327284,30327358,30327492,30327532,30327577,30327652,30329870,30333275,30333305,30333315,30333609,30333899,30333923,30334308,30334598,30334609,30334778,30334788,30335293,30335343,30336558,30337068,30337115,30337440,30337781,30337806,30337848,30346418,30346765,30346775,30347069,3034743 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496418, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30308377,30348816,30349732,30355396,30356182,30362996,30364427,30364704,30364714,30365802,30367642,30372106,30372154,30374107,30375476,30376017,30381264,30381299,30382803,30383943,30384977,30385220,30386375,30391751,30393450,30414163,30414279,30424093,30426462,30426641,30433109,30437472,30467670,30470791,30474918,30482190,30525876,30526981,30529687,30530637,30531224,30548405,30560146 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496419, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30291985,30293483,30302401,30303675,30304199,30317023,30318684,30319834,30334538,30335305,30337162,30350629,30356198,30364440,30365847,30375825,30376127,30382006,30382033,30385454,30414117,30415904,30417149,30428045,30439809,30474677,30482133,30550826,30557483 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496420, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348714,30350504,30350587,30350829,30362660,30365297,30366160,30376098,30376785,30381954,30383875,30386281,30386621,30390299,30393650,30413353,30413962,30415859,30417510,30422320,30427537,30427921,30434148,30434159,30437201,30438725,30439756,30462183,30481978,30515382,30515524,30548487,30550635,30554465,30555333,30561139,30561820,30563505,30567240,30569986,30570639,30570769 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496421, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355520,30364407,30365286,30366311,30372224,30375500,30375509,30376412,30381554,30383691,30384880,30386366,30391011,30391297,30393741,30393794,30397109,30411412,30413048,30414428,30416526,30417274,30422466,30424756,30426500,30426581,30428252,30430639,30434547,30437851,30439185,30458849,30462882,30547921,30548153,30550471,30555936,30556384,30556561,30556879,30558136,30562756,30563352,30563961,30568136,30571494,30572011,30572456,30572552 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496422, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303538,30335510,30338291,30348576,30348596,30348606,30349702,30350451,30350529,30350847,30353023,30355913,30355923,30357376,30363432,30363639,30364235,30364260,30364338,30364385,30364621,30364684,30365205,30365261,30365616,30365640,30366193,30366771,30366861,30366962,30368800,30370816,30370849,30371415,30371998,30372435,30372811,30372896,30373096,30373455,30373759,30374321,30374343,30374455,30374970,30375063,30375075,30375618,30375687,30375704,30376039,30376055,30376084,30376587,30376635,30376828,30376991,30381088,30381103,30381176,30381907,30381931,30381968,30382554,30382577,30383533,30383589,30383872,30383900,30384357,30385042,30385396,30386048,30386070,30386192,30386212,30386234,30386635,30386656,30386705,30386881,30389749,30389812,30390278,30390312,30390946,30391589,30391619,30391633,30391927,30392074,30393262,30393292,30393362,30393394,30394306,30394314,30396983,30411047,30411301,30411484,30411488,30411811,30412220,30412284,30412297,30413920,30413958,30414004,30414016,30414540,30414588,30415710,3041573 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496423, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303395,30303647,30304212,30305309,30307930,30315117,30316022,30316065,30316408,30317232,30317351,30317468,30317584,30317714,30317978,30318105,30319083,30320113,30320912,30321263,30322480,30327211,30327296,30327325,30333336,30333571,30334252,30334555,30335034,30337137,30338047,30346714,30347409,30348615,30348665,30357348,30363584,30364286,30364631,30365212,30365653,30367050,30371071,30372026,30372770,30372921,30374482,30375108,30375648,30375752,30376212,30376675,30376844,30381131,30382615,30383559,30383811,30383918,30384406,30385148,30386254,30389757,30389872,30390365,30391666,30393330,30394264,30394739,30411888,30412967,30413094,30415756,30415828,30416060,30416706,30417115,30417633,30422346,30423956,30425052,30425390,30426241,30426317,30426966,30427877,30427985,30428886,30432917,30434188,30435261,30436829,30436954,30437274,30437735,30438673,30439594,30439766,30457603,30459421,30462147,30463114,30464405,30467369,30467420,30467511,30469693,30474495,30520559,30520618,30520662,30524564,30524837,30525684,3052575 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496424, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302309,30303593,30304097,30307837,30317269,30317398,30319786,30334756,30335594,30348564,30350858,30350948,30357398,30363620,30364678,30365211,30366146,30366276,30366710,30366938,30368822,30370903,30371694,30373134,30373499,30373517,30375174,30375209,30375587,30375720,30375795,30376142,30376659,30376804,30381122,30381988,30382736,30382871,30383552,30383828,30384521,30384863,30385414,30385811,30386300,30388417,30389816,30389908,30390331,30390938,30390968,30391611,30391703,30393275,30393309,30393375,30393401,30394330,30411512,30412007,30412245,30412954,30413938,30414037,30414341,30414460,30415805,30416358,30416734,30417066,30417259,30417587,30422285,30422336,30423119,30423135,30424641,30424665,30426189,30426940,30427551,30427811,30427971,30428053,30428838,30429613,30430760,30433039,30434121,30434497,30434831,30435241,30436604,30437251,30437777,30438652,30439127,30439576,30439623,30457581,30457650,30457901,30462295,30463108,30464399,30464531,30464662,30469682,30469885,30471152,30471290,30474562,30474598,3047970 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496425, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30290379,30290396,30292184,30292201,30294349,30300598,30301196,30301310,30301733,30302326,30302394,30302830,30302864,30303355,30303577,30304165,30304304,30307875,30307963,30309269,30315399,30315991,30316048,30316272,30316722,30316786,30317017,30317201,30317282,30317329,30317447,30317577,30317679,30317761,30317823,30317946,30319757,30319797,30320246,30320970,30321292,30321502,30322388,30322680,30322726,30327172,30333185,30333229,30333848,30334166,30334215,30334281,30334418,30334729,30335581,30335606,30336483,30337108,30337426,30337723,30337739,30338011,30338036,30339361,30346673,30346687,30346938,30346971,30348529,30369876,30370893,30371050,30372945,30374583,30376119,30376615,30380698,30380795,30381920,30382772,30385405,30390264,30391726,30393421,30394361,30394447,30411524,30416424,30422241,30425089,30425600,30426201,30434097,30435312,30462091,30467432,30474461,30478691,30481975,30486861,30508541,30520505,30524542,30524738,30524818,30524942,30524972,30525712,30525748,30525955,30526373,30526447,30526590,3052684 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30582825, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289817,30300298,30300620,30307853,30322636,30327825,30334152,30346694,30348549,30365145,30376755,30376811,30392308 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496426, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289869,30290295,30290487,30290617,30291538,30291580,30291632,30291693,30291918,30291960,30292235,30292266,30293061,30293115,30294092,30294158,30294490,30294583,30302365,30302423,30303438,30303615,30303689,30304238,30304405,30304434,30305391,30307889,30307987,30308014,30308042,30308052,30311285,30311548,30312227,30315146,30315174,30315427,30315441,30316102,30316120,30316133,30316442,30316735,30316767,30317174,30317219,30317310,30317551,30317646,30317841,30317846,30317867,30317887,30318038,30318059,30318146,30318161,30318183,30318203,30318240,30318276,30318301,30318707,30319117,30319138,30319165,30319820,30320090,30320217,30320933,30321210,30321226,30321313,30321732,30321932,30322042,30322455,30322519,30322702,30322877,30322897,30327131,30327233,30327272,30327364,30327483,30327525,30327586,30327648,30329868,30333287,30333298,30333316,30333598,30333902,30333924,30334316,30334589,30334602,30334781,30334798,30335296,30335341,30336555,30337079,30337119,30337450,30337785,30337810,30337841,30346421,30346755,3034677 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496427, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302437,30317518,30317666,30317784,30319275,30334331,30334817,30335092,30336577,30337858,30348808,30349743,30355393,30356177,30362998,30364422,30364706,30364726,30365014,30365333,30365360,30365805,30366253,30366303,30366496,30367640,30371173,30372105,30372153,30373000,30374098,30374825,30375480,30375807,30376019,30376737,30379873,30381272,30381285,30381302,30381534,30382053,30382800,30383665,30383946,30384656,30384974,30385218,30385896,30386312,30386328,30386378,30386679,30389918,30390420,30390993,30391004,30391760,30391768,30392539,30393447,30393511,30393537,30394383,30411422,30411556,30412366,30414172,30414285,30415976,30415991,30416476,30417193,30417766,30422392,30423173,30424095,30424808,30424875,30426469,30426642,30428135,30428916,30429530,30430728,30433112,30434257,30434460,30434566,30437346,30437463,30438822,30439026,30439173,30439519,30439660,30440056,30458672,30459504,30461288,30462845,30464514,30464577,30464808,30467662,30468003,30468101,30470292,30470797,30470809,30474917,30474978,30475138,3048219 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496428, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30291989,30293476,30294105,30302407,30303683,30304196,30305345,30317015,30318688,30319830,30334547,30335308,30336417,30337165,30348701,30350637,30354013,30356197,30364441,30365845,30371094,30375824,30376122,30382007,30382031,30385448,30390391,30414054,30414114,30415909,30417146,30422398,30428048,30433491,30439804,30463280,30474686,30482127,30550823,30556983,30557476 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30386288,30415861,30427910,30462192,30515530,30569985 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496430, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30364404,30366320,30372227,30376417,30381564,30383695,30384883,30386368,30391017,30414429,30416517,30417272,30422455,30424750,30426589,30430630,30434541,30437856,30439192,30458848,30462884,30547913,30550476,30556378,30556559,30562763,30563971,30572005,30572447,30572554 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496431, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30303539,30363627,30364261,30373444,30381901,30386876,30393396,30411490,30424592,30426926,30434083,30467236,30477218,30482020,30486358,30520485,30527317,30528371,30529801,30530131,30530745,30550800,30563465 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496432, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30317477,30317597,30367049,30382612,30393321,30394270,30416058,30427976 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496433, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30350864,30350952,30363616,30365228,30366284,30368829,30373512,30376146,30376655,30376798,30381976,30382749,30383542,30383840,30384867,30385419,30385823,30386292,30388414,30389817,30390324,30390930,30390974,30391712,30393276,30393369,30412006,30412237,30415810,30417591,30423117,30424667,30426944,30427807,30427969,30429617,30430745,30434832,30437770,30438639,30462289,30463105,30464389,30464542,30464668,30469677,30471151,30474559,30474599,30479690,30482064,30482887,30482919,30520520,30524583,30525644,30526688,30526831,30527246,30529049,30529753,30530017,30531106,30531619,30531920,30548178,30548611,30548812,30550286,30554625,30555481,30556476,30556671,30556677,30557789,30558823,30564039 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496434, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30294324,30316723,30316780,30319759,30322377,30334178,30335605,30394349,30435315,30520510,30548467,30552547 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496435, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289862,30290489,30290611,30291549,30291582,30291696,30291961,30292239,30292281,30293116,30294102,30294168,30294483,30294572,30302424,30303431,30303622,30303698,30304439,30308020,30308037,30308058,30311549,30312212,30315155,30315164,30315419,30315432,30316123,30316447,30316734,30316765,30317226,30317303,30317567,30317649,30317838,30317850,30317883,30318030,30318046,30318155,30318204,30318242,30318277,30318294,30318715,30319110,30319132,30319823,30320940,30321232,30321310,30321725,30321934,30322043,30322454,30322527,30322698,30322881,30322910,30327271,30327360,30327487,30327649,30329874,30333300,30333313,30333605,30333901,30333925,30334307,30334585,30334608,30334795,30335290,30335334,30336557,30337110,30337454,30337813,30337847,30346426,30346761,30346777,30347056,30348750,30349335,30349725,30350889,30350907,30356161,30363530,30363662,30364379,30364852,30365320,30365347,30365713,30366220,30367336,30368853,30370948,30371152,30372072,30372078,30372966,30372978,30373152,30374615,30375193,30375267,30375280,3037574 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496436, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348804,30349731,30355399,30356183,30363000,30364711,30364717,30365019,30365337,30365362,30365810,30366300,30366500,30367636,30371172,30372096,30372155,30373007,30374099,30374827,30375481,30376027,30376732,30379877,30381270,30381282,30381301,30381543,30382044,30382808,30383673,30383949,30384649,30384966,30385890,30386671,30389920,30390426,30391006,30391755,30391771,30392542,30393512,30393540,30394382,30411546,30412369,30414169,30414278,30415996,30416480,30417199,30417769,30422383,30423168,30424101,30424804,30424877,30426646,30428132,30429531,30433115,30434459,30434557,30437468,30438813,30439024,30439179,30439665,30440061,30458666,30462853,30464800,30467668,30468005,30470291,30470786,30470806,30474923,30475142,30482202,30482907,30485170,30485340,30487515,30489138,30489162,30520705,30524657,30525058,30525086,30526648,30526750,30526975,30529683,30530460,30530647,30530955,30531226,30531282,30531717,30532090,30548412,30550891,30551067,30551550,30551632,30553700,30557149,30557286,30558704,30559155,30559669,3055968 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496437, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302397,30356190,30364442,30365846,30385449,30390397,30414122,30482135,30550824 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496438, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30350827,30362670,30365301,30366165,30376093,30376782,30383883,30386277,30393637,30415852,30422312,30427538,30434158,30438731,30462181,30481968,30554464,30555327,30561141,30561825,30567254,30569998 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496439, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355517,30364401,30365284,30366316,30372228,30375494,30375506,30376418,30381553,30383694,30384881,30386358,30391305,30393744,30393789,30411408,30413038,30414430,30416521,30417280,30422461,30424749,30426505,30426590,30428250,30430634,30434535,30437854,30439193,30458841,30462880,30547922,30548144,30550478,30555939,30556385,30556552,30556885,30558130,30562757,30563358,30563963,30568144,30571498,30572002,30572457,30572555 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496440, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30349705,30355933,30364620,30365191,30366197,30366764,30366853,30366961,30368807,30372897,30375062,30376825,30383588,30385392,30386228,30391626,30394326,30413957,30414001,30414541,30415702,30415743,30416336,30417032,30424626,30425020,30426296,30428824,30439964,30439971,30462015,30462201,30470718,30470935,30471241,30482016,30486351,30524481,30525486,30525919,30527436,30528050,30528103,30529244,30529707,30530126,30530988,30531792,30548111,30548325,30548942,30550167,30550318,30550463,30550805,30550976,30567823 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496441, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30364297,30383561,30394728,30416062,30463117,30520550,30551239,30561008,30568030 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496442, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348553,30350867,30350951,30357397,30363609,30364676,30365239,30366149,30366285,30366712,30366942,30368825,30370911,30371704,30373140,30373501,30373527,30375202,30375726,30375784,30376148,30376650,30376794,30381118,30381989,30382737,30382875,30383476,30383551,30383841,30384510,30385424,30385818,30386301,30388415,30389818,30389912,30390933,30390966,30391603,30391704,30393269,30393313,30393380,30393408,30394336,30411519,30412017,30412233,30412945,30413943,30414354,30415799,30416355,30416738,30417068,30417252,30417596,30422274,30422324,30423125,30424652,30424661,30426185,30426950,30427550,30427816,30427961,30428060,30429625,30430757,30433031,30434115,30434502,30434828,30435254,30436592,30437256,30437773,30438647,30439129,30439581,30439625,30457591,30457893,30462297,30463098,30464386,30464537,30464658,30469687,30471150,30471293,30474556,30474604,30479691,30482067,30482891,30482908,30484839,30486017,30488924,30524591,30524714,30524865,30525645,30526224,30526684,30526834,30527235,30527519,30527764,30527943,3052848 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496443, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348534,30393415,30416428,30434101,30520507,30524966,30567933 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496444, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30334303,30348762,30349322,30349720,30350890,30350894,30356169,30363516,30363669,30364376,30364851,30365310,30365340,30365704,30366222,30367328,30368851,30371143,30372064,30372076,30372958,30372977,30374620,30375195,30375263,30375271,30375740,30376277,30376293,30381236,30381258,30381515,30382024,30382586,30382647,30383652,30383973,30385181,30385212,30385756,30385832,30386352,30386690,30390182,30390398,30391742,30391993,30392161,30392178,30393435,30393820,30393837,30394373,30411395,30411710,30411839,30412310,30412337,30414059,30414103,30414370,30414391,30415871,30415885,30416452,30416745,30416768,30417086,30417099,30417607,30417663,30423147,30423995,30423998,30424226,30424617,30425032,30425969,30426366,30426379,30426393,30427677,30427855,30427937,30428075,30428935,30430825,30433057,30433080,30434271,30434315,30434514,30435133,30435296,30438780,30439156,30439654,30440004,30457818,30458515,30459489,30462412,30463325,30463396,30464500,30469827,30470032,30474587,30482158,30482160,30482822,30487424,30488998,3048913 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496445, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30295299,30302442,30303445,30304291,30304457,30304466,30304490,30307925,30307999,30308369,30311474,30315229,30315458,30316140,30316503,30316836,30317521,30317669,30317772,30317961,30318022,30318101,30318229,30318252,30319284,30319564,30320263,30320960,30322060,30322087,30322736,30325574,30327379,30327390,30327415,30327547,30327599,30328241,30333360,30334328,30334341,30334822,30335091,30336564,30337182,30337466,30337860,30338462,30346441,30346751,30347041,30347459,30348805,30349734,30355402,30356173,30363003,30364424,30364710,30364725,30365015,30365332,30365365,30365813,30366254,30366294,30366497,30367643,30371184,30372097,30372148,30373006,30374108,30374823,30375484,30375800,30376018,30376731,30379881,30381262,30381284,30381291,30381535,30382050,30382807,30383671,30383944,30384652,30384973,30385222,30385891,30386311,30386327,30386381,30386677,30389923,30390422,30390981,30391009,30391754,30391775,30392536,30393454,30393504,30393544,30394384,30411430,30411549,30412361,30414160,30414274,30415974,30415997,3041647 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496446, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30291986,30293477,30294114,30302405,30303678,30304189,30305346,30317020,30318689,30319833,30334548,30335309,30336425,30337168,30350636,30354007,30356194,30364437,30365848,30371092,30375818,30376130,30382005,30390396,30414119,30415901,30417147,30422401,30428046,30433487,30439802,30463282,30474684,30482129,30550825,30556989,30557478 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496447, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30350839,30365305,30386279,30386624,30413346,30415849,30422319,30427536,30434172,30438735,30481991,30548491,30561148,30561824,30567252 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496448, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355519,30364413,30366315,30372232,30375491,30375513,30376423,30383685,30384873,30386360,30391307,30393747,30393800,30397101,30411403,30413050,30414424,30416529,30417276,30422463,30424741,30426497,30426592,30428249,30430631,30434550,30437849,30439187,30458844,30462879,30547907,30548148,30550474,30555932,30556381,30556558,30556886,30558139,30562758,30563353,30563969,30568141,30571488,30572001,30572450,30572558 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496449, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30349703,30363628,30365269,30366198,30366848,30366964,30368809,30372806,30375616,30376062,30376594,30381903,30389742,30390953,30391616,30414002,30414545,30416335,30419092,30422228,30425022,30426292,30428013,30432975,30437733,30439956,30462202,30464374,30464470,30486346,30525483,30525587,30528926,30530985,30531791,30550314,30550673,30550986,30566511,30567918,30568019,30571979 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496450, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30364635,30365661,30381129,30382614,30383910,30390363,30426968,30438682,30462151,30464417,30469700,30527205,30529846,30530670,30530864,30530937,30531166,30551013,30559214 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496451, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348556,30350872,30350946,30357406,30363618,30364668,30366153,30366273,30366723,30368816,30370907,30375169,30376136,30376792,30382865,30385812,30388429,30389902,30390939,30390978,30391607,30393282,30393377,30394340,30411509,30414345,30416348,30417061,30422283,30424650,30426194,30426938,30427814,30429626,30430758,30434108,30434834,30436594,30437253,30437782,30438649,30462293,30463099,30464384,30464544,30469679,30471147,30471285,30474552,30474595,30479693,30482884,30484706,30488925,30520531,30520581,30524585,30524871,30525652,30526694,30526835,30527770,30527946,30529741,30531109,30548607,30548624,30548817,30548962,30551190,30554631,30555011,30555491,30556471,30556684,30558107,30558874 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496452, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30371052,30372946,30376108,30380786,30381925,30416425,30425608,30474458,30524736,30524956,30524969,30525753,30552900,30553319,30560139,30567937 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496453, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348752,30349323,30349724,30350887,30350899,30356158,30363508,30363658,30364367,30364844,30365316,30365349,30365701,30366212,30367332,30368848,30370944,30371138,30372083,30372967,30372989,30373157,30374627,30375185,30375262,30375273,30375743,30376272,30376296,30381229,30381255,30381522,30382010,30382592,30382650,30383649,30383970,30385184,30385208,30385762,30385831,30386349,30386689,30390183,30390410,30391651,30391988,30392151,30392174,30393443,30393816,30393834,30394365,30411136,30411392,30411703,30411844,30412316,30412343,30414081,30414109,30414367,30414389,30415865,30415888,30416444,30416747,30416775,30417079,30417102,30417666,30423148,30423984,30424002,30424220,30424608,30425973,30426384,30426406,30427687,30427938,30428947,30430835,30433049,30433095,30434274,30434320,30434513,30435134,30435302,30437303,30438781,30438834,30439158,30439641,30440001,30457825,30458519,30459485,30463318,30463408,30464505,30469834,30470043,30474581,30482162,30482167,30482826,30485046,30487417,30489000,30489125,30508687,3050880 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496454, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348812,30349730,30355392,30356187,30362992,30364429,30364699,30364716,30365010,30365326,30365370,30365808,30366255,30366293,30366498,30367638,30371183,30372102,30372147,30373001,30374104,30374826,30375472,30375805,30376016,30376739,30379871,30381259,30381281,30381289,30381537,30382047,30382798,30383664,30383948,30384654,30384971,30385224,30385887,30386318,30386335,30386374,30386672,30389928,30390417,30390988,30391002,30391750,30391764,30392533,30393453,30393515,30393536,30394381,30411426,30411547,30412359,30414168,30414273,30415986,30415995,30416481,30417189,30417770,30422381,30423176,30424092,30424807,30424879,30426471,30426636,30428126,30428918,30429527,30430717,30433108,30434254,30434471,30434555,30437345,30437467,30438819,30439020,30439174,30439509,30439661,30440052,30458670,30459502,30461276,30462848,30464525,30464580,30464798,30467659,30468009,30468091,30470296,30470790,30470805,30474915,30474975,30475130,30482191,30482905,30485169,30485343,30487514,30489140,30489153,30520698,30520714,30520751,3052464 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496455, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30302400,30303684,30305340,30318683,30335301,30337164,30354011,30356195,30364439,30365851,30375816,30376129,30382036,30390390,30414048,30415903,30417144,30422400,30428047,30433494,30463290,30474682,30482131 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496456, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348712,30350516,30350830,30362662,30365293,30366171,30376104,30376780,30381945,30383880,30386290,30386626,30390305,30393646,30413347,30415853,30417502,30422315,30427535,30427914,30434149,30434161,30437199,30438736,30462191,30481976,30515375,30515536,30548489,30550634,30554460,30555328,30561146,30561822,30563513,30567246,30569988,30570644 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496457, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30355505,30364409,30366317,30372230,30375488,30375519,30376419,30381565,30383696,30384882,30386370,30391019,30391298,30393746,30393792,30397108,30411413,30413040,30414431,30416525,30417273,30422465,30424754,30426492,30426579,30428243,30430640,30434537,30437855,30439190,30458854,30462872,30547908,30548141,30550470,30555934,30556374,30556553,30556883,30558132,30562761,30563360,30563965,30568142,30571487,30572009,30572459,30572557 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496458, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30348578,30348607,30349701,30350452,30350842,30353021,30355938,30363437,30363637,30364394,30364615,30364692,30365259,30365625,30366201,30366857,30366957,30368798,30370817,30372898,30373448,30374348,30374468,30376630,30376829,30376981,30381077,30381093,30381182,30383861,30385031,30385394,30386050,30386190,30386645,30386648,30386714,30390315,30390951,30391622,30392072,30393257,30393351,30393386,30396976,30411298,30412293,30414005,30414027,30414549,30414601,30415709,30415781,30416374,30416645,30417038,30419096,30422207,30422230,30423015,30423065,30424487,30424630,30425023,30426347,30427952,30428016,30428855,30429345,30434089,30434139,30434786,30435221,30437223,30437720,30438558,30438653,30438948,30439119,30440141,30457353,30458248,30459356,30459404,30462010,30463006,30464476,30467246,30469581,30469763,30470624,30470944,30474363,30477215,30482027,30486352,30520606,30524486,30525480,30525595,30525926,30526264,30526436,30526800,30527117,30527320,30527443,30528040,30528102,30528365,30528457,30528640,30528722,3052904 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496459, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30320114,30320906,30348621,30348668,30357346,30363576,30364283,30364639,30365215,30365659,30367044,30371062,30372030,30372778,30375099,30376685,30376848,30382609,30383569,30383915,30384427,30385152,30389760,30389868,30390356,30391669,30394274,30411891,30412972,30413106,30415762,30415819,30416059,30416701,30417112,30417622,30422344,30423950,30425058,30425385,30426246,30426319,30426958,30427876,30427978,30428895,30434184,30435260,30436947,30437266,30437750,30438678,30439591,30457608,30459429,30462159,30463119,30464406,30467416,30467519,30474487,30520554,30520627,30520669,30524551,30524848,30525672,30525765,30526050,30526409,30527194,30528980,30529262,30529844,30530676,30530852,30530936,30531161,30531960,30548386,30548575,30550301,30550411,30550543,30551024,30551169,30551236,30554233,30558950,30559106,30559207,30560242,30560512,30560621,30561011,30567973,30568024,30570249 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496460, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30292168,30319777,30335596,30348563,30350873,30350953,30357394,30363621,30364663,30365226,30366142,30366281,30366720,30366951,30368818,30370906,30371700,30373147,30373505,30373520,30375177,30375205,30375575,30375724,30375786,30376159,30376656,30376799,30381114,30381983,30382740,30382861,30383475,30383553,30383838,30384516,30384853,30385421,30385824,30386307,30388426,30389813,30389909,30390328,30390943,30390963,30391608,30391700,30393277,30393304,30393371,30393411,30394337,30411508,30412008,30412248,30412951,30413942,30414035,30414348,30414448,30415800,30416350,30416725,30417070,30417254,30417592,30422287,30422326,30423112,30423126,30424644,30424671,30426191,30426937,30427545,30427808,30427967,30428066,30428830,30429621,30430755,30433028,30434112,30434504,30434838,30435248,30436597,30437249,30437769,30438642,30439123,30439583,30439624,30457579,30457639,30457895,30462290,30463100,30464396,30464543,30464665,30469686,30469874,30471158,30471288,30474549,30474593,30479692,30482073,30482883,30482914,30484710,3048484 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496461, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30319768,30370890,30372954,30374582,30376120,30376616,30380705,30380794,30382782,30385407,30391728,30393416,30394347,30394437,30411528,30416416,30422247,30425088,30425612,30426206,30434096,30435313,30462089,30467424,30474455,30478692,30481967,30486855,30508545,30520503,30524530,30524731,30524944,30524965,30526849,30526883,30527160,30550224,30550399,30550444,30552551,30552890,30553320,30560132,30560438,30567930 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496462, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30292245,30303422,30317832,30348758,30349325,30349726,30350877,30350896,30356168,30363526,30363656,30364373,30364839,30365313,30365350,30365705,30366218,30367339,30368837,30370940,30371146,30372066,30372089,30372969,30372981,30373153,30374622,30375190,30375261,30375282,30375735,30376274,30376295,30381232,30381256,30381521,30382009,30382598,30382644,30383645,30383966,30385182,30385200,30385766,30385827,30386341,30386687,30390192,30390406,30391658,30391733,30391987,30392162,30392173,30393432,30393817,30393825,30394362,30411146,30411384,30411717,30411842,30412321,30412334,30414063,30414089,30414097,30414363,30414387,30415879,30415890,30416451,30416749,30416773,30417078,30417097,30417616,30417671,30423149,30423991,30424003,30424227,30424618,30425037,30425972,30426367,30426381,30426402,30427675,30427869,30427932,30428023,30428078,30428946,30430836,30433052,30433084,30434264,30434313,30434519,30435149,30435291,30437301,30438787,30438837,30439160,30439653,30439992,30457823,30458512,30459477,30462413,30463313,3046339 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496463, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289381,30290102,30290371,30291437,30291906,30293051,30293329,30294422,30300022,30300049,30300302,30300618,30301226,30301239,30301261,30301286,30301316,30302339,30302378,30302797,30302841,30302849,30303267,30303553,30303567,30303611,30303635,30304187,30305294,30307857,30307862,30310771,30311432,30314982,30315390,30316295,30316427,30316691,30317190,30317318,30317363,30317403,30317419,30317464,30317482,30317528,30317608,30317688,30317705,30317753,30317792,30317798,30317904,30318007,30318063,30318178,30318271,30318600,30318777,30318918,30318969,30319952,30320037,30320699,30320896,30321187,30321539,30322391,30322646,30322655,30322677,30327117,30327155,30327163,30327256,30327264,30327418,30327552,30327567,30327823,30333630,30333855,30334161,30334196,30334530,30334685,30334717,30334766,30335203,30335520,30335562,30336502,30337083,30337385,30337804,30346659,30346905,30347321,30348540,30348720,30363395,30364611,30365156,30366033,30370832,30370865,30370882,30372017,30374362,30375094,30376149,30376665,30376759,3037680 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30496464, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30289362,30289380,30289812,30290053,30290376,30291443,30291624,30293057,30294420,30300053,30300308,30300609,30301223,30302371,30302845,30303259,30303549,30303563,30303609,30304116,30304183,30304349,30305292,30307854,30311439,30314981,30315382,30316302,30316434,30316694,30316755,30317195,30317314,30317357,30317399,30317424,30317431,30317463,30317533,30317549,30317687,30317699,30317749,30317787,30317803,30317900,30318068,30318076,30318179,30318269,30318593,30318773,30318917,30318974,30318984,30318993,30320035,30320701,30320893,30321196,30321519,30322394,30322637,30322674,30327121,30327145,30327157,30327269,30327420,30327563,30327675,30333634,30333852,30334156,30334185,30334534,30334765,30335202,30335668,30336317,30337087,30337390,30337697,30337797,30337832,30346660,30346965,30347325,30348547,30348648,30348722,30363396,30364608,30365152,30366043,30370841,30370859,30370875,30372010,30374360,30375096,30376145,30376670,30376756,30376812,30380629,30381144,30382763,30382791,30386216,30389796,30390923,30392303,3039467 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30686859, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30373146 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30582827, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (30317934 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30496359,30496362,30496370,30496378,30496397,30496418,30496427,30496436,30496445,30496454?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30496360,30496379,30496419,30496428,30496437,30496446,30496455?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30496361,30496380,30496381,30496382,30496408,30496416,30582825,30496463,30496464?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30496363,30496371,30496383,30496390,30496398,30582822,30496410,30496420,30496429,30496438,30496447,30496456?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for ela : https://www.fotonower.com/velours/30496364,30496372,30496384,30496391,30496399,30496405,30496411,30496421,30496430,30496439,30496448,30496457?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30496365,30496373,30496385,30496392,30496400,30496406,30496412,30496422,30496431,30496440,30496449,30496458?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30496366,30496374,30496386,30496393,30496401,30582823,30496413,30496423,30496432,30496441,30496450,30496459?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30496367,30496375,30496387,30496394,30496402,30496407,30496414,30496424,30496433,30496442,30496451,30496460,30686859?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires Voici le lien velours for gm : https://www.fotonower.com/velours/30496368,30496376,30496388,30496395,30496403,30582824,30496415,30496425,30496434,30496443,30496452,30496461,30582827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires Voici le lien velours for pehd_pp : https://www.fotonower.com/velours/30496369,30496377,30496389,30496396,30496404,30496409,30496417,30496426,30496435,30496444,30496453,30496462?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi hasthag : jrm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______jrm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : film_pedb hasthag that could be used but not yet : _______film_plastique SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______film_pedb' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : refus hasthag that could be used but not yet : _______refus,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______refus' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : pet_clair hasthag that could be used but not yet : _______pet_clair,bouchon,etiquette,barquette_avec_film,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pet_clair' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : flux_dev hasthag that could be used but not yet : _______pet_fonce,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______flux_dev' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : emr hasthag that could be used but not yet : _______carton,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______emr' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : aluminium hasthag that could be used but not yet : _______metal,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______aluminium' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; hasthag : ela hasthag that could be used but not yet : _______ela,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______ela' and mtr_portfolio_id in (select id FROM MTRUser.mtr_portfolios where mtr_user_id=1017) and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2026-02-01' and date <= '2026-02-28') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((32882,),), 'unwanted_material_monthly_percentage': ((0.09275136867558285,),), 'material_repartition': (('pet_clair', 5404), ('pehd_pp', 5057), ('jrm', 4623), ('film_pedb', 3658), ('flux_dev', 3467), ('emr', 3433), ('gm', 1255), ('ela', 1074), ('aluminium', 518), ('refus', 436)), 'material_dict': {'pet_clair': 5404, 'pehd_pp': 5057, 'jrm': 4623, 'film_pedb': 3658, 'flux_dev': 3467, 'emr': 3433, 'autres': 3283}, 'coverage_data': (('2026/02/28/', 1.0), ('2026/02/27/', 1.0), ('2026/02/26/', 1.0), ('2026/02/25/', 1.0), ('2026/02/24/', 1.0), ('2026/02/23/', 1.0), ('2026/02/21/', 1.0), ('2026/02/20/', 1.0), ('2026/02/19/', 1.0), ('2026/02/18/', 1.0), ('2026/02/17/', 1.0), ('2026/02/16/', 1.0), ('2026/02/14/', 1.0), ('2026/02/13/', 1.0), ('2026/02/12/', 1.0), ('2026/02/11/', 1.0), ('2026/02/10/', 1.0), ('2026/02/09/', 0.865283), ('2026/02/07/', 1.0), ('2026/02/06/', 1.0), ('2026/02/05/', 1.0), ('2026/02/04/', 1.0), ('2026/02/03/', 0.0), ('2026/02/02/', 1.0)), 'impurety_average_data': ((datetime.date(2026, 2, 2), 0.058596295345670596, 23), (datetime.date(2026, 2, 3), 0.06882433785119906, 249), (datetime.date(2026, 2, 4), 0.04489661408462946, 13), (datetime.date(2026, 2, 5), 0.04492747090712647, 36), (datetime.date(2026, 2, 7), 0.04984192067138456, 14), (datetime.date(2026, 2, 9), 0.09839924524105295, 30), (datetime.date(2026, 2, 10), 0.1153345659426435, 43), (datetime.date(2026, 2, 11), 0.11555091819992419, 21), (datetime.date(2026, 2, 12), 0.10495470269982689, 7), (datetime.date(2026, 2, 13), 0.10641868597585842, 6), (datetime.date(2026, 2, 14), 0.09787324386583232, 46), (datetime.date(2026, 2, 16), 0.10461550070512199, 18), (datetime.date(2026, 2, 17), 0.11198750264426728, 22), (datetime.date(2026, 2, 18), 0.09855005633392568, 36), (datetime.date(2026, 2, 19), 0.10829634252429554, 10), (datetime.date(2026, 2, 20), 0.1069997368097721, 19), (datetime.date(2026, 2, 23), 0.09300555587570299, 10), (datetime.date(2026, 2, 24), 0.08099305280432344, 10), (datetime.date(2026, 2, 25), 0.10575911405358379, 26), (datetime.date(2026, 2, 26), 0.1151490175434336, 22), (datetime.date(2026, 2, 27), 0.10315593578966151, 14)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2026, 2, 2), 0.09288355214668136, 23), (datetime.date(2026, 2, 3), 0.10019482810790746, 249), (datetime.date(2026, 2, 4), 0.06737485088954222, 17), (datetime.date(2026, 2, 5), 0.06717729973272327, 22), (datetime.date(2026, 2, 7), 0.07192505147722125, 26), (datetime.date(2026, 2, 9), 0.09045992087850252, 30), (datetime.date(2026, 2, 11), 0.10508407411130473, 64), (datetime.date(2026, 2, 12), 0.0920938518439326, 13), (datetime.date(2026, 2, 13), 0.09406248897295451, 6), (datetime.date(2026, 2, 14), 0.0920488902316072, 46), (datetime.date(2026, 2, 16), 0.07985070263701663, 50), (datetime.date(2026, 2, 17), 0.1068262326602133, 43), (datetime.date(2026, 2, 18), 0.08297493158818797, 36), (datetime.date(2026, 2, 19), 0.09886480442860698, 25), (datetime.date(2026, 2, 20), 0.08880640947786135, 88), (datetime.date(2026, 2, 23), 0.039348396973079194, 39), (datetime.date(2026, 2, 24), 0.06261199836438969, 12), (datetime.date(2026, 2, 25), 0.08078387507313231, 31), (datetime.date(2026, 2, 26), 0.08446113722242914, 34), (datetime.date(2026, 2, 27), 0.07148285189113292, 14)), 'film_pedb': ((datetime.date(2026, 2, 2), 0.07956054433687319, 52), (datetime.date(2026, 2, 3), 0.08281501939146414, 35), (datetime.date(2026, 2, 4), 0.0914711310406656, 30), (datetime.date(2026, 2, 5), 0.0832088156981586, 36), (datetime.date(2026, 2, 7), 0.11802199098886733, 23), (datetime.date(2026, 2, 9), 0.12653526589524555, 26), (datetime.date(2026, 2, 10), 0.20329948083387983, 31), (datetime.date(2026, 2, 11), 0.1938890477976295, 28), (datetime.date(2026, 2, 12), 0.16718651175710578, 20), (datetime.date(2026, 2, 13), 0.18427528522717274, 16), (datetime.date(2026, 2, 14), 0.15763120039859166, 21), (datetime.date(2026, 2, 16), 0.16996677658251638, 23), (datetime.date(2026, 2, 17), 0.19100416645716112, 19), (datetime.date(2026, 2, 18), 0.1544516202144622, 22), (datetime.date(2026, 2, 19), 0.19066315929257893, 22), (datetime.date(2026, 2, 20), 0.17123833098893046, 38), (datetime.date(2026, 2, 23), 0.11119464866615197, 10), (datetime.date(2026, 2, 24), 0.16690923626309742, 27), (datetime.date(2026, 2, 25), 0.1633388968280089, 36), (datetime.date(2026, 2, 26), 0.16855424873467034, 31), (datetime.date(2026, 2, 27), 0.1832494814789251, 29)), 'refus': ((datetime.date(2026, 2, 2), 0.025554480746815076, 18), (datetime.date(2026, 2, 3), 0.035942325789330994, 7), (datetime.date(2026, 2, 4), 0.012175202546296294, 17), (datetime.date(2026, 2, 5), 0.0162200065372085, 18), (datetime.date(2026, 2, 7), 0.021397656911916, 13), (datetime.date(2026, 2, 9), 0.19274731316137567, 7), (datetime.date(2026, 2, 10), 0.2521255189961787, 21), (datetime.date(2026, 2, 11), 0.23462395754827023, 22), (datetime.date(2026, 2, 12), 0.16754168475115744, 6), (datetime.date(2026, 2, 13), 0.23681717404767713, 7), (datetime.date(2026, 2, 14), 0.23594829041280863, 6), (datetime.date(2026, 2, 16), 0.14727158248855896, 7), (datetime.date(2026, 2, 17), 0.17548048482510287, 9), (datetime.date(2026, 2, 18), 0.12887528246252206, 6), (datetime.date(2026, 2, 19), 0.20799070591135113, 10), (datetime.date(2026, 2, 20), 0.08053773027584873, 8), (datetime.date(2026, 2, 24), 0.238947020479681, 6), (datetime.date(2026, 2, 26), 0.1837932712542088, 11)), 'pehd_pp': ((datetime.date(2026, 2, 2), 0.02875491658419098, 19), (datetime.date(2026, 2, 3), 0.03606375559071774, 6), (datetime.date(2026, 2, 4), 0.03332678212148955, 13), (datetime.date(2026, 2, 5), 0.031423553937465064, 16), (datetime.date(2026, 2, 7), 0.03150022527768134, 8), (datetime.date(2026, 2, 9), 0.061417037312109124, 43), (datetime.date(2026, 2, 10), 0.09004141807507353, 39), (datetime.date(2026, 2, 11), 0.09033698115608747, 31), (datetime.date(2026, 2, 12), 0.0910977399761334, 18), (datetime.date(2026, 2, 13), 0.09487566997803917, 19), (datetime.date(2026, 2, 14), 0.0872239863937258, 17), (datetime.date(2026, 2, 16), 0.08920967397577327, 18), (datetime.date(2026, 2, 17), 0.08690078898517281, 22), (datetime.date(2026, 2, 18), 0.09655425651514533, 18), (datetime.date(2026, 2, 19), 0.09492157217470551, 19), (datetime.date(2026, 2, 20), 0.0973220753631339, 19), (datetime.date(2026, 2, 23), 0.09266002259350203, 21), (datetime.date(2026, 2, 24), 0.06404272897507701, 16), (datetime.date(2026, 2, 25), 0.08384922261469531, 19), (datetime.date(2026, 2, 26), 0.09976965034091408, 17), (datetime.date(2026, 2, 27), 0.09017444222768094, 22)), 'pet_clair': ((datetime.date(2026, 2, 2), 0.00016159782935948677, 24), (datetime.date(2026, 2, 3), 0.0002611419875607269, 31), (datetime.date(2026, 2, 4), 0.001460707229693594, 23), (datetime.date(2026, 2, 5), 0.001003500214081718, 22), (datetime.date(2026, 2, 7), 0.0017147687190631632, 35), (datetime.date(2026, 2, 9), 0.05372195002909787, 15), (datetime.date(2026, 2, 10), 0.08764898000312815, 56), (datetime.date(2026, 2, 11), 0.11641736944768774, 53), (datetime.date(2026, 2, 12), 0.09146448686268152, 20), (datetime.date(2026, 2, 13), 0.0866987034353761, 11), (datetime.date(2026, 2, 14), 0.06938319403022547, 19), (datetime.date(2026, 2, 16), 0.08476053334509394, 23), (datetime.date(2026, 2, 17), 0.08169002865061283, 18), (datetime.date(2026, 2, 18), 0.07167405675877327, 28), (datetime.date(2026, 2, 19), 0.09136561483981975, 12), (datetime.date(2026, 2, 20), 0.10229875821747653, 16), (datetime.date(2026, 2, 23), 0.08001346366306286, 21), (datetime.date(2026, 2, 24), 0.05697724604763813, 15), (datetime.date(2026, 2, 25), 0.1126313480022769, 19), (datetime.date(2026, 2, 26), 0.11710002429391453, 22), (datetime.date(2026, 2, 27), 0.08356120712677627, 16)), 'gm': ((datetime.date(2026, 2, 2), 0.04568729915892475, 21), (datetime.date(2026, 2, 3), 0.03417147341926522, 5), (datetime.date(2026, 2, 4), 0.0319329127429194, 12), (datetime.date(2026, 2, 5), 0.0770038296386768, 16), (datetime.date(2026, 2, 7), 0.06302414001417617, 14), (datetime.date(2026, 2, 9), 0.03508270986630665, 15), (datetime.date(2026, 2, 11), 0.1323168545022184, 6), (datetime.date(2026, 2, 12), 0.04998088746194855, 8), (datetime.date(2026, 2, 13), 0.0689153899977881, 13), (datetime.date(2026, 2, 14), 0.05142200627072864, 6), (datetime.date(2026, 2, 16), 0.1375170826267749, 17), (datetime.date(2026, 2, 17), 0.05665921078754976, 8), (datetime.date(2026, 2, 18), 0.033337630261195995, 8), (datetime.date(2026, 2, 19), 0.0800344590174697, 10), (datetime.date(2026, 2, 20), 0.031737798086897764, 5), (datetime.date(2026, 2, 24), 0.03310877991796414, 11), (datetime.date(2026, 2, 25), 0.06379561962820644, 16), (datetime.date(2026, 2, 26), 0.09631709608478756, 5), (datetime.date(2026, 2, 27), 0.04549726481134771, 23)), 'flux_dev': ((datetime.date(2026, 2, 2), 0.09930581064966698, 6), (datetime.date(2026, 2, 3), 0.16019811490352337, 5), (datetime.date(2026, 2, 4), 0.12537423091015437, 13), (datetime.date(2026, 2, 5), 0.088115030572892, 6), (datetime.date(2026, 2, 7), 0.11782397573427673, 5), (datetime.date(2026, 2, 9), 0.19392807112691085, 17), (datetime.date(2026, 2, 10), 0.16372859104767118, 34), (datetime.date(2026, 2, 11), 0.1473140368212744, 30), (datetime.date(2026, 2, 12), 0.1401416221777693, 17), (datetime.date(2026, 2, 13), 0.15389552398325557, 23), (datetime.date(2026, 2, 14), 0.1812890714177141, 18), (datetime.date(2026, 2, 16), 0.1545019061919382, 22), (datetime.date(2026, 2, 17), 0.1585831470332195, 17), (datetime.date(2026, 2, 18), 0.16055478851133287, 25), (datetime.date(2026, 2, 19), 0.1445092404815762, 10), (datetime.date(2026, 2, 20), 0.15616458521809334, 18), (datetime.date(2026, 2, 23), 0.17131298477304488, 22), (datetime.date(2026, 2, 24), 0.11086949519745254, 15), (datetime.date(2026, 2, 25), 0.16344791988299848, 26), (datetime.date(2026, 2, 26), 0.1548896334322599, 25), (datetime.date(2026, 2, 27), 0.15639875109156237, 23)), 'emr': ((datetime.date(2026, 2, 3), 0.0236121863838478, 9), (datetime.date(2026, 2, 7), 0.04192823104216098, 9), (datetime.date(2026, 2, 9), 0.09058927952438708, 7), (datetime.date(2026, 2, 10), 0.09372885752559539, 7), (datetime.date(2026, 2, 11), 0.08171282483797124, 19), (datetime.date(2026, 2, 12), 0.07886563009871114, 7), (datetime.date(2026, 2, 13), 0.08092547646003681, 10), (datetime.date(2026, 2, 14), 0.06233164930800608, 9), (datetime.date(2026, 2, 16), 0.07095898631019287, 16), (datetime.date(2026, 2, 17), 0.07081294600149544, 8), (datetime.date(2026, 2, 18), 0.06936312204871438, 11), (datetime.date(2026, 2, 19), 0.0689849434368442, 11), (datetime.date(2026, 2, 20), 0.07771189035809944, 10), (datetime.date(2026, 2, 23), 0.09500605261077413, 17), (datetime.date(2026, 2, 24), 0.05719206795647203, 10), (datetime.date(2026, 2, 25), 0.06979807873255395, 13), (datetime.date(2026, 2, 26), 0.09263059355438086, 26), (datetime.date(2026, 2, 27), 0.08100709652402738, 12)), 'aluminium': ((datetime.date(2026, 2, 9), 0.0994518193467582, 8), (datetime.date(2026, 2, 11), 0.05637863811324274, 21), (datetime.date(2026, 2, 12), 0.08461958863709221, 16), (datetime.date(2026, 2, 13), 0.07505827545280838, 8), (datetime.date(2026, 2, 14), 0.11782477719749068, 5), (datetime.date(2026, 2, 16), 0.1034234215903983, 14), (datetime.date(2026, 2, 17), 0.07977270901830243, 13), (datetime.date(2026, 2, 18), 0.1059681079373865, 13), (datetime.date(2026, 2, 19), 0.08352030944758666, 11), (datetime.date(2026, 2, 20), 0.07322061885719121, 12), (datetime.date(2026, 2, 23), 0.061030562302258874, 12), (datetime.date(2026, 2, 24), 0.05841316020363917, 10), (datetime.date(2026, 2, 25), 0.05822902915820761, 11), (datetime.date(2026, 2, 26), 0.06754473992552175, 13), (datetime.date(2026, 2, 27), 0.07842927203848013, 13)), 'ela': ((datetime.date(2026, 2, 10), 0.04101609941515389, 43), (datetime.date(2026, 2, 11), 0.14970696936132752, 44), (datetime.date(2026, 2, 12), 0.19927435122083215, 24), (datetime.date(2026, 2, 13), 0.11803179225915822, 22), (datetime.date(2026, 2, 14), 0.10313852470824403, 22), (datetime.date(2026, 2, 16), 0.18240077416692127, 21), (datetime.date(2026, 2, 17), 0.2126447982673324, 24), (datetime.date(2026, 2, 18), 0.14510647216863462, 21), (datetime.date(2026, 2, 19), 0.1701059363110681, 26), (datetime.date(2026, 2, 20), 0.11210022732590255, 25), (datetime.date(2026, 2, 24), 0.056587168053213545, 18), (datetime.date(2026, 2, 25), 0.10045005404096405, 24), (datetime.date(2026, 2, 26), 0.1559464256266354, 22), (datetime.date(2026, 2, 27), 0.09847630045662441, 23))}, 'quality_array': [['-6.05031317935361', '02022026'], ['-6.145360664772454', '03022026'], ['-6.1082724945803655', '04022026'], ['-5.963285461771053', '05022026'], ['-6.250432893562645', '07022026'], ['-6.13462135682969', '09022026'], ['-6.66536185391388', '10022026'], ['-5.682341735818976', '11022026'], ['-4.515572400270929', '12022026'], ['-4.4843288577801985', '13022026'], ['-4.584131265227908', '14022026'], ['-4.598042446174463', '16022026'], ['-4.504212043007656', '17022026'], ['-4.511636770572234', '18022026'], ['-4.469025811518621', '19022026'], ['-4.633418905861036', '20022026'], ['-4.505867312984923', '23022026'], ['-4.498358449110048', '24022026'], ['-4.605884979225079', '25022026'], ['-4.658751567818897', '26022026'], ['-4.690167833206527', '27022026']], 'number_of_batch': ((1985,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011588217864606927, 'nb_photo': 1225, 'list_port_cont': '30302438,30317511,30317771,30317955,30318228,30319277,30322064,30333367,30335081,30337865,30348810,30349733,30355400,30356186,30362994,30364431,30364707,30364713,30365009,30365330,30365364,30365807,30366249,30366305,30366487,30367646,30371175,30372104,30372149,30372994,30374100,30374830,30375478,30375803,30376022,30376742,30379872,30381269,30381296,30381542,30382048,30382806,30383661,30383955,30384648,30384964,30385227,30385899,30386309,30386324,30386380,30386668,30389927,30390421,30390982,30391005,30391757,30391773,30392538,30393458,30393507,30393545,30394391,30411421,30411552,30412364,30414170,30414283,30415979,30415993,30416470,30417187,30417764,30422386,30423180,30424102,30424803,30424867,30426473,30426647,30428128,30429529,30430718,30433105,30434251,30434463,30434565,30437341,30437473,30438810,30439028,30439169,30439672,30440054,30458659,30459500,30461284,30462843,30464519,30464582,30464807,30467661,30468011,30468100,30470294,30470798,30470807,30474928,30474982,30475144,30482197,30482901,30485162,3048534', 'assoc_port': '30302181:30302438,30316894:30317955,30316896:30319277,30316906:30317771,30316933:30317511,30317937:30318228,30321406:30322064,30333126:30333367,30335012:30335081,30337652:30337865,30348419:30348810,30349656:30349733,30350356:30355400,30355869:30356186,30362769:30362994,30364114:30365009,30364119:30364431,30364596:30364713,30364602:30364707,30365105:30365364,30365108:30365330,30365610:30365807,30366054:30366305,30366058:30366487,30366063:30366249,30366707:30367646,30371017:30371175,30371985:30372104,30371990:30372149,30372622:30372994,30373080:30374100,30374253:30374830,30374864:30375478,30374916:30379872,30375563:30376022,30375570:30375803,30376036:30376742,30380937:30381269,30380939:30381296,30381413:30381542,30381818:30382048,30382509:30383955,30382731:30382806,30383449:30383661,30383769:30384964,30384641:30384648,30385068:30385227,30385659:30385899,30386168:30386309,30386172:30386324,30386178:30386380,30386611:30386668,30389679:30389927,30390234:30390421,30390823:30391005,30390827:30390982,30391458:3039253', 'assoc_mat': '30302181:autre:3327:30302438,30316894:autre:3327:30317955,30316896:autre:3327:30319277,30316906:autre:3327:30317771,30316933:autre:3327:30317511,30317937:autre:3327:30318228,30321406:autre:3327:30322064,30333126:autre:3327:30333367,30335012:autre:3327:30335081,30337652:autre:3327:30337865,30348419:autre:3327:30348810,30349656:autre:3327:30349733,30350356:autre:3327:30355400,30355869:autre:3327:30356186,30362769:autre:3327:30362994,30364114:autre:3327:30365009,30364119:autre:3327:30364431,30364596:autre:3327:30364713,30364602:autre:3327:30364707,30365105:autre:3327:30365364,30365108:autre:3327:30365330,30365610:autre:3327:30365807,30366054:autre:3327:30366305,30366058:autre:3327:30366487,30366063:autre:3327:30366249,30366707:autre:3327:30367646,30371017:autre:3327:30371175,30371985:autre:3327:30372104,30371990:autre:3327:30372149,30372622:autre:3327:30372994,30373080:autre:3327:30374100,30374253:autre:3327:30374830,30374864:autre:3327:30375478,30374916:autre:3327:30379872,30375563:autre:3327:30376022,30375570:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001271746154597147, 'nb_photo': 178, 'list_port_cont': '30291992,30293474,30303679,30305343,30317026,30318686,30319836,30334541,30335300,30336428,30337160,30350630,30354008,30356199,30364444,30365850,30375817,30376128,30382002,30390388,30414052,30414118,30415905,30417142,30422405,30428049,30439806,30463284,30474683,30482132,30556982,30557479', 'assoc_port': '30291900:30291992,30293213:30293474,30303524:30303679,30305288:30305343,30316887:30318686,30316902:30317026,30319681:30319836,30334523:30334541,30335122:30335300,30336232:30336428,30336905:30337160,30350359:30350630,30353968:30354008,30355868:30356199,30364122:30364444,30365606:30365850,30375567:30375817,30375989:30376128,30381801:30382002,30390238:30390388,30413755:30414052,30413756:30414118,30415664:30415905,30416949:30417142,30422132:30422405,30427763:30428049,30439717:30439806,30462764:30463284,30474277:30474683,30481865:30482132,30520289:30556982,30521693:30557479', 'assoc_mat': '30291900:autre:3594:30291992,30293213:autre:3594:30293474,30303524:autre:3594:30303679,30305288:autre:3594:30305343,30316887:autre:3594:30318686,30316902:autre:3594:30317026,30319681:autre:3594:30319836,30334523:autre:3594:30334541,30335122:autre:3594:30335300,30336232:autre:3594:30336428,30336905:autre:3594:30337160,30350359:autre:3594:30350630,30353968:autre:3594:30354008,30355868:autre:3594:30356199,30364122:autre:3594:30364444,30365606:autre:3594:30365850,30375567:autre:3594:30375817,30375989:autre:3594:30376128,30381801:autre:3594:30382002,30390238:autre:3594:30390388,30413755:autre:3594:30414052,30413756:autre:3594:30414118,30415664:autre:3594:30415905,30416949:autre:3594:30417142,30422132:autre:3594:30422405,30427763:autre:3594:30428049,30439717:autre:3594:30439806,30462764:autre:3594:30463284,30474277:autre:3594:30474683,30481865:autre:3594:30482132,30520289:autre:3594:30556982,30521693:autre:3594:30557479'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.03419417534237899, 'nb_photo': 2506, 'list_port_cont': '30290369,30291446,30291625,30291913,30293047,30293330,30294421,30300046,30300299,30300587,30300617,30301222,30301233,30301270,30301318,30302342,30302369,30302840,30302852,30303550,30303560,30303641,30304184,30304350,30305297,30307865,30307905,30310777,30311436,30314975,30315386,30316299,30316754,30317321,30317368,30317430,30317459,30317536,30317607,30317639,30317695,30317706,30317750,30317793,30317801,30317899,30318171,30318267,30318771,30318911,30318975,30320046,30320706,30320886,30321525,30322390,30322648,30322664,30327148,30327161,30327253,30327260,30327419,30327572,30333637,30333862,30334533,30334713,30334758,30335560,30335666,30336321,30336501,30337086,30337389,30337701,30346658,30346696,30346904,30346960,30347322,30348651,30348724,30363393,30364605,30365147,30366037,30370833,30370862,30370873,30372020,30374358,30375092,30376151,30376666,30376763,30380630,30381140,30382753,30382784,30386223,30389795,30390928,30394675,30411023,30414314,30414340,30415729,30416627,30417049,30423933,30424501,30424549,3042457', 'assoc_port': '30290351:30290369,30291287:30291446,30291611:30291625,30291902:30291913,30292864:30293047,30293214:30293330,30294223:30294421,30299944:30300046,30300247:30300299,30300542:30300617,30300544:30300587,30301102:30301318,30301161:30301222,30301180:30301233,30301181:30301270,30302179:30302369,30302182:30302342,30302714:30302852,30302752:30302840,30303518:30303641,30303520:30303560,30303527:30303550,30303948:30304184,30304346:30304350,30305289:30305297,30307815:30307905,30307822:30307865,30310712:30311436,30310719:30310777,30314901:30314975,30315256:30315386,30316218:30316299,30316572:30316754,30316872:30318267,30316875:30318171,30316883:30317899,30316886:30317793,30316889:30317801,30316892:30317750,30316895:30317695,30316900:30317706,30316904:30317639,30316905:30317607,30316908:30317536,30316912:30317459,30316914:30317430,30316918:30317368,30316921:30317321,30316936:30318771,30317931:30318975,30317951:30318911,30319874:30320046,30320625:30320706,30320880:30320886,30321386:30321525,30322313:30322390,30322553:3032264', 'assoc_mat': '30290351:autre_refus:3726:30290369,30291287:autre_refus:3726:30291446,30291611:autre_refus:3726:30291625,30291902:autre_refus:3726:30291913,30292864:autre_refus:3726:30293047,30293214:autre_refus:3726:30293330,30294223:autre_refus:3726:30294421,30299944:autre_refus:3726:30300046,30300247:autre_refus:3726:30300299,30300542:autre_refus:3726:30300617,30300544:autre_refus:3726:30300587,30301102:autre_refus:3726:30301318,30301161:autre_refus:3726:30301222,30301180:autre_refus:3726:30301233,30301181:autre_refus:3726:30301270,30302179:autre_refus:3726:30302369,30302182:autre_refus:3726:30302342,30302714:autre_refus:3726:30302852,30302752:autre_refus:3726:30302840,30303518:autre_refus:3726:30303641,30303520:autre_refus:3726:30303560,30303527:autre_refus:3726:30303550,30303948:autre_refus:3726:30304184,30304346:autre_refus:3726:30304350,30305289:autre_refus:3726:30305297,30307815:autre_refus:3726:30307905,30307822:autre_refus:3726:30307865,30310712:autre_refus:3726:30311436,30310719:autre_refus:3726:30310777,30314901:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010484700279795166, 'nb_photo': 1437, 'list_port_cont': '30348807,30349741,30355398,30356174,30363005,30364421,30364702,30364719,30365018,30365334,30365366,30365809,30366248,30366292,30366494,30367637,30371180,30372098,30372142,30373004,30374097,30374824,30375475,30375810,30376029,30376734,30379876,30381263,30381287,30381297,30381533,30382051,30382802,30383669,30383945,30384647,30384976,30385217,30385895,30386316,30386334,30386384,30386674,30389919,30390423,30390991,30391001,30391748,30391763,30392544,30393459,30393513,30393532,30394393,30411423,30411548,30412370,30414165,30414286,30415983,30416003,30416473,30417191,30417765,30422388,30423177,30424091,30424806,30424865,30426463,30426638,30428131,30428925,30429541,30430725,30433103,30434248,30434465,30434561,30437352,30437475,30438811,30439021,30439168,30439514,30439662,30440049,30458671,30459498,30461285,30462842,30464521,30464574,30464799,30467665,30468014,30468098,30470287,30470789,30470811,30474916,30474972,30475143,30482195,30482898,30485163,30485337,30487509,30489145,30489152,30520700,30520715,30520748,3052465', 'assoc_port': '30348419:30348807,30349656:30349741,30350356:30355398,30355869:30356174,30362769:30363005,30364114:30365018,30364119:30364421,30364596:30364719,30364602:30364702,30365105:30365366,30365108:30365334,30365610:30365809,30366054:30366292,30366058:30366494,30366063:30366248,30366707:30367637,30371017:30371180,30371985:30372098,30371990:30372142,30372622:30373004,30373080:30374097,30374253:30374824,30374864:30375475,30374916:30379876,30375563:30376029,30375570:30375810,30376036:30376734,30380937:30381263,30380939:30381297,30380946:30381287,30381413:30381533,30381818:30382051,30382509:30383945,30382731:30382802,30383449:30383669,30383769:30384976,30384641:30384647,30385068:30385217,30385659:30385895,30386168:30386316,30386172:30386334,30386178:30386384,30386611:30386674,30389679:30389919,30390234:30390423,30390823:30391001,30390827:30390991,30391458:30392544,30391466:30391763,30391469:30391748,30393092:30393532,30393099:30393459,30393141:30393513,30394257:30394393,30411284:30411423,30411466:30411548,30412116:3041237', 'assoc_mat': '30348419:barquette_avec_film:3327:30348807,30349656:barquette_avec_film:3327:30349741,30350356:barquette_avec_film:3327:30355398,30355869:barquette_avec_film:3327:30356174,30362769:barquette_avec_film:3327:30363005,30364114:barquette_avec_film:3327:30365018,30364119:barquette_avec_film:3327:30364421,30364596:barquette_avec_film:3327:30364719,30364602:barquette_avec_film:3327:30364702,30365105:barquette_avec_film:3327:30365366,30365108:barquette_avec_film:3327:30365334,30365610:barquette_avec_film:3327:30365809,30366054:barquette_avec_film:3327:30366292,30366058:barquette_avec_film:3327:30366494,30366063:barquette_avec_film:3327:30366248,30366707:barquette_avec_film:3327:30367637,30371017:barquette_avec_film:3327:30371180,30371985:barquette_avec_film:3327:30372098,30371990:barquette_avec_film:3327:30372142,30372622:barquette_avec_film:3327:30373004,30373080:barquette_avec_film:3327:30374097,30374253:barquette_avec_film:3327:30374824,30374864:barquette_avec_film:3327:30375475,30374916:barquette_avec_film:3327:3'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0047719111645542316, 'nb_photo': 392, 'list_port_cont': '30348706,30350506,30350586,30350841,30362661,30365294,30366166,30376096,30376787,30381956,30383874,30386284,30386614,30390300,30393652,30413356,30413974,30415850,30417507,30422308,30427541,30427912,30434146,30434166,30437193,30438733,30439765,30462186,30481970,30515385,30515528,30548488,30550632,30554470,30555321,30561151,30561816,30563500,30567243,30569989,30570642,30570766', 'assoc_port': '30348405:30348706,30350358:30350586,30350360:30350506,30350789:30350841,30362654:30362661,30365098:30365294,30366062:30366166,30374184:30376787,30376035:30376096,30381798:30381956,30383750:30383874,30386171:30386284,30386613:30386614,30390237:30390300,30391858:30393652,30411795:30413356,30412112:30413974,30415627:30415850,30416943:30417507,30422128:30422308,30426079:30427541,30427759:30427912,30433953:30434166,30433956:30434146,30437163:30437193,30438513:30438733,30439716:30439765,30461853:30462186,30466591:30515528,30481873:30481970,30486695:30515385,30520310:30561816,30520335:30570766,30521049:30567243,30521147:30569989,30522388:30570642,30523044:30561151,30535167:30563500,30535853:30550632,30536090:30554470,30544206:30555321,30548091:30548488', 'assoc_mat': '30348405:barquette_opaque:4205:30348706,30350358:barquette_opaque:4205:30350586,30350360:barquette_opaque:4205:30350506,30350789:barquette_opaque:4205:30350841,30362654:barquette_opaque:4205:30362661,30365098:barquette_opaque:4205:30365294,30366062:barquette_opaque:4205:30366166,30374184:barquette_opaque:4205:30376787,30376035:barquette_opaque:4205:30376096,30381798:barquette_opaque:4205:30381956,30383750:barquette_opaque:4205:30383874,30386171:barquette_opaque:4205:30386284,30386613:barquette_opaque:4205:30386614,30390237:barquette_opaque:4205:30390300,30391858:barquette_opaque:4205:30393652,30411795:barquette_opaque:4205:30413356,30412112:barquette_opaque:4205:30413974,30415627:barquette_opaque:4205:30415850,30416943:barquette_opaque:4205:30417507,30422128:barquette_opaque:4205:30422308,30426079:barquette_opaque:4205:30427541,30427759:barquette_opaque:4205:30427912,30433953:barquette_opaque:4205:30434166,30433956:barquette_opaque:4205:30434146,30437163:barquette_opaque:4205:30437193,30438513:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.02504914727813065, 'nb_photo': 3464, 'list_port_cont': '30355515,30364399,30365287,30366321,30372217,30375486,30375510,30376420,30381556,30383688,30384875,30386371,30391018,30391311,30393742,30393795,30397105,30411402,30413049,30414423,30416519,30417269,30422458,30424747,30426495,30426584,30428244,30430627,30434538,30437850,30439186,30458851,30462869,30547918,30548149,30550480,30555926,30556383,30556554,30556877,30558135,30562767,30563356,30563962,30568139,30571492,30572008,30572451,30572551', 'assoc_port': '30355431:30355515,30364116:30364399,30365106:30365287,30366060:30366321,30371984:30372217,30374838:30375486,30374917:30375510,30376032:30376420,30381411:30381556,30383444:30383688,30384777:30384875,30386174:30386371,30390228:30391311,30390868:30391018,30392089:30393795,30393088:30397105,30393660:30393742,30411282:30411402,30412938:30413049,30414207:30414423,30416250:30416519,30416948:30417269,30422158:30422458,30424474:30424747,30426083:30426495,30426096:30426584,30427756:30428244,30429228:30430627,30434454:30434538,30437569:30437850,30439084:30439186,30458034:30458851,30461856:30462869,30482699:30556383,30520286:30558135,30520313:30562767,30521152:30571492,30521340:30547918,30521981:30572551,30522565:30548149,30523373:30563356,30534710:30572451,30534715:30572008,30535493:30563962,30535790:30550480,30539171:30556877,30544211:30555926,30547795:30556554,30549864:30568139', 'assoc_mat': '30355431:barquette_opaque:4203:30355515,30364116:barquette_opaque:4203:30364399,30365106:barquette_opaque:4203:30365287,30366060:barquette_opaque:4203:30366321,30371984:barquette_opaque:4203:30372217,30374838:barquette_opaque:4203:30375486,30374917:barquette_opaque:4203:30375510,30376032:barquette_opaque:4203:30376420,30381411:barquette_opaque:4203:30381556,30383444:barquette_opaque:4203:30383688,30384777:barquette_opaque:4203:30384875,30386174:barquette_opaque:4203:30386371,30390228:barquette_opaque:4203:30391311,30390868:barquette_opaque:4203:30391018,30392089:barquette_opaque:4203:30393795,30393088:barquette_opaque:4203:30397105,30393660:barquette_opaque:4203:30393742,30411282:barquette_opaque:4203:30411402,30412938:barquette_opaque:4203:30413049,30414207:barquette_opaque:4203:30414423,30416250:barquette_opaque:4203:30416519,30416948:barquette_opaque:4203:30417269,30422158:barquette_opaque:4203:30422458,30424474:barquette_opaque:4203:30424747,30426083:barquette_opaque:4203:30426495,30426096:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031326897615454427, 'nb_photo': 676, 'list_port_cont': '30348582,30348608,30349704,30350462,30350848,30353027,30355909,30355936,30363431,30363624,30364265,30364340,30364393,30364617,30364686,30365197,30365265,30365629,30365631,30366191,30366760,30366858,30366952,30368803,30370852,30371403,30372816,30372894,30373094,30373450,30373771,30374465,30375067,30375614,30375695,30375713,30376068,30376637,30376831,30381082,30381105,30381169,30381971,30382562,30382571,30383536,30383860,30383894,30384359,30385029,30385391,30386202,30386227,30386631,30389747,30389807,30390282,30390957,30391623,30391936,30392069,30393254,30393284,30393355,30393384,30394297,30394321,30396981,30411050,30411302,30411476,30411489,30411802,30412228,30412283,30412301,30413922,30413997,30414550,30414592,30415713,30415788,30416338,30416371,30416649,30417030,30417581,30419093,30422210,30422222,30422839,30423017,30423062,30423910,30423923,30424478,30424569,30424588,30424635,30425026,30426132,30426232,30426283,30426353,30426924,30427773,30427943,30428816,30431365,30432979,30434082,30434138,30434222,3043478', 'assoc_port': '30348407:30348582,30348410:30348608,30349655:30349704,30350361:30350462,30350748:30353027,30350787:30350848,30355867:30355909,30355870:30355936,30363346:30363431,30363571:30363624,30364115:30364393,30364117:30364265,30364120:30364340,30364597:30364686,30364601:30364617,30365100:30365265,30365107:30365197,30365603:30365631,30365608:30365629,30365612:30366760,30366055:30366191,30366061:30368803,30366702:30366952,30366706:30366858,30370758:30370852,30371337:30371403,30371983:30373450,30372581:30373771,30372621:30372816,30372623:30372894,30373081:30373094,30374164:30374465,30374937:30375067,30375561:30375713,30375564:30375695,30375566:30375614,30376015:30376068,30376541:30376637,30376770:30376831,30380938:30381169,30380943:30381105,30380945:30381082,30381796:30381971,30381804:30382571,30382511:30382562,30383445:30383536,30383452:30385029,30383770:30383894,30383772:30383860,30384242:30384359,30385341:30385391,30386167:30386227,30386170:30386202,30386612:30386631,30389677:30389807,30389683:30389747,30390235:3039028', 'assoc_mat': '30348407:barquette_opaque:4207:30348582,30348410:barquette_opaque:4207:30348608,30349655:barquette_opaque:4207:30349704,30350361:barquette_opaque:4207:30350462,30350748:barquette_opaque:4207:30353027,30350787:barquette_opaque:4207:30350848,30355867:barquette_opaque:4207:30355909,30355870:barquette_opaque:4207:30355936,30363346:barquette_opaque:4207:30363431,30363571:barquette_opaque:4207:30363624,30364115:barquette_opaque:4207:30364393,30364117:barquette_opaque:4207:30364265,30364120:barquette_opaque:4207:30364340,30364597:barquette_opaque:4207:30364686,30364601:barquette_opaque:4207:30364617,30365100:barquette_opaque:4207:30365265,30365107:barquette_opaque:4207:30365197,30365603:barquette_opaque:4207:30365631,30365608:barquette_opaque:4207:30365629,30365612:barquette_opaque:4207:30366760,30366055:barquette_opaque:4207:30366191,30366061:barquette_opaque:4207:30368803,30366702:barquette_opaque:4207:30366952,30366706:barquette_opaque:4207:30366858,30370758:barquette_opaque:4207:30370852,30371337:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0059244828581451, 'nb_photo': 40, 'list_port_cont': '30334558,30338052,30357353,30363575,30364289,30372032,30376688,30382608,30383813,30394272,30412968,30413101,30416056,30423952,30426308,30427974,30428892,30434182,30435262,30436952,30439597,30457604,30459434,30520671,30530100,30531963,30548570,30550537,30559105,30560232,30570247', 'assoc_port': '30334524:30334558,30338007:30338052,30357343:30357353,30363569:30363575,30364118:30364289,30371989:30372032,30376034:30376688,30381802:30383813,30382510:30382608,30393123:30394272,30411463:30413101,30412937:30412968,30413760:30416056,30423731:30423952,30426099:30426308,30427753:30427974,30428693:30428892,30433954:30434182,30434449:30436952,30435214:30435262,30439501:30439597,30457292:30457604,30459234:30459434,30520343:30520671,30521127:30531963,30521660:30530100,30534711:30570247,30534793:30560232,30535492:30559105,30544165:30550537,30548087:30548570', 'assoc_mat': '30334524:barquette_opaque:4461:30334558,30338007:barquette_opaque:4461:30338052,30357343:barquette_opaque:4461:30357353,30363569:barquette_opaque:4461:30363575,30364118:barquette_opaque:4461:30364289,30371989:barquette_opaque:4461:30372032,30376034:barquette_opaque:4461:30376688,30381802:barquette_opaque:4461:30383813,30382510:barquette_opaque:4461:30382608,30393123:barquette_opaque:4461:30394272,30411463:barquette_opaque:4461:30413101,30412937:barquette_opaque:4461:30412968,30413760:barquette_opaque:4461:30416056,30423731:barquette_opaque:4461:30423952,30426099:barquette_opaque:4461:30426308,30427753:barquette_opaque:4461:30427974,30428693:barquette_opaque:4461:30428892,30433954:barquette_opaque:4461:30434182,30434449:barquette_opaque:4461:30436952,30435214:barquette_opaque:4461:30435262,30439501:barquette_opaque:4461:30439597,30457292:barquette_opaque:4461:30457604,30459234:barquette_opaque:4461:30459434,30520343:barquette_opaque:4461:30520671,30521127:barquette_opaque:4461:30531963,30521660:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02311234505404649, 'nb_photo': 4188, 'list_port_cont': '30302303,30302311,30317030,30317275,30335598,30348558,30350869,30350958,30357407,30363612,30364667,30365220,30366139,30366283,30366721,30366936,30368817,30370915,30371693,30373136,30373508,30373514,30375176,30375200,30375594,30375722,30375798,30376160,30376648,30376803,30381115,30381991,30382738,30382869,30383486,30383550,30383839,30384520,30384862,30385415,30385820,30386299,30388418,30389814,30389910,30390325,30390931,30390965,30391612,30391713,30393274,30393303,30393378,30393406,30394333,30411517,30412010,30412236,30412944,30413941,30414044,30414351,30414453,30415801,30416349,30416732,30417062,30417250,30417602,30422273,30422325,30423121,30423127,30424646,30424670,30426196,30426936,30427552,30427806,30427962,30428055,30428834,30429628,30430753,30433029,30434118,30434495,30434841,30435253,30436605,30437255,30437783,30438641,30439132,30439584,30439635,30457590,30457644,30457902,30462288,30463092,30464393,30464540,30464659,30469676,30469875,30471156,30471294,30474550,30474602,30479702,30482072,30482889,3048291', 'assoc_port': '30302187:30302311,30302189:30302303,30316924:30317275,30316935:30317030,30335480:30335598,30348435:30348558,30349654:30350958,30350775:30350869,30357342:30357407,30363573:30363612,30364600:30364667,30365097:30366283,30365104:30365220,30365609:30366721,30366053:30368817,30366059:30366139,30366703:30371693,30366704:30366936,30370765:30370915,30371981:30373514,30371991:30373508,30373082:30373136,30374223:30376803,30374915:30375176,30374918:30375200,30375559:30375798,30375562:30375594,30375569:30375722,30376037:30376160,30376542:30376648,30380941:30381115,30381409:30382869,30381803:30381991,30381833:30383839,30382730:30382738,30383450:30383550,30383451:30383486,30384240:30384520,30384775:30384862,30385342:30385415,30385661:30385820,30386173:30386299,30386179:30388418,30389671:30389910,30389681:30389814,30390233:30390325,30390824:30390965,30390866:30390931,30391462:30391713,30391467:30391612,30393090:30393406,30393097:30393378,30393098:30393303,30393140:30393274,30394258:30394333,30410949:30412236,30411465:3041151', 'assoc_mat': '30302187:barquette_opaque:4200:30302311,30302189:barquette_opaque:4200:30302303,30316924:barquette_opaque:4200:30317275,30316935:barquette_opaque:4200:30317030,30335480:barquette_opaque:4200:30335598,30348435:barquette_opaque:4200:30348558,30349654:barquette_opaque:4200:30350958,30350775:barquette_opaque:4200:30350869,30357342:barquette_opaque:4200:30357407,30363573:barquette_opaque:4200:30363612,30364600:barquette_opaque:4200:30364667,30365097:barquette_opaque:4200:30366283,30365104:barquette_opaque:4200:30365220,30365609:barquette_opaque:4200:30366721,30366053:barquette_opaque:4200:30368817,30366059:barquette_opaque:4200:30366139,30366703:barquette_opaque:4200:30371693,30366704:barquette_opaque:4200:30366936,30370765:barquette_opaque:4200:30370915,30371981:barquette_opaque:4200:30373514,30371991:barquette_opaque:4200:30373508,30373082:barquette_opaque:4200:30373136,30374223:barquette_opaque:4200:30376803,30374915:barquette_opaque:4200:30375176,30374918:barquette_opaque:4200:30375200,30375559:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006177480562929052, 'nb_photo': 109, 'list_port_cont': '30303365,30309273,30334725,30335619,30346675,30370887,30371057,30372956,30374588,30376118,30376623,30380798,30382773,30390261,30391714,30393414,30394360,30394441,30411523,30416427,30422252,30425081,30425611,30434092,30435316,30462086,30467426,30486869,30508547,30520502,30524531,30524740,30524943,30524963,30526593,30526843,30527163,30548468,30550216,30550384,30551566,30552553,30552898,30553325,30560140,30560447,30567926', 'assoc_port': '30303219:30303365,30307826:30309273,30334710:30334725,30335476:30335619,30346647:30346675,30370760:30370887,30371012:30371057,30372619:30372956,30374203:30374588,30375954:30376118,30376564:30376623,30380593:30380798,30382729:30382773,30390239:30390261,30391461:30391714,30393087:30394441,30393093:30393414,30394260:30394360,30411468:30411523,30416254:30416427,30422134:30422252,30423711:30425611,30424985:30425081,30433957:30434092,30435212:30435316,30461848:30462086,30466584:30467426,30484222:30508547,30486694:30486869,30520288:30526843,30520331:30526593,30520369:30520502,30521126:30527163,30521802:30524963,30522390:30524943,30522680:30524740,30523375:30524531,30534707:30560447,30534708:30553325,30535163:30560140,30535499:30552898,30536211:30552553,30539168:30551566,30544180:30567926,30547787:30550384,30547788:30548468,30549866:30550216', 'assoc_mat': '30303219:barquette_opaque:4209:30303365,30307826:barquette_opaque:4209:30309273,30334710:barquette_opaque:4209:30334725,30335476:barquette_opaque:4209:30335619,30346647:barquette_opaque:4209:30346675,30370760:barquette_opaque:4209:30370887,30371012:barquette_opaque:4209:30371057,30372619:barquette_opaque:4209:30372956,30374203:barquette_opaque:4209:30374588,30375954:barquette_opaque:4209:30376118,30376564:barquette_opaque:4209:30376623,30380593:barquette_opaque:4209:30380798,30382729:barquette_opaque:4209:30382773,30390239:barquette_opaque:4209:30390261,30391461:barquette_opaque:4209:30391714,30393087:barquette_opaque:4209:30394441,30393093:barquette_opaque:4209:30393414,30394260:barquette_opaque:4209:30394360,30411468:barquette_opaque:4209:30411523,30416254:barquette_opaque:4209:30416427,30422134:barquette_opaque:4209:30422252,30423711:barquette_opaque:4209:30425611,30424985:barquette_opaque:4209:30425081,30433957:barquette_opaque:4209:30434092,30435212:barquette_opaque:4209:30435316,30461848:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.06551804289558974, 'nb_photo': 34730, 'list_port_cont': '30289858,30290284,30290488,30290610,30291534,30291589,30291636,30291699,30291931,30291955,30292237,30292280,30293122,30294104,30294154,30294482,30294575,30302366,30302417,30303436,30303697,30304242,30304444,30305383,30307992,30308012,30308038,30308059,30311554,30312225,30315153,30315167,30315416,30315433,30316088,30316119,30316131,30316446,30316728,30316761,30317175,30317217,30317309,30317554,30317655,30317827,30317856,30317866,30317879,30318028,30318060,30318137,30318157,30318200,30318239,30318283,30318295,30318705,30319109,30319130,30319167,30319817,30320213,30320948,30321216,30321220,30321307,30321728,30321924,30322048,30322453,30322525,30322697,30322887,30322909,30327141,30327241,30327273,30327368,30327491,30327519,30327588,30327660,30329872,30333288,30333295,30333322,30333912,30333928,30334302,30334596,30334601,30334790,30335297,30335342,30336559,30337064,30337125,30337446,30337787,30337822,30337844,30346430,30346766,30346769,30347064,30347435,30348755,30349320,30349712,30350881,30350895,30356167,3036350', 'assoc_port': '30289306:30290610,30289774:30289858,30290043:30290284,30290347:30290488,30291286:30291589,30291289:30291534,30291609:30291699,30291612:30291636,30291899:30291955,30291901:30291931,30292077:30292280,30292101:30292237,30292862:30293122,30293775:30294154,30293777:30294104,30294224:30294575,30294228:30294482,30302186:30302366,30302190:30302417,30303218:30303436,30303526:30303697,30303943:30304242,30304344:30304444,30305286:30305383,30307814:30308059,30307816:30308012,30307817:30308038,30307818:30307992,30310708:30312225,30310716:30311554,30314898:30315167,30314900:30315153,30315255:30315433,30315259:30315416,30315979:30316088,30315981:30316119,30315984:30316131,30316220:30316446,30316647:30316728,30316648:30316761,30316860:30318705,30316864:30318239,30316865:30319817,30316866:30318137,30316869:30317217,30316873:30318295,30316877:30318283,30316882:30318060,30316884:30318028,30316885:30317866,30316893:30317879,30316897:30317856,30316903:30317827,30316911:30317655,30316920:30317554,30316925:30317309,30316934:3031717', 'assoc_mat': '30289306:barquette_opaque:4211:30290610,30289774:barquette_opaque:4211:30289858,30290043:barquette_opaque:4211:30290284,30290347:barquette_opaque:4211:30290488,30291286:barquette_opaque:4211:30291589,30291289:barquette_opaque:4211:30291534,30291609:barquette_opaque:4211:30291699,30291612:barquette_opaque:4211:30291636,30291899:barquette_opaque:4211:30291955,30291901:barquette_opaque:4211:30291931,30292077:barquette_opaque:4211:30292280,30292101:barquette_opaque:4211:30292237,30292862:barquette_opaque:4211:30293122,30293775:barquette_opaque:4211:30294154,30293777:barquette_opaque:4211:30294104,30294224:barquette_opaque:4211:30294575,30294228:barquette_opaque:4211:30294482,30302186:barquette_opaque:4211:30302366,30302190:barquette_opaque:4211:30302417,30303218:barquette_opaque:4211:30303436,30303526:barquette_opaque:4211:30303697,30303943:barquette_opaque:4211:30304242,30304344:barquette_opaque:4211:30304444,30305286:barquette_opaque:4211:30305383,30307814:barquette_opaque:4211:30308059,30307816:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00506939861024885, 'nb_photo': 877, 'list_port_cont': '30302440,30317967,30319575,30335083,30336572,30337471,30346440,30348817,30349736,30355403,30356185,30362995,30364420,30364709,30364715,30365006,30365338,30365371,30365801,30366260,30366302,30366493,30367647,30371174,30372151,30373005,30374110,30374835,30375483,30376020,30376744,30379882,30381260,30381283,30381300,30381544,30382043,30382809,30383672,30383957,30384660,30384965,30385223,30385898,30386319,30386329,30386373,30386670,30389922,30390428,30390986,30391003,30391756,30391769,30392546,30393506,30393534,30394387,30411429,30411558,30412371,30414161,30414277,30415985,30415999,30416472,30417195,30417760,30422384,30423170,30424096,30424812,30424866,30426466,30426635,30428123,30428926,30429539,30430719,30433114,30434466,30434568,30437349,30437470,30438814,30439031,30439170,30439669,30440062,30458662,30459497,30461281,30462851,30464524,30464576,30464805,30467669,30468001,30468092,30470293,30470795,30474919,30474983,30475145,30482200,30482895,30485173,30485341,30487506,30489141,30489159,30520721,30520742,3052504', 'assoc_port': '30302181:30302440,30316863:30319575,30316894:30317967,30335012:30335083,30336272:30336572,30337379:30337471,30346387:30346440,30348419:30348817,30349656:30349736,30350356:30355403,30355869:30356185,30362769:30362995,30364114:30365006,30364119:30364420,30364596:30364715,30364602:30364709,30365105:30365371,30365108:30365338,30365610:30365801,30366054:30366302,30366058:30366493,30366063:30366260,30366707:30367647,30371017:30371174,30371990:30372151,30372622:30373005,30373080:30374110,30374253:30374835,30374864:30375483,30374916:30379882,30375563:30376020,30376036:30376744,30380937:30381260,30380939:30381300,30380946:30381283,30381413:30381544,30381818:30382043,30382509:30383957,30382731:30382809,30383449:30383672,30383769:30384965,30384641:30384660,30385068:30385223,30385659:30385898,30386168:30386319,30386172:30386329,30386178:30386373,30386611:30386670,30389679:30389922,30390234:30390428,30390823:30391003,30390827:30390986,30391458:30392546,30391466:30391769,30391469:30391756,30393092:30393534,30393141:3039350', 'assoc_mat': '30302181:bouchon:3327:30302440,30316863:bouchon:3327:30319575,30316894:bouchon:3327:30317967,30335012:bouchon:3327:30335083,30336272:bouchon:3327:30336572,30337379:bouchon:3327:30337471,30346387:bouchon:3327:30346440,30348419:bouchon:3327:30348817,30349656:bouchon:3327:30349736,30350356:bouchon:3327:30355403,30355869:bouchon:3327:30356185,30362769:bouchon:3327:30362995,30364114:bouchon:3327:30365006,30364119:bouchon:3327:30364420,30364596:bouchon:3327:30364715,30364602:bouchon:3327:30364709,30365105:bouchon:3327:30365371,30365108:bouchon:3327:30365338,30365610:bouchon:3327:30365801,30366054:bouchon:3327:30366302,30366058:bouchon:3327:30366493,30366063:bouchon:3327:30366260,30366707:bouchon:3327:30367647,30371017:bouchon:3327:30371174,30371990:bouchon:3327:30372151,30372622:bouchon:3327:30373005,30373080:bouchon:3327:30374110,30374253:bouchon:3327:30374835,30374864:bouchon:3327:30375483,30374916:bouchon:3327:30379882,30375563:bouchon:3327:30376020,30376036:bouchon:3327:30376744,30380937:bouchon:3327:30381260,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00959491163873004, 'nb_photo': 383, 'list_port_cont': '30348718,30350509,30350588,30350837,30362655,30365304,30366173,30376103,30376776,30383887,30386276,30386629,30390292,30393639,30413357,30413964,30415860,30417508,30422309,30427528,30427913,30434141,30434165,30437195,30438726,30439754,30462182,30481972,30515386,30515527,30548493,30550627,30554456,30555324,30561149,30561815,30563509,30567248,30569992,30570645,30570770', 'assoc_port': '30348405:30348718,30350358:30350588,30350360:30350509,30350789:30350837,30362654:30362655,30365098:30365304,30366062:30366173,30374184:30376776,30376035:30376103,30383750:30383887,30386171:30386276,30386613:30386629,30390237:30390292,30391858:30393639,30411795:30413357,30412112:30413964,30415627:30415860,30416943:30417508,30422128:30422309,30426079:30427528,30427759:30427913,30433953:30434165,30433956:30434141,30437163:30437195,30438513:30438726,30439716:30439754,30461853:30462182,30466591:30515527,30481873:30481972,30486695:30515386,30520310:30561815,30520335:30570770,30521049:30567248,30521147:30569992,30522388:30570645,30523044:30561149,30535167:30563509,30535853:30550627,30536090:30554456,30544206:30555324,30548091:30548493', 'assoc_mat': '30348405:carton:4205:30348718,30350358:carton:4205:30350588,30350360:carton:4205:30350509,30350789:carton:4205:30350837,30362654:carton:4205:30362655,30365098:carton:4205:30365304,30366062:carton:4205:30366173,30374184:carton:4205:30376776,30376035:carton:4205:30376103,30383750:carton:4205:30383887,30386171:carton:4205:30386276,30386613:carton:4205:30386629,30390237:carton:4205:30390292,30391858:carton:4205:30393639,30411795:carton:4205:30413357,30412112:carton:4205:30413964,30415627:carton:4205:30415860,30416943:carton:4205:30417508,30422128:carton:4205:30422309,30426079:carton:4205:30427528,30427759:carton:4205:30427913,30433953:carton:4205:30434165,30433956:carton:4205:30434141,30437163:carton:4205:30437195,30438513:carton:4205:30438726,30439716:carton:4205:30439754,30461853:carton:4205:30462182,30466591:carton:4205:30515527,30481873:carton:4205:30481972,30486695:carton:4205:30515386,30520310:carton:4205:30561815,30520335:carton:4205:30570770,30521049:carton:4205:30567248,30521147:carton:4205:30569992,3052'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007615878293217735, 'nb_photo': 1277, 'list_port_cont': '30355513,30364408,30365274,30366308,30372221,30375492,30375514,30376421,30381558,30383687,30384879,30386357,30391020,30391300,30393734,30393785,30397100,30411409,30413052,30414436,30416523,30417277,30422469,30424752,30426504,30426588,30428245,30430642,30434536,30437860,30439194,30458842,30462870,30547916,30548152,30550477,30555935,30556376,30556549,30556881,30558134,30562765,30563355,30563972,30568138,30571491,30572014,30572460,30572561', 'assoc_port': '30355431:30355513,30364116:30364408,30365106:30365274,30366060:30366308,30371984:30372221,30374838:30375492,30374917:30375514,30376032:30376421,30381411:30381558,30383444:30383687,30384777:30384879,30386174:30386357,30390228:30391300,30390868:30391020,30392089:30393785,30393088:30397100,30393660:30393734,30411282:30411409,30412938:30413052,30414207:30414436,30416250:30416523,30416948:30417277,30422158:30422469,30424474:30424752,30426083:30426504,30426096:30426588,30427756:30428245,30429228:30430642,30434454:30434536,30437569:30437860,30439084:30439194,30458034:30458842,30461856:30462870,30482699:30556376,30520286:30558134,30520313:30562765,30521152:30571491,30521340:30547916,30521981:30572561,30522565:30548152,30523373:30563355,30534710:30572460,30534715:30572014,30535493:30563972,30535790:30550477,30539171:30556881,30544211:30555935,30547795:30556549,30549864:30568138', 'assoc_mat': '30355431:carton:4203:30355513,30364116:carton:4203:30364408,30365106:carton:4203:30365274,30366060:carton:4203:30366308,30371984:carton:4203:30372221,30374838:carton:4203:30375492,30374917:carton:4203:30375514,30376032:carton:4203:30376421,30381411:carton:4203:30381558,30383444:carton:4203:30383687,30384777:carton:4203:30384879,30386174:carton:4203:30386357,30390228:carton:4203:30391300,30390868:carton:4203:30391020,30392089:carton:4203:30393785,30393088:carton:4203:30397100,30393660:carton:4203:30393734,30411282:carton:4203:30411409,30412938:carton:4203:30413052,30414207:carton:4203:30414436,30416250:carton:4203:30416523,30416948:carton:4203:30417277,30422158:carton:4203:30422469,30424474:carton:4203:30424752,30426083:carton:4203:30426504,30426096:carton:4203:30426588,30427756:carton:4203:30428245,30429228:carton:4203:30430642,30434454:carton:4203:30434536,30437569:carton:4203:30437860,30439084:carton:4203:30439194,30458034:carton:4203:30458842,30461856:carton:4203:30462870,30482699:carton:4203:30556376,3052'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9180710723234846, 'nb_photo': 970, 'list_port_cont': '30303542,30335509,30338293,30348577,30348599,30349694,30350466,30350522,30353032,30355910,30355926,30357379,30363443,30363625,30364255,30364341,30364397,30364626,30364694,30365189,30365262,30365632,30366200,30366762,30366849,30366954,30368804,30370815,30370856,30371405,30372002,30372449,30372901,30373093,30373457,30373763,30374326,30374338,30374457,30375055,30375073,30375615,30375691,30376047,30376069,30376078,30376644,30376832,30376993,30381098,30381171,30381898,30381942,30381975,30383527,30383599,30383866,30383891,30384358,30385028,30385393,30386052,30386200,30386232,30386644,30389738,30389806,30390284,30390319,30390961,30391613,30391645,30391931,30392080,30393252,30393296,30393352,30393392,30394315,30396973,30411046,30411304,30411474,30411492,30411806,30412217,30412298,30413915,30413954,30413998,30414012,30414537,30414590,30415708,30415733,30415785,30416341,30416640,30417026,30417579,30419098,30422205,30422840,30423016,30423073,30423908,30423920,30424485,30424558,30424589,30424625,30425021,30426134,3042621', 'assoc_port': '30303519:30303542,30335479:30335509,30337378:30338293,30348407:30348577,30348410:30348599,30349655:30349694,30350357:30350522,30350361:30350466,30350748:30353032,30355867:30355910,30355870:30355926,30357341:30357379,30363346:30363443,30363571:30363625,30364115:30364397,30364117:30364255,30364120:30364341,30364597:30364694,30364601:30364626,30365100:30365262,30365107:30365189,30365603:30365632,30365612:30366762,30366055:30366200,30366061:30368804,30366702:30366954,30366706:30366849,30370757:30372449,30370758:30370856,30370768:30370815,30371337:30371405,30371983:30373457,30371986:30372002,30372581:30373763,30372623:30372901,30373081:30373093,30374164:30374457,30374236:30374326,30374263:30374338,30374837:30376993,30374937:30375073,30374959:30375055,30375564:30375691,30375566:30375615,30375992:30376078,30376015:30376069,30376031:30376047,30376541:30376644,30376770:30376832,30380938:30381171,30380943:30381098,30381796:30381975,30381797:30381942,30381832:30381898,30383443:30383599,30383445:30383527,30383452:3038502', 'assoc_mat': '30303519:carton:4207:30303542,30335479:carton:4207:30335509,30337378:carton:4207:30338293,30348407:carton:4207:30348577,30348410:carton:4207:30348599,30349655:carton:4207:30349694,30350357:carton:4207:30350522,30350361:carton:4207:30350466,30350748:carton:4207:30353032,30355867:carton:4207:30355910,30355870:carton:4207:30355926,30357341:carton:4207:30357379,30363346:carton:4207:30363443,30363571:carton:4207:30363625,30364115:carton:4207:30364397,30364117:carton:4207:30364255,30364120:carton:4207:30364341,30364597:carton:4207:30364694,30364601:carton:4207:30364626,30365100:carton:4207:30365262,30365107:carton:4207:30365189,30365603:carton:4207:30365632,30365612:carton:4207:30366762,30366055:carton:4207:30366200,30366061:carton:4207:30368804,30366702:carton:4207:30366954,30366706:carton:4207:30366849,30370757:carton:4207:30372449,30370758:carton:4207:30370856,30370768:carton:4207:30370815,30371337:carton:4207:30371405,30371983:carton:4207:30373457,30371986:carton:4207:30372002,30372581:carton:4207:30373763,3037'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01712922885579783, 'nb_photo': 3523, 'list_port_cont': '30303399,30303653,30304201,30305318,30307929,30315120,30316014,30316069,30316403,30317239,30317349,30317475,30317596,30317726,30317971,30318106,30319085,30320102,30320904,30321262,30322477,30327207,30327290,30327335,30333333,30333560,30334264,30334550,30335040,30337128,30338048,30346705,30347400,30348624,30348671,30357345,30363589,30364294,30364632,30365233,30365662,30367043,30371059,30372027,30372783,30372922,30374473,30375104,30375647,30375753,30376197,30376679,30376841,30381124,30382606,30383557,30383814,30383921,30384407,30385156,30386256,30389768,30389870,30390368,30391674,30393317,30394269,30394725,30411889,30412965,30413103,30415763,30415827,30416066,30416703,30417117,30417630,30422357,30423943,30425049,30425387,30426235,30426315,30426960,30427882,30427987,30428888,30432913,30434177,30435255,30436828,30436966,30437259,30437738,30438669,30439601,30439774,30457598,30459419,30462152,30463111,30464404,30467365,30467417,30467524,30469699,30474491,30520562,30520619,30520673,30524561,30524841,30525678,3052575', 'assoc_port': '30303187:30303399,30303528:30303653,30303947:30304201,30305287:30305318,30307823:30307929,30314897:30315120,30315980:30316014,30315986:30316069,30316217:30316403,30316868:30317971,30316878:30317726,30316888:30317596,30316899:30317475,30316919:30317349,30316932:30317239,30317952:30318106,30318928:30319085,30319872:30320102,30320882:30320904,30321182:30321262,30322332:30322477,30327087:30327335,30327094:30327290,30327107:30327207,30333127:30333333,30333489:30333560,30334128:30334264,30334524:30334550,30335014:30335040,30336895:30337128,30338007:30338048,30346643:30346705,30347166:30347400,30348406:30348671,30348409:30348624,30357343:30357345,30363569:30363589,30364118:30364294,30364598:30364632,30365103:30365233,30365611:30365662,30366057:30372783,30366705:30367043,30371015:30371059,30371989:30372027,30372620:30372922,30374183:30374473,30374913:30375753,30374958:30375104,30375568:30375647,30375953:30376197,30376034:30376679,30376771:30376841,30380944:30381124,30381802:30383814,30382510:30382606,30383447:3038355', 'assoc_mat': '30303187:carton:4461:30303399,30303528:carton:4461:30303653,30303947:carton:4461:30304201,30305287:carton:4461:30305318,30307823:carton:4461:30307929,30314897:carton:4461:30315120,30315980:carton:4461:30316014,30315986:carton:4461:30316069,30316217:carton:4461:30316403,30316868:carton:4461:30317971,30316878:carton:4461:30317726,30316888:carton:4461:30317596,30316899:carton:4461:30317475,30316919:carton:4461:30317349,30316932:carton:4461:30317239,30317952:carton:4461:30318106,30318928:carton:4461:30319085,30319872:carton:4461:30320102,30320882:carton:4461:30320904,30321182:carton:4461:30321262,30322332:carton:4461:30322477,30327087:carton:4461:30327335,30327094:carton:4461:30327290,30327107:carton:4461:30327207,30333127:carton:4461:30333333,30333489:carton:4461:30333560,30334128:carton:4461:30334264,30334524:carton:4461:30334550,30335014:carton:4461:30335040,30336895:carton:4461:30337128,30338007:carton:4461:30338048,30346643:carton:4461:30346705,30347166:carton:4461:30347400,30348406:carton:4461:30348671,3034'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.018722112872782904, 'nb_photo': 1206, 'list_port_cont': '30292166,30302302,30303599,30317028,30317264,30317395,30319774,30333821,30334753,30335600,30348557,30350863,30350949,30357405,30363610,30364664,30365222,30366147,30366287,30366715,30366941,30368823,30370912,30371699,30373142,30373503,30373523,30375175,30375203,30375718,30375796,30376158,30376649,30376801,30381108,30381982,30382739,30382874,30383471,30383544,30383835,30384512,30384861,30385418,30385822,30386304,30389827,30389903,30390335,30390934,30390964,30391599,30391710,30393272,30393302,30393376,30393407,30394341,30411516,30412012,30412242,30412949,30413931,30414036,30414353,30414447,30415809,30416357,30416729,30417065,30417245,30417598,30422278,30422335,30423110,30423134,30424639,30424672,30426187,30426948,30427559,30427809,30427959,30428057,30428836,30429615,30430759,30433024,30434122,30434496,30434835,30435249,30436602,30437248,30437776,30438638,30439130,30439570,30439631,30457580,30457645,30457905,30462286,30463094,30464398,30464539,30464671,30469689,30469880,30471155,30471297,30474554,30474591,3047970', 'assoc_port': '30292100:30292166,30302189:30302302,30303523:30303599,30316910:30317395,30316924:30317264,30316935:30317028,30319679:30319774,30333729:30333821,30334709:30334753,30335480:30335600,30348435:30348557,30349654:30350949,30350775:30350863,30357342:30357405,30363573:30363610,30364600:30364664,30365097:30366287,30365104:30365222,30365609:30366715,30366053:30368823,30366059:30366147,30366703:30371699,30366704:30366941,30370765:30370912,30371981:30373523,30371991:30373503,30373082:30373142,30374223:30376801,30374915:30375175,30374918:30375203,30375559:30375796,30375569:30375718,30376037:30376158,30376542:30376649,30380941:30381108,30381409:30382874,30381803:30381982,30381833:30383835,30382730:30382739,30383450:30383544,30383451:30383471,30384240:30384512,30384775:30384861,30385342:30385418,30385661:30385822,30386173:30386304,30389671:30389903,30389681:30389827,30390233:30390335,30390824:30390964,30390866:30390934,30391462:30391710,30391467:30391599,30393090:30393407,30393097:30393376,30393098:30393302,30393140:3039327', 'assoc_mat': '30292100:carton:4200:30292166,30302189:carton:4200:30302302,30303523:carton:4200:30303599,30316910:carton:4200:30317395,30316924:carton:4200:30317264,30316935:carton:4200:30317028,30319679:carton:4200:30319774,30333729:carton:4200:30333821,30334709:carton:4200:30334753,30335480:carton:4200:30335600,30348435:carton:4200:30348557,30349654:carton:4200:30350949,30350775:carton:4200:30350863,30357342:carton:4200:30357405,30363573:carton:4200:30363610,30364600:carton:4200:30364664,30365097:carton:4200:30366287,30365104:carton:4200:30365222,30365609:carton:4200:30366715,30366053:carton:4200:30368823,30366059:carton:4200:30366147,30366703:carton:4200:30371699,30366704:carton:4200:30366941,30370765:carton:4200:30370912,30371981:carton:4200:30373523,30371991:carton:4200:30373503,30373082:carton:4200:30373142,30374223:carton:4200:30376801,30374915:carton:4200:30375175,30374918:carton:4200:30375203,30375559:carton:4200:30375796,30375569:carton:4200:30375718,30376037:carton:4200:30376158,30376542:carton:4200:30376649,3038'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017034644178010067, 'nb_photo': 691, 'list_port_cont': '30290389,30290406,30292197,30292211,30294337,30301184,30301300,30302325,30302391,30303574,30304311,30307870,30315408,30316042,30316262,30316783,30317289,30317332,30317441,30317583,30317681,30317933,30319771,30319795,30321283,30321500,30322384,30322687,30322730,30333171,30333222,30334175,30334210,30334286,30334421,30334732,30335585,30335618,30336491,30337105,30337435,30337718,30338041,30339370,30346676,30346931,30369870,30371049,30372943,30374589,30376111,30376612,30380708,30380790,30381911,30382781,30385402,30390263,30391723,30393424,30394351,30394438,30411535,30425093,30425607,30426212,30434102,30435320,30462082,30467431,30474456,30481989,30486854,30520511,30524744,30524830,30524955,30524973,30525746,30525968,30526384,30526452,30526842,30526884,30527156,30548477,30550388,30550435,30551560,30552549,30552891,30560131', 'assoc_port': '30290348:30290406,30290350:30290389,30292096:30292197,30292097:30292211,30294222:30294337,30301103:30301300,30301159:30301184,30302180:30302391,30302183:30302325,30303522:30303574,30303942:30304311,30307821:30307870,30315258:30315408,30315983:30316042,30316215:30316262,30316571:30316783,30316870:30317933,30316898:30317681,30316909:30317583,30316913:30317441,30316916:30317289,30316922:30317332,30319680:30319795,30319682:30319771,30321179:30321283,30321426:30321500,30322333:30322384,30322549:30322730,30322556:30322687,30333125:30334421,30333128:30333222,30333131:30333171,30334123:30334210,30334125:30334175,30334131:30334286,30334710:30334732,30335476:30335618,30335478:30335585,30336252:30336491,30336915:30337105,30337382:30337435,30337650:30339370,30337659:30337718,30338006:30338041,30346647:30346676,30346820:30346931,30365605:30369870,30371012:30371049,30372619:30372943,30374203:30374589,30375954:30376111,30376564:30376612,30380592:30380708,30380593:30380790,30381800:30381911,30382729:30382781,30385361:3038540', 'assoc_mat': '30290348:carton:4209:30290406,30290350:carton:4209:30290389,30292096:carton:4209:30292197,30292097:carton:4209:30292211,30294222:carton:4209:30294337,30301103:carton:4209:30301300,30301159:carton:4209:30301184,30302180:carton:4209:30302391,30302183:carton:4209:30302325,30303522:carton:4209:30303574,30303942:carton:4209:30304311,30307821:carton:4209:30307870,30315258:carton:4209:30315408,30315983:carton:4209:30316042,30316215:carton:4209:30316262,30316571:carton:4209:30316783,30316870:carton:4209:30317933,30316898:carton:4209:30317681,30316909:carton:4209:30317583,30316913:carton:4209:30317441,30316916:carton:4209:30317289,30316922:carton:4209:30317332,30319680:carton:4209:30319795,30319682:carton:4209:30319771,30321179:carton:4209:30321283,30321426:carton:4209:30321500,30322333:carton:4209:30322384,30322549:carton:4209:30322730,30322556:carton:4209:30322687,30333125:carton:4209:30334421,30333128:carton:4209:30333222,30333131:carton:4209:30333171,30334123:carton:4209:30334210,30334125:carton:4209:30334175,3033'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021946100893652336, 'nb_photo': 2032, 'list_port_cont': '30289867,30290286,30290494,30290612,30291550,30291579,30291639,30291700,30291924,30291956,30292240,30292279,30293123,30294090,30294162,30294489,30294582,30302364,30302410,30303430,30303620,30303694,30304233,30304400,30304433,30305386,30307897,30307979,30308011,30308032,30308045,30311287,30312216,30315148,30315175,30315414,30315443,30316096,30316117,30316126,30316452,30316742,30316762,30317171,30317216,30317300,30317565,30317656,30317835,30317848,30317865,30317880,30318044,30318048,30318133,30318166,30318212,30318232,30318288,30318305,30318712,30319116,30319140,30319158,30320085,30320219,30320935,30321209,30321303,30321729,30321923,30322054,30322456,30322520,30322709,30322891,30322901,30327139,30327244,30327275,30327366,30327488,30327517,30327644,30329867,30333282,30333302,30333309,30333613,30333900,30333917,30334309,30334591,30334616,30334783,30334793,30335292,30335336,30336553,30337073,30337120,30337447,30337788,30337815,30337838,30346424,30346768,30346770,30347057,30347439,30348759,30349326,30349717,3035088', 'assoc_port': '30289306:30290612,30289774:30289867,30290043:30290286,30290347:30290494,30291286:30291579,30291289:30291550,30291609:30291700,30291612:30291639,30291899:30291956,30291901:30291924,30292077:30292279,30292101:30292240,30292862:30293123,30293775:30294162,30293777:30294090,30294224:30294582,30294228:30294489,30302186:30302364,30302190:30302410,30303218:30303430,30303521:30303620,30303526:30303694,30303943:30304233,30304342:30304400,30304344:30304433,30305286:30305386,30307814:30308045,30307816:30308011,30307817:30308032,30307818:30307979,30307825:30307897,30310708:30312216,30310718:30311287,30314898:30315175,30314900:30315148,30315255:30315443,30315259:30315414,30315979:30316096,30315981:30316117,30315984:30316126,30316220:30316452,30316647:30316742,30316648:30316762,30316860:30318712,30316864:30318232,30316866:30318133,30316869:30317216,30316873:30318305,30316877:30318288,30316882:30318048,30316884:30318044,30316885:30317865,30316893:30317880,30316897:30317848,30316903:30317835,30316911:30317656,30316920:3031756', 'assoc_mat': '30289306:carton:4211:30290612,30289774:carton:4211:30289867,30290043:carton:4211:30290286,30290347:carton:4211:30290494,30291286:carton:4211:30291579,30291289:carton:4211:30291550,30291609:carton:4211:30291700,30291612:carton:4211:30291639,30291899:carton:4211:30291956,30291901:carton:4211:30291924,30292077:carton:4211:30292279,30292101:carton:4211:30292240,30292862:carton:4211:30293123,30293775:carton:4211:30294162,30293777:carton:4211:30294090,30294224:carton:4211:30294582,30294228:carton:4211:30294489,30302186:carton:4211:30302364,30302190:carton:4211:30302410,30303218:carton:4211:30303430,30303521:carton:4211:30303620,30303526:carton:4211:30303694,30303943:carton:4211:30304233,30304342:carton:4211:30304400,30304344:carton:4211:30304433,30305286:carton:4211:30305386,30307814:carton:4211:30308045,30307816:carton:4211:30308011,30307817:carton:4211:30308032,30307818:carton:4211:30307979,30307825:carton:4211:30307897,30310708:carton:4211:30312216,30310718:carton:4211:30311287,30314898:carton:4211:30315175,3031'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0226087284494338, 'nb_photo': 2593, 'list_port_cont': '30327380,30337859,30348815,30349737,30355404,30356179,30363004,30364428,30364708,30364724,30365007,30365327,30365372,30365806,30366252,30366295,30366495,30367648,30371178,30372099,30372150,30372995,30374101,30374832,30375474,30375804,30376021,30376735,30379884,30381266,30381274,30381292,30381538,30382056,30382801,30383660,30383951,30384659,30384967,30385214,30385888,30386321,30386333,30386376,30386675,30389929,30390424,30390984,30390997,30391752,30391762,30392540,30393448,30393514,30393533,30394388,30411420,30411553,30412372,30414171,30414276,30415973,30415992,30416468,30417194,30417772,30422389,30423171,30424103,30424815,30424869,30426468,30426644,30428130,30428928,30429526,30430723,30433104,30434256,30434462,30434560,30437353,30437471,30438815,30439025,30439175,30439518,30439673,30440053,30458661,30459499,30461286,30462841,30464517,30464573,30464806,30467660,30468012,30468096,30470300,30470796,30470814,30474926,30474979,30475132,30482201,30482896,30485166,30485349,30487516,30489137,30489154,30520696,3052071', 'assoc_port': '30327109:30327380,30337652:30337859,30348419:30348815,30349656:30349737,30350356:30355404,30355869:30356179,30362769:30363004,30364114:30365007,30364119:30364428,30364596:30364724,30364602:30364708,30365105:30365372,30365108:30365327,30365610:30365806,30366054:30366295,30366058:30366495,30366063:30366252,30366707:30367648,30371017:30371178,30371985:30372099,30371990:30372150,30372622:30372995,30373080:30374101,30374253:30374832,30374864:30375474,30374916:30379884,30375563:30376021,30375570:30375804,30376036:30376735,30380937:30381266,30380939:30381292,30380946:30381274,30381413:30381538,30381818:30382056,30382509:30383951,30382731:30382801,30383449:30383660,30383769:30384967,30384641:30384659,30385068:30385214,30385659:30385888,30386168:30386321,30386172:30386333,30386178:30386376,30386611:30386675,30389679:30389929,30390234:30390424,30390823:30390997,30390827:30390984,30391458:30392540,30391466:30391762,30391469:30391752,30393092:30393533,30393099:30393448,30393141:30393514,30394257:30394388,30411284:3041142', 'assoc_mat': '30327109:carton:3327:30327380,30337652:carton:3327:30337859,30348419:carton:3327:30348815,30349656:carton:3327:30349737,30350356:carton:3327:30355404,30355869:carton:3327:30356179,30362769:carton:3327:30363004,30364114:carton:3327:30365007,30364119:carton:3327:30364428,30364596:carton:3327:30364724,30364602:carton:3327:30364708,30365105:carton:3327:30365372,30365108:carton:3327:30365327,30365610:carton:3327:30365806,30366054:carton:3327:30366295,30366058:carton:3327:30366495,30366063:carton:3327:30366252,30366707:carton:3327:30367648,30371017:carton:3327:30371178,30371985:carton:3327:30372099,30371990:carton:3327:30372150,30372622:carton:3327:30372995,30373080:carton:3327:30374101,30374253:carton:3327:30374832,30374864:carton:3327:30375474,30374916:carton:3327:30379884,30375563:carton:3327:30376021,30375570:carton:3327:30375804,30376036:carton:3327:30376735,30380937:carton:3327:30381266,30380939:carton:3327:30381292,30380946:carton:3327:30381274,30381413:carton:3327:30381538,30381818:carton:3327:30382056,3038'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03015142892532066, 'nb_photo': 2322, 'list_port_cont': '30291991,30293480,30294108,30302404,30303676,30304197,30305347,30317027,30318681,30319831,30334545,30335303,30336420,30337167,30348692,30350634,30354012,30356193,30364435,30365842,30371091,30375821,30376123,30382000,30382032,30385451,30390395,30414055,30414113,30415902,30417148,30422404,30428041,30433486,30439810,30463287,30474676,30482126,30550827,30556985,30557475', 'assoc_port': '30291900:30291991,30293213:30293480,30293778:30294108,30302188:30302404,30303524:30303676,30303949:30304197,30305288:30305347,30316887:30318681,30316902:30317027,30319681:30319831,30334523:30334545,30335122:30335303,30336232:30336420,30336905:30337167,30348404:30348692,30350359:30350634,30353968:30354012,30355868:30356193,30364122:30364435,30365606:30365842,30371011:30371091,30375567:30375821,30375989:30376123,30381799:30382032,30381801:30382000,30385380:30385451,30390238:30390395,30413755:30414055,30413756:30414113,30415664:30415902,30416949:30417148,30422132:30422404,30427763:30428041,30432873:30433486,30439717:30439810,30462764:30463287,30474277:30474676,30481865:30482126,30520289:30556985,30521693:30557475,30535783:30550827', 'assoc_mat': '30291900:carton:3594:30291991,30293213:carton:3594:30293480,30293778:carton:3594:30294108,30302188:carton:3594:30302404,30303524:carton:3594:30303676,30303949:carton:3594:30304197,30305288:carton:3594:30305347,30316887:carton:3594:30318681,30316902:carton:3594:30317027,30319681:carton:3594:30319831,30334523:carton:3594:30334545,30335122:carton:3594:30335303,30336232:carton:3594:30336420,30336905:carton:3594:30337167,30348404:carton:3594:30348692,30350359:carton:3594:30350634,30353968:carton:3594:30354012,30355868:carton:3594:30356193,30364122:carton:3594:30364435,30365606:carton:3594:30365842,30371011:carton:3594:30371091,30375567:carton:3594:30375821,30375989:carton:3594:30376123,30381799:carton:3594:30382032,30381801:carton:3594:30382000,30385380:carton:3594:30385451,30390238:carton:3594:30390395,30413755:carton:3594:30414055,30413756:carton:3594:30414113,30415664:carton:3594:30415902,30416949:carton:3594:30417148,30422132:carton:3594:30422404,30427763:carton:3594:30428041,30432873:carton:3594:30433486,3043'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0038652255059228842, 'nb_photo': 931, 'list_port_cont': '30289818,30290069,30290370,30300030,30300054,30300305,30300612,30301731,30302289,30302846,30303603,30307855,30317187,30322631,30327262,30327828,30334157,30335016,30335205,30335664,30346701,30348548,30348649,30363394,30364607,30365151,30366035,30370836,30370866,30370874,30372015,30374356,30375093,30376135,30376662,30376764,30376813,30381145,30382752,30382788,30386213,30389786,30390927,30392305,30394677,30411021,30414310,30414346,30415724,30417045,30423931,30424507,30424554,30424580,30427378,30432921,30433070,30435102,30435115,30435152,30437231,30438593,30439447,30439747,30460978,30463812,30467272,30467351,30467649,30469623,30474405,30474474,30474650,30474666,30484556,30520383,30520425,30521623,30525510,30525600,30526248,30528518,30528597,30530708,30531038,30531553,30531899,30548280,30548454,30550110,30550348,30552398,30552447,30553963,30555563,30555815,30556935,30557414,30557716,30558014', 'assoc_port': '30289773:30289818,30290046:30290069,30290351:30290370,30299944:30300054,30299945:30300030,30300247:30300305,30300542:30300612,30301684:30301731,30302184:30302289,30302752:30302846,30303525:30303603,30307824:30307855,30316930:30317187,30322552:30322631,30327098:30327262,30327112:30327828,30334129:30334157,30335013:30335016,30335160:30335205,30335475:30335664,30346641:30346701,30348401:30348649,30348408:30348548,30363347:30363394,30364599:30364607,30365101:30365151,30365607:30366035,30370759:30370866,30370761:30370874,30370762:30370836,30371988:30372015,30374204:30374356,30374957:30375093,30376011:30376135,30376014:30376764,30376030:30376662,30376772:30376813,30380942:30381145,30381825:30382752,30382728:30382788,30386169:30386213,30389669:30389786,30390865:30390927,30391470:30392305,30394255:30394677,30410953:30411021,30414203:30414346,30414206:30414310,30415661:30415724,30416942:30417045,30423652:30423931,30423691:30424507,30424495:30424554,30424508:30424580,30426889:30427378,30432862:30433070,30432879:3043292', 'assoc_mat': '30289773:cartonnette:3726:30289818,30290046:cartonnette:3726:30290069,30290351:cartonnette:3726:30290370,30299944:cartonnette:3726:30300054,30299945:cartonnette:3726:30300030,30300247:cartonnette:3726:30300305,30300542:cartonnette:3726:30300612,30301684:cartonnette:3726:30301731,30302184:cartonnette:3726:30302289,30302752:cartonnette:3726:30302846,30303525:cartonnette:3726:30303603,30307824:cartonnette:3726:30307855,30316930:cartonnette:3726:30317187,30322552:cartonnette:3726:30322631,30327098:cartonnette:3726:30327262,30327112:cartonnette:3726:30327828,30334129:cartonnette:3726:30334157,30335013:cartonnette:3726:30335016,30335160:cartonnette:3726:30335205,30335475:cartonnette:3726:30335664,30346641:cartonnette:3726:30346701,30348401:cartonnette:3726:30348649,30348408:cartonnette:3726:30348548,30363347:cartonnette:3726:30363394,30364599:cartonnette:3726:30364607,30365101:cartonnette:3726:30365151,30365607:cartonnette:3726:30366035,30370759:cartonnette:3726:30370866,30370761:cartonnette:3726:30370874,30370762:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.042056629650160327, 'nb_photo': 3260, 'list_port_cont': '30289350,30289356,30289387,30289819,30290057,30290065,30290092,30290358,30290368,30291444,30291614,30291905,30293056,30293331,30293897,30294419,30300029,30300051,30300303,30300619,30301229,30301321,30302281,30302349,30302374,30302848,30303261,30303552,30303559,30303601,30304112,30304355,30307850,30307912,30310775,30314979,30315383,30316296,30316428,30316697,30316753,30316997,30317191,30317316,30317360,30317401,30317415,30317432,30317456,30317491,30317530,30317542,30317611,30317634,30317689,30317700,30317743,30317796,30317897,30317911,30318004,30318069,30318084,30318180,30318272,30318601,30318775,30318919,30318967,30318988,30318997,30319961,30320042,30320700,30320894,30321191,30321527,30322395,30322633,30322654,30327154,30327162,30327247,30327422,30327562,30327676,30327827,30333628,30333859,30334162,30334180,30334203,30334526,30334724,30334760,30335022,30335209,30335512,30335658,30336319,30336496,30337092,30337391,30337696,30337805,30337824,30346653,30346700,30346969,30347323,30348539,30348723,30363388,3036461', 'assoc_port': '30289300:30289387,30289301:30289356,30289304:30289350,30289773:30289819,30290042:30290092,30290046:30290065,30290047:30290057,30290349:30290358,30290351:30290368,30291287:30291444,30291611:30291614,30291902:30291905,30292863:30293897,30292864:30293056,30293214:30293331,30294223:30294419,30299944:30300051,30299945:30300029,30300247:30300303,30300542:30300619,30301102:30301321,30301180:30301229,30302179:30302374,30302182:30302349,30302184:30302281,30302752:30302848,30303220:30303261,30303520:30303559,30303525:30303601,30303527:30303552,30303945:30304112,30304346:30304355,30307815:30307912,30307824:30307850,30310719:30310775,30314901:30314979,30315256:30315383,30316216:30316428,30316218:30316296,30316572:30316753,30316573:30316697,30316861:30317401,30316862:30317491,30316867:30318069,30316872:30318272,30316875:30318180,30316879:30318084,30316880:30317911,30316883:30317897,30316886:30317796,30316892:30317743,30316895:30317689,30316900:30317700,30316904:30317634,30316905:30317611,30316907:30317542,30316908:3031753', 'assoc_mat': '30289300:Carton_brun:3726:30289387,30289301:Carton_brun:3726:30289356,30289304:Carton_brun:3726:30289350,30289773:Carton_brun:3726:30289819,30290042:Carton_brun:3726:30290092,30290046:Carton_brun:3726:30290065,30290047:Carton_brun:3726:30290057,30290349:Carton_brun:3726:30290358,30290351:Carton_brun:3726:30290368,30291287:Carton_brun:3726:30291444,30291611:Carton_brun:3726:30291614,30291902:Carton_brun:3726:30291905,30292863:Carton_brun:3726:30293897,30292864:Carton_brun:3726:30293056,30293214:Carton_brun:3726:30293331,30294223:Carton_brun:3726:30294419,30299944:Carton_brun:3726:30300051,30299945:Carton_brun:3726:30300029,30300247:Carton_brun:3726:30300303,30300542:Carton_brun:3726:30300619,30301102:Carton_brun:3726:30301321,30301180:Carton_brun:3726:30301229,30302179:Carton_brun:3726:30302374,30302182:Carton_brun:3726:30302349,30302184:Carton_brun:3726:30302281,30302752:Carton_brun:3726:30302848,30303220:Carton_brun:3726:30303261,30303520:Carton_brun:3726:30303559,30303525:Carton_brun:3726:30303601,30303527:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009578379501971568, 'nb_photo': 1377, 'list_port_cont': '30289823,30290062,30290374,30293055,30293327,30300307,30300614,30303610,30307852,30315387,30316751,30317186,30317317,30317701,30317754,30317788,30317912,30318597,30318991,30320703,30321523,30322400,30327826,30334155,30334722,30335026,30335663,30346397,30346695,30346970,30348550,30363392,30364609,30365154,30366039,30370839,30370867,30370880,30372009,30374354,30375088,30376137,30376661,30376758,30376810,30380631,30381149,30382759,30382790,30386219,30389794,30390920,30392307,30394683,30411028,30414311,30414336,30415728,30416637,30417043,30423942,30424498,30424552,30424574,30427381,30432918,30433063,30435111,30435123,30435159,30437237,30438606,30439449,30439739,30460976,30463811,30467273,30467347,30467652,30469615,30474402,30474475,30474664,30484551,30520378,30520430,30521615,30525505,30525607,30526243,30527147,30527257,30528517,30528596,30529121,30529823,30530711,30531036,30531546,30531893,30548277,30548462,30550114,30550352,30552395,30552440,30553960,30555557,30555808,30556937,30557416,30557726,30558016', 'assoc_port': '30289773:30289823,30290046:30290062,30290351:30290374,30292864:30293055,30293214:30293327,30300247:30300307,30300542:30300614,30303525:30303610,30307824:30307852,30315256:30315387,30316572:30316751,30316880:30317912,30316886:30317788,30316892:30317754,30316900:30317701,30316921:30317317,30316930:30317186,30318374:30318597,30318963:30318991,30320625:30320703,30321386:30321523,30322313:30322400,30327112:30327826,30334129:30334155,30334705:30334722,30335013:30335026,30335475:30335663,30346388:30346397,30346641:30346695,30346818:30346970,30348408:30348550,30363347:30363392,30364599:30364609,30365101:30365154,30365607:30366039,30370759:30370867,30370761:30370880,30370762:30370839,30371988:30372009,30374204:30374354,30374957:30375088,30376011:30376137,30376014:30376758,30376030:30376661,30376772:30376810,30380591:30380631,30380942:30381149,30381825:30382759,30382728:30382790,30386169:30386219,30389669:30389794,30390865:30390920,30391470:30392307,30394255:30394683,30410953:30411028,30414203:30414336,30414206:3041431', 'assoc_mat': '30289773:Carton_gris:3726:30289823,30290046:Carton_gris:3726:30290062,30290351:Carton_gris:3726:30290374,30292864:Carton_gris:3726:30293055,30293214:Carton_gris:3726:30293327,30300247:Carton_gris:3726:30300307,30300542:Carton_gris:3726:30300614,30303525:Carton_gris:3726:30303610,30307824:Carton_gris:3726:30307852,30315256:Carton_gris:3726:30315387,30316572:Carton_gris:3726:30316751,30316880:Carton_gris:3726:30317912,30316886:Carton_gris:3726:30317788,30316892:Carton_gris:3726:30317754,30316900:Carton_gris:3726:30317701,30316921:Carton_gris:3726:30317317,30316930:Carton_gris:3726:30317186,30318374:Carton_gris:3726:30318597,30318963:Carton_gris:3726:30318991,30320625:Carton_gris:3726:30320703,30321386:Carton_gris:3726:30321523,30322313:Carton_gris:3726:30322400,30327112:Carton_gris:3726:30327826,30334129:Carton_gris:3726:30334155,30334705:Carton_gris:3726:30334722,30335013:Carton_gris:3726:30335026,30335475:Carton_gris:3726:30335663,30346388:Carton_gris:3726:30346397,30346641:Carton_gris:3726:30346695,30346818:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005243774810091748, 'nb_photo': 141, 'list_port_cont': '30362658,30365300,30366161,30376092,30376784,30381951,30383882,30386289,30386615,30390291,30393641,30413344,30413972,30415856,30417498,30422307,30427534,30427920,30434144,30434163,30437192,30438732,30439758,30462189,30481966,30515379,30515537,30548486,30550636,30554462,30555326,30561811,30567245,30569987,30570632,30570759', 'assoc_port': '30362654:30362658,30365098:30365300,30366062:30366161,30374184:30376784,30376035:30376092,30381798:30381951,30383750:30383882,30386171:30386289,30386613:30386615,30390237:30390291,30391858:30393641,30411795:30413344,30412112:30413972,30415627:30415856,30416943:30417498,30422128:30422307,30426079:30427534,30427759:30427920,30433953:30434163,30433956:30434144,30437163:30437192,30438513:30438732,30439716:30439758,30461853:30462189,30466591:30515537,30481873:30481966,30486695:30515379,30520310:30561811,30520335:30570759,30521049:30567245,30521147:30569987,30522388:30570632,30535853:30550636,30536090:30554462,30544206:30555326,30548091:30548486', 'assoc_mat': '30362654:ela:4205:30362658,30365098:ela:4205:30365300,30366062:ela:4205:30366161,30374184:ela:4205:30376784,30376035:ela:4205:30376092,30381798:ela:4205:30381951,30383750:ela:4205:30383882,30386171:ela:4205:30386289,30386613:ela:4205:30386615,30390237:ela:4205:30390291,30391858:ela:4205:30393641,30411795:ela:4205:30413344,30412112:ela:4205:30413972,30415627:ela:4205:30415856,30416943:ela:4205:30417498,30422128:ela:4205:30422307,30426079:ela:4205:30427534,30427759:ela:4205:30427920,30433953:ela:4205:30434163,30433956:ela:4205:30434144,30437163:ela:4205:30437192,30438513:ela:4205:30438732,30439716:ela:4205:30439758,30461853:ela:4205:30462189,30466591:ela:4205:30515537,30481873:ela:4205:30481966,30486695:ela:4205:30515379,30520310:ela:4205:30561811,30520335:ela:4205:30570759,30521049:ela:4205:30567245,30521147:ela:4205:30569987,30522388:ela:4205:30570632,30535853:ela:4205:30550636,30536090:ela:4205:30554462,30544206:ela:4205:30555326,30548091:ela:4205:30548486'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.8382352160270383, 'nb_photo': 397, 'list_port_cont': '30355508,30364403,30365276,30366313,30372225,30375490,30375508,30376411,30381557,30383693,30384887,30386359,30391013,30391310,30393733,30393798,30411404,30413043,30414433,30416522,30417266,30422462,30424743,30426502,30426585,30428247,30430632,30434545,30437857,30439197,30458846,30462871,30547914,30548142,30550466,30555937,30556382,30556550,30556878,30558133,30562770,30563362,30563966,30568143,30571493,30572010,30572455,30572566', 'assoc_port': '30355431:30355508,30364116:30364403,30365106:30365276,30366060:30366313,30371984:30372225,30374838:30375490,30374917:30375508,30376032:30376411,30381411:30381557,30383444:30383693,30384777:30384887,30386174:30386359,30390228:30391310,30390868:30391013,30392089:30393798,30393660:30393733,30411282:30411404,30412938:30413043,30414207:30414433,30416250:30416522,30416948:30417266,30422158:30422462,30424474:30424743,30426083:30426502,30426096:30426585,30427756:30428247,30429228:30430632,30434454:30434545,30437569:30437857,30439084:30439197,30458034:30458846,30461856:30462871,30482699:30556382,30520286:30558133,30520313:30562770,30521152:30571493,30521340:30547914,30521981:30572566,30522565:30548142,30523373:30563362,30534710:30572455,30534715:30572010,30535493:30563966,30535790:30550466,30539171:30556878,30544211:30555937,30547795:30556550,30549864:30568143', 'assoc_mat': '30355431:ela:4203:30355508,30364116:ela:4203:30364403,30365106:ela:4203:30365276,30366060:ela:4203:30366313,30371984:ela:4203:30372225,30374838:ela:4203:30375490,30374917:ela:4203:30375508,30376032:ela:4203:30376411,30381411:ela:4203:30381557,30383444:ela:4203:30383693,30384777:ela:4203:30384887,30386174:ela:4203:30386359,30390228:ela:4203:30391310,30390868:ela:4203:30391013,30392089:ela:4203:30393798,30393660:ela:4203:30393733,30411282:ela:4203:30411404,30412938:ela:4203:30413043,30414207:ela:4203:30414433,30416250:ela:4203:30416522,30416948:ela:4203:30417266,30422158:ela:4203:30422462,30424474:ela:4203:30424743,30426083:ela:4203:30426502,30426096:ela:4203:30426585,30427756:ela:4203:30428247,30429228:ela:4203:30430632,30434454:ela:4203:30434545,30437569:ela:4203:30437857,30439084:ela:4203:30439197,30458034:ela:4203:30458846,30461856:ela:4203:30462871,30482699:ela:4203:30556382,30520286:ela:4203:30558133,30520313:ela:4203:30562770,30521152:ela:4203:30571493,30521340:ela:4203:30547914,30521981:ela:4203:3057256'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013345497665207822, 'nb_photo': 137, 'list_port_cont': '30348597,30349700,30350461,30350850,30353025,30355924,30363444,30364239,30364344,30364398,30364691,30365208,30366194,30366773,30366860,30366965,30368802,30371994,30375694,30376642,30376818,30381175,30383531,30383594,30383902,30385040,30386241,30386872,30389803,30390956,30392068,30394296,30411048,30412226,30412294,30414542,30417036,30422208,30424489,30424565,30424634,30425014,30426147,30426277,30426301,30426344,30427824,30428014,30428850,30429352,30434789,30437711,30437722,30438939,30439532,30439563,30440149,30458249,30459363,30459408,30462012,30464380,30469639,30469777,30471249,30486359,30525586,30526260,30526432,30526792,30527121,30527445,30528052,30528454,30529142,30529789,30530591,30531475,30531786,30548202,30548921,30550158,30550322,30550505,30550702,30550713,30550781,30550797,30550980,30562713,30562877,30563301,30563617,30565831,30566503,30567104,30567805,30567829,30567920,30568005,30568381', 'assoc_port': '30348402:30348597,30349655:30349700,30350361:30350461,30350748:30353025,30350787:30350850,30355870:30355924,30363346:30363444,30364115:30364398,30364120:30364344,30364121:30364239,30364597:30364691,30365107:30365208,30365612:30366773,30366055:30366194,30366061:30368802,30366702:30366965,30366706:30366860,30371986:30371994,30375564:30375694,30376541:30376642,30376770:30376818,30380938:30381175,30383443:30383594,30383445:30383531,30383452:30385040,30383770:30383902,30384774:30386872,30386167:30386241,30389677:30389803,30390822:30390956,30390867:30392068,30394262:30394296,30410951:30411048,30412115:30412294,30412118:30412226,30412936:30414542,30416946:30417036,30422130:30422208,30422877:30424489,30424471:30424634,30424476:30424565,30424987:30425014,30426084:30426344,30426090:30426277,30426094:30426301,30426101:30426147,30427752:30428014,30427757:30427824,30428666:30428850,30429229:30429352,30434609:30434789,30437132:30438939,30437568:30437722,30437572:30437711,30439085:30440149,30439500:30439563,30439506:3043953', 'assoc_mat': '30348402:ela:4207:30348597,30349655:ela:4207:30349700,30350361:ela:4207:30350461,30350748:ela:4207:30353025,30350787:ela:4207:30350850,30355870:ela:4207:30355924,30363346:ela:4207:30363444,30364115:ela:4207:30364398,30364120:ela:4207:30364344,30364121:ela:4207:30364239,30364597:ela:4207:30364691,30365107:ela:4207:30365208,30365612:ela:4207:30366773,30366055:ela:4207:30366194,30366061:ela:4207:30368802,30366702:ela:4207:30366965,30366706:ela:4207:30366860,30371986:ela:4207:30371994,30375564:ela:4207:30375694,30376541:ela:4207:30376642,30376770:ela:4207:30376818,30380938:ela:4207:30381175,30383443:ela:4207:30383594,30383445:ela:4207:30383531,30383452:ela:4207:30385040,30383770:ela:4207:30383902,30384774:ela:4207:30386872,30386167:ela:4207:30386241,30389677:ela:4207:30389803,30390822:ela:4207:30390956,30390867:ela:4207:30392068,30394262:ela:4207:30394296,30410951:ela:4207:30411048,30412115:ela:4207:30412294,30412118:ela:4207:30412226,30412936:ela:4207:30414542,30416946:ela:4207:30417036,30422130:ela:4207:3042220'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031033557973071642, 'nb_photo': 18, 'list_port_cont': '30303400,30320108,30327324,30334253,30334557,30364638,30365210,30375098,30386244,30428893,30438671,30520623,30527198,30528987,30568034', 'assoc_port': '30303187:30303400,30319872:30320108,30327087:30327324,30334128:30334253,30334524:30334557,30364598:30364638,30365103:30365210,30374958:30375098,30386176:30386244,30428693:30428893,30438516:30438671,30520317:30528987,30520353:30520623,30521800:30527198,30544221:30568034', 'assoc_mat': '30303187:ela:4461:30303400,30319872:ela:4461:30320108,30327087:ela:4461:30327324,30334128:ela:4461:30334253,30334524:ela:4461:30334557,30364598:ela:4461:30364638,30365103:ela:4461:30365210,30374958:ela:4461:30375098,30386176:ela:4461:30386244,30428693:ela:4461:30428893,30438516:ela:4461:30438671,30520317:ela:4461:30528987,30520353:ela:4461:30520623,30521800:ela:4461:30527198,30544221:ela:4461:30568034'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015103868735587074, 'nb_photo': 187, 'list_port_cont': '30317387,30348560,30350859,30350959,30357393,30363617,30366154,30366280,30366946,30368828,30370910,30371689,30373137,30373498,30373526,30375727,30375790,30376156,30376802,30381123,30382748,30382864,30383837,30385425,30386294,30388422,30390338,30390936,30390976,30391597,30391708,30393413,30412009,30413936,30414030,30414339,30416354,30417257,30417590,30422280,30422329,30424669,30426946,30427558,30427968,30428065,30428842,30434107,30436595,30437257,30438637,30439125,30439582,30439628,30457648,30463096,30469684,30469872,30471149,30474558,30479699,30482078,30482923,30484709,30486025,30488934,30524589,30524863,30525646,30526221,30526822,30527524,30527948,30528485,30528750,30528963,30529060,30529638,30529754,30531096,30531621,30531909,30548184,30548609,30548621,30548821,30550279,30551189,30554628,30555003,30555487,30555774,30556659,30556689,30556788,30557786,30558486,30558885,30560716', 'assoc_port': '30316910:30317387,30348435:30348560,30349654:30350959,30350775:30350859,30357342:30357393,30363573:30363617,30365097:30366280,30366053:30368828,30366059:30366154,30366703:30371689,30366704:30366946,30370765:30370910,30371981:30373526,30371991:30373498,30373082:30373137,30374223:30376802,30375559:30375790,30375569:30375727,30376037:30376156,30380941:30381123,30381409:30382864,30381833:30383837,30382730:30382748,30385342:30385425,30386173:30386294,30386179:30388422,30390233:30390338,30390824:30390976,30390866:30390936,30391462:30391708,30391467:30391597,30393090:30393413,30411997:30412009,30413758:30414030,30413759:30413936,30414208:30414339,30415659:30417257,30416253:30416354,30417563:30417590,30422122:30422329,30422138:30422280,30424470:30424669,30426095:30427558,30426888:30426946,30427749:30428065,30427754:30427968,30428695:30428842,30433945:30436595,30433950:30434107,30437134:30437257,30438511:30438637,30439080:30439125,30439499:30439628,30439504:30439582,30457240:30457648,30462747:30463096,30466589:3047969', 'assoc_mat': '30316910:ela:4200:30317387,30348435:ela:4200:30348560,30349654:ela:4200:30350959,30350775:ela:4200:30350859,30357342:ela:4200:30357393,30363573:ela:4200:30363617,30365097:ela:4200:30366280,30366053:ela:4200:30368828,30366059:ela:4200:30366154,30366703:ela:4200:30371689,30366704:ela:4200:30366946,30370765:ela:4200:30370910,30371981:ela:4200:30373526,30371991:ela:4200:30373498,30373082:ela:4200:30373137,30374223:ela:4200:30376802,30375559:ela:4200:30375790,30375569:ela:4200:30375727,30376037:ela:4200:30376156,30380941:ela:4200:30381123,30381409:ela:4200:30382864,30381833:ela:4200:30383837,30382730:ela:4200:30382748,30385342:ela:4200:30385425,30386173:ela:4200:30386294,30386179:ela:4200:30388422,30390233:ela:4200:30390338,30390824:ela:4200:30390976,30390866:ela:4200:30390936,30391462:ela:4200:30391708,30391467:ela:4200:30391597,30393090:ela:4200:30393413,30411997:ela:4200:30412009,30413758:ela:4200:30414030,30413759:ela:4200:30413936,30414208:ela:4200:30414339,30415659:ela:4200:30417257,30416253:ela:4200:3041635'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0041539891816225775, 'nb_photo': 86, 'list_port_cont': '30290391,30302336,30304305,30316784,30317578,30319767,30322679,30334177,30335615,30370894,30371046,30372947,30376113,30376621,30380796,30382775,30385413,30391720,30393426,30394350,30394444,30411534,30416413,30422249,30425604,30426214,30434090,30462090,30467438,30478685,30486859,30508540,30524529,30524732,30524968,30526455,30548466,30550218,30550390,30550441,30552893,30553315,30560141,30567927', 'assoc_port': '30290350:30290391,30302183:30302336,30303942:30304305,30316571:30316784,30316909:30317578,30319682:30319767,30322556:30322679,30334125:30334177,30335476:30335615,30370760:30370894,30371012:30371046,30372619:30372947,30375954:30376113,30376564:30376621,30380593:30380796,30382729:30382775,30385361:30385413,30391461:30391720,30393087:30394444,30393093:30393426,30394260:30394350,30411468:30411534,30416254:30416413,30422134:30422249,30423711:30425604,30426093:30426214,30433957:30434090,30461848:30462090,30466584:30467438,30474321:30478685,30484222:30508540,30486694:30486859,30521697:30526455,30521802:30524968,30522680:30524732,30523375:30524529,30534708:30553315,30535163:30560141,30535499:30552893,30544180:30567927,30547787:30550390,30547788:30548466,30549865:30550441,30549866:30550218', 'assoc_mat': '30290350:ela:4209:30290391,30302183:ela:4209:30302336,30303942:ela:4209:30304305,30316571:ela:4209:30316784,30316909:ela:4209:30317578,30319682:ela:4209:30319767,30322556:ela:4209:30322679,30334125:ela:4209:30334177,30335476:ela:4209:30335615,30370760:ela:4209:30370894,30371012:ela:4209:30371046,30372619:ela:4209:30372947,30375954:ela:4209:30376113,30376564:ela:4209:30376621,30380593:ela:4209:30380796,30382729:ela:4209:30382775,30385361:ela:4209:30385413,30391461:ela:4209:30391720,30393087:ela:4209:30394444,30393093:ela:4209:30393426,30394260:ela:4209:30394350,30411468:ela:4209:30411534,30416254:ela:4209:30416413,30422134:ela:4209:30422249,30423711:ela:4209:30425604,30426093:ela:4209:30426214,30433957:ela:4209:30434090,30461848:ela:4209:30462090,30466584:ela:4209:30467438,30474321:ela:4209:30478685,30484222:ela:4209:30508540,30486694:ela:4209:30486859,30521697:ela:4209:30526455,30521802:ela:4209:30524968,30522680:ela:4209:30524732,30523375:ela:4209:30524529,30534708:ela:4209:30553315,30535163:ela:4209:3056014'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008741349883165866, 'nb_photo': 1180, 'list_port_cont': '30289855,30290484,30291546,30291691,30291921,30291963,30292231,30293114,30294159,30302413,30303701,30304241,30304399,30304443,30305392,30311273,30315150,30315412,30316129,30317170,30317229,30317306,30317552,30317645,30317834,30317843,30317881,30318040,30318057,30318151,30318199,30318238,30318274,30318718,30319124,30319135,30319156,30320939,30321301,30321739,30322051,30322468,30322878,30322904,30327286,30327354,30327482,30327527,30327592,30333905,30334313,30334613,30334799,30335332,30336547,30337444,30337779,30337849,30346415,30346757,30348753,30349328,30349718,30350876,30350901,30356171,30363528,30363668,30364368,30364850,30365324,30365355,30365711,30366215,30367333,30368852,30370934,30371149,30372061,30372088,30372960,30372983,30373162,30374630,30375198,30375265,30375279,30375736,30376270,30376288,30381228,30381246,30381514,30382014,30382583,30382652,30383648,30383968,30385190,30385197,30385763,30385829,30386338,30386683,30390181,30390402,30391656,30391731,30391983,30392153,30392169,30393442,30393815,3039382', 'assoc_port': '30289774:30289855,30290347:30290484,30291289:30291546,30291609:30291691,30291899:30291963,30291901:30291921,30292101:30292231,30292862:30293114,30293775:30294159,30302190:30302413,30303526:30303701,30303943:30304241,30304342:30304399,30304344:30304443,30305286:30305392,30310718:30311273,30314900:30315150,30315259:30315412,30315984:30316129,30316860:30318718,30316864:30318238,30316869:30317229,30316877:30318274,30316882:30318057,30316884:30318040,30316893:30317881,30316897:30317843,30316903:30317834,30316911:30317645,30316920:30317552,30316925:30317306,30316934:30317170,30317949:30318199,30317954:30318151,30318924:30319156,30318946:30319135,30318965:30319124,30320883:30320939,30321181:30321301,30321404:30322051,30321425:30321739,30322352:30322468,30322873:30322904,30322874:30322878,30327086:30327592,30327091:30327527,30327096:30327482,30327097:30327354,30327108:30327286,30333730:30333905,30334127:30334313,30334522:30334613,30334707:30334799,30335141:30335332,30336271:30336547,30337380:30337444,30337654:3033784', 'assoc_mat': '30289774:ela:4211:30289855,30290347:ela:4211:30290484,30291289:ela:4211:30291546,30291609:ela:4211:30291691,30291899:ela:4211:30291963,30291901:ela:4211:30291921,30292101:ela:4211:30292231,30292862:ela:4211:30293114,30293775:ela:4211:30294159,30302190:ela:4211:30302413,30303526:ela:4211:30303701,30303943:ela:4211:30304241,30304342:ela:4211:30304399,30304344:ela:4211:30304443,30305286:ela:4211:30305392,30310718:ela:4211:30311273,30314900:ela:4211:30315150,30315259:ela:4211:30315412,30315984:ela:4211:30316129,30316860:ela:4211:30318718,30316864:ela:4211:30318238,30316869:ela:4211:30317229,30316877:ela:4211:30318274,30316882:ela:4211:30318057,30316884:ela:4211:30318040,30316893:ela:4211:30317881,30316897:ela:4211:30317843,30316903:ela:4211:30317834,30316911:ela:4211:30317645,30316920:ela:4211:30317552,30316925:ela:4211:30317306,30316934:ela:4211:30317170,30317949:ela:4211:30318199,30317954:ela:4211:30318151,30318924:ela:4211:30319156,30318946:ela:4211:30319135,30318965:ela:4211:30319124,30320883:ela:4211:3032093'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006176420527360442, 'nb_photo': 400, 'list_port_cont': '30348711,30350515,30350583,30350828,30362668,30365298,30366162,30376095,30376773,30381958,30383889,30386275,30386617,30390295,30393644,30413350,30413968,30415862,30417504,30422313,30427531,30427918,30434154,30434171,30437194,30438734,30439760,30462188,30481992,30515374,30515534,30548497,30550631,30554457,30555334,30561145,30561818,30563501,30567250,30569993,30570638,30570767', 'assoc_port': '30348405:30348711,30350358:30350583,30350360:30350515,30350789:30350828,30362654:30362668,30365098:30365298,30366062:30366162,30374184:30376773,30376035:30376095,30381798:30381958,30383750:30383889,30386171:30386275,30386613:30386617,30390237:30390295,30391858:30393644,30411795:30413350,30412112:30413968,30415627:30415862,30416943:30417504,30422128:30422313,30426079:30427531,30427759:30427918,30433953:30434171,30433956:30434154,30437163:30437194,30438513:30438734,30439716:30439760,30461853:30462188,30466591:30515534,30481873:30481992,30486695:30515374,30520310:30561818,30520335:30570767,30521049:30567250,30521147:30569993,30522388:30570638,30523044:30561145,30535167:30563501,30535853:30550631,30536090:30554457,30544206:30555334,30548091:30548497', 'assoc_mat': '30348405:etiquette:4205:30348711,30350358:etiquette:4205:30350583,30350360:etiquette:4205:30350515,30350789:etiquette:4205:30350828,30362654:etiquette:4205:30362668,30365098:etiquette:4205:30365298,30366062:etiquette:4205:30366162,30374184:etiquette:4205:30376773,30376035:etiquette:4205:30376095,30381798:etiquette:4205:30381958,30383750:etiquette:4205:30383889,30386171:etiquette:4205:30386275,30386613:etiquette:4205:30386617,30390237:etiquette:4205:30390295,30391858:etiquette:4205:30393644,30411795:etiquette:4205:30413350,30412112:etiquette:4205:30413968,30415627:etiquette:4205:30415862,30416943:etiquette:4205:30417504,30422128:etiquette:4205:30422313,30426079:etiquette:4205:30427531,30427759:etiquette:4205:30427918,30433953:etiquette:4205:30434171,30433956:etiquette:4205:30434154,30437163:etiquette:4205:30437194,30438513:etiquette:4205:30438734,30439716:etiquette:4205:30439760,30461853:etiquette:4205:30462188,30466591:etiquette:4205:30515534,30481873:etiquette:4205:30481992,30486695:etiquette:4205:30515374,3'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009959845637077726, 'nb_photo': 5019, 'list_port_cont': '30355512,30364412,30365273,30366310,30372223,30375498,30375511,30376414,30381566,30383692,30384878,30386369,30391021,30391301,30393740,30393790,30397104,30411406,30413037,30414435,30416531,30417270,30422454,30424748,30426503,30426580,30428238,30430628,30434549,30437863,30439183,30458840,30462873,30547910,30548143,30550481,30555929,30556379,30556560,30556873,30558140,30562766,30563359,30563964,30568132,30571495,30572016,30572452,30572559', 'assoc_port': '30355431:30355512,30364116:30364412,30365106:30365273,30366060:30366310,30371984:30372223,30374838:30375498,30374917:30375511,30376032:30376414,30381411:30381566,30383444:30383692,30384777:30384878,30386174:30386369,30390228:30391301,30390868:30391021,30392089:30393790,30393088:30397104,30393660:30393740,30411282:30411406,30412938:30413037,30414207:30414435,30416250:30416531,30416948:30417270,30422158:30422454,30424474:30424748,30426083:30426503,30426096:30426580,30427756:30428238,30429228:30430628,30434454:30434549,30437569:30437863,30439084:30439183,30458034:30458840,30461856:30462873,30482699:30556379,30520286:30558140,30520313:30562766,30521152:30571495,30521340:30547910,30521981:30572559,30522565:30548143,30523373:30563359,30534710:30572452,30534715:30572016,30535493:30563964,30535790:30550481,30539171:30556873,30544211:30555929,30547795:30556560,30549864:30568132', 'assoc_mat': '30355431:etiquette:4203:30355512,30364116:etiquette:4203:30364412,30365106:etiquette:4203:30365273,30366060:etiquette:4203:30366310,30371984:etiquette:4203:30372223,30374838:etiquette:4203:30375498,30374917:etiquette:4203:30375511,30376032:etiquette:4203:30376414,30381411:etiquette:4203:30381566,30383444:etiquette:4203:30383692,30384777:etiquette:4203:30384878,30386174:etiquette:4203:30386369,30390228:etiquette:4203:30391301,30390868:etiquette:4203:30391021,30392089:etiquette:4203:30393790,30393088:etiquette:4203:30397104,30393660:etiquette:4203:30393740,30411282:etiquette:4203:30411406,30412938:etiquette:4203:30413037,30414207:etiquette:4203:30414435,30416250:etiquette:4203:30416531,30416948:etiquette:4203:30417270,30422158:etiquette:4203:30422454,30424474:etiquette:4203:30424748,30426083:etiquette:4203:30426503,30426096:etiquette:4203:30426580,30427756:etiquette:4203:30428238,30429228:etiquette:4203:30430628,30434454:etiquette:4203:30434549,30437569:etiquette:4203:30437863,30439084:etiquette:4203:30439183,3'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018187534875448422, 'nb_photo': 349, 'list_port_cont': '30348598,30348614,30349706,30350455,30350853,30353035,30355917,30355930,30357387,30363441,30363629,30364246,30364259,30364334,30364392,30364625,30364695,30365201,30365270,30365615,30365646,30366206,30366769,30366851,30366958,30368810,30370827,30372817,30373445,30374327,30375077,30375619,30375709,30376053,30376059,30376634,30376821,30376977,30381099,30381179,30381939,30381969,30382563,30383600,30385390,30386181,30386238,30386642,30389800,30390280,30390316,30390950,30391617,30391631,30391935,30392070,30393263,30393291,30393360,30393389,30394310,30394325,30396978,30411052,30411809,30412277,30412299,30413994,30414598,30415717,30416342,30416362,30417029,30417185,30419095,30422223,30422846,30423064,30423907,30423917,30424632,30426138,30426228,30426299,30426343,30426922,30427777,30428010,30428858,30429353,30431361,30434078,30437226,30437703,30437731,30438654,30439724,30439979,30440136,30441606,30457354,30459406,30462016,30462209,30463001,30464368,30464465,30465281,30467242,30467326,30470621,30470720,30471246,3047437', 'assoc_port': '30348402:30348598,30348410:30348614,30349655:30349706,30350361:30350455,30350748:30353035,30350787:30350853,30355867:30355917,30355870:30355930,30357341:30357387,30363346:30363441,30363571:30363629,30364115:30364392,30364117:30364259,30364120:30364334,30364121:30364246,30364597:30364695,30364601:30364625,30365100:30365270,30365107:30365201,30365603:30365646,30365608:30365615,30365612:30366769,30366055:30366206,30366061:30368810,30366702:30366958,30366706:30366851,30370768:30370827,30371983:30373445,30372621:30372817,30374236:30374327,30374837:30376977,30374937:30375077,30375561:30375709,30375566:30375619,30376015:30376059,30376031:30376053,30376541:30376634,30376770:30376821,30380938:30381179,30380943:30381099,30381796:30381969,30381797:30381939,30382511:30382563,30383443:30383600,30385341:30385390,30386167:30386238,30386177:30386181,30386612:30386642,30389677:30389800,30390231:30390316,30390235:30390280,30390822:30390950,30390867:30392070,30391463:30391631,30391465:30391617,30391890:30391935,30393091:3039338', 'assoc_mat': '30348402:etiquette:4207:30348598,30348410:etiquette:4207:30348614,30349655:etiquette:4207:30349706,30350361:etiquette:4207:30350455,30350748:etiquette:4207:30353035,30350787:etiquette:4207:30350853,30355867:etiquette:4207:30355917,30355870:etiquette:4207:30355930,30357341:etiquette:4207:30357387,30363346:etiquette:4207:30363441,30363571:etiquette:4207:30363629,30364115:etiquette:4207:30364392,30364117:etiquette:4207:30364259,30364120:etiquette:4207:30364334,30364121:etiquette:4207:30364246,30364597:etiquette:4207:30364695,30364601:etiquette:4207:30364625,30365100:etiquette:4207:30365270,30365107:etiquette:4207:30365201,30365603:etiquette:4207:30365646,30365608:etiquette:4207:30365615,30365612:etiquette:4207:30366769,30366055:etiquette:4207:30366206,30366061:etiquette:4207:30368810,30366702:etiquette:4207:30366958,30366706:etiquette:4207:30366851,30370768:etiquette:4207:30370827,30371983:etiquette:4207:30373445,30372621:etiquette:4207:30372817,30374236:etiquette:4207:30374327,30374837:etiquette:4207:30376977,3'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0007594161389171185, 'nb_photo': 133, 'list_port_cont': '30320111,30348659,30357357,30364292,30364642,30365223,30367053,30371073,30372036,30372779,30374476,30376676,30381133,30382613,30383558,30383916,30389767,30389879,30390361,30391681,30393323,30394276,30411900,30413098,30417629,30423955,30425388,30426248,30426314,30427884,30427988,30434178,30436948,30437743,30438684,30439587,30439775,30457607,30462154,30463115,30464413,30467509,30520625,30524562,30524847,30525683,30525772,30526397,30527204,30529269,30529848,30529984,30530112,30530678,30530851,30530946,30531156,30531965,30548375,30548579,30550302,30550401,30550535,30551018,30551242,30559114,30559206,30560235,30560620,30561012,30568027,30570241', 'assoc_port': '30319872:30320111,30348406:30348659,30357343:30357357,30364118:30364292,30364598:30364642,30365103:30365223,30366057:30372779,30366705:30367053,30371015:30371073,30371989:30372036,30374183:30374476,30376034:30376676,30380944:30381133,30382510:30382613,30383447:30383558,30383773:30383916,30386166:30389767,30389673:30389879,30390232:30390361,30391464:30391681,30393089:30393323,30393123:30394276,30411463:30413098,30411796:30411900,30417568:30417629,30423636:30425388,30423731:30423955,30426088:30426248,30426099:30426314,30427753:30427988,30427762:30427884,30433954:30434178,30434449:30436948,30437573:30437743,30438516:30438684,30439501:30439587,30439718:30439775,30457292:30457607,30461851:30462154,30462748:30463115,30464252:30464413,30466587:30467509,30520285:30529984,30520297:30529848,30520308:30529269,30520353:30520625,30521047:30561012,30521120:30560620,30521127:30531965,30521132:30531156,30521142:30530946,30521149:30530851,30521153:30530678,30521660:30530112,30521800:30527204,30522029:30526397,30522569:3052484', 'assoc_mat': '30319872:etiquette:4461:30320111,30348406:etiquette:4461:30348659,30357343:etiquette:4461:30357357,30364118:etiquette:4461:30364292,30364598:etiquette:4461:30364642,30365103:etiquette:4461:30365223,30366057:etiquette:4461:30372779,30366705:etiquette:4461:30367053,30371015:etiquette:4461:30371073,30371989:etiquette:4461:30372036,30374183:etiquette:4461:30374476,30376034:etiquette:4461:30376676,30380944:etiquette:4461:30381133,30382510:etiquette:4461:30382613,30383447:etiquette:4461:30383558,30383773:etiquette:4461:30383916,30386166:etiquette:4461:30389767,30389673:etiquette:4461:30389879,30390232:etiquette:4461:30390361,30391464:etiquette:4461:30391681,30393089:etiquette:4461:30393323,30393123:etiquette:4461:30394276,30411463:etiquette:4461:30413098,30411796:etiquette:4461:30411900,30417568:etiquette:4461:30417629,30423636:etiquette:4461:30425388,30423731:etiquette:4461:30423955,30426088:etiquette:4461:30426248,30426099:etiquette:4461:30426314,30427753:etiquette:4461:30427988,30427762:etiquette:4461:30427884,3'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010508425852560418, 'nb_photo': 1323, 'list_port_cont': '30348561,30350870,30350955,30357392,30363608,30364674,30365230,30366144,30366286,30366711,30366948,30368819,30370908,30371701,30373135,30373509,30373524,30375166,30375213,30375725,30375785,30376138,30376658,30376795,30381117,30381990,30382745,30382868,30383479,30383555,30383827,30384517,30384860,30385428,30385815,30386295,30388424,30389826,30389905,30390330,30390942,30390977,30391610,30391699,30393280,30393370,30393399,30394335,30411514,30412013,30412238,30412952,30413930,30414039,30414337,30414459,30415798,30416360,30416737,30417067,30417255,30417599,30422276,30422328,30423115,30423123,30424647,30424660,30426198,30426947,30427544,30427813,30427973,30428064,30428829,30429630,30430747,30433036,30434114,30434491,30434837,30435242,30436596,30437243,30437775,30438643,30439138,30439569,30439634,30457582,30457654,30457899,30462287,30463097,30464395,30464536,30464661,30469675,30469881,30471157,30471289,30474557,30474597,30479704,30482075,30482880,30482920,30484698,30484841,30486018,30488929,30520519,30520592,3052459', 'assoc_port': '30348435:30348561,30349654:30350955,30350775:30350870,30357342:30357392,30363573:30363608,30364600:30364674,30365097:30366286,30365104:30365230,30365609:30366711,30366053:30368819,30366059:30366144,30366703:30371701,30366704:30366948,30370765:30370908,30371981:30373524,30371991:30373509,30373082:30373135,30374223:30376795,30374915:30375166,30374918:30375213,30375559:30375785,30375569:30375725,30376037:30376138,30376542:30376658,30380941:30381117,30381409:30382868,30381803:30381990,30381833:30383827,30382730:30382745,30383450:30383555,30383451:30383479,30384240:30384517,30384775:30384860,30385342:30385428,30385661:30385815,30386173:30386295,30386179:30388424,30389671:30389905,30389681:30389826,30390233:30390330,30390824:30390977,30390866:30390942,30391462:30391699,30391467:30391610,30393090:30393399,30393097:30393370,30393140:30393280,30394258:30394335,30410949:30412238,30411465:30411514,30411997:30412013,30412939:30412952,30412940:30414459,30413758:30414039,30413759:30413930,30414208:30414337,30415640:3041579', 'assoc_mat': '30348435:etiquette:4200:30348561,30349654:etiquette:4200:30350955,30350775:etiquette:4200:30350870,30357342:etiquette:4200:30357392,30363573:etiquette:4200:30363608,30364600:etiquette:4200:30364674,30365097:etiquette:4200:30366286,30365104:etiquette:4200:30365230,30365609:etiquette:4200:30366711,30366053:etiquette:4200:30368819,30366059:etiquette:4200:30366144,30366703:etiquette:4200:30371701,30366704:etiquette:4200:30366948,30370765:etiquette:4200:30370908,30371981:etiquette:4200:30373524,30371991:etiquette:4200:30373509,30373082:etiquette:4200:30373135,30374223:etiquette:4200:30376795,30374915:etiquette:4200:30375166,30374918:etiquette:4200:30375213,30375559:etiquette:4200:30375785,30375569:etiquette:4200:30375725,30376037:etiquette:4200:30376138,30376542:etiquette:4200:30376658,30380941:etiquette:4200:30381117,30381409:etiquette:4200:30382868,30381803:etiquette:4200:30381990,30381833:etiquette:4200:30383827,30382730:etiquette:4200:30382745,30383450:etiquette:4200:30383555,30383451:etiquette:4200:30383479,3'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008885434567673198, 'nb_photo': 570, 'list_port_cont': '30348528,30370888,30371053,30372957,30374593,30376115,30376622,30380709,30380793,30381917,30382771,30385411,30390272,30391725,30393429,30394354,30394434,30411533,30416415,30422248,30425096,30425606,30426209,30434094,30435322,30462083,30467430,30474450,30478675,30481973,30486857,30508550,30520500,30524535,30524737,30524952,30524974,30526583,30526846,30526875,30527159,30548478,30550236,30550395,30550440,30551562,30552555,30552895,30553324,30560128,30560437,30567928', 'assoc_port': '30348400:30348528,30370760:30370888,30371012:30371053,30372619:30372957,30374203:30374593,30375954:30376115,30376564:30376622,30380592:30380709,30380593:30380793,30381800:30381917,30382729:30382771,30385361:30385411,30390239:30390272,30391461:30391725,30393087:30394434,30393093:30393429,30394260:30394354,30411468:30411533,30416254:30416415,30422134:30422248,30423711:30425606,30424985:30425096,30426093:30426209,30433957:30434094,30435212:30435322,30461848:30462083,30466584:30467430,30474319:30474450,30474321:30478675,30481866:30481973,30484222:30508550,30486694:30486857,30520288:30526846,30520331:30526583,30520369:30520500,30521126:30527159,30521145:30526875,30521802:30524974,30522390:30524952,30522680:30524737,30523375:30524535,30534707:30560437,30534708:30553324,30535163:30560128,30535499:30552895,30536211:30552555,30539168:30551562,30544180:30567928,30547787:30550395,30547788:30548478,30549865:30550440,30549866:30550236', 'assoc_mat': '30348400:etiquette:4209:30348528,30370760:etiquette:4209:30370888,30371012:etiquette:4209:30371053,30372619:etiquette:4209:30372957,30374203:etiquette:4209:30374593,30375954:etiquette:4209:30376115,30376564:etiquette:4209:30376622,30380592:etiquette:4209:30380709,30380593:etiquette:4209:30380793,30381800:etiquette:4209:30381917,30382729:etiquette:4209:30382771,30385361:etiquette:4209:30385411,30390239:etiquette:4209:30390272,30391461:etiquette:4209:30391725,30393087:etiquette:4209:30394434,30393093:etiquette:4209:30393429,30394260:etiquette:4209:30394354,30411468:etiquette:4209:30411533,30416254:etiquette:4209:30416415,30422134:etiquette:4209:30422248,30423711:etiquette:4209:30425606,30424985:etiquette:4209:30425096,30426093:etiquette:4209:30426209,30433957:etiquette:4209:30434094,30435212:etiquette:4209:30435322,30461848:etiquette:4209:30462083,30466584:etiquette:4209:30467430,30474319:etiquette:4209:30474450,30474321:etiquette:4209:30478675,30481866:etiquette:4209:30481973,30484222:etiquette:4209:30508550,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0026923318936894988, 'nb_photo': 15291, 'list_port_cont': '30348747,30349327,30349723,30350882,30350897,30356160,30363504,30363659,30364380,30364841,30365314,30365341,30365712,30366214,30367338,30368843,30370933,30371150,30372063,30372090,30372965,30372992,30373151,30374618,30375186,30375251,30375269,30375746,30376271,30376290,30381234,30381251,30381513,30382017,30382594,30382643,30383657,30383962,30385179,30385205,30385767,30385828,30386348,30386695,30390191,30390409,30391664,30391740,30391997,30392158,30392175,30393436,30393810,30393826,30394370,30411133,30411383,30411713,30411834,30412319,30412332,30414073,30414088,30414098,30414368,30414384,30415863,30415898,30416457,30416751,30416769,30417089,30417096,30417604,30417664,30423160,30423986,30424008,30424225,30424607,30425044,30425976,30426369,30426390,30426404,30427686,30427864,30427930,30428037,30428085,30428936,30430826,30433050,30433089,30434268,30434326,30434524,30435144,30435307,30437299,30438798,30438844,30439154,30439638,30439999,30457817,30458514,30459488,30462410,30463323,30463403,30464501,30469828,3047003', 'assoc_port': '30348411:30348747,30349261:30349327,30349657:30349723,30350765:30350897,30350788:30350882,30355866:30356160,30363348:30363504,30363570:30364841,30363572:30363659,30364123:30364380,30365099:30365341,30365102:30365314,30365604:30365712,30366052:30368843,30366056:30366214,30366701:30367338,30370771:30370933,30371014:30371150,30371982:30372090,30371987:30372063,30372600:30372992,30372624:30372965,30373083:30373151,30374243:30374618,30374894:30375269,30374953:30375251,30374960:30375186,30375560:30375746,30376012:30376290,30376033:30376271,30380936:30382594,30380940:30381251,30380947:30381234,30381412:30381513,30381805:30382017,30382512:30382643,30383446:30383657,30383771:30383962,30384239:30385767,30385070:30385205,30385072:30385179,30385663:30385828,30386175:30386348,30386610:30386695,30389675:30390191,30390230:30390409,30390821:30392158,30390846:30392175,30391459:30391740,30391468:30391664,30391874:30391997,30393094:30393826,30393096:30393436,30393139:30393810,30394261:30394370,30410947:30411133,30411285:3041138', 'assoc_mat': '30348411:etiquette:4211:30348747,30349261:etiquette:4211:30349327,30349657:etiquette:4211:30349723,30350765:etiquette:4211:30350897,30350788:etiquette:4211:30350882,30355866:etiquette:4211:30356160,30363348:etiquette:4211:30363504,30363570:etiquette:4211:30364841,30363572:etiquette:4211:30363659,30364123:etiquette:4211:30364380,30365099:etiquette:4211:30365341,30365102:etiquette:4211:30365314,30365604:etiquette:4211:30365712,30366052:etiquette:4211:30368843,30366056:etiquette:4211:30366214,30366701:etiquette:4211:30367338,30370771:etiquette:4211:30370933,30371014:etiquette:4211:30371150,30371982:etiquette:4211:30372090,30371987:etiquette:4211:30372063,30372600:etiquette:4211:30372992,30372624:etiquette:4211:30372965,30373083:etiquette:4211:30373151,30374243:etiquette:4211:30374618,30374894:etiquette:4211:30375269,30374953:etiquette:4211:30375251,30374960:etiquette:4211:30375186,30375560:etiquette:4211:30375746,30376012:etiquette:4211:30376290,30376033:etiquette:4211:30376271,30380936:etiquette:4211:30382594,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002565946192279349, 'nb_photo': 333, 'list_port_cont': '30348813,30349735,30355401,30356176,30363002,30364423,30364712,30364718,30365016,30365331,30365359,30365804,30366259,30366296,30366499,30367639,30371176,30372103,30372146,30372996,30374106,30374833,30375473,30376733,30379878,30381261,30381279,30381298,30381545,30382810,30383959,30384651,30384975,30385225,30385892,30386320,30386325,30386386,30390425,30390983,30391000,30391758,30391774,30393455,30393517,30393542,30394385,30411425,30411550,30412363,30414167,30414284,30415977,30416004,30416475,30417188,30417771,30423178,30424813,30424874,30426461,30426643,30428125,30430721,30433106,30437340,30437465,30438816,30439670,30440055,30459494,30462847,30464516,30464579,30468006,30470793,30474927,30474984,30475136,30482894,30485168,30485338,30487505,30489151,30520743,30524648,30525047,30525088,30525811,30525882,30526657,30526749,30526769,30526974,30530569,30530650,30531219,30532088,30548409,30550896,30551546,30553703,30555464,30557150,30557285,30559671,30559685,30559889,30560154,30560566,30560676,30561193,30561370,3056164', 'assoc_port': '30348419:30348813,30349656:30349735,30350356:30355401,30355869:30356176,30362769:30363002,30364114:30365016,30364119:30364423,30364596:30364718,30364602:30364712,30365105:30365359,30365108:30365331,30365610:30365804,30366054:30366296,30366058:30366499,30366063:30366259,30366707:30367639,30371017:30371176,30371985:30372103,30371990:30372146,30372622:30372996,30373080:30374106,30374253:30374833,30374864:30375473,30374916:30379878,30376036:30376733,30380937:30381261,30380939:30381298,30380946:30381279,30381413:30381545,30382509:30383959,30382731:30382810,30383769:30384975,30384641:30384651,30385068:30385225,30385659:30385892,30386168:30386320,30386172:30386325,30386178:30386386,30390234:30390425,30390823:30391000,30390827:30390983,30391466:30391774,30391469:30391758,30393092:30393542,30393099:30393455,30393141:30393517,30394257:30394385,30411284:30411425,30411466:30411550,30412116:30412363,30413753:30414284,30413764:30414167,30415653:30416004,30415663:30415977,30416252:30416475,30416944:30417188,30417565:3041777', 'assoc_mat': '30348419:etiquette:3327:30348813,30349656:etiquette:3327:30349735,30350356:etiquette:3327:30355401,30355869:etiquette:3327:30356176,30362769:etiquette:3327:30363002,30364114:etiquette:3327:30365016,30364119:etiquette:3327:30364423,30364596:etiquette:3327:30364718,30364602:etiquette:3327:30364712,30365105:etiquette:3327:30365359,30365108:etiquette:3327:30365331,30365610:etiquette:3327:30365804,30366054:etiquette:3327:30366296,30366058:etiquette:3327:30366499,30366063:etiquette:3327:30366259,30366707:etiquette:3327:30367639,30371017:etiquette:3327:30371176,30371985:etiquette:3327:30372103,30371990:etiquette:3327:30372146,30372622:etiquette:3327:30372996,30373080:etiquette:3327:30374106,30374253:etiquette:3327:30374833,30374864:etiquette:3327:30375473,30374916:etiquette:3327:30379878,30376036:etiquette:3327:30376733,30380937:etiquette:3327:30381261,30380939:etiquette:3327:30381298,30380946:etiquette:3327:30381279,30381413:etiquette:3327:30381545,30382509:etiquette:3327:30383959,30382731:etiquette:3327:30382810,3'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014539708114532897, 'nb_photo': 328, 'list_port_cont': '30348716,30350518,30350585,30350833,30362657,30365296,30366170,30376097,30376783,30381953,30383885,30386283,30386623,30393645,30413342,30413975,30415854,30417509,30422316,30427530,30427907,30434164,30438729,30439750,30462180,30481993,30515384,30515525,30548492,30550624,30554459,30555331,30561142,30561819,30563504,30567249,30569997,30570634,30570761', 'assoc_port': '30348405:30348716,30350358:30350585,30350360:30350518,30350789:30350833,30362654:30362657,30365098:30365296,30366062:30366170,30374184:30376783,30376035:30376097,30381798:30381953,30383750:30383885,30386171:30386283,30386613:30386623,30391858:30393645,30411795:30413342,30412112:30413975,30415627:30415854,30416943:30417509,30422128:30422316,30426079:30427530,30427759:30427907,30433953:30434164,30438513:30438729,30439716:30439750,30461853:30462180,30466591:30515525,30481873:30481993,30486695:30515384,30520310:30561819,30520335:30570761,30521049:30567249,30521147:30569997,30522388:30570634,30523044:30561142,30535167:30563504,30535853:30550624,30536090:30554459,30544206:30555331,30548091:30548492', 'assoc_mat': '30348405:film_plastique:4205:30348716,30350358:film_plastique:4205:30350585,30350360:film_plastique:4205:30350518,30350789:film_plastique:4205:30350833,30362654:film_plastique:4205:30362657,30365098:film_plastique:4205:30365296,30366062:film_plastique:4205:30366170,30374184:film_plastique:4205:30376783,30376035:film_plastique:4205:30376097,30381798:film_plastique:4205:30381953,30383750:film_plastique:4205:30383885,30386171:film_plastique:4205:30386283,30386613:film_plastique:4205:30386623,30391858:film_plastique:4205:30393645,30411795:film_plastique:4205:30413342,30412112:film_plastique:4205:30413975,30415627:film_plastique:4205:30415854,30416943:film_plastique:4205:30417509,30422128:film_plastique:4205:30422316,30426079:film_plastique:4205:30427530,30427759:film_plastique:4205:30427907,30433953:film_plastique:4205:30434164,30438513:film_plastique:4205:30438729,30439716:film_plastique:4205:30439750,30461853:film_plastique:4205:30462180,30466591:film_plastique:4205:30515525,30481873:film_plastique:4205:3048199'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.033079829996987505, 'nb_photo': 3202, 'list_port_cont': '30355518,30364402,30365278,30366309,30372219,30375485,30375505,30376410,30381567,30383698,30384886,30386372,30391014,30391302,30393737,30393787,30397106,30411416,30413045,30414425,30416520,30417271,30422459,30424753,30426491,30426586,30428240,30430638,30434546,30437864,30439198,30458843,30462883,30547919,30548151,30550467,30555927,30556388,30556563,30556875,30558144,30562768,30563347,30563973,30568145,30571499,30572007,30572462,30572553', 'assoc_port': '30355431:30355518,30364116:30364402,30365106:30365278,30366060:30366309,30371984:30372219,30374838:30375485,30374917:30375505,30376032:30376410,30381411:30381567,30383444:30383698,30384777:30384886,30386174:30386372,30390228:30391302,30390868:30391014,30392089:30393787,30393088:30397106,30393660:30393737,30411282:30411416,30412938:30413045,30414207:30414425,30416250:30416520,30416948:30417271,30422158:30422459,30424474:30424753,30426083:30426491,30426096:30426586,30427756:30428240,30429228:30430638,30434454:30434546,30437569:30437864,30439084:30439198,30458034:30458843,30461856:30462883,30482699:30556388,30520286:30558144,30520313:30562768,30521152:30571499,30521340:30547919,30521981:30572553,30522565:30548151,30523373:30563347,30534710:30572462,30534715:30572007,30535493:30563973,30535790:30550467,30539171:30556875,30544211:30555927,30547795:30556563,30549864:30568145', 'assoc_mat': '30355431:film_plastique:4203:30355518,30364116:film_plastique:4203:30364402,30365106:film_plastique:4203:30365278,30366060:film_plastique:4203:30366309,30371984:film_plastique:4203:30372219,30374838:film_plastique:4203:30375485,30374917:film_plastique:4203:30375505,30376032:film_plastique:4203:30376410,30381411:film_plastique:4203:30381567,30383444:film_plastique:4203:30383698,30384777:film_plastique:4203:30384886,30386174:film_plastique:4203:30386372,30390228:film_plastique:4203:30391302,30390868:film_plastique:4203:30391014,30392089:film_plastique:4203:30393787,30393088:film_plastique:4203:30397106,30393660:film_plastique:4203:30393737,30411282:film_plastique:4203:30411416,30412938:film_plastique:4203:30413045,30414207:film_plastique:4203:30414425,30416250:film_plastique:4203:30416520,30416948:film_plastique:4203:30417271,30422158:film_plastique:4203:30422459,30424474:film_plastique:4203:30424753,30426083:film_plastique:4203:30426491,30426096:film_plastique:4203:30426586,30427756:film_plastique:4203:3042824'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027009831519021876, 'nb_photo': 661, 'list_port_cont': '30303543,30335499,30348568,30348595,30348609,30349708,30350464,30350524,30353033,30355918,30355935,30357383,30363445,30363635,30364244,30364264,30364345,30364389,30364618,30364685,30365207,30365258,30365619,30365644,30366205,30366767,30366850,30366959,30368796,30370818,30370846,30371400,30372814,30372900,30373101,30373458,30373769,30374325,30374339,30374969,30375076,30375607,30375690,30375705,30376046,30376067,30376086,30376583,30376632,30376984,30381089,30381104,30381895,30381940,30381960,30382551,30382569,30383534,30383598,30383869,30383901,30384356,30385027,30385386,30386044,30386081,30386195,30386198,30386237,30386633,30386651,30386715,30386877,30389804,30390289,30390309,30390960,30391614,30391636,30391941,30392079,30393256,30393286,30393349,30393393,30394305,30394324,30396980,30411037,30411299,30411473,30411500,30412224,30412303,30413921,30413945,30413996,30414587,30415738,30415782,30416330,30416361,30416642,30417031,30417180,30417582,30419104,30420215,30422232,30422848,30423019,30423903,30423924,3042448', 'assoc_port': '30303519:30303543,30335479:30335499,30348402:30348595,30348407:30348568,30348410:30348609,30349655:30349708,30350357:30350524,30350361:30350464,30350748:30353033,30355867:30355918,30355870:30355935,30357341:30357383,30363346:30363445,30363571:30363635,30364115:30364389,30364117:30364264,30364120:30364345,30364121:30364244,30364597:30364685,30364601:30364618,30365100:30365258,30365107:30365207,30365603:30365644,30365608:30365619,30365612:30366767,30366055:30366205,30366061:30368796,30366702:30366959,30366706:30366850,30370758:30370846,30370768:30370818,30371337:30371400,30371983:30373458,30372581:30373769,30372621:30372814,30372623:30372900,30373081:30373101,30374236:30374325,30374263:30374339,30374837:30376984,30374914:30374969,30374937:30375076,30375561:30375705,30375564:30375690,30375566:30375607,30375992:30376086,30376015:30376067,30376031:30376046,30376541:30376632,30376543:30376583,30380943:30381104,30380945:30381089,30381796:30381960,30381797:30381940,30381804:30382569,30381832:30381895,30382511:3038255', 'assoc_mat': '30303519:film_plastique:4207:30303543,30335479:film_plastique:4207:30335499,30348402:film_plastique:4207:30348595,30348407:film_plastique:4207:30348568,30348410:film_plastique:4207:30348609,30349655:film_plastique:4207:30349708,30350357:film_plastique:4207:30350524,30350361:film_plastique:4207:30350464,30350748:film_plastique:4207:30353033,30355867:film_plastique:4207:30355918,30355870:film_plastique:4207:30355935,30357341:film_plastique:4207:30357383,30363346:film_plastique:4207:30363445,30363571:film_plastique:4207:30363635,30364115:film_plastique:4207:30364389,30364117:film_plastique:4207:30364264,30364120:film_plastique:4207:30364345,30364121:film_plastique:4207:30364244,30364597:film_plastique:4207:30364685,30364601:film_plastique:4207:30364618,30365100:film_plastique:4207:30365258,30365107:film_plastique:4207:30365207,30365603:film_plastique:4207:30365644,30365608:film_plastique:4207:30365619,30365612:film_plastique:4207:30366767,30366055:film_plastique:4207:30366205,30366061:film_plastique:4207:3036879'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8476032206935009, 'nb_photo': 4319, 'list_port_cont': '30303403,30303655,30304200,30305307,30307937,30315128,30316013,30316057,30316402,30317237,30317345,30317470,30317593,30317725,30317984,30318100,30319091,30320105,30320910,30321250,30322484,30327204,30327300,30327337,30333327,30333566,30334255,30334556,30335029,30337139,30338057,30346720,30347413,30348616,30348661,30357344,30363590,30364287,30364640,30365221,30365656,30367055,30371074,30372029,30372775,30372909,30374477,30375102,30375640,30375754,30376205,30376687,30376843,30381134,30382601,30383564,30383824,30383919,30384425,30385158,30386245,30389764,30389876,30390366,30391678,30393319,30394278,30394740,30411894,30412962,30413099,30415760,30415816,30416068,30416702,30417110,30417637,30422353,30423944,30425060,30425389,30426236,30426312,30426953,30427879,30427982,30428881,30432911,30434180,30435258,30436822,30436970,30437272,30437749,30438672,30439590,30439781,30457612,30459422,30462158,30463118,30464407,30467363,30467423,30467517,30469692,30474501,30520558,30520614,30520664,30524557,30524839,30525670,3052576', 'assoc_port': '30303187:30303403,30303528:30303655,30303947:30304200,30305287:30305307,30307823:30307937,30314897:30315128,30315980:30316013,30315986:30316057,30316217:30316402,30316868:30317984,30316878:30317725,30316888:30317593,30316899:30317470,30316919:30317345,30316932:30317237,30317952:30318100,30318928:30319091,30319872:30320105,30320882:30320910,30321182:30321250,30322332:30322484,30327087:30327337,30327094:30327300,30327107:30327204,30333127:30333327,30333489:30333566,30334128:30334255,30334524:30334556,30335014:30335029,30336895:30337139,30338007:30338057,30346643:30346720,30347166:30347413,30348406:30348661,30348409:30348616,30357343:30357344,30363569:30363590,30364118:30364287,30364598:30364640,30365103:30365221,30365611:30365656,30366057:30372775,30366705:30367055,30371015:30371074,30371989:30372029,30372620:30372909,30374183:30374477,30374913:30375754,30374958:30375102,30375568:30375640,30375953:30376205,30376034:30376687,30376771:30376843,30380944:30381134,30381802:30383824,30382510:30382601,30383447:3038356', 'assoc_mat': '30303187:film_plastique:4461:30303403,30303528:film_plastique:4461:30303655,30303947:film_plastique:4461:30304200,30305287:film_plastique:4461:30305307,30307823:film_plastique:4461:30307937,30314897:film_plastique:4461:30315128,30315980:film_plastique:4461:30316013,30315986:film_plastique:4461:30316057,30316217:film_plastique:4461:30316402,30316868:film_plastique:4461:30317984,30316878:film_plastique:4461:30317725,30316888:film_plastique:4461:30317593,30316899:film_plastique:4461:30317470,30316919:film_plastique:4461:30317345,30316932:film_plastique:4461:30317237,30317952:film_plastique:4461:30318100,30318928:film_plastique:4461:30319091,30319872:film_plastique:4461:30320105,30320882:film_plastique:4461:30320910,30321182:film_plastique:4461:30321250,30322332:film_plastique:4461:30322484,30327087:film_plastique:4461:30327337,30327094:film_plastique:4461:30327300,30327107:film_plastique:4461:30327204,30333127:film_plastique:4461:30333327,30333489:film_plastique:4461:30333566,30334128:film_plastique:4461:3033425'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.043913177111759474, 'nb_photo': 5399, 'list_port_cont': '30302296,30302314,30303586,30304099,30307828,30317268,30317406,30319784,30334136,30334751,30335589,30348555,30350866,30350944,30357400,30363623,30364671,30365232,30366151,30366274,30366719,30366944,30368821,30370916,30371696,30373145,30373496,30373521,30375181,30375211,30375600,30375728,30375789,30376150,30376660,30376789,30381121,30381977,30382742,30382862,30383473,30383541,30383831,30384508,30384865,30385426,30385809,30386306,30388427,30389821,30389904,30390329,30390937,30390973,30391606,30391701,30393273,30393314,30393373,30393400,30394328,30411504,30412005,30412243,30412948,30413929,30414045,30414352,30414450,30415808,30416353,30416733,30417063,30417244,30417589,30422279,30422338,30423113,30423129,30424648,30424658,30426197,30426945,30427554,30427812,30427972,30428068,30428831,30429616,30430746,30433025,30434120,30434494,30434829,30435247,30436603,30437244,30437778,30438651,30439135,30439572,30439636,30457587,30457643,30457900,30462296,30463095,30464391,30464533,30464669,30469681,30469879,30471153,3047128', 'assoc_port': '30302187:30302314,30302189:30302296,30303523:30303586,30303950:30304099,30307813:30307828,30316910:30317406,30316924:30317268,30319679:30319784,30334126:30334136,30334709:30334751,30335480:30335589,30348435:30348555,30349654:30350944,30350775:30350866,30357342:30357400,30363573:30363623,30364600:30364671,30365097:30366274,30365104:30365232,30365609:30366719,30366053:30368821,30366059:30366151,30366703:30371696,30366704:30366944,30370765:30370916,30371981:30373521,30371991:30373496,30373082:30373145,30374223:30376789,30374915:30375181,30374918:30375211,30375559:30375789,30375562:30375600,30375569:30375728,30376037:30376150,30376542:30376660,30380941:30381121,30381409:30382862,30381803:30381977,30381833:30383831,30382730:30382742,30383450:30383541,30383451:30383473,30384240:30384508,30384775:30384865,30385342:30385426,30385661:30385809,30386173:30386306,30386179:30388427,30389671:30389904,30389681:30389821,30390233:30390329,30390824:30390973,30390866:30390937,30391462:30391701,30391467:30391606,30393090:3039340', 'assoc_mat': '30302187:film_plastique:4200:30302314,30302189:film_plastique:4200:30302296,30303523:film_plastique:4200:30303586,30303950:film_plastique:4200:30304099,30307813:film_plastique:4200:30307828,30316910:film_plastique:4200:30317406,30316924:film_plastique:4200:30317268,30319679:film_plastique:4200:30319784,30334126:film_plastique:4200:30334136,30334709:film_plastique:4200:30334751,30335480:film_plastique:4200:30335589,30348435:film_plastique:4200:30348555,30349654:film_plastique:4200:30350944,30350775:film_plastique:4200:30350866,30357342:film_plastique:4200:30357400,30363573:film_plastique:4200:30363623,30364600:film_plastique:4200:30364671,30365097:film_plastique:4200:30366274,30365104:film_plastique:4200:30365232,30365609:film_plastique:4200:30366719,30366053:film_plastique:4200:30368821,30366059:film_plastique:4200:30366151,30366703:film_plastique:4200:30371696,30366704:film_plastique:4200:30366944,30370765:film_plastique:4200:30370916,30371981:film_plastique:4200:30373521,30371991:film_plastique:4200:3037349'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010545588443965803, 'nb_photo': 86, 'list_port_cont': '30290383,30292187,30292200,30301298,30302382,30302822,30302862,30304167,30316778,30317568,30317682,30317939,30319758,30322386,30322689,30322725,30333170,30333224,30334176,30334283,30335612,30336478,30337430,30338026,30369869,30370896,30376110,30380792,30390266,30391722,30394445,30416423,30422240,30425095,30426200,30434095,30435309,30462095,30467437,30478678,30481965,30524733,30524831,30524970,30525711,30526592,30526881,30548481,30551558,30552894,30560135', 'assoc_port': '30290350:30290383,30292096:30292187,30292097:30292200,30301103:30301298,30302180:30302382,30302733:30302862,30302754:30302822,30303946:30304167,30316571:30316778,30316870:30317939,30316898:30317682,30316909:30317568,30319682:30319758,30322333:30322386,30322549:30322725,30322556:30322689,30333128:30333224,30333131:30333170,30334125:30334176,30334131:30334283,30335476:30335612,30336252:30336478,30337382:30337430,30338006:30338026,30365605:30369869,30370760:30370896,30375954:30376110,30380593:30380792,30390239:30390266,30391461:30391722,30393087:30394445,30416254:30416423,30422134:30422240,30424985:30425095,30426093:30426200,30433957:30434095,30435212:30435309,30461848:30462095,30466584:30467437,30474321:30478678,30481866:30481965,30520331:30526592,30521145:30526881,30521720:30525711,30521721:30524831,30521802:30524970,30522680:30524733,30535163:30560135,30535499:30552894,30539168:30551558,30547788:30548481', 'assoc_mat': '30290350:film_plastique:4209:30290383,30292096:film_plastique:4209:30292187,30292097:film_plastique:4209:30292200,30301103:film_plastique:4209:30301298,30302180:film_plastique:4209:30302382,30302733:film_plastique:4209:30302862,30302754:film_plastique:4209:30302822,30303946:film_plastique:4209:30304167,30316571:film_plastique:4209:30316778,30316870:film_plastique:4209:30317939,30316898:film_plastique:4209:30317682,30316909:film_plastique:4209:30317568,30319682:film_plastique:4209:30319758,30322333:film_plastique:4209:30322386,30322549:film_plastique:4209:30322725,30322556:film_plastique:4209:30322689,30333128:film_plastique:4209:30333224,30333131:film_plastique:4209:30333170,30334125:film_plastique:4209:30334176,30334131:film_plastique:4209:30334283,30335476:film_plastique:4209:30335612,30336252:film_plastique:4209:30336478,30337382:film_plastique:4209:30337430,30338006:film_plastique:4209:30338026,30365605:film_plastique:4209:30369869,30370760:film_plastique:4209:30370896,30375954:film_plastique:4209:3037611'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003201580663685582, 'nb_photo': 6759, 'list_port_cont': '30289861,30290296,30290492,30290614,30291540,30291588,30291628,30291689,30291933,30291962,30292241,30292282,30293073,30293110,30294089,30294153,30294480,30294569,30302352,30302415,30303423,30303624,30303700,30304234,30304402,30304445,30305387,30307895,30307980,30308023,30308029,30308047,30311278,30311563,30312221,30315152,30315166,30315418,30315436,30316099,30316116,30316135,30316454,30316727,30316763,30317185,30317230,30317302,30317564,30317641,30317840,30317847,30317864,30317882,30318034,30318054,30318147,30318162,30318198,30318201,30318241,30318289,30318304,30318710,30319119,30319128,30319151,30319813,30320083,30320220,30320937,30321214,30321230,30321300,30321731,30321929,30322046,30322460,30322521,30322712,30322880,30322905,30327137,30327231,30327274,30327355,30327494,30327531,30327589,30327658,30329861,30333280,30333297,30333324,30333600,30333907,30333922,30334315,30334588,30334615,30334784,30334789,30335286,30335339,30336544,30337080,30337112,30337441,30337793,30337818,30337851,30346425,30346762,3034678', 'assoc_port': '30289306:30290614,30289774:30289861,30290043:30290296,30290347:30290492,30291286:30291588,30291289:30291540,30291609:30291689,30291612:30291628,30291899:30291962,30291901:30291933,30292077:30292282,30292101:30292241,30292862:30293110,30292865:30293073,30293775:30294153,30293777:30294089,30294224:30294569,30294228:30294480,30302186:30302352,30302190:30302415,30303218:30303423,30303521:30303624,30303526:30303700,30303943:30304234,30304342:30304402,30304344:30304445,30305286:30305387,30307814:30308047,30307816:30308023,30307817:30308029,30307818:30307980,30307825:30307895,30310708:30312221,30310716:30311563,30310718:30311278,30314898:30315166,30314900:30315152,30315255:30315436,30315259:30315418,30315979:30316099,30315981:30316116,30315984:30316135,30316220:30316454,30316647:30316727,30316648:30316763,30316860:30318710,30316864:30318241,30316865:30319813,30316866:30318147,30316869:30317230,30316873:30318304,30316874:30318198,30316877:30318289,30316882:30318054,30316884:30318034,30316885:30317864,30316893:3031788', 'assoc_mat': '30289306:film_plastique:4211:30290614,30289774:film_plastique:4211:30289861,30290043:film_plastique:4211:30290296,30290347:film_plastique:4211:30290492,30291286:film_plastique:4211:30291588,30291289:film_plastique:4211:30291540,30291609:film_plastique:4211:30291689,30291612:film_plastique:4211:30291628,30291899:film_plastique:4211:30291962,30291901:film_plastique:4211:30291933,30292077:film_plastique:4211:30292282,30292101:film_plastique:4211:30292241,30292862:film_plastique:4211:30293110,30292865:film_plastique:4211:30293073,30293775:film_plastique:4211:30294153,30293777:film_plastique:4211:30294089,30294224:film_plastique:4211:30294569,30294228:film_plastique:4211:30294480,30302186:film_plastique:4211:30302352,30302190:film_plastique:4211:30302415,30303218:film_plastique:4211:30303423,30303521:film_plastique:4211:30303624,30303526:film_plastique:4211:30303700,30303943:film_plastique:4211:30304234,30304342:film_plastique:4211:30304402,30304344:film_plastique:4211:30304445,30305286:film_plastique:4211:3030538'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006066340008518643, 'nb_photo': 3, 'list_port_cont': '30348703,30563515,30567244', 'assoc_port': '30348405:30348703,30521049:30567244,30535167:30563515', 'assoc_mat': '30348405:kraft:4205:30348703,30521049:kraft:4205:30567244,30535167:kraft:4205:30563515'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012457633722508645, 'nb_photo': 3, 'list_port_cont': '30381561,30437853,30558143', 'assoc_port': '30381411:30381561,30437569:30437853,30520286:30558143', 'assoc_mat': '30381411:kraft:4203:30381561,30437569:kraft:4203:30437853,30520286:kraft:4203:30558143'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014447525115170966, 'nb_photo': 27, 'list_port_cont': '30350525,30375692,30376063,30376080,30382566,30394301,30411494,30427838,30434210,30437713,30462009,30486354,30526796,30527177,30527734,30530257,30531476,30550172,30550483,30550778,30551140,30562711,30563461,30564915,30566986,30569186', 'assoc_port': '30350357:30350525,30375564:30375692,30375992:30376080,30376015:30376063,30382511:30382566,30394262:30394301,30411464:30411494,30427760:30427838,30433948:30434210,30437572:30437713,30461858:30462009,30482702:30486354,30521121:30569186,30521129:30531476,30521146:30530257,30521798:30527734,30522027:30527177,30522396:30526796,30534266:30562711,30534718:30566986,30535162:30563461,30535166:30564915,30535852:30550483,30538272:30551140,30544191:30550778,30549868:30550172', 'assoc_mat': '30350357:kraft:4207:30350525,30375564:kraft:4207:30375692,30375992:kraft:4207:30376080,30376015:kraft:4207:30376063,30382511:kraft:4207:30382566,30394262:kraft:4207:30394301,30411464:kraft:4207:30411494,30427760:kraft:4207:30427838,30433948:kraft:4207:30434210,30437572:kraft:4207:30437713,30461858:kraft:4207:30462009,30482702:kraft:4207:30486354,30521121:kraft:4207:30569186,30521129:kraft:4207:30531476,30521146:kraft:4207:30530257,30521798:kraft:4207:30527734,30522027:kraft:4207:30527177,30522396:kraft:4207:30526796,30534266:kraft:4207:30562711,30534718:kraft:4207:30566986,30535162:kraft:4207:30563461,30535166:kraft:4207:30564915,30535852:kraft:4207:30550483,30538272:kraft:4207:30551140,30544191:kraft:4207:30550778,30549868:kraft:4207:30550172'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0002513308740079549, 'nb_photo': 43, 'list_port_cont': '30320103,30334257,30334551,30335039,30338051,30375107,30389866,30551014', 'assoc_port': '30319872:30320103,30334128:30334257,30334524:30334551,30335014:30335039,30338007:30338051,30374958:30375107,30389673:30389866,30539174:30551014', 'assoc_mat': '30319872:kraft:4461:30320103,30334128:kraft:4461:30334257,30334524:kraft:4461:30334551,30335014:kraft:4461:30335039,30338007:kraft:4461:30338051,30374958:kraft:4461:30375107,30389673:kraft:4461:30389866,30539174:kraft:4461:30551014'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 2.5967421866911922e-05, 'nb_photo': 18, 'list_port_cont': '30335602,30364673,30370913,30373138,30375201,30381111,30383484,30383836,30385819,30386296,30389822,30390941,30434109', 'assoc_port': '30335480:30335602,30364600:30364673,30370765:30370913,30373082:30373138,30374918:30375201,30380941:30381111,30381833:30383836,30383451:30383484,30385661:30385819,30386173:30386296,30389681:30389822,30390866:30390941,30433950:30434109', 'assoc_mat': '30335480:kraft:4200:30335602,30364600:kraft:4200:30364673,30370765:kraft:4200:30370913,30373082:kraft:4200:30373138,30374918:kraft:4200:30375201,30380941:kraft:4200:30381111,30381833:kraft:4200:30383836,30383451:kraft:4200:30383484,30385661:kraft:4200:30385819,30386173:kraft:4200:30386296,30389681:kraft:4200:30389822,30390866:kraft:4200:30390941,30433950:kraft:4200:30434109'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0, 'nb_photo': 7, 'list_port_cont': '30290397,30321501,30369873,30390258', 'assoc_port': '30290348:30290397,30321426:30321501,30365605:30369873,30390239:30390258', 'assoc_mat': '30290348:kraft:4209:30290397,30321426:kraft:4209:30321501,30365605:kraft:4209:30369873,30390239:kraft:4209:30390258'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005363201344108659, 'nb_photo': 1102, 'list_port_cont': '30290095,30290377,30291914,30293054,30293889,30294426,30300055,30300616,30303605,30307846,30314984,30317313,30317465,30317690,30317710,30317752,30317902,30318086,30318264,30318976,30318981,30318999,30319958,30320702,30320897,30322393,30327149,30327820,30333858,30334160,30334531,30334684,30334718,30335669,30336500,30346392,30346698,30346963,30348543,30363386,30364604,30365146,30366044,30370838,30370863,30370872,30372016,30374357,30375091,30376141,30376672,30376765,30376817,30380633,30381147,30382756,30382787,30386215,30389785,30390917,30392306,30394684,30411029,30414313,30414330,30415720,30416630,30417042,30423938,30424504,30424548,30424582,30427383,30432926,30433068,30435109,30435117,30435162,30437235,30438608,30439438,30439744,30460983,30463818,30467263,30467345,30467650,30469625,30474395,30474478,30474640,30474660,30484549,30520379,30520426,30521620,30525512,30525610,30526240,30527143,30527255,30528519,30529117,30529821,30529973,30530581,30530707,30531042,30531548,30531895,30548274,30548464,30550113,3055035', 'assoc_port': '30290042:30290095,30290351:30290377,30291902:30291914,30292863:30293889,30292864:30293054,30294223:30294426,30299944:30300055,30300542:30300616,30303525:30303605,30307824:30307846,30314901:30314984,30316872:30318264,30316879:30318086,30316883:30317902,30316892:30317752,30316895:30317690,30316900:30317710,30316912:30317465,30316921:30317313,30317931:30318976,30318963:30318999,30318964:30318981,30319877:30319958,30320625:30320702,30320880:30320897,30322313:30322393,30327110:30327149,30327112:30327820,30333726:30333858,30334129:30334160,30334132:30334684,30334521:30334531,30334705:30334718,30335475:30335669,30336233:30336500,30346388:30346392,30346641:30346698,30346818:30346963,30348408:30348543,30363347:30363386,30364599:30364604,30365101:30365146,30365607:30366044,30370759:30370863,30370761:30370872,30370762:30370838,30371988:30372016,30374204:30374357,30374957:30375091,30376011:30376141,30376014:30376765,30376030:30376672,30376772:30376817,30380591:30380633,30380942:30381147,30381825:30382756,30382728:3038278', 'assoc_mat': '30290042:kraft:3726:30290095,30290351:kraft:3726:30290377,30291902:kraft:3726:30291914,30292863:kraft:3726:30293889,30292864:kraft:3726:30293054,30294223:kraft:3726:30294426,30299944:kraft:3726:30300055,30300542:kraft:3726:30300616,30303525:kraft:3726:30303605,30307824:kraft:3726:30307846,30314901:kraft:3726:30314984,30316872:kraft:3726:30318264,30316879:kraft:3726:30318086,30316883:kraft:3726:30317902,30316892:kraft:3726:30317752,30316895:kraft:3726:30317690,30316900:kraft:3726:30317710,30316912:kraft:3726:30317465,30316921:kraft:3726:30317313,30317931:kraft:3726:30318976,30318963:kraft:3726:30318999,30318964:kraft:3726:30318981,30319877:kraft:3726:30319958,30320625:kraft:3726:30320702,30320880:kraft:3726:30320897,30322313:kraft:3726:30322393,30327110:kraft:3726:30327149,30327112:kraft:3726:30327820,30333726:kraft:3726:30333858,30334129:kraft:3726:30334160,30334132:kraft:3726:30334684,30334521:kraft:3726:30334531,30334705:kraft:3726:30334718,30335475:kraft:3726:30335669,30336233:kraft:3726:30336500,30346388:'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 9.6678794257508e-05, 'nb_photo': 7, 'list_port_cont': '30394366,30427674,30428944,30438846,30469836,30487421', 'assoc_port': '30394261:30394366,30426102:30427674,30428667:30428944,30438496:30438846,30469539:30469836,30487071:30487421', 'assoc_mat': '30394261:kraft:4211:30394366,30426102:kraft:4211:30427674,30428667:kraft:4211:30428944,30438496:kraft:4211:30438846,30469539:kraft:4211:30469836,30487071:kraft:4211:30487421'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9286187951558615, 'nb_photo': 142, 'list_port_cont': '30350836,30362667,30365299,30366158,30376090,30376774,30381946,30383879,30386282,30386620,30393642,30413351,30415848,30417497,30422310,30427542,30427916,30434170,30437206,30438728,30439763,30462194,30481988,30515383,30515529,30548495,30550623,30554466,30555325,30561147,30561813,30563506,30567239,30569984,30570643,30570760', 'assoc_port': '30350789:30350836,30362654:30362667,30365098:30365299,30366062:30366158,30374184:30376774,30376035:30376090,30381798:30381946,30383750:30383879,30386171:30386282,30386613:30386620,30391858:30393642,30411795:30413351,30415627:30415848,30416943:30417497,30422128:30422310,30426079:30427542,30427759:30427916,30433953:30434170,30437163:30437206,30438513:30438728,30439716:30439763,30461853:30462194,30466591:30515529,30481873:30481988,30486695:30515383,30520310:30561813,30520335:30570760,30521049:30567239,30521147:30569984,30522388:30570643,30523044:30561147,30535167:30563506,30535853:30550623,30536090:30554466,30544206:30555325,30548091:30548495', 'assoc_mat': '30350789:metal:4205:30350836,30362654:metal:4205:30362667,30365098:metal:4205:30365299,30366062:metal:4205:30366158,30374184:metal:4205:30376774,30376035:metal:4205:30376090,30381798:metal:4205:30381946,30383750:metal:4205:30383879,30386171:metal:4205:30386282,30386613:metal:4205:30386620,30391858:metal:4205:30393642,30411795:metal:4205:30413351,30415627:metal:4205:30415848,30416943:metal:4205:30417497,30422128:metal:4205:30422310,30426079:metal:4205:30427542,30427759:metal:4205:30427916,30433953:metal:4205:30434170,30437163:metal:4205:30437206,30438513:metal:4205:30438728,30439716:metal:4205:30439763,30461853:metal:4205:30462194,30466591:metal:4205:30515529,30481873:metal:4205:30481988,30486695:metal:4205:30515383,30520310:metal:4205:30561813,30520335:metal:4205:30570760,30521049:metal:4205:30567239,30521147:metal:4205:30569984,30522388:metal:4205:30570643,30523044:metal:4205:30561147,30535167:metal:4205:30563506,30535853:metal:4205:30550623,30536090:metal:4205:30554466,30544206:metal:4205:30555325,30548091:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01350317625954187, 'nb_photo': 1602, 'list_port_cont': '30355516,30364414,30365288,30366314,30372222,30375496,30375512,30376424,30381568,30383700,30384877,30386361,30391025,30391303,30393743,30411414,30413044,30414434,30416532,30417278,30422460,30424755,30426498,30426582,30428251,30430637,30434540,30437862,30439189,30458847,30462878,30547915,30548147,30550473,30555931,30556380,30556556,30556876,30558141,30562771,30563350,30563967,30568135,30571496,30572003,30572458,30572565', 'assoc_port': '30355431:30355516,30364116:30364414,30365106:30365288,30366060:30366314,30371984:30372222,30374838:30375496,30374917:30375512,30376032:30376424,30381411:30381568,30383444:30383700,30384777:30384877,30386174:30386361,30390228:30391303,30390868:30391025,30393660:30393743,30411282:30411414,30412938:30413044,30414207:30414434,30416250:30416532,30416948:30417278,30422158:30422460,30424474:30424755,30426083:30426498,30426096:30426582,30427756:30428251,30429228:30430637,30434454:30434540,30437569:30437862,30439084:30439189,30458034:30458847,30461856:30462878,30482699:30556380,30520286:30558141,30520313:30562771,30521152:30571496,30521340:30547915,30521981:30572565,30522565:30548147,30523373:30563350,30534710:30572458,30534715:30572003,30535493:30563967,30535790:30550473,30539171:30556876,30544211:30555931,30547795:30556556,30549864:30568135', 'assoc_mat': '30355431:metal:4203:30355516,30364116:metal:4203:30364414,30365106:metal:4203:30365288,30366060:metal:4203:30366314,30371984:metal:4203:30372222,30374838:metal:4203:30375496,30374917:metal:4203:30375512,30376032:metal:4203:30376424,30381411:metal:4203:30381568,30383444:metal:4203:30383700,30384777:metal:4203:30384877,30386174:metal:4203:30386361,30390228:metal:4203:30391303,30390868:metal:4203:30391025,30393660:metal:4203:30393743,30411282:metal:4203:30411414,30412938:metal:4203:30413044,30414207:metal:4203:30414434,30416250:metal:4203:30416532,30416948:metal:4203:30417278,30422158:metal:4203:30422460,30424474:metal:4203:30424755,30426083:metal:4203:30426498,30426096:metal:4203:30426582,30427756:metal:4203:30428251,30429228:metal:4203:30430637,30434454:metal:4203:30434540,30437569:metal:4203:30437862,30439084:metal:4203:30439189,30458034:metal:4203:30458847,30461856:metal:4203:30462878,30482699:metal:4203:30556380,30520286:metal:4203:30558141,30520313:metal:4203:30562771,30521152:metal:4203:30571496,30521340:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.012052467220038079, 'nb_photo': 184, 'list_port_cont': '30303532,30335503,30338292,30348574,30348602,30349699,30355937,30364258,30364347,30364383,30364616,30364679,30365623,30366192,30366859,30366960,30368806,30370821,30370843,30372892,30374328,30376043,30376054,30376633,30381079,30381101,30381904,30382564,30382568,30383602,30386039,30386634,30386704,30386886,30389739,30391625,30392083,30393255,30393363,30393390,30394308,30394311,30411477,30411497,30415731,30417033,30417574,30422206,30424483,30424636,30425025,30426341,30427957,30428852,30432966,30434218,30434772,30434774,30438687,30439530,30439565,30439732,30439959,30459354,30459405,30462205,30464469,30470941,30471248,30473947,30474367,30484447,30486347,30520612,30524489,30525477,30525592,30526719,30526787,30527438,30527803,30528046,30528106,30528376,30528712,30529043,30529238,30529701,30529788,30530744,30548207,30548436,30548922,30550311,30550465,30550486,30550503,30550703,30550717,30550884,30551154,30551212,30555848,30562710,30563297,30563605,30566502,30567925,30568012,30568498,30571983', 'assoc_port': '30303519:30303532,30335479:30335503,30337378:30338292,30348407:30348574,30348410:30348602,30349655:30349699,30355870:30355937,30364115:30364383,30364117:30364258,30364120:30364347,30364597:30364679,30364601:30364616,30365608:30365623,30366055:30366192,30366061:30368806,30366702:30366960,30366706:30366859,30370758:30370843,30370768:30370821,30372623:30372892,30374236:30374328,30376015:30376054,30376031:30376043,30376541:30376633,30380943:30381101,30380945:30381079,30381804:30382568,30381832:30381904,30382511:30382564,30383443:30383602,30384774:30386886,30384778:30386039,30385662:30386704,30386612:30386634,30389683:30389739,30390867:30392083,30391465:30391625,30393091:30393390,30393095:30393363,30393138:30393255,30394259:30394311,30394262:30394308,30411464:30411497,30411467:30411477,30415658:30415731,30416946:30417033,30417562:30417574,30422130:30422206,30422877:30424483,30424471:30424636,30424987:30425025,30426084:30426341,30427755:30427957,30428666:30428852,30432869:30432966,30433948:30434218,30434609:3043477', 'assoc_mat': '30303519:metal:4207:30303532,30335479:metal:4207:30335503,30337378:metal:4207:30338292,30348407:metal:4207:30348574,30348410:metal:4207:30348602,30349655:metal:4207:30349699,30355870:metal:4207:30355937,30364115:metal:4207:30364383,30364117:metal:4207:30364258,30364120:metal:4207:30364347,30364597:metal:4207:30364679,30364601:metal:4207:30364616,30365608:metal:4207:30365623,30366055:metal:4207:30366192,30366061:metal:4207:30368806,30366702:metal:4207:30366960,30366706:metal:4207:30366859,30370758:metal:4207:30370843,30370768:metal:4207:30370821,30372623:metal:4207:30372892,30374236:metal:4207:30374328,30376015:metal:4207:30376054,30376031:metal:4207:30376043,30376541:metal:4207:30376633,30380943:metal:4207:30381101,30380945:metal:4207:30381079,30381804:metal:4207:30382568,30381832:metal:4207:30381904,30382511:metal:4207:30382564,30383443:metal:4207:30383602,30384774:metal:4207:30386886,30384778:metal:4207:30386039,30385662:metal:4207:30386704,30386612:metal:4207:30386634,30389683:metal:4207:30389739,30390867:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013639961895066145, 'nb_photo': 30, 'list_port_cont': '30307941,30346708,30348623,30365227,30367052,30372769,30383914,30384412,30386243,30393329,30427983,30436949,30437269,30462162,30467522,30469694,30526400,30527196,30528247,30529993,30530111,30530669,30548373,30559112,30560243', 'assoc_port': '30307823:30307941,30346643:30346708,30348409:30348623,30365103:30365227,30366057:30372769,30366705:30367052,30383773:30383914,30384241:30384412,30386176:30386243,30393089:30393329,30427753:30427983,30434449:30436949,30437149:30437269,30461851:30462162,30466587:30467522,30469541:30469694,30520285:30529993,30521153:30530669,30521660:30530111,30521700:30528247,30521800:30527196,30522029:30526400,30534793:30560243,30535492:30559112,30535785:30548373', 'assoc_mat': '30307823:metal:4461:30307941,30346643:metal:4461:30346708,30348409:metal:4461:30348623,30365103:metal:4461:30365227,30366057:metal:4461:30372769,30366705:metal:4461:30367052,30383773:metal:4461:30383914,30384241:metal:4461:30384412,30386176:metal:4461:30386243,30393089:metal:4461:30393329,30427753:metal:4461:30427983,30434449:metal:4461:30436949,30437149:metal:4461:30437269,30461851:metal:4461:30462162,30466587:metal:4461:30467522,30469541:metal:4461:30469694,30520285:metal:4461:30529993,30521153:metal:4461:30530669,30521660:metal:4461:30530111,30521700:metal:4461:30528247,30521800:metal:4461:30527196,30522029:metal:4461:30526400,30534793:metal:4461:30560243,30535492:metal:4461:30559112,30535785:metal:4461:30548373'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024235419265222033, 'nb_photo': 629, 'list_port_cont': '30303588,30304105,30334752,30348566,30350860,30350957,30363622,30366143,30366279,30366716,30366949,30368824,30371697,30373519,30375168,30375723,30376157,30376653,30376793,30381113,30382744,30383546,30384518,30389823,30389906,30390971,30391601,30391711,30393268,30393300,30393374,30393404,30394342,30411510,30412003,30412234,30412958,30413935,30414033,30414355,30414462,30415807,30416347,30416727,30417057,30417251,30417588,30422277,30422331,30423116,30423130,30424637,30424673,30426186,30426935,30427549,30427815,30427958,30428056,30428837,30429624,30430754,30433038,30434116,30434500,30434827,30435239,30437246,30437774,30438644,30439124,30439573,30439622,30457592,30457647,30457894,30462299,30463106,30464388,30464545,30464660,30469683,30469878,30471154,30471296,30474555,30474605,30479703,30482071,30482886,30482916,30484700,30484840,30486020,30488923,30520517,30520584,30524579,30524715,30524875,30525651,30526219,30526824,30527237,30527520,30527942,30528741,30528967,30529402,30529635,30530007,30530426,30530724,3053109', 'assoc_port': '30303523:30303588,30303950:30304105,30334709:30334752,30348435:30348566,30349654:30350957,30350775:30350860,30363573:30363622,30365097:30366279,30365609:30366716,30366053:30368824,30366059:30366143,30366703:30371697,30366704:30366949,30371981:30373519,30374223:30376793,30374915:30375168,30375569:30375723,30376037:30376157,30376542:30376653,30380941:30381113,30382730:30382744,30383450:30383546,30384240:30384518,30389671:30389906,30389681:30389823,30390824:30390971,30391462:30391711,30391467:30391601,30393090:30393404,30393097:30393374,30393098:30393300,30393140:30393268,30394258:30394342,30410949:30412234,30411465:30411510,30411997:30412003,30412939:30412958,30412940:30414462,30413758:30414033,30413759:30413935,30414208:30414355,30415640:30415807,30415659:30417251,30416253:30416347,30416586:30416727,30416945:30417057,30417563:30417588,30422122:30422331,30422138:30422277,30422884:30423130,30422900:30423116,30424470:30424673,30424475:30424637,30426082:30430754,30426092:30426186,30426095:30427549,30426888:3042693', 'assoc_mat': '30303523:metal:4200:30303588,30303950:metal:4200:30304105,30334709:metal:4200:30334752,30348435:metal:4200:30348566,30349654:metal:4200:30350957,30350775:metal:4200:30350860,30363573:metal:4200:30363622,30365097:metal:4200:30366279,30365609:metal:4200:30366716,30366053:metal:4200:30368824,30366059:metal:4200:30366143,30366703:metal:4200:30371697,30366704:metal:4200:30366949,30371981:metal:4200:30373519,30374223:metal:4200:30376793,30374915:metal:4200:30375168,30375569:metal:4200:30375723,30376037:metal:4200:30376157,30376542:metal:4200:30376653,30380941:metal:4200:30381113,30382730:metal:4200:30382744,30383450:metal:4200:30383546,30384240:metal:4200:30384518,30389671:metal:4200:30389906,30389681:metal:4200:30389823,30390824:metal:4200:30390971,30391462:metal:4200:30391711,30391467:metal:4200:30391601,30393090:metal:4200:30393404,30393097:metal:4200:30393374,30393098:metal:4200:30393300,30393140:metal:4200:30393268,30394258:metal:4200:30394342,30410949:metal:4200:30412234,30411465:metal:4200:30411510,30411997:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03547611390575404, 'nb_photo': 162, 'list_port_cont': '30290378,30292186,30294345,30301187,30301307,30302335,30302396,30302836,30302863,30303368,30304161,30304308,30307874,30307975,30309275,30315395,30316004,30316047,30316719,30316779,30317005,30317199,30317281,30317331,30317450,30317582,30317685,30317757,30317819,30319770,30319801,30320257,30320973,30321289,30322381,30322678,30322731,30334217,30334289,30334726,30335579,30335617,30337093,30337431,30337727,30339372,30346977,30372950,30374592,30376116,30380797,30382777,30390265,30391716,30393417,30394355,30411539,30416418,30422239,30425082,30434100,30435314,30462081,30467428,30486863,30520508,30524741,30524828,30524975,30525709,30525751,30526378,30548298,30548480,30550226,30550436,30552548,30552903,30553328,30560137,30560445', 'assoc_port': '30290350:30290378,30292096:30292186,30294222:30294345,30301103:30301307,30301159:30301187,30302180:30302396,30302183:30302335,30302733:30302863,30302754:30302836,30303219:30303368,30303942:30304308,30303946:30304161,30307819:30307975,30307821:30307874,30307826:30309275,30315258:30315395,30315983:30316047,30315985:30316004,30316571:30316779,30316649:30316719,30316876:30317819,30316890:30317757,30316891:30320257,30316898:30317685,30316909:30317582,30316913:30317450,30316916:30317281,30316922:30317331,30316928:30317199,30316929:30317005,30319680:30319801,30319682:30319770,30320881:30320973,30321179:30321289,30322333:30322381,30322549:30322731,30322556:30322678,30334123:30334217,30334131:30334289,30334710:30334726,30335476:30335617,30335478:30335579,30336915:30337093,30337382:30337431,30337650:30339372,30337655:30337727,30346817:30346977,30372619:30372950,30374203:30374592,30375954:30376116,30380593:30380797,30382729:30382777,30390239:30390265,30391461:30391716,30393093:30393417,30394260:30394355,30411468:3041153', 'assoc_mat': '30290350:metal:4209:30290378,30292096:metal:4209:30292186,30294222:metal:4209:30294345,30301103:metal:4209:30301307,30301159:metal:4209:30301187,30302180:metal:4209:30302396,30302183:metal:4209:30302335,30302733:metal:4209:30302863,30302754:metal:4209:30302836,30303219:metal:4209:30303368,30303942:metal:4209:30304308,30303946:metal:4209:30304161,30307819:metal:4209:30307975,30307821:metal:4209:30307874,30307826:metal:4209:30309275,30315258:metal:4209:30315395,30315983:metal:4209:30316047,30315985:metal:4209:30316004,30316571:metal:4209:30316779,30316649:metal:4209:30316719,30316876:metal:4209:30317819,30316890:metal:4209:30317757,30316891:metal:4209:30320257,30316898:metal:4209:30317685,30316909:metal:4209:30317582,30316913:metal:4209:30317450,30316916:metal:4209:30317281,30316922:metal:4209:30317331,30316928:metal:4209:30317199,30316929:metal:4209:30317005,30319680:metal:4209:30319801,30319682:metal:4209:30319770,30320881:metal:4209:30320973,30321179:metal:4209:30321289,30322333:metal:4209:30322381,30322549:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0004465450046020195, 'nb_photo': 29, 'list_port_cont': '30302842,30327153,30363390,30364606,30365153,30366034,30376807,30382792,30386222,30415719,30427386,30433066,30463816,30474479,30474665,30520429,30521618,30528526,30531547,30550106,30555559,30557422,30557727', 'assoc_port': '30302752:30302842,30327110:30327153,30363347:30363390,30364599:30364606,30365101:30365153,30365607:30366034,30376772:30376807,30382728:30382792,30386169:30386222,30415661:30415719,30426889:30427386,30432862:30433066,30461852:30463816,30474322:30474665,30474323:30474479,30520360:30520429,30521041:30521618,30521119:30557422,30521151:30531547,30522560:30528526,30534703:30557727,30535500:30555559,30549867:30550106', 'assoc_mat': '30302752:metal:3726:30302842,30327110:metal:3726:30327153,30363347:metal:3726:30363390,30364599:metal:3726:30364606,30365101:metal:3726:30365153,30365607:metal:3726:30366034,30376772:metal:3726:30376807,30382728:metal:3726:30382792,30386169:metal:3726:30386222,30415661:metal:3726:30415719,30426889:metal:3726:30427386,30432862:metal:3726:30433066,30461852:metal:3726:30463816,30474322:metal:3726:30474665,30474323:metal:3726:30474479,30520360:metal:3726:30520429,30521041:metal:3726:30521618,30521119:metal:3726:30557422,30521151:metal:3726:30531547,30522560:metal:3726:30528526,30534703:metal:3726:30557727,30535500:metal:3726:30555559,30549867:metal:3726:30550106'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00987432584759179, 'nb_photo': 2087, 'list_port_cont': '30289856,30290291,30290486,30290622,30291537,30291573,30291642,30291702,30291967,30292238,30292276,30293066,30293124,30294091,30294166,30294493,30294579,30302356,30302412,30303427,30303621,30303695,30304235,30304409,30304438,30305389,30307886,30307990,30308024,30308035,30308054,30311281,30311564,30312217,30315162,30315178,30315426,30315435,30316090,30316114,30316136,30316444,30316731,30316764,30317183,30317227,30317311,30317558,30317647,30317839,30317857,30317874,30317886,30318037,30318052,30318144,30318160,30318189,30318215,30318279,30318293,30318721,30319112,30319131,30319157,30319811,30320095,30320211,30320946,30321207,30321229,30321308,30321733,30321922,30322056,30322462,30322518,30322701,30322883,30322902,30327144,30327243,30327284,30327358,30327492,30327532,30327577,30327652,30329870,30333275,30333305,30333315,30333609,30333899,30333923,30334308,30334598,30334609,30334778,30334788,30335293,30335343,30336558,30337068,30337115,30337440,30337781,30337806,30337848,30346418,30346765,30346775,30347069,3034743', 'assoc_port': '30289306:30290622,30289774:30289856,30290043:30290291,30290347:30290486,30291286:30291573,30291289:30291537,30291609:30291702,30291612:30291642,30291899:30291967,30292077:30292276,30292101:30292238,30292862:30293124,30292865:30293066,30293775:30294166,30293777:30294091,30294224:30294579,30294228:30294493,30302186:30302356,30302190:30302412,30303218:30303427,30303521:30303621,30303526:30303695,30303943:30304235,30304342:30304409,30304344:30304438,30305286:30305389,30307814:30308054,30307816:30308024,30307817:30308035,30307818:30307990,30307825:30307886,30310708:30312217,30310716:30311564,30310718:30311281,30314898:30315178,30314900:30315162,30315255:30315435,30315259:30315426,30315979:30316090,30315981:30316114,30315984:30316136,30316220:30316444,30316647:30316731,30316648:30316764,30316860:30318721,30316865:30319811,30316866:30318144,30316869:30317227,30316873:30318293,30316874:30318189,30316877:30318279,30316882:30318052,30316884:30318037,30316885:30317874,30316893:30317886,30316897:30317857,30316903:3031783', 'assoc_mat': '30289306:metal:4211:30290622,30289774:metal:4211:30289856,30290043:metal:4211:30290291,30290347:metal:4211:30290486,30291286:metal:4211:30291573,30291289:metal:4211:30291537,30291609:metal:4211:30291702,30291612:metal:4211:30291642,30291899:metal:4211:30291967,30292077:metal:4211:30292276,30292101:metal:4211:30292238,30292862:metal:4211:30293124,30292865:metal:4211:30293066,30293775:metal:4211:30294166,30293777:metal:4211:30294091,30294224:metal:4211:30294579,30294228:metal:4211:30294493,30302186:metal:4211:30302356,30302190:metal:4211:30302412,30303218:metal:4211:30303427,30303521:metal:4211:30303621,30303526:metal:4211:30303695,30303943:metal:4211:30304235,30304342:metal:4211:30304409,30304344:metal:4211:30304438,30305286:metal:4211:30305389,30307814:metal:4211:30308054,30307816:metal:4211:30308024,30307817:metal:4211:30308035,30307818:metal:4211:30307990,30307825:metal:4211:30307886,30310708:metal:4211:30312217,30310716:metal:4211:30311564,30310718:metal:4211:30311281,30314898:metal:4211:30315178,30314900:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014400027313589536, 'nb_photo': 67, 'list_port_cont': '30308377,30348816,30349732,30355396,30356182,30362996,30364427,30364704,30364714,30365802,30367642,30372106,30372154,30374107,30375476,30376017,30381264,30381299,30382803,30383943,30384977,30385220,30386375,30391751,30393450,30414163,30414279,30424093,30426462,30426641,30433109,30437472,30467670,30470791,30474918,30482190,30525876,30526981,30529687,30530637,30531224,30548405,30560146', 'assoc_port': '30307812:30308377,30348419:30348816,30349656:30349732,30350356:30355396,30355869:30356182,30362769:30362996,30364119:30364427,30364596:30364714,30364602:30364704,30365610:30365802,30366707:30367642,30371985:30372106,30371990:30372154,30373080:30374107,30374864:30375476,30375563:30376017,30380937:30381264,30380939:30381299,30382509:30383943,30382731:30382803,30383769:30384977,30385068:30385220,30386178:30386375,30391469:30391751,30393099:30393450,30413753:30414279,30413764:30414163,30423672:30424093,30426089:30426641,30426100:30426462,30432866:30433109,30435211:30437472,30466590:30470791,30466895:30467670,30474299:30474918,30481870:30482190,30520284:30530637,30520302:30531224,30520324:30529687,30521982:30526981,30522816:30525876,30534700:30560146,30535777:30548405', 'assoc_mat': '30307812:metal:3327:30308377,30348419:metal:3327:30348816,30349656:metal:3327:30349732,30350356:metal:3327:30355396,30355869:metal:3327:30356182,30362769:metal:3327:30362996,30364119:metal:3327:30364427,30364596:metal:3327:30364714,30364602:metal:3327:30364704,30365610:metal:3327:30365802,30366707:metal:3327:30367642,30371985:metal:3327:30372106,30371990:metal:3327:30372154,30373080:metal:3327:30374107,30374864:metal:3327:30375476,30375563:metal:3327:30376017,30380937:metal:3327:30381264,30380939:metal:3327:30381299,30382509:metal:3327:30383943,30382731:metal:3327:30382803,30383769:metal:3327:30384977,30385068:metal:3327:30385220,30386178:metal:3327:30386375,30391469:metal:3327:30391751,30393099:metal:3327:30393450,30413753:metal:3327:30414279,30413764:metal:3327:30414163,30423672:metal:3327:30424093,30426089:metal:3327:30426641,30426100:metal:3327:30426462,30432866:metal:3327:30433109,30435211:metal:3327:30437472,30466590:metal:3327:30470791,30466895:metal:3327:30467670,30474299:metal:3327:30474918,30481870:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0004950379350778014, 'nb_photo': 63, 'list_port_cont': '30291985,30293483,30302401,30303675,30304199,30317023,30318684,30319834,30334538,30335305,30337162,30350629,30356198,30364440,30365847,30375825,30376127,30382006,30382033,30385454,30414117,30415904,30417149,30428045,30439809,30474677,30482133,30550826,30557483', 'assoc_port': '30291900:30291985,30293213:30293483,30302188:30302401,30303524:30303675,30303949:30304199,30316887:30318684,30316902:30317023,30319681:30319834,30334523:30334538,30335122:30335305,30336905:30337162,30350359:30350629,30355868:30356198,30364122:30364440,30365606:30365847,30375567:30375825,30375989:30376127,30381799:30382033,30381801:30382006,30385380:30385454,30413756:30414117,30415664:30415904,30416949:30417149,30427763:30428045,30439717:30439809,30474277:30474677,30481865:30482133,30521693:30557483,30535783:30550826', 'assoc_mat': '30291900:metal:3594:30291985,30293213:metal:3594:30293483,30302188:metal:3594:30302401,30303524:metal:3594:30303675,30303949:metal:3594:30304199,30316887:metal:3594:30318684,30316902:metal:3594:30317023,30319681:metal:3594:30319834,30334523:metal:3594:30334538,30335122:metal:3594:30335305,30336905:metal:3594:30337162,30350359:metal:3594:30350629,30355868:metal:3594:30356198,30364122:metal:3594:30364440,30365606:metal:3594:30365847,30375567:metal:3594:30375825,30375989:metal:3594:30376127,30381799:metal:3594:30382033,30381801:metal:3594:30382006,30385380:metal:3594:30385454,30413756:metal:3594:30414117,30415664:metal:3594:30415904,30416949:metal:3594:30417149,30427763:metal:3594:30428045,30439717:metal:3594:30439809,30474277:metal:3594:30474677,30481865:metal:3594:30482133,30521693:metal:3594:30557483,30535783:metal:3594:30550826'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.05854016986895661, 'nb_photo': 4049, 'list_port_cont': '30348714,30350504,30350587,30350829,30362660,30365297,30366160,30376098,30376785,30381954,30383875,30386281,30386621,30390299,30393650,30413353,30413962,30415859,30417510,30422320,30427537,30427921,30434148,30434159,30437201,30438725,30439756,30462183,30481978,30515382,30515524,30548487,30550635,30554465,30555333,30561139,30561820,30563505,30567240,30569986,30570639,30570769', 'assoc_port': '30348405:30348714,30350358:30350587,30350360:30350504,30350789:30350829,30362654:30362660,30365098:30365297,30366062:30366160,30374184:30376785,30376035:30376098,30381798:30381954,30383750:30383875,30386171:30386281,30386613:30386621,30390237:30390299,30391858:30393650,30411795:30413353,30412112:30413962,30415627:30415859,30416943:30417510,30422128:30422320,30426079:30427537,30427759:30427921,30433953:30434159,30433956:30434148,30437163:30437201,30438513:30438725,30439716:30439756,30461853:30462183,30466591:30515524,30481873:30481978,30486695:30515382,30520310:30561820,30520335:30570769,30521049:30567240,30521147:30569986,30522388:30570639,30523044:30561139,30535167:30563505,30535853:30550635,30536090:30554465,30544206:30555333,30548091:30548487', 'assoc_mat': '30348405:papier:4205:30348714,30350358:papier:4205:30350587,30350360:papier:4205:30350504,30350789:papier:4205:30350829,30362654:papier:4205:30362660,30365098:papier:4205:30365297,30366062:papier:4205:30366160,30374184:papier:4205:30376785,30376035:papier:4205:30376098,30381798:papier:4205:30381954,30383750:papier:4205:30383875,30386171:papier:4205:30386281,30386613:papier:4205:30386621,30390237:papier:4205:30390299,30391858:papier:4205:30393650,30411795:papier:4205:30413353,30412112:papier:4205:30413962,30415627:papier:4205:30415859,30416943:papier:4205:30417510,30422128:papier:4205:30422320,30426079:papier:4205:30427537,30427759:papier:4205:30427921,30433953:papier:4205:30434159,30433956:papier:4205:30434148,30437163:papier:4205:30437201,30438513:papier:4205:30438725,30439716:papier:4205:30439756,30461853:papier:4205:30462183,30466591:papier:4205:30515524,30481873:papier:4205:30481978,30486695:papier:4205:30515382,30520310:papier:4205:30561820,30520335:papier:4205:30570769,30521049:papier:4205:30567240,3052'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.056289762143837366, 'nb_photo': 9075, 'list_port_cont': '30355520,30364407,30365286,30366311,30372224,30375500,30375509,30376412,30381554,30383691,30384880,30386366,30391011,30391297,30393741,30393794,30397109,30411412,30413048,30414428,30416526,30417274,30422466,30424756,30426500,30426581,30428252,30430639,30434547,30437851,30439185,30458849,30462882,30547921,30548153,30550471,30555936,30556384,30556561,30556879,30558136,30562756,30563352,30563961,30568136,30571494,30572011,30572456,30572552', 'assoc_port': '30355431:30355520,30364116:30364407,30365106:30365286,30366060:30366311,30371984:30372224,30374838:30375500,30374917:30375509,30376032:30376412,30381411:30381554,30383444:30383691,30384777:30384880,30386174:30386366,30390228:30391297,30390868:30391011,30392089:30393794,30393088:30397109,30393660:30393741,30411282:30411412,30412938:30413048,30414207:30414428,30416250:30416526,30416948:30417274,30422158:30422466,30424474:30424756,30426083:30426500,30426096:30426581,30427756:30428252,30429228:30430639,30434454:30434547,30437569:30437851,30439084:30439185,30458034:30458849,30461856:30462882,30482699:30556384,30520286:30558136,30520313:30562756,30521152:30571494,30521340:30547921,30521981:30572552,30522565:30548153,30523373:30563352,30534710:30572456,30534715:30572011,30535493:30563961,30535790:30550471,30539171:30556879,30544211:30555936,30547795:30556561,30549864:30568136', 'assoc_mat': '30355431:papier:4203:30355520,30364116:papier:4203:30364407,30365106:papier:4203:30365286,30366060:papier:4203:30366311,30371984:papier:4203:30372224,30374838:papier:4203:30375500,30374917:papier:4203:30375509,30376032:papier:4203:30376412,30381411:papier:4203:30381554,30383444:papier:4203:30383691,30384777:papier:4203:30384880,30386174:papier:4203:30386366,30390228:papier:4203:30391297,30390868:papier:4203:30391011,30392089:papier:4203:30393794,30393088:papier:4203:30397109,30393660:papier:4203:30393741,30411282:papier:4203:30411412,30412938:papier:4203:30413048,30414207:papier:4203:30414428,30416250:papier:4203:30416526,30416948:papier:4203:30417274,30422158:papier:4203:30422466,30424474:papier:4203:30424756,30426083:papier:4203:30426500,30426096:papier:4203:30426581,30427756:papier:4203:30428252,30429228:papier:4203:30430639,30434454:papier:4203:30434547,30437569:papier:4203:30437851,30439084:papier:4203:30439185,30458034:papier:4203:30458849,30461856:papier:4203:30462882,30482699:papier:4203:30556384,3052'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.06401282689798254, 'nb_photo': 21897, 'list_port_cont': '30303538,30335510,30338291,30348576,30348596,30348606,30349702,30350451,30350529,30350847,30353023,30355913,30355923,30357376,30363432,30363639,30364235,30364260,30364338,30364385,30364621,30364684,30365205,30365261,30365616,30365640,30366193,30366771,30366861,30366962,30368800,30370816,30370849,30371415,30371998,30372435,30372811,30372896,30373096,30373455,30373759,30374321,30374343,30374455,30374970,30375063,30375075,30375618,30375687,30375704,30376039,30376055,30376084,30376587,30376635,30376828,30376991,30381088,30381103,30381176,30381907,30381931,30381968,30382554,30382577,30383533,30383589,30383872,30383900,30384357,30385042,30385396,30386048,30386070,30386192,30386212,30386234,30386635,30386656,30386705,30386881,30389749,30389812,30390278,30390312,30390946,30391589,30391619,30391633,30391927,30392074,30393262,30393292,30393362,30393394,30394306,30394314,30396983,30411047,30411301,30411484,30411488,30411811,30412220,30412284,30412297,30413920,30413958,30414004,30414016,30414540,30414588,30415710,3041573', 'assoc_port': '30303519:30303538,30335479:30335510,30337378:30338291,30348402:30348596,30348407:30348576,30348410:30348606,30349655:30349702,30350357:30350529,30350361:30350451,30350748:30353023,30350787:30350847,30355867:30355913,30355870:30355923,30357341:30357376,30363346:30363432,30363571:30363639,30364115:30364385,30364117:30364260,30364120:30364338,30364121:30364235,30364597:30364684,30364601:30364621,30365100:30365261,30365107:30365205,30365603:30365640,30365608:30365616,30365612:30366771,30366055:30366193,30366061:30368800,30366702:30366962,30366706:30366861,30370757:30372435,30370758:30370849,30370768:30370816,30371337:30371415,30371983:30373455,30371986:30371998,30372581:30373759,30372621:30372811,30372623:30372896,30373081:30373096,30374164:30374455,30374236:30374321,30374263:30374343,30374837:30376991,30374914:30374970,30374937:30375075,30374959:30375063,30375561:30375704,30375564:30375687,30375566:30375618,30375992:30376084,30376015:30376055,30376031:30376039,30376541:30376635,30376543:30376587,30376770:3037682', 'assoc_mat': '30303519:papier:4207:30303538,30335479:papier:4207:30335510,30337378:papier:4207:30338291,30348402:papier:4207:30348596,30348407:papier:4207:30348576,30348410:papier:4207:30348606,30349655:papier:4207:30349702,30350357:papier:4207:30350529,30350361:papier:4207:30350451,30350748:papier:4207:30353023,30350787:papier:4207:30350847,30355867:papier:4207:30355913,30355870:papier:4207:30355923,30357341:papier:4207:30357376,30363346:papier:4207:30363432,30363571:papier:4207:30363639,30364115:papier:4207:30364385,30364117:papier:4207:30364260,30364120:papier:4207:30364338,30364121:papier:4207:30364235,30364597:papier:4207:30364684,30364601:papier:4207:30364621,30365100:papier:4207:30365261,30365107:papier:4207:30365205,30365603:papier:4207:30365640,30365608:papier:4207:30365616,30365612:papier:4207:30366771,30366055:papier:4207:30366193,30366061:papier:4207:30368800,30366702:papier:4207:30366962,30366706:papier:4207:30366861,30370757:papier:4207:30372435,30370758:papier:4207:30370849,30370768:papier:4207:30370816,3037'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13117048014842467, 'nb_photo': 22423, 'list_port_cont': '30303395,30303647,30304212,30305309,30307930,30315117,30316022,30316065,30316408,30317232,30317351,30317468,30317584,30317714,30317978,30318105,30319083,30320113,30320912,30321263,30322480,30327211,30327296,30327325,30333336,30333571,30334252,30334555,30335034,30337137,30338047,30346714,30347409,30348615,30348665,30357348,30363584,30364286,30364631,30365212,30365653,30367050,30371071,30372026,30372770,30372921,30374482,30375108,30375648,30375752,30376212,30376675,30376844,30381131,30382615,30383559,30383811,30383918,30384406,30385148,30386254,30389757,30389872,30390365,30391666,30393330,30394264,30394739,30411888,30412967,30413094,30415756,30415828,30416060,30416706,30417115,30417633,30422346,30423956,30425052,30425390,30426241,30426317,30426966,30427877,30427985,30428886,30432917,30434188,30435261,30436829,30436954,30437274,30437735,30438673,30439594,30439766,30457603,30459421,30462147,30463114,30464405,30467369,30467420,30467511,30469693,30474495,30520559,30520618,30520662,30524564,30524837,30525684,3052575', 'assoc_port': '30303187:30303395,30303528:30303647,30303947:30304212,30305287:30305309,30307823:30307930,30314897:30315117,30315980:30316022,30315986:30316065,30316217:30316408,30316868:30317978,30316878:30317714,30316888:30317584,30316899:30317468,30316919:30317351,30316932:30317232,30317952:30318105,30318928:30319083,30319872:30320113,30320882:30320912,30321182:30321263,30322332:30322480,30327087:30327325,30327094:30327296,30327107:30327211,30333127:30333336,30333489:30333571,30334128:30334252,30334524:30334555,30335014:30335034,30336895:30337137,30338007:30338047,30346643:30346714,30347166:30347409,30348406:30348665,30348409:30348615,30357343:30357348,30363569:30363584,30364118:30364286,30364598:30364631,30365103:30365212,30365611:30365653,30366057:30372770,30366705:30367050,30371015:30371071,30371989:30372026,30372620:30372921,30374183:30374482,30374913:30375752,30374958:30375108,30375568:30375648,30375953:30376212,30376034:30376675,30376771:30376844,30380944:30381131,30381802:30383811,30382510:30382615,30383447:3038355', 'assoc_mat': '30303187:papier:4461:30303395,30303528:papier:4461:30303647,30303947:papier:4461:30304212,30305287:papier:4461:30305309,30307823:papier:4461:30307930,30314897:papier:4461:30315117,30315980:papier:4461:30316022,30315986:papier:4461:30316065,30316217:papier:4461:30316408,30316868:papier:4461:30317978,30316878:papier:4461:30317714,30316888:papier:4461:30317584,30316899:papier:4461:30317468,30316919:papier:4461:30317351,30316932:papier:4461:30317232,30317952:papier:4461:30318105,30318928:papier:4461:30319083,30319872:papier:4461:30320113,30320882:papier:4461:30320912,30321182:papier:4461:30321263,30322332:papier:4461:30322480,30327087:papier:4461:30327325,30327094:papier:4461:30327296,30327107:papier:4461:30327211,30333127:papier:4461:30333336,30333489:papier:4461:30333571,30334128:papier:4461:30334252,30334524:papier:4461:30334555,30335014:papier:4461:30335034,30336895:papier:4461:30337137,30338007:papier:4461:30338047,30346643:papier:4461:30346714,30347166:papier:4461:30347409,30348406:papier:4461:30348665,3034'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014271368544759803, 'nb_photo': 2586, 'list_port_cont': '30302309,30303593,30304097,30307837,30317269,30317398,30319786,30334756,30335594,30348564,30350858,30350948,30357398,30363620,30364678,30365211,30366146,30366276,30366710,30366938,30368822,30370903,30371694,30373134,30373499,30373517,30375174,30375209,30375587,30375720,30375795,30376142,30376659,30376804,30381122,30381988,30382736,30382871,30383552,30383828,30384521,30384863,30385414,30385811,30386300,30388417,30389816,30389908,30390331,30390938,30390968,30391611,30391703,30393275,30393309,30393375,30393401,30394330,30411512,30412007,30412245,30412954,30413938,30414037,30414341,30414460,30415805,30416358,30416734,30417066,30417259,30417587,30422285,30422336,30423119,30423135,30424641,30424665,30426189,30426940,30427551,30427811,30427971,30428053,30428838,30429613,30430760,30433039,30434121,30434497,30434831,30435241,30436604,30437251,30437777,30438652,30439127,30439576,30439623,30457581,30457650,30457901,30462295,30463108,30464399,30464531,30464662,30469682,30469885,30471152,30471290,30474562,30474598,3047970', 'assoc_port': '30302187:30302309,30303523:30303593,30303950:30304097,30307813:30307837,30316910:30317398,30316924:30317269,30319679:30319786,30334709:30334756,30335480:30335594,30348435:30348564,30349654:30350948,30350775:30350858,30357342:30357398,30363573:30363620,30364600:30364678,30365097:30366276,30365104:30365211,30365609:30366710,30366053:30368822,30366059:30366146,30366703:30371694,30366704:30366938,30370765:30370903,30371981:30373517,30371991:30373499,30373082:30373134,30374223:30376804,30374915:30375174,30374918:30375209,30375559:30375795,30375562:30375587,30375569:30375720,30376037:30376142,30376542:30376659,30380941:30381122,30381409:30382871,30381803:30381988,30381833:30383828,30382730:30382736,30383450:30383552,30384240:30384521,30384775:30384863,30385342:30385414,30385661:30385811,30386173:30386300,30386179:30388417,30389671:30389908,30389681:30389816,30390233:30390331,30390824:30390968,30390866:30390938,30391462:30391703,30391467:30391611,30393090:30393401,30393097:30393375,30393098:30393309,30393140:3039327', 'assoc_mat': '30302187:papier:4200:30302309,30303523:papier:4200:30303593,30303950:papier:4200:30304097,30307813:papier:4200:30307837,30316910:papier:4200:30317398,30316924:papier:4200:30317269,30319679:papier:4200:30319786,30334709:papier:4200:30334756,30335480:papier:4200:30335594,30348435:papier:4200:30348564,30349654:papier:4200:30350948,30350775:papier:4200:30350858,30357342:papier:4200:30357398,30363573:papier:4200:30363620,30364600:papier:4200:30364678,30365097:papier:4200:30366276,30365104:papier:4200:30365211,30365609:papier:4200:30366710,30366053:papier:4200:30368822,30366059:papier:4200:30366146,30366703:papier:4200:30371694,30366704:papier:4200:30366938,30370765:papier:4200:30370903,30371981:papier:4200:30373517,30371991:papier:4200:30373499,30373082:papier:4200:30373134,30374223:papier:4200:30376804,30374915:papier:4200:30375174,30374918:papier:4200:30375209,30375559:papier:4200:30375795,30375562:papier:4200:30375587,30375569:papier:4200:30375720,30376037:papier:4200:30376142,30376542:papier:4200:30376659,3038'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9400757183850185, 'nb_photo': 29081, 'list_port_cont': '30290379,30290396,30292184,30292201,30294349,30300598,30301196,30301310,30301733,30302326,30302394,30302830,30302864,30303355,30303577,30304165,30304304,30307875,30307963,30309269,30315399,30315991,30316048,30316272,30316722,30316786,30317017,30317201,30317282,30317329,30317447,30317577,30317679,30317761,30317823,30317946,30319757,30319797,30320246,30320970,30321292,30321502,30322388,30322680,30322726,30327172,30333185,30333229,30333848,30334166,30334215,30334281,30334418,30334729,30335581,30335606,30336483,30337108,30337426,30337723,30337739,30338011,30338036,30339361,30346673,30346687,30346938,30346971,30348529,30369876,30370893,30371050,30372945,30374583,30376119,30376615,30380698,30380795,30381920,30382772,30385405,30390264,30391726,30393421,30394361,30394447,30411524,30416424,30422241,30425089,30425600,30426201,30434097,30435312,30462091,30467432,30474461,30478691,30481975,30486861,30508541,30520505,30524542,30524738,30524818,30524942,30524972,30525712,30525748,30525955,30526373,30526447,30526590,3052684', 'assoc_port': '30290348:30290396,30290350:30290379,30292096:30292184,30292097:30292201,30294222:30294349,30300543:30300598,30301103:30301310,30301159:30301196,30301683:30301733,30302180:30302394,30302183:30302326,30302733:30302864,30302754:30302830,30303219:30303355,30303522:30303577,30303942:30304304,30303946:30304165,30307819:30307963,30307821:30307875,30307826:30309269,30315258:30315399,30315983:30316048,30315985:30315991,30316215:30316272,30316571:30316786,30316649:30316722,30316870:30317946,30316876:30317823,30316890:30317761,30316891:30320246,30316898:30317679,30316909:30317577,30316913:30317447,30316916:30317282,30316922:30317329,30316928:30317201,30316929:30317017,30319680:30319797,30319682:30319757,30320881:30320970,30321179:30321292,30321426:30321502,30322333:30322388,30322549:30322726,30322556:30322680,30327093:30327172,30333125:30334418,30333128:30333229,30333131:30333185,30333727:30333848,30334123:30334215,30334125:30334166,30334131:30334281,30334710:30334729,30335476:30335606,30335478:30335581,30336252:3033648', 'assoc_mat': '30290348:papier:4209:30290396,30290350:papier:4209:30290379,30292096:papier:4209:30292184,30292097:papier:4209:30292201,30294222:papier:4209:30294349,30300543:papier:4209:30300598,30301103:papier:4209:30301310,30301159:papier:4209:30301196,30301683:papier:4209:30301733,30302180:papier:4209:30302394,30302183:papier:4209:30302326,30302733:papier:4209:30302864,30302754:papier:4209:30302830,30303219:papier:4209:30303355,30303522:papier:4209:30303577,30303942:papier:4209:30304304,30303946:papier:4209:30304165,30307819:papier:4209:30307963,30307821:papier:4209:30307875,30307826:papier:4209:30309269,30315258:papier:4209:30315399,30315983:papier:4209:30316048,30315985:papier:4209:30315991,30316215:papier:4209:30316272,30316571:papier:4209:30316786,30316649:papier:4209:30316722,30316870:papier:4209:30317946,30316876:papier:4209:30317823,30316890:papier:4209:30317761,30316891:papier:4209:30320246,30316898:papier:4209:30317679,30316909:papier:4209:30317577,30316913:papier:4209:30317447,30316916:papier:4209:30317282,3031'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.8841485827809166, 'nb_photo': 76, 'list_port_cont': '30289817,30300298,30300620,30307853,30322636,30327825,30334152,30346694,30348549,30365145,30376755,30376811,30392308', 'assoc_port': '30289773:30289817,30300247:30300298,30300542:30300620,30307824:30307853,30322552:30322636,30327112:30327825,30334129:30334152,30346641:30346694,30348408:30348549,30365101:30365145,30376014:30376755,30376772:30376811,30391470:30392308', 'assoc_mat': '30289773:papier:3726:30289817,30300247:papier:3726:30300298,30300542:papier:3726:30300620,30307824:papier:3726:30307853,30322552:papier:3726:30322636,30327112:papier:3726:30327825,30334129:papier:3726:30334152,30346641:papier:3726:30346694,30348408:papier:3726:30348549,30365101:papier:3726:30365145,30376014:papier:3726:30376755,30376772:papier:3726:30376811,30391470:papier:3726:30392308'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007267177127000381, 'nb_photo': 14642, 'list_port_cont': '30289869,30290295,30290487,30290617,30291538,30291580,30291632,30291693,30291918,30291960,30292235,30292266,30293061,30293115,30294092,30294158,30294490,30294583,30302365,30302423,30303438,30303615,30303689,30304238,30304405,30304434,30305391,30307889,30307987,30308014,30308042,30308052,30311285,30311548,30312227,30315146,30315174,30315427,30315441,30316102,30316120,30316133,30316442,30316735,30316767,30317174,30317219,30317310,30317551,30317646,30317841,30317846,30317867,30317887,30318038,30318059,30318146,30318161,30318183,30318203,30318240,30318276,30318301,30318707,30319117,30319138,30319165,30319820,30320090,30320217,30320933,30321210,30321226,30321313,30321732,30321932,30322042,30322455,30322519,30322702,30322877,30322897,30327131,30327233,30327272,30327364,30327483,30327525,30327586,30327648,30329868,30333287,30333298,30333316,30333598,30333902,30333924,30334316,30334589,30334602,30334781,30334798,30335296,30335341,30336555,30337079,30337119,30337450,30337785,30337810,30337841,30346421,30346755,3034677', 'assoc_port': '30289306:30290617,30289774:30289869,30290043:30290295,30290347:30290487,30291286:30291580,30291289:30291538,30291609:30291693,30291612:30291632,30291899:30291960,30291901:30291918,30292077:30292266,30292101:30292235,30292862:30293115,30292865:30293061,30293775:30294158,30293777:30294092,30294224:30294583,30294228:30294490,30302186:30302365,30302190:30302423,30303218:30303438,30303521:30303615,30303526:30303689,30303943:30304238,30304342:30304405,30304344:30304434,30305286:30305391,30307814:30308052,30307816:30308014,30307817:30308042,30307818:30307987,30307825:30307889,30310708:30312227,30310716:30311548,30310718:30311285,30314898:30315174,30314900:30315146,30315255:30315441,30315259:30315427,30315979:30316102,30315981:30316120,30315984:30316133,30316220:30316442,30316647:30316735,30316648:30316767,30316860:30318707,30316864:30318240,30316865:30319820,30316866:30318146,30316869:30317219,30316873:30318301,30316874:30318183,30316877:30318276,30316882:30318059,30316884:30318038,30316885:30317867,30316893:3031788', 'assoc_mat': '30289306:papier:4211:30290617,30289774:papier:4211:30289869,30290043:papier:4211:30290295,30290347:papier:4211:30290487,30291286:papier:4211:30291580,30291289:papier:4211:30291538,30291609:papier:4211:30291693,30291612:papier:4211:30291632,30291899:papier:4211:30291960,30291901:papier:4211:30291918,30292077:papier:4211:30292266,30292101:papier:4211:30292235,30292862:papier:4211:30293115,30292865:papier:4211:30293061,30293775:papier:4211:30294158,30293777:papier:4211:30294092,30294224:papier:4211:30294583,30294228:papier:4211:30294490,30302186:papier:4211:30302365,30302190:papier:4211:30302423,30303218:papier:4211:30303438,30303521:papier:4211:30303615,30303526:papier:4211:30303689,30303943:papier:4211:30304238,30304342:papier:4211:30304405,30304344:papier:4211:30304434,30305286:papier:4211:30305391,30307814:papier:4211:30308052,30307816:papier:4211:30308014,30307817:papier:4211:30308042,30307818:papier:4211:30307987,30307825:papier:4211:30307889,30310708:papier:4211:30312227,30310716:papier:4211:30311548,3031'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.04352511455276746, 'nb_photo': 8427, 'list_port_cont': '30302437,30317518,30317666,30317784,30319275,30334331,30334817,30335092,30336577,30337858,30348808,30349743,30355393,30356177,30362998,30364422,30364706,30364726,30365014,30365333,30365360,30365805,30366253,30366303,30366496,30367640,30371173,30372105,30372153,30373000,30374098,30374825,30375480,30375807,30376019,30376737,30379873,30381272,30381285,30381302,30381534,30382053,30382800,30383665,30383946,30384656,30384974,30385218,30385896,30386312,30386328,30386378,30386679,30389918,30390420,30390993,30391004,30391760,30391768,30392539,30393447,30393511,30393537,30394383,30411422,30411556,30412366,30414172,30414285,30415976,30415991,30416476,30417193,30417766,30422392,30423173,30424095,30424808,30424875,30426469,30426642,30428135,30428916,30429530,30430728,30433112,30434257,30434460,30434566,30437346,30437463,30438822,30439026,30439173,30439519,30439660,30440056,30458672,30459504,30461288,30462845,30464514,30464577,30464808,30467662,30468003,30468101,30470292,30470797,30470809,30474917,30474978,30475138,3048219', 'assoc_port': '30302181:30302437,30316896:30319275,30316906:30317784,30316923:30317666,30316933:30317518,30334130:30334331,30334711:30334817,30335012:30335092,30336272:30336577,30337652:30337858,30348419:30348808,30349656:30349743,30350356:30355393,30355869:30356177,30362769:30362998,30364114:30365014,30364119:30364422,30364596:30364726,30364602:30364706,30365105:30365360,30365108:30365333,30365610:30365805,30366054:30366303,30366058:30366496,30366063:30366253,30366707:30367640,30371017:30371173,30371985:30372105,30371990:30372153,30372622:30373000,30373080:30374098,30374253:30374825,30374864:30375480,30374916:30379873,30375563:30376019,30375570:30375807,30376036:30376737,30380937:30381272,30380939:30381302,30380946:30381285,30381413:30381534,30381818:30382053,30382509:30383946,30382731:30382800,30383449:30383665,30383769:30384974,30384641:30384656,30385068:30385218,30385659:30385896,30386168:30386312,30386172:30386328,30386178:30386378,30386611:30386679,30389679:30389918,30390234:30390420,30390823:30391004,30390827:3039099', 'assoc_mat': '30302181:papier:3327:30302437,30316896:papier:3327:30319275,30316906:papier:3327:30317784,30316923:papier:3327:30317666,30316933:papier:3327:30317518,30334130:papier:3327:30334331,30334711:papier:3327:30334817,30335012:papier:3327:30335092,30336272:papier:3327:30336577,30337652:papier:3327:30337858,30348419:papier:3327:30348808,30349656:papier:3327:30349743,30350356:papier:3327:30355393,30355869:papier:3327:30356177,30362769:papier:3327:30362998,30364114:papier:3327:30365014,30364119:papier:3327:30364422,30364596:papier:3327:30364726,30364602:papier:3327:30364706,30365105:papier:3327:30365360,30365108:papier:3327:30365333,30365610:papier:3327:30365805,30366054:papier:3327:30366303,30366058:papier:3327:30366496,30366063:papier:3327:30366253,30366707:papier:3327:30367640,30371017:papier:3327:30371173,30371985:papier:3327:30372105,30371990:papier:3327:30372153,30372622:papier:3327:30373000,30373080:papier:3327:30374098,30374253:papier:3327:30374825,30374864:papier:3327:30375480,30374916:papier:3327:30379873,3037'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.17824147517600497, 'nb_photo': 12969, 'list_port_cont': '30291989,30293476,30294105,30302407,30303683,30304196,30305345,30317015,30318688,30319830,30334547,30335308,30336417,30337165,30348701,30350637,30354013,30356197,30364441,30365845,30371094,30375824,30376122,30382007,30382031,30385448,30390391,30414054,30414114,30415909,30417146,30422398,30428048,30433491,30439804,30463280,30474686,30482127,30550823,30556983,30557476', 'assoc_port': '30291900:30291989,30293213:30293476,30293778:30294105,30302188:30302407,30303524:30303683,30303949:30304196,30305288:30305345,30316887:30318688,30316902:30317015,30319681:30319830,30334523:30334547,30335122:30335308,30336232:30336417,30336905:30337165,30348404:30348701,30350359:30350637,30353968:30354013,30355868:30356197,30364122:30364441,30365606:30365845,30371011:30371094,30375567:30375824,30375989:30376122,30381799:30382031,30381801:30382007,30385380:30385448,30390238:30390391,30413755:30414054,30413756:30414114,30415664:30415909,30416949:30417146,30422132:30422398,30427763:30428048,30432873:30433491,30439717:30439804,30462764:30463280,30474277:30474686,30481865:30482127,30520289:30556983,30521693:30557476,30535783:30550823', 'assoc_mat': '30291900:papier:3594:30291989,30293213:papier:3594:30293476,30293778:papier:3594:30294105,30302188:papier:3594:30302407,30303524:papier:3594:30303683,30303949:papier:3594:30304196,30305288:papier:3594:30305345,30316887:papier:3594:30318688,30316902:papier:3594:30317015,30319681:papier:3594:30319830,30334523:papier:3594:30334547,30335122:papier:3594:30335308,30336232:papier:3594:30336417,30336905:papier:3594:30337165,30348404:papier:3594:30348701,30350359:papier:3594:30350637,30353968:papier:3594:30354013,30355868:papier:3594:30356197,30364122:papier:3594:30364441,30365606:papier:3594:30365845,30371011:papier:3594:30371094,30375567:papier:3594:30375824,30375989:papier:3594:30376122,30381799:papier:3594:30382031,30381801:papier:3594:30382007,30385380:papier:3594:30385448,30390238:papier:3594:30390391,30413755:papier:3594:30414054,30413756:papier:3594:30414114,30415664:papier:3594:30415909,30416949:papier:3594:30417146,30422132:papier:3594:30422398,30427763:papier:3594:30428048,30432873:papier:3594:30433491,3043'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0010884664264123759, 'nb_photo': 6, 'list_port_cont': '30386288,30415861,30427910,30462192,30515530,30569985', 'assoc_port': '30386171:30386288,30415627:30415861,30427759:30427910,30461853:30462192,30466591:30515530,30521147:30569985', 'assoc_mat': '30386171:pehd:4205:30386288,30415627:pehd:4205:30415861,30427759:pehd:4205:30427910,30461853:pehd:4205:30462192,30466591:pehd:4205:30515530,30521147:pehd:4205:30569985'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0010651101399143474, 'nb_photo': 52, 'list_port_cont': '30364404,30366320,30372227,30376417,30381564,30383695,30384883,30386368,30391017,30414429,30416517,30417272,30422455,30424750,30426589,30430630,30434541,30437856,30439192,30458848,30462884,30547913,30550476,30556378,30556559,30562763,30563971,30572005,30572447,30572554', 'assoc_port': '30364116:30364404,30366060:30366320,30371984:30372227,30376032:30376417,30381411:30381564,30383444:30383695,30384777:30384883,30386174:30386368,30390868:30391017,30414207:30414429,30416250:30416517,30416948:30417272,30422158:30422455,30424474:30424750,30426096:30426589,30429228:30430630,30434454:30434541,30437569:30437856,30439084:30439192,30458034:30458848,30461856:30462884,30482699:30556378,30520313:30562763,30521340:30547913,30521981:30572554,30534710:30572447,30534715:30572005,30535493:30563971,30535790:30550476,30547795:30556559', 'assoc_mat': '30364116:pehd:4203:30364404,30366060:pehd:4203:30366320,30371984:pehd:4203:30372227,30376032:pehd:4203:30376417,30381411:pehd:4203:30381564,30383444:pehd:4203:30383695,30384777:pehd:4203:30384883,30386174:pehd:4203:30386368,30390868:pehd:4203:30391017,30414207:pehd:4203:30414429,30416250:pehd:4203:30416517,30416948:pehd:4203:30417272,30422158:pehd:4203:30422455,30424474:pehd:4203:30424750,30426096:pehd:4203:30426589,30429228:pehd:4203:30430630,30434454:pehd:4203:30434541,30437569:pehd:4203:30437856,30439084:pehd:4203:30439192,30458034:pehd:4203:30458848,30461856:pehd:4203:30462884,30482699:pehd:4203:30556378,30520313:pehd:4203:30562763,30521340:pehd:4203:30547913,30521981:pehd:4203:30572554,30534710:pehd:4203:30572447,30534715:pehd:4203:30572005,30535493:pehd:4203:30563971,30535790:pehd:4203:30550476,30547795:pehd:4203:30556559'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008071946592069485, 'nb_photo': 24, 'list_port_cont': '30303539,30363627,30364261,30373444,30381901,30386876,30393396,30411490,30424592,30426926,30434083,30467236,30477218,30482020,30486358,30520485,30527317,30528371,30529801,30530131,30530745,30550800,30563465', 'assoc_port': '30303519:30303539,30363571:30363627,30364117:30364261,30371983:30373444,30381832:30381901,30384774:30386876,30393091:30393396,30411464:30411490,30424473:30424592,30426887:30426926,30433955:30434083,30466592:30477218,30466897:30467236,30481863:30482020,30482702:30486358,30520311:30528371,30520364:30520485,30521128:30550800,30521137:30530745,30521148:30530131,30521156:30529801,30521932:30527317,30535162:30563465', 'assoc_mat': '30303519:pehd:4207:30303539,30363571:pehd:4207:30363627,30364117:pehd:4207:30364261,30371983:pehd:4207:30373444,30381832:pehd:4207:30381901,30384774:pehd:4207:30386876,30393091:pehd:4207:30393396,30411464:pehd:4207:30411490,30424473:pehd:4207:30424592,30426887:pehd:4207:30426926,30433955:pehd:4207:30434083,30466592:pehd:4207:30477218,30466897:pehd:4207:30467236,30481863:pehd:4207:30482020,30482702:pehd:4207:30486358,30520311:pehd:4207:30528371,30520364:pehd:4207:30520485,30521128:pehd:4207:30550800,30521137:pehd:4207:30530745,30521148:pehd:4207:30530131,30521156:pehd:4207:30529801,30521932:pehd:4207:30527317,30535162:pehd:4207:30563465'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010534253594235904, 'nb_photo': 9, 'list_port_cont': '30317477,30317597,30367049,30382612,30393321,30394270,30416058,30427976', 'assoc_port': '30316888:30317597,30316899:30317477,30366705:30367049,30382510:30382612,30393089:30393321,30393123:30394270,30413760:30416058,30427753:30427976', 'assoc_mat': '30316888:pehd:4461:30317597,30316899:pehd:4461:30317477,30366705:pehd:4461:30367049,30382510:pehd:4461:30382612,30393089:pehd:4461:30393321,30393123:pehd:4461:30394270,30413760:pehd:4461:30416058,30427753:pehd:4461:30427976'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004411222504464486, 'nb_photo': 138, 'list_port_cont': '30350864,30350952,30363616,30365228,30366284,30368829,30373512,30376146,30376655,30376798,30381976,30382749,30383542,30383840,30384867,30385419,30385823,30386292,30388414,30389817,30390324,30390930,30390974,30391712,30393276,30393369,30412006,30412237,30415810,30417591,30423117,30424667,30426944,30427807,30427969,30429617,30430745,30434832,30437770,30438639,30462289,30463105,30464389,30464542,30464668,30469677,30471151,30474559,30474599,30479690,30482064,30482887,30482919,30520520,30524583,30525644,30526688,30526831,30527246,30529049,30529753,30530017,30531106,30531619,30531920,30548178,30548611,30548812,30550286,30554625,30555481,30556476,30556671,30556677,30557789,30558823,30564039', 'assoc_port': '30349654:30350952,30350775:30350864,30363573:30363616,30365097:30366284,30365104:30365228,30366053:30368829,30371981:30373512,30374223:30376798,30376037:30376146,30376542:30376655,30381803:30381976,30381833:30383840,30382730:30382749,30383450:30383542,30384775:30384867,30385342:30385419,30385661:30385823,30386173:30386292,30386179:30388414,30389681:30389817,30390233:30390324,30390824:30390974,30390866:30390930,30391462:30391712,30393097:30393369,30393140:30393276,30410949:30412237,30411997:30412006,30415640:30415810,30417563:30417591,30422900:30423117,30424470:30424667,30426082:30430745,30426888:30426944,30427754:30427969,30427765:30427807,30429227:30429617,30434611:30434832,30437571:30437770,30438511:30438639,30459235:30464542,30461855:30462289,30462747:30463105,30464248:30464389,30464616:30464668,30466589:30479690,30466892:30471151,30469520:30469677,30474258:30474599,30474281:30474559,30481869:30482064,30482698:30482919,30482708:30482887,30520293:30529753,30520305:30529049,30520363:30520520,30521045:3053192', 'assoc_mat': '30349654:pehd:4200:30350952,30350775:pehd:4200:30350864,30363573:pehd:4200:30363616,30365097:pehd:4200:30366284,30365104:pehd:4200:30365228,30366053:pehd:4200:30368829,30371981:pehd:4200:30373512,30374223:pehd:4200:30376798,30376037:pehd:4200:30376146,30376542:pehd:4200:30376655,30381803:pehd:4200:30381976,30381833:pehd:4200:30383840,30382730:pehd:4200:30382749,30383450:pehd:4200:30383542,30384775:pehd:4200:30384867,30385342:pehd:4200:30385419,30385661:pehd:4200:30385823,30386173:pehd:4200:30386292,30386179:pehd:4200:30388414,30389681:pehd:4200:30389817,30390233:pehd:4200:30390324,30390824:pehd:4200:30390974,30390866:pehd:4200:30390930,30391462:pehd:4200:30391712,30393097:pehd:4200:30393369,30393140:pehd:4200:30393276,30410949:pehd:4200:30412237,30411997:pehd:4200:30412006,30415640:pehd:4200:30415810,30417563:pehd:4200:30417591,30422900:pehd:4200:30423117,30424470:pehd:4200:30424667,30426082:pehd:4200:30430745,30426888:pehd:4200:30426944,30427754:pehd:4200:30427969,30427765:pehd:4200:30427807,30429227:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005674867416631305, 'nb_photo': 13, 'list_port_cont': '30294324,30316723,30316780,30319759,30322377,30334178,30335605,30394349,30435315,30520510,30548467,30552547', 'assoc_port': '30294222:30294324,30316571:30316780,30316649:30316723,30319682:30319759,30322333:30322377,30334125:30334178,30335476:30335605,30394260:30394349,30435212:30435315,30520369:30520510,30536211:30552547,30547788:30548467', 'assoc_mat': '30294222:pehd:4209:30294324,30316571:pehd:4209:30316780,30316649:pehd:4209:30316723,30319682:pehd:4209:30319759,30322333:pehd:4209:30322377,30334125:pehd:4209:30334178,30335476:pehd:4209:30335605,30394260:pehd:4209:30394349,30435212:pehd:4209:30435315,30520369:pehd:4209:30520510,30536211:pehd:4209:30552547,30547788:pehd:4209:30548467'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9291496832812179, 'nb_photo': 1189, 'list_port_cont': '30289862,30290489,30290611,30291549,30291582,30291696,30291961,30292239,30292281,30293116,30294102,30294168,30294483,30294572,30302424,30303431,30303622,30303698,30304439,30308020,30308037,30308058,30311549,30312212,30315155,30315164,30315419,30315432,30316123,30316447,30316734,30316765,30317226,30317303,30317567,30317649,30317838,30317850,30317883,30318030,30318046,30318155,30318204,30318242,30318277,30318294,30318715,30319110,30319132,30319823,30320940,30321232,30321310,30321725,30321934,30322043,30322454,30322527,30322698,30322881,30322910,30327271,30327360,30327487,30327649,30329874,30333300,30333313,30333605,30333901,30333925,30334307,30334585,30334608,30334795,30335290,30335334,30336557,30337110,30337454,30337813,30337847,30346426,30346761,30346777,30347056,30348750,30349335,30349725,30350889,30350907,30356161,30363530,30363662,30364379,30364852,30365320,30365347,30365713,30366220,30367336,30368853,30370948,30371152,30372072,30372078,30372966,30372978,30373152,30374615,30375193,30375267,30375280,3037574', 'assoc_port': '30289306:30290611,30289774:30289862,30290347:30290489,30291286:30291582,30291289:30291549,30291609:30291696,30291899:30291961,30292077:30292281,30292101:30292239,30292862:30293116,30293775:30294168,30293777:30294102,30294224:30294572,30294228:30294483,30302190:30302424,30303218:30303431,30303521:30303622,30303526:30303698,30304344:30304439,30307814:30308058,30307816:30308020,30307817:30308037,30310708:30312212,30310716:30311549,30314898:30315164,30314900:30315155,30315255:30315432,30315259:30315419,30315984:30316123,30316220:30316447,30316647:30316734,30316648:30316765,30316860:30318715,30316864:30318242,30316865:30319823,30316869:30317226,30316873:30318294,30316877:30318277,30316882:30318046,30316884:30318030,30316893:30317883,30316897:30317850,30316903:30317838,30316911:30317649,30316920:30317567,30316925:30317303,30317949:30318204,30317954:30318155,30318946:30319132,30318965:30319110,30320883:30320940,30321181:30321310,30321183:30321232,30321383:30321934,30321404:30322043,30321425:30321725,30322294:3032252', 'assoc_mat': '30289306:pehd:4211:30290611,30289774:pehd:4211:30289862,30290347:pehd:4211:30290489,30291286:pehd:4211:30291582,30291289:pehd:4211:30291549,30291609:pehd:4211:30291696,30291899:pehd:4211:30291961,30292077:pehd:4211:30292281,30292101:pehd:4211:30292239,30292862:pehd:4211:30293116,30293775:pehd:4211:30294168,30293777:pehd:4211:30294102,30294224:pehd:4211:30294572,30294228:pehd:4211:30294483,30302190:pehd:4211:30302424,30303218:pehd:4211:30303431,30303521:pehd:4211:30303622,30303526:pehd:4211:30303698,30304344:pehd:4211:30304439,30307814:pehd:4211:30308058,30307816:pehd:4211:30308020,30307817:pehd:4211:30308037,30310708:pehd:4211:30312212,30310716:pehd:4211:30311549,30314898:pehd:4211:30315164,30314900:pehd:4211:30315155,30315255:pehd:4211:30315432,30315259:pehd:4211:30315419,30315984:pehd:4211:30316123,30316220:pehd:4211:30316447,30316647:pehd:4211:30316734,30316648:pehd:4211:30316765,30316860:pehd:4211:30318715,30316864:pehd:4211:30318242,30316865:pehd:4211:30319823,30316869:pehd:4211:30317226,30316873:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002851544842028842, 'nb_photo': 349, 'list_port_cont': '30348804,30349731,30355399,30356183,30363000,30364711,30364717,30365019,30365337,30365362,30365810,30366300,30366500,30367636,30371172,30372096,30372155,30373007,30374099,30374827,30375481,30376027,30376732,30379877,30381270,30381282,30381301,30381543,30382044,30382808,30383673,30383949,30384649,30384966,30385890,30386671,30389920,30390426,30391006,30391755,30391771,30392542,30393512,30393540,30394382,30411546,30412369,30414169,30414278,30415996,30416480,30417199,30417769,30422383,30423168,30424101,30424804,30424877,30426646,30428132,30429531,30433115,30434459,30434557,30437468,30438813,30439024,30439179,30439665,30440061,30458666,30462853,30464800,30467668,30468005,30470291,30470786,30470806,30474923,30475142,30482202,30482907,30485170,30485340,30487515,30489138,30489162,30520705,30524657,30525058,30525086,30526648,30526750,30526975,30529683,30530460,30530647,30530955,30531226,30531282,30531717,30532090,30548412,30550891,30551067,30551550,30551632,30553700,30557149,30557286,30558704,30559155,30559669,3055968', 'assoc_port': '30348419:30348804,30349656:30349731,30350356:30355399,30355869:30356183,30362769:30363000,30364114:30365019,30364596:30364717,30364602:30364711,30365105:30365362,30365108:30365337,30365610:30365810,30366054:30366300,30366058:30366500,30366707:30367636,30371017:30371172,30371985:30372096,30371990:30372155,30372622:30373007,30373080:30374099,30374253:30374827,30374864:30375481,30374916:30379877,30375563:30376027,30376036:30376732,30380937:30381270,30380939:30381301,30380946:30381282,30381413:30381543,30381818:30382044,30382509:30383949,30382731:30382808,30383449:30383673,30383769:30384966,30384641:30384649,30385659:30385890,30386611:30386671,30389679:30389920,30390234:30390426,30390823:30391006,30391458:30392542,30391466:30391771,30391469:30391755,30393092:30393540,30393141:30393512,30394257:30394382,30411466:30411546,30412116:30412369,30413753:30414278,30413764:30414169,30415653:30415996,30416252:30416480,30416944:30417199,30417565:30417769,30422126:30422383,30422879:30423168,30423672:30424101,30424472:3042487', 'assoc_mat': '30348419:pehd:3327:30348804,30349656:pehd:3327:30349731,30350356:pehd:3327:30355399,30355869:pehd:3327:30356183,30362769:pehd:3327:30363000,30364114:pehd:3327:30365019,30364596:pehd:3327:30364717,30364602:pehd:3327:30364711,30365105:pehd:3327:30365362,30365108:pehd:3327:30365337,30365610:pehd:3327:30365810,30366054:pehd:3327:30366300,30366058:pehd:3327:30366500,30366707:pehd:3327:30367636,30371017:pehd:3327:30371172,30371985:pehd:3327:30372096,30371990:pehd:3327:30372155,30372622:pehd:3327:30373007,30373080:pehd:3327:30374099,30374253:pehd:3327:30374827,30374864:pehd:3327:30375481,30374916:pehd:3327:30379877,30375563:pehd:3327:30376027,30376036:pehd:3327:30376732,30380937:pehd:3327:30381270,30380939:pehd:3327:30381301,30380946:pehd:3327:30381282,30381413:pehd:3327:30381543,30381818:pehd:3327:30382044,30382509:pehd:3327:30383949,30382731:pehd:3327:30382808,30383449:pehd:3327:30383673,30383769:pehd:3327:30384966,30384641:pehd:3327:30384649,30385659:pehd:3327:30385890,30386611:pehd:3327:30386671,30389679:pehd:33'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006151155340608465, 'nb_photo': 14, 'list_port_cont': '30302397,30356190,30364442,30365846,30385449,30390397,30414122,30482135,30550824', 'assoc_port': '30302188:30302397,30355868:30356190,30364122:30364442,30365606:30365846,30385380:30385449,30390238:30390397,30413756:30414122,30481865:30482135,30535783:30550824', 'assoc_mat': '30302188:pehd:3594:30302397,30355868:pehd:3594:30356190,30364122:pehd:3594:30364442,30365606:pehd:3594:30365846,30385380:pehd:3594:30385449,30390238:pehd:3594:30390397,30413756:pehd:3594:30414122,30481865:pehd:3594:30482135,30535783:pehd:3594:30550824'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004983408656534395, 'nb_photo': 64, 'list_port_cont': '30350827,30362670,30365301,30366165,30376093,30376782,30383883,30386277,30393637,30415852,30422312,30427538,30434158,30438731,30462181,30481968,30554464,30555327,30561141,30561825,30567254,30569998', 'assoc_port': '30350789:30350827,30362654:30362670,30365098:30365301,30366062:30366165,30374184:30376782,30376035:30376093,30383750:30383883,30386171:30386277,30391858:30393637,30415627:30415852,30422128:30422312,30426079:30427538,30433953:30434158,30438513:30438731,30461853:30462181,30481873:30481968,30520310:30561825,30521049:30567254,30521147:30569998,30523044:30561141,30536090:30554464,30544206:30555327', 'assoc_mat': '30350789:pet_clair:4205:30350827,30362654:pet_clair:4205:30362670,30365098:pet_clair:4205:30365301,30366062:pet_clair:4205:30366165,30374184:pet_clair:4205:30376782,30376035:pet_clair:4205:30376093,30383750:pet_clair:4205:30383883,30386171:pet_clair:4205:30386277,30391858:pet_clair:4205:30393637,30415627:pet_clair:4205:30415852,30422128:pet_clair:4205:30422312,30426079:pet_clair:4205:30427538,30433953:pet_clair:4205:30434158,30438513:pet_clair:4205:30438731,30461853:pet_clair:4205:30462181,30481873:pet_clair:4205:30481968,30520310:pet_clair:4205:30561825,30521049:pet_clair:4205:30567254,30521147:pet_clair:4205:30569998,30523044:pet_clair:4205:30561141,30536090:pet_clair:4205:30554464,30544206:pet_clair:4205:30555327'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0086551003532761, 'nb_photo': 693, 'list_port_cont': '30355517,30364401,30365284,30366316,30372228,30375494,30375506,30376418,30381553,30383694,30384881,30386358,30391305,30393744,30393789,30411408,30413038,30414430,30416521,30417280,30422461,30424749,30426505,30426590,30428250,30430634,30434535,30437854,30439193,30458841,30462880,30547922,30548144,30550478,30555939,30556385,30556552,30556885,30558130,30562757,30563358,30563963,30568144,30571498,30572002,30572457,30572555', 'assoc_port': '30355431:30355517,30364116:30364401,30365106:30365284,30366060:30366316,30371984:30372228,30374838:30375494,30374917:30375506,30376032:30376418,30381411:30381553,30383444:30383694,30384777:30384881,30386174:30386358,30390228:30391305,30392089:30393789,30393660:30393744,30411282:30411408,30412938:30413038,30414207:30414430,30416250:30416521,30416948:30417280,30422158:30422461,30424474:30424749,30426083:30426505,30426096:30426590,30427756:30428250,30429228:30430634,30434454:30434535,30437569:30437854,30439084:30439193,30458034:30458841,30461856:30462880,30482699:30556385,30520286:30558130,30520313:30562757,30521152:30571498,30521340:30547922,30521981:30572555,30522565:30548144,30523373:30563358,30534710:30572457,30534715:30572002,30535493:30563963,30535790:30550478,30539171:30556885,30544211:30555939,30547795:30556552,30549864:30568144', 'assoc_mat': '30355431:pet_clair:4203:30355517,30364116:pet_clair:4203:30364401,30365106:pet_clair:4203:30365284,30366060:pet_clair:4203:30366316,30371984:pet_clair:4203:30372228,30374838:pet_clair:4203:30375494,30374917:pet_clair:4203:30375506,30376032:pet_clair:4203:30376418,30381411:pet_clair:4203:30381553,30383444:pet_clair:4203:30383694,30384777:pet_clair:4203:30384881,30386174:pet_clair:4203:30386358,30390228:pet_clair:4203:30391305,30392089:pet_clair:4203:30393789,30393660:pet_clair:4203:30393744,30411282:pet_clair:4203:30411408,30412938:pet_clair:4203:30413038,30414207:pet_clair:4203:30414430,30416250:pet_clair:4203:30416521,30416948:pet_clair:4203:30417280,30422158:pet_clair:4203:30422461,30424474:pet_clair:4203:30424749,30426083:pet_clair:4203:30426505,30426096:pet_clair:4203:30426590,30427756:pet_clair:4203:30428250,30429228:pet_clair:4203:30430634,30434454:pet_clair:4203:30434535,30437569:pet_clair:4203:30437854,30439084:pet_clair:4203:30439193,30458034:pet_clair:4203:30458841,30461856:pet_clair:4203:30462880,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019585335007513897, 'nb_photo': 64, 'list_port_cont': '30349705,30355933,30364620,30365191,30366197,30366764,30366853,30366961,30368807,30372897,30375062,30376825,30383588,30385392,30386228,30391626,30394326,30413957,30414001,30414541,30415702,30415743,30416336,30417032,30424626,30425020,30426296,30428824,30439964,30439971,30462015,30462201,30470718,30470935,30471241,30482016,30486351,30524481,30525486,30525919,30527436,30528050,30528103,30529244,30529707,30530126,30530988,30531792,30548111,30548325,30548942,30550167,30550318,30550463,30550805,30550976,30567823', 'assoc_port': '30349655:30349705,30355870:30355933,30364601:30364620,30365107:30365191,30365612:30366764,30366055:30366197,30366061:30368807,30366702:30366961,30366706:30366853,30372623:30372897,30374959:30375062,30376770:30376825,30383443:30383588,30385341:30385392,30386167:30386228,30391465:30391626,30394259:30394326,30412936:30414541,30413761:30414001,30413763:30413957,30415658:30415743,30415662:30415702,30416249:30416336,30416946:30417032,30424471:30424626,30424987:30425020,30426094:30426296,30428697:30428824,30439950:30439971,30439951:30439964,30461849:30462201,30461858:30462015,30464617:30471241,30466588:30470935,30466887:30470718,30481863:30482016,30482702:30486351,30520283:30529244,30520323:30528050,30520326:30528103,30521122:30531792,30521128:30550805,30521131:30530988,30521148:30530126,30521341:30529707,30521927:30527436,30523046:30525919,30523374:30524481,30524938:30525486,30535778:30548111,30535786:30548325,30539172:30550976,30547790:30548942,30547797:30550463,30547801:30550318,30547804:30567823,30549868:3055016', 'assoc_mat': '30349655:pet_clair:4207:30349705,30355870:pet_clair:4207:30355933,30364601:pet_clair:4207:30364620,30365107:pet_clair:4207:30365191,30365612:pet_clair:4207:30366764,30366055:pet_clair:4207:30366197,30366061:pet_clair:4207:30368807,30366702:pet_clair:4207:30366961,30366706:pet_clair:4207:30366853,30372623:pet_clair:4207:30372897,30374959:pet_clair:4207:30375062,30376770:pet_clair:4207:30376825,30383443:pet_clair:4207:30383588,30385341:pet_clair:4207:30385392,30386167:pet_clair:4207:30386228,30391465:pet_clair:4207:30391626,30394259:pet_clair:4207:30394326,30412936:pet_clair:4207:30414541,30413761:pet_clair:4207:30414001,30413763:pet_clair:4207:30413957,30415658:pet_clair:4207:30415743,30415662:pet_clair:4207:30415702,30416249:pet_clair:4207:30416336,30416946:pet_clair:4207:30417032,30424471:pet_clair:4207:30424626,30424987:pet_clair:4207:30425020,30426094:pet_clair:4207:30426296,30428697:pet_clair:4207:30428824,30439950:pet_clair:4207:30439971,30439951:pet_clair:4207:30439964,30461849:pet_clair:4207:30462201,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00205958516836103, 'nb_photo': 10, 'list_port_cont': '30364297,30383561,30394728,30416062,30463117,30520550,30551239,30561008,30568030', 'assoc_port': '30364118:30364297,30383447:30383561,30394256:30394728,30413760:30416062,30462748:30463117,30520366:30520550,30521047:30561008,30537841:30551239,30544221:30568030', 'assoc_mat': '30364118:pet_clair:4461:30364297,30383447:pet_clair:4461:30383561,30394256:pet_clair:4461:30394728,30413760:pet_clair:4461:30416062,30462748:pet_clair:4461:30463117,30520366:pet_clair:4461:30520550,30521047:pet_clair:4461:30561008,30537841:pet_clair:4461:30551239,30544221:pet_clair:4461:30568030'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01038493146340583, 'nb_photo': 649, 'list_port_cont': '30348553,30350867,30350951,30357397,30363609,30364676,30365239,30366149,30366285,30366712,30366942,30368825,30370911,30371704,30373140,30373501,30373527,30375202,30375726,30375784,30376148,30376650,30376794,30381118,30381989,30382737,30382875,30383476,30383551,30383841,30384510,30385424,30385818,30386301,30388415,30389818,30389912,30390933,30390966,30391603,30391704,30393269,30393313,30393380,30393408,30394336,30411519,30412017,30412233,30412945,30413943,30414354,30415799,30416355,30416738,30417068,30417252,30417596,30422274,30422324,30423125,30424652,30424661,30426185,30426950,30427550,30427816,30427961,30428060,30429625,30430757,30433031,30434115,30434502,30434828,30435254,30436592,30437256,30437773,30438647,30439129,30439581,30439625,30457591,30457893,30462297,30463098,30464386,30464537,30464658,30469687,30471150,30471293,30474556,30474604,30479691,30482067,30482891,30482908,30484839,30486017,30488924,30524591,30524714,30524865,30525645,30526224,30526684,30526834,30527235,30527519,30527764,30527943,3052848', 'assoc_port': '30348435:30348553,30349654:30350951,30350775:30350867,30357342:30357397,30363573:30363609,30364600:30364676,30365097:30366285,30365104:30365239,30365609:30366712,30366053:30368825,30366059:30366149,30366703:30371704,30366704:30366942,30370765:30370911,30371981:30373527,30371991:30373501,30373082:30373140,30374223:30376794,30374918:30375202,30375559:30375784,30375569:30375726,30376037:30376148,30376542:30376650,30380941:30381118,30381409:30382875,30381803:30381989,30381833:30383841,30382730:30382737,30383450:30383551,30383451:30383476,30384240:30384510,30385342:30385424,30385661:30385818,30386173:30386301,30386179:30388415,30389671:30389912,30389681:30389818,30390824:30390966,30390866:30390933,30391462:30391704,30391467:30391603,30393090:30393408,30393097:30393380,30393098:30393313,30393140:30393269,30394258:30394336,30410949:30412233,30411465:30411519,30411997:30412017,30412939:30412945,30413759:30413943,30414208:30414354,30415640:30415799,30415659:30417252,30416253:30416355,30416586:30416738,30416945:3041706', 'assoc_mat': '30348435:pet_clair:4200:30348553,30349654:pet_clair:4200:30350951,30350775:pet_clair:4200:30350867,30357342:pet_clair:4200:30357397,30363573:pet_clair:4200:30363609,30364600:pet_clair:4200:30364676,30365097:pet_clair:4200:30366285,30365104:pet_clair:4200:30365239,30365609:pet_clair:4200:30366712,30366053:pet_clair:4200:30368825,30366059:pet_clair:4200:30366149,30366703:pet_clair:4200:30371704,30366704:pet_clair:4200:30366942,30370765:pet_clair:4200:30370911,30371981:pet_clair:4200:30373527,30371991:pet_clair:4200:30373501,30373082:pet_clair:4200:30373140,30374223:pet_clair:4200:30376794,30374918:pet_clair:4200:30375202,30375559:pet_clair:4200:30375784,30375569:pet_clair:4200:30375726,30376037:pet_clair:4200:30376148,30376542:pet_clair:4200:30376650,30380941:pet_clair:4200:30381118,30381409:pet_clair:4200:30382875,30381803:pet_clair:4200:30381989,30381833:pet_clair:4200:30383841,30382730:pet_clair:4200:30382737,30383450:pet_clair:4200:30383551,30383451:pet_clair:4200:30383476,30384240:pet_clair:4200:30384510,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004529985516749616, 'nb_photo': 8, 'list_port_cont': '30348534,30393415,30416428,30434101,30520507,30524966,30567933', 'assoc_port': '30348400:30348534,30393093:30393415,30416254:30416428,30433957:30434101,30520369:30520507,30521802:30524966,30544180:30567933', 'assoc_mat': '30348400:pet_clair:4209:30348534,30393093:pet_clair:4209:30393415,30416254:pet_clair:4209:30416428,30433957:pet_clair:4209:30434101,30520369:pet_clair:4209:30520507,30521802:pet_clair:4209:30524966,30544180:pet_clair:4209:30567933'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012486111883513275, 'nb_photo': 613, 'list_port_cont': '30334303,30348762,30349322,30349720,30350890,30350894,30356169,30363516,30363669,30364376,30364851,30365310,30365340,30365704,30366222,30367328,30368851,30371143,30372064,30372076,30372958,30372977,30374620,30375195,30375263,30375271,30375740,30376277,30376293,30381236,30381258,30381515,30382024,30382586,30382647,30383652,30383973,30385181,30385212,30385756,30385832,30386352,30386690,30390182,30390398,30391742,30391993,30392161,30392178,30393435,30393820,30393837,30394373,30411395,30411710,30411839,30412310,30412337,30414059,30414103,30414370,30414391,30415871,30415885,30416452,30416745,30416768,30417086,30417099,30417607,30417663,30423147,30423995,30423998,30424226,30424617,30425032,30425969,30426366,30426379,30426393,30427677,30427855,30427937,30428075,30428935,30430825,30433057,30433080,30434271,30434315,30434514,30435133,30435296,30438780,30439156,30439654,30440004,30457818,30458515,30459489,30462412,30463325,30463396,30464500,30469827,30470032,30474587,30482158,30482160,30482822,30487424,30488998,3048913', 'assoc_port': '30334127:30334303,30348411:30348762,30349261:30349322,30349657:30349720,30350765:30350894,30350788:30350890,30355866:30356169,30363348:30363516,30363570:30364851,30363572:30363669,30364123:30364376,30365099:30365340,30365102:30365310,30365604:30365704,30366052:30368851,30366056:30366222,30366701:30367328,30371014:30371143,30371982:30372076,30371987:30372064,30372600:30372977,30372624:30372958,30374243:30374620,30374894:30375271,30374953:30375263,30374960:30375195,30375560:30375740,30376012:30376293,30376033:30376277,30380936:30382586,30380940:30381258,30380947:30381236,30381412:30381515,30381805:30382024,30382512:30382647,30383446:30383652,30383771:30383973,30384239:30385756,30385070:30385212,30385072:30385181,30385663:30385832,30386175:30386352,30386610:30386690,30389675:30390182,30390230:30390398,30390821:30392161,30390846:30392178,30391459:30391742,30391874:30391993,30393094:30393837,30393096:30393435,30393139:30393820,30394261:30394373,30411285:30411395,30411589:30411710,30411797:30411839,30412114:3041233', 'assoc_mat': '30334127:pet_clair:4211:30334303,30348411:pet_clair:4211:30348762,30349261:pet_clair:4211:30349322,30349657:pet_clair:4211:30349720,30350765:pet_clair:4211:30350894,30350788:pet_clair:4211:30350890,30355866:pet_clair:4211:30356169,30363348:pet_clair:4211:30363516,30363570:pet_clair:4211:30364851,30363572:pet_clair:4211:30363669,30364123:pet_clair:4211:30364376,30365099:pet_clair:4211:30365340,30365102:pet_clair:4211:30365310,30365604:pet_clair:4211:30365704,30366052:pet_clair:4211:30368851,30366056:pet_clair:4211:30366222,30366701:pet_clair:4211:30367328,30371014:pet_clair:4211:30371143,30371982:pet_clair:4211:30372076,30371987:pet_clair:4211:30372064,30372600:pet_clair:4211:30372977,30372624:pet_clair:4211:30372958,30374243:pet_clair:4211:30374620,30374894:pet_clair:4211:30375271,30374953:pet_clair:4211:30375263,30374960:pet_clair:4211:30375195,30375560:pet_clair:4211:30375740,30376012:pet_clair:4211:30376293,30376033:pet_clair:4211:30376277,30380936:pet_clair:4211:30382586,30380940:pet_clair:4211:30381258,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9126462252126297, 'nb_photo': 103246, 'list_port_cont': '30295299,30302442,30303445,30304291,30304457,30304466,30304490,30307925,30307999,30308369,30311474,30315229,30315458,30316140,30316503,30316836,30317521,30317669,30317772,30317961,30318022,30318101,30318229,30318252,30319284,30319564,30320263,30320960,30322060,30322087,30322736,30325574,30327379,30327390,30327415,30327547,30327599,30328241,30333360,30334328,30334341,30334822,30335091,30336564,30337182,30337466,30337860,30338462,30346441,30346751,30347041,30347459,30348805,30349734,30355402,30356173,30363003,30364424,30364710,30364725,30365015,30365332,30365365,30365813,30366254,30366294,30366497,30367643,30371184,30372097,30372148,30373006,30374108,30374823,30375484,30375800,30376018,30376731,30379881,30381262,30381284,30381291,30381535,30382050,30382807,30383671,30383944,30384652,30384973,30385222,30385891,30386311,30386327,30386381,30386677,30389923,30390422,30390981,30391009,30391754,30391775,30392536,30393454,30393504,30393544,30394384,30411430,30411549,30412361,30414160,30414274,30415974,30415997,3041647', 'assoc_port': '30295188:30295299,30302181:30302442,30303201:30303445,30303944:30304291,30304343:30304490,30304345:30304466,30304347:30304457,30307812:30308369,30307820:30307925,30307827:30307999,30310710:30311474,30314899:30315229,30315257:30315458,30315982:30316140,30316219:30316503,30316610:30316836,30316863:30319564,30316871:30318101,30316881:30318022,30316894:30317961,30316896:30319284,30316906:30317772,30316923:30317669,30316933:30317521,30317937:30318229,30317953:30318252,30319875:30320263,30320884:30320960,30321385:30322087,30321406:30322060,30322551:30322736,30324876:30325574,30327081:30328241,30327084:30327599,30327092:30327547,30327099:30327415,30327104:30327390,30327109:30327379,30333126:30333360,30334121:30334341,30334130:30334328,30334704:30337182,30334711:30334822,30335012:30335091,30336272:30336564,30337379:30337466,30337652:30337860,30338357:30338462,30346387:30346441,30346640:30346751,30346819:30347041,30347168:30347459,30348419:30348805,30349656:30349734,30350356:30355402,30355869:30356173,30362769:3036300', 'assoc_mat': '30295188:pet_clair:3327:30295299,30302181:pet_clair:3327:30302442,30303201:pet_clair:3327:30303445,30303944:pet_clair:3327:30304291,30304343:pet_clair:3327:30304490,30304345:pet_clair:3327:30304466,30304347:pet_clair:3327:30304457,30307812:pet_clair:3327:30308369,30307820:pet_clair:3327:30307925,30307827:pet_clair:3327:30307999,30310710:pet_clair:3327:30311474,30314899:pet_clair:3327:30315229,30315257:pet_clair:3327:30315458,30315982:pet_clair:3327:30316140,30316219:pet_clair:3327:30316503,30316610:pet_clair:3327:30316836,30316863:pet_clair:3327:30319564,30316871:pet_clair:3327:30318101,30316881:pet_clair:3327:30318022,30316894:pet_clair:3327:30317961,30316896:pet_clair:3327:30319284,30316906:pet_clair:3327:30317772,30316923:pet_clair:3327:30317669,30316933:pet_clair:3327:30317521,30317937:pet_clair:3327:30318229,30317953:pet_clair:3327:30318252,30319875:pet_clair:3327:30320263,30320884:pet_clair:3327:30320960,30321385:pet_clair:3327:30322087,30321406:pet_clair:3327:30322060,30322551:pet_clair:3327:30322736,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010167610264251684, 'nb_photo': 283, 'list_port_cont': '30291986,30293477,30294114,30302405,30303678,30304189,30305346,30317020,30318689,30319833,30334548,30335309,30336425,30337168,30350636,30354007,30356194,30364437,30365848,30371092,30375818,30376130,30382005,30390396,30414119,30415901,30417147,30422401,30428046,30433487,30439802,30463282,30474684,30482129,30550825,30556989,30557478', 'assoc_port': '30291900:30291986,30293213:30293477,30293778:30294114,30302188:30302405,30303524:30303678,30303949:30304189,30305288:30305346,30316887:30318689,30316902:30317020,30319681:30319833,30334523:30334548,30335122:30335309,30336232:30336425,30336905:30337168,30350359:30350636,30353968:30354007,30355868:30356194,30364122:30364437,30365606:30365848,30371011:30371092,30375567:30375818,30375989:30376130,30381801:30382005,30390238:30390396,30413756:30414119,30415664:30415901,30416949:30417147,30422132:30422401,30427763:30428046,30432873:30433487,30439717:30439802,30462764:30463282,30474277:30474684,30481865:30482129,30520289:30556989,30521693:30557478,30535783:30550825', 'assoc_mat': '30291900:pet_clair:3594:30291986,30293213:pet_clair:3594:30293477,30293778:pet_clair:3594:30294114,30302188:pet_clair:3594:30302405,30303524:pet_clair:3594:30303678,30303949:pet_clair:3594:30304189,30305288:pet_clair:3594:30305346,30316887:pet_clair:3594:30318689,30316902:pet_clair:3594:30317020,30319681:pet_clair:3594:30319833,30334523:pet_clair:3594:30334548,30335122:pet_clair:3594:30335309,30336232:pet_clair:3594:30336425,30336905:pet_clair:3594:30337168,30350359:pet_clair:3594:30350636,30353968:pet_clair:3594:30354007,30355868:pet_clair:3594:30356194,30364122:pet_clair:3594:30364437,30365606:pet_clair:3594:30365848,30371011:pet_clair:3594:30371092,30375567:pet_clair:3594:30375818,30375989:pet_clair:3594:30376130,30381801:pet_clair:3594:30382005,30390238:pet_clair:3594:30390396,30413756:pet_clair:3594:30414119,30415664:pet_clair:3594:30415901,30416949:pet_clair:3594:30417147,30422132:pet_clair:3594:30422401,30427763:pet_clair:3594:30428046,30432873:pet_clair:3594:30433487,30439717:pet_clair:3594:30439802,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0017859754867185372, 'nb_photo': 17, 'list_port_cont': '30350839,30365305,30386279,30386624,30413346,30415849,30422319,30427536,30434172,30438735,30481991,30548491,30561148,30561824,30567252', 'assoc_port': '30350789:30350839,30365098:30365305,30386171:30386279,30386613:30386624,30411795:30413346,30415627:30415849,30422128:30422319,30426079:30427536,30433953:30434172,30438513:30438735,30481873:30481991,30520310:30561824,30521049:30567252,30523044:30561148,30548091:30548491', 'assoc_mat': '30350789:pet_fonce:4205:30350839,30365098:pet_fonce:4205:30365305,30386171:pet_fonce:4205:30386279,30386613:pet_fonce:4205:30386624,30411795:pet_fonce:4205:30413346,30415627:pet_fonce:4205:30415849,30422128:pet_fonce:4205:30422319,30426079:pet_fonce:4205:30427536,30433953:pet_fonce:4205:30434172,30438513:pet_fonce:4205:30438735,30481873:pet_fonce:4205:30481991,30520310:pet_fonce:4205:30561824,30521049:pet_fonce:4205:30567252,30523044:pet_fonce:4205:30561148,30548091:pet_fonce:4205:30548491'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0056845660992555155, 'nb_photo': 542, 'list_port_cont': '30355519,30364413,30366315,30372232,30375491,30375513,30376423,30383685,30384873,30386360,30391307,30393747,30393800,30397101,30411403,30413050,30414424,30416529,30417276,30422463,30424741,30426497,30426592,30428249,30430631,30434550,30437849,30439187,30458844,30462879,30547907,30548148,30550474,30555932,30556381,30556558,30556886,30558139,30562758,30563353,30563969,30568141,30571488,30572001,30572450,30572558', 'assoc_port': '30355431:30355519,30364116:30364413,30366060:30366315,30371984:30372232,30374838:30375491,30374917:30375513,30376032:30376423,30383444:30383685,30384777:30384873,30386174:30386360,30390228:30391307,30392089:30393800,30393088:30397101,30393660:30393747,30411282:30411403,30412938:30413050,30414207:30414424,30416250:30416529,30416948:30417276,30422158:30422463,30424474:30424741,30426083:30426497,30426096:30426592,30427756:30428249,30429228:30430631,30434454:30434550,30437569:30437849,30439084:30439187,30458034:30458844,30461856:30462879,30482699:30556381,30520286:30558139,30520313:30562758,30521152:30571488,30521340:30547907,30521981:30572558,30522565:30548148,30523373:30563353,30534710:30572450,30534715:30572001,30535493:30563969,30535790:30550474,30539171:30556886,30544211:30555932,30547795:30556558,30549864:30568141', 'assoc_mat': '30355431:pet_fonce:4203:30355519,30364116:pet_fonce:4203:30364413,30366060:pet_fonce:4203:30366315,30371984:pet_fonce:4203:30372232,30374838:pet_fonce:4203:30375491,30374917:pet_fonce:4203:30375513,30376032:pet_fonce:4203:30376423,30383444:pet_fonce:4203:30383685,30384777:pet_fonce:4203:30384873,30386174:pet_fonce:4203:30386360,30390228:pet_fonce:4203:30391307,30392089:pet_fonce:4203:30393800,30393088:pet_fonce:4203:30397101,30393660:pet_fonce:4203:30393747,30411282:pet_fonce:4203:30411403,30412938:pet_fonce:4203:30413050,30414207:pet_fonce:4203:30414424,30416250:pet_fonce:4203:30416529,30416948:pet_fonce:4203:30417276,30422158:pet_fonce:4203:30422463,30424474:pet_fonce:4203:30424741,30426083:pet_fonce:4203:30426497,30426096:pet_fonce:4203:30426592,30427756:pet_fonce:4203:30428249,30429228:pet_fonce:4203:30430631,30434454:pet_fonce:4203:30434550,30437569:pet_fonce:4203:30437849,30439084:pet_fonce:4203:30439187,30458034:pet_fonce:4203:30458844,30461856:pet_fonce:4203:30462879,30482699:pet_fonce:4203:30556381,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004754939826172821, 'nb_photo': 47, 'list_port_cont': '30349703,30363628,30365269,30366198,30366848,30366964,30368809,30372806,30375616,30376062,30376594,30381903,30389742,30390953,30391616,30414002,30414545,30416335,30419092,30422228,30425022,30426292,30428013,30432975,30437733,30439956,30462202,30464374,30464470,30486346,30525483,30525587,30528926,30530985,30531791,30550314,30550673,30550986,30566511,30567918,30568019,30571979', 'assoc_port': '30349655:30349703,30363571:30363628,30365100:30365269,30366055:30366198,30366061:30368809,30366702:30366964,30366706:30366848,30372621:30372806,30375566:30375616,30376015:30376062,30376543:30376594,30381832:30381903,30389683:30389742,30390822:30390953,30391465:30391616,30412936:30414545,30413761:30414002,30416249:30416335,30416584:30419092,30422124:30422228,30424987:30425022,30426094:30426292,30427752:30428013,30432869:30432975,30437568:30437733,30439951:30439956,30461849:30462202,30464250:30464470,30464253:30464374,30482702:30486346,30520295:30528926,30521122:30531791,30521131:30530985,30522815:30525587,30524938:30525483,30534713:30566511,30535505:30571979,30537840:30568019,30539167:30567918,30539172:30550986,30546668:30550673,30547801:30550314', 'assoc_mat': '30349655:pet_fonce:4207:30349703,30363571:pet_fonce:4207:30363628,30365100:pet_fonce:4207:30365269,30366055:pet_fonce:4207:30366198,30366061:pet_fonce:4207:30368809,30366702:pet_fonce:4207:30366964,30366706:pet_fonce:4207:30366848,30372621:pet_fonce:4207:30372806,30375566:pet_fonce:4207:30375616,30376015:pet_fonce:4207:30376062,30376543:pet_fonce:4207:30376594,30381832:pet_fonce:4207:30381903,30389683:pet_fonce:4207:30389742,30390822:pet_fonce:4207:30390953,30391465:pet_fonce:4207:30391616,30412936:pet_fonce:4207:30414545,30413761:pet_fonce:4207:30414002,30416249:pet_fonce:4207:30416335,30416584:pet_fonce:4207:30419092,30422124:pet_fonce:4207:30422228,30424987:pet_fonce:4207:30425022,30426094:pet_fonce:4207:30426292,30427752:pet_fonce:4207:30428013,30432869:pet_fonce:4207:30432975,30437568:pet_fonce:4207:30437733,30439951:pet_fonce:4207:30439956,30461849:pet_fonce:4207:30462202,30464250:pet_fonce:4207:30464470,30464253:pet_fonce:4207:30464374,30482702:pet_fonce:4207:30486346,30520295:pet_fonce:4207:30528926,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002409561100954937, 'nb_photo': 27, 'list_port_cont': '30364635,30365661,30381129,30382614,30383910,30390363,30426968,30438682,30462151,30464417,30469700,30527205,30529846,30530670,30530864,30530937,30531166,30551013,30559214', 'assoc_port': '30364598:30364635,30365611:30365661,30380944:30381129,30382510:30382614,30383773:30383910,30390232:30390363,30426886:30426968,30438516:30438682,30461851:30462151,30464252:30464417,30469541:30469700,30520297:30529846,30521132:30531166,30521142:30530937,30521149:30530864,30521153:30530670,30521800:30527205,30535164:30559214,30539174:30551013', 'assoc_mat': '30364598:pet_fonce:4461:30364635,30365611:pet_fonce:4461:30365661,30380944:pet_fonce:4461:30381129,30382510:pet_fonce:4461:30382614,30383773:pet_fonce:4461:30383910,30390232:pet_fonce:4461:30390363,30426886:pet_fonce:4461:30426968,30438516:pet_fonce:4461:30438682,30461851:pet_fonce:4461:30462151,30464252:pet_fonce:4461:30464417,30469541:pet_fonce:4461:30469700,30520297:pet_fonce:4461:30529846,30521132:pet_fonce:4461:30531166,30521142:pet_fonce:4461:30530937,30521149:pet_fonce:4461:30530864,30521153:pet_fonce:4461:30530670,30521800:pet_fonce:4461:30527205,30535164:pet_fonce:4461:30559214,30539174:pet_fonce:4461:30551013'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8431471117914893, 'nb_photo': 131, 'list_port_cont': '30348556,30350872,30350946,30357406,30363618,30364668,30366153,30366273,30366723,30368816,30370907,30375169,30376136,30376792,30382865,30385812,30388429,30389902,30390939,30390978,30391607,30393282,30393377,30394340,30411509,30414345,30416348,30417061,30422283,30424650,30426194,30426938,30427814,30429626,30430758,30434108,30434834,30436594,30437253,30437782,30438649,30462293,30463099,30464384,30464544,30469679,30471147,30471285,30474552,30474595,30479693,30482884,30484706,30488925,30520531,30520581,30524585,30524871,30525652,30526694,30526835,30527770,30527946,30529741,30531109,30548607,30548624,30548817,30548962,30551190,30554631,30555011,30555491,30556471,30556684,30558107,30558874', 'assoc_port': '30348435:30348556,30349654:30350946,30350775:30350872,30357342:30357406,30363573:30363618,30364600:30364668,30365097:30366273,30365609:30366723,30366053:30368816,30366059:30366153,30370765:30370907,30374223:30376792,30374915:30375169,30376037:30376136,30381409:30382865,30385661:30385812,30386179:30388429,30389671:30389902,30390824:30390978,30390866:30390939,30391467:30391607,30393097:30393377,30393140:30393282,30394258:30394340,30411465:30411509,30414208:30414345,30416253:30416348,30416945:30417061,30422138:30422283,30424475:30424650,30426082:30430758,30426092:30426194,30426888:30426938,30427765:30427814,30429227:30429626,30433945:30436594,30433950:30434108,30434611:30434834,30437134:30437253,30437571:30437782,30438511:30438649,30459235:30464544,30461855:30462293,30462747:30463099,30464248:30464384,30466589:30479693,30466882:30471285,30466892:30471147,30469520:30469679,30474258:30474595,30474281:30474552,30482708:30482884,30484240:30484706,30488805:30488925,30520293:30529741,30520356:30520581,30520363:3052053', 'assoc_mat': '30348435:pet_fonce:4200:30348556,30349654:pet_fonce:4200:30350946,30350775:pet_fonce:4200:30350872,30357342:pet_fonce:4200:30357406,30363573:pet_fonce:4200:30363618,30364600:pet_fonce:4200:30364668,30365097:pet_fonce:4200:30366273,30365609:pet_fonce:4200:30366723,30366053:pet_fonce:4200:30368816,30366059:pet_fonce:4200:30366153,30370765:pet_fonce:4200:30370907,30374223:pet_fonce:4200:30376792,30374915:pet_fonce:4200:30375169,30376037:pet_fonce:4200:30376136,30381409:pet_fonce:4200:30382865,30385661:pet_fonce:4200:30385812,30386179:pet_fonce:4200:30388429,30389671:pet_fonce:4200:30389902,30390824:pet_fonce:4200:30390978,30390866:pet_fonce:4200:30390939,30391467:pet_fonce:4200:30391607,30393097:pet_fonce:4200:30393377,30393140:pet_fonce:4200:30393282,30394258:pet_fonce:4200:30394340,30411465:pet_fonce:4200:30411509,30414208:pet_fonce:4200:30414345,30416253:pet_fonce:4200:30416348,30416945:pet_fonce:4200:30417061,30422138:pet_fonce:4200:30422283,30424475:pet_fonce:4200:30424650,30426082:pet_fonce:4200:30430758,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007700375834982923, 'nb_photo': 26, 'list_port_cont': '30371052,30372946,30376108,30380786,30381925,30416425,30425608,30474458,30524736,30524956,30524969,30525753,30552900,30553319,30560139,30567937', 'assoc_port': '30371012:30371052,30372619:30372946,30375954:30376108,30380593:30380786,30381800:30381925,30416254:30416425,30423711:30425608,30474319:30474458,30521719:30525753,30521802:30524969,30522390:30524956,30522680:30524736,30534708:30553319,30535163:30560139,30535499:30552900,30544180:30567937', 'assoc_mat': '30371012:pet_fonce:4209:30371052,30372619:pet_fonce:4209:30372946,30375954:pet_fonce:4209:30376108,30380593:pet_fonce:4209:30380786,30381800:pet_fonce:4209:30381925,30416254:pet_fonce:4209:30416425,30423711:pet_fonce:4209:30425608,30474319:pet_fonce:4209:30474458,30521719:pet_fonce:4209:30525753,30521802:pet_fonce:4209:30524969,30522390:pet_fonce:4209:30524956,30522680:pet_fonce:4209:30524736,30534708:pet_fonce:4209:30553319,30535163:pet_fonce:4209:30560139,30535499:pet_fonce:4209:30552900,30544180:pet_fonce:4209:30567937'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008508859206610143, 'nb_photo': 496, 'list_port_cont': '30348752,30349323,30349724,30350887,30350899,30356158,30363508,30363658,30364367,30364844,30365316,30365349,30365701,30366212,30367332,30368848,30370944,30371138,30372083,30372967,30372989,30373157,30374627,30375185,30375262,30375273,30375743,30376272,30376296,30381229,30381255,30381522,30382010,30382592,30382650,30383649,30383970,30385184,30385208,30385762,30385831,30386349,30386689,30390183,30390410,30391651,30391988,30392151,30392174,30393443,30393816,30393834,30394365,30411136,30411392,30411703,30411844,30412316,30412343,30414081,30414109,30414367,30414389,30415865,30415888,30416444,30416747,30416775,30417079,30417102,30417666,30423148,30423984,30424002,30424220,30424608,30425973,30426384,30426406,30427687,30427938,30428947,30430835,30433049,30433095,30434274,30434320,30434513,30435134,30435302,30437303,30438781,30438834,30439158,30439641,30440001,30457825,30458519,30459485,30463318,30463408,30464505,30469834,30470043,30474581,30482162,30482167,30482826,30485046,30487417,30489000,30489125,30508687,3050880', 'assoc_port': '30348411:30348752,30349261:30349323,30349657:30349724,30350765:30350899,30350788:30350887,30355866:30356158,30363348:30363508,30363570:30364844,30363572:30363658,30364123:30364367,30365099:30365349,30365102:30365316,30365604:30365701,30366052:30368848,30366056:30366212,30366701:30367332,30370771:30370944,30371014:30371138,30371982:30372083,30372600:30372989,30372624:30372967,30373083:30373157,30374243:30374627,30374894:30375273,30374953:30375262,30374960:30375185,30375560:30375743,30376012:30376296,30376033:30376272,30380936:30382592,30380940:30381255,30380947:30381229,30381412:30381522,30381805:30382010,30382512:30382650,30383446:30383649,30383771:30383970,30384239:30385762,30385070:30385208,30385072:30385184,30385663:30385831,30386175:30386349,30386610:30386689,30389675:30390183,30390230:30390410,30390821:30392151,30390846:30392174,30391468:30391651,30391874:30391988,30393094:30393834,30393096:30393443,30393139:30393816,30394261:30394365,30410947:30411136,30411285:30411392,30411589:30411703,30411797:3041184', 'assoc_mat': '30348411:pet_fonce:4211:30348752,30349261:pet_fonce:4211:30349323,30349657:pet_fonce:4211:30349724,30350765:pet_fonce:4211:30350899,30350788:pet_fonce:4211:30350887,30355866:pet_fonce:4211:30356158,30363348:pet_fonce:4211:30363508,30363570:pet_fonce:4211:30364844,30363572:pet_fonce:4211:30363658,30364123:pet_fonce:4211:30364367,30365099:pet_fonce:4211:30365349,30365102:pet_fonce:4211:30365316,30365604:pet_fonce:4211:30365701,30366052:pet_fonce:4211:30368848,30366056:pet_fonce:4211:30366212,30366701:pet_fonce:4211:30367332,30370771:pet_fonce:4211:30370944,30371014:pet_fonce:4211:30371138,30371982:pet_fonce:4211:30372083,30372600:pet_fonce:4211:30372989,30372624:pet_fonce:4211:30372967,30373083:pet_fonce:4211:30373157,30374243:pet_fonce:4211:30374627,30374894:pet_fonce:4211:30375273,30374953:pet_fonce:4211:30375262,30374960:pet_fonce:4211:30375185,30375560:pet_fonce:4211:30375743,30376012:pet_fonce:4211:30376296,30376033:pet_fonce:4211:30376272,30380936:pet_fonce:4211:30382592,30380940:pet_fonce:4211:30381255,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.02213919273298481, 'nb_photo': 2646, 'list_port_cont': '30348812,30349730,30355392,30356187,30362992,30364429,30364699,30364716,30365010,30365326,30365370,30365808,30366255,30366293,30366498,30367638,30371183,30372102,30372147,30373001,30374104,30374826,30375472,30375805,30376016,30376739,30379871,30381259,30381281,30381289,30381537,30382047,30382798,30383664,30383948,30384654,30384971,30385224,30385887,30386318,30386335,30386374,30386672,30389928,30390417,30390988,30391002,30391750,30391764,30392533,30393453,30393515,30393536,30394381,30411426,30411547,30412359,30414168,30414273,30415986,30415995,30416481,30417189,30417770,30422381,30423176,30424092,30424807,30424879,30426471,30426636,30428126,30428918,30429527,30430717,30433108,30434254,30434471,30434555,30437345,30437467,30438819,30439020,30439174,30439509,30439661,30440052,30458670,30459502,30461276,30462848,30464525,30464580,30464798,30467659,30468009,30468091,30470296,30470790,30470805,30474915,30474975,30475130,30482191,30482905,30485169,30485343,30487514,30489140,30489153,30520698,30520714,30520751,3052464', 'assoc_port': '30348419:30348812,30349656:30349730,30350356:30355392,30355869:30356187,30362769:30362992,30364114:30365010,30364119:30364429,30364596:30364716,30364602:30364699,30365105:30365370,30365108:30365326,30365610:30365808,30366054:30366293,30366058:30366498,30366063:30366255,30366707:30367638,30371017:30371183,30371985:30372102,30371990:30372147,30372622:30373001,30373080:30374104,30374253:30374826,30374864:30375472,30374916:30379871,30375563:30376016,30375570:30375805,30376036:30376739,30380937:30381259,30380939:30381289,30380946:30381281,30381413:30381537,30381818:30382047,30382509:30383948,30382731:30382798,30383449:30383664,30383769:30384971,30384641:30384654,30385068:30385224,30385659:30385887,30386168:30386318,30386172:30386335,30386178:30386374,30386611:30386672,30389679:30389928,30390234:30390417,30390823:30391002,30390827:30390988,30391458:30392533,30391466:30391764,30391469:30391750,30393092:30393536,30393099:30393453,30393141:30393515,30394257:30394381,30411284:30411426,30411466:30411547,30412116:3041235', 'assoc_mat': '30348419:pet_fonce:3327:30348812,30349656:pet_fonce:3327:30349730,30350356:pet_fonce:3327:30355392,30355869:pet_fonce:3327:30356187,30362769:pet_fonce:3327:30362992,30364114:pet_fonce:3327:30365010,30364119:pet_fonce:3327:30364429,30364596:pet_fonce:3327:30364716,30364602:pet_fonce:3327:30364699,30365105:pet_fonce:3327:30365370,30365108:pet_fonce:3327:30365326,30365610:pet_fonce:3327:30365808,30366054:pet_fonce:3327:30366293,30366058:pet_fonce:3327:30366498,30366063:pet_fonce:3327:30366255,30366707:pet_fonce:3327:30367638,30371017:pet_fonce:3327:30371183,30371985:pet_fonce:3327:30372102,30371990:pet_fonce:3327:30372147,30372622:pet_fonce:3327:30373001,30373080:pet_fonce:3327:30374104,30374253:pet_fonce:3327:30374826,30374864:pet_fonce:3327:30375472,30374916:pet_fonce:3327:30379871,30375563:pet_fonce:3327:30376016,30375570:pet_fonce:3327:30375805,30376036:pet_fonce:3327:30376739,30380937:pet_fonce:3327:30381259,30380939:pet_fonce:3327:30381289,30380946:pet_fonce:3327:30381281,30381413:pet_fonce:3327:30381537,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011638663749123817, 'nb_photo': 42, 'list_port_cont': '30302400,30303684,30305340,30318683,30335301,30337164,30354011,30356195,30364439,30365851,30375816,30376129,30382036,30390390,30414048,30415903,30417144,30422400,30428047,30433494,30463290,30474682,30482131', 'assoc_port': '30302188:30302400,30303524:30303684,30305288:30305340,30316887:30318683,30335122:30335301,30336905:30337164,30353968:30354011,30355868:30356195,30364122:30364439,30365606:30365851,30375567:30375816,30375989:30376129,30381799:30382036,30390238:30390390,30413755:30414048,30415664:30415903,30416949:30417144,30422132:30422400,30427763:30428047,30432873:30433494,30462764:30463290,30474277:30474682,30481865:30482131', 'assoc_mat': '30302188:pet_fonce:3594:30302400,30303524:pet_fonce:3594:30303684,30305288:pet_fonce:3594:30305340,30316887:pet_fonce:3594:30318683,30335122:pet_fonce:3594:30335301,30336905:pet_fonce:3594:30337164,30353968:pet_fonce:3594:30354011,30355868:pet_fonce:3594:30356195,30364122:pet_fonce:3594:30364439,30365606:pet_fonce:3594:30365851,30375567:pet_fonce:3594:30375816,30375989:pet_fonce:3594:30376129,30381799:pet_fonce:3594:30382036,30390238:pet_fonce:3594:30390390,30413755:pet_fonce:3594:30414048,30415664:pet_fonce:3594:30415903,30416949:pet_fonce:3594:30417144,30422132:pet_fonce:3594:30422400,30427763:pet_fonce:3594:30428047,30432873:pet_fonce:3594:30433494,30462764:pet_fonce:3594:30463290,30474277:pet_fonce:3594:30474682,30481865:pet_fonce:3594:30482131'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00696509031406463, 'nb_photo': 165, 'list_port_cont': '30348712,30350516,30350830,30362662,30365293,30366171,30376104,30376780,30381945,30383880,30386290,30386626,30390305,30393646,30413347,30415853,30417502,30422315,30427535,30427914,30434149,30434161,30437199,30438736,30462191,30481976,30515375,30515536,30548489,30550634,30554460,30555328,30561146,30561822,30563513,30567246,30569988,30570644', 'assoc_port': '30348405:30348712,30350360:30350516,30350789:30350830,30362654:30362662,30365098:30365293,30366062:30366171,30374184:30376780,30376035:30376104,30381798:30381945,30383750:30383880,30386171:30386290,30386613:30386626,30390237:30390305,30391858:30393646,30411795:30413347,30415627:30415853,30416943:30417502,30422128:30422315,30426079:30427535,30427759:30427914,30433953:30434161,30433956:30434149,30437163:30437199,30438513:30438736,30461853:30462191,30466591:30515536,30481873:30481976,30486695:30515375,30520310:30561822,30521049:30567246,30521147:30569988,30522388:30570644,30523044:30561146,30535167:30563513,30535853:30550634,30536090:30554460,30544206:30555328,30548091:30548489', 'assoc_mat': '30348405:pet_opaque:4205:30348712,30350360:pet_opaque:4205:30350516,30350789:pet_opaque:4205:30350830,30362654:pet_opaque:4205:30362662,30365098:pet_opaque:4205:30365293,30366062:pet_opaque:4205:30366171,30374184:pet_opaque:4205:30376780,30376035:pet_opaque:4205:30376104,30381798:pet_opaque:4205:30381945,30383750:pet_opaque:4205:30383880,30386171:pet_opaque:4205:30386290,30386613:pet_opaque:4205:30386626,30390237:pet_opaque:4205:30390305,30391858:pet_opaque:4205:30393646,30411795:pet_opaque:4205:30413347,30415627:pet_opaque:4205:30415853,30416943:pet_opaque:4205:30417502,30422128:pet_opaque:4205:30422315,30426079:pet_opaque:4205:30427535,30427759:pet_opaque:4205:30427914,30433953:pet_opaque:4205:30434161,30433956:pet_opaque:4205:30434149,30437163:pet_opaque:4205:30437199,30438513:pet_opaque:4205:30438736,30461853:pet_opaque:4205:30462191,30466591:pet_opaque:4205:30515536,30481873:pet_opaque:4205:30481976,30486695:pet_opaque:4205:30515375,30520310:pet_opaque:4205:30561822,30521049:pet_opaque:4205:30567246,3052'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013215886931949528, 'nb_photo': 1205, 'list_port_cont': '30355505,30364409,30366317,30372230,30375488,30375519,30376419,30381565,30383696,30384882,30386370,30391019,30391298,30393746,30393792,30397108,30411413,30413040,30414431,30416525,30417273,30422465,30424754,30426492,30426579,30428243,30430640,30434537,30437855,30439190,30458854,30462872,30547908,30548141,30550470,30555934,30556374,30556553,30556883,30558132,30562761,30563360,30563965,30568142,30571487,30572009,30572459,30572557', 'assoc_port': '30355431:30355505,30364116:30364409,30366060:30366317,30371984:30372230,30374838:30375488,30374917:30375519,30376032:30376419,30381411:30381565,30383444:30383696,30384777:30384882,30386174:30386370,30390228:30391298,30390868:30391019,30392089:30393792,30393088:30397108,30393660:30393746,30411282:30411413,30412938:30413040,30414207:30414431,30416250:30416525,30416948:30417273,30422158:30422465,30424474:30424754,30426083:30426492,30426096:30426579,30427756:30428243,30429228:30430640,30434454:30434537,30437569:30437855,30439084:30439190,30458034:30458854,30461856:30462872,30482699:30556374,30520286:30558132,30520313:30562761,30521152:30571487,30521340:30547908,30521981:30572557,30522565:30548141,30523373:30563360,30534710:30572459,30534715:30572009,30535493:30563965,30535790:30550470,30539171:30556883,30544211:30555934,30547795:30556553,30549864:30568142', 'assoc_mat': '30355431:pet_opaque:4203:30355505,30364116:pet_opaque:4203:30364409,30366060:pet_opaque:4203:30366317,30371984:pet_opaque:4203:30372230,30374838:pet_opaque:4203:30375488,30374917:pet_opaque:4203:30375519,30376032:pet_opaque:4203:30376419,30381411:pet_opaque:4203:30381565,30383444:pet_opaque:4203:30383696,30384777:pet_opaque:4203:30384882,30386174:pet_opaque:4203:30386370,30390228:pet_opaque:4203:30391298,30390868:pet_opaque:4203:30391019,30392089:pet_opaque:4203:30393792,30393088:pet_opaque:4203:30397108,30393660:pet_opaque:4203:30393746,30411282:pet_opaque:4203:30411413,30412938:pet_opaque:4203:30413040,30414207:pet_opaque:4203:30414431,30416250:pet_opaque:4203:30416525,30416948:pet_opaque:4203:30417273,30422158:pet_opaque:4203:30422465,30424474:pet_opaque:4203:30424754,30426083:pet_opaque:4203:30426492,30426096:pet_opaque:4203:30426579,30427756:pet_opaque:4203:30428243,30429228:pet_opaque:4203:30430640,30434454:pet_opaque:4203:30434537,30437569:pet_opaque:4203:30437855,30439084:pet_opaque:4203:30439190,3045'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00409410753343359, 'nb_photo': 227, 'list_port_cont': '30348578,30348607,30349701,30350452,30350842,30353021,30355938,30363437,30363637,30364394,30364615,30364692,30365259,30365625,30366201,30366857,30366957,30368798,30370817,30372898,30373448,30374348,30374468,30376630,30376829,30376981,30381077,30381093,30381182,30383861,30385031,30385394,30386050,30386190,30386645,30386648,30386714,30390315,30390951,30391622,30392072,30393257,30393351,30393386,30396976,30411298,30412293,30414005,30414027,30414549,30414601,30415709,30415781,30416374,30416645,30417038,30419096,30422207,30422230,30423015,30423065,30424487,30424630,30425023,30426347,30427952,30428016,30428855,30429345,30434089,30434139,30434786,30435221,30437223,30437720,30438558,30438653,30438948,30439119,30440141,30457353,30458248,30459356,30459404,30462010,30463006,30464476,30467246,30469581,30469763,30470624,30470944,30474363,30477215,30482027,30486352,30520606,30524486,30525480,30525595,30525926,30526264,30526436,30526800,30527117,30527320,30527443,30528040,30528102,30528365,30528457,30528640,30528722,3052904', 'assoc_port': '30348407:30348578,30348410:30348607,30349655:30349701,30350361:30350452,30350748:30353021,30350787:30350842,30355870:30355938,30363346:30363437,30363571:30363637,30364115:30364394,30364597:30364692,30364601:30364615,30365100:30365259,30365608:30365625,30366055:30366201,30366061:30368798,30366702:30366957,30366706:30366857,30370768:30370817,30371983:30373448,30372623:30372898,30374164:30374468,30374263:30374348,30374837:30376981,30376541:30376630,30376770:30376829,30380938:30381182,30380943:30381093,30380945:30381077,30383452:30385031,30383772:30383861,30384778:30386050,30385341:30385394,30385662:30386714,30386177:30386190,30386609:30386648,30386612:30386645,30390231:30390315,30390822:30390951,30390867:30392072,30391465:30391622,30393091:30393386,30393095:30393351,30393138:30393257,30394254:30396976,30411283:30411298,30412115:30412293,30412936:30414549,30413754:30414027,30413761:30414005,30414514:30414601,30415654:30415781,30415662:30415709,30416255:30416374,30416584:30419096,30416588:30416645,30416946:3041703', 'assoc_mat': '30348407:pet_opaque:4207:30348578,30348410:pet_opaque:4207:30348607,30349655:pet_opaque:4207:30349701,30350361:pet_opaque:4207:30350452,30350748:pet_opaque:4207:30353021,30350787:pet_opaque:4207:30350842,30355870:pet_opaque:4207:30355938,30363346:pet_opaque:4207:30363437,30363571:pet_opaque:4207:30363637,30364115:pet_opaque:4207:30364394,30364597:pet_opaque:4207:30364692,30364601:pet_opaque:4207:30364615,30365100:pet_opaque:4207:30365259,30365608:pet_opaque:4207:30365625,30366055:pet_opaque:4207:30366201,30366061:pet_opaque:4207:30368798,30366702:pet_opaque:4207:30366957,30366706:pet_opaque:4207:30366857,30370768:pet_opaque:4207:30370817,30371983:pet_opaque:4207:30373448,30372623:pet_opaque:4207:30372898,30374164:pet_opaque:4207:30374468,30374263:pet_opaque:4207:30374348,30374837:pet_opaque:4207:30376981,30376541:pet_opaque:4207:30376630,30376770:pet_opaque:4207:30376829,30380938:pet_opaque:4207:30381182,30380943:pet_opaque:4207:30381093,30380945:pet_opaque:4207:30381077,30383452:pet_opaque:4207:30385031,3038'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007095271283249216, 'nb_photo': 240, 'list_port_cont': '30320114,30320906,30348621,30348668,30357346,30363576,30364283,30364639,30365215,30365659,30367044,30371062,30372030,30372778,30375099,30376685,30376848,30382609,30383569,30383915,30384427,30385152,30389760,30389868,30390356,30391669,30394274,30411891,30412972,30413106,30415762,30415819,30416059,30416701,30417112,30417622,30422344,30423950,30425058,30425385,30426246,30426319,30426958,30427876,30427978,30428895,30434184,30435260,30436947,30437266,30437750,30438678,30439591,30457608,30459429,30462159,30463119,30464406,30467416,30467519,30474487,30520554,30520627,30520669,30524551,30524848,30525672,30525765,30526050,30526409,30527194,30528980,30529262,30529844,30530676,30530852,30530936,30531161,30531960,30548386,30548575,30550301,30550411,30550543,30551024,30551169,30551236,30554233,30558950,30559106,30559207,30560242,30560512,30560621,30561011,30567973,30568024,30570249', 'assoc_port': '30319872:30320114,30320882:30320906,30348406:30348668,30348409:30348621,30357343:30357346,30363569:30363576,30364118:30364283,30364598:30364639,30365103:30365215,30365611:30365659,30366057:30372778,30366705:30367044,30371015:30371062,30371989:30372030,30374958:30375099,30376034:30376685,30376771:30376848,30382510:30382609,30383447:30383569,30383773:30383915,30384241:30384427,30385071:30385152,30386166:30389760,30389673:30389868,30390232:30390356,30391464:30391669,30393123:30394274,30411463:30413106,30411796:30411891,30412937:30412972,30413760:30416059,30415626:30415819,30415657:30415762,30416583:30417112,30416589:30416701,30417568:30417622,30422136:30422344,30423636:30425385,30423731:30423950,30424984:30425058,30426088:30426246,30426099:30426319,30426886:30426958,30427753:30427978,30427762:30427876,30428693:30428895,30433954:30434184,30434449:30436947,30435214:30435260,30437149:30437266,30437573:30437750,30438516:30438678,30439501:30439591,30457292:30457608,30459234:30459429,30461851:30462159,30462748:3046311', 'assoc_mat': '30319872:pet_opaque:4461:30320114,30320882:pet_opaque:4461:30320906,30348406:pet_opaque:4461:30348668,30348409:pet_opaque:4461:30348621,30357343:pet_opaque:4461:30357346,30363569:pet_opaque:4461:30363576,30364118:pet_opaque:4461:30364283,30364598:pet_opaque:4461:30364639,30365103:pet_opaque:4461:30365215,30365611:pet_opaque:4461:30365659,30366057:pet_opaque:4461:30372778,30366705:pet_opaque:4461:30367044,30371015:pet_opaque:4461:30371062,30371989:pet_opaque:4461:30372030,30374958:pet_opaque:4461:30375099,30376034:pet_opaque:4461:30376685,30376771:pet_opaque:4461:30376848,30382510:pet_opaque:4461:30382609,30383447:pet_opaque:4461:30383569,30383773:pet_opaque:4461:30383915,30384241:pet_opaque:4461:30384427,30385071:pet_opaque:4461:30385152,30386166:pet_opaque:4461:30389760,30389673:pet_opaque:4461:30389868,30390232:pet_opaque:4461:30390356,30391464:pet_opaque:4461:30391669,30393123:pet_opaque:4461:30394274,30411463:pet_opaque:4461:30413106,30411796:pet_opaque:4461:30411891,30412937:pet_opaque:4461:30412972,3041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0227909251417283, 'nb_photo': 4262, 'list_port_cont': '30292168,30319777,30335596,30348563,30350873,30350953,30357394,30363621,30364663,30365226,30366142,30366281,30366720,30366951,30368818,30370906,30371700,30373147,30373505,30373520,30375177,30375205,30375575,30375724,30375786,30376159,30376656,30376799,30381114,30381983,30382740,30382861,30383475,30383553,30383838,30384516,30384853,30385421,30385824,30386307,30388426,30389813,30389909,30390328,30390943,30390963,30391608,30391700,30393277,30393304,30393371,30393411,30394337,30411508,30412008,30412248,30412951,30413942,30414035,30414348,30414448,30415800,30416350,30416725,30417070,30417254,30417592,30422287,30422326,30423112,30423126,30424644,30424671,30426191,30426937,30427545,30427808,30427967,30428066,30428830,30429621,30430755,30433028,30434112,30434504,30434838,30435248,30436597,30437249,30437769,30438642,30439123,30439583,30439624,30457579,30457639,30457895,30462290,30463100,30464396,30464543,30464665,30469686,30469874,30471158,30471288,30474549,30474593,30479692,30482073,30482883,30482914,30484710,3048484', 'assoc_port': '30292100:30292168,30319679:30319777,30335480:30335596,30348435:30348563,30349654:30350953,30350775:30350873,30357342:30357394,30363573:30363621,30364600:30364663,30365097:30366281,30365104:30365226,30365609:30366720,30366053:30368818,30366059:30366142,30366703:30371700,30366704:30366951,30370765:30370906,30371981:30373520,30371991:30373505,30373082:30373147,30374223:30376799,30374915:30375177,30374918:30375205,30375559:30375786,30375562:30375575,30375569:30375724,30376037:30376159,30376542:30376656,30380941:30381114,30381409:30382861,30381803:30381983,30381833:30383838,30382730:30382740,30383450:30383553,30383451:30383475,30384240:30384516,30384775:30384853,30385342:30385421,30385661:30385824,30386173:30386307,30386179:30388426,30389671:30389909,30389681:30389813,30390233:30390328,30390824:30390963,30390866:30390943,30391462:30391700,30391467:30391608,30393090:30393411,30393097:30393371,30393098:30393304,30393140:30393277,30394258:30394337,30410949:30412248,30411465:30411508,30411997:30412008,30412939:3041295', 'assoc_mat': '30292100:pet_opaque:4200:30292168,30319679:pet_opaque:4200:30319777,30335480:pet_opaque:4200:30335596,30348435:pet_opaque:4200:30348563,30349654:pet_opaque:4200:30350953,30350775:pet_opaque:4200:30350873,30357342:pet_opaque:4200:30357394,30363573:pet_opaque:4200:30363621,30364600:pet_opaque:4200:30364663,30365097:pet_opaque:4200:30366281,30365104:pet_opaque:4200:30365226,30365609:pet_opaque:4200:30366720,30366053:pet_opaque:4200:30368818,30366059:pet_opaque:4200:30366142,30366703:pet_opaque:4200:30371700,30366704:pet_opaque:4200:30366951,30370765:pet_opaque:4200:30370906,30371981:pet_opaque:4200:30373520,30371991:pet_opaque:4200:30373505,30373082:pet_opaque:4200:30373147,30374223:pet_opaque:4200:30376799,30374915:pet_opaque:4200:30375177,30374918:pet_opaque:4200:30375205,30375559:pet_opaque:4200:30375786,30375562:pet_opaque:4200:30375575,30375569:pet_opaque:4200:30375724,30376037:pet_opaque:4200:30376159,30376542:pet_opaque:4200:30376656,30380941:pet_opaque:4200:30381114,30381409:pet_opaque:4200:30382861,3038'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012711138737969451, 'nb_photo': 153, 'list_port_cont': '30319768,30370890,30372954,30374582,30376120,30376616,30380705,30380794,30382782,30385407,30391728,30393416,30394347,30394437,30411528,30416416,30422247,30425088,30425612,30426206,30434096,30435313,30462089,30467424,30474455,30478692,30481967,30486855,30508545,30520503,30524530,30524731,30524944,30524965,30526849,30526883,30527160,30550224,30550399,30550444,30552551,30552890,30553320,30560132,30560438,30567930', 'assoc_port': '30319682:30319768,30370760:30370890,30372619:30372954,30374203:30374582,30375954:30376120,30376564:30376616,30380592:30380705,30380593:30380794,30382729:30382782,30385361:30385407,30391461:30391728,30393087:30394437,30393093:30393416,30394260:30394347,30411468:30411528,30416254:30416416,30422134:30422247,30423711:30425612,30424985:30425088,30426093:30426206,30433957:30434096,30435212:30435313,30461848:30462089,30466584:30467424,30474319:30474455,30474321:30478692,30481866:30481967,30484222:30508545,30486694:30486855,30520288:30526849,30520369:30520503,30521126:30527160,30521145:30526883,30521802:30524965,30522390:30524944,30522680:30524731,30523375:30524530,30534707:30560438,30534708:30553320,30535163:30560132,30535499:30552890,30536211:30552551,30544180:30567930,30547787:30550399,30549865:30550444,30549866:30550224', 'assoc_mat': '30319682:pet_opaque:4209:30319768,30370760:pet_opaque:4209:30370890,30372619:pet_opaque:4209:30372954,30374203:pet_opaque:4209:30374582,30375954:pet_opaque:4209:30376120,30376564:pet_opaque:4209:30376616,30380592:pet_opaque:4209:30380705,30380593:pet_opaque:4209:30380794,30382729:pet_opaque:4209:30382782,30385361:pet_opaque:4209:30385407,30391461:pet_opaque:4209:30391728,30393087:pet_opaque:4209:30394437,30393093:pet_opaque:4209:30393416,30394260:pet_opaque:4209:30394347,30411468:pet_opaque:4209:30411528,30416254:pet_opaque:4209:30416416,30422134:pet_opaque:4209:30422247,30423711:pet_opaque:4209:30425612,30424985:pet_opaque:4209:30425088,30426093:pet_opaque:4209:30426206,30433957:pet_opaque:4209:30434096,30435212:pet_opaque:4209:30435313,30461848:pet_opaque:4209:30462089,30466584:pet_opaque:4209:30467424,30474319:pet_opaque:4209:30474455,30474321:pet_opaque:4209:30478692,30481866:pet_opaque:4209:30481967,30484222:pet_opaque:4209:30508545,30486694:pet_opaque:4209:30486855,30520288:pet_opaque:4209:30526849,3052'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0038968344277976862, 'nb_photo': 5147, 'list_port_cont': '30292245,30303422,30317832,30348758,30349325,30349726,30350877,30350896,30356168,30363526,30363656,30364373,30364839,30365313,30365350,30365705,30366218,30367339,30368837,30370940,30371146,30372066,30372089,30372969,30372981,30373153,30374622,30375190,30375261,30375282,30375735,30376274,30376295,30381232,30381256,30381521,30382009,30382598,30382644,30383645,30383966,30385182,30385200,30385766,30385827,30386341,30386687,30390192,30390406,30391658,30391733,30391987,30392162,30392173,30393432,30393817,30393825,30394362,30411146,30411384,30411717,30411842,30412321,30412334,30414063,30414089,30414097,30414363,30414387,30415879,30415890,30416451,30416749,30416773,30417078,30417097,30417616,30417671,30423149,30423991,30424003,30424227,30424618,30425037,30425972,30426367,30426381,30426402,30427675,30427869,30427932,30428023,30428078,30428946,30430836,30433052,30433084,30434264,30434313,30434519,30435149,30435291,30437301,30438787,30438837,30439160,30439653,30439992,30457823,30458512,30459477,30462413,30463313,3046339', 'assoc_port': '30292101:30292245,30303218:30303422,30316903:30317832,30348411:30348758,30349261:30349325,30349657:30349726,30350765:30350896,30350788:30350877,30355866:30356168,30363348:30363526,30363570:30364839,30363572:30363656,30364123:30364373,30365099:30365350,30365102:30365313,30365604:30365705,30366052:30368837,30366056:30366218,30366701:30367339,30370771:30370940,30371014:30371146,30371982:30372089,30371987:30372066,30372600:30372981,30372624:30372969,30373083:30373153,30374243:30374622,30374894:30375282,30374953:30375261,30374960:30375190,30375560:30375735,30376012:30376295,30376033:30376274,30380936:30382598,30380940:30381256,30380947:30381232,30381412:30381521,30381805:30382009,30382512:30382644,30383446:30383645,30383771:30383966,30384239:30385766,30385070:30385200,30385072:30385182,30385663:30385827,30386175:30386341,30386610:30386687,30389675:30390192,30390230:30390406,30390821:30392162,30390846:30392173,30391459:30391733,30391468:30391658,30391874:30391987,30393094:30393825,30393096:30393432,30393139:3039381', 'assoc_mat': '30292101:pet_opaque:4211:30292245,30303218:pet_opaque:4211:30303422,30316903:pet_opaque:4211:30317832,30348411:pet_opaque:4211:30348758,30349261:pet_opaque:4211:30349325,30349657:pet_opaque:4211:30349726,30350765:pet_opaque:4211:30350896,30350788:pet_opaque:4211:30350877,30355866:pet_opaque:4211:30356168,30363348:pet_opaque:4211:30363526,30363570:pet_opaque:4211:30364839,30363572:pet_opaque:4211:30363656,30364123:pet_opaque:4211:30364373,30365099:pet_opaque:4211:30365350,30365102:pet_opaque:4211:30365313,30365604:pet_opaque:4211:30365705,30366052:pet_opaque:4211:30368837,30366056:pet_opaque:4211:30366218,30366701:pet_opaque:4211:30367339,30370771:pet_opaque:4211:30370940,30371014:pet_opaque:4211:30371146,30371982:pet_opaque:4211:30372089,30371987:pet_opaque:4211:30372066,30372600:pet_opaque:4211:30372981,30372624:pet_opaque:4211:30372969,30373083:pet_opaque:4211:30373153,30374243:pet_opaque:4211:30374622,30374894:pet_opaque:4211:30375282,30374953:pet_opaque:4211:30375261,30374960:pet_opaque:4211:30375190,3037'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007376554129930379, 'nb_photo': 1575, 'list_port_cont': '30289381,30290102,30290371,30291437,30291906,30293051,30293329,30294422,30300022,30300049,30300302,30300618,30301226,30301239,30301261,30301286,30301316,30302339,30302378,30302797,30302841,30302849,30303267,30303553,30303567,30303611,30303635,30304187,30305294,30307857,30307862,30310771,30311432,30314982,30315390,30316295,30316427,30316691,30317190,30317318,30317363,30317403,30317419,30317464,30317482,30317528,30317608,30317688,30317705,30317753,30317792,30317798,30317904,30318007,30318063,30318178,30318271,30318600,30318777,30318918,30318969,30319952,30320037,30320699,30320896,30321187,30321539,30322391,30322646,30322655,30322677,30327117,30327155,30327163,30327256,30327264,30327418,30327552,30327567,30327823,30333630,30333855,30334161,30334196,30334530,30334685,30334717,30334766,30335203,30335520,30335562,30336502,30337083,30337385,30337804,30346659,30346905,30347321,30348540,30348720,30363395,30364611,30365156,30366033,30370832,30370865,30370882,30372017,30374362,30375094,30376149,30376665,30376759,3037680', 'assoc_port': '30289300:30289381,30290042:30290102,30290351:30290371,30291287:30291437,30291902:30291906,30292864:30293051,30293214:30293329,30294223:30294422,30299944:30300049,30299945:30300022,30300247:30300302,30300542:30300618,30301102:30301316,30301104:30301286,30301161:30301226,30301180:30301239,30301181:30301261,30302179:30302378,30302182:30302339,30302714:30302849,30302752:30302841,30302753:30302797,30303220:30303267,30303518:30303635,30303520:30303567,30303525:30303611,30303527:30303553,30303948:30304187,30305289:30305294,30307822:30307862,30307824:30307857,30310712:30311432,30310719:30310771,30314901:30314982,30315256:30315390,30316216:30316427,30316218:30316295,30316573:30316691,30316861:30317403,30316862:30317482,30316867:30318063,30316872:30318271,30316875:30318178,30316883:30317904,30316886:30317792,30316889:30317798,30316892:30317753,30316895:30317688,30316900:30317705,30316905:30317608,30316908:30317528,30316912:30317464,30316917:30317419,30316918:30317363,30316921:30317318,30316930:30317190,30316936:3031877', 'assoc_mat': '30289300:plastique:3726:30289381,30290042:plastique:3726:30290102,30290351:plastique:3726:30290371,30291287:plastique:3726:30291437,30291902:plastique:3726:30291906,30292864:plastique:3726:30293051,30293214:plastique:3726:30293329,30294223:plastique:3726:30294422,30299944:plastique:3726:30300049,30299945:plastique:3726:30300022,30300247:plastique:3726:30300302,30300542:plastique:3726:30300618,30301102:plastique:3726:30301316,30301104:plastique:3726:30301286,30301161:plastique:3726:30301226,30301180:plastique:3726:30301239,30301181:plastique:3726:30301261,30302179:plastique:3726:30302378,30302182:plastique:3726:30302339,30302714:plastique:3726:30302849,30302752:plastique:3726:30302841,30302753:plastique:3726:30302797,30303220:plastique:3726:30303267,30303518:plastique:3726:30303635,30303520:plastique:3726:30303567,30303525:plastique:3726:30303611,30303527:plastique:3726:30303553,30303948:plastique:3726:30304187,30305289:plastique:3726:30305294,30307822:plastique:3726:30307862,30307824:plastique:3726:30307857,3'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009380386948763222, 'nb_photo': 2289, 'list_port_cont': '30289362,30289380,30289812,30290053,30290376,30291443,30291624,30293057,30294420,30300053,30300308,30300609,30301223,30302371,30302845,30303259,30303549,30303563,30303609,30304116,30304183,30304349,30305292,30307854,30311439,30314981,30315382,30316302,30316434,30316694,30316755,30317195,30317314,30317357,30317399,30317424,30317431,30317463,30317533,30317549,30317687,30317699,30317749,30317787,30317803,30317900,30318068,30318076,30318179,30318269,30318593,30318773,30318917,30318974,30318984,30318993,30320035,30320701,30320893,30321196,30321519,30322394,30322637,30322674,30327121,30327145,30327157,30327269,30327420,30327563,30327675,30333634,30333852,30334156,30334185,30334534,30334765,30335202,30335668,30336317,30337087,30337390,30337697,30337797,30337832,30346660,30346965,30347325,30348547,30348648,30348722,30363396,30364608,30365152,30366043,30370841,30370859,30370875,30372010,30374360,30375096,30376145,30376670,30376756,30376812,30380629,30381144,30382763,30382791,30386216,30389796,30390923,30392303,3039467', 'assoc_port': '30289300:30289380,30289301:30289362,30289773:30289812,30290047:30290053,30290351:30290376,30291287:30291443,30291611:30291624,30292864:30293057,30294223:30294420,30299944:30300053,30300247:30300308,30300542:30300609,30301180:30301223,30302179:30302371,30302752:30302845,30303220:30303259,30303520:30303563,30303525:30303609,30303527:30303549,30303945:30304116,30303948:30304183,30304346:30304349,30305289:30305292,30307824:30307854,30310712:30311439,30314901:30314981,30315256:30315382,30316216:30316434,30316218:30316302,30316572:30316755,30316573:30316694,30316861:30317399,30316867:30318068,30316872:30318269,30316875:30318179,30316879:30318076,30316883:30317900,30316886:30317787,30316889:30317803,30316892:30317749,30316895:30317687,30316900:30317699,30316907:30317549,30316908:30317533,30316912:30317463,30316914:30317431,30316917:30317424,30316918:30317357,30316921:30317314,30316930:30317195,30316936:30318773,30317931:30318974,30317951:30318917,30318374:30318593,30318963:30318993,30318964:30318984,30319874:3032003', 'assoc_mat': '30289300:Teint_Dans_La_Masse:3726:30289380,30289301:Teint_Dans_La_Masse:3726:30289362,30289773:Teint_Dans_La_Masse:3726:30289812,30290047:Teint_Dans_La_Masse:3726:30290053,30290351:Teint_Dans_La_Masse:3726:30290376,30291287:Teint_Dans_La_Masse:3726:30291443,30291611:Teint_Dans_La_Masse:3726:30291624,30292864:Teint_Dans_La_Masse:3726:30293057,30294223:Teint_Dans_La_Masse:3726:30294420,30299944:Teint_Dans_La_Masse:3726:30300053,30300247:Teint_Dans_La_Masse:3726:30300308,30300542:Teint_Dans_La_Masse:3726:30300609,30301180:Teint_Dans_La_Masse:3726:30301223,30302179:Teint_Dans_La_Masse:3726:30302371,30302752:Teint_Dans_La_Masse:3726:30302845,30303220:Teint_Dans_La_Masse:3726:30303259,30303520:Teint_Dans_La_Masse:3726:30303563,30303525:Teint_Dans_La_Masse:3726:30303609,30303527:Teint_Dans_La_Masse:3726:30303549,30303945:Teint_Dans_La_Masse:3726:30304116,30303948:Teint_Dans_La_Masse:3726:30304183,30304346:Teint_Dans_La_Masse:3726:30304349,30305289:Teint_Dans_La_Masse:3726:30305292,30307824:Teint_Dans_La_Masse:3726:3'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '30373146', 'assoc_port': '30373082:30373146', 'assoc_mat': '30373082:textiles_sanitaires:4200:30373146'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '30317934', 'assoc_port': '30316870:30317934', 'assoc_mat': '30316870:textiles_sanitaires:4209:30317934'}), 'main_stat': {'nb_photos': 32882}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30496359,30496362,30496370,30496378,30496397,30496418,30496427,30496436,30496445,30496454?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30496360,30496379,30496419,30496428,30496437,30496446,30496455?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30496361,30496380,30496381,30496382,30496408,30496416,30582825,30496463,30496464?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30496363,30496371,30496383,30496390,30496398,30582822,30496410,30496420,30496429,30496438,30496447,30496456?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30496364,30496372,30496384,30496391,30496399,30496405,30496411,30496421,30496430,30496439,30496448,30496457?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30496365,30496373,30496385,30496392,30496400,30496406,30496412,30496422,30496431,30496440,30496449,30496458?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30496366,30496374,30496386,30496393,30496401,30582823,30496413,30496423,30496432,30496441,30496450,30496459?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30496367,30496375,30496387,30496394,30496402,30496407,30496414,30496424,30496433,30496442,30496451,30496460,30686859?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires', 'gm': 'https://www.fotonower.com/velours/30496368,30496376,30496388,30496395,30496403,30582824,30496415,30496425,30496434,30496443,30496452,30496461,30582827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires', 'pehd_pp': 'https://www.fotonower.com/velours/30496369,30496377,30496389,30496396,30496404,30496409,30496417,30496426,30496435,30496444,30496453,30496462?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('jrm', '2026-02', 0.08623239164069084),), (('film_pedb', '2026-02', 0.14904745934015642),), (('refus', '2026-02', 0.12204916361366287),), (('pehd_pp', '2026-02', 0.06866943367141641),), (('pet_clair', '2026-02', 0.06587256303582228),), (('gm', '2026-02', 0.05674974108364557),), (('flux_dev', '2026-02', 0.15713072914771292),), (('emr', '2026-02', 0.07604565123512708),), (('aluminium', '2026-02', 0.08040792809511649),), (('ela', '2026-02', 0.14450821901342042),)]} VR TODO TOCHECK : due to this bug it shouldn't have being able to work, or maybe it was due to a change directory not done ! SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier TODO : Insert select and so on SELECT id, name, misc_info, datou_id_for_right FROM MTRPhoto.dashboard_places WHERE name="angers_montee_convoyeur"; SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4891 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4891 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4891 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4891 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! {"input_values":[]} SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3994 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3994 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3994 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3994 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11488 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11496 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11497 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11492 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11492 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11495 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11495 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11489 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11575 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11575 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11491 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11490 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11490 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11498 send_mail_cod have less outputs used (0) than in the step definition (1) : some outputs may be not used ! Step 11499 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11491 doesn't seem to be define in the database( WARNING : type of input 3 of step 11490 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11488 doesn't seem to be define in the database( WARNING : type of input 2 of step 11492 doesn't seem to be define in the database( WARNING : output 1 of step 11488 have datatype=2 whereas input 1 of step 11495 have datatype=7 WARNING : type of output 2 of step 11495 doesn't seem to be define in the database( WARNING : type of input 1 of step 11489 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11491 have datatype=10 whereas input 3 of step 11498 have datatype=6 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11575 doesn't seem to be define in the database( WARNING : output 1 of step 11489 have datatype=7 whereas input 2 of step 11575 have datatype=None WARNING : type of output 3 of step 11575 doesn't seem to be define in the database( WARNING : type of input 1 of step 11491 doesn't seem to be define in the database( WARNING : output 0 of step 11491 have datatype=10 whereas input 0 of step 11581 have datatype=18 WARNING : type of input 5 of step 11498 doesn't seem to be define in the database( WARNING : output 0 of step 11581 have datatype=11 whereas input 5 of step 11498 have datatype=None WARNING : type of output 1 of step 11496 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : type of output 1 of step 11497 doesn't seem to be define in the database( WARNING : type of input 3 of step 11492 doesn't seem to be define in the database( WARNING : output 0 of step 11495 have datatype=1 whereas input 0 of step 11489 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4209, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'papier,background', 'hashtag_background': 'papier', 'hashtag_weights': {'barquette_opaque': 0.7, 'carton': 0.7, 'ela': 0.7, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.7, 'metal': 1.5, 'pehd': 0.7, 'pet_clair': 0.7, 'pet_opaque': 0.7, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.7}, 'ETA': 600} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3993 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3993 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3993 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3993 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11500 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11508 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11509 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11504 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11504 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11507 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11507 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11501 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11576 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11576 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11503 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11502 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11502 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11511 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11503 doesn't seem to be define in the database( WARNING : type of input 3 of step 11502 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11500 doesn't seem to be define in the database( WARNING : type of input 2 of step 11504 doesn't seem to be define in the database( WARNING : output 1 of step 11500 have datatype=2 whereas input 1 of step 11507 have datatype=7 WARNING : type of output 2 of step 11507 doesn't seem to be define in the database( WARNING : type of input 1 of step 11501 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11503 have datatype=10 whereas input 3 of step 11510 have datatype=6 WARNING : type of input 2 of step 11576 doesn't seem to be define in the database( WARNING : output 1 of step 11501 have datatype=7 whereas input 2 of step 11576 have datatype=None WARNING : type of output 3 of step 11576 doesn't seem to be define in the database( WARNING : type of input 1 of step 11503 doesn't seem to be define in the database( WARNING : output 0 of step 11503 have datatype=10 whereas input 0 of step 11582 have datatype=18 WARNING : type of input 5 of step 11510 doesn't seem to be define in the database( WARNING : output 0 of step 11582 have datatype=11 whereas input 5 of step 11510 have datatype=None WARNING : type of output 1 of step 11508 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : type of output 1 of step 11509 doesn't seem to be define in the database( WARNING : type of input 3 of step 11504 doesn't seem to be define in the database( WARNING : output 0 of step 11507 have datatype=1 whereas input 0 of step 11501 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4207, 'hashtag_proportion': 'barquette_opaque,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'carton,background', 'hashtag_weights': {'barquette_opaque': 1, 'ela': 1, 'etiquette': 1.0, 'film_plastique': 0.5, 'kraft': 1, 'metal': 3.0, 'papier': 1, 'pehd': 2, 'pet_clair': 2, 'pet_opaque': 2, 'textiles_sanitaires': 1.0, 'pet_fonce': 2}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3459 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3459 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3459 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3459 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11449 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11452 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Step 11452 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11453 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11453 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11454 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11478 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11478 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11456 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11455 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11455 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11458 send_mail_cod have less inputs used (3) than in the step definition (5) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11449 doesn't seem to be define in the database( WARNING : type of input 2 of step 11452 doesn't seem to be define in the database( WARNING : output 1 of step 11449 have datatype=2 whereas input 1 of step 11453 have datatype=7 WARNING : type of output 2 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11454 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 3 of step 11453 doesn't seem to be define in the database( WARNING : type of input 1 of step 11456 doesn't seem to be define in the database( WARNING : type of output 1 of step 11456 doesn't seem to be define in the database( WARNING : type of input 3 of step 11455 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11456 have datatype=10 whereas input 3 of step 11458 have datatype=6 WARNING : type of input 5 of step 11458 doesn't seem to be define in the database( WARNING : output 0 of step 11477 have datatype=11 whereas input 5 of step 11458 have datatype=None WARNING : output 0 of step 11456 have datatype=10 whereas input 0 of step 11477 have datatype=18 WARNING : type of input 2 of step 11478 doesn't seem to be define in the database( WARNING : output 1 of step 11454 have datatype=7 whereas input 2 of step 11478 have datatype=None WARNING : type of output 3 of step 11478 doesn't seem to be define in the database( WARNING : type of input 2 of step 11456 doesn't seem to be define in the database( WARNING : output 0 of step 11453 have datatype=1 whereas input 0 of step 11454 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3726, 'hashtag_proportion': 'Carton_brun,Carton_gris,Teint_Dans_La_Masse,autre_refus,cartonnette,kraft,metal,plastique', 'hashtag_parmi': 'papier,background', 'hashtag_weights': {'Carton_brun': 1.5, 'Carton_gris': 1.5, 'Teint_Dans_La_Masse': 1.0, 'autre_refus': 1.5, 'cartonnette': 1.0, 'kraft': 1.5, 'metal': 3, 'plastique': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3991 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3991 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3991 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3991 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11512 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11521 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11520 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11516 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11516 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11519 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11519 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11513 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11577 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11577 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11515 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11514 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11514 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11523 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11515 doesn't seem to be define in the database( WARNING : type of input 3 of step 11514 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11512 doesn't seem to be define in the database( WARNING : type of input 2 of step 11516 doesn't seem to be define in the database( WARNING : output 1 of step 11512 have datatype=2 whereas input 1 of step 11519 have datatype=7 WARNING : type of output 2 of step 11519 doesn't seem to be define in the database( WARNING : type of input 1 of step 11513 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11515 have datatype=10 whereas input 3 of step 11522 have datatype=6 WARNING : type of input 2 of step 11577 doesn't seem to be define in the database( WARNING : output 1 of step 11513 have datatype=7 whereas input 2 of step 11577 have datatype=None WARNING : type of output 3 of step 11577 doesn't seem to be define in the database( WARNING : type of input 1 of step 11515 doesn't seem to be define in the database( WARNING : output 0 of step 11515 have datatype=10 whereas input 0 of step 11583 have datatype=18 WARNING : type of input 5 of step 11522 doesn't seem to be define in the database( WARNING : output 0 of step 11583 have datatype=11 whereas input 5 of step 11522 have datatype=None WARNING : type of output 1 of step 11521 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : type of output 1 of step 11520 doesn't seem to be define in the database( WARNING : type of input 3 of step 11516 doesn't seem to be define in the database( WARNING : output 0 of step 11519 have datatype=1 whereas input 0 of step 11513 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4203, 'hashtag_proportion': 'barquette_opaque,carton,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'ela,background', 'hashtag_background': 'ela', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1, 'etiquette': 0.5, 'film_plastique': 0.5, 'kraft': 0.8, 'metal': 2, 'papier': 0.8, 'pehd': 0.8, 'pet_clair': 0.8, 'pet_opaque': 0.8, 'textiles_sanitaires': 0.5, 'pet_fonce': 0.8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4322 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4322 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4322 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4322 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11978 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11987 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11986 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11982 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11982 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11985 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11985 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11979 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11990 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11990 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11981 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11980 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11980 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11989 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11981 doesn't seem to be define in the database( WARNING : type of input 3 of step 11980 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11978 doesn't seem to be define in the database( WARNING : type of input 2 of step 11982 doesn't seem to be define in the database( WARNING : output 1 of step 11978 have datatype=2 whereas input 1 of step 11985 have datatype=7 WARNING : type of output 2 of step 11985 doesn't seem to be define in the database( WARNING : type of input 1 of step 11979 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11981 have datatype=10 whereas input 3 of step 11988 have datatype=6 WARNING : type of input 2 of step 11990 doesn't seem to be define in the database( WARNING : output 1 of step 11979 have datatype=7 whereas input 2 of step 11990 have datatype=None WARNING : type of output 3 of step 11990 doesn't seem to be define in the database( WARNING : type of input 1 of step 11981 doesn't seem to be define in the database( WARNING : output 0 of step 11981 have datatype=10 whereas input 0 of step 11991 have datatype=18 WARNING : type of input 5 of step 11988 doesn't seem to be define in the database( WARNING : output 0 of step 11991 have datatype=11 whereas input 5 of step 11988 have datatype=None WARNING : type of output 1 of step 11987 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : type of output 1 of step 11986 doesn't seem to be define in the database( WARNING : type of input 3 of step 11982 doesn't seem to be define in the database( WARNING : output 0 of step 11985 have datatype=1 whereas input 0 of step 11979 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4461, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,pehd,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'film_plastique', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3995 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3995 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3995 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3995 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11524 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11533 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11532 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11528 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11528 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11531 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11531 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11525 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11578 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11578 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11527 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11526 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11526 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11535 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11527 doesn't seem to be define in the database( WARNING : type of input 3 of step 11526 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11524 doesn't seem to be define in the database( WARNING : type of input 2 of step 11528 doesn't seem to be define in the database( WARNING : output 1 of step 11524 have datatype=2 whereas input 1 of step 11531 have datatype=7 WARNING : type of output 2 of step 11531 doesn't seem to be define in the database( WARNING : type of input 1 of step 11525 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11527 have datatype=10 whereas input 3 of step 11534 have datatype=6 WARNING : type of input 2 of step 11578 doesn't seem to be define in the database( WARNING : output 1 of step 11525 have datatype=7 whereas input 2 of step 11578 have datatype=None WARNING : type of output 3 of step 11578 doesn't seem to be define in the database( WARNING : type of input 1 of step 11527 doesn't seem to be define in the database( WARNING : output 0 of step 11527 have datatype=10 whereas input 0 of step 11584 have datatype=18 WARNING : type of input 5 of step 11534 doesn't seem to be define in the database( WARNING : output 0 of step 11584 have datatype=11 whereas input 5 of step 11534 have datatype=None WARNING : type of output 1 of step 11533 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : type of output 1 of step 11532 doesn't seem to be define in the database( WARNING : type of input 3 of step 11528 doesn't seem to be define in the database( WARNING : output 0 of step 11531 have datatype=1 whereas input 0 of step 11525 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4211, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pet_fonce,pet_clair,pet_opaque,textiles_sanitaires', 'hashtag_parmi': 'pehd,background', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 0.3, 'ela': 0.3, 'etiquette': 0.1, 'film_plastique': 0.1, 'kraft': 0.3, 'metal': 1.5, 'papier': 0.3, 'pet_clair': 0.3, 'pet_opaque': 0.3, 'textiles_sanitaires': 0.3, 'pet_fonce': 0.3, 'background': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=4153 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=4153 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 4153 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=4153 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11548 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11556 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11557 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11552 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11552 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11555 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11555 merge_mask_thcl_custom is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11549 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11580 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11580 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11551 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11550 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11550 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11559 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11551 doesn't seem to be define in the database( WARNING : type of input 3 of step 11550 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11548 doesn't seem to be define in the database( WARNING : type of input 2 of step 11552 doesn't seem to be define in the database( WARNING : output 1 of step 11548 have datatype=2 whereas input 1 of step 11555 have datatype=7 WARNING : type of output 2 of step 11555 doesn't seem to be define in the database( WARNING : type of input 1 of step 11549 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11551 have datatype=10 whereas input 3 of step 11558 have datatype=6 WARNING : type of input 2 of step 11580 doesn't seem to be define in the database( WARNING : output 1 of step 11549 have datatype=7 whereas input 2 of step 11580 have datatype=None WARNING : type of output 3 of step 11580 doesn't seem to be define in the database( WARNING : type of input 1 of step 11551 doesn't seem to be define in the database( WARNING : output 0 of step 11551 have datatype=10 whereas input 0 of step 11586 have datatype=18 WARNING : type of input 5 of step 11558 doesn't seem to be define in the database( WARNING : output 0 of step 11586 have datatype=11 whereas input 5 of step 11558 have datatype=None WARNING : type of output 1 of step 11556 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : type of output 1 of step 11557 doesn't seem to be define in the database( WARNING : type of input 3 of step 11552 doesn't seem to be define in the database( WARNING : output 0 of step 11555 have datatype=1 whereas input 0 of step 11549 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4200, 'hashtag_proportion': 'carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_opaque,textiles_sanitaires,barquette_opaque,pet_clair', 'hashtag_parmi': 'pet_fonce,background', 'hashtag_weights': {'barquette_opaque': 1.5, 'carton': 2.5, 'ela': 1.5, 'etiquette': 1.5, 'film_plastique': 1, 'kraft': 1.5, 'metal': 3.0, 'papier': 1.2, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3992 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3992 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3992 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3992 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11536 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of outputs for step 11545 blur_detection is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11544 brightness is not consistent : 2 used against 1 in the step definition ! WARNING : number of inputs for step 11540 crop_condition is not consistent : 3 used against 2 in the step definition ! Step 11540 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11543 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11543 merge_mask_thcl_custom have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 11537 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11579 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11579 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of outputs for step 11539 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11538 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11538 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Step 11547 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 11539 doesn't seem to be define in the database( WARNING : type of input 3 of step 11538 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11536 doesn't seem to be define in the database( WARNING : type of input 2 of step 11540 doesn't seem to be define in the database( WARNING : output 1 of step 11536 have datatype=2 whereas input 1 of step 11543 have datatype=7 We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11539 have datatype=10 whereas input 3 of step 11546 have datatype=6 WARNING : type of input 2 of step 11579 doesn't seem to be define in the database( WARNING : output 1 of step 11537 have datatype=7 whereas input 2 of step 11579 have datatype=None WARNING : type of output 3 of step 11579 doesn't seem to be define in the database( WARNING : type of input 1 of step 11539 doesn't seem to be define in the database( WARNING : output 0 of step 11539 have datatype=10 whereas input 0 of step 11585 have datatype=18 WARNING : type of input 5 of step 11546 doesn't seem to be define in the database( WARNING : output 0 of step 11585 have datatype=11 whereas input 5 of step 11546 have datatype=None WARNING : type of output 1 of step 11545 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : type of output 1 of step 11544 doesn't seem to be define in the database( WARNING : type of input 3 of step 11540 doesn't seem to be define in the database( WARNING : output 0 of step 11543 have datatype=1 whereas input 0 of step 11537 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 4205, 'hashtag_proportion': 'barquette_opaque,carton,ela,etiquette,film_plastique,kraft,papier,pehd,pet_clair,pet_opaque,textiles_sanitaires,pet_fonce', 'hashtag_parmi': 'metal,background', 'hashtag_background': 'metal', 'hashtag_weights': {'barquette_opaque': 1, 'carton': 1.5, 'ela': 1.5, 'etiquette': 1, 'film_plastique': 1, 'kraft': 1, 'papier': 1, 'pehd': 1.5, 'pet_clair': 1.5, 'pet_opaque': 1.5, 'textiles_sanitaires': 1.5, 'pet_fonce': 1.5}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3318 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3318 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3318 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3318 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 7928 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 8092 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 8092 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7933 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 7935 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 7934 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 7934 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! WARNING : number of outputs for step 13649 velours_tree is not consistent : 2 used against 1 in the step definition ! Step 9283 split_time_score have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 1 of step 7935 doesn't seem to be define in the database( WARNING : type of input 3 of step 7934 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 1 of step 7935 doesn't seem to be define in the database( WARNING : output 1 of step 7933 have datatype=7 whereas input 1 of step 7935 have datatype=None WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 2 of step 8092 doesn't seem to be define in the database( WARNING : type of output 3 of step 8092 doesn't seem to be define in the database( WARNING : type of input 1 of step 7933 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10917 doesn't seem to be define in the database( WARNING : type of output 2 of step 7928 doesn't seem to be define in the database( WARNING : type of input 1 of step 10918 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 7935 have datatype=10 whereas input 3 of step 10916 have datatype=6 WARNING : output 0 of step 7935 have datatype=10 whereas input 0 of step 13649 have datatype=18 WARNING : type of output 1 of step 13649 doesn't seem to be define in the database( WARNING : type of input 5 of step 10916 doesn't seem to be define in the database( DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3594, 'hashtag_proportion': 'papier,carton,metal,pet_clair,autre,pehd,pet_fonce', 'hashtag_parmi': 'refus,background', 'hashtag_weights': {'papier': 1, 'carton': 1, 'metal': 1, 'pet_clair': 1, 'autre': 1, 'pehd': 1, 'pet_fonce': 1, 'refus': 1}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier SELECT name, created_at,limit_max FROM MTRDatou.mtr_datou WHERE id=3804 SELECT mtd.id, mtdt.`type`, mtd.`param`, mtd.param_json, mtdt.nb_input, mtdt.nb_output, mtdt.prod, mtdt.is_local, mtdt.is_datou_depend, mtdt.is_photo_id_local FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_step_types mtdt WHERE mtdt.`id`=mtd.`type` AND mtd.mtd_id=3804 SELECT mtd.id, mtd.mtd_id, mdsdt.id, mdsdt.name, mdsdt.description, msid.output_or_input, msid.data_order_id, mdsdt.type FROM MTRDatou.mtr_datou_step mtd, MTRDatou.mtr_datou_steptype_io_datatypes msid, MTRDatou.mtr_datou_step_data_types mdsdt WHERE mtd.`type`=msid.`mtr_datou_step_type` AND mtd.mtd_id= 3804 AND msid.data_type=mdsdt.id SELECT mts_id_output, id_output, mts_id_input, id_input FROM MTRDatou.mtr_datou_step_by_step WHERE mtd_id=3804 # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! All sons are already in current list ! DONE and to test : checkNoCycle ! Here we check the consistency of inputs/outputs number between the given ones and the db ! eke 1-6-18 : checkConsistencyNbInputNbOutput should be processed after step reordering ! WARNING : number of outputs for step 11560 mask_detect is not consistent : 3 used against 2 in the step definition ! Step 11567 mask_detect have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11567 mask_detect is not consistent : 3 used against 2 in the step definition ! WARNING : number of inputs for step 11563 crop_condition is not consistent : 4 used against 2 in the step definition ! Step 11563 crop_condition have less outputs used (2) than in the step definition (3) : some outputs may be not used ! Step 11564 merge_mask_thcl_custom have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11564 merge_mask_thcl_custom is not consistent : 4 used against 2 in the step definition ! WARNING : number of inputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11565 rle_unique_nms_with_priority is not consistent : 2 used against 1 in the step definition ! Step 11573 crop_condition have less inputs used (1) than in the step definition (2) : maybe we manage optionnal inputs ! WARNING : number of outputs for step 11573 crop_condition is not consistent : 4 used against 3 in the step definition ! WARNING : number of inputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! WARNING : number of outputs for step 11568 ventilate_hashtags_in_portfolio is not consistent : 2 used against 1 in the step definition ! Step 11566 final have less inputs used (2) than in the step definition (3) : maybe we manage optionnal inputs ! Step 11566 final have less outputs used (1) than in the step definition (2) : some outputs may be not used ! Number of inputs / outputs for each step checked ! Here we check the consistency of outputs/inputs types during steps connections eke 1-6-18 : checkConsistencyTypeOutputInput should be processed after checkConsistencyNbInputNbOutput ! WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 1 of step 11560 have datatype=2 whereas input 1 of step 11564 have datatype=7 WARNING : type of output 2 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11565 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of output 2 of step 11567 doesn't seem to be define in the database( WARNING : type of input 3 of step 11563 doesn't seem to be define in the database( WARNING : type of output 3 of step 11564 doesn't seem to be define in the database( WARNING : type of input 1 of step 11568 doesn't seem to be define in the database( WARNING : type of output 1 of step 11568 doesn't seem to be define in the database( WARNING : type of input 3 of step 11566 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11570 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of input 2 of step 11563 doesn't seem to be define in the database( WARNING : output 0 of step 11569 have datatype=6 whereas input 2 of step 11563 have datatype=None WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11570 doesn't seem to be define in the database( WARNING : type of output 2 of step 11560 doesn't seem to be define in the database( WARNING : type of input 1 of step 11569 doesn't seem to be define in the database( We ignore checkConsistencyTypeOutputInput for datou_step final ! WARNING : output 0 of step 11568 have datatype=10 whereas input 3 of step 11571 have datatype=6 WARNING : type of input 2 of step 11573 doesn't seem to be define in the database( WARNING : output 1 of step 11565 have datatype=7 whereas input 2 of step 11573 have datatype=None WARNING : type of output 3 of step 11573 doesn't seem to be define in the database( WARNING : type of input 3 of step 11568 doesn't seem to be define in the database( WARNING : output 0 of step 11568 have datatype=10 whereas input 0 of step 11587 have datatype=18 WARNING : type of input 5 of step 11571 doesn't seem to be define in the database( WARNING : output 0 of step 11587 have datatype=11 whereas input 5 of step 11571 have datatype=None WARNING : output 0 of step 11564 have datatype=1 whereas input 0 of step 11565 have datatype=2 DataTypes for each output/input checked ! {"input_values":[]} Unexpected error treated as WARNING for now expected given param in final step {'name_pipeline': 'aggregate_carac_ratio', 'hashtag_type': 3327, 'hashtag_proportion': 'autre,carton,metal,papier,pehd,pet_fonce', 'hashtag_parmi': 'pet_clair,bouchon,etiquette,barquette_avec_film,background', 'hashtag_background': 'pet_clair', 'hashtag_weights': {'autre': 8.0, 'barquette_avec_film': 6, 'carton': 8.0, 'metal': 12, 'papier': 5, 'pehd': 8, 'pet_fonce': 8, 'bouchon': 8, 'etiquette': 8}} Found hashtag_parmi in final step, will be used and useful if different from matiere_majoritaire in classifier {'number_of_analysed_photos': ((32882,),), 'unwanted_material_monthly_percentage': ((0.09275136867558285,),), 'material_repartition': (('pet_clair', 5404), ('pehd_pp', 5057), ('jrm', 4623), ('film_pedb', 3658), ('flux_dev', 3467), ('emr', 3433), ('gm', 1255), ('ela', 1074), ('aluminium', 518), ('refus', 436)), 'material_dict': {'pet_clair': 5404, 'pehd_pp': 5057, 'jrm': 4623, 'film_pedb': 3658, 'flux_dev': 3467, 'emr': 3433, 'autres': 3283}, 'coverage_data': (('2026/02/28/', 1.0), ('2026/02/27/', 1.0), ('2026/02/26/', 1.0), ('2026/02/25/', 1.0), ('2026/02/24/', 1.0), ('2026/02/23/', 1.0), ('2026/02/21/', 1.0), ('2026/02/20/', 1.0), ('2026/02/19/', 1.0), ('2026/02/18/', 1.0), ('2026/02/17/', 1.0), ('2026/02/16/', 1.0), ('2026/02/14/', 1.0), ('2026/02/13/', 1.0), ('2026/02/12/', 1.0), ('2026/02/11/', 1.0), ('2026/02/10/', 1.0), ('2026/02/09/', 0.865283), ('2026/02/07/', 1.0), ('2026/02/06/', 1.0), ('2026/02/05/', 1.0), ('2026/02/04/', 1.0), ('2026/02/03/', 0.0), ('2026/02/02/', 1.0)), 'impurety_average_data': ((datetime.date(2026, 2, 2), 0.058596295345670596, 23), (datetime.date(2026, 2, 3), 0.06882433785119906, 249), (datetime.date(2026, 2, 4), 0.04489661408462946, 13), (datetime.date(2026, 2, 5), 0.04492747090712647, 36), (datetime.date(2026, 2, 7), 0.04984192067138456, 14), (datetime.date(2026, 2, 9), 0.09839924524105295, 30), (datetime.date(2026, 2, 10), 0.1153345659426435, 43), (datetime.date(2026, 2, 11), 0.11555091819992419, 21), (datetime.date(2026, 2, 12), 0.10495470269982689, 7), (datetime.date(2026, 2, 13), 0.10641868597585842, 6), (datetime.date(2026, 2, 14), 0.09787324386583232, 46), (datetime.date(2026, 2, 16), 0.10461550070512199, 18), (datetime.date(2026, 2, 17), 0.11198750264426728, 22), (datetime.date(2026, 2, 18), 0.09855005633392568, 36), (datetime.date(2026, 2, 19), 0.10829634252429554, 10), (datetime.date(2026, 2, 20), 0.1069997368097721, 19), (datetime.date(2026, 2, 23), 0.09300555587570299, 10), (datetime.date(2026, 2, 24), 0.08099305280432344, 10), (datetime.date(2026, 2, 25), 0.10575911405358379, 26), (datetime.date(2026, 2, 26), 0.1151490175434336, 22), (datetime.date(2026, 2, 27), 0.10315593578966151, 14)), 'impurety_average_data_per_hashtag': {'jrm': ((datetime.date(2026, 2, 2), 0.09288355214668136, 23), (datetime.date(2026, 2, 3), 0.10019482810790746, 249), (datetime.date(2026, 2, 4), 0.06737485088954222, 17), (datetime.date(2026, 2, 5), 0.06717729973272327, 22), (datetime.date(2026, 2, 7), 0.07192505147722125, 26), (datetime.date(2026, 2, 9), 0.09045992087850252, 30), (datetime.date(2026, 2, 11), 0.10508407411130473, 64), (datetime.date(2026, 2, 12), 0.0920938518439326, 13), (datetime.date(2026, 2, 13), 0.09406248897295451, 6), (datetime.date(2026, 2, 14), 0.0920488902316072, 46), (datetime.date(2026, 2, 16), 0.07985070263701663, 50), (datetime.date(2026, 2, 17), 0.1068262326602133, 43), (datetime.date(2026, 2, 18), 0.08297493158818797, 36), (datetime.date(2026, 2, 19), 0.09886480442860698, 25), (datetime.date(2026, 2, 20), 0.08880640947786135, 88), (datetime.date(2026, 2, 23), 0.039348396973079194, 39), (datetime.date(2026, 2, 24), 0.06261199836438969, 12), (datetime.date(2026, 2, 25), 0.08078387507313231, 31), (datetime.date(2026, 2, 26), 0.08446113722242914, 34), (datetime.date(2026, 2, 27), 0.07148285189113292, 14)), 'film_pedb': ((datetime.date(2026, 2, 2), 0.07956054433687319, 52), (datetime.date(2026, 2, 3), 0.08281501939146414, 35), (datetime.date(2026, 2, 4), 0.0914711310406656, 30), (datetime.date(2026, 2, 5), 0.0832088156981586, 36), (datetime.date(2026, 2, 7), 0.11802199098886733, 23), (datetime.date(2026, 2, 9), 0.12653526589524555, 26), (datetime.date(2026, 2, 10), 0.20329948083387983, 31), (datetime.date(2026, 2, 11), 0.1938890477976295, 28), (datetime.date(2026, 2, 12), 0.16718651175710578, 20), (datetime.date(2026, 2, 13), 0.18427528522717274, 16), (datetime.date(2026, 2, 14), 0.15763120039859166, 21), (datetime.date(2026, 2, 16), 0.16996677658251638, 23), (datetime.date(2026, 2, 17), 0.19100416645716112, 19), (datetime.date(2026, 2, 18), 0.1544516202144622, 22), (datetime.date(2026, 2, 19), 0.19066315929257893, 22), (datetime.date(2026, 2, 20), 0.17123833098893046, 38), (datetime.date(2026, 2, 23), 0.11119464866615197, 10), (datetime.date(2026, 2, 24), 0.16690923626309742, 27), (datetime.date(2026, 2, 25), 0.1633388968280089, 36), (datetime.date(2026, 2, 26), 0.16855424873467034, 31), (datetime.date(2026, 2, 27), 0.1832494814789251, 29)), 'refus': ((datetime.date(2026, 2, 2), 0.025554480746815076, 18), (datetime.date(2026, 2, 3), 0.035942325789330994, 7), (datetime.date(2026, 2, 4), 0.012175202546296294, 17), (datetime.date(2026, 2, 5), 0.0162200065372085, 18), (datetime.date(2026, 2, 7), 0.021397656911916, 13), (datetime.date(2026, 2, 9), 0.19274731316137567, 7), (datetime.date(2026, 2, 10), 0.2521255189961787, 21), (datetime.date(2026, 2, 11), 0.23462395754827023, 22), (datetime.date(2026, 2, 12), 0.16754168475115744, 6), (datetime.date(2026, 2, 13), 0.23681717404767713, 7), (datetime.date(2026, 2, 14), 0.23594829041280863, 6), (datetime.date(2026, 2, 16), 0.14727158248855896, 7), (datetime.date(2026, 2, 17), 0.17548048482510287, 9), (datetime.date(2026, 2, 18), 0.12887528246252206, 6), (datetime.date(2026, 2, 19), 0.20799070591135113, 10), (datetime.date(2026, 2, 20), 0.08053773027584873, 8), (datetime.date(2026, 2, 24), 0.238947020479681, 6), (datetime.date(2026, 2, 26), 0.1837932712542088, 11)), 'pehd_pp': ((datetime.date(2026, 2, 2), 0.02875491658419098, 19), (datetime.date(2026, 2, 3), 0.03606375559071774, 6), (datetime.date(2026, 2, 4), 0.03332678212148955, 13), (datetime.date(2026, 2, 5), 0.031423553937465064, 16), (datetime.date(2026, 2, 7), 0.03150022527768134, 8), (datetime.date(2026, 2, 9), 0.061417037312109124, 43), (datetime.date(2026, 2, 10), 0.09004141807507353, 39), (datetime.date(2026, 2, 11), 0.09033698115608747, 31), (datetime.date(2026, 2, 12), 0.0910977399761334, 18), (datetime.date(2026, 2, 13), 0.09487566997803917, 19), (datetime.date(2026, 2, 14), 0.0872239863937258, 17), (datetime.date(2026, 2, 16), 0.08920967397577327, 18), (datetime.date(2026, 2, 17), 0.08690078898517281, 22), (datetime.date(2026, 2, 18), 0.09655425651514533, 18), (datetime.date(2026, 2, 19), 0.09492157217470551, 19), (datetime.date(2026, 2, 20), 0.0973220753631339, 19), (datetime.date(2026, 2, 23), 0.09266002259350203, 21), (datetime.date(2026, 2, 24), 0.06404272897507701, 16), (datetime.date(2026, 2, 25), 0.08384922261469531, 19), (datetime.date(2026, 2, 26), 0.09976965034091408, 17), (datetime.date(2026, 2, 27), 0.09017444222768094, 22)), 'pet_clair': ((datetime.date(2026, 2, 2), 0.00016159782935948677, 24), (datetime.date(2026, 2, 3), 0.0002611419875607269, 31), (datetime.date(2026, 2, 4), 0.001460707229693594, 23), (datetime.date(2026, 2, 5), 0.001003500214081718, 22), (datetime.date(2026, 2, 7), 0.0017147687190631632, 35), (datetime.date(2026, 2, 9), 0.05372195002909787, 15), (datetime.date(2026, 2, 10), 0.08764898000312815, 56), (datetime.date(2026, 2, 11), 0.11641736944768774, 53), (datetime.date(2026, 2, 12), 0.09146448686268152, 20), (datetime.date(2026, 2, 13), 0.0866987034353761, 11), (datetime.date(2026, 2, 14), 0.06938319403022547, 19), (datetime.date(2026, 2, 16), 0.08476053334509394, 23), (datetime.date(2026, 2, 17), 0.08169002865061283, 18), (datetime.date(2026, 2, 18), 0.07167405675877327, 28), (datetime.date(2026, 2, 19), 0.09136561483981975, 12), (datetime.date(2026, 2, 20), 0.10229875821747653, 16), (datetime.date(2026, 2, 23), 0.08001346366306286, 21), (datetime.date(2026, 2, 24), 0.05697724604763813, 15), (datetime.date(2026, 2, 25), 0.1126313480022769, 19), (datetime.date(2026, 2, 26), 0.11710002429391453, 22), (datetime.date(2026, 2, 27), 0.08356120712677627, 16)), 'gm': ((datetime.date(2026, 2, 2), 0.04568729915892475, 21), (datetime.date(2026, 2, 3), 0.03417147341926522, 5), (datetime.date(2026, 2, 4), 0.0319329127429194, 12), (datetime.date(2026, 2, 5), 0.0770038296386768, 16), (datetime.date(2026, 2, 7), 0.06302414001417617, 14), (datetime.date(2026, 2, 9), 0.03508270986630665, 15), (datetime.date(2026, 2, 11), 0.1323168545022184, 6), (datetime.date(2026, 2, 12), 0.04998088746194855, 8), (datetime.date(2026, 2, 13), 0.0689153899977881, 13), (datetime.date(2026, 2, 14), 0.05142200627072864, 6), (datetime.date(2026, 2, 16), 0.1375170826267749, 17), (datetime.date(2026, 2, 17), 0.05665921078754976, 8), (datetime.date(2026, 2, 18), 0.033337630261195995, 8), (datetime.date(2026, 2, 19), 0.0800344590174697, 10), (datetime.date(2026, 2, 20), 0.031737798086897764, 5), (datetime.date(2026, 2, 24), 0.03310877991796414, 11), (datetime.date(2026, 2, 25), 0.06379561962820644, 16), (datetime.date(2026, 2, 26), 0.09631709608478756, 5), (datetime.date(2026, 2, 27), 0.04549726481134771, 23)), 'flux_dev': ((datetime.date(2026, 2, 2), 0.09930581064966698, 6), (datetime.date(2026, 2, 3), 0.16019811490352337, 5), (datetime.date(2026, 2, 4), 0.12537423091015437, 13), (datetime.date(2026, 2, 5), 0.088115030572892, 6), (datetime.date(2026, 2, 7), 0.11782397573427673, 5), (datetime.date(2026, 2, 9), 0.19392807112691085, 17), (datetime.date(2026, 2, 10), 0.16372859104767118, 34), (datetime.date(2026, 2, 11), 0.1473140368212744, 30), (datetime.date(2026, 2, 12), 0.1401416221777693, 17), (datetime.date(2026, 2, 13), 0.15389552398325557, 23), (datetime.date(2026, 2, 14), 0.1812890714177141, 18), (datetime.date(2026, 2, 16), 0.1545019061919382, 22), (datetime.date(2026, 2, 17), 0.1585831470332195, 17), (datetime.date(2026, 2, 18), 0.16055478851133287, 25), (datetime.date(2026, 2, 19), 0.1445092404815762, 10), (datetime.date(2026, 2, 20), 0.15616458521809334, 18), (datetime.date(2026, 2, 23), 0.17131298477304488, 22), (datetime.date(2026, 2, 24), 0.11086949519745254, 15), (datetime.date(2026, 2, 25), 0.16344791988299848, 26), (datetime.date(2026, 2, 26), 0.1548896334322599, 25), (datetime.date(2026, 2, 27), 0.15639875109156237, 23)), 'emr': ((datetime.date(2026, 2, 3), 0.0236121863838478, 9), (datetime.date(2026, 2, 7), 0.04192823104216098, 9), (datetime.date(2026, 2, 9), 0.09058927952438708, 7), (datetime.date(2026, 2, 10), 0.09372885752559539, 7), (datetime.date(2026, 2, 11), 0.08171282483797124, 19), (datetime.date(2026, 2, 12), 0.07886563009871114, 7), (datetime.date(2026, 2, 13), 0.08092547646003681, 10), (datetime.date(2026, 2, 14), 0.06233164930800608, 9), (datetime.date(2026, 2, 16), 0.07095898631019287, 16), (datetime.date(2026, 2, 17), 0.07081294600149544, 8), (datetime.date(2026, 2, 18), 0.06936312204871438, 11), (datetime.date(2026, 2, 19), 0.0689849434368442, 11), (datetime.date(2026, 2, 20), 0.07771189035809944, 10), (datetime.date(2026, 2, 23), 0.09500605261077413, 17), (datetime.date(2026, 2, 24), 0.05719206795647203, 10), (datetime.date(2026, 2, 25), 0.06979807873255395, 13), (datetime.date(2026, 2, 26), 0.09263059355438086, 26), (datetime.date(2026, 2, 27), 0.08100709652402738, 12)), 'aluminium': ((datetime.date(2026, 2, 9), 0.0994518193467582, 8), (datetime.date(2026, 2, 11), 0.05637863811324274, 21), (datetime.date(2026, 2, 12), 0.08461958863709221, 16), (datetime.date(2026, 2, 13), 0.07505827545280838, 8), (datetime.date(2026, 2, 14), 0.11782477719749068, 5), (datetime.date(2026, 2, 16), 0.1034234215903983, 14), (datetime.date(2026, 2, 17), 0.07977270901830243, 13), (datetime.date(2026, 2, 18), 0.1059681079373865, 13), (datetime.date(2026, 2, 19), 0.08352030944758666, 11), (datetime.date(2026, 2, 20), 0.07322061885719121, 12), (datetime.date(2026, 2, 23), 0.061030562302258874, 12), (datetime.date(2026, 2, 24), 0.05841316020363917, 10), (datetime.date(2026, 2, 25), 0.05822902915820761, 11), (datetime.date(2026, 2, 26), 0.06754473992552175, 13), (datetime.date(2026, 2, 27), 0.07842927203848013, 13)), 'ela': ((datetime.date(2026, 2, 10), 0.04101609941515389, 43), (datetime.date(2026, 2, 11), 0.14970696936132752, 44), (datetime.date(2026, 2, 12), 0.19927435122083215, 24), (datetime.date(2026, 2, 13), 0.11803179225915822, 22), (datetime.date(2026, 2, 14), 0.10313852470824403, 22), (datetime.date(2026, 2, 16), 0.18240077416692127, 21), (datetime.date(2026, 2, 17), 0.2126447982673324, 24), (datetime.date(2026, 2, 18), 0.14510647216863462, 21), (datetime.date(2026, 2, 19), 0.1701059363110681, 26), (datetime.date(2026, 2, 20), 0.11210022732590255, 25), (datetime.date(2026, 2, 24), 0.056587168053213545, 18), (datetime.date(2026, 2, 25), 0.10045005404096405, 24), (datetime.date(2026, 2, 26), 0.1559464256266354, 22), (datetime.date(2026, 2, 27), 0.09847630045662441, 23))}, 'quality_array': [['-6.05031317935361', '02022026'], ['-6.145360664772454', '03022026'], ['-6.1082724945803655', '04022026'], ['-5.963285461771053', '05022026'], ['-6.250432893562645', '07022026'], ['-6.13462135682969', '09022026'], ['-6.66536185391388', '10022026'], ['-5.682341735818976', '11022026'], ['-4.515572400270929', '12022026'], ['-4.4843288577801985', '13022026'], ['-4.584131265227908', '14022026'], ['-4.598042446174463', '16022026'], ['-4.504212043007656', '17022026'], ['-4.511636770572234', '18022026'], ['-4.469025811518621', '19022026'], ['-4.633418905861036', '20022026'], ['-4.505867312984923', '23022026'], ['-4.498358449110048', '24022026'], ['-4.605884979225079', '25022026'], ['-4.658751567818897', '26022026'], ['-4.690167833206527', '27022026']], 'number_of_batch': ((1985,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.011588217864606927, 'nb_photo': 1225, 'list_port_cont': '30302438,30317511,30317771,30317955,30318228,30319277,30322064,30333367,30335081,30337865,30348810,30349733,30355400,30356186,30362994,30364431,30364707,30364713,30365009,30365330,30365364,30365807,30366249,30366305,30366487,30367646,30371175,30372104,30372149,30372994,30374100,30374830,30375478,30375803,30376022,30376742,30379872,30381269,30381296,30381542,30382048,30382806,30383661,30383955,30384648,30384964,30385227,30385899,30386309,30386324,30386380,30386668,30389927,30390421,30390982,30391005,30391757,30391773,30392538,30393458,30393507,30393545,30394391,30411421,30411552,30412364,30414170,30414283,30415979,30415993,30416470,30417187,30417764,30422386,30423180,30424102,30424803,30424867,30426473,30426647,30428128,30429529,30430718,30433105,30434251,30434463,30434565,30437341,30437473,30438810,30439028,30439169,30439672,30440054,30458659,30459500,30461284,30462843,30464519,30464582,30464807,30467661,30468011,30468100,30470294,30470798,30470807,30474928,30474982,30475144,30482197,30482901,30485162,3048534', 'assoc_port': '30302181:30302438,30316894:30317955,30316896:30319277,30316906:30317771,30316933:30317511,30317937:30318228,30321406:30322064,30333126:30333367,30335012:30335081,30337652:30337865,30348419:30348810,30349656:30349733,30350356:30355400,30355869:30356186,30362769:30362994,30364114:30365009,30364119:30364431,30364596:30364713,30364602:30364707,30365105:30365364,30365108:30365330,30365610:30365807,30366054:30366305,30366058:30366487,30366063:30366249,30366707:30367646,30371017:30371175,30371985:30372104,30371990:30372149,30372622:30372994,30373080:30374100,30374253:30374830,30374864:30375478,30374916:30379872,30375563:30376022,30375570:30375803,30376036:30376742,30380937:30381269,30380939:30381296,30381413:30381542,30381818:30382048,30382509:30383955,30382731:30382806,30383449:30383661,30383769:30384964,30384641:30384648,30385068:30385227,30385659:30385899,30386168:30386309,30386172:30386324,30386178:30386380,30386611:30386668,30389679:30389927,30390234:30390421,30390823:30391005,30390827:30390982,30391458:3039253', 'assoc_mat': '30302181:autre:3327:30302438,30316894:autre:3327:30317955,30316896:autre:3327:30319277,30316906:autre:3327:30317771,30316933:autre:3327:30317511,30317937:autre:3327:30318228,30321406:autre:3327:30322064,30333126:autre:3327:30333367,30335012:autre:3327:30335081,30337652:autre:3327:30337865,30348419:autre:3327:30348810,30349656:autre:3327:30349733,30350356:autre:3327:30355400,30355869:autre:3327:30356186,30362769:autre:3327:30362994,30364114:autre:3327:30365009,30364119:autre:3327:30364431,30364596:autre:3327:30364713,30364602:autre:3327:30364707,30365105:autre:3327:30365364,30365108:autre:3327:30365330,30365610:autre:3327:30365807,30366054:autre:3327:30366305,30366058:autre:3327:30366487,30366063:autre:3327:30366249,30366707:autre:3327:30367646,30371017:autre:3327:30371175,30371985:autre:3327:30372104,30371990:autre:3327:30372149,30372622:autre:3327:30372994,30373080:autre:3327:30374100,30374253:autre:3327:30374830,30374864:autre:3327:30375478,30374916:autre:3327:30379872,30375563:autre:3327:30376022,30375570:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001271746154597147, 'nb_photo': 178, 'list_port_cont': '30291992,30293474,30303679,30305343,30317026,30318686,30319836,30334541,30335300,30336428,30337160,30350630,30354008,30356199,30364444,30365850,30375817,30376128,30382002,30390388,30414052,30414118,30415905,30417142,30422405,30428049,30439806,30463284,30474683,30482132,30556982,30557479', 'assoc_port': '30291900:30291992,30293213:30293474,30303524:30303679,30305288:30305343,30316887:30318686,30316902:30317026,30319681:30319836,30334523:30334541,30335122:30335300,30336232:30336428,30336905:30337160,30350359:30350630,30353968:30354008,30355868:30356199,30364122:30364444,30365606:30365850,30375567:30375817,30375989:30376128,30381801:30382002,30390238:30390388,30413755:30414052,30413756:30414118,30415664:30415905,30416949:30417142,30422132:30422405,30427763:30428049,30439717:30439806,30462764:30463284,30474277:30474683,30481865:30482132,30520289:30556982,30521693:30557479', 'assoc_mat': '30291900:autre:3594:30291992,30293213:autre:3594:30293474,30303524:autre:3594:30303679,30305288:autre:3594:30305343,30316887:autre:3594:30318686,30316902:autre:3594:30317026,30319681:autre:3594:30319836,30334523:autre:3594:30334541,30335122:autre:3594:30335300,30336232:autre:3594:30336428,30336905:autre:3594:30337160,30350359:autre:3594:30350630,30353968:autre:3594:30354008,30355868:autre:3594:30356199,30364122:autre:3594:30364444,30365606:autre:3594:30365850,30375567:autre:3594:30375817,30375989:autre:3594:30376128,30381801:autre:3594:30382002,30390238:autre:3594:30390388,30413755:autre:3594:30414052,30413756:autre:3594:30414118,30415664:autre:3594:30415905,30416949:autre:3594:30417142,30422132:autre:3594:30422405,30427763:autre:3594:30428049,30439717:autre:3594:30439806,30462764:autre:3594:30463284,30474277:autre:3594:30474683,30481865:autre:3594:30482132,30520289:autre:3594:30556982,30521693:autre:3594:30557479'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.03419417534237899, 'nb_photo': 2506, 'list_port_cont': '30290369,30291446,30291625,30291913,30293047,30293330,30294421,30300046,30300299,30300587,30300617,30301222,30301233,30301270,30301318,30302342,30302369,30302840,30302852,30303550,30303560,30303641,30304184,30304350,30305297,30307865,30307905,30310777,30311436,30314975,30315386,30316299,30316754,30317321,30317368,30317430,30317459,30317536,30317607,30317639,30317695,30317706,30317750,30317793,30317801,30317899,30318171,30318267,30318771,30318911,30318975,30320046,30320706,30320886,30321525,30322390,30322648,30322664,30327148,30327161,30327253,30327260,30327419,30327572,30333637,30333862,30334533,30334713,30334758,30335560,30335666,30336321,30336501,30337086,30337389,30337701,30346658,30346696,30346904,30346960,30347322,30348651,30348724,30363393,30364605,30365147,30366037,30370833,30370862,30370873,30372020,30374358,30375092,30376151,30376666,30376763,30380630,30381140,30382753,30382784,30386223,30389795,30390928,30394675,30411023,30414314,30414340,30415729,30416627,30417049,30423933,30424501,30424549,3042457', 'assoc_port': '30290351:30290369,30291287:30291446,30291611:30291625,30291902:30291913,30292864:30293047,30293214:30293330,30294223:30294421,30299944:30300046,30300247:30300299,30300542:30300617,30300544:30300587,30301102:30301318,30301161:30301222,30301180:30301233,30301181:30301270,30302179:30302369,30302182:30302342,30302714:30302852,30302752:30302840,30303518:30303641,30303520:30303560,30303527:30303550,30303948:30304184,30304346:30304350,30305289:30305297,30307815:30307905,30307822:30307865,30310712:30311436,30310719:30310777,30314901:30314975,30315256:30315386,30316218:30316299,30316572:30316754,30316872:30318267,30316875:30318171,30316883:30317899,30316886:30317793,30316889:30317801,30316892:30317750,30316895:30317695,30316900:30317706,30316904:30317639,30316905:30317607,30316908:30317536,30316912:30317459,30316914:30317430,30316918:30317368,30316921:30317321,30316936:30318771,30317931:30318975,30317951:30318911,30319874:30320046,30320625:30320706,30320880:30320886,30321386:30321525,30322313:30322390,30322553:3032264', 'assoc_mat': '30290351:autre_refus:3726:30290369,30291287:autre_refus:3726:30291446,30291611:autre_refus:3726:30291625,30291902:autre_refus:3726:30291913,30292864:autre_refus:3726:30293047,30293214:autre_refus:3726:30293330,30294223:autre_refus:3726:30294421,30299944:autre_refus:3726:30300046,30300247:autre_refus:3726:30300299,30300542:autre_refus:3726:30300617,30300544:autre_refus:3726:30300587,30301102:autre_refus:3726:30301318,30301161:autre_refus:3726:30301222,30301180:autre_refus:3726:30301233,30301181:autre_refus:3726:30301270,30302179:autre_refus:3726:30302369,30302182:autre_refus:3726:30302342,30302714:autre_refus:3726:30302852,30302752:autre_refus:3726:30302840,30303518:autre_refus:3726:30303641,30303520:autre_refus:3726:30303560,30303527:autre_refus:3726:30303550,30303948:autre_refus:3726:30304184,30304346:autre_refus:3726:30304350,30305289:autre_refus:3726:30305297,30307815:autre_refus:3726:30307905,30307822:autre_refus:3726:30307865,30310712:autre_refus:3726:30311436,30310719:autre_refus:3726:30310777,30314901:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.010484700279795166, 'nb_photo': 1437, 'list_port_cont': '30348807,30349741,30355398,30356174,30363005,30364421,30364702,30364719,30365018,30365334,30365366,30365809,30366248,30366292,30366494,30367637,30371180,30372098,30372142,30373004,30374097,30374824,30375475,30375810,30376029,30376734,30379876,30381263,30381287,30381297,30381533,30382051,30382802,30383669,30383945,30384647,30384976,30385217,30385895,30386316,30386334,30386384,30386674,30389919,30390423,30390991,30391001,30391748,30391763,30392544,30393459,30393513,30393532,30394393,30411423,30411548,30412370,30414165,30414286,30415983,30416003,30416473,30417191,30417765,30422388,30423177,30424091,30424806,30424865,30426463,30426638,30428131,30428925,30429541,30430725,30433103,30434248,30434465,30434561,30437352,30437475,30438811,30439021,30439168,30439514,30439662,30440049,30458671,30459498,30461285,30462842,30464521,30464574,30464799,30467665,30468014,30468098,30470287,30470789,30470811,30474916,30474972,30475143,30482195,30482898,30485163,30485337,30487509,30489145,30489152,30520700,30520715,30520748,3052465', 'assoc_port': '30348419:30348807,30349656:30349741,30350356:30355398,30355869:30356174,30362769:30363005,30364114:30365018,30364119:30364421,30364596:30364719,30364602:30364702,30365105:30365366,30365108:30365334,30365610:30365809,30366054:30366292,30366058:30366494,30366063:30366248,30366707:30367637,30371017:30371180,30371985:30372098,30371990:30372142,30372622:30373004,30373080:30374097,30374253:30374824,30374864:30375475,30374916:30379876,30375563:30376029,30375570:30375810,30376036:30376734,30380937:30381263,30380939:30381297,30380946:30381287,30381413:30381533,30381818:30382051,30382509:30383945,30382731:30382802,30383449:30383669,30383769:30384976,30384641:30384647,30385068:30385217,30385659:30385895,30386168:30386316,30386172:30386334,30386178:30386384,30386611:30386674,30389679:30389919,30390234:30390423,30390823:30391001,30390827:30390991,30391458:30392544,30391466:30391763,30391469:30391748,30393092:30393532,30393099:30393459,30393141:30393513,30394257:30394393,30411284:30411423,30411466:30411548,30412116:3041237', 'assoc_mat': '30348419:barquette_avec_film:3327:30348807,30349656:barquette_avec_film:3327:30349741,30350356:barquette_avec_film:3327:30355398,30355869:barquette_avec_film:3327:30356174,30362769:barquette_avec_film:3327:30363005,30364114:barquette_avec_film:3327:30365018,30364119:barquette_avec_film:3327:30364421,30364596:barquette_avec_film:3327:30364719,30364602:barquette_avec_film:3327:30364702,30365105:barquette_avec_film:3327:30365366,30365108:barquette_avec_film:3327:30365334,30365610:barquette_avec_film:3327:30365809,30366054:barquette_avec_film:3327:30366292,30366058:barquette_avec_film:3327:30366494,30366063:barquette_avec_film:3327:30366248,30366707:barquette_avec_film:3327:30367637,30371017:barquette_avec_film:3327:30371180,30371985:barquette_avec_film:3327:30372098,30371990:barquette_avec_film:3327:30372142,30372622:barquette_avec_film:3327:30373004,30373080:barquette_avec_film:3327:30374097,30374253:barquette_avec_film:3327:30374824,30374864:barquette_avec_film:3327:30375475,30374916:barquette_avec_film:3327:3'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0047719111645542316, 'nb_photo': 392, 'list_port_cont': '30348706,30350506,30350586,30350841,30362661,30365294,30366166,30376096,30376787,30381956,30383874,30386284,30386614,30390300,30393652,30413356,30413974,30415850,30417507,30422308,30427541,30427912,30434146,30434166,30437193,30438733,30439765,30462186,30481970,30515385,30515528,30548488,30550632,30554470,30555321,30561151,30561816,30563500,30567243,30569989,30570642,30570766', 'assoc_port': '30348405:30348706,30350358:30350586,30350360:30350506,30350789:30350841,30362654:30362661,30365098:30365294,30366062:30366166,30374184:30376787,30376035:30376096,30381798:30381956,30383750:30383874,30386171:30386284,30386613:30386614,30390237:30390300,30391858:30393652,30411795:30413356,30412112:30413974,30415627:30415850,30416943:30417507,30422128:30422308,30426079:30427541,30427759:30427912,30433953:30434166,30433956:30434146,30437163:30437193,30438513:30438733,30439716:30439765,30461853:30462186,30466591:30515528,30481873:30481970,30486695:30515385,30520310:30561816,30520335:30570766,30521049:30567243,30521147:30569989,30522388:30570642,30523044:30561151,30535167:30563500,30535853:30550632,30536090:30554470,30544206:30555321,30548091:30548488', 'assoc_mat': '30348405:barquette_opaque:4205:30348706,30350358:barquette_opaque:4205:30350586,30350360:barquette_opaque:4205:30350506,30350789:barquette_opaque:4205:30350841,30362654:barquette_opaque:4205:30362661,30365098:barquette_opaque:4205:30365294,30366062:barquette_opaque:4205:30366166,30374184:barquette_opaque:4205:30376787,30376035:barquette_opaque:4205:30376096,30381798:barquette_opaque:4205:30381956,30383750:barquette_opaque:4205:30383874,30386171:barquette_opaque:4205:30386284,30386613:barquette_opaque:4205:30386614,30390237:barquette_opaque:4205:30390300,30391858:barquette_opaque:4205:30393652,30411795:barquette_opaque:4205:30413356,30412112:barquette_opaque:4205:30413974,30415627:barquette_opaque:4205:30415850,30416943:barquette_opaque:4205:30417507,30422128:barquette_opaque:4205:30422308,30426079:barquette_opaque:4205:30427541,30427759:barquette_opaque:4205:30427912,30433953:barquette_opaque:4205:30434166,30433956:barquette_opaque:4205:30434146,30437163:barquette_opaque:4205:30437193,30438513:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.02504914727813065, 'nb_photo': 3464, 'list_port_cont': '30355515,30364399,30365287,30366321,30372217,30375486,30375510,30376420,30381556,30383688,30384875,30386371,30391018,30391311,30393742,30393795,30397105,30411402,30413049,30414423,30416519,30417269,30422458,30424747,30426495,30426584,30428244,30430627,30434538,30437850,30439186,30458851,30462869,30547918,30548149,30550480,30555926,30556383,30556554,30556877,30558135,30562767,30563356,30563962,30568139,30571492,30572008,30572451,30572551', 'assoc_port': '30355431:30355515,30364116:30364399,30365106:30365287,30366060:30366321,30371984:30372217,30374838:30375486,30374917:30375510,30376032:30376420,30381411:30381556,30383444:30383688,30384777:30384875,30386174:30386371,30390228:30391311,30390868:30391018,30392089:30393795,30393088:30397105,30393660:30393742,30411282:30411402,30412938:30413049,30414207:30414423,30416250:30416519,30416948:30417269,30422158:30422458,30424474:30424747,30426083:30426495,30426096:30426584,30427756:30428244,30429228:30430627,30434454:30434538,30437569:30437850,30439084:30439186,30458034:30458851,30461856:30462869,30482699:30556383,30520286:30558135,30520313:30562767,30521152:30571492,30521340:30547918,30521981:30572551,30522565:30548149,30523373:30563356,30534710:30572451,30534715:30572008,30535493:30563962,30535790:30550480,30539171:30556877,30544211:30555926,30547795:30556554,30549864:30568139', 'assoc_mat': '30355431:barquette_opaque:4203:30355515,30364116:barquette_opaque:4203:30364399,30365106:barquette_opaque:4203:30365287,30366060:barquette_opaque:4203:30366321,30371984:barquette_opaque:4203:30372217,30374838:barquette_opaque:4203:30375486,30374917:barquette_opaque:4203:30375510,30376032:barquette_opaque:4203:30376420,30381411:barquette_opaque:4203:30381556,30383444:barquette_opaque:4203:30383688,30384777:barquette_opaque:4203:30384875,30386174:barquette_opaque:4203:30386371,30390228:barquette_opaque:4203:30391311,30390868:barquette_opaque:4203:30391018,30392089:barquette_opaque:4203:30393795,30393088:barquette_opaque:4203:30397105,30393660:barquette_opaque:4203:30393742,30411282:barquette_opaque:4203:30411402,30412938:barquette_opaque:4203:30413049,30414207:barquette_opaque:4203:30414423,30416250:barquette_opaque:4203:30416519,30416948:barquette_opaque:4203:30417269,30422158:barquette_opaque:4203:30422458,30424474:barquette_opaque:4203:30424747,30426083:barquette_opaque:4203:30426495,30426096:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031326897615454427, 'nb_photo': 676, 'list_port_cont': '30348582,30348608,30349704,30350462,30350848,30353027,30355909,30355936,30363431,30363624,30364265,30364340,30364393,30364617,30364686,30365197,30365265,30365629,30365631,30366191,30366760,30366858,30366952,30368803,30370852,30371403,30372816,30372894,30373094,30373450,30373771,30374465,30375067,30375614,30375695,30375713,30376068,30376637,30376831,30381082,30381105,30381169,30381971,30382562,30382571,30383536,30383860,30383894,30384359,30385029,30385391,30386202,30386227,30386631,30389747,30389807,30390282,30390957,30391623,30391936,30392069,30393254,30393284,30393355,30393384,30394297,30394321,30396981,30411050,30411302,30411476,30411489,30411802,30412228,30412283,30412301,30413922,30413997,30414550,30414592,30415713,30415788,30416338,30416371,30416649,30417030,30417581,30419093,30422210,30422222,30422839,30423017,30423062,30423910,30423923,30424478,30424569,30424588,30424635,30425026,30426132,30426232,30426283,30426353,30426924,30427773,30427943,30428816,30431365,30432979,30434082,30434138,30434222,3043478', 'assoc_port': '30348407:30348582,30348410:30348608,30349655:30349704,30350361:30350462,30350748:30353027,30350787:30350848,30355867:30355909,30355870:30355936,30363346:30363431,30363571:30363624,30364115:30364393,30364117:30364265,30364120:30364340,30364597:30364686,30364601:30364617,30365100:30365265,30365107:30365197,30365603:30365631,30365608:30365629,30365612:30366760,30366055:30366191,30366061:30368803,30366702:30366952,30366706:30366858,30370758:30370852,30371337:30371403,30371983:30373450,30372581:30373771,30372621:30372816,30372623:30372894,30373081:30373094,30374164:30374465,30374937:30375067,30375561:30375713,30375564:30375695,30375566:30375614,30376015:30376068,30376541:30376637,30376770:30376831,30380938:30381169,30380943:30381105,30380945:30381082,30381796:30381971,30381804:30382571,30382511:30382562,30383445:30383536,30383452:30385029,30383770:30383894,30383772:30383860,30384242:30384359,30385341:30385391,30386167:30386227,30386170:30386202,30386612:30386631,30389677:30389807,30389683:30389747,30390235:3039028', 'assoc_mat': '30348407:barquette_opaque:4207:30348582,30348410:barquette_opaque:4207:30348608,30349655:barquette_opaque:4207:30349704,30350361:barquette_opaque:4207:30350462,30350748:barquette_opaque:4207:30353027,30350787:barquette_opaque:4207:30350848,30355867:barquette_opaque:4207:30355909,30355870:barquette_opaque:4207:30355936,30363346:barquette_opaque:4207:30363431,30363571:barquette_opaque:4207:30363624,30364115:barquette_opaque:4207:30364393,30364117:barquette_opaque:4207:30364265,30364120:barquette_opaque:4207:30364340,30364597:barquette_opaque:4207:30364686,30364601:barquette_opaque:4207:30364617,30365100:barquette_opaque:4207:30365265,30365107:barquette_opaque:4207:30365197,30365603:barquette_opaque:4207:30365631,30365608:barquette_opaque:4207:30365629,30365612:barquette_opaque:4207:30366760,30366055:barquette_opaque:4207:30366191,30366061:barquette_opaque:4207:30368803,30366702:barquette_opaque:4207:30366952,30366706:barquette_opaque:4207:30366858,30370758:barquette_opaque:4207:30370852,30371337:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0059244828581451, 'nb_photo': 40, 'list_port_cont': '30334558,30338052,30357353,30363575,30364289,30372032,30376688,30382608,30383813,30394272,30412968,30413101,30416056,30423952,30426308,30427974,30428892,30434182,30435262,30436952,30439597,30457604,30459434,30520671,30530100,30531963,30548570,30550537,30559105,30560232,30570247', 'assoc_port': '30334524:30334558,30338007:30338052,30357343:30357353,30363569:30363575,30364118:30364289,30371989:30372032,30376034:30376688,30381802:30383813,30382510:30382608,30393123:30394272,30411463:30413101,30412937:30412968,30413760:30416056,30423731:30423952,30426099:30426308,30427753:30427974,30428693:30428892,30433954:30434182,30434449:30436952,30435214:30435262,30439501:30439597,30457292:30457604,30459234:30459434,30520343:30520671,30521127:30531963,30521660:30530100,30534711:30570247,30534793:30560232,30535492:30559105,30544165:30550537,30548087:30548570', 'assoc_mat': '30334524:barquette_opaque:4461:30334558,30338007:barquette_opaque:4461:30338052,30357343:barquette_opaque:4461:30357353,30363569:barquette_opaque:4461:30363575,30364118:barquette_opaque:4461:30364289,30371989:barquette_opaque:4461:30372032,30376034:barquette_opaque:4461:30376688,30381802:barquette_opaque:4461:30383813,30382510:barquette_opaque:4461:30382608,30393123:barquette_opaque:4461:30394272,30411463:barquette_opaque:4461:30413101,30412937:barquette_opaque:4461:30412968,30413760:barquette_opaque:4461:30416056,30423731:barquette_opaque:4461:30423952,30426099:barquette_opaque:4461:30426308,30427753:barquette_opaque:4461:30427974,30428693:barquette_opaque:4461:30428892,30433954:barquette_opaque:4461:30434182,30434449:barquette_opaque:4461:30436952,30435214:barquette_opaque:4461:30435262,30439501:barquette_opaque:4461:30439597,30457292:barquette_opaque:4461:30457604,30459234:barquette_opaque:4461:30459434,30520343:barquette_opaque:4461:30520671,30521127:barquette_opaque:4461:30531963,30521660:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.02311234505404649, 'nb_photo': 4188, 'list_port_cont': '30302303,30302311,30317030,30317275,30335598,30348558,30350869,30350958,30357407,30363612,30364667,30365220,30366139,30366283,30366721,30366936,30368817,30370915,30371693,30373136,30373508,30373514,30375176,30375200,30375594,30375722,30375798,30376160,30376648,30376803,30381115,30381991,30382738,30382869,30383486,30383550,30383839,30384520,30384862,30385415,30385820,30386299,30388418,30389814,30389910,30390325,30390931,30390965,30391612,30391713,30393274,30393303,30393378,30393406,30394333,30411517,30412010,30412236,30412944,30413941,30414044,30414351,30414453,30415801,30416349,30416732,30417062,30417250,30417602,30422273,30422325,30423121,30423127,30424646,30424670,30426196,30426936,30427552,30427806,30427962,30428055,30428834,30429628,30430753,30433029,30434118,30434495,30434841,30435253,30436605,30437255,30437783,30438641,30439132,30439584,30439635,30457590,30457644,30457902,30462288,30463092,30464393,30464540,30464659,30469676,30469875,30471156,30471294,30474550,30474602,30479702,30482072,30482889,3048291', 'assoc_port': '30302187:30302311,30302189:30302303,30316924:30317275,30316935:30317030,30335480:30335598,30348435:30348558,30349654:30350958,30350775:30350869,30357342:30357407,30363573:30363612,30364600:30364667,30365097:30366283,30365104:30365220,30365609:30366721,30366053:30368817,30366059:30366139,30366703:30371693,30366704:30366936,30370765:30370915,30371981:30373514,30371991:30373508,30373082:30373136,30374223:30376803,30374915:30375176,30374918:30375200,30375559:30375798,30375562:30375594,30375569:30375722,30376037:30376160,30376542:30376648,30380941:30381115,30381409:30382869,30381803:30381991,30381833:30383839,30382730:30382738,30383450:30383550,30383451:30383486,30384240:30384520,30384775:30384862,30385342:30385415,30385661:30385820,30386173:30386299,30386179:30388418,30389671:30389910,30389681:30389814,30390233:30390325,30390824:30390965,30390866:30390931,30391462:30391713,30391467:30391612,30393090:30393406,30393097:30393378,30393098:30393303,30393140:30393274,30394258:30394333,30410949:30412236,30411465:3041151', 'assoc_mat': '30302187:barquette_opaque:4200:30302311,30302189:barquette_opaque:4200:30302303,30316924:barquette_opaque:4200:30317275,30316935:barquette_opaque:4200:30317030,30335480:barquette_opaque:4200:30335598,30348435:barquette_opaque:4200:30348558,30349654:barquette_opaque:4200:30350958,30350775:barquette_opaque:4200:30350869,30357342:barquette_opaque:4200:30357407,30363573:barquette_opaque:4200:30363612,30364600:barquette_opaque:4200:30364667,30365097:barquette_opaque:4200:30366283,30365104:barquette_opaque:4200:30365220,30365609:barquette_opaque:4200:30366721,30366053:barquette_opaque:4200:30368817,30366059:barquette_opaque:4200:30366139,30366703:barquette_opaque:4200:30371693,30366704:barquette_opaque:4200:30366936,30370765:barquette_opaque:4200:30370915,30371981:barquette_opaque:4200:30373514,30371991:barquette_opaque:4200:30373508,30373082:barquette_opaque:4200:30373136,30374223:barquette_opaque:4200:30376803,30374915:barquette_opaque:4200:30375176,30374918:barquette_opaque:4200:30375200,30375559:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006177480562929052, 'nb_photo': 109, 'list_port_cont': '30303365,30309273,30334725,30335619,30346675,30370887,30371057,30372956,30374588,30376118,30376623,30380798,30382773,30390261,30391714,30393414,30394360,30394441,30411523,30416427,30422252,30425081,30425611,30434092,30435316,30462086,30467426,30486869,30508547,30520502,30524531,30524740,30524943,30524963,30526593,30526843,30527163,30548468,30550216,30550384,30551566,30552553,30552898,30553325,30560140,30560447,30567926', 'assoc_port': '30303219:30303365,30307826:30309273,30334710:30334725,30335476:30335619,30346647:30346675,30370760:30370887,30371012:30371057,30372619:30372956,30374203:30374588,30375954:30376118,30376564:30376623,30380593:30380798,30382729:30382773,30390239:30390261,30391461:30391714,30393087:30394441,30393093:30393414,30394260:30394360,30411468:30411523,30416254:30416427,30422134:30422252,30423711:30425611,30424985:30425081,30433957:30434092,30435212:30435316,30461848:30462086,30466584:30467426,30484222:30508547,30486694:30486869,30520288:30526843,30520331:30526593,30520369:30520502,30521126:30527163,30521802:30524963,30522390:30524943,30522680:30524740,30523375:30524531,30534707:30560447,30534708:30553325,30535163:30560140,30535499:30552898,30536211:30552553,30539168:30551566,30544180:30567926,30547787:30550384,30547788:30548468,30549866:30550216', 'assoc_mat': '30303219:barquette_opaque:4209:30303365,30307826:barquette_opaque:4209:30309273,30334710:barquette_opaque:4209:30334725,30335476:barquette_opaque:4209:30335619,30346647:barquette_opaque:4209:30346675,30370760:barquette_opaque:4209:30370887,30371012:barquette_opaque:4209:30371057,30372619:barquette_opaque:4209:30372956,30374203:barquette_opaque:4209:30374588,30375954:barquette_opaque:4209:30376118,30376564:barquette_opaque:4209:30376623,30380593:barquette_opaque:4209:30380798,30382729:barquette_opaque:4209:30382773,30390239:barquette_opaque:4209:30390261,30391461:barquette_opaque:4209:30391714,30393087:barquette_opaque:4209:30394441,30393093:barquette_opaque:4209:30393414,30394260:barquette_opaque:4209:30394360,30411468:barquette_opaque:4209:30411523,30416254:barquette_opaque:4209:30416427,30422134:barquette_opaque:4209:30422252,30423711:barquette_opaque:4209:30425611,30424985:barquette_opaque:4209:30425081,30433957:barquette_opaque:4209:30434092,30435212:barquette_opaque:4209:30435316,30461848:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.06551804289558974, 'nb_photo': 34730, 'list_port_cont': '30289858,30290284,30290488,30290610,30291534,30291589,30291636,30291699,30291931,30291955,30292237,30292280,30293122,30294104,30294154,30294482,30294575,30302366,30302417,30303436,30303697,30304242,30304444,30305383,30307992,30308012,30308038,30308059,30311554,30312225,30315153,30315167,30315416,30315433,30316088,30316119,30316131,30316446,30316728,30316761,30317175,30317217,30317309,30317554,30317655,30317827,30317856,30317866,30317879,30318028,30318060,30318137,30318157,30318200,30318239,30318283,30318295,30318705,30319109,30319130,30319167,30319817,30320213,30320948,30321216,30321220,30321307,30321728,30321924,30322048,30322453,30322525,30322697,30322887,30322909,30327141,30327241,30327273,30327368,30327491,30327519,30327588,30327660,30329872,30333288,30333295,30333322,30333912,30333928,30334302,30334596,30334601,30334790,30335297,30335342,30336559,30337064,30337125,30337446,30337787,30337822,30337844,30346430,30346766,30346769,30347064,30347435,30348755,30349320,30349712,30350881,30350895,30356167,3036350', 'assoc_port': '30289306:30290610,30289774:30289858,30290043:30290284,30290347:30290488,30291286:30291589,30291289:30291534,30291609:30291699,30291612:30291636,30291899:30291955,30291901:30291931,30292077:30292280,30292101:30292237,30292862:30293122,30293775:30294154,30293777:30294104,30294224:30294575,30294228:30294482,30302186:30302366,30302190:30302417,30303218:30303436,30303526:30303697,30303943:30304242,30304344:30304444,30305286:30305383,30307814:30308059,30307816:30308012,30307817:30308038,30307818:30307992,30310708:30312225,30310716:30311554,30314898:30315167,30314900:30315153,30315255:30315433,30315259:30315416,30315979:30316088,30315981:30316119,30315984:30316131,30316220:30316446,30316647:30316728,30316648:30316761,30316860:30318705,30316864:30318239,30316865:30319817,30316866:30318137,30316869:30317217,30316873:30318295,30316877:30318283,30316882:30318060,30316884:30318028,30316885:30317866,30316893:30317879,30316897:30317856,30316903:30317827,30316911:30317655,30316920:30317554,30316925:30317309,30316934:3031717', 'assoc_mat': '30289306:barquette_opaque:4211:30290610,30289774:barquette_opaque:4211:30289858,30290043:barquette_opaque:4211:30290284,30290347:barquette_opaque:4211:30290488,30291286:barquette_opaque:4211:30291589,30291289:barquette_opaque:4211:30291534,30291609:barquette_opaque:4211:30291699,30291612:barquette_opaque:4211:30291636,30291899:barquette_opaque:4211:30291955,30291901:barquette_opaque:4211:30291931,30292077:barquette_opaque:4211:30292280,30292101:barquette_opaque:4211:30292237,30292862:barquette_opaque:4211:30293122,30293775:barquette_opaque:4211:30294154,30293777:barquette_opaque:4211:30294104,30294224:barquette_opaque:4211:30294575,30294228:barquette_opaque:4211:30294482,30302186:barquette_opaque:4211:30302366,30302190:barquette_opaque:4211:30302417,30303218:barquette_opaque:4211:30303436,30303526:barquette_opaque:4211:30303697,30303943:barquette_opaque:4211:30304242,30304344:barquette_opaque:4211:30304444,30305286:barquette_opaque:4211:30305383,30307814:barquette_opaque:4211:30308059,30307816:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.00506939861024885, 'nb_photo': 877, 'list_port_cont': '30302440,30317967,30319575,30335083,30336572,30337471,30346440,30348817,30349736,30355403,30356185,30362995,30364420,30364709,30364715,30365006,30365338,30365371,30365801,30366260,30366302,30366493,30367647,30371174,30372151,30373005,30374110,30374835,30375483,30376020,30376744,30379882,30381260,30381283,30381300,30381544,30382043,30382809,30383672,30383957,30384660,30384965,30385223,30385898,30386319,30386329,30386373,30386670,30389922,30390428,30390986,30391003,30391756,30391769,30392546,30393506,30393534,30394387,30411429,30411558,30412371,30414161,30414277,30415985,30415999,30416472,30417195,30417760,30422384,30423170,30424096,30424812,30424866,30426466,30426635,30428123,30428926,30429539,30430719,30433114,30434466,30434568,30437349,30437470,30438814,30439031,30439170,30439669,30440062,30458662,30459497,30461281,30462851,30464524,30464576,30464805,30467669,30468001,30468092,30470293,30470795,30474919,30474983,30475145,30482200,30482895,30485173,30485341,30487506,30489141,30489159,30520721,30520742,3052504', 'assoc_port': '30302181:30302440,30316863:30319575,30316894:30317967,30335012:30335083,30336272:30336572,30337379:30337471,30346387:30346440,30348419:30348817,30349656:30349736,30350356:30355403,30355869:30356185,30362769:30362995,30364114:30365006,30364119:30364420,30364596:30364715,30364602:30364709,30365105:30365371,30365108:30365338,30365610:30365801,30366054:30366302,30366058:30366493,30366063:30366260,30366707:30367647,30371017:30371174,30371990:30372151,30372622:30373005,30373080:30374110,30374253:30374835,30374864:30375483,30374916:30379882,30375563:30376020,30376036:30376744,30380937:30381260,30380939:30381300,30380946:30381283,30381413:30381544,30381818:30382043,30382509:30383957,30382731:30382809,30383449:30383672,30383769:30384965,30384641:30384660,30385068:30385223,30385659:30385898,30386168:30386319,30386172:30386329,30386178:30386373,30386611:30386670,30389679:30389922,30390234:30390428,30390823:30391003,30390827:30390986,30391458:30392546,30391466:30391769,30391469:30391756,30393092:30393534,30393141:3039350', 'assoc_mat': '30302181:bouchon:3327:30302440,30316863:bouchon:3327:30319575,30316894:bouchon:3327:30317967,30335012:bouchon:3327:30335083,30336272:bouchon:3327:30336572,30337379:bouchon:3327:30337471,30346387:bouchon:3327:30346440,30348419:bouchon:3327:30348817,30349656:bouchon:3327:30349736,30350356:bouchon:3327:30355403,30355869:bouchon:3327:30356185,30362769:bouchon:3327:30362995,30364114:bouchon:3327:30365006,30364119:bouchon:3327:30364420,30364596:bouchon:3327:30364715,30364602:bouchon:3327:30364709,30365105:bouchon:3327:30365371,30365108:bouchon:3327:30365338,30365610:bouchon:3327:30365801,30366054:bouchon:3327:30366302,30366058:bouchon:3327:30366493,30366063:bouchon:3327:30366260,30366707:bouchon:3327:30367647,30371017:bouchon:3327:30371174,30371990:bouchon:3327:30372151,30372622:bouchon:3327:30373005,30373080:bouchon:3327:30374110,30374253:bouchon:3327:30374835,30374864:bouchon:3327:30375483,30374916:bouchon:3327:30379882,30375563:bouchon:3327:30376020,30376036:bouchon:3327:30376744,30380937:bouchon:3327:30381260,3'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00959491163873004, 'nb_photo': 383, 'list_port_cont': '30348718,30350509,30350588,30350837,30362655,30365304,30366173,30376103,30376776,30383887,30386276,30386629,30390292,30393639,30413357,30413964,30415860,30417508,30422309,30427528,30427913,30434141,30434165,30437195,30438726,30439754,30462182,30481972,30515386,30515527,30548493,30550627,30554456,30555324,30561149,30561815,30563509,30567248,30569992,30570645,30570770', 'assoc_port': '30348405:30348718,30350358:30350588,30350360:30350509,30350789:30350837,30362654:30362655,30365098:30365304,30366062:30366173,30374184:30376776,30376035:30376103,30383750:30383887,30386171:30386276,30386613:30386629,30390237:30390292,30391858:30393639,30411795:30413357,30412112:30413964,30415627:30415860,30416943:30417508,30422128:30422309,30426079:30427528,30427759:30427913,30433953:30434165,30433956:30434141,30437163:30437195,30438513:30438726,30439716:30439754,30461853:30462182,30466591:30515527,30481873:30481972,30486695:30515386,30520310:30561815,30520335:30570770,30521049:30567248,30521147:30569992,30522388:30570645,30523044:30561149,30535167:30563509,30535853:30550627,30536090:30554456,30544206:30555324,30548091:30548493', 'assoc_mat': '30348405:carton:4205:30348718,30350358:carton:4205:30350588,30350360:carton:4205:30350509,30350789:carton:4205:30350837,30362654:carton:4205:30362655,30365098:carton:4205:30365304,30366062:carton:4205:30366173,30374184:carton:4205:30376776,30376035:carton:4205:30376103,30383750:carton:4205:30383887,30386171:carton:4205:30386276,30386613:carton:4205:30386629,30390237:carton:4205:30390292,30391858:carton:4205:30393639,30411795:carton:4205:30413357,30412112:carton:4205:30413964,30415627:carton:4205:30415860,30416943:carton:4205:30417508,30422128:carton:4205:30422309,30426079:carton:4205:30427528,30427759:carton:4205:30427913,30433953:carton:4205:30434165,30433956:carton:4205:30434141,30437163:carton:4205:30437195,30438513:carton:4205:30438726,30439716:carton:4205:30439754,30461853:carton:4205:30462182,30466591:carton:4205:30515527,30481873:carton:4205:30481972,30486695:carton:4205:30515386,30520310:carton:4205:30561815,30520335:carton:4205:30570770,30521049:carton:4205:30567248,30521147:carton:4205:30569992,3052'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007615878293217735, 'nb_photo': 1277, 'list_port_cont': '30355513,30364408,30365274,30366308,30372221,30375492,30375514,30376421,30381558,30383687,30384879,30386357,30391020,30391300,30393734,30393785,30397100,30411409,30413052,30414436,30416523,30417277,30422469,30424752,30426504,30426588,30428245,30430642,30434536,30437860,30439194,30458842,30462870,30547916,30548152,30550477,30555935,30556376,30556549,30556881,30558134,30562765,30563355,30563972,30568138,30571491,30572014,30572460,30572561', 'assoc_port': '30355431:30355513,30364116:30364408,30365106:30365274,30366060:30366308,30371984:30372221,30374838:30375492,30374917:30375514,30376032:30376421,30381411:30381558,30383444:30383687,30384777:30384879,30386174:30386357,30390228:30391300,30390868:30391020,30392089:30393785,30393088:30397100,30393660:30393734,30411282:30411409,30412938:30413052,30414207:30414436,30416250:30416523,30416948:30417277,30422158:30422469,30424474:30424752,30426083:30426504,30426096:30426588,30427756:30428245,30429228:30430642,30434454:30434536,30437569:30437860,30439084:30439194,30458034:30458842,30461856:30462870,30482699:30556376,30520286:30558134,30520313:30562765,30521152:30571491,30521340:30547916,30521981:30572561,30522565:30548152,30523373:30563355,30534710:30572460,30534715:30572014,30535493:30563972,30535790:30550477,30539171:30556881,30544211:30555935,30547795:30556549,30549864:30568138', 'assoc_mat': '30355431:carton:4203:30355513,30364116:carton:4203:30364408,30365106:carton:4203:30365274,30366060:carton:4203:30366308,30371984:carton:4203:30372221,30374838:carton:4203:30375492,30374917:carton:4203:30375514,30376032:carton:4203:30376421,30381411:carton:4203:30381558,30383444:carton:4203:30383687,30384777:carton:4203:30384879,30386174:carton:4203:30386357,30390228:carton:4203:30391300,30390868:carton:4203:30391020,30392089:carton:4203:30393785,30393088:carton:4203:30397100,30393660:carton:4203:30393734,30411282:carton:4203:30411409,30412938:carton:4203:30413052,30414207:carton:4203:30414436,30416250:carton:4203:30416523,30416948:carton:4203:30417277,30422158:carton:4203:30422469,30424474:carton:4203:30424752,30426083:carton:4203:30426504,30426096:carton:4203:30426588,30427756:carton:4203:30428245,30429228:carton:4203:30430642,30434454:carton:4203:30434536,30437569:carton:4203:30437860,30439084:carton:4203:30439194,30458034:carton:4203:30458842,30461856:carton:4203:30462870,30482699:carton:4203:30556376,3052'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9180710723234846, 'nb_photo': 970, 'list_port_cont': '30303542,30335509,30338293,30348577,30348599,30349694,30350466,30350522,30353032,30355910,30355926,30357379,30363443,30363625,30364255,30364341,30364397,30364626,30364694,30365189,30365262,30365632,30366200,30366762,30366849,30366954,30368804,30370815,30370856,30371405,30372002,30372449,30372901,30373093,30373457,30373763,30374326,30374338,30374457,30375055,30375073,30375615,30375691,30376047,30376069,30376078,30376644,30376832,30376993,30381098,30381171,30381898,30381942,30381975,30383527,30383599,30383866,30383891,30384358,30385028,30385393,30386052,30386200,30386232,30386644,30389738,30389806,30390284,30390319,30390961,30391613,30391645,30391931,30392080,30393252,30393296,30393352,30393392,30394315,30396973,30411046,30411304,30411474,30411492,30411806,30412217,30412298,30413915,30413954,30413998,30414012,30414537,30414590,30415708,30415733,30415785,30416341,30416640,30417026,30417579,30419098,30422205,30422840,30423016,30423073,30423908,30423920,30424485,30424558,30424589,30424625,30425021,30426134,3042621', 'assoc_port': '30303519:30303542,30335479:30335509,30337378:30338293,30348407:30348577,30348410:30348599,30349655:30349694,30350357:30350522,30350361:30350466,30350748:30353032,30355867:30355910,30355870:30355926,30357341:30357379,30363346:30363443,30363571:30363625,30364115:30364397,30364117:30364255,30364120:30364341,30364597:30364694,30364601:30364626,30365100:30365262,30365107:30365189,30365603:30365632,30365612:30366762,30366055:30366200,30366061:30368804,30366702:30366954,30366706:30366849,30370757:30372449,30370758:30370856,30370768:30370815,30371337:30371405,30371983:30373457,30371986:30372002,30372581:30373763,30372623:30372901,30373081:30373093,30374164:30374457,30374236:30374326,30374263:30374338,30374837:30376993,30374937:30375073,30374959:30375055,30375564:30375691,30375566:30375615,30375992:30376078,30376015:30376069,30376031:30376047,30376541:30376644,30376770:30376832,30380938:30381171,30380943:30381098,30381796:30381975,30381797:30381942,30381832:30381898,30383443:30383599,30383445:30383527,30383452:3038502', 'assoc_mat': '30303519:carton:4207:30303542,30335479:carton:4207:30335509,30337378:carton:4207:30338293,30348407:carton:4207:30348577,30348410:carton:4207:30348599,30349655:carton:4207:30349694,30350357:carton:4207:30350522,30350361:carton:4207:30350466,30350748:carton:4207:30353032,30355867:carton:4207:30355910,30355870:carton:4207:30355926,30357341:carton:4207:30357379,30363346:carton:4207:30363443,30363571:carton:4207:30363625,30364115:carton:4207:30364397,30364117:carton:4207:30364255,30364120:carton:4207:30364341,30364597:carton:4207:30364694,30364601:carton:4207:30364626,30365100:carton:4207:30365262,30365107:carton:4207:30365189,30365603:carton:4207:30365632,30365612:carton:4207:30366762,30366055:carton:4207:30366200,30366061:carton:4207:30368804,30366702:carton:4207:30366954,30366706:carton:4207:30366849,30370757:carton:4207:30372449,30370758:carton:4207:30370856,30370768:carton:4207:30370815,30371337:carton:4207:30371405,30371983:carton:4207:30373457,30371986:carton:4207:30372002,30372581:carton:4207:30373763,3037'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01712922885579783, 'nb_photo': 3523, 'list_port_cont': '30303399,30303653,30304201,30305318,30307929,30315120,30316014,30316069,30316403,30317239,30317349,30317475,30317596,30317726,30317971,30318106,30319085,30320102,30320904,30321262,30322477,30327207,30327290,30327335,30333333,30333560,30334264,30334550,30335040,30337128,30338048,30346705,30347400,30348624,30348671,30357345,30363589,30364294,30364632,30365233,30365662,30367043,30371059,30372027,30372783,30372922,30374473,30375104,30375647,30375753,30376197,30376679,30376841,30381124,30382606,30383557,30383814,30383921,30384407,30385156,30386256,30389768,30389870,30390368,30391674,30393317,30394269,30394725,30411889,30412965,30413103,30415763,30415827,30416066,30416703,30417117,30417630,30422357,30423943,30425049,30425387,30426235,30426315,30426960,30427882,30427987,30428888,30432913,30434177,30435255,30436828,30436966,30437259,30437738,30438669,30439601,30439774,30457598,30459419,30462152,30463111,30464404,30467365,30467417,30467524,30469699,30474491,30520562,30520619,30520673,30524561,30524841,30525678,3052575', 'assoc_port': '30303187:30303399,30303528:30303653,30303947:30304201,30305287:30305318,30307823:30307929,30314897:30315120,30315980:30316014,30315986:30316069,30316217:30316403,30316868:30317971,30316878:30317726,30316888:30317596,30316899:30317475,30316919:30317349,30316932:30317239,30317952:30318106,30318928:30319085,30319872:30320102,30320882:30320904,30321182:30321262,30322332:30322477,30327087:30327335,30327094:30327290,30327107:30327207,30333127:30333333,30333489:30333560,30334128:30334264,30334524:30334550,30335014:30335040,30336895:30337128,30338007:30338048,30346643:30346705,30347166:30347400,30348406:30348671,30348409:30348624,30357343:30357345,30363569:30363589,30364118:30364294,30364598:30364632,30365103:30365233,30365611:30365662,30366057:30372783,30366705:30367043,30371015:30371059,30371989:30372027,30372620:30372922,30374183:30374473,30374913:30375753,30374958:30375104,30375568:30375647,30375953:30376197,30376034:30376679,30376771:30376841,30380944:30381124,30381802:30383814,30382510:30382606,30383447:3038355', 'assoc_mat': '30303187:carton:4461:30303399,30303528:carton:4461:30303653,30303947:carton:4461:30304201,30305287:carton:4461:30305318,30307823:carton:4461:30307929,30314897:carton:4461:30315120,30315980:carton:4461:30316014,30315986:carton:4461:30316069,30316217:carton:4461:30316403,30316868:carton:4461:30317971,30316878:carton:4461:30317726,30316888:carton:4461:30317596,30316899:carton:4461:30317475,30316919:carton:4461:30317349,30316932:carton:4461:30317239,30317952:carton:4461:30318106,30318928:carton:4461:30319085,30319872:carton:4461:30320102,30320882:carton:4461:30320904,30321182:carton:4461:30321262,30322332:carton:4461:30322477,30327087:carton:4461:30327335,30327094:carton:4461:30327290,30327107:carton:4461:30327207,30333127:carton:4461:30333333,30333489:carton:4461:30333560,30334128:carton:4461:30334264,30334524:carton:4461:30334550,30335014:carton:4461:30335040,30336895:carton:4461:30337128,30338007:carton:4461:30338048,30346643:carton:4461:30346705,30347166:carton:4461:30347400,30348406:carton:4461:30348671,3034'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.018722112872782904, 'nb_photo': 1206, 'list_port_cont': '30292166,30302302,30303599,30317028,30317264,30317395,30319774,30333821,30334753,30335600,30348557,30350863,30350949,30357405,30363610,30364664,30365222,30366147,30366287,30366715,30366941,30368823,30370912,30371699,30373142,30373503,30373523,30375175,30375203,30375718,30375796,30376158,30376649,30376801,30381108,30381982,30382739,30382874,30383471,30383544,30383835,30384512,30384861,30385418,30385822,30386304,30389827,30389903,30390335,30390934,30390964,30391599,30391710,30393272,30393302,30393376,30393407,30394341,30411516,30412012,30412242,30412949,30413931,30414036,30414353,30414447,30415809,30416357,30416729,30417065,30417245,30417598,30422278,30422335,30423110,30423134,30424639,30424672,30426187,30426948,30427559,30427809,30427959,30428057,30428836,30429615,30430759,30433024,30434122,30434496,30434835,30435249,30436602,30437248,30437776,30438638,30439130,30439570,30439631,30457580,30457645,30457905,30462286,30463094,30464398,30464539,30464671,30469689,30469880,30471155,30471297,30474554,30474591,3047970', 'assoc_port': '30292100:30292166,30302189:30302302,30303523:30303599,30316910:30317395,30316924:30317264,30316935:30317028,30319679:30319774,30333729:30333821,30334709:30334753,30335480:30335600,30348435:30348557,30349654:30350949,30350775:30350863,30357342:30357405,30363573:30363610,30364600:30364664,30365097:30366287,30365104:30365222,30365609:30366715,30366053:30368823,30366059:30366147,30366703:30371699,30366704:30366941,30370765:30370912,30371981:30373523,30371991:30373503,30373082:30373142,30374223:30376801,30374915:30375175,30374918:30375203,30375559:30375796,30375569:30375718,30376037:30376158,30376542:30376649,30380941:30381108,30381409:30382874,30381803:30381982,30381833:30383835,30382730:30382739,30383450:30383544,30383451:30383471,30384240:30384512,30384775:30384861,30385342:30385418,30385661:30385822,30386173:30386304,30389671:30389903,30389681:30389827,30390233:30390335,30390824:30390964,30390866:30390934,30391462:30391710,30391467:30391599,30393090:30393407,30393097:30393376,30393098:30393302,30393140:3039327', 'assoc_mat': '30292100:carton:4200:30292166,30302189:carton:4200:30302302,30303523:carton:4200:30303599,30316910:carton:4200:30317395,30316924:carton:4200:30317264,30316935:carton:4200:30317028,30319679:carton:4200:30319774,30333729:carton:4200:30333821,30334709:carton:4200:30334753,30335480:carton:4200:30335600,30348435:carton:4200:30348557,30349654:carton:4200:30350949,30350775:carton:4200:30350863,30357342:carton:4200:30357405,30363573:carton:4200:30363610,30364600:carton:4200:30364664,30365097:carton:4200:30366287,30365104:carton:4200:30365222,30365609:carton:4200:30366715,30366053:carton:4200:30368823,30366059:carton:4200:30366147,30366703:carton:4200:30371699,30366704:carton:4200:30366941,30370765:carton:4200:30370912,30371981:carton:4200:30373523,30371991:carton:4200:30373503,30373082:carton:4200:30373142,30374223:carton:4200:30376801,30374915:carton:4200:30375175,30374918:carton:4200:30375203,30375559:carton:4200:30375796,30375569:carton:4200:30375718,30376037:carton:4200:30376158,30376542:carton:4200:30376649,3038'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.017034644178010067, 'nb_photo': 691, 'list_port_cont': '30290389,30290406,30292197,30292211,30294337,30301184,30301300,30302325,30302391,30303574,30304311,30307870,30315408,30316042,30316262,30316783,30317289,30317332,30317441,30317583,30317681,30317933,30319771,30319795,30321283,30321500,30322384,30322687,30322730,30333171,30333222,30334175,30334210,30334286,30334421,30334732,30335585,30335618,30336491,30337105,30337435,30337718,30338041,30339370,30346676,30346931,30369870,30371049,30372943,30374589,30376111,30376612,30380708,30380790,30381911,30382781,30385402,30390263,30391723,30393424,30394351,30394438,30411535,30425093,30425607,30426212,30434102,30435320,30462082,30467431,30474456,30481989,30486854,30520511,30524744,30524830,30524955,30524973,30525746,30525968,30526384,30526452,30526842,30526884,30527156,30548477,30550388,30550435,30551560,30552549,30552891,30560131', 'assoc_port': '30290348:30290406,30290350:30290389,30292096:30292197,30292097:30292211,30294222:30294337,30301103:30301300,30301159:30301184,30302180:30302391,30302183:30302325,30303522:30303574,30303942:30304311,30307821:30307870,30315258:30315408,30315983:30316042,30316215:30316262,30316571:30316783,30316870:30317933,30316898:30317681,30316909:30317583,30316913:30317441,30316916:30317289,30316922:30317332,30319680:30319795,30319682:30319771,30321179:30321283,30321426:30321500,30322333:30322384,30322549:30322730,30322556:30322687,30333125:30334421,30333128:30333222,30333131:30333171,30334123:30334210,30334125:30334175,30334131:30334286,30334710:30334732,30335476:30335618,30335478:30335585,30336252:30336491,30336915:30337105,30337382:30337435,30337650:30339370,30337659:30337718,30338006:30338041,30346647:30346676,30346820:30346931,30365605:30369870,30371012:30371049,30372619:30372943,30374203:30374589,30375954:30376111,30376564:30376612,30380592:30380708,30380593:30380790,30381800:30381911,30382729:30382781,30385361:3038540', 'assoc_mat': '30290348:carton:4209:30290406,30290350:carton:4209:30290389,30292096:carton:4209:30292197,30292097:carton:4209:30292211,30294222:carton:4209:30294337,30301103:carton:4209:30301300,30301159:carton:4209:30301184,30302180:carton:4209:30302391,30302183:carton:4209:30302325,30303522:carton:4209:30303574,30303942:carton:4209:30304311,30307821:carton:4209:30307870,30315258:carton:4209:30315408,30315983:carton:4209:30316042,30316215:carton:4209:30316262,30316571:carton:4209:30316783,30316870:carton:4209:30317933,30316898:carton:4209:30317681,30316909:carton:4209:30317583,30316913:carton:4209:30317441,30316916:carton:4209:30317289,30316922:carton:4209:30317332,30319680:carton:4209:30319795,30319682:carton:4209:30319771,30321179:carton:4209:30321283,30321426:carton:4209:30321500,30322333:carton:4209:30322384,30322549:carton:4209:30322730,30322556:carton:4209:30322687,30333125:carton:4209:30334421,30333128:carton:4209:30333222,30333131:carton:4209:30333171,30334123:carton:4209:30334210,30334125:carton:4209:30334175,3033'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0021946100893652336, 'nb_photo': 2032, 'list_port_cont': '30289867,30290286,30290494,30290612,30291550,30291579,30291639,30291700,30291924,30291956,30292240,30292279,30293123,30294090,30294162,30294489,30294582,30302364,30302410,30303430,30303620,30303694,30304233,30304400,30304433,30305386,30307897,30307979,30308011,30308032,30308045,30311287,30312216,30315148,30315175,30315414,30315443,30316096,30316117,30316126,30316452,30316742,30316762,30317171,30317216,30317300,30317565,30317656,30317835,30317848,30317865,30317880,30318044,30318048,30318133,30318166,30318212,30318232,30318288,30318305,30318712,30319116,30319140,30319158,30320085,30320219,30320935,30321209,30321303,30321729,30321923,30322054,30322456,30322520,30322709,30322891,30322901,30327139,30327244,30327275,30327366,30327488,30327517,30327644,30329867,30333282,30333302,30333309,30333613,30333900,30333917,30334309,30334591,30334616,30334783,30334793,30335292,30335336,30336553,30337073,30337120,30337447,30337788,30337815,30337838,30346424,30346768,30346770,30347057,30347439,30348759,30349326,30349717,3035088', 'assoc_port': '30289306:30290612,30289774:30289867,30290043:30290286,30290347:30290494,30291286:30291579,30291289:30291550,30291609:30291700,30291612:30291639,30291899:30291956,30291901:30291924,30292077:30292279,30292101:30292240,30292862:30293123,30293775:30294162,30293777:30294090,30294224:30294582,30294228:30294489,30302186:30302364,30302190:30302410,30303218:30303430,30303521:30303620,30303526:30303694,30303943:30304233,30304342:30304400,30304344:30304433,30305286:30305386,30307814:30308045,30307816:30308011,30307817:30308032,30307818:30307979,30307825:30307897,30310708:30312216,30310718:30311287,30314898:30315175,30314900:30315148,30315255:30315443,30315259:30315414,30315979:30316096,30315981:30316117,30315984:30316126,30316220:30316452,30316647:30316742,30316648:30316762,30316860:30318712,30316864:30318232,30316866:30318133,30316869:30317216,30316873:30318305,30316877:30318288,30316882:30318048,30316884:30318044,30316885:30317865,30316893:30317880,30316897:30317848,30316903:30317835,30316911:30317656,30316920:3031756', 'assoc_mat': '30289306:carton:4211:30290612,30289774:carton:4211:30289867,30290043:carton:4211:30290286,30290347:carton:4211:30290494,30291286:carton:4211:30291579,30291289:carton:4211:30291550,30291609:carton:4211:30291700,30291612:carton:4211:30291639,30291899:carton:4211:30291956,30291901:carton:4211:30291924,30292077:carton:4211:30292279,30292101:carton:4211:30292240,30292862:carton:4211:30293123,30293775:carton:4211:30294162,30293777:carton:4211:30294090,30294224:carton:4211:30294582,30294228:carton:4211:30294489,30302186:carton:4211:30302364,30302190:carton:4211:30302410,30303218:carton:4211:30303430,30303521:carton:4211:30303620,30303526:carton:4211:30303694,30303943:carton:4211:30304233,30304342:carton:4211:30304400,30304344:carton:4211:30304433,30305286:carton:4211:30305386,30307814:carton:4211:30308045,30307816:carton:4211:30308011,30307817:carton:4211:30308032,30307818:carton:4211:30307979,30307825:carton:4211:30307897,30310708:carton:4211:30312216,30310718:carton:4211:30311287,30314898:carton:4211:30315175,3031'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0226087284494338, 'nb_photo': 2593, 'list_port_cont': '30327380,30337859,30348815,30349737,30355404,30356179,30363004,30364428,30364708,30364724,30365007,30365327,30365372,30365806,30366252,30366295,30366495,30367648,30371178,30372099,30372150,30372995,30374101,30374832,30375474,30375804,30376021,30376735,30379884,30381266,30381274,30381292,30381538,30382056,30382801,30383660,30383951,30384659,30384967,30385214,30385888,30386321,30386333,30386376,30386675,30389929,30390424,30390984,30390997,30391752,30391762,30392540,30393448,30393514,30393533,30394388,30411420,30411553,30412372,30414171,30414276,30415973,30415992,30416468,30417194,30417772,30422389,30423171,30424103,30424815,30424869,30426468,30426644,30428130,30428928,30429526,30430723,30433104,30434256,30434462,30434560,30437353,30437471,30438815,30439025,30439175,30439518,30439673,30440053,30458661,30459499,30461286,30462841,30464517,30464573,30464806,30467660,30468012,30468096,30470300,30470796,30470814,30474926,30474979,30475132,30482201,30482896,30485166,30485349,30487516,30489137,30489154,30520696,3052071', 'assoc_port': '30327109:30327380,30337652:30337859,30348419:30348815,30349656:30349737,30350356:30355404,30355869:30356179,30362769:30363004,30364114:30365007,30364119:30364428,30364596:30364724,30364602:30364708,30365105:30365372,30365108:30365327,30365610:30365806,30366054:30366295,30366058:30366495,30366063:30366252,30366707:30367648,30371017:30371178,30371985:30372099,30371990:30372150,30372622:30372995,30373080:30374101,30374253:30374832,30374864:30375474,30374916:30379884,30375563:30376021,30375570:30375804,30376036:30376735,30380937:30381266,30380939:30381292,30380946:30381274,30381413:30381538,30381818:30382056,30382509:30383951,30382731:30382801,30383449:30383660,30383769:30384967,30384641:30384659,30385068:30385214,30385659:30385888,30386168:30386321,30386172:30386333,30386178:30386376,30386611:30386675,30389679:30389929,30390234:30390424,30390823:30390997,30390827:30390984,30391458:30392540,30391466:30391762,30391469:30391752,30393092:30393533,30393099:30393448,30393141:30393514,30394257:30394388,30411284:3041142', 'assoc_mat': '30327109:carton:3327:30327380,30337652:carton:3327:30337859,30348419:carton:3327:30348815,30349656:carton:3327:30349737,30350356:carton:3327:30355404,30355869:carton:3327:30356179,30362769:carton:3327:30363004,30364114:carton:3327:30365007,30364119:carton:3327:30364428,30364596:carton:3327:30364724,30364602:carton:3327:30364708,30365105:carton:3327:30365372,30365108:carton:3327:30365327,30365610:carton:3327:30365806,30366054:carton:3327:30366295,30366058:carton:3327:30366495,30366063:carton:3327:30366252,30366707:carton:3327:30367648,30371017:carton:3327:30371178,30371985:carton:3327:30372099,30371990:carton:3327:30372150,30372622:carton:3327:30372995,30373080:carton:3327:30374101,30374253:carton:3327:30374832,30374864:carton:3327:30375474,30374916:carton:3327:30379884,30375563:carton:3327:30376021,30375570:carton:3327:30375804,30376036:carton:3327:30376735,30380937:carton:3327:30381266,30380939:carton:3327:30381292,30380946:carton:3327:30381274,30381413:carton:3327:30381538,30381818:carton:3327:30382056,3038'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.03015142892532066, 'nb_photo': 2322, 'list_port_cont': '30291991,30293480,30294108,30302404,30303676,30304197,30305347,30317027,30318681,30319831,30334545,30335303,30336420,30337167,30348692,30350634,30354012,30356193,30364435,30365842,30371091,30375821,30376123,30382000,30382032,30385451,30390395,30414055,30414113,30415902,30417148,30422404,30428041,30433486,30439810,30463287,30474676,30482126,30550827,30556985,30557475', 'assoc_port': '30291900:30291991,30293213:30293480,30293778:30294108,30302188:30302404,30303524:30303676,30303949:30304197,30305288:30305347,30316887:30318681,30316902:30317027,30319681:30319831,30334523:30334545,30335122:30335303,30336232:30336420,30336905:30337167,30348404:30348692,30350359:30350634,30353968:30354012,30355868:30356193,30364122:30364435,30365606:30365842,30371011:30371091,30375567:30375821,30375989:30376123,30381799:30382032,30381801:30382000,30385380:30385451,30390238:30390395,30413755:30414055,30413756:30414113,30415664:30415902,30416949:30417148,30422132:30422404,30427763:30428041,30432873:30433486,30439717:30439810,30462764:30463287,30474277:30474676,30481865:30482126,30520289:30556985,30521693:30557475,30535783:30550827', 'assoc_mat': '30291900:carton:3594:30291991,30293213:carton:3594:30293480,30293778:carton:3594:30294108,30302188:carton:3594:30302404,30303524:carton:3594:30303676,30303949:carton:3594:30304197,30305288:carton:3594:30305347,30316887:carton:3594:30318681,30316902:carton:3594:30317027,30319681:carton:3594:30319831,30334523:carton:3594:30334545,30335122:carton:3594:30335303,30336232:carton:3594:30336420,30336905:carton:3594:30337167,30348404:carton:3594:30348692,30350359:carton:3594:30350634,30353968:carton:3594:30354012,30355868:carton:3594:30356193,30364122:carton:3594:30364435,30365606:carton:3594:30365842,30371011:carton:3594:30371091,30375567:carton:3594:30375821,30375989:carton:3594:30376123,30381799:carton:3594:30382032,30381801:carton:3594:30382000,30385380:carton:3594:30385451,30390238:carton:3594:30390395,30413755:carton:3594:30414055,30413756:carton:3594:30414113,30415664:carton:3594:30415902,30416949:carton:3594:30417148,30422132:carton:3594:30422404,30427763:carton:3594:30428041,30432873:carton:3594:30433486,3043'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0038652255059228842, 'nb_photo': 931, 'list_port_cont': '30289818,30290069,30290370,30300030,30300054,30300305,30300612,30301731,30302289,30302846,30303603,30307855,30317187,30322631,30327262,30327828,30334157,30335016,30335205,30335664,30346701,30348548,30348649,30363394,30364607,30365151,30366035,30370836,30370866,30370874,30372015,30374356,30375093,30376135,30376662,30376764,30376813,30381145,30382752,30382788,30386213,30389786,30390927,30392305,30394677,30411021,30414310,30414346,30415724,30417045,30423931,30424507,30424554,30424580,30427378,30432921,30433070,30435102,30435115,30435152,30437231,30438593,30439447,30439747,30460978,30463812,30467272,30467351,30467649,30469623,30474405,30474474,30474650,30474666,30484556,30520383,30520425,30521623,30525510,30525600,30526248,30528518,30528597,30530708,30531038,30531553,30531899,30548280,30548454,30550110,30550348,30552398,30552447,30553963,30555563,30555815,30556935,30557414,30557716,30558014', 'assoc_port': '30289773:30289818,30290046:30290069,30290351:30290370,30299944:30300054,30299945:30300030,30300247:30300305,30300542:30300612,30301684:30301731,30302184:30302289,30302752:30302846,30303525:30303603,30307824:30307855,30316930:30317187,30322552:30322631,30327098:30327262,30327112:30327828,30334129:30334157,30335013:30335016,30335160:30335205,30335475:30335664,30346641:30346701,30348401:30348649,30348408:30348548,30363347:30363394,30364599:30364607,30365101:30365151,30365607:30366035,30370759:30370866,30370761:30370874,30370762:30370836,30371988:30372015,30374204:30374356,30374957:30375093,30376011:30376135,30376014:30376764,30376030:30376662,30376772:30376813,30380942:30381145,30381825:30382752,30382728:30382788,30386169:30386213,30389669:30389786,30390865:30390927,30391470:30392305,30394255:30394677,30410953:30411021,30414203:30414346,30414206:30414310,30415661:30415724,30416942:30417045,30423652:30423931,30423691:30424507,30424495:30424554,30424508:30424580,30426889:30427378,30432862:30433070,30432879:3043292', 'assoc_mat': '30289773:cartonnette:3726:30289818,30290046:cartonnette:3726:30290069,30290351:cartonnette:3726:30290370,30299944:cartonnette:3726:30300054,30299945:cartonnette:3726:30300030,30300247:cartonnette:3726:30300305,30300542:cartonnette:3726:30300612,30301684:cartonnette:3726:30301731,30302184:cartonnette:3726:30302289,30302752:cartonnette:3726:30302846,30303525:cartonnette:3726:30303603,30307824:cartonnette:3726:30307855,30316930:cartonnette:3726:30317187,30322552:cartonnette:3726:30322631,30327098:cartonnette:3726:30327262,30327112:cartonnette:3726:30327828,30334129:cartonnette:3726:30334157,30335013:cartonnette:3726:30335016,30335160:cartonnette:3726:30335205,30335475:cartonnette:3726:30335664,30346641:cartonnette:3726:30346701,30348401:cartonnette:3726:30348649,30348408:cartonnette:3726:30348548,30363347:cartonnette:3726:30363394,30364599:cartonnette:3726:30364607,30365101:cartonnette:3726:30365151,30365607:cartonnette:3726:30366035,30370759:cartonnette:3726:30370866,30370761:cartonnette:3726:30370874,30370762:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.042056629650160327, 'nb_photo': 3260, 'list_port_cont': '30289350,30289356,30289387,30289819,30290057,30290065,30290092,30290358,30290368,30291444,30291614,30291905,30293056,30293331,30293897,30294419,30300029,30300051,30300303,30300619,30301229,30301321,30302281,30302349,30302374,30302848,30303261,30303552,30303559,30303601,30304112,30304355,30307850,30307912,30310775,30314979,30315383,30316296,30316428,30316697,30316753,30316997,30317191,30317316,30317360,30317401,30317415,30317432,30317456,30317491,30317530,30317542,30317611,30317634,30317689,30317700,30317743,30317796,30317897,30317911,30318004,30318069,30318084,30318180,30318272,30318601,30318775,30318919,30318967,30318988,30318997,30319961,30320042,30320700,30320894,30321191,30321527,30322395,30322633,30322654,30327154,30327162,30327247,30327422,30327562,30327676,30327827,30333628,30333859,30334162,30334180,30334203,30334526,30334724,30334760,30335022,30335209,30335512,30335658,30336319,30336496,30337092,30337391,30337696,30337805,30337824,30346653,30346700,30346969,30347323,30348539,30348723,30363388,3036461', 'assoc_port': '30289300:30289387,30289301:30289356,30289304:30289350,30289773:30289819,30290042:30290092,30290046:30290065,30290047:30290057,30290349:30290358,30290351:30290368,30291287:30291444,30291611:30291614,30291902:30291905,30292863:30293897,30292864:30293056,30293214:30293331,30294223:30294419,30299944:30300051,30299945:30300029,30300247:30300303,30300542:30300619,30301102:30301321,30301180:30301229,30302179:30302374,30302182:30302349,30302184:30302281,30302752:30302848,30303220:30303261,30303520:30303559,30303525:30303601,30303527:30303552,30303945:30304112,30304346:30304355,30307815:30307912,30307824:30307850,30310719:30310775,30314901:30314979,30315256:30315383,30316216:30316428,30316218:30316296,30316572:30316753,30316573:30316697,30316861:30317401,30316862:30317491,30316867:30318069,30316872:30318272,30316875:30318180,30316879:30318084,30316880:30317911,30316883:30317897,30316886:30317796,30316892:30317743,30316895:30317689,30316900:30317700,30316904:30317634,30316905:30317611,30316907:30317542,30316908:3031753', 'assoc_mat': '30289300:Carton_brun:3726:30289387,30289301:Carton_brun:3726:30289356,30289304:Carton_brun:3726:30289350,30289773:Carton_brun:3726:30289819,30290042:Carton_brun:3726:30290092,30290046:Carton_brun:3726:30290065,30290047:Carton_brun:3726:30290057,30290349:Carton_brun:3726:30290358,30290351:Carton_brun:3726:30290368,30291287:Carton_brun:3726:30291444,30291611:Carton_brun:3726:30291614,30291902:Carton_brun:3726:30291905,30292863:Carton_brun:3726:30293897,30292864:Carton_brun:3726:30293056,30293214:Carton_brun:3726:30293331,30294223:Carton_brun:3726:30294419,30299944:Carton_brun:3726:30300051,30299945:Carton_brun:3726:30300029,30300247:Carton_brun:3726:30300303,30300542:Carton_brun:3726:30300619,30301102:Carton_brun:3726:30301321,30301180:Carton_brun:3726:30301229,30302179:Carton_brun:3726:30302374,30302182:Carton_brun:3726:30302349,30302184:Carton_brun:3726:30302281,30302752:Carton_brun:3726:30302848,30303220:Carton_brun:3726:30303261,30303520:Carton_brun:3726:30303559,30303525:Carton_brun:3726:30303601,30303527:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009578379501971568, 'nb_photo': 1377, 'list_port_cont': '30289823,30290062,30290374,30293055,30293327,30300307,30300614,30303610,30307852,30315387,30316751,30317186,30317317,30317701,30317754,30317788,30317912,30318597,30318991,30320703,30321523,30322400,30327826,30334155,30334722,30335026,30335663,30346397,30346695,30346970,30348550,30363392,30364609,30365154,30366039,30370839,30370867,30370880,30372009,30374354,30375088,30376137,30376661,30376758,30376810,30380631,30381149,30382759,30382790,30386219,30389794,30390920,30392307,30394683,30411028,30414311,30414336,30415728,30416637,30417043,30423942,30424498,30424552,30424574,30427381,30432918,30433063,30435111,30435123,30435159,30437237,30438606,30439449,30439739,30460976,30463811,30467273,30467347,30467652,30469615,30474402,30474475,30474664,30484551,30520378,30520430,30521615,30525505,30525607,30526243,30527147,30527257,30528517,30528596,30529121,30529823,30530711,30531036,30531546,30531893,30548277,30548462,30550114,30550352,30552395,30552440,30553960,30555557,30555808,30556937,30557416,30557726,30558016', 'assoc_port': '30289773:30289823,30290046:30290062,30290351:30290374,30292864:30293055,30293214:30293327,30300247:30300307,30300542:30300614,30303525:30303610,30307824:30307852,30315256:30315387,30316572:30316751,30316880:30317912,30316886:30317788,30316892:30317754,30316900:30317701,30316921:30317317,30316930:30317186,30318374:30318597,30318963:30318991,30320625:30320703,30321386:30321523,30322313:30322400,30327112:30327826,30334129:30334155,30334705:30334722,30335013:30335026,30335475:30335663,30346388:30346397,30346641:30346695,30346818:30346970,30348408:30348550,30363347:30363392,30364599:30364609,30365101:30365154,30365607:30366039,30370759:30370867,30370761:30370880,30370762:30370839,30371988:30372009,30374204:30374354,30374957:30375088,30376011:30376137,30376014:30376758,30376030:30376661,30376772:30376810,30380591:30380631,30380942:30381149,30381825:30382759,30382728:30382790,30386169:30386219,30389669:30389794,30390865:30390920,30391470:30392307,30394255:30394683,30410953:30411028,30414203:30414336,30414206:3041431', 'assoc_mat': '30289773:Carton_gris:3726:30289823,30290046:Carton_gris:3726:30290062,30290351:Carton_gris:3726:30290374,30292864:Carton_gris:3726:30293055,30293214:Carton_gris:3726:30293327,30300247:Carton_gris:3726:30300307,30300542:Carton_gris:3726:30300614,30303525:Carton_gris:3726:30303610,30307824:Carton_gris:3726:30307852,30315256:Carton_gris:3726:30315387,30316572:Carton_gris:3726:30316751,30316880:Carton_gris:3726:30317912,30316886:Carton_gris:3726:30317788,30316892:Carton_gris:3726:30317754,30316900:Carton_gris:3726:30317701,30316921:Carton_gris:3726:30317317,30316930:Carton_gris:3726:30317186,30318374:Carton_gris:3726:30318597,30318963:Carton_gris:3726:30318991,30320625:Carton_gris:3726:30320703,30321386:Carton_gris:3726:30321523,30322313:Carton_gris:3726:30322400,30327112:Carton_gris:3726:30327826,30334129:Carton_gris:3726:30334155,30334705:Carton_gris:3726:30334722,30335013:Carton_gris:3726:30335026,30335475:Carton_gris:3726:30335663,30346388:Carton_gris:3726:30346397,30346641:Carton_gris:3726:30346695,30346818:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005243774810091748, 'nb_photo': 141, 'list_port_cont': '30362658,30365300,30366161,30376092,30376784,30381951,30383882,30386289,30386615,30390291,30393641,30413344,30413972,30415856,30417498,30422307,30427534,30427920,30434144,30434163,30437192,30438732,30439758,30462189,30481966,30515379,30515537,30548486,30550636,30554462,30555326,30561811,30567245,30569987,30570632,30570759', 'assoc_port': '30362654:30362658,30365098:30365300,30366062:30366161,30374184:30376784,30376035:30376092,30381798:30381951,30383750:30383882,30386171:30386289,30386613:30386615,30390237:30390291,30391858:30393641,30411795:30413344,30412112:30413972,30415627:30415856,30416943:30417498,30422128:30422307,30426079:30427534,30427759:30427920,30433953:30434163,30433956:30434144,30437163:30437192,30438513:30438732,30439716:30439758,30461853:30462189,30466591:30515537,30481873:30481966,30486695:30515379,30520310:30561811,30520335:30570759,30521049:30567245,30521147:30569987,30522388:30570632,30535853:30550636,30536090:30554462,30544206:30555326,30548091:30548486', 'assoc_mat': '30362654:ela:4205:30362658,30365098:ela:4205:30365300,30366062:ela:4205:30366161,30374184:ela:4205:30376784,30376035:ela:4205:30376092,30381798:ela:4205:30381951,30383750:ela:4205:30383882,30386171:ela:4205:30386289,30386613:ela:4205:30386615,30390237:ela:4205:30390291,30391858:ela:4205:30393641,30411795:ela:4205:30413344,30412112:ela:4205:30413972,30415627:ela:4205:30415856,30416943:ela:4205:30417498,30422128:ela:4205:30422307,30426079:ela:4205:30427534,30427759:ela:4205:30427920,30433953:ela:4205:30434163,30433956:ela:4205:30434144,30437163:ela:4205:30437192,30438513:ela:4205:30438732,30439716:ela:4205:30439758,30461853:ela:4205:30462189,30466591:ela:4205:30515537,30481873:ela:4205:30481966,30486695:ela:4205:30515379,30520310:ela:4205:30561811,30520335:ela:4205:30570759,30521049:ela:4205:30567245,30521147:ela:4205:30569987,30522388:ela:4205:30570632,30535853:ela:4205:30550636,30536090:ela:4205:30554462,30544206:ela:4205:30555326,30548091:ela:4205:30548486'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.8382352160270383, 'nb_photo': 397, 'list_port_cont': '30355508,30364403,30365276,30366313,30372225,30375490,30375508,30376411,30381557,30383693,30384887,30386359,30391013,30391310,30393733,30393798,30411404,30413043,30414433,30416522,30417266,30422462,30424743,30426502,30426585,30428247,30430632,30434545,30437857,30439197,30458846,30462871,30547914,30548142,30550466,30555937,30556382,30556550,30556878,30558133,30562770,30563362,30563966,30568143,30571493,30572010,30572455,30572566', 'assoc_port': '30355431:30355508,30364116:30364403,30365106:30365276,30366060:30366313,30371984:30372225,30374838:30375490,30374917:30375508,30376032:30376411,30381411:30381557,30383444:30383693,30384777:30384887,30386174:30386359,30390228:30391310,30390868:30391013,30392089:30393798,30393660:30393733,30411282:30411404,30412938:30413043,30414207:30414433,30416250:30416522,30416948:30417266,30422158:30422462,30424474:30424743,30426083:30426502,30426096:30426585,30427756:30428247,30429228:30430632,30434454:30434545,30437569:30437857,30439084:30439197,30458034:30458846,30461856:30462871,30482699:30556382,30520286:30558133,30520313:30562770,30521152:30571493,30521340:30547914,30521981:30572566,30522565:30548142,30523373:30563362,30534710:30572455,30534715:30572010,30535493:30563966,30535790:30550466,30539171:30556878,30544211:30555937,30547795:30556550,30549864:30568143', 'assoc_mat': '30355431:ela:4203:30355508,30364116:ela:4203:30364403,30365106:ela:4203:30365276,30366060:ela:4203:30366313,30371984:ela:4203:30372225,30374838:ela:4203:30375490,30374917:ela:4203:30375508,30376032:ela:4203:30376411,30381411:ela:4203:30381557,30383444:ela:4203:30383693,30384777:ela:4203:30384887,30386174:ela:4203:30386359,30390228:ela:4203:30391310,30390868:ela:4203:30391013,30392089:ela:4203:30393798,30393660:ela:4203:30393733,30411282:ela:4203:30411404,30412938:ela:4203:30413043,30414207:ela:4203:30414433,30416250:ela:4203:30416522,30416948:ela:4203:30417266,30422158:ela:4203:30422462,30424474:ela:4203:30424743,30426083:ela:4203:30426502,30426096:ela:4203:30426585,30427756:ela:4203:30428247,30429228:ela:4203:30430632,30434454:ela:4203:30434545,30437569:ela:4203:30437857,30439084:ela:4203:30439197,30458034:ela:4203:30458846,30461856:ela:4203:30462871,30482699:ela:4203:30556382,30520286:ela:4203:30558133,30520313:ela:4203:30562770,30521152:ela:4203:30571493,30521340:ela:4203:30547914,30521981:ela:4203:3057256'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0013345497665207822, 'nb_photo': 137, 'list_port_cont': '30348597,30349700,30350461,30350850,30353025,30355924,30363444,30364239,30364344,30364398,30364691,30365208,30366194,30366773,30366860,30366965,30368802,30371994,30375694,30376642,30376818,30381175,30383531,30383594,30383902,30385040,30386241,30386872,30389803,30390956,30392068,30394296,30411048,30412226,30412294,30414542,30417036,30422208,30424489,30424565,30424634,30425014,30426147,30426277,30426301,30426344,30427824,30428014,30428850,30429352,30434789,30437711,30437722,30438939,30439532,30439563,30440149,30458249,30459363,30459408,30462012,30464380,30469639,30469777,30471249,30486359,30525586,30526260,30526432,30526792,30527121,30527445,30528052,30528454,30529142,30529789,30530591,30531475,30531786,30548202,30548921,30550158,30550322,30550505,30550702,30550713,30550781,30550797,30550980,30562713,30562877,30563301,30563617,30565831,30566503,30567104,30567805,30567829,30567920,30568005,30568381', 'assoc_port': '30348402:30348597,30349655:30349700,30350361:30350461,30350748:30353025,30350787:30350850,30355870:30355924,30363346:30363444,30364115:30364398,30364120:30364344,30364121:30364239,30364597:30364691,30365107:30365208,30365612:30366773,30366055:30366194,30366061:30368802,30366702:30366965,30366706:30366860,30371986:30371994,30375564:30375694,30376541:30376642,30376770:30376818,30380938:30381175,30383443:30383594,30383445:30383531,30383452:30385040,30383770:30383902,30384774:30386872,30386167:30386241,30389677:30389803,30390822:30390956,30390867:30392068,30394262:30394296,30410951:30411048,30412115:30412294,30412118:30412226,30412936:30414542,30416946:30417036,30422130:30422208,30422877:30424489,30424471:30424634,30424476:30424565,30424987:30425014,30426084:30426344,30426090:30426277,30426094:30426301,30426101:30426147,30427752:30428014,30427757:30427824,30428666:30428850,30429229:30429352,30434609:30434789,30437132:30438939,30437568:30437722,30437572:30437711,30439085:30440149,30439500:30439563,30439506:3043953', 'assoc_mat': '30348402:ela:4207:30348597,30349655:ela:4207:30349700,30350361:ela:4207:30350461,30350748:ela:4207:30353025,30350787:ela:4207:30350850,30355870:ela:4207:30355924,30363346:ela:4207:30363444,30364115:ela:4207:30364398,30364120:ela:4207:30364344,30364121:ela:4207:30364239,30364597:ela:4207:30364691,30365107:ela:4207:30365208,30365612:ela:4207:30366773,30366055:ela:4207:30366194,30366061:ela:4207:30368802,30366702:ela:4207:30366965,30366706:ela:4207:30366860,30371986:ela:4207:30371994,30375564:ela:4207:30375694,30376541:ela:4207:30376642,30376770:ela:4207:30376818,30380938:ela:4207:30381175,30383443:ela:4207:30383594,30383445:ela:4207:30383531,30383452:ela:4207:30385040,30383770:ela:4207:30383902,30384774:ela:4207:30386872,30386167:ela:4207:30386241,30389677:ela:4207:30389803,30390822:ela:4207:30390956,30390867:ela:4207:30392068,30394262:ela:4207:30394296,30410951:ela:4207:30411048,30412115:ela:4207:30412294,30412118:ela:4207:30412226,30412936:ela:4207:30414542,30416946:ela:4207:30417036,30422130:ela:4207:3042220'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0031033557973071642, 'nb_photo': 18, 'list_port_cont': '30303400,30320108,30327324,30334253,30334557,30364638,30365210,30375098,30386244,30428893,30438671,30520623,30527198,30528987,30568034', 'assoc_port': '30303187:30303400,30319872:30320108,30327087:30327324,30334128:30334253,30334524:30334557,30364598:30364638,30365103:30365210,30374958:30375098,30386176:30386244,30428693:30428893,30438516:30438671,30520317:30528987,30520353:30520623,30521800:30527198,30544221:30568034', 'assoc_mat': '30303187:ela:4461:30303400,30319872:ela:4461:30320108,30327087:ela:4461:30327324,30334128:ela:4461:30334253,30334524:ela:4461:30334557,30364598:ela:4461:30364638,30365103:ela:4461:30365210,30374958:ela:4461:30375098,30386176:ela:4461:30386244,30428693:ela:4461:30428893,30438516:ela:4461:30438671,30520317:ela:4461:30528987,30520353:ela:4461:30520623,30521800:ela:4461:30527198,30544221:ela:4461:30568034'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0015103868735587074, 'nb_photo': 187, 'list_port_cont': '30317387,30348560,30350859,30350959,30357393,30363617,30366154,30366280,30366946,30368828,30370910,30371689,30373137,30373498,30373526,30375727,30375790,30376156,30376802,30381123,30382748,30382864,30383837,30385425,30386294,30388422,30390338,30390936,30390976,30391597,30391708,30393413,30412009,30413936,30414030,30414339,30416354,30417257,30417590,30422280,30422329,30424669,30426946,30427558,30427968,30428065,30428842,30434107,30436595,30437257,30438637,30439125,30439582,30439628,30457648,30463096,30469684,30469872,30471149,30474558,30479699,30482078,30482923,30484709,30486025,30488934,30524589,30524863,30525646,30526221,30526822,30527524,30527948,30528485,30528750,30528963,30529060,30529638,30529754,30531096,30531621,30531909,30548184,30548609,30548621,30548821,30550279,30551189,30554628,30555003,30555487,30555774,30556659,30556689,30556788,30557786,30558486,30558885,30560716', 'assoc_port': '30316910:30317387,30348435:30348560,30349654:30350959,30350775:30350859,30357342:30357393,30363573:30363617,30365097:30366280,30366053:30368828,30366059:30366154,30366703:30371689,30366704:30366946,30370765:30370910,30371981:30373526,30371991:30373498,30373082:30373137,30374223:30376802,30375559:30375790,30375569:30375727,30376037:30376156,30380941:30381123,30381409:30382864,30381833:30383837,30382730:30382748,30385342:30385425,30386173:30386294,30386179:30388422,30390233:30390338,30390824:30390976,30390866:30390936,30391462:30391708,30391467:30391597,30393090:30393413,30411997:30412009,30413758:30414030,30413759:30413936,30414208:30414339,30415659:30417257,30416253:30416354,30417563:30417590,30422122:30422329,30422138:30422280,30424470:30424669,30426095:30427558,30426888:30426946,30427749:30428065,30427754:30427968,30428695:30428842,30433945:30436595,30433950:30434107,30437134:30437257,30438511:30438637,30439080:30439125,30439499:30439628,30439504:30439582,30457240:30457648,30462747:30463096,30466589:3047969', 'assoc_mat': '30316910:ela:4200:30317387,30348435:ela:4200:30348560,30349654:ela:4200:30350959,30350775:ela:4200:30350859,30357342:ela:4200:30357393,30363573:ela:4200:30363617,30365097:ela:4200:30366280,30366053:ela:4200:30368828,30366059:ela:4200:30366154,30366703:ela:4200:30371689,30366704:ela:4200:30366946,30370765:ela:4200:30370910,30371981:ela:4200:30373526,30371991:ela:4200:30373498,30373082:ela:4200:30373137,30374223:ela:4200:30376802,30375559:ela:4200:30375790,30375569:ela:4200:30375727,30376037:ela:4200:30376156,30380941:ela:4200:30381123,30381409:ela:4200:30382864,30381833:ela:4200:30383837,30382730:ela:4200:30382748,30385342:ela:4200:30385425,30386173:ela:4200:30386294,30386179:ela:4200:30388422,30390233:ela:4200:30390338,30390824:ela:4200:30390976,30390866:ela:4200:30390936,30391462:ela:4200:30391708,30391467:ela:4200:30391597,30393090:ela:4200:30393413,30411997:ela:4200:30412009,30413758:ela:4200:30414030,30413759:ela:4200:30413936,30414208:ela:4200:30414339,30415659:ela:4200:30417257,30416253:ela:4200:3041635'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0041539891816225775, 'nb_photo': 86, 'list_port_cont': '30290391,30302336,30304305,30316784,30317578,30319767,30322679,30334177,30335615,30370894,30371046,30372947,30376113,30376621,30380796,30382775,30385413,30391720,30393426,30394350,30394444,30411534,30416413,30422249,30425604,30426214,30434090,30462090,30467438,30478685,30486859,30508540,30524529,30524732,30524968,30526455,30548466,30550218,30550390,30550441,30552893,30553315,30560141,30567927', 'assoc_port': '30290350:30290391,30302183:30302336,30303942:30304305,30316571:30316784,30316909:30317578,30319682:30319767,30322556:30322679,30334125:30334177,30335476:30335615,30370760:30370894,30371012:30371046,30372619:30372947,30375954:30376113,30376564:30376621,30380593:30380796,30382729:30382775,30385361:30385413,30391461:30391720,30393087:30394444,30393093:30393426,30394260:30394350,30411468:30411534,30416254:30416413,30422134:30422249,30423711:30425604,30426093:30426214,30433957:30434090,30461848:30462090,30466584:30467438,30474321:30478685,30484222:30508540,30486694:30486859,30521697:30526455,30521802:30524968,30522680:30524732,30523375:30524529,30534708:30553315,30535163:30560141,30535499:30552893,30544180:30567927,30547787:30550390,30547788:30548466,30549865:30550441,30549866:30550218', 'assoc_mat': '30290350:ela:4209:30290391,30302183:ela:4209:30302336,30303942:ela:4209:30304305,30316571:ela:4209:30316784,30316909:ela:4209:30317578,30319682:ela:4209:30319767,30322556:ela:4209:30322679,30334125:ela:4209:30334177,30335476:ela:4209:30335615,30370760:ela:4209:30370894,30371012:ela:4209:30371046,30372619:ela:4209:30372947,30375954:ela:4209:30376113,30376564:ela:4209:30376621,30380593:ela:4209:30380796,30382729:ela:4209:30382775,30385361:ela:4209:30385413,30391461:ela:4209:30391720,30393087:ela:4209:30394444,30393093:ela:4209:30393426,30394260:ela:4209:30394350,30411468:ela:4209:30411534,30416254:ela:4209:30416413,30422134:ela:4209:30422249,30423711:ela:4209:30425604,30426093:ela:4209:30426214,30433957:ela:4209:30434090,30461848:ela:4209:30462090,30466584:ela:4209:30467438,30474321:ela:4209:30478685,30484222:ela:4209:30508540,30486694:ela:4209:30486859,30521697:ela:4209:30526455,30521802:ela:4209:30524968,30522680:ela:4209:30524732,30523375:ela:4209:30524529,30534708:ela:4209:30553315,30535163:ela:4209:3056014'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008741349883165866, 'nb_photo': 1180, 'list_port_cont': '30289855,30290484,30291546,30291691,30291921,30291963,30292231,30293114,30294159,30302413,30303701,30304241,30304399,30304443,30305392,30311273,30315150,30315412,30316129,30317170,30317229,30317306,30317552,30317645,30317834,30317843,30317881,30318040,30318057,30318151,30318199,30318238,30318274,30318718,30319124,30319135,30319156,30320939,30321301,30321739,30322051,30322468,30322878,30322904,30327286,30327354,30327482,30327527,30327592,30333905,30334313,30334613,30334799,30335332,30336547,30337444,30337779,30337849,30346415,30346757,30348753,30349328,30349718,30350876,30350901,30356171,30363528,30363668,30364368,30364850,30365324,30365355,30365711,30366215,30367333,30368852,30370934,30371149,30372061,30372088,30372960,30372983,30373162,30374630,30375198,30375265,30375279,30375736,30376270,30376288,30381228,30381246,30381514,30382014,30382583,30382652,30383648,30383968,30385190,30385197,30385763,30385829,30386338,30386683,30390181,30390402,30391656,30391731,30391983,30392153,30392169,30393442,30393815,3039382', 'assoc_port': '30289774:30289855,30290347:30290484,30291289:30291546,30291609:30291691,30291899:30291963,30291901:30291921,30292101:30292231,30292862:30293114,30293775:30294159,30302190:30302413,30303526:30303701,30303943:30304241,30304342:30304399,30304344:30304443,30305286:30305392,30310718:30311273,30314900:30315150,30315259:30315412,30315984:30316129,30316860:30318718,30316864:30318238,30316869:30317229,30316877:30318274,30316882:30318057,30316884:30318040,30316893:30317881,30316897:30317843,30316903:30317834,30316911:30317645,30316920:30317552,30316925:30317306,30316934:30317170,30317949:30318199,30317954:30318151,30318924:30319156,30318946:30319135,30318965:30319124,30320883:30320939,30321181:30321301,30321404:30322051,30321425:30321739,30322352:30322468,30322873:30322904,30322874:30322878,30327086:30327592,30327091:30327527,30327096:30327482,30327097:30327354,30327108:30327286,30333730:30333905,30334127:30334313,30334522:30334613,30334707:30334799,30335141:30335332,30336271:30336547,30337380:30337444,30337654:3033784', 'assoc_mat': '30289774:ela:4211:30289855,30290347:ela:4211:30290484,30291289:ela:4211:30291546,30291609:ela:4211:30291691,30291899:ela:4211:30291963,30291901:ela:4211:30291921,30292101:ela:4211:30292231,30292862:ela:4211:30293114,30293775:ela:4211:30294159,30302190:ela:4211:30302413,30303526:ela:4211:30303701,30303943:ela:4211:30304241,30304342:ela:4211:30304399,30304344:ela:4211:30304443,30305286:ela:4211:30305392,30310718:ela:4211:30311273,30314900:ela:4211:30315150,30315259:ela:4211:30315412,30315984:ela:4211:30316129,30316860:ela:4211:30318718,30316864:ela:4211:30318238,30316869:ela:4211:30317229,30316877:ela:4211:30318274,30316882:ela:4211:30318057,30316884:ela:4211:30318040,30316893:ela:4211:30317881,30316897:ela:4211:30317843,30316903:ela:4211:30317834,30316911:ela:4211:30317645,30316920:ela:4211:30317552,30316925:ela:4211:30317306,30316934:ela:4211:30317170,30317949:ela:4211:30318199,30317954:ela:4211:30318151,30318924:ela:4211:30319156,30318946:ela:4211:30319135,30318965:ela:4211:30319124,30320883:ela:4211:3032093'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006176420527360442, 'nb_photo': 400, 'list_port_cont': '30348711,30350515,30350583,30350828,30362668,30365298,30366162,30376095,30376773,30381958,30383889,30386275,30386617,30390295,30393644,30413350,30413968,30415862,30417504,30422313,30427531,30427918,30434154,30434171,30437194,30438734,30439760,30462188,30481992,30515374,30515534,30548497,30550631,30554457,30555334,30561145,30561818,30563501,30567250,30569993,30570638,30570767', 'assoc_port': '30348405:30348711,30350358:30350583,30350360:30350515,30350789:30350828,30362654:30362668,30365098:30365298,30366062:30366162,30374184:30376773,30376035:30376095,30381798:30381958,30383750:30383889,30386171:30386275,30386613:30386617,30390237:30390295,30391858:30393644,30411795:30413350,30412112:30413968,30415627:30415862,30416943:30417504,30422128:30422313,30426079:30427531,30427759:30427918,30433953:30434171,30433956:30434154,30437163:30437194,30438513:30438734,30439716:30439760,30461853:30462188,30466591:30515534,30481873:30481992,30486695:30515374,30520310:30561818,30520335:30570767,30521049:30567250,30521147:30569993,30522388:30570638,30523044:30561145,30535167:30563501,30535853:30550631,30536090:30554457,30544206:30555334,30548091:30548497', 'assoc_mat': '30348405:etiquette:4205:30348711,30350358:etiquette:4205:30350583,30350360:etiquette:4205:30350515,30350789:etiquette:4205:30350828,30362654:etiquette:4205:30362668,30365098:etiquette:4205:30365298,30366062:etiquette:4205:30366162,30374184:etiquette:4205:30376773,30376035:etiquette:4205:30376095,30381798:etiquette:4205:30381958,30383750:etiquette:4205:30383889,30386171:etiquette:4205:30386275,30386613:etiquette:4205:30386617,30390237:etiquette:4205:30390295,30391858:etiquette:4205:30393644,30411795:etiquette:4205:30413350,30412112:etiquette:4205:30413968,30415627:etiquette:4205:30415862,30416943:etiquette:4205:30417504,30422128:etiquette:4205:30422313,30426079:etiquette:4205:30427531,30427759:etiquette:4205:30427918,30433953:etiquette:4205:30434171,30433956:etiquette:4205:30434154,30437163:etiquette:4205:30437194,30438513:etiquette:4205:30438734,30439716:etiquette:4205:30439760,30461853:etiquette:4205:30462188,30466591:etiquette:4205:30515534,30481873:etiquette:4205:30481992,30486695:etiquette:4205:30515374,3'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009959845637077726, 'nb_photo': 5019, 'list_port_cont': '30355512,30364412,30365273,30366310,30372223,30375498,30375511,30376414,30381566,30383692,30384878,30386369,30391021,30391301,30393740,30393790,30397104,30411406,30413037,30414435,30416531,30417270,30422454,30424748,30426503,30426580,30428238,30430628,30434549,30437863,30439183,30458840,30462873,30547910,30548143,30550481,30555929,30556379,30556560,30556873,30558140,30562766,30563359,30563964,30568132,30571495,30572016,30572452,30572559', 'assoc_port': '30355431:30355512,30364116:30364412,30365106:30365273,30366060:30366310,30371984:30372223,30374838:30375498,30374917:30375511,30376032:30376414,30381411:30381566,30383444:30383692,30384777:30384878,30386174:30386369,30390228:30391301,30390868:30391021,30392089:30393790,30393088:30397104,30393660:30393740,30411282:30411406,30412938:30413037,30414207:30414435,30416250:30416531,30416948:30417270,30422158:30422454,30424474:30424748,30426083:30426503,30426096:30426580,30427756:30428238,30429228:30430628,30434454:30434549,30437569:30437863,30439084:30439183,30458034:30458840,30461856:30462873,30482699:30556379,30520286:30558140,30520313:30562766,30521152:30571495,30521340:30547910,30521981:30572559,30522565:30548143,30523373:30563359,30534710:30572452,30534715:30572016,30535493:30563964,30535790:30550481,30539171:30556873,30544211:30555929,30547795:30556560,30549864:30568132', 'assoc_mat': '30355431:etiquette:4203:30355512,30364116:etiquette:4203:30364412,30365106:etiquette:4203:30365273,30366060:etiquette:4203:30366310,30371984:etiquette:4203:30372223,30374838:etiquette:4203:30375498,30374917:etiquette:4203:30375511,30376032:etiquette:4203:30376414,30381411:etiquette:4203:30381566,30383444:etiquette:4203:30383692,30384777:etiquette:4203:30384878,30386174:etiquette:4203:30386369,30390228:etiquette:4203:30391301,30390868:etiquette:4203:30391021,30392089:etiquette:4203:30393790,30393088:etiquette:4203:30397104,30393660:etiquette:4203:30393740,30411282:etiquette:4203:30411406,30412938:etiquette:4203:30413037,30414207:etiquette:4203:30414435,30416250:etiquette:4203:30416531,30416948:etiquette:4203:30417270,30422158:etiquette:4203:30422454,30424474:etiquette:4203:30424748,30426083:etiquette:4203:30426503,30426096:etiquette:4203:30426580,30427756:etiquette:4203:30428238,30429228:etiquette:4203:30430628,30434454:etiquette:4203:30434549,30437569:etiquette:4203:30437863,30439084:etiquette:4203:30439183,3'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018187534875448422, 'nb_photo': 349, 'list_port_cont': '30348598,30348614,30349706,30350455,30350853,30353035,30355917,30355930,30357387,30363441,30363629,30364246,30364259,30364334,30364392,30364625,30364695,30365201,30365270,30365615,30365646,30366206,30366769,30366851,30366958,30368810,30370827,30372817,30373445,30374327,30375077,30375619,30375709,30376053,30376059,30376634,30376821,30376977,30381099,30381179,30381939,30381969,30382563,30383600,30385390,30386181,30386238,30386642,30389800,30390280,30390316,30390950,30391617,30391631,30391935,30392070,30393263,30393291,30393360,30393389,30394310,30394325,30396978,30411052,30411809,30412277,30412299,30413994,30414598,30415717,30416342,30416362,30417029,30417185,30419095,30422223,30422846,30423064,30423907,30423917,30424632,30426138,30426228,30426299,30426343,30426922,30427777,30428010,30428858,30429353,30431361,30434078,30437226,30437703,30437731,30438654,30439724,30439979,30440136,30441606,30457354,30459406,30462016,30462209,30463001,30464368,30464465,30465281,30467242,30467326,30470621,30470720,30471246,3047437', 'assoc_port': '30348402:30348598,30348410:30348614,30349655:30349706,30350361:30350455,30350748:30353035,30350787:30350853,30355867:30355917,30355870:30355930,30357341:30357387,30363346:30363441,30363571:30363629,30364115:30364392,30364117:30364259,30364120:30364334,30364121:30364246,30364597:30364695,30364601:30364625,30365100:30365270,30365107:30365201,30365603:30365646,30365608:30365615,30365612:30366769,30366055:30366206,30366061:30368810,30366702:30366958,30366706:30366851,30370768:30370827,30371983:30373445,30372621:30372817,30374236:30374327,30374837:30376977,30374937:30375077,30375561:30375709,30375566:30375619,30376015:30376059,30376031:30376053,30376541:30376634,30376770:30376821,30380938:30381179,30380943:30381099,30381796:30381969,30381797:30381939,30382511:30382563,30383443:30383600,30385341:30385390,30386167:30386238,30386177:30386181,30386612:30386642,30389677:30389800,30390231:30390316,30390235:30390280,30390822:30390950,30390867:30392070,30391463:30391631,30391465:30391617,30391890:30391935,30393091:3039338', 'assoc_mat': '30348402:etiquette:4207:30348598,30348410:etiquette:4207:30348614,30349655:etiquette:4207:30349706,30350361:etiquette:4207:30350455,30350748:etiquette:4207:30353035,30350787:etiquette:4207:30350853,30355867:etiquette:4207:30355917,30355870:etiquette:4207:30355930,30357341:etiquette:4207:30357387,30363346:etiquette:4207:30363441,30363571:etiquette:4207:30363629,30364115:etiquette:4207:30364392,30364117:etiquette:4207:30364259,30364120:etiquette:4207:30364334,30364121:etiquette:4207:30364246,30364597:etiquette:4207:30364695,30364601:etiquette:4207:30364625,30365100:etiquette:4207:30365270,30365107:etiquette:4207:30365201,30365603:etiquette:4207:30365646,30365608:etiquette:4207:30365615,30365612:etiquette:4207:30366769,30366055:etiquette:4207:30366206,30366061:etiquette:4207:30368810,30366702:etiquette:4207:30366958,30366706:etiquette:4207:30366851,30370768:etiquette:4207:30370827,30371983:etiquette:4207:30373445,30372621:etiquette:4207:30372817,30374236:etiquette:4207:30374327,30374837:etiquette:4207:30376977,3'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0007594161389171185, 'nb_photo': 133, 'list_port_cont': '30320111,30348659,30357357,30364292,30364642,30365223,30367053,30371073,30372036,30372779,30374476,30376676,30381133,30382613,30383558,30383916,30389767,30389879,30390361,30391681,30393323,30394276,30411900,30413098,30417629,30423955,30425388,30426248,30426314,30427884,30427988,30434178,30436948,30437743,30438684,30439587,30439775,30457607,30462154,30463115,30464413,30467509,30520625,30524562,30524847,30525683,30525772,30526397,30527204,30529269,30529848,30529984,30530112,30530678,30530851,30530946,30531156,30531965,30548375,30548579,30550302,30550401,30550535,30551018,30551242,30559114,30559206,30560235,30560620,30561012,30568027,30570241', 'assoc_port': '30319872:30320111,30348406:30348659,30357343:30357357,30364118:30364292,30364598:30364642,30365103:30365223,30366057:30372779,30366705:30367053,30371015:30371073,30371989:30372036,30374183:30374476,30376034:30376676,30380944:30381133,30382510:30382613,30383447:30383558,30383773:30383916,30386166:30389767,30389673:30389879,30390232:30390361,30391464:30391681,30393089:30393323,30393123:30394276,30411463:30413098,30411796:30411900,30417568:30417629,30423636:30425388,30423731:30423955,30426088:30426248,30426099:30426314,30427753:30427988,30427762:30427884,30433954:30434178,30434449:30436948,30437573:30437743,30438516:30438684,30439501:30439587,30439718:30439775,30457292:30457607,30461851:30462154,30462748:30463115,30464252:30464413,30466587:30467509,30520285:30529984,30520297:30529848,30520308:30529269,30520353:30520625,30521047:30561012,30521120:30560620,30521127:30531965,30521132:30531156,30521142:30530946,30521149:30530851,30521153:30530678,30521660:30530112,30521800:30527204,30522029:30526397,30522569:3052484', 'assoc_mat': '30319872:etiquette:4461:30320111,30348406:etiquette:4461:30348659,30357343:etiquette:4461:30357357,30364118:etiquette:4461:30364292,30364598:etiquette:4461:30364642,30365103:etiquette:4461:30365223,30366057:etiquette:4461:30372779,30366705:etiquette:4461:30367053,30371015:etiquette:4461:30371073,30371989:etiquette:4461:30372036,30374183:etiquette:4461:30374476,30376034:etiquette:4461:30376676,30380944:etiquette:4461:30381133,30382510:etiquette:4461:30382613,30383447:etiquette:4461:30383558,30383773:etiquette:4461:30383916,30386166:etiquette:4461:30389767,30389673:etiquette:4461:30389879,30390232:etiquette:4461:30390361,30391464:etiquette:4461:30391681,30393089:etiquette:4461:30393323,30393123:etiquette:4461:30394276,30411463:etiquette:4461:30413098,30411796:etiquette:4461:30411900,30417568:etiquette:4461:30417629,30423636:etiquette:4461:30425388,30423731:etiquette:4461:30423955,30426088:etiquette:4461:30426248,30426099:etiquette:4461:30426314,30427753:etiquette:4461:30427988,30427762:etiquette:4461:30427884,3'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.010508425852560418, 'nb_photo': 1323, 'list_port_cont': '30348561,30350870,30350955,30357392,30363608,30364674,30365230,30366144,30366286,30366711,30366948,30368819,30370908,30371701,30373135,30373509,30373524,30375166,30375213,30375725,30375785,30376138,30376658,30376795,30381117,30381990,30382745,30382868,30383479,30383555,30383827,30384517,30384860,30385428,30385815,30386295,30388424,30389826,30389905,30390330,30390942,30390977,30391610,30391699,30393280,30393370,30393399,30394335,30411514,30412013,30412238,30412952,30413930,30414039,30414337,30414459,30415798,30416360,30416737,30417067,30417255,30417599,30422276,30422328,30423115,30423123,30424647,30424660,30426198,30426947,30427544,30427813,30427973,30428064,30428829,30429630,30430747,30433036,30434114,30434491,30434837,30435242,30436596,30437243,30437775,30438643,30439138,30439569,30439634,30457582,30457654,30457899,30462287,30463097,30464395,30464536,30464661,30469675,30469881,30471157,30471289,30474557,30474597,30479704,30482075,30482880,30482920,30484698,30484841,30486018,30488929,30520519,30520592,3052459', 'assoc_port': '30348435:30348561,30349654:30350955,30350775:30350870,30357342:30357392,30363573:30363608,30364600:30364674,30365097:30366286,30365104:30365230,30365609:30366711,30366053:30368819,30366059:30366144,30366703:30371701,30366704:30366948,30370765:30370908,30371981:30373524,30371991:30373509,30373082:30373135,30374223:30376795,30374915:30375166,30374918:30375213,30375559:30375785,30375569:30375725,30376037:30376138,30376542:30376658,30380941:30381117,30381409:30382868,30381803:30381990,30381833:30383827,30382730:30382745,30383450:30383555,30383451:30383479,30384240:30384517,30384775:30384860,30385342:30385428,30385661:30385815,30386173:30386295,30386179:30388424,30389671:30389905,30389681:30389826,30390233:30390330,30390824:30390977,30390866:30390942,30391462:30391699,30391467:30391610,30393090:30393399,30393097:30393370,30393140:30393280,30394258:30394335,30410949:30412238,30411465:30411514,30411997:30412013,30412939:30412952,30412940:30414459,30413758:30414039,30413759:30413930,30414208:30414337,30415640:3041579', 'assoc_mat': '30348435:etiquette:4200:30348561,30349654:etiquette:4200:30350955,30350775:etiquette:4200:30350870,30357342:etiquette:4200:30357392,30363573:etiquette:4200:30363608,30364600:etiquette:4200:30364674,30365097:etiquette:4200:30366286,30365104:etiquette:4200:30365230,30365609:etiquette:4200:30366711,30366053:etiquette:4200:30368819,30366059:etiquette:4200:30366144,30366703:etiquette:4200:30371701,30366704:etiquette:4200:30366948,30370765:etiquette:4200:30370908,30371981:etiquette:4200:30373524,30371991:etiquette:4200:30373509,30373082:etiquette:4200:30373135,30374223:etiquette:4200:30376795,30374915:etiquette:4200:30375166,30374918:etiquette:4200:30375213,30375559:etiquette:4200:30375785,30375569:etiquette:4200:30375725,30376037:etiquette:4200:30376138,30376542:etiquette:4200:30376658,30380941:etiquette:4200:30381117,30381409:etiquette:4200:30382868,30381803:etiquette:4200:30381990,30381833:etiquette:4200:30383827,30382730:etiquette:4200:30382745,30383450:etiquette:4200:30383555,30383451:etiquette:4200:30383479,3'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.008885434567673198, 'nb_photo': 570, 'list_port_cont': '30348528,30370888,30371053,30372957,30374593,30376115,30376622,30380709,30380793,30381917,30382771,30385411,30390272,30391725,30393429,30394354,30394434,30411533,30416415,30422248,30425096,30425606,30426209,30434094,30435322,30462083,30467430,30474450,30478675,30481973,30486857,30508550,30520500,30524535,30524737,30524952,30524974,30526583,30526846,30526875,30527159,30548478,30550236,30550395,30550440,30551562,30552555,30552895,30553324,30560128,30560437,30567928', 'assoc_port': '30348400:30348528,30370760:30370888,30371012:30371053,30372619:30372957,30374203:30374593,30375954:30376115,30376564:30376622,30380592:30380709,30380593:30380793,30381800:30381917,30382729:30382771,30385361:30385411,30390239:30390272,30391461:30391725,30393087:30394434,30393093:30393429,30394260:30394354,30411468:30411533,30416254:30416415,30422134:30422248,30423711:30425606,30424985:30425096,30426093:30426209,30433957:30434094,30435212:30435322,30461848:30462083,30466584:30467430,30474319:30474450,30474321:30478675,30481866:30481973,30484222:30508550,30486694:30486857,30520288:30526846,30520331:30526583,30520369:30520500,30521126:30527159,30521145:30526875,30521802:30524974,30522390:30524952,30522680:30524737,30523375:30524535,30534707:30560437,30534708:30553324,30535163:30560128,30535499:30552895,30536211:30552555,30539168:30551562,30544180:30567928,30547787:30550395,30547788:30548478,30549865:30550440,30549866:30550236', 'assoc_mat': '30348400:etiquette:4209:30348528,30370760:etiquette:4209:30370888,30371012:etiquette:4209:30371053,30372619:etiquette:4209:30372957,30374203:etiquette:4209:30374593,30375954:etiquette:4209:30376115,30376564:etiquette:4209:30376622,30380592:etiquette:4209:30380709,30380593:etiquette:4209:30380793,30381800:etiquette:4209:30381917,30382729:etiquette:4209:30382771,30385361:etiquette:4209:30385411,30390239:etiquette:4209:30390272,30391461:etiquette:4209:30391725,30393087:etiquette:4209:30394434,30393093:etiquette:4209:30393429,30394260:etiquette:4209:30394354,30411468:etiquette:4209:30411533,30416254:etiquette:4209:30416415,30422134:etiquette:4209:30422248,30423711:etiquette:4209:30425606,30424985:etiquette:4209:30425096,30426093:etiquette:4209:30426209,30433957:etiquette:4209:30434094,30435212:etiquette:4209:30435322,30461848:etiquette:4209:30462083,30466584:etiquette:4209:30467430,30474319:etiquette:4209:30474450,30474321:etiquette:4209:30478675,30481866:etiquette:4209:30481973,30484222:etiquette:4209:30508550,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0026923318936894988, 'nb_photo': 15291, 'list_port_cont': '30348747,30349327,30349723,30350882,30350897,30356160,30363504,30363659,30364380,30364841,30365314,30365341,30365712,30366214,30367338,30368843,30370933,30371150,30372063,30372090,30372965,30372992,30373151,30374618,30375186,30375251,30375269,30375746,30376271,30376290,30381234,30381251,30381513,30382017,30382594,30382643,30383657,30383962,30385179,30385205,30385767,30385828,30386348,30386695,30390191,30390409,30391664,30391740,30391997,30392158,30392175,30393436,30393810,30393826,30394370,30411133,30411383,30411713,30411834,30412319,30412332,30414073,30414088,30414098,30414368,30414384,30415863,30415898,30416457,30416751,30416769,30417089,30417096,30417604,30417664,30423160,30423986,30424008,30424225,30424607,30425044,30425976,30426369,30426390,30426404,30427686,30427864,30427930,30428037,30428085,30428936,30430826,30433050,30433089,30434268,30434326,30434524,30435144,30435307,30437299,30438798,30438844,30439154,30439638,30439999,30457817,30458514,30459488,30462410,30463323,30463403,30464501,30469828,3047003', 'assoc_port': '30348411:30348747,30349261:30349327,30349657:30349723,30350765:30350897,30350788:30350882,30355866:30356160,30363348:30363504,30363570:30364841,30363572:30363659,30364123:30364380,30365099:30365341,30365102:30365314,30365604:30365712,30366052:30368843,30366056:30366214,30366701:30367338,30370771:30370933,30371014:30371150,30371982:30372090,30371987:30372063,30372600:30372992,30372624:30372965,30373083:30373151,30374243:30374618,30374894:30375269,30374953:30375251,30374960:30375186,30375560:30375746,30376012:30376290,30376033:30376271,30380936:30382594,30380940:30381251,30380947:30381234,30381412:30381513,30381805:30382017,30382512:30382643,30383446:30383657,30383771:30383962,30384239:30385767,30385070:30385205,30385072:30385179,30385663:30385828,30386175:30386348,30386610:30386695,30389675:30390191,30390230:30390409,30390821:30392158,30390846:30392175,30391459:30391740,30391468:30391664,30391874:30391997,30393094:30393826,30393096:30393436,30393139:30393810,30394261:30394370,30410947:30411133,30411285:3041138', 'assoc_mat': '30348411:etiquette:4211:30348747,30349261:etiquette:4211:30349327,30349657:etiquette:4211:30349723,30350765:etiquette:4211:30350897,30350788:etiquette:4211:30350882,30355866:etiquette:4211:30356160,30363348:etiquette:4211:30363504,30363570:etiquette:4211:30364841,30363572:etiquette:4211:30363659,30364123:etiquette:4211:30364380,30365099:etiquette:4211:30365341,30365102:etiquette:4211:30365314,30365604:etiquette:4211:30365712,30366052:etiquette:4211:30368843,30366056:etiquette:4211:30366214,30366701:etiquette:4211:30367338,30370771:etiquette:4211:30370933,30371014:etiquette:4211:30371150,30371982:etiquette:4211:30372090,30371987:etiquette:4211:30372063,30372600:etiquette:4211:30372992,30372624:etiquette:4211:30372965,30373083:etiquette:4211:30373151,30374243:etiquette:4211:30374618,30374894:etiquette:4211:30375269,30374953:etiquette:4211:30375251,30374960:etiquette:4211:30375186,30375560:etiquette:4211:30375746,30376012:etiquette:4211:30376290,30376033:etiquette:4211:30376271,30380936:etiquette:4211:30382594,3'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002565946192279349, 'nb_photo': 333, 'list_port_cont': '30348813,30349735,30355401,30356176,30363002,30364423,30364712,30364718,30365016,30365331,30365359,30365804,30366259,30366296,30366499,30367639,30371176,30372103,30372146,30372996,30374106,30374833,30375473,30376733,30379878,30381261,30381279,30381298,30381545,30382810,30383959,30384651,30384975,30385225,30385892,30386320,30386325,30386386,30390425,30390983,30391000,30391758,30391774,30393455,30393517,30393542,30394385,30411425,30411550,30412363,30414167,30414284,30415977,30416004,30416475,30417188,30417771,30423178,30424813,30424874,30426461,30426643,30428125,30430721,30433106,30437340,30437465,30438816,30439670,30440055,30459494,30462847,30464516,30464579,30468006,30470793,30474927,30474984,30475136,30482894,30485168,30485338,30487505,30489151,30520743,30524648,30525047,30525088,30525811,30525882,30526657,30526749,30526769,30526974,30530569,30530650,30531219,30532088,30548409,30550896,30551546,30553703,30555464,30557150,30557285,30559671,30559685,30559889,30560154,30560566,30560676,30561193,30561370,3056164', 'assoc_port': '30348419:30348813,30349656:30349735,30350356:30355401,30355869:30356176,30362769:30363002,30364114:30365016,30364119:30364423,30364596:30364718,30364602:30364712,30365105:30365359,30365108:30365331,30365610:30365804,30366054:30366296,30366058:30366499,30366063:30366259,30366707:30367639,30371017:30371176,30371985:30372103,30371990:30372146,30372622:30372996,30373080:30374106,30374253:30374833,30374864:30375473,30374916:30379878,30376036:30376733,30380937:30381261,30380939:30381298,30380946:30381279,30381413:30381545,30382509:30383959,30382731:30382810,30383769:30384975,30384641:30384651,30385068:30385225,30385659:30385892,30386168:30386320,30386172:30386325,30386178:30386386,30390234:30390425,30390823:30391000,30390827:30390983,30391466:30391774,30391469:30391758,30393092:30393542,30393099:30393455,30393141:30393517,30394257:30394385,30411284:30411425,30411466:30411550,30412116:30412363,30413753:30414284,30413764:30414167,30415653:30416004,30415663:30415977,30416252:30416475,30416944:30417188,30417565:3041777', 'assoc_mat': '30348419:etiquette:3327:30348813,30349656:etiquette:3327:30349735,30350356:etiquette:3327:30355401,30355869:etiquette:3327:30356176,30362769:etiquette:3327:30363002,30364114:etiquette:3327:30365016,30364119:etiquette:3327:30364423,30364596:etiquette:3327:30364718,30364602:etiquette:3327:30364712,30365105:etiquette:3327:30365359,30365108:etiquette:3327:30365331,30365610:etiquette:3327:30365804,30366054:etiquette:3327:30366296,30366058:etiquette:3327:30366499,30366063:etiquette:3327:30366259,30366707:etiquette:3327:30367639,30371017:etiquette:3327:30371176,30371985:etiquette:3327:30372103,30371990:etiquette:3327:30372146,30372622:etiquette:3327:30372996,30373080:etiquette:3327:30374106,30374253:etiquette:3327:30374833,30374864:etiquette:3327:30375473,30374916:etiquette:3327:30379878,30376036:etiquette:3327:30376733,30380937:etiquette:3327:30381261,30380939:etiquette:3327:30381298,30380946:etiquette:3327:30381279,30381413:etiquette:3327:30381545,30382509:etiquette:3327:30383959,30382731:etiquette:3327:30382810,3'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.014539708114532897, 'nb_photo': 328, 'list_port_cont': '30348716,30350518,30350585,30350833,30362657,30365296,30366170,30376097,30376783,30381953,30383885,30386283,30386623,30393645,30413342,30413975,30415854,30417509,30422316,30427530,30427907,30434164,30438729,30439750,30462180,30481993,30515384,30515525,30548492,30550624,30554459,30555331,30561142,30561819,30563504,30567249,30569997,30570634,30570761', 'assoc_port': '30348405:30348716,30350358:30350585,30350360:30350518,30350789:30350833,30362654:30362657,30365098:30365296,30366062:30366170,30374184:30376783,30376035:30376097,30381798:30381953,30383750:30383885,30386171:30386283,30386613:30386623,30391858:30393645,30411795:30413342,30412112:30413975,30415627:30415854,30416943:30417509,30422128:30422316,30426079:30427530,30427759:30427907,30433953:30434164,30438513:30438729,30439716:30439750,30461853:30462180,30466591:30515525,30481873:30481993,30486695:30515384,30520310:30561819,30520335:30570761,30521049:30567249,30521147:30569997,30522388:30570634,30523044:30561142,30535167:30563504,30535853:30550624,30536090:30554459,30544206:30555331,30548091:30548492', 'assoc_mat': '30348405:film_plastique:4205:30348716,30350358:film_plastique:4205:30350585,30350360:film_plastique:4205:30350518,30350789:film_plastique:4205:30350833,30362654:film_plastique:4205:30362657,30365098:film_plastique:4205:30365296,30366062:film_plastique:4205:30366170,30374184:film_plastique:4205:30376783,30376035:film_plastique:4205:30376097,30381798:film_plastique:4205:30381953,30383750:film_plastique:4205:30383885,30386171:film_plastique:4205:30386283,30386613:film_plastique:4205:30386623,30391858:film_plastique:4205:30393645,30411795:film_plastique:4205:30413342,30412112:film_plastique:4205:30413975,30415627:film_plastique:4205:30415854,30416943:film_plastique:4205:30417509,30422128:film_plastique:4205:30422316,30426079:film_plastique:4205:30427530,30427759:film_plastique:4205:30427907,30433953:film_plastique:4205:30434164,30438513:film_plastique:4205:30438729,30439716:film_plastique:4205:30439750,30461853:film_plastique:4205:30462180,30466591:film_plastique:4205:30515525,30481873:film_plastique:4205:3048199'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.033079829996987505, 'nb_photo': 3202, 'list_port_cont': '30355518,30364402,30365278,30366309,30372219,30375485,30375505,30376410,30381567,30383698,30384886,30386372,30391014,30391302,30393737,30393787,30397106,30411416,30413045,30414425,30416520,30417271,30422459,30424753,30426491,30426586,30428240,30430638,30434546,30437864,30439198,30458843,30462883,30547919,30548151,30550467,30555927,30556388,30556563,30556875,30558144,30562768,30563347,30563973,30568145,30571499,30572007,30572462,30572553', 'assoc_port': '30355431:30355518,30364116:30364402,30365106:30365278,30366060:30366309,30371984:30372219,30374838:30375485,30374917:30375505,30376032:30376410,30381411:30381567,30383444:30383698,30384777:30384886,30386174:30386372,30390228:30391302,30390868:30391014,30392089:30393787,30393088:30397106,30393660:30393737,30411282:30411416,30412938:30413045,30414207:30414425,30416250:30416520,30416948:30417271,30422158:30422459,30424474:30424753,30426083:30426491,30426096:30426586,30427756:30428240,30429228:30430638,30434454:30434546,30437569:30437864,30439084:30439198,30458034:30458843,30461856:30462883,30482699:30556388,30520286:30558144,30520313:30562768,30521152:30571499,30521340:30547919,30521981:30572553,30522565:30548151,30523373:30563347,30534710:30572462,30534715:30572007,30535493:30563973,30535790:30550467,30539171:30556875,30544211:30555927,30547795:30556563,30549864:30568145', 'assoc_mat': '30355431:film_plastique:4203:30355518,30364116:film_plastique:4203:30364402,30365106:film_plastique:4203:30365278,30366060:film_plastique:4203:30366309,30371984:film_plastique:4203:30372219,30374838:film_plastique:4203:30375485,30374917:film_plastique:4203:30375505,30376032:film_plastique:4203:30376410,30381411:film_plastique:4203:30381567,30383444:film_plastique:4203:30383698,30384777:film_plastique:4203:30384886,30386174:film_plastique:4203:30386372,30390228:film_plastique:4203:30391302,30390868:film_plastique:4203:30391014,30392089:film_plastique:4203:30393787,30393088:film_plastique:4203:30397106,30393660:film_plastique:4203:30393737,30411282:film_plastique:4203:30411416,30412938:film_plastique:4203:30413045,30414207:film_plastique:4203:30414425,30416250:film_plastique:4203:30416520,30416948:film_plastique:4203:30417271,30422158:film_plastique:4203:30422459,30424474:film_plastique:4203:30424753,30426083:film_plastique:4203:30426491,30426096:film_plastique:4203:30426586,30427756:film_plastique:4203:3042824'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0027009831519021876, 'nb_photo': 661, 'list_port_cont': '30303543,30335499,30348568,30348595,30348609,30349708,30350464,30350524,30353033,30355918,30355935,30357383,30363445,30363635,30364244,30364264,30364345,30364389,30364618,30364685,30365207,30365258,30365619,30365644,30366205,30366767,30366850,30366959,30368796,30370818,30370846,30371400,30372814,30372900,30373101,30373458,30373769,30374325,30374339,30374969,30375076,30375607,30375690,30375705,30376046,30376067,30376086,30376583,30376632,30376984,30381089,30381104,30381895,30381940,30381960,30382551,30382569,30383534,30383598,30383869,30383901,30384356,30385027,30385386,30386044,30386081,30386195,30386198,30386237,30386633,30386651,30386715,30386877,30389804,30390289,30390309,30390960,30391614,30391636,30391941,30392079,30393256,30393286,30393349,30393393,30394305,30394324,30396980,30411037,30411299,30411473,30411500,30412224,30412303,30413921,30413945,30413996,30414587,30415738,30415782,30416330,30416361,30416642,30417031,30417180,30417582,30419104,30420215,30422232,30422848,30423019,30423903,30423924,3042448', 'assoc_port': '30303519:30303543,30335479:30335499,30348402:30348595,30348407:30348568,30348410:30348609,30349655:30349708,30350357:30350524,30350361:30350464,30350748:30353033,30355867:30355918,30355870:30355935,30357341:30357383,30363346:30363445,30363571:30363635,30364115:30364389,30364117:30364264,30364120:30364345,30364121:30364244,30364597:30364685,30364601:30364618,30365100:30365258,30365107:30365207,30365603:30365644,30365608:30365619,30365612:30366767,30366055:30366205,30366061:30368796,30366702:30366959,30366706:30366850,30370758:30370846,30370768:30370818,30371337:30371400,30371983:30373458,30372581:30373769,30372621:30372814,30372623:30372900,30373081:30373101,30374236:30374325,30374263:30374339,30374837:30376984,30374914:30374969,30374937:30375076,30375561:30375705,30375564:30375690,30375566:30375607,30375992:30376086,30376015:30376067,30376031:30376046,30376541:30376632,30376543:30376583,30380943:30381104,30380945:30381089,30381796:30381960,30381797:30381940,30381804:30382569,30381832:30381895,30382511:3038255', 'assoc_mat': '30303519:film_plastique:4207:30303543,30335479:film_plastique:4207:30335499,30348402:film_plastique:4207:30348595,30348407:film_plastique:4207:30348568,30348410:film_plastique:4207:30348609,30349655:film_plastique:4207:30349708,30350357:film_plastique:4207:30350524,30350361:film_plastique:4207:30350464,30350748:film_plastique:4207:30353033,30355867:film_plastique:4207:30355918,30355870:film_plastique:4207:30355935,30357341:film_plastique:4207:30357383,30363346:film_plastique:4207:30363445,30363571:film_plastique:4207:30363635,30364115:film_plastique:4207:30364389,30364117:film_plastique:4207:30364264,30364120:film_plastique:4207:30364345,30364121:film_plastique:4207:30364244,30364597:film_plastique:4207:30364685,30364601:film_plastique:4207:30364618,30365100:film_plastique:4207:30365258,30365107:film_plastique:4207:30365207,30365603:film_plastique:4207:30365644,30365608:film_plastique:4207:30365619,30365612:film_plastique:4207:30366767,30366055:film_plastique:4207:30366205,30366061:film_plastique:4207:3036879'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.8476032206935009, 'nb_photo': 4319, 'list_port_cont': '30303403,30303655,30304200,30305307,30307937,30315128,30316013,30316057,30316402,30317237,30317345,30317470,30317593,30317725,30317984,30318100,30319091,30320105,30320910,30321250,30322484,30327204,30327300,30327337,30333327,30333566,30334255,30334556,30335029,30337139,30338057,30346720,30347413,30348616,30348661,30357344,30363590,30364287,30364640,30365221,30365656,30367055,30371074,30372029,30372775,30372909,30374477,30375102,30375640,30375754,30376205,30376687,30376843,30381134,30382601,30383564,30383824,30383919,30384425,30385158,30386245,30389764,30389876,30390366,30391678,30393319,30394278,30394740,30411894,30412962,30413099,30415760,30415816,30416068,30416702,30417110,30417637,30422353,30423944,30425060,30425389,30426236,30426312,30426953,30427879,30427982,30428881,30432911,30434180,30435258,30436822,30436970,30437272,30437749,30438672,30439590,30439781,30457612,30459422,30462158,30463118,30464407,30467363,30467423,30467517,30469692,30474501,30520558,30520614,30520664,30524557,30524839,30525670,3052576', 'assoc_port': '30303187:30303403,30303528:30303655,30303947:30304200,30305287:30305307,30307823:30307937,30314897:30315128,30315980:30316013,30315986:30316057,30316217:30316402,30316868:30317984,30316878:30317725,30316888:30317593,30316899:30317470,30316919:30317345,30316932:30317237,30317952:30318100,30318928:30319091,30319872:30320105,30320882:30320910,30321182:30321250,30322332:30322484,30327087:30327337,30327094:30327300,30327107:30327204,30333127:30333327,30333489:30333566,30334128:30334255,30334524:30334556,30335014:30335029,30336895:30337139,30338007:30338057,30346643:30346720,30347166:30347413,30348406:30348661,30348409:30348616,30357343:30357344,30363569:30363590,30364118:30364287,30364598:30364640,30365103:30365221,30365611:30365656,30366057:30372775,30366705:30367055,30371015:30371074,30371989:30372029,30372620:30372909,30374183:30374477,30374913:30375754,30374958:30375102,30375568:30375640,30375953:30376205,30376034:30376687,30376771:30376843,30380944:30381134,30381802:30383824,30382510:30382601,30383447:3038356', 'assoc_mat': '30303187:film_plastique:4461:30303403,30303528:film_plastique:4461:30303655,30303947:film_plastique:4461:30304200,30305287:film_plastique:4461:30305307,30307823:film_plastique:4461:30307937,30314897:film_plastique:4461:30315128,30315980:film_plastique:4461:30316013,30315986:film_plastique:4461:30316057,30316217:film_plastique:4461:30316402,30316868:film_plastique:4461:30317984,30316878:film_plastique:4461:30317725,30316888:film_plastique:4461:30317593,30316899:film_plastique:4461:30317470,30316919:film_plastique:4461:30317345,30316932:film_plastique:4461:30317237,30317952:film_plastique:4461:30318100,30318928:film_plastique:4461:30319091,30319872:film_plastique:4461:30320105,30320882:film_plastique:4461:30320910,30321182:film_plastique:4461:30321250,30322332:film_plastique:4461:30322484,30327087:film_plastique:4461:30327337,30327094:film_plastique:4461:30327300,30327107:film_plastique:4461:30327204,30333127:film_plastique:4461:30333327,30333489:film_plastique:4461:30333566,30334128:film_plastique:4461:3033425'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.043913177111759474, 'nb_photo': 5399, 'list_port_cont': '30302296,30302314,30303586,30304099,30307828,30317268,30317406,30319784,30334136,30334751,30335589,30348555,30350866,30350944,30357400,30363623,30364671,30365232,30366151,30366274,30366719,30366944,30368821,30370916,30371696,30373145,30373496,30373521,30375181,30375211,30375600,30375728,30375789,30376150,30376660,30376789,30381121,30381977,30382742,30382862,30383473,30383541,30383831,30384508,30384865,30385426,30385809,30386306,30388427,30389821,30389904,30390329,30390937,30390973,30391606,30391701,30393273,30393314,30393373,30393400,30394328,30411504,30412005,30412243,30412948,30413929,30414045,30414352,30414450,30415808,30416353,30416733,30417063,30417244,30417589,30422279,30422338,30423113,30423129,30424648,30424658,30426197,30426945,30427554,30427812,30427972,30428068,30428831,30429616,30430746,30433025,30434120,30434494,30434829,30435247,30436603,30437244,30437778,30438651,30439135,30439572,30439636,30457587,30457643,30457900,30462296,30463095,30464391,30464533,30464669,30469681,30469879,30471153,3047128', 'assoc_port': '30302187:30302314,30302189:30302296,30303523:30303586,30303950:30304099,30307813:30307828,30316910:30317406,30316924:30317268,30319679:30319784,30334126:30334136,30334709:30334751,30335480:30335589,30348435:30348555,30349654:30350944,30350775:30350866,30357342:30357400,30363573:30363623,30364600:30364671,30365097:30366274,30365104:30365232,30365609:30366719,30366053:30368821,30366059:30366151,30366703:30371696,30366704:30366944,30370765:30370916,30371981:30373521,30371991:30373496,30373082:30373145,30374223:30376789,30374915:30375181,30374918:30375211,30375559:30375789,30375562:30375600,30375569:30375728,30376037:30376150,30376542:30376660,30380941:30381121,30381409:30382862,30381803:30381977,30381833:30383831,30382730:30382742,30383450:30383541,30383451:30383473,30384240:30384508,30384775:30384865,30385342:30385426,30385661:30385809,30386173:30386306,30386179:30388427,30389671:30389904,30389681:30389821,30390233:30390329,30390824:30390973,30390866:30390937,30391462:30391701,30391467:30391606,30393090:3039340', 'assoc_mat': '30302187:film_plastique:4200:30302314,30302189:film_plastique:4200:30302296,30303523:film_plastique:4200:30303586,30303950:film_plastique:4200:30304099,30307813:film_plastique:4200:30307828,30316910:film_plastique:4200:30317406,30316924:film_plastique:4200:30317268,30319679:film_plastique:4200:30319784,30334126:film_plastique:4200:30334136,30334709:film_plastique:4200:30334751,30335480:film_plastique:4200:30335589,30348435:film_plastique:4200:30348555,30349654:film_plastique:4200:30350944,30350775:film_plastique:4200:30350866,30357342:film_plastique:4200:30357400,30363573:film_plastique:4200:30363623,30364600:film_plastique:4200:30364671,30365097:film_plastique:4200:30366274,30365104:film_plastique:4200:30365232,30365609:film_plastique:4200:30366719,30366053:film_plastique:4200:30368821,30366059:film_plastique:4200:30366151,30366703:film_plastique:4200:30371696,30366704:film_plastique:4200:30366944,30370765:film_plastique:4200:30370916,30371981:film_plastique:4200:30373521,30371991:film_plastique:4200:3037349'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.010545588443965803, 'nb_photo': 86, 'list_port_cont': '30290383,30292187,30292200,30301298,30302382,30302822,30302862,30304167,30316778,30317568,30317682,30317939,30319758,30322386,30322689,30322725,30333170,30333224,30334176,30334283,30335612,30336478,30337430,30338026,30369869,30370896,30376110,30380792,30390266,30391722,30394445,30416423,30422240,30425095,30426200,30434095,30435309,30462095,30467437,30478678,30481965,30524733,30524831,30524970,30525711,30526592,30526881,30548481,30551558,30552894,30560135', 'assoc_port': '30290350:30290383,30292096:30292187,30292097:30292200,30301103:30301298,30302180:30302382,30302733:30302862,30302754:30302822,30303946:30304167,30316571:30316778,30316870:30317939,30316898:30317682,30316909:30317568,30319682:30319758,30322333:30322386,30322549:30322725,30322556:30322689,30333128:30333224,30333131:30333170,30334125:30334176,30334131:30334283,30335476:30335612,30336252:30336478,30337382:30337430,30338006:30338026,30365605:30369869,30370760:30370896,30375954:30376110,30380593:30380792,30390239:30390266,30391461:30391722,30393087:30394445,30416254:30416423,30422134:30422240,30424985:30425095,30426093:30426200,30433957:30434095,30435212:30435309,30461848:30462095,30466584:30467437,30474321:30478678,30481866:30481965,30520331:30526592,30521145:30526881,30521720:30525711,30521721:30524831,30521802:30524970,30522680:30524733,30535163:30560135,30535499:30552894,30539168:30551558,30547788:30548481', 'assoc_mat': '30290350:film_plastique:4209:30290383,30292096:film_plastique:4209:30292187,30292097:film_plastique:4209:30292200,30301103:film_plastique:4209:30301298,30302180:film_plastique:4209:30302382,30302733:film_plastique:4209:30302862,30302754:film_plastique:4209:30302822,30303946:film_plastique:4209:30304167,30316571:film_plastique:4209:30316778,30316870:film_plastique:4209:30317939,30316898:film_plastique:4209:30317682,30316909:film_plastique:4209:30317568,30319682:film_plastique:4209:30319758,30322333:film_plastique:4209:30322386,30322549:film_plastique:4209:30322725,30322556:film_plastique:4209:30322689,30333128:film_plastique:4209:30333224,30333131:film_plastique:4209:30333170,30334125:film_plastique:4209:30334176,30334131:film_plastique:4209:30334283,30335476:film_plastique:4209:30335612,30336252:film_plastique:4209:30336478,30337382:film_plastique:4209:30337430,30338006:film_plastique:4209:30338026,30365605:film_plastique:4209:30369869,30370760:film_plastique:4209:30370896,30375954:film_plastique:4209:3037611'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.003201580663685582, 'nb_photo': 6759, 'list_port_cont': '30289861,30290296,30290492,30290614,30291540,30291588,30291628,30291689,30291933,30291962,30292241,30292282,30293073,30293110,30294089,30294153,30294480,30294569,30302352,30302415,30303423,30303624,30303700,30304234,30304402,30304445,30305387,30307895,30307980,30308023,30308029,30308047,30311278,30311563,30312221,30315152,30315166,30315418,30315436,30316099,30316116,30316135,30316454,30316727,30316763,30317185,30317230,30317302,30317564,30317641,30317840,30317847,30317864,30317882,30318034,30318054,30318147,30318162,30318198,30318201,30318241,30318289,30318304,30318710,30319119,30319128,30319151,30319813,30320083,30320220,30320937,30321214,30321230,30321300,30321731,30321929,30322046,30322460,30322521,30322712,30322880,30322905,30327137,30327231,30327274,30327355,30327494,30327531,30327589,30327658,30329861,30333280,30333297,30333324,30333600,30333907,30333922,30334315,30334588,30334615,30334784,30334789,30335286,30335339,30336544,30337080,30337112,30337441,30337793,30337818,30337851,30346425,30346762,3034678', 'assoc_port': '30289306:30290614,30289774:30289861,30290043:30290296,30290347:30290492,30291286:30291588,30291289:30291540,30291609:30291689,30291612:30291628,30291899:30291962,30291901:30291933,30292077:30292282,30292101:30292241,30292862:30293110,30292865:30293073,30293775:30294153,30293777:30294089,30294224:30294569,30294228:30294480,30302186:30302352,30302190:30302415,30303218:30303423,30303521:30303624,30303526:30303700,30303943:30304234,30304342:30304402,30304344:30304445,30305286:30305387,30307814:30308047,30307816:30308023,30307817:30308029,30307818:30307980,30307825:30307895,30310708:30312221,30310716:30311563,30310718:30311278,30314898:30315166,30314900:30315152,30315255:30315436,30315259:30315418,30315979:30316099,30315981:30316116,30315984:30316135,30316220:30316454,30316647:30316727,30316648:30316763,30316860:30318710,30316864:30318241,30316865:30319813,30316866:30318147,30316869:30317230,30316873:30318304,30316874:30318198,30316877:30318289,30316882:30318054,30316884:30318034,30316885:30317864,30316893:3031788', 'assoc_mat': '30289306:film_plastique:4211:30290614,30289774:film_plastique:4211:30289861,30290043:film_plastique:4211:30290296,30290347:film_plastique:4211:30290492,30291286:film_plastique:4211:30291588,30291289:film_plastique:4211:30291540,30291609:film_plastique:4211:30291689,30291612:film_plastique:4211:30291628,30291899:film_plastique:4211:30291962,30291901:film_plastique:4211:30291933,30292077:film_plastique:4211:30292282,30292101:film_plastique:4211:30292241,30292862:film_plastique:4211:30293110,30292865:film_plastique:4211:30293073,30293775:film_plastique:4211:30294153,30293777:film_plastique:4211:30294089,30294224:film_plastique:4211:30294569,30294228:film_plastique:4211:30294480,30302186:film_plastique:4211:30302352,30302190:film_plastique:4211:30302415,30303218:film_plastique:4211:30303423,30303521:film_plastique:4211:30303624,30303526:film_plastique:4211:30303700,30303943:film_plastique:4211:30304234,30304342:film_plastique:4211:30304402,30304344:film_plastique:4211:30304445,30305286:film_plastique:4211:3030538'}, {'unwanted_material': 'kraft', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0006066340008518643, 'nb_photo': 3, 'list_port_cont': '30348703,30563515,30567244', 'assoc_port': '30348405:30348703,30521049:30567244,30535167:30563515', 'assoc_mat': '30348405:kraft:4205:30348703,30521049:kraft:4205:30567244,30535167:kraft:4205:30563515'}, {'unwanted_material': 'kraft', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0012457633722508645, 'nb_photo': 3, 'list_port_cont': '30381561,30437853,30558143', 'assoc_port': '30381411:30381561,30437569:30437853,30520286:30558143', 'assoc_mat': '30381411:kraft:4203:30381561,30437569:kraft:4203:30437853,30520286:kraft:4203:30558143'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0014447525115170966, 'nb_photo': 27, 'list_port_cont': '30350525,30375692,30376063,30376080,30382566,30394301,30411494,30427838,30434210,30437713,30462009,30486354,30526796,30527177,30527734,30530257,30531476,30550172,30550483,30550778,30551140,30562711,30563461,30564915,30566986,30569186', 'assoc_port': '30350357:30350525,30375564:30375692,30375992:30376080,30376015:30376063,30382511:30382566,30394262:30394301,30411464:30411494,30427760:30427838,30433948:30434210,30437572:30437713,30461858:30462009,30482702:30486354,30521121:30569186,30521129:30531476,30521146:30530257,30521798:30527734,30522027:30527177,30522396:30526796,30534266:30562711,30534718:30566986,30535162:30563461,30535166:30564915,30535852:30550483,30538272:30551140,30544191:30550778,30549868:30550172', 'assoc_mat': '30350357:kraft:4207:30350525,30375564:kraft:4207:30375692,30375992:kraft:4207:30376080,30376015:kraft:4207:30376063,30382511:kraft:4207:30382566,30394262:kraft:4207:30394301,30411464:kraft:4207:30411494,30427760:kraft:4207:30427838,30433948:kraft:4207:30434210,30437572:kraft:4207:30437713,30461858:kraft:4207:30462009,30482702:kraft:4207:30486354,30521121:kraft:4207:30569186,30521129:kraft:4207:30531476,30521146:kraft:4207:30530257,30521798:kraft:4207:30527734,30522027:kraft:4207:30527177,30522396:kraft:4207:30526796,30534266:kraft:4207:30562711,30534718:kraft:4207:30566986,30535162:kraft:4207:30563461,30535166:kraft:4207:30564915,30535852:kraft:4207:30550483,30538272:kraft:4207:30551140,30544191:kraft:4207:30550778,30549868:kraft:4207:30550172'}, {'unwanted_material': 'kraft', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.0002513308740079549, 'nb_photo': 43, 'list_port_cont': '30320103,30334257,30334551,30335039,30338051,30375107,30389866,30551014', 'assoc_port': '30319872:30320103,30334128:30334257,30334524:30334551,30335014:30335039,30338007:30338051,30374958:30375107,30389673:30389866,30539174:30551014', 'assoc_mat': '30319872:kraft:4461:30320103,30334128:kraft:4461:30334257,30334524:kraft:4461:30334551,30335014:kraft:4461:30335039,30338007:kraft:4461:30338051,30374958:kraft:4461:30375107,30389673:kraft:4461:30389866,30539174:kraft:4461:30551014'}, {'unwanted_material': 'kraft', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 2.5967421866911922e-05, 'nb_photo': 18, 'list_port_cont': '30335602,30364673,30370913,30373138,30375201,30381111,30383484,30383836,30385819,30386296,30389822,30390941,30434109', 'assoc_port': '30335480:30335602,30364600:30364673,30370765:30370913,30373082:30373138,30374918:30375201,30380941:30381111,30381833:30383836,30383451:30383484,30385661:30385819,30386173:30386296,30389681:30389822,30390866:30390941,30433950:30434109', 'assoc_mat': '30335480:kraft:4200:30335602,30364600:kraft:4200:30364673,30370765:kraft:4200:30370913,30373082:kraft:4200:30373138,30374918:kraft:4200:30375201,30380941:kraft:4200:30381111,30381833:kraft:4200:30383836,30383451:kraft:4200:30383484,30385661:kraft:4200:30385819,30386173:kraft:4200:30386296,30389681:kraft:4200:30389822,30390866:kraft:4200:30390941,30433950:kraft:4200:30434109'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0, 'nb_photo': 7, 'list_port_cont': '30290397,30321501,30369873,30390258', 'assoc_port': '30290348:30290397,30321426:30321501,30365605:30369873,30390239:30390258', 'assoc_mat': '30290348:kraft:4209:30290397,30321426:kraft:4209:30321501,30365605:kraft:4209:30369873,30390239:kraft:4209:30390258'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.005363201344108659, 'nb_photo': 1102, 'list_port_cont': '30290095,30290377,30291914,30293054,30293889,30294426,30300055,30300616,30303605,30307846,30314984,30317313,30317465,30317690,30317710,30317752,30317902,30318086,30318264,30318976,30318981,30318999,30319958,30320702,30320897,30322393,30327149,30327820,30333858,30334160,30334531,30334684,30334718,30335669,30336500,30346392,30346698,30346963,30348543,30363386,30364604,30365146,30366044,30370838,30370863,30370872,30372016,30374357,30375091,30376141,30376672,30376765,30376817,30380633,30381147,30382756,30382787,30386215,30389785,30390917,30392306,30394684,30411029,30414313,30414330,30415720,30416630,30417042,30423938,30424504,30424548,30424582,30427383,30432926,30433068,30435109,30435117,30435162,30437235,30438608,30439438,30439744,30460983,30463818,30467263,30467345,30467650,30469625,30474395,30474478,30474640,30474660,30484549,30520379,30520426,30521620,30525512,30525610,30526240,30527143,30527255,30528519,30529117,30529821,30529973,30530581,30530707,30531042,30531548,30531895,30548274,30548464,30550113,3055035', 'assoc_port': '30290042:30290095,30290351:30290377,30291902:30291914,30292863:30293889,30292864:30293054,30294223:30294426,30299944:30300055,30300542:30300616,30303525:30303605,30307824:30307846,30314901:30314984,30316872:30318264,30316879:30318086,30316883:30317902,30316892:30317752,30316895:30317690,30316900:30317710,30316912:30317465,30316921:30317313,30317931:30318976,30318963:30318999,30318964:30318981,30319877:30319958,30320625:30320702,30320880:30320897,30322313:30322393,30327110:30327149,30327112:30327820,30333726:30333858,30334129:30334160,30334132:30334684,30334521:30334531,30334705:30334718,30335475:30335669,30336233:30336500,30346388:30346392,30346641:30346698,30346818:30346963,30348408:30348543,30363347:30363386,30364599:30364604,30365101:30365146,30365607:30366044,30370759:30370863,30370761:30370872,30370762:30370838,30371988:30372016,30374204:30374357,30374957:30375091,30376011:30376141,30376014:30376765,30376030:30376672,30376772:30376817,30380591:30380633,30380942:30381147,30381825:30382756,30382728:3038278', 'assoc_mat': '30290042:kraft:3726:30290095,30290351:kraft:3726:30290377,30291902:kraft:3726:30291914,30292863:kraft:3726:30293889,30292864:kraft:3726:30293054,30294223:kraft:3726:30294426,30299944:kraft:3726:30300055,30300542:kraft:3726:30300616,30303525:kraft:3726:30303605,30307824:kraft:3726:30307846,30314901:kraft:3726:30314984,30316872:kraft:3726:30318264,30316879:kraft:3726:30318086,30316883:kraft:3726:30317902,30316892:kraft:3726:30317752,30316895:kraft:3726:30317690,30316900:kraft:3726:30317710,30316912:kraft:3726:30317465,30316921:kraft:3726:30317313,30317931:kraft:3726:30318976,30318963:kraft:3726:30318999,30318964:kraft:3726:30318981,30319877:kraft:3726:30319958,30320625:kraft:3726:30320702,30320880:kraft:3726:30320897,30322313:kraft:3726:30322393,30327110:kraft:3726:30327149,30327112:kraft:3726:30327820,30333726:kraft:3726:30333858,30334129:kraft:3726:30334160,30334132:kraft:3726:30334684,30334521:kraft:3726:30334531,30334705:kraft:3726:30334718,30335475:kraft:3726:30335669,30336233:kraft:3726:30336500,30346388:'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 9.6678794257508e-05, 'nb_photo': 7, 'list_port_cont': '30394366,30427674,30428944,30438846,30469836,30487421', 'assoc_port': '30394261:30394366,30426102:30427674,30428667:30428944,30438496:30438846,30469539:30469836,30487071:30487421', 'assoc_mat': '30394261:kraft:4211:30394366,30426102:kraft:4211:30427674,30428667:kraft:4211:30428944,30438496:kraft:4211:30438846,30469539:kraft:4211:30469836,30487071:kraft:4211:30487421'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9286187951558615, 'nb_photo': 142, 'list_port_cont': '30350836,30362667,30365299,30366158,30376090,30376774,30381946,30383879,30386282,30386620,30393642,30413351,30415848,30417497,30422310,30427542,30427916,30434170,30437206,30438728,30439763,30462194,30481988,30515383,30515529,30548495,30550623,30554466,30555325,30561147,30561813,30563506,30567239,30569984,30570643,30570760', 'assoc_port': '30350789:30350836,30362654:30362667,30365098:30365299,30366062:30366158,30374184:30376774,30376035:30376090,30381798:30381946,30383750:30383879,30386171:30386282,30386613:30386620,30391858:30393642,30411795:30413351,30415627:30415848,30416943:30417497,30422128:30422310,30426079:30427542,30427759:30427916,30433953:30434170,30437163:30437206,30438513:30438728,30439716:30439763,30461853:30462194,30466591:30515529,30481873:30481988,30486695:30515383,30520310:30561813,30520335:30570760,30521049:30567239,30521147:30569984,30522388:30570643,30523044:30561147,30535167:30563506,30535853:30550623,30536090:30554466,30544206:30555325,30548091:30548495', 'assoc_mat': '30350789:metal:4205:30350836,30362654:metal:4205:30362667,30365098:metal:4205:30365299,30366062:metal:4205:30366158,30374184:metal:4205:30376774,30376035:metal:4205:30376090,30381798:metal:4205:30381946,30383750:metal:4205:30383879,30386171:metal:4205:30386282,30386613:metal:4205:30386620,30391858:metal:4205:30393642,30411795:metal:4205:30413351,30415627:metal:4205:30415848,30416943:metal:4205:30417497,30422128:metal:4205:30422310,30426079:metal:4205:30427542,30427759:metal:4205:30427916,30433953:metal:4205:30434170,30437163:metal:4205:30437206,30438513:metal:4205:30438728,30439716:metal:4205:30439763,30461853:metal:4205:30462194,30466591:metal:4205:30515529,30481873:metal:4205:30481988,30486695:metal:4205:30515383,30520310:metal:4205:30561813,30520335:metal:4205:30570760,30521049:metal:4205:30567239,30521147:metal:4205:30569984,30522388:metal:4205:30570643,30523044:metal:4205:30561147,30535167:metal:4205:30563506,30535853:metal:4205:30550623,30536090:metal:4205:30554466,30544206:metal:4205:30555325,30548091:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.01350317625954187, 'nb_photo': 1602, 'list_port_cont': '30355516,30364414,30365288,30366314,30372222,30375496,30375512,30376424,30381568,30383700,30384877,30386361,30391025,30391303,30393743,30411414,30413044,30414434,30416532,30417278,30422460,30424755,30426498,30426582,30428251,30430637,30434540,30437862,30439189,30458847,30462878,30547915,30548147,30550473,30555931,30556380,30556556,30556876,30558141,30562771,30563350,30563967,30568135,30571496,30572003,30572458,30572565', 'assoc_port': '30355431:30355516,30364116:30364414,30365106:30365288,30366060:30366314,30371984:30372222,30374838:30375496,30374917:30375512,30376032:30376424,30381411:30381568,30383444:30383700,30384777:30384877,30386174:30386361,30390228:30391303,30390868:30391025,30393660:30393743,30411282:30411414,30412938:30413044,30414207:30414434,30416250:30416532,30416948:30417278,30422158:30422460,30424474:30424755,30426083:30426498,30426096:30426582,30427756:30428251,30429228:30430637,30434454:30434540,30437569:30437862,30439084:30439189,30458034:30458847,30461856:30462878,30482699:30556380,30520286:30558141,30520313:30562771,30521152:30571496,30521340:30547915,30521981:30572565,30522565:30548147,30523373:30563350,30534710:30572458,30534715:30572003,30535493:30563967,30535790:30550473,30539171:30556876,30544211:30555931,30547795:30556556,30549864:30568135', 'assoc_mat': '30355431:metal:4203:30355516,30364116:metal:4203:30364414,30365106:metal:4203:30365288,30366060:metal:4203:30366314,30371984:metal:4203:30372222,30374838:metal:4203:30375496,30374917:metal:4203:30375512,30376032:metal:4203:30376424,30381411:metal:4203:30381568,30383444:metal:4203:30383700,30384777:metal:4203:30384877,30386174:metal:4203:30386361,30390228:metal:4203:30391303,30390868:metal:4203:30391025,30393660:metal:4203:30393743,30411282:metal:4203:30411414,30412938:metal:4203:30413044,30414207:metal:4203:30414434,30416250:metal:4203:30416532,30416948:metal:4203:30417278,30422158:metal:4203:30422460,30424474:metal:4203:30424755,30426083:metal:4203:30426498,30426096:metal:4203:30426582,30427756:metal:4203:30428251,30429228:metal:4203:30430637,30434454:metal:4203:30434540,30437569:metal:4203:30437862,30439084:metal:4203:30439189,30458034:metal:4203:30458847,30461856:metal:4203:30462878,30482699:metal:4203:30556380,30520286:metal:4203:30558141,30520313:metal:4203:30562771,30521152:metal:4203:30571496,30521340:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.012052467220038079, 'nb_photo': 184, 'list_port_cont': '30303532,30335503,30338292,30348574,30348602,30349699,30355937,30364258,30364347,30364383,30364616,30364679,30365623,30366192,30366859,30366960,30368806,30370821,30370843,30372892,30374328,30376043,30376054,30376633,30381079,30381101,30381904,30382564,30382568,30383602,30386039,30386634,30386704,30386886,30389739,30391625,30392083,30393255,30393363,30393390,30394308,30394311,30411477,30411497,30415731,30417033,30417574,30422206,30424483,30424636,30425025,30426341,30427957,30428852,30432966,30434218,30434772,30434774,30438687,30439530,30439565,30439732,30439959,30459354,30459405,30462205,30464469,30470941,30471248,30473947,30474367,30484447,30486347,30520612,30524489,30525477,30525592,30526719,30526787,30527438,30527803,30528046,30528106,30528376,30528712,30529043,30529238,30529701,30529788,30530744,30548207,30548436,30548922,30550311,30550465,30550486,30550503,30550703,30550717,30550884,30551154,30551212,30555848,30562710,30563297,30563605,30566502,30567925,30568012,30568498,30571983', 'assoc_port': '30303519:30303532,30335479:30335503,30337378:30338292,30348407:30348574,30348410:30348602,30349655:30349699,30355870:30355937,30364115:30364383,30364117:30364258,30364120:30364347,30364597:30364679,30364601:30364616,30365608:30365623,30366055:30366192,30366061:30368806,30366702:30366960,30366706:30366859,30370758:30370843,30370768:30370821,30372623:30372892,30374236:30374328,30376015:30376054,30376031:30376043,30376541:30376633,30380943:30381101,30380945:30381079,30381804:30382568,30381832:30381904,30382511:30382564,30383443:30383602,30384774:30386886,30384778:30386039,30385662:30386704,30386612:30386634,30389683:30389739,30390867:30392083,30391465:30391625,30393091:30393390,30393095:30393363,30393138:30393255,30394259:30394311,30394262:30394308,30411464:30411497,30411467:30411477,30415658:30415731,30416946:30417033,30417562:30417574,30422130:30422206,30422877:30424483,30424471:30424636,30424987:30425025,30426084:30426341,30427755:30427957,30428666:30428852,30432869:30432966,30433948:30434218,30434609:3043477', 'assoc_mat': '30303519:metal:4207:30303532,30335479:metal:4207:30335503,30337378:metal:4207:30338292,30348407:metal:4207:30348574,30348410:metal:4207:30348602,30349655:metal:4207:30349699,30355870:metal:4207:30355937,30364115:metal:4207:30364383,30364117:metal:4207:30364258,30364120:metal:4207:30364347,30364597:metal:4207:30364679,30364601:metal:4207:30364616,30365608:metal:4207:30365623,30366055:metal:4207:30366192,30366061:metal:4207:30368806,30366702:metal:4207:30366960,30366706:metal:4207:30366859,30370758:metal:4207:30370843,30370768:metal:4207:30370821,30372623:metal:4207:30372892,30374236:metal:4207:30374328,30376015:metal:4207:30376054,30376031:metal:4207:30376043,30376541:metal:4207:30376633,30380943:metal:4207:30381101,30380945:metal:4207:30381079,30381804:metal:4207:30382568,30381832:metal:4207:30381904,30382511:metal:4207:30382564,30383443:metal:4207:30383602,30384774:metal:4207:30386886,30384778:metal:4207:30386039,30385662:metal:4207:30386704,30386612:metal:4207:30386634,30389683:metal:4207:30389739,30390867:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013639961895066145, 'nb_photo': 30, 'list_port_cont': '30307941,30346708,30348623,30365227,30367052,30372769,30383914,30384412,30386243,30393329,30427983,30436949,30437269,30462162,30467522,30469694,30526400,30527196,30528247,30529993,30530111,30530669,30548373,30559112,30560243', 'assoc_port': '30307823:30307941,30346643:30346708,30348409:30348623,30365103:30365227,30366057:30372769,30366705:30367052,30383773:30383914,30384241:30384412,30386176:30386243,30393089:30393329,30427753:30427983,30434449:30436949,30437149:30437269,30461851:30462162,30466587:30467522,30469541:30469694,30520285:30529993,30521153:30530669,30521660:30530111,30521700:30528247,30521800:30527196,30522029:30526400,30534793:30560243,30535492:30559112,30535785:30548373', 'assoc_mat': '30307823:metal:4461:30307941,30346643:metal:4461:30346708,30348409:metal:4461:30348623,30365103:metal:4461:30365227,30366057:metal:4461:30372769,30366705:metal:4461:30367052,30383773:metal:4461:30383914,30384241:metal:4461:30384412,30386176:metal:4461:30386243,30393089:metal:4461:30393329,30427753:metal:4461:30427983,30434449:metal:4461:30436949,30437149:metal:4461:30437269,30461851:metal:4461:30462162,30466587:metal:4461:30467522,30469541:metal:4461:30469694,30520285:metal:4461:30529993,30521153:metal:4461:30530669,30521660:metal:4461:30530111,30521700:metal:4461:30528247,30521800:metal:4461:30527196,30522029:metal:4461:30526400,30534793:metal:4461:30560243,30535492:metal:4461:30559112,30535785:metal:4461:30548373'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.024235419265222033, 'nb_photo': 629, 'list_port_cont': '30303588,30304105,30334752,30348566,30350860,30350957,30363622,30366143,30366279,30366716,30366949,30368824,30371697,30373519,30375168,30375723,30376157,30376653,30376793,30381113,30382744,30383546,30384518,30389823,30389906,30390971,30391601,30391711,30393268,30393300,30393374,30393404,30394342,30411510,30412003,30412234,30412958,30413935,30414033,30414355,30414462,30415807,30416347,30416727,30417057,30417251,30417588,30422277,30422331,30423116,30423130,30424637,30424673,30426186,30426935,30427549,30427815,30427958,30428056,30428837,30429624,30430754,30433038,30434116,30434500,30434827,30435239,30437246,30437774,30438644,30439124,30439573,30439622,30457592,30457647,30457894,30462299,30463106,30464388,30464545,30464660,30469683,30469878,30471154,30471296,30474555,30474605,30479703,30482071,30482886,30482916,30484700,30484840,30486020,30488923,30520517,30520584,30524579,30524715,30524875,30525651,30526219,30526824,30527237,30527520,30527942,30528741,30528967,30529402,30529635,30530007,30530426,30530724,3053109', 'assoc_port': '30303523:30303588,30303950:30304105,30334709:30334752,30348435:30348566,30349654:30350957,30350775:30350860,30363573:30363622,30365097:30366279,30365609:30366716,30366053:30368824,30366059:30366143,30366703:30371697,30366704:30366949,30371981:30373519,30374223:30376793,30374915:30375168,30375569:30375723,30376037:30376157,30376542:30376653,30380941:30381113,30382730:30382744,30383450:30383546,30384240:30384518,30389671:30389906,30389681:30389823,30390824:30390971,30391462:30391711,30391467:30391601,30393090:30393404,30393097:30393374,30393098:30393300,30393140:30393268,30394258:30394342,30410949:30412234,30411465:30411510,30411997:30412003,30412939:30412958,30412940:30414462,30413758:30414033,30413759:30413935,30414208:30414355,30415640:30415807,30415659:30417251,30416253:30416347,30416586:30416727,30416945:30417057,30417563:30417588,30422122:30422331,30422138:30422277,30422884:30423130,30422900:30423116,30424470:30424673,30424475:30424637,30426082:30430754,30426092:30426186,30426095:30427549,30426888:3042693', 'assoc_mat': '30303523:metal:4200:30303588,30303950:metal:4200:30304105,30334709:metal:4200:30334752,30348435:metal:4200:30348566,30349654:metal:4200:30350957,30350775:metal:4200:30350860,30363573:metal:4200:30363622,30365097:metal:4200:30366279,30365609:metal:4200:30366716,30366053:metal:4200:30368824,30366059:metal:4200:30366143,30366703:metal:4200:30371697,30366704:metal:4200:30366949,30371981:metal:4200:30373519,30374223:metal:4200:30376793,30374915:metal:4200:30375168,30375569:metal:4200:30375723,30376037:metal:4200:30376157,30376542:metal:4200:30376653,30380941:metal:4200:30381113,30382730:metal:4200:30382744,30383450:metal:4200:30383546,30384240:metal:4200:30384518,30389671:metal:4200:30389906,30389681:metal:4200:30389823,30390824:metal:4200:30390971,30391462:metal:4200:30391711,30391467:metal:4200:30391601,30393090:metal:4200:30393404,30393097:metal:4200:30393374,30393098:metal:4200:30393300,30393140:metal:4200:30393268,30394258:metal:4200:30394342,30410949:metal:4200:30412234,30411465:metal:4200:30411510,30411997:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.03547611390575404, 'nb_photo': 162, 'list_port_cont': '30290378,30292186,30294345,30301187,30301307,30302335,30302396,30302836,30302863,30303368,30304161,30304308,30307874,30307975,30309275,30315395,30316004,30316047,30316719,30316779,30317005,30317199,30317281,30317331,30317450,30317582,30317685,30317757,30317819,30319770,30319801,30320257,30320973,30321289,30322381,30322678,30322731,30334217,30334289,30334726,30335579,30335617,30337093,30337431,30337727,30339372,30346977,30372950,30374592,30376116,30380797,30382777,30390265,30391716,30393417,30394355,30411539,30416418,30422239,30425082,30434100,30435314,30462081,30467428,30486863,30520508,30524741,30524828,30524975,30525709,30525751,30526378,30548298,30548480,30550226,30550436,30552548,30552903,30553328,30560137,30560445', 'assoc_port': '30290350:30290378,30292096:30292186,30294222:30294345,30301103:30301307,30301159:30301187,30302180:30302396,30302183:30302335,30302733:30302863,30302754:30302836,30303219:30303368,30303942:30304308,30303946:30304161,30307819:30307975,30307821:30307874,30307826:30309275,30315258:30315395,30315983:30316047,30315985:30316004,30316571:30316779,30316649:30316719,30316876:30317819,30316890:30317757,30316891:30320257,30316898:30317685,30316909:30317582,30316913:30317450,30316916:30317281,30316922:30317331,30316928:30317199,30316929:30317005,30319680:30319801,30319682:30319770,30320881:30320973,30321179:30321289,30322333:30322381,30322549:30322731,30322556:30322678,30334123:30334217,30334131:30334289,30334710:30334726,30335476:30335617,30335478:30335579,30336915:30337093,30337382:30337431,30337650:30339372,30337655:30337727,30346817:30346977,30372619:30372950,30374203:30374592,30375954:30376116,30380593:30380797,30382729:30382777,30390239:30390265,30391461:30391716,30393093:30393417,30394260:30394355,30411468:3041153', 'assoc_mat': '30290350:metal:4209:30290378,30292096:metal:4209:30292186,30294222:metal:4209:30294345,30301103:metal:4209:30301307,30301159:metal:4209:30301187,30302180:metal:4209:30302396,30302183:metal:4209:30302335,30302733:metal:4209:30302863,30302754:metal:4209:30302836,30303219:metal:4209:30303368,30303942:metal:4209:30304308,30303946:metal:4209:30304161,30307819:metal:4209:30307975,30307821:metal:4209:30307874,30307826:metal:4209:30309275,30315258:metal:4209:30315395,30315983:metal:4209:30316047,30315985:metal:4209:30316004,30316571:metal:4209:30316779,30316649:metal:4209:30316719,30316876:metal:4209:30317819,30316890:metal:4209:30317757,30316891:metal:4209:30320257,30316898:metal:4209:30317685,30316909:metal:4209:30317582,30316913:metal:4209:30317450,30316916:metal:4209:30317281,30316922:metal:4209:30317331,30316928:metal:4209:30317199,30316929:metal:4209:30317005,30319680:metal:4209:30319801,30319682:metal:4209:30319770,30320881:metal:4209:30320973,30321179:metal:4209:30321289,30322333:metal:4209:30322381,30322549:'}, {'unwanted_material': 'metal', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0004465450046020195, 'nb_photo': 29, 'list_port_cont': '30302842,30327153,30363390,30364606,30365153,30366034,30376807,30382792,30386222,30415719,30427386,30433066,30463816,30474479,30474665,30520429,30521618,30528526,30531547,30550106,30555559,30557422,30557727', 'assoc_port': '30302752:30302842,30327110:30327153,30363347:30363390,30364599:30364606,30365101:30365153,30365607:30366034,30376772:30376807,30382728:30382792,30386169:30386222,30415661:30415719,30426889:30427386,30432862:30433066,30461852:30463816,30474322:30474665,30474323:30474479,30520360:30520429,30521041:30521618,30521119:30557422,30521151:30531547,30522560:30528526,30534703:30557727,30535500:30555559,30549867:30550106', 'assoc_mat': '30302752:metal:3726:30302842,30327110:metal:3726:30327153,30363347:metal:3726:30363390,30364599:metal:3726:30364606,30365101:metal:3726:30365153,30365607:metal:3726:30366034,30376772:metal:3726:30376807,30382728:metal:3726:30382792,30386169:metal:3726:30386222,30415661:metal:3726:30415719,30426889:metal:3726:30427386,30432862:metal:3726:30433066,30461852:metal:3726:30463816,30474322:metal:3726:30474665,30474323:metal:3726:30474479,30520360:metal:3726:30520429,30521041:metal:3726:30521618,30521119:metal:3726:30557422,30521151:metal:3726:30531547,30522560:metal:3726:30528526,30534703:metal:3726:30557727,30535500:metal:3726:30555559,30549867:metal:3726:30550106'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00987432584759179, 'nb_photo': 2087, 'list_port_cont': '30289856,30290291,30290486,30290622,30291537,30291573,30291642,30291702,30291967,30292238,30292276,30293066,30293124,30294091,30294166,30294493,30294579,30302356,30302412,30303427,30303621,30303695,30304235,30304409,30304438,30305389,30307886,30307990,30308024,30308035,30308054,30311281,30311564,30312217,30315162,30315178,30315426,30315435,30316090,30316114,30316136,30316444,30316731,30316764,30317183,30317227,30317311,30317558,30317647,30317839,30317857,30317874,30317886,30318037,30318052,30318144,30318160,30318189,30318215,30318279,30318293,30318721,30319112,30319131,30319157,30319811,30320095,30320211,30320946,30321207,30321229,30321308,30321733,30321922,30322056,30322462,30322518,30322701,30322883,30322902,30327144,30327243,30327284,30327358,30327492,30327532,30327577,30327652,30329870,30333275,30333305,30333315,30333609,30333899,30333923,30334308,30334598,30334609,30334778,30334788,30335293,30335343,30336558,30337068,30337115,30337440,30337781,30337806,30337848,30346418,30346765,30346775,30347069,3034743', 'assoc_port': '30289306:30290622,30289774:30289856,30290043:30290291,30290347:30290486,30291286:30291573,30291289:30291537,30291609:30291702,30291612:30291642,30291899:30291967,30292077:30292276,30292101:30292238,30292862:30293124,30292865:30293066,30293775:30294166,30293777:30294091,30294224:30294579,30294228:30294493,30302186:30302356,30302190:30302412,30303218:30303427,30303521:30303621,30303526:30303695,30303943:30304235,30304342:30304409,30304344:30304438,30305286:30305389,30307814:30308054,30307816:30308024,30307817:30308035,30307818:30307990,30307825:30307886,30310708:30312217,30310716:30311564,30310718:30311281,30314898:30315178,30314900:30315162,30315255:30315435,30315259:30315426,30315979:30316090,30315981:30316114,30315984:30316136,30316220:30316444,30316647:30316731,30316648:30316764,30316860:30318721,30316865:30319811,30316866:30318144,30316869:30317227,30316873:30318293,30316874:30318189,30316877:30318279,30316882:30318052,30316884:30318037,30316885:30317874,30316893:30317886,30316897:30317857,30316903:3031783', 'assoc_mat': '30289306:metal:4211:30290622,30289774:metal:4211:30289856,30290043:metal:4211:30290291,30290347:metal:4211:30290486,30291286:metal:4211:30291573,30291289:metal:4211:30291537,30291609:metal:4211:30291702,30291612:metal:4211:30291642,30291899:metal:4211:30291967,30292077:metal:4211:30292276,30292101:metal:4211:30292238,30292862:metal:4211:30293124,30292865:metal:4211:30293066,30293775:metal:4211:30294166,30293777:metal:4211:30294091,30294224:metal:4211:30294579,30294228:metal:4211:30294493,30302186:metal:4211:30302356,30302190:metal:4211:30302412,30303218:metal:4211:30303427,30303521:metal:4211:30303621,30303526:metal:4211:30303695,30303943:metal:4211:30304235,30304342:metal:4211:30304409,30304344:metal:4211:30304438,30305286:metal:4211:30305389,30307814:metal:4211:30308054,30307816:metal:4211:30308024,30307817:metal:4211:30308035,30307818:metal:4211:30307990,30307825:metal:4211:30307886,30310708:metal:4211:30312217,30310716:metal:4211:30311564,30310718:metal:4211:30311281,30314898:metal:4211:30315178,30314900:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0014400027313589536, 'nb_photo': 67, 'list_port_cont': '30308377,30348816,30349732,30355396,30356182,30362996,30364427,30364704,30364714,30365802,30367642,30372106,30372154,30374107,30375476,30376017,30381264,30381299,30382803,30383943,30384977,30385220,30386375,30391751,30393450,30414163,30414279,30424093,30426462,30426641,30433109,30437472,30467670,30470791,30474918,30482190,30525876,30526981,30529687,30530637,30531224,30548405,30560146', 'assoc_port': '30307812:30308377,30348419:30348816,30349656:30349732,30350356:30355396,30355869:30356182,30362769:30362996,30364119:30364427,30364596:30364714,30364602:30364704,30365610:30365802,30366707:30367642,30371985:30372106,30371990:30372154,30373080:30374107,30374864:30375476,30375563:30376017,30380937:30381264,30380939:30381299,30382509:30383943,30382731:30382803,30383769:30384977,30385068:30385220,30386178:30386375,30391469:30391751,30393099:30393450,30413753:30414279,30413764:30414163,30423672:30424093,30426089:30426641,30426100:30426462,30432866:30433109,30435211:30437472,30466590:30470791,30466895:30467670,30474299:30474918,30481870:30482190,30520284:30530637,30520302:30531224,30520324:30529687,30521982:30526981,30522816:30525876,30534700:30560146,30535777:30548405', 'assoc_mat': '30307812:metal:3327:30308377,30348419:metal:3327:30348816,30349656:metal:3327:30349732,30350356:metal:3327:30355396,30355869:metal:3327:30356182,30362769:metal:3327:30362996,30364119:metal:3327:30364427,30364596:metal:3327:30364714,30364602:metal:3327:30364704,30365610:metal:3327:30365802,30366707:metal:3327:30367642,30371985:metal:3327:30372106,30371990:metal:3327:30372154,30373080:metal:3327:30374107,30374864:metal:3327:30375476,30375563:metal:3327:30376017,30380937:metal:3327:30381264,30380939:metal:3327:30381299,30382509:metal:3327:30383943,30382731:metal:3327:30382803,30383769:metal:3327:30384977,30385068:metal:3327:30385220,30386178:metal:3327:30386375,30391469:metal:3327:30391751,30393099:metal:3327:30393450,30413753:metal:3327:30414279,30413764:metal:3327:30414163,30423672:metal:3327:30424093,30426089:metal:3327:30426641,30426100:metal:3327:30426462,30432866:metal:3327:30433109,30435211:metal:3327:30437472,30466590:metal:3327:30470791,30466895:metal:3327:30467670,30474299:metal:3327:30474918,30481870:'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0004950379350778014, 'nb_photo': 63, 'list_port_cont': '30291985,30293483,30302401,30303675,30304199,30317023,30318684,30319834,30334538,30335305,30337162,30350629,30356198,30364440,30365847,30375825,30376127,30382006,30382033,30385454,30414117,30415904,30417149,30428045,30439809,30474677,30482133,30550826,30557483', 'assoc_port': '30291900:30291985,30293213:30293483,30302188:30302401,30303524:30303675,30303949:30304199,30316887:30318684,30316902:30317023,30319681:30319834,30334523:30334538,30335122:30335305,30336905:30337162,30350359:30350629,30355868:30356198,30364122:30364440,30365606:30365847,30375567:30375825,30375989:30376127,30381799:30382033,30381801:30382006,30385380:30385454,30413756:30414117,30415664:30415904,30416949:30417149,30427763:30428045,30439717:30439809,30474277:30474677,30481865:30482133,30521693:30557483,30535783:30550826', 'assoc_mat': '30291900:metal:3594:30291985,30293213:metal:3594:30293483,30302188:metal:3594:30302401,30303524:metal:3594:30303675,30303949:metal:3594:30304199,30316887:metal:3594:30318684,30316902:metal:3594:30317023,30319681:metal:3594:30319834,30334523:metal:3594:30334538,30335122:metal:3594:30335305,30336905:metal:3594:30337162,30350359:metal:3594:30350629,30355868:metal:3594:30356198,30364122:metal:3594:30364440,30365606:metal:3594:30365847,30375567:metal:3594:30375825,30375989:metal:3594:30376127,30381799:metal:3594:30382033,30381801:metal:3594:30382006,30385380:metal:3594:30385454,30413756:metal:3594:30414117,30415664:metal:3594:30415904,30416949:metal:3594:30417149,30427763:metal:3594:30428045,30439717:metal:3594:30439809,30474277:metal:3594:30474677,30481865:metal:3594:30482133,30521693:metal:3594:30557483,30535783:metal:3594:30550826'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.05854016986895661, 'nb_photo': 4049, 'list_port_cont': '30348714,30350504,30350587,30350829,30362660,30365297,30366160,30376098,30376785,30381954,30383875,30386281,30386621,30390299,30393650,30413353,30413962,30415859,30417510,30422320,30427537,30427921,30434148,30434159,30437201,30438725,30439756,30462183,30481978,30515382,30515524,30548487,30550635,30554465,30555333,30561139,30561820,30563505,30567240,30569986,30570639,30570769', 'assoc_port': '30348405:30348714,30350358:30350587,30350360:30350504,30350789:30350829,30362654:30362660,30365098:30365297,30366062:30366160,30374184:30376785,30376035:30376098,30381798:30381954,30383750:30383875,30386171:30386281,30386613:30386621,30390237:30390299,30391858:30393650,30411795:30413353,30412112:30413962,30415627:30415859,30416943:30417510,30422128:30422320,30426079:30427537,30427759:30427921,30433953:30434159,30433956:30434148,30437163:30437201,30438513:30438725,30439716:30439756,30461853:30462183,30466591:30515524,30481873:30481978,30486695:30515382,30520310:30561820,30520335:30570769,30521049:30567240,30521147:30569986,30522388:30570639,30523044:30561139,30535167:30563505,30535853:30550635,30536090:30554465,30544206:30555333,30548091:30548487', 'assoc_mat': '30348405:papier:4205:30348714,30350358:papier:4205:30350587,30350360:papier:4205:30350504,30350789:papier:4205:30350829,30362654:papier:4205:30362660,30365098:papier:4205:30365297,30366062:papier:4205:30366160,30374184:papier:4205:30376785,30376035:papier:4205:30376098,30381798:papier:4205:30381954,30383750:papier:4205:30383875,30386171:papier:4205:30386281,30386613:papier:4205:30386621,30390237:papier:4205:30390299,30391858:papier:4205:30393650,30411795:papier:4205:30413353,30412112:papier:4205:30413962,30415627:papier:4205:30415859,30416943:papier:4205:30417510,30422128:papier:4205:30422320,30426079:papier:4205:30427537,30427759:papier:4205:30427921,30433953:papier:4205:30434159,30433956:papier:4205:30434148,30437163:papier:4205:30437201,30438513:papier:4205:30438725,30439716:papier:4205:30439756,30461853:papier:4205:30462183,30466591:papier:4205:30515524,30481873:papier:4205:30481978,30486695:papier:4205:30515382,30520310:papier:4205:30561820,30520335:papier:4205:30570769,30521049:papier:4205:30567240,3052'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.056289762143837366, 'nb_photo': 9075, 'list_port_cont': '30355520,30364407,30365286,30366311,30372224,30375500,30375509,30376412,30381554,30383691,30384880,30386366,30391011,30391297,30393741,30393794,30397109,30411412,30413048,30414428,30416526,30417274,30422466,30424756,30426500,30426581,30428252,30430639,30434547,30437851,30439185,30458849,30462882,30547921,30548153,30550471,30555936,30556384,30556561,30556879,30558136,30562756,30563352,30563961,30568136,30571494,30572011,30572456,30572552', 'assoc_port': '30355431:30355520,30364116:30364407,30365106:30365286,30366060:30366311,30371984:30372224,30374838:30375500,30374917:30375509,30376032:30376412,30381411:30381554,30383444:30383691,30384777:30384880,30386174:30386366,30390228:30391297,30390868:30391011,30392089:30393794,30393088:30397109,30393660:30393741,30411282:30411412,30412938:30413048,30414207:30414428,30416250:30416526,30416948:30417274,30422158:30422466,30424474:30424756,30426083:30426500,30426096:30426581,30427756:30428252,30429228:30430639,30434454:30434547,30437569:30437851,30439084:30439185,30458034:30458849,30461856:30462882,30482699:30556384,30520286:30558136,30520313:30562756,30521152:30571494,30521340:30547921,30521981:30572552,30522565:30548153,30523373:30563352,30534710:30572456,30534715:30572011,30535493:30563961,30535790:30550471,30539171:30556879,30544211:30555936,30547795:30556561,30549864:30568136', 'assoc_mat': '30355431:papier:4203:30355520,30364116:papier:4203:30364407,30365106:papier:4203:30365286,30366060:papier:4203:30366311,30371984:papier:4203:30372224,30374838:papier:4203:30375500,30374917:papier:4203:30375509,30376032:papier:4203:30376412,30381411:papier:4203:30381554,30383444:papier:4203:30383691,30384777:papier:4203:30384880,30386174:papier:4203:30386366,30390228:papier:4203:30391297,30390868:papier:4203:30391011,30392089:papier:4203:30393794,30393088:papier:4203:30397109,30393660:papier:4203:30393741,30411282:papier:4203:30411412,30412938:papier:4203:30413048,30414207:papier:4203:30414428,30416250:papier:4203:30416526,30416948:papier:4203:30417274,30422158:papier:4203:30422466,30424474:papier:4203:30424756,30426083:papier:4203:30426500,30426096:papier:4203:30426581,30427756:papier:4203:30428252,30429228:papier:4203:30430639,30434454:papier:4203:30434547,30437569:papier:4203:30437851,30439084:papier:4203:30439185,30458034:papier:4203:30458849,30461856:papier:4203:30462882,30482699:papier:4203:30556384,3052'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.06401282689798254, 'nb_photo': 21897, 'list_port_cont': '30303538,30335510,30338291,30348576,30348596,30348606,30349702,30350451,30350529,30350847,30353023,30355913,30355923,30357376,30363432,30363639,30364235,30364260,30364338,30364385,30364621,30364684,30365205,30365261,30365616,30365640,30366193,30366771,30366861,30366962,30368800,30370816,30370849,30371415,30371998,30372435,30372811,30372896,30373096,30373455,30373759,30374321,30374343,30374455,30374970,30375063,30375075,30375618,30375687,30375704,30376039,30376055,30376084,30376587,30376635,30376828,30376991,30381088,30381103,30381176,30381907,30381931,30381968,30382554,30382577,30383533,30383589,30383872,30383900,30384357,30385042,30385396,30386048,30386070,30386192,30386212,30386234,30386635,30386656,30386705,30386881,30389749,30389812,30390278,30390312,30390946,30391589,30391619,30391633,30391927,30392074,30393262,30393292,30393362,30393394,30394306,30394314,30396983,30411047,30411301,30411484,30411488,30411811,30412220,30412284,30412297,30413920,30413958,30414004,30414016,30414540,30414588,30415710,3041573', 'assoc_port': '30303519:30303538,30335479:30335510,30337378:30338291,30348402:30348596,30348407:30348576,30348410:30348606,30349655:30349702,30350357:30350529,30350361:30350451,30350748:30353023,30350787:30350847,30355867:30355913,30355870:30355923,30357341:30357376,30363346:30363432,30363571:30363639,30364115:30364385,30364117:30364260,30364120:30364338,30364121:30364235,30364597:30364684,30364601:30364621,30365100:30365261,30365107:30365205,30365603:30365640,30365608:30365616,30365612:30366771,30366055:30366193,30366061:30368800,30366702:30366962,30366706:30366861,30370757:30372435,30370758:30370849,30370768:30370816,30371337:30371415,30371983:30373455,30371986:30371998,30372581:30373759,30372621:30372811,30372623:30372896,30373081:30373096,30374164:30374455,30374236:30374321,30374263:30374343,30374837:30376991,30374914:30374970,30374937:30375075,30374959:30375063,30375561:30375704,30375564:30375687,30375566:30375618,30375992:30376084,30376015:30376055,30376031:30376039,30376541:30376635,30376543:30376587,30376770:3037682', 'assoc_mat': '30303519:papier:4207:30303538,30335479:papier:4207:30335510,30337378:papier:4207:30338291,30348402:papier:4207:30348596,30348407:papier:4207:30348576,30348410:papier:4207:30348606,30349655:papier:4207:30349702,30350357:papier:4207:30350529,30350361:papier:4207:30350451,30350748:papier:4207:30353023,30350787:papier:4207:30350847,30355867:papier:4207:30355913,30355870:papier:4207:30355923,30357341:papier:4207:30357376,30363346:papier:4207:30363432,30363571:papier:4207:30363639,30364115:papier:4207:30364385,30364117:papier:4207:30364260,30364120:papier:4207:30364338,30364121:papier:4207:30364235,30364597:papier:4207:30364684,30364601:papier:4207:30364621,30365100:papier:4207:30365261,30365107:papier:4207:30365205,30365603:papier:4207:30365640,30365608:papier:4207:30365616,30365612:papier:4207:30366771,30366055:papier:4207:30366193,30366061:papier:4207:30368800,30366702:papier:4207:30366962,30366706:papier:4207:30366861,30370757:papier:4207:30372435,30370758:papier:4207:30370849,30370768:papier:4207:30370816,3037'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.13117048014842467, 'nb_photo': 22423, 'list_port_cont': '30303395,30303647,30304212,30305309,30307930,30315117,30316022,30316065,30316408,30317232,30317351,30317468,30317584,30317714,30317978,30318105,30319083,30320113,30320912,30321263,30322480,30327211,30327296,30327325,30333336,30333571,30334252,30334555,30335034,30337137,30338047,30346714,30347409,30348615,30348665,30357348,30363584,30364286,30364631,30365212,30365653,30367050,30371071,30372026,30372770,30372921,30374482,30375108,30375648,30375752,30376212,30376675,30376844,30381131,30382615,30383559,30383811,30383918,30384406,30385148,30386254,30389757,30389872,30390365,30391666,30393330,30394264,30394739,30411888,30412967,30413094,30415756,30415828,30416060,30416706,30417115,30417633,30422346,30423956,30425052,30425390,30426241,30426317,30426966,30427877,30427985,30428886,30432917,30434188,30435261,30436829,30436954,30437274,30437735,30438673,30439594,30439766,30457603,30459421,30462147,30463114,30464405,30467369,30467420,30467511,30469693,30474495,30520559,30520618,30520662,30524564,30524837,30525684,3052575', 'assoc_port': '30303187:30303395,30303528:30303647,30303947:30304212,30305287:30305309,30307823:30307930,30314897:30315117,30315980:30316022,30315986:30316065,30316217:30316408,30316868:30317978,30316878:30317714,30316888:30317584,30316899:30317468,30316919:30317351,30316932:30317232,30317952:30318105,30318928:30319083,30319872:30320113,30320882:30320912,30321182:30321263,30322332:30322480,30327087:30327325,30327094:30327296,30327107:30327211,30333127:30333336,30333489:30333571,30334128:30334252,30334524:30334555,30335014:30335034,30336895:30337137,30338007:30338047,30346643:30346714,30347166:30347409,30348406:30348665,30348409:30348615,30357343:30357348,30363569:30363584,30364118:30364286,30364598:30364631,30365103:30365212,30365611:30365653,30366057:30372770,30366705:30367050,30371015:30371071,30371989:30372026,30372620:30372921,30374183:30374482,30374913:30375752,30374958:30375108,30375568:30375648,30375953:30376212,30376034:30376675,30376771:30376844,30380944:30381131,30381802:30383811,30382510:30382615,30383447:3038355', 'assoc_mat': '30303187:papier:4461:30303395,30303528:papier:4461:30303647,30303947:papier:4461:30304212,30305287:papier:4461:30305309,30307823:papier:4461:30307930,30314897:papier:4461:30315117,30315980:papier:4461:30316022,30315986:papier:4461:30316065,30316217:papier:4461:30316408,30316868:papier:4461:30317978,30316878:papier:4461:30317714,30316888:papier:4461:30317584,30316899:papier:4461:30317468,30316919:papier:4461:30317351,30316932:papier:4461:30317232,30317952:papier:4461:30318105,30318928:papier:4461:30319083,30319872:papier:4461:30320113,30320882:papier:4461:30320912,30321182:papier:4461:30321263,30322332:papier:4461:30322480,30327087:papier:4461:30327325,30327094:papier:4461:30327296,30327107:papier:4461:30327211,30333127:papier:4461:30333336,30333489:papier:4461:30333571,30334128:papier:4461:30334252,30334524:papier:4461:30334555,30335014:papier:4461:30335034,30336895:papier:4461:30337137,30338007:papier:4461:30338047,30346643:papier:4461:30346714,30347166:papier:4461:30347409,30348406:papier:4461:30348665,3034'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.014271368544759803, 'nb_photo': 2586, 'list_port_cont': '30302309,30303593,30304097,30307837,30317269,30317398,30319786,30334756,30335594,30348564,30350858,30350948,30357398,30363620,30364678,30365211,30366146,30366276,30366710,30366938,30368822,30370903,30371694,30373134,30373499,30373517,30375174,30375209,30375587,30375720,30375795,30376142,30376659,30376804,30381122,30381988,30382736,30382871,30383552,30383828,30384521,30384863,30385414,30385811,30386300,30388417,30389816,30389908,30390331,30390938,30390968,30391611,30391703,30393275,30393309,30393375,30393401,30394330,30411512,30412007,30412245,30412954,30413938,30414037,30414341,30414460,30415805,30416358,30416734,30417066,30417259,30417587,30422285,30422336,30423119,30423135,30424641,30424665,30426189,30426940,30427551,30427811,30427971,30428053,30428838,30429613,30430760,30433039,30434121,30434497,30434831,30435241,30436604,30437251,30437777,30438652,30439127,30439576,30439623,30457581,30457650,30457901,30462295,30463108,30464399,30464531,30464662,30469682,30469885,30471152,30471290,30474562,30474598,3047970', 'assoc_port': '30302187:30302309,30303523:30303593,30303950:30304097,30307813:30307837,30316910:30317398,30316924:30317269,30319679:30319786,30334709:30334756,30335480:30335594,30348435:30348564,30349654:30350948,30350775:30350858,30357342:30357398,30363573:30363620,30364600:30364678,30365097:30366276,30365104:30365211,30365609:30366710,30366053:30368822,30366059:30366146,30366703:30371694,30366704:30366938,30370765:30370903,30371981:30373517,30371991:30373499,30373082:30373134,30374223:30376804,30374915:30375174,30374918:30375209,30375559:30375795,30375562:30375587,30375569:30375720,30376037:30376142,30376542:30376659,30380941:30381122,30381409:30382871,30381803:30381988,30381833:30383828,30382730:30382736,30383450:30383552,30384240:30384521,30384775:30384863,30385342:30385414,30385661:30385811,30386173:30386300,30386179:30388417,30389671:30389908,30389681:30389816,30390233:30390331,30390824:30390968,30390866:30390938,30391462:30391703,30391467:30391611,30393090:30393401,30393097:30393375,30393098:30393309,30393140:3039327', 'assoc_mat': '30302187:papier:4200:30302309,30303523:papier:4200:30303593,30303950:papier:4200:30304097,30307813:papier:4200:30307837,30316910:papier:4200:30317398,30316924:papier:4200:30317269,30319679:papier:4200:30319786,30334709:papier:4200:30334756,30335480:papier:4200:30335594,30348435:papier:4200:30348564,30349654:papier:4200:30350948,30350775:papier:4200:30350858,30357342:papier:4200:30357398,30363573:papier:4200:30363620,30364600:papier:4200:30364678,30365097:papier:4200:30366276,30365104:papier:4200:30365211,30365609:papier:4200:30366710,30366053:papier:4200:30368822,30366059:papier:4200:30366146,30366703:papier:4200:30371694,30366704:papier:4200:30366938,30370765:papier:4200:30370903,30371981:papier:4200:30373517,30371991:papier:4200:30373499,30373082:papier:4200:30373134,30374223:papier:4200:30376804,30374915:papier:4200:30375174,30374918:papier:4200:30375209,30375559:papier:4200:30375795,30375562:papier:4200:30375587,30375569:papier:4200:30375720,30376037:papier:4200:30376142,30376542:papier:4200:30376659,3038'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9400757183850185, 'nb_photo': 29081, 'list_port_cont': '30290379,30290396,30292184,30292201,30294349,30300598,30301196,30301310,30301733,30302326,30302394,30302830,30302864,30303355,30303577,30304165,30304304,30307875,30307963,30309269,30315399,30315991,30316048,30316272,30316722,30316786,30317017,30317201,30317282,30317329,30317447,30317577,30317679,30317761,30317823,30317946,30319757,30319797,30320246,30320970,30321292,30321502,30322388,30322680,30322726,30327172,30333185,30333229,30333848,30334166,30334215,30334281,30334418,30334729,30335581,30335606,30336483,30337108,30337426,30337723,30337739,30338011,30338036,30339361,30346673,30346687,30346938,30346971,30348529,30369876,30370893,30371050,30372945,30374583,30376119,30376615,30380698,30380795,30381920,30382772,30385405,30390264,30391726,30393421,30394361,30394447,30411524,30416424,30422241,30425089,30425600,30426201,30434097,30435312,30462091,30467432,30474461,30478691,30481975,30486861,30508541,30520505,30524542,30524738,30524818,30524942,30524972,30525712,30525748,30525955,30526373,30526447,30526590,3052684', 'assoc_port': '30290348:30290396,30290350:30290379,30292096:30292184,30292097:30292201,30294222:30294349,30300543:30300598,30301103:30301310,30301159:30301196,30301683:30301733,30302180:30302394,30302183:30302326,30302733:30302864,30302754:30302830,30303219:30303355,30303522:30303577,30303942:30304304,30303946:30304165,30307819:30307963,30307821:30307875,30307826:30309269,30315258:30315399,30315983:30316048,30315985:30315991,30316215:30316272,30316571:30316786,30316649:30316722,30316870:30317946,30316876:30317823,30316890:30317761,30316891:30320246,30316898:30317679,30316909:30317577,30316913:30317447,30316916:30317282,30316922:30317329,30316928:30317201,30316929:30317017,30319680:30319797,30319682:30319757,30320881:30320970,30321179:30321292,30321426:30321502,30322333:30322388,30322549:30322726,30322556:30322680,30327093:30327172,30333125:30334418,30333128:30333229,30333131:30333185,30333727:30333848,30334123:30334215,30334125:30334166,30334131:30334281,30334710:30334729,30335476:30335606,30335478:30335581,30336252:3033648', 'assoc_mat': '30290348:papier:4209:30290396,30290350:papier:4209:30290379,30292096:papier:4209:30292184,30292097:papier:4209:30292201,30294222:papier:4209:30294349,30300543:papier:4209:30300598,30301103:papier:4209:30301310,30301159:papier:4209:30301196,30301683:papier:4209:30301733,30302180:papier:4209:30302394,30302183:papier:4209:30302326,30302733:papier:4209:30302864,30302754:papier:4209:30302830,30303219:papier:4209:30303355,30303522:papier:4209:30303577,30303942:papier:4209:30304304,30303946:papier:4209:30304165,30307819:papier:4209:30307963,30307821:papier:4209:30307875,30307826:papier:4209:30309269,30315258:papier:4209:30315399,30315983:papier:4209:30316048,30315985:papier:4209:30315991,30316215:papier:4209:30316272,30316571:papier:4209:30316786,30316649:papier:4209:30316722,30316870:papier:4209:30317946,30316876:papier:4209:30317823,30316890:papier:4209:30317761,30316891:papier:4209:30320246,30316898:papier:4209:30317679,30316909:papier:4209:30317577,30316913:papier:4209:30317447,30316916:papier:4209:30317282,3031'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.8841485827809166, 'nb_photo': 76, 'list_port_cont': '30289817,30300298,30300620,30307853,30322636,30327825,30334152,30346694,30348549,30365145,30376755,30376811,30392308', 'assoc_port': '30289773:30289817,30300247:30300298,30300542:30300620,30307824:30307853,30322552:30322636,30327112:30327825,30334129:30334152,30346641:30346694,30348408:30348549,30365101:30365145,30376014:30376755,30376772:30376811,30391470:30392308', 'assoc_mat': '30289773:papier:3726:30289817,30300247:papier:3726:30300298,30300542:papier:3726:30300620,30307824:papier:3726:30307853,30322552:papier:3726:30322636,30327112:papier:3726:30327825,30334129:papier:3726:30334152,30346641:papier:3726:30346694,30348408:papier:3726:30348549,30365101:papier:3726:30365145,30376014:papier:3726:30376755,30376772:papier:3726:30376811,30391470:papier:3726:30392308'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.007267177127000381, 'nb_photo': 14642, 'list_port_cont': '30289869,30290295,30290487,30290617,30291538,30291580,30291632,30291693,30291918,30291960,30292235,30292266,30293061,30293115,30294092,30294158,30294490,30294583,30302365,30302423,30303438,30303615,30303689,30304238,30304405,30304434,30305391,30307889,30307987,30308014,30308042,30308052,30311285,30311548,30312227,30315146,30315174,30315427,30315441,30316102,30316120,30316133,30316442,30316735,30316767,30317174,30317219,30317310,30317551,30317646,30317841,30317846,30317867,30317887,30318038,30318059,30318146,30318161,30318183,30318203,30318240,30318276,30318301,30318707,30319117,30319138,30319165,30319820,30320090,30320217,30320933,30321210,30321226,30321313,30321732,30321932,30322042,30322455,30322519,30322702,30322877,30322897,30327131,30327233,30327272,30327364,30327483,30327525,30327586,30327648,30329868,30333287,30333298,30333316,30333598,30333902,30333924,30334316,30334589,30334602,30334781,30334798,30335296,30335341,30336555,30337079,30337119,30337450,30337785,30337810,30337841,30346421,30346755,3034677', 'assoc_port': '30289306:30290617,30289774:30289869,30290043:30290295,30290347:30290487,30291286:30291580,30291289:30291538,30291609:30291693,30291612:30291632,30291899:30291960,30291901:30291918,30292077:30292266,30292101:30292235,30292862:30293115,30292865:30293061,30293775:30294158,30293777:30294092,30294224:30294583,30294228:30294490,30302186:30302365,30302190:30302423,30303218:30303438,30303521:30303615,30303526:30303689,30303943:30304238,30304342:30304405,30304344:30304434,30305286:30305391,30307814:30308052,30307816:30308014,30307817:30308042,30307818:30307987,30307825:30307889,30310708:30312227,30310716:30311548,30310718:30311285,30314898:30315174,30314900:30315146,30315255:30315441,30315259:30315427,30315979:30316102,30315981:30316120,30315984:30316133,30316220:30316442,30316647:30316735,30316648:30316767,30316860:30318707,30316864:30318240,30316865:30319820,30316866:30318146,30316869:30317219,30316873:30318301,30316874:30318183,30316877:30318276,30316882:30318059,30316884:30318038,30316885:30317867,30316893:3031788', 'assoc_mat': '30289306:papier:4211:30290617,30289774:papier:4211:30289869,30290043:papier:4211:30290295,30290347:papier:4211:30290487,30291286:papier:4211:30291580,30291289:papier:4211:30291538,30291609:papier:4211:30291693,30291612:papier:4211:30291632,30291899:papier:4211:30291960,30291901:papier:4211:30291918,30292077:papier:4211:30292266,30292101:papier:4211:30292235,30292862:papier:4211:30293115,30292865:papier:4211:30293061,30293775:papier:4211:30294158,30293777:papier:4211:30294092,30294224:papier:4211:30294583,30294228:papier:4211:30294490,30302186:papier:4211:30302365,30302190:papier:4211:30302423,30303218:papier:4211:30303438,30303521:papier:4211:30303615,30303526:papier:4211:30303689,30303943:papier:4211:30304238,30304342:papier:4211:30304405,30304344:papier:4211:30304434,30305286:papier:4211:30305391,30307814:papier:4211:30308052,30307816:papier:4211:30308014,30307817:papier:4211:30308042,30307818:papier:4211:30307987,30307825:papier:4211:30307889,30310708:papier:4211:30312227,30310716:papier:4211:30311548,3031'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.04352511455276746, 'nb_photo': 8427, 'list_port_cont': '30302437,30317518,30317666,30317784,30319275,30334331,30334817,30335092,30336577,30337858,30348808,30349743,30355393,30356177,30362998,30364422,30364706,30364726,30365014,30365333,30365360,30365805,30366253,30366303,30366496,30367640,30371173,30372105,30372153,30373000,30374098,30374825,30375480,30375807,30376019,30376737,30379873,30381272,30381285,30381302,30381534,30382053,30382800,30383665,30383946,30384656,30384974,30385218,30385896,30386312,30386328,30386378,30386679,30389918,30390420,30390993,30391004,30391760,30391768,30392539,30393447,30393511,30393537,30394383,30411422,30411556,30412366,30414172,30414285,30415976,30415991,30416476,30417193,30417766,30422392,30423173,30424095,30424808,30424875,30426469,30426642,30428135,30428916,30429530,30430728,30433112,30434257,30434460,30434566,30437346,30437463,30438822,30439026,30439173,30439519,30439660,30440056,30458672,30459504,30461288,30462845,30464514,30464577,30464808,30467662,30468003,30468101,30470292,30470797,30470809,30474917,30474978,30475138,3048219', 'assoc_port': '30302181:30302437,30316896:30319275,30316906:30317784,30316923:30317666,30316933:30317518,30334130:30334331,30334711:30334817,30335012:30335092,30336272:30336577,30337652:30337858,30348419:30348808,30349656:30349743,30350356:30355393,30355869:30356177,30362769:30362998,30364114:30365014,30364119:30364422,30364596:30364726,30364602:30364706,30365105:30365360,30365108:30365333,30365610:30365805,30366054:30366303,30366058:30366496,30366063:30366253,30366707:30367640,30371017:30371173,30371985:30372105,30371990:30372153,30372622:30373000,30373080:30374098,30374253:30374825,30374864:30375480,30374916:30379873,30375563:30376019,30375570:30375807,30376036:30376737,30380937:30381272,30380939:30381302,30380946:30381285,30381413:30381534,30381818:30382053,30382509:30383946,30382731:30382800,30383449:30383665,30383769:30384974,30384641:30384656,30385068:30385218,30385659:30385896,30386168:30386312,30386172:30386328,30386178:30386378,30386611:30386679,30389679:30389918,30390234:30390420,30390823:30391004,30390827:3039099', 'assoc_mat': '30302181:papier:3327:30302437,30316896:papier:3327:30319275,30316906:papier:3327:30317784,30316923:papier:3327:30317666,30316933:papier:3327:30317518,30334130:papier:3327:30334331,30334711:papier:3327:30334817,30335012:papier:3327:30335092,30336272:papier:3327:30336577,30337652:papier:3327:30337858,30348419:papier:3327:30348808,30349656:papier:3327:30349743,30350356:papier:3327:30355393,30355869:papier:3327:30356177,30362769:papier:3327:30362998,30364114:papier:3327:30365014,30364119:papier:3327:30364422,30364596:papier:3327:30364726,30364602:papier:3327:30364706,30365105:papier:3327:30365360,30365108:papier:3327:30365333,30365610:papier:3327:30365805,30366054:papier:3327:30366303,30366058:papier:3327:30366496,30366063:papier:3327:30366253,30366707:papier:3327:30367640,30371017:papier:3327:30371173,30371985:papier:3327:30372105,30371990:papier:3327:30372153,30372622:papier:3327:30373000,30373080:papier:3327:30374098,30374253:papier:3327:30374825,30374864:papier:3327:30375480,30374916:papier:3327:30379873,3037'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.17824147517600497, 'nb_photo': 12969, 'list_port_cont': '30291989,30293476,30294105,30302407,30303683,30304196,30305345,30317015,30318688,30319830,30334547,30335308,30336417,30337165,30348701,30350637,30354013,30356197,30364441,30365845,30371094,30375824,30376122,30382007,30382031,30385448,30390391,30414054,30414114,30415909,30417146,30422398,30428048,30433491,30439804,30463280,30474686,30482127,30550823,30556983,30557476', 'assoc_port': '30291900:30291989,30293213:30293476,30293778:30294105,30302188:30302407,30303524:30303683,30303949:30304196,30305288:30305345,30316887:30318688,30316902:30317015,30319681:30319830,30334523:30334547,30335122:30335308,30336232:30336417,30336905:30337165,30348404:30348701,30350359:30350637,30353968:30354013,30355868:30356197,30364122:30364441,30365606:30365845,30371011:30371094,30375567:30375824,30375989:30376122,30381799:30382031,30381801:30382007,30385380:30385448,30390238:30390391,30413755:30414054,30413756:30414114,30415664:30415909,30416949:30417146,30422132:30422398,30427763:30428048,30432873:30433491,30439717:30439804,30462764:30463280,30474277:30474686,30481865:30482127,30520289:30556983,30521693:30557476,30535783:30550823', 'assoc_mat': '30291900:papier:3594:30291989,30293213:papier:3594:30293476,30293778:papier:3594:30294105,30302188:papier:3594:30302407,30303524:papier:3594:30303683,30303949:papier:3594:30304196,30305288:papier:3594:30305345,30316887:papier:3594:30318688,30316902:papier:3594:30317015,30319681:papier:3594:30319830,30334523:papier:3594:30334547,30335122:papier:3594:30335308,30336232:papier:3594:30336417,30336905:papier:3594:30337165,30348404:papier:3594:30348701,30350359:papier:3594:30350637,30353968:papier:3594:30354013,30355868:papier:3594:30356197,30364122:papier:3594:30364441,30365606:papier:3594:30365845,30371011:papier:3594:30371094,30375567:papier:3594:30375824,30375989:papier:3594:30376122,30381799:papier:3594:30382031,30381801:papier:3594:30382007,30385380:papier:3594:30385448,30390238:papier:3594:30390391,30413755:papier:3594:30414054,30413756:papier:3594:30414114,30415664:papier:3594:30415909,30416949:papier:3594:30417146,30422132:papier:3594:30422398,30427763:papier:3594:30428048,30432873:papier:3594:30433491,3043'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0010884664264123759, 'nb_photo': 6, 'list_port_cont': '30386288,30415861,30427910,30462192,30515530,30569985', 'assoc_port': '30386171:30386288,30415627:30415861,30427759:30427910,30461853:30462192,30466591:30515530,30521147:30569985', 'assoc_mat': '30386171:pehd:4205:30386288,30415627:pehd:4205:30415861,30427759:pehd:4205:30427910,30461853:pehd:4205:30462192,30466591:pehd:4205:30515530,30521147:pehd:4205:30569985'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0010651101399143474, 'nb_photo': 52, 'list_port_cont': '30364404,30366320,30372227,30376417,30381564,30383695,30384883,30386368,30391017,30414429,30416517,30417272,30422455,30424750,30426589,30430630,30434541,30437856,30439192,30458848,30462884,30547913,30550476,30556378,30556559,30562763,30563971,30572005,30572447,30572554', 'assoc_port': '30364116:30364404,30366060:30366320,30371984:30372227,30376032:30376417,30381411:30381564,30383444:30383695,30384777:30384883,30386174:30386368,30390868:30391017,30414207:30414429,30416250:30416517,30416948:30417272,30422158:30422455,30424474:30424750,30426096:30426589,30429228:30430630,30434454:30434541,30437569:30437856,30439084:30439192,30458034:30458848,30461856:30462884,30482699:30556378,30520313:30562763,30521340:30547913,30521981:30572554,30534710:30572447,30534715:30572005,30535493:30563971,30535790:30550476,30547795:30556559', 'assoc_mat': '30364116:pehd:4203:30364404,30366060:pehd:4203:30366320,30371984:pehd:4203:30372227,30376032:pehd:4203:30376417,30381411:pehd:4203:30381564,30383444:pehd:4203:30383695,30384777:pehd:4203:30384883,30386174:pehd:4203:30386368,30390868:pehd:4203:30391017,30414207:pehd:4203:30414429,30416250:pehd:4203:30416517,30416948:pehd:4203:30417272,30422158:pehd:4203:30422455,30424474:pehd:4203:30424750,30426096:pehd:4203:30426589,30429228:pehd:4203:30430630,30434454:pehd:4203:30434541,30437569:pehd:4203:30437856,30439084:pehd:4203:30439192,30458034:pehd:4203:30458848,30461856:pehd:4203:30462884,30482699:pehd:4203:30556378,30520313:pehd:4203:30562763,30521340:pehd:4203:30547913,30521981:pehd:4203:30572554,30534710:pehd:4203:30572447,30534715:pehd:4203:30572005,30535493:pehd:4203:30563971,30535790:pehd:4203:30550476,30547795:pehd:4203:30556559'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.008071946592069485, 'nb_photo': 24, 'list_port_cont': '30303539,30363627,30364261,30373444,30381901,30386876,30393396,30411490,30424592,30426926,30434083,30467236,30477218,30482020,30486358,30520485,30527317,30528371,30529801,30530131,30530745,30550800,30563465', 'assoc_port': '30303519:30303539,30363571:30363627,30364117:30364261,30371983:30373444,30381832:30381901,30384774:30386876,30393091:30393396,30411464:30411490,30424473:30424592,30426887:30426926,30433955:30434083,30466592:30477218,30466897:30467236,30481863:30482020,30482702:30486358,30520311:30528371,30520364:30520485,30521128:30550800,30521137:30530745,30521148:30530131,30521156:30529801,30521932:30527317,30535162:30563465', 'assoc_mat': '30303519:pehd:4207:30303539,30363571:pehd:4207:30363627,30364117:pehd:4207:30364261,30371983:pehd:4207:30373444,30381832:pehd:4207:30381901,30384774:pehd:4207:30386876,30393091:pehd:4207:30393396,30411464:pehd:4207:30411490,30424473:pehd:4207:30424592,30426887:pehd:4207:30426926,30433955:pehd:4207:30434083,30466592:pehd:4207:30477218,30466897:pehd:4207:30467236,30481863:pehd:4207:30482020,30482702:pehd:4207:30486358,30520311:pehd:4207:30528371,30520364:pehd:4207:30520485,30521128:pehd:4207:30550800,30521137:pehd:4207:30530745,30521148:pehd:4207:30530131,30521156:pehd:4207:30529801,30521932:pehd:4207:30527317,30535162:pehd:4207:30563465'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.010534253594235904, 'nb_photo': 9, 'list_port_cont': '30317477,30317597,30367049,30382612,30393321,30394270,30416058,30427976', 'assoc_port': '30316888:30317597,30316899:30317477,30366705:30367049,30382510:30382612,30393089:30393321,30393123:30394270,30413760:30416058,30427753:30427976', 'assoc_mat': '30316888:pehd:4461:30317597,30316899:pehd:4461:30317477,30366705:pehd:4461:30367049,30382510:pehd:4461:30382612,30393089:pehd:4461:30393321,30393123:pehd:4461:30394270,30413760:pehd:4461:30416058,30427753:pehd:4461:30427976'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.004411222504464486, 'nb_photo': 138, 'list_port_cont': '30350864,30350952,30363616,30365228,30366284,30368829,30373512,30376146,30376655,30376798,30381976,30382749,30383542,30383840,30384867,30385419,30385823,30386292,30388414,30389817,30390324,30390930,30390974,30391712,30393276,30393369,30412006,30412237,30415810,30417591,30423117,30424667,30426944,30427807,30427969,30429617,30430745,30434832,30437770,30438639,30462289,30463105,30464389,30464542,30464668,30469677,30471151,30474559,30474599,30479690,30482064,30482887,30482919,30520520,30524583,30525644,30526688,30526831,30527246,30529049,30529753,30530017,30531106,30531619,30531920,30548178,30548611,30548812,30550286,30554625,30555481,30556476,30556671,30556677,30557789,30558823,30564039', 'assoc_port': '30349654:30350952,30350775:30350864,30363573:30363616,30365097:30366284,30365104:30365228,30366053:30368829,30371981:30373512,30374223:30376798,30376037:30376146,30376542:30376655,30381803:30381976,30381833:30383840,30382730:30382749,30383450:30383542,30384775:30384867,30385342:30385419,30385661:30385823,30386173:30386292,30386179:30388414,30389681:30389817,30390233:30390324,30390824:30390974,30390866:30390930,30391462:30391712,30393097:30393369,30393140:30393276,30410949:30412237,30411997:30412006,30415640:30415810,30417563:30417591,30422900:30423117,30424470:30424667,30426082:30430745,30426888:30426944,30427754:30427969,30427765:30427807,30429227:30429617,30434611:30434832,30437571:30437770,30438511:30438639,30459235:30464542,30461855:30462289,30462747:30463105,30464248:30464389,30464616:30464668,30466589:30479690,30466892:30471151,30469520:30469677,30474258:30474599,30474281:30474559,30481869:30482064,30482698:30482919,30482708:30482887,30520293:30529753,30520305:30529049,30520363:30520520,30521045:3053192', 'assoc_mat': '30349654:pehd:4200:30350952,30350775:pehd:4200:30350864,30363573:pehd:4200:30363616,30365097:pehd:4200:30366284,30365104:pehd:4200:30365228,30366053:pehd:4200:30368829,30371981:pehd:4200:30373512,30374223:pehd:4200:30376798,30376037:pehd:4200:30376146,30376542:pehd:4200:30376655,30381803:pehd:4200:30381976,30381833:pehd:4200:30383840,30382730:pehd:4200:30382749,30383450:pehd:4200:30383542,30384775:pehd:4200:30384867,30385342:pehd:4200:30385419,30385661:pehd:4200:30385823,30386173:pehd:4200:30386292,30386179:pehd:4200:30388414,30389681:pehd:4200:30389817,30390233:pehd:4200:30390324,30390824:pehd:4200:30390974,30390866:pehd:4200:30390930,30391462:pehd:4200:30391712,30393097:pehd:4200:30393369,30393140:pehd:4200:30393276,30410949:pehd:4200:30412237,30411997:pehd:4200:30412006,30415640:pehd:4200:30415810,30417563:pehd:4200:30417591,30422900:pehd:4200:30423117,30424470:pehd:4200:30424667,30426082:pehd:4200:30430745,30426888:pehd:4200:30426944,30427754:pehd:4200:30427969,30427765:pehd:4200:30427807,30429227:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.005674867416631305, 'nb_photo': 13, 'list_port_cont': '30294324,30316723,30316780,30319759,30322377,30334178,30335605,30394349,30435315,30520510,30548467,30552547', 'assoc_port': '30294222:30294324,30316571:30316780,30316649:30316723,30319682:30319759,30322333:30322377,30334125:30334178,30335476:30335605,30394260:30394349,30435212:30435315,30520369:30520510,30536211:30552547,30547788:30548467', 'assoc_mat': '30294222:pehd:4209:30294324,30316571:pehd:4209:30316780,30316649:pehd:4209:30316723,30319682:pehd:4209:30319759,30322333:pehd:4209:30322377,30334125:pehd:4209:30334178,30335476:pehd:4209:30335605,30394260:pehd:4209:30394349,30435212:pehd:4209:30435315,30520369:pehd:4209:30520510,30536211:pehd:4209:30552547,30547788:pehd:4209:30548467'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9291496832812179, 'nb_photo': 1189, 'list_port_cont': '30289862,30290489,30290611,30291549,30291582,30291696,30291961,30292239,30292281,30293116,30294102,30294168,30294483,30294572,30302424,30303431,30303622,30303698,30304439,30308020,30308037,30308058,30311549,30312212,30315155,30315164,30315419,30315432,30316123,30316447,30316734,30316765,30317226,30317303,30317567,30317649,30317838,30317850,30317883,30318030,30318046,30318155,30318204,30318242,30318277,30318294,30318715,30319110,30319132,30319823,30320940,30321232,30321310,30321725,30321934,30322043,30322454,30322527,30322698,30322881,30322910,30327271,30327360,30327487,30327649,30329874,30333300,30333313,30333605,30333901,30333925,30334307,30334585,30334608,30334795,30335290,30335334,30336557,30337110,30337454,30337813,30337847,30346426,30346761,30346777,30347056,30348750,30349335,30349725,30350889,30350907,30356161,30363530,30363662,30364379,30364852,30365320,30365347,30365713,30366220,30367336,30368853,30370948,30371152,30372072,30372078,30372966,30372978,30373152,30374615,30375193,30375267,30375280,3037574', 'assoc_port': '30289306:30290611,30289774:30289862,30290347:30290489,30291286:30291582,30291289:30291549,30291609:30291696,30291899:30291961,30292077:30292281,30292101:30292239,30292862:30293116,30293775:30294168,30293777:30294102,30294224:30294572,30294228:30294483,30302190:30302424,30303218:30303431,30303521:30303622,30303526:30303698,30304344:30304439,30307814:30308058,30307816:30308020,30307817:30308037,30310708:30312212,30310716:30311549,30314898:30315164,30314900:30315155,30315255:30315432,30315259:30315419,30315984:30316123,30316220:30316447,30316647:30316734,30316648:30316765,30316860:30318715,30316864:30318242,30316865:30319823,30316869:30317226,30316873:30318294,30316877:30318277,30316882:30318046,30316884:30318030,30316893:30317883,30316897:30317850,30316903:30317838,30316911:30317649,30316920:30317567,30316925:30317303,30317949:30318204,30317954:30318155,30318946:30319132,30318965:30319110,30320883:30320940,30321181:30321310,30321183:30321232,30321383:30321934,30321404:30322043,30321425:30321725,30322294:3032252', 'assoc_mat': '30289306:pehd:4211:30290611,30289774:pehd:4211:30289862,30290347:pehd:4211:30290489,30291286:pehd:4211:30291582,30291289:pehd:4211:30291549,30291609:pehd:4211:30291696,30291899:pehd:4211:30291961,30292077:pehd:4211:30292281,30292101:pehd:4211:30292239,30292862:pehd:4211:30293116,30293775:pehd:4211:30294168,30293777:pehd:4211:30294102,30294224:pehd:4211:30294572,30294228:pehd:4211:30294483,30302190:pehd:4211:30302424,30303218:pehd:4211:30303431,30303521:pehd:4211:30303622,30303526:pehd:4211:30303698,30304344:pehd:4211:30304439,30307814:pehd:4211:30308058,30307816:pehd:4211:30308020,30307817:pehd:4211:30308037,30310708:pehd:4211:30312212,30310716:pehd:4211:30311549,30314898:pehd:4211:30315164,30314900:pehd:4211:30315155,30315255:pehd:4211:30315432,30315259:pehd:4211:30315419,30315984:pehd:4211:30316123,30316220:pehd:4211:30316447,30316647:pehd:4211:30316734,30316648:pehd:4211:30316765,30316860:pehd:4211:30318715,30316864:pehd:4211:30318242,30316865:pehd:4211:30319823,30316869:pehd:4211:30317226,30316873:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002851544842028842, 'nb_photo': 349, 'list_port_cont': '30348804,30349731,30355399,30356183,30363000,30364711,30364717,30365019,30365337,30365362,30365810,30366300,30366500,30367636,30371172,30372096,30372155,30373007,30374099,30374827,30375481,30376027,30376732,30379877,30381270,30381282,30381301,30381543,30382044,30382808,30383673,30383949,30384649,30384966,30385890,30386671,30389920,30390426,30391006,30391755,30391771,30392542,30393512,30393540,30394382,30411546,30412369,30414169,30414278,30415996,30416480,30417199,30417769,30422383,30423168,30424101,30424804,30424877,30426646,30428132,30429531,30433115,30434459,30434557,30437468,30438813,30439024,30439179,30439665,30440061,30458666,30462853,30464800,30467668,30468005,30470291,30470786,30470806,30474923,30475142,30482202,30482907,30485170,30485340,30487515,30489138,30489162,30520705,30524657,30525058,30525086,30526648,30526750,30526975,30529683,30530460,30530647,30530955,30531226,30531282,30531717,30532090,30548412,30550891,30551067,30551550,30551632,30553700,30557149,30557286,30558704,30559155,30559669,3055968', 'assoc_port': '30348419:30348804,30349656:30349731,30350356:30355399,30355869:30356183,30362769:30363000,30364114:30365019,30364596:30364717,30364602:30364711,30365105:30365362,30365108:30365337,30365610:30365810,30366054:30366300,30366058:30366500,30366707:30367636,30371017:30371172,30371985:30372096,30371990:30372155,30372622:30373007,30373080:30374099,30374253:30374827,30374864:30375481,30374916:30379877,30375563:30376027,30376036:30376732,30380937:30381270,30380939:30381301,30380946:30381282,30381413:30381543,30381818:30382044,30382509:30383949,30382731:30382808,30383449:30383673,30383769:30384966,30384641:30384649,30385659:30385890,30386611:30386671,30389679:30389920,30390234:30390426,30390823:30391006,30391458:30392542,30391466:30391771,30391469:30391755,30393092:30393540,30393141:30393512,30394257:30394382,30411466:30411546,30412116:30412369,30413753:30414278,30413764:30414169,30415653:30415996,30416252:30416480,30416944:30417199,30417565:30417769,30422126:30422383,30422879:30423168,30423672:30424101,30424472:3042487', 'assoc_mat': '30348419:pehd:3327:30348804,30349656:pehd:3327:30349731,30350356:pehd:3327:30355399,30355869:pehd:3327:30356183,30362769:pehd:3327:30363000,30364114:pehd:3327:30365019,30364596:pehd:3327:30364717,30364602:pehd:3327:30364711,30365105:pehd:3327:30365362,30365108:pehd:3327:30365337,30365610:pehd:3327:30365810,30366054:pehd:3327:30366300,30366058:pehd:3327:30366500,30366707:pehd:3327:30367636,30371017:pehd:3327:30371172,30371985:pehd:3327:30372096,30371990:pehd:3327:30372155,30372622:pehd:3327:30373007,30373080:pehd:3327:30374099,30374253:pehd:3327:30374827,30374864:pehd:3327:30375481,30374916:pehd:3327:30379877,30375563:pehd:3327:30376027,30376036:pehd:3327:30376732,30380937:pehd:3327:30381270,30380939:pehd:3327:30381301,30380946:pehd:3327:30381282,30381413:pehd:3327:30381543,30381818:pehd:3327:30382044,30382509:pehd:3327:30383949,30382731:pehd:3327:30382808,30383449:pehd:3327:30383673,30383769:pehd:3327:30384966,30384641:pehd:3327:30384649,30385659:pehd:3327:30385890,30386611:pehd:3327:30386671,30389679:pehd:33'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0006151155340608465, 'nb_photo': 14, 'list_port_cont': '30302397,30356190,30364442,30365846,30385449,30390397,30414122,30482135,30550824', 'assoc_port': '30302188:30302397,30355868:30356190,30364122:30364442,30365606:30365846,30385380:30385449,30390238:30390397,30413756:30414122,30481865:30482135,30535783:30550824', 'assoc_mat': '30302188:pehd:3594:30302397,30355868:pehd:3594:30356190,30364122:pehd:3594:30364442,30365606:pehd:3594:30365846,30385380:pehd:3594:30385449,30390238:pehd:3594:30390397,30413756:pehd:3594:30414122,30481865:pehd:3594:30482135,30535783:pehd:3594:30550824'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.004983408656534395, 'nb_photo': 64, 'list_port_cont': '30350827,30362670,30365301,30366165,30376093,30376782,30383883,30386277,30393637,30415852,30422312,30427538,30434158,30438731,30462181,30481968,30554464,30555327,30561141,30561825,30567254,30569998', 'assoc_port': '30350789:30350827,30362654:30362670,30365098:30365301,30366062:30366165,30374184:30376782,30376035:30376093,30383750:30383883,30386171:30386277,30391858:30393637,30415627:30415852,30422128:30422312,30426079:30427538,30433953:30434158,30438513:30438731,30461853:30462181,30481873:30481968,30520310:30561825,30521049:30567254,30521147:30569998,30523044:30561141,30536090:30554464,30544206:30555327', 'assoc_mat': '30350789:pet_clair:4205:30350827,30362654:pet_clair:4205:30362670,30365098:pet_clair:4205:30365301,30366062:pet_clair:4205:30366165,30374184:pet_clair:4205:30376782,30376035:pet_clair:4205:30376093,30383750:pet_clair:4205:30383883,30386171:pet_clair:4205:30386277,30391858:pet_clair:4205:30393637,30415627:pet_clair:4205:30415852,30422128:pet_clair:4205:30422312,30426079:pet_clair:4205:30427538,30433953:pet_clair:4205:30434158,30438513:pet_clair:4205:30438731,30461853:pet_clair:4205:30462181,30481873:pet_clair:4205:30481968,30520310:pet_clair:4205:30561825,30521049:pet_clair:4205:30567254,30521147:pet_clair:4205:30569998,30523044:pet_clair:4205:30561141,30536090:pet_clair:4205:30554464,30544206:pet_clair:4205:30555327'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0086551003532761, 'nb_photo': 693, 'list_port_cont': '30355517,30364401,30365284,30366316,30372228,30375494,30375506,30376418,30381553,30383694,30384881,30386358,30391305,30393744,30393789,30411408,30413038,30414430,30416521,30417280,30422461,30424749,30426505,30426590,30428250,30430634,30434535,30437854,30439193,30458841,30462880,30547922,30548144,30550478,30555939,30556385,30556552,30556885,30558130,30562757,30563358,30563963,30568144,30571498,30572002,30572457,30572555', 'assoc_port': '30355431:30355517,30364116:30364401,30365106:30365284,30366060:30366316,30371984:30372228,30374838:30375494,30374917:30375506,30376032:30376418,30381411:30381553,30383444:30383694,30384777:30384881,30386174:30386358,30390228:30391305,30392089:30393789,30393660:30393744,30411282:30411408,30412938:30413038,30414207:30414430,30416250:30416521,30416948:30417280,30422158:30422461,30424474:30424749,30426083:30426505,30426096:30426590,30427756:30428250,30429228:30430634,30434454:30434535,30437569:30437854,30439084:30439193,30458034:30458841,30461856:30462880,30482699:30556385,30520286:30558130,30520313:30562757,30521152:30571498,30521340:30547922,30521981:30572555,30522565:30548144,30523373:30563358,30534710:30572457,30534715:30572002,30535493:30563963,30535790:30550478,30539171:30556885,30544211:30555939,30547795:30556552,30549864:30568144', 'assoc_mat': '30355431:pet_clair:4203:30355517,30364116:pet_clair:4203:30364401,30365106:pet_clair:4203:30365284,30366060:pet_clair:4203:30366316,30371984:pet_clair:4203:30372228,30374838:pet_clair:4203:30375494,30374917:pet_clair:4203:30375506,30376032:pet_clair:4203:30376418,30381411:pet_clair:4203:30381553,30383444:pet_clair:4203:30383694,30384777:pet_clair:4203:30384881,30386174:pet_clair:4203:30386358,30390228:pet_clair:4203:30391305,30392089:pet_clair:4203:30393789,30393660:pet_clair:4203:30393744,30411282:pet_clair:4203:30411408,30412938:pet_clair:4203:30413038,30414207:pet_clair:4203:30414430,30416250:pet_clair:4203:30416521,30416948:pet_clair:4203:30417280,30422158:pet_clair:4203:30422461,30424474:pet_clair:4203:30424749,30426083:pet_clair:4203:30426505,30426096:pet_clair:4203:30426590,30427756:pet_clair:4203:30428250,30429228:pet_clair:4203:30430634,30434454:pet_clair:4203:30434535,30437569:pet_clair:4203:30437854,30439084:pet_clair:4203:30439193,30458034:pet_clair:4203:30458841,30461856:pet_clair:4203:30462880,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0019585335007513897, 'nb_photo': 64, 'list_port_cont': '30349705,30355933,30364620,30365191,30366197,30366764,30366853,30366961,30368807,30372897,30375062,30376825,30383588,30385392,30386228,30391626,30394326,30413957,30414001,30414541,30415702,30415743,30416336,30417032,30424626,30425020,30426296,30428824,30439964,30439971,30462015,30462201,30470718,30470935,30471241,30482016,30486351,30524481,30525486,30525919,30527436,30528050,30528103,30529244,30529707,30530126,30530988,30531792,30548111,30548325,30548942,30550167,30550318,30550463,30550805,30550976,30567823', 'assoc_port': '30349655:30349705,30355870:30355933,30364601:30364620,30365107:30365191,30365612:30366764,30366055:30366197,30366061:30368807,30366702:30366961,30366706:30366853,30372623:30372897,30374959:30375062,30376770:30376825,30383443:30383588,30385341:30385392,30386167:30386228,30391465:30391626,30394259:30394326,30412936:30414541,30413761:30414001,30413763:30413957,30415658:30415743,30415662:30415702,30416249:30416336,30416946:30417032,30424471:30424626,30424987:30425020,30426094:30426296,30428697:30428824,30439950:30439971,30439951:30439964,30461849:30462201,30461858:30462015,30464617:30471241,30466588:30470935,30466887:30470718,30481863:30482016,30482702:30486351,30520283:30529244,30520323:30528050,30520326:30528103,30521122:30531792,30521128:30550805,30521131:30530988,30521148:30530126,30521341:30529707,30521927:30527436,30523046:30525919,30523374:30524481,30524938:30525486,30535778:30548111,30535786:30548325,30539172:30550976,30547790:30548942,30547797:30550463,30547801:30550318,30547804:30567823,30549868:3055016', 'assoc_mat': '30349655:pet_clair:4207:30349705,30355870:pet_clair:4207:30355933,30364601:pet_clair:4207:30364620,30365107:pet_clair:4207:30365191,30365612:pet_clair:4207:30366764,30366055:pet_clair:4207:30366197,30366061:pet_clair:4207:30368807,30366702:pet_clair:4207:30366961,30366706:pet_clair:4207:30366853,30372623:pet_clair:4207:30372897,30374959:pet_clair:4207:30375062,30376770:pet_clair:4207:30376825,30383443:pet_clair:4207:30383588,30385341:pet_clair:4207:30385392,30386167:pet_clair:4207:30386228,30391465:pet_clair:4207:30391626,30394259:pet_clair:4207:30394326,30412936:pet_clair:4207:30414541,30413761:pet_clair:4207:30414001,30413763:pet_clair:4207:30413957,30415658:pet_clair:4207:30415743,30415662:pet_clair:4207:30415702,30416249:pet_clair:4207:30416336,30416946:pet_clair:4207:30417032,30424471:pet_clair:4207:30424626,30424987:pet_clair:4207:30425020,30426094:pet_clair:4207:30426296,30428697:pet_clair:4207:30428824,30439950:pet_clair:4207:30439971,30439951:pet_clair:4207:30439964,30461849:pet_clair:4207:30462201,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00205958516836103, 'nb_photo': 10, 'list_port_cont': '30364297,30383561,30394728,30416062,30463117,30520550,30551239,30561008,30568030', 'assoc_port': '30364118:30364297,30383447:30383561,30394256:30394728,30413760:30416062,30462748:30463117,30520366:30520550,30521047:30561008,30537841:30551239,30544221:30568030', 'assoc_mat': '30364118:pet_clair:4461:30364297,30383447:pet_clair:4461:30383561,30394256:pet_clair:4461:30394728,30413760:pet_clair:4461:30416062,30462748:pet_clair:4461:30463117,30520366:pet_clair:4461:30520550,30521047:pet_clair:4461:30561008,30537841:pet_clair:4461:30551239,30544221:pet_clair:4461:30568030'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.01038493146340583, 'nb_photo': 649, 'list_port_cont': '30348553,30350867,30350951,30357397,30363609,30364676,30365239,30366149,30366285,30366712,30366942,30368825,30370911,30371704,30373140,30373501,30373527,30375202,30375726,30375784,30376148,30376650,30376794,30381118,30381989,30382737,30382875,30383476,30383551,30383841,30384510,30385424,30385818,30386301,30388415,30389818,30389912,30390933,30390966,30391603,30391704,30393269,30393313,30393380,30393408,30394336,30411519,30412017,30412233,30412945,30413943,30414354,30415799,30416355,30416738,30417068,30417252,30417596,30422274,30422324,30423125,30424652,30424661,30426185,30426950,30427550,30427816,30427961,30428060,30429625,30430757,30433031,30434115,30434502,30434828,30435254,30436592,30437256,30437773,30438647,30439129,30439581,30439625,30457591,30457893,30462297,30463098,30464386,30464537,30464658,30469687,30471150,30471293,30474556,30474604,30479691,30482067,30482891,30482908,30484839,30486017,30488924,30524591,30524714,30524865,30525645,30526224,30526684,30526834,30527235,30527519,30527764,30527943,3052848', 'assoc_port': '30348435:30348553,30349654:30350951,30350775:30350867,30357342:30357397,30363573:30363609,30364600:30364676,30365097:30366285,30365104:30365239,30365609:30366712,30366053:30368825,30366059:30366149,30366703:30371704,30366704:30366942,30370765:30370911,30371981:30373527,30371991:30373501,30373082:30373140,30374223:30376794,30374918:30375202,30375559:30375784,30375569:30375726,30376037:30376148,30376542:30376650,30380941:30381118,30381409:30382875,30381803:30381989,30381833:30383841,30382730:30382737,30383450:30383551,30383451:30383476,30384240:30384510,30385342:30385424,30385661:30385818,30386173:30386301,30386179:30388415,30389671:30389912,30389681:30389818,30390824:30390966,30390866:30390933,30391462:30391704,30391467:30391603,30393090:30393408,30393097:30393380,30393098:30393313,30393140:30393269,30394258:30394336,30410949:30412233,30411465:30411519,30411997:30412017,30412939:30412945,30413759:30413943,30414208:30414354,30415640:30415799,30415659:30417252,30416253:30416355,30416586:30416738,30416945:3041706', 'assoc_mat': '30348435:pet_clair:4200:30348553,30349654:pet_clair:4200:30350951,30350775:pet_clair:4200:30350867,30357342:pet_clair:4200:30357397,30363573:pet_clair:4200:30363609,30364600:pet_clair:4200:30364676,30365097:pet_clair:4200:30366285,30365104:pet_clair:4200:30365239,30365609:pet_clair:4200:30366712,30366053:pet_clair:4200:30368825,30366059:pet_clair:4200:30366149,30366703:pet_clair:4200:30371704,30366704:pet_clair:4200:30366942,30370765:pet_clair:4200:30370911,30371981:pet_clair:4200:30373527,30371991:pet_clair:4200:30373501,30373082:pet_clair:4200:30373140,30374223:pet_clair:4200:30376794,30374918:pet_clair:4200:30375202,30375559:pet_clair:4200:30375784,30375569:pet_clair:4200:30375726,30376037:pet_clair:4200:30376148,30376542:pet_clair:4200:30376650,30380941:pet_clair:4200:30381118,30381409:pet_clair:4200:30382875,30381803:pet_clair:4200:30381989,30381833:pet_clair:4200:30383841,30382730:pet_clair:4200:30382737,30383450:pet_clair:4200:30383551,30383451:pet_clair:4200:30383476,30384240:pet_clair:4200:30384510,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004529985516749616, 'nb_photo': 8, 'list_port_cont': '30348534,30393415,30416428,30434101,30520507,30524966,30567933', 'assoc_port': '30348400:30348534,30393093:30393415,30416254:30416428,30433957:30434101,30520369:30520507,30521802:30524966,30544180:30567933', 'assoc_mat': '30348400:pet_clair:4209:30348534,30393093:pet_clair:4209:30393415,30416254:pet_clair:4209:30416428,30433957:pet_clair:4209:30434101,30520369:pet_clair:4209:30520507,30521802:pet_clair:4209:30524966,30544180:pet_clair:4209:30567933'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0012486111883513275, 'nb_photo': 613, 'list_port_cont': '30334303,30348762,30349322,30349720,30350890,30350894,30356169,30363516,30363669,30364376,30364851,30365310,30365340,30365704,30366222,30367328,30368851,30371143,30372064,30372076,30372958,30372977,30374620,30375195,30375263,30375271,30375740,30376277,30376293,30381236,30381258,30381515,30382024,30382586,30382647,30383652,30383973,30385181,30385212,30385756,30385832,30386352,30386690,30390182,30390398,30391742,30391993,30392161,30392178,30393435,30393820,30393837,30394373,30411395,30411710,30411839,30412310,30412337,30414059,30414103,30414370,30414391,30415871,30415885,30416452,30416745,30416768,30417086,30417099,30417607,30417663,30423147,30423995,30423998,30424226,30424617,30425032,30425969,30426366,30426379,30426393,30427677,30427855,30427937,30428075,30428935,30430825,30433057,30433080,30434271,30434315,30434514,30435133,30435296,30438780,30439156,30439654,30440004,30457818,30458515,30459489,30462412,30463325,30463396,30464500,30469827,30470032,30474587,30482158,30482160,30482822,30487424,30488998,3048913', 'assoc_port': '30334127:30334303,30348411:30348762,30349261:30349322,30349657:30349720,30350765:30350894,30350788:30350890,30355866:30356169,30363348:30363516,30363570:30364851,30363572:30363669,30364123:30364376,30365099:30365340,30365102:30365310,30365604:30365704,30366052:30368851,30366056:30366222,30366701:30367328,30371014:30371143,30371982:30372076,30371987:30372064,30372600:30372977,30372624:30372958,30374243:30374620,30374894:30375271,30374953:30375263,30374960:30375195,30375560:30375740,30376012:30376293,30376033:30376277,30380936:30382586,30380940:30381258,30380947:30381236,30381412:30381515,30381805:30382024,30382512:30382647,30383446:30383652,30383771:30383973,30384239:30385756,30385070:30385212,30385072:30385181,30385663:30385832,30386175:30386352,30386610:30386690,30389675:30390182,30390230:30390398,30390821:30392161,30390846:30392178,30391459:30391742,30391874:30391993,30393094:30393837,30393096:30393435,30393139:30393820,30394261:30394373,30411285:30411395,30411589:30411710,30411797:30411839,30412114:3041233', 'assoc_mat': '30334127:pet_clair:4211:30334303,30348411:pet_clair:4211:30348762,30349261:pet_clair:4211:30349322,30349657:pet_clair:4211:30349720,30350765:pet_clair:4211:30350894,30350788:pet_clair:4211:30350890,30355866:pet_clair:4211:30356169,30363348:pet_clair:4211:30363516,30363570:pet_clair:4211:30364851,30363572:pet_clair:4211:30363669,30364123:pet_clair:4211:30364376,30365099:pet_clair:4211:30365340,30365102:pet_clair:4211:30365310,30365604:pet_clair:4211:30365704,30366052:pet_clair:4211:30368851,30366056:pet_clair:4211:30366222,30366701:pet_clair:4211:30367328,30371014:pet_clair:4211:30371143,30371982:pet_clair:4211:30372076,30371987:pet_clair:4211:30372064,30372600:pet_clair:4211:30372977,30372624:pet_clair:4211:30372958,30374243:pet_clair:4211:30374620,30374894:pet_clair:4211:30375271,30374953:pet_clair:4211:30375263,30374960:pet_clair:4211:30375195,30375560:pet_clair:4211:30375740,30376012:pet_clair:4211:30376293,30376033:pet_clair:4211:30376277,30380936:pet_clair:4211:30382586,30380940:pet_clair:4211:30381258,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9126462252126297, 'nb_photo': 103246, 'list_port_cont': '30295299,30302442,30303445,30304291,30304457,30304466,30304490,30307925,30307999,30308369,30311474,30315229,30315458,30316140,30316503,30316836,30317521,30317669,30317772,30317961,30318022,30318101,30318229,30318252,30319284,30319564,30320263,30320960,30322060,30322087,30322736,30325574,30327379,30327390,30327415,30327547,30327599,30328241,30333360,30334328,30334341,30334822,30335091,30336564,30337182,30337466,30337860,30338462,30346441,30346751,30347041,30347459,30348805,30349734,30355402,30356173,30363003,30364424,30364710,30364725,30365015,30365332,30365365,30365813,30366254,30366294,30366497,30367643,30371184,30372097,30372148,30373006,30374108,30374823,30375484,30375800,30376018,30376731,30379881,30381262,30381284,30381291,30381535,30382050,30382807,30383671,30383944,30384652,30384973,30385222,30385891,30386311,30386327,30386381,30386677,30389923,30390422,30390981,30391009,30391754,30391775,30392536,30393454,30393504,30393544,30394384,30411430,30411549,30412361,30414160,30414274,30415974,30415997,3041647', 'assoc_port': '30295188:30295299,30302181:30302442,30303201:30303445,30303944:30304291,30304343:30304490,30304345:30304466,30304347:30304457,30307812:30308369,30307820:30307925,30307827:30307999,30310710:30311474,30314899:30315229,30315257:30315458,30315982:30316140,30316219:30316503,30316610:30316836,30316863:30319564,30316871:30318101,30316881:30318022,30316894:30317961,30316896:30319284,30316906:30317772,30316923:30317669,30316933:30317521,30317937:30318229,30317953:30318252,30319875:30320263,30320884:30320960,30321385:30322087,30321406:30322060,30322551:30322736,30324876:30325574,30327081:30328241,30327084:30327599,30327092:30327547,30327099:30327415,30327104:30327390,30327109:30327379,30333126:30333360,30334121:30334341,30334130:30334328,30334704:30337182,30334711:30334822,30335012:30335091,30336272:30336564,30337379:30337466,30337652:30337860,30338357:30338462,30346387:30346441,30346640:30346751,30346819:30347041,30347168:30347459,30348419:30348805,30349656:30349734,30350356:30355402,30355869:30356173,30362769:3036300', 'assoc_mat': '30295188:pet_clair:3327:30295299,30302181:pet_clair:3327:30302442,30303201:pet_clair:3327:30303445,30303944:pet_clair:3327:30304291,30304343:pet_clair:3327:30304490,30304345:pet_clair:3327:30304466,30304347:pet_clair:3327:30304457,30307812:pet_clair:3327:30308369,30307820:pet_clair:3327:30307925,30307827:pet_clair:3327:30307999,30310710:pet_clair:3327:30311474,30314899:pet_clair:3327:30315229,30315257:pet_clair:3327:30315458,30315982:pet_clair:3327:30316140,30316219:pet_clair:3327:30316503,30316610:pet_clair:3327:30316836,30316863:pet_clair:3327:30319564,30316871:pet_clair:3327:30318101,30316881:pet_clair:3327:30318022,30316894:pet_clair:3327:30317961,30316896:pet_clair:3327:30319284,30316906:pet_clair:3327:30317772,30316923:pet_clair:3327:30317669,30316933:pet_clair:3327:30317521,30317937:pet_clair:3327:30318229,30317953:pet_clair:3327:30318252,30319875:pet_clair:3327:30320263,30320884:pet_clair:3327:30320960,30321385:pet_clair:3327:30322087,30321406:pet_clair:3327:30322060,30322551:pet_clair:3327:30322736,3'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.010167610264251684, 'nb_photo': 283, 'list_port_cont': '30291986,30293477,30294114,30302405,30303678,30304189,30305346,30317020,30318689,30319833,30334548,30335309,30336425,30337168,30350636,30354007,30356194,30364437,30365848,30371092,30375818,30376130,30382005,30390396,30414119,30415901,30417147,30422401,30428046,30433487,30439802,30463282,30474684,30482129,30550825,30556989,30557478', 'assoc_port': '30291900:30291986,30293213:30293477,30293778:30294114,30302188:30302405,30303524:30303678,30303949:30304189,30305288:30305346,30316887:30318689,30316902:30317020,30319681:30319833,30334523:30334548,30335122:30335309,30336232:30336425,30336905:30337168,30350359:30350636,30353968:30354007,30355868:30356194,30364122:30364437,30365606:30365848,30371011:30371092,30375567:30375818,30375989:30376130,30381801:30382005,30390238:30390396,30413756:30414119,30415664:30415901,30416949:30417147,30422132:30422401,30427763:30428046,30432873:30433487,30439717:30439802,30462764:30463282,30474277:30474684,30481865:30482129,30520289:30556989,30521693:30557478,30535783:30550825', 'assoc_mat': '30291900:pet_clair:3594:30291986,30293213:pet_clair:3594:30293477,30293778:pet_clair:3594:30294114,30302188:pet_clair:3594:30302405,30303524:pet_clair:3594:30303678,30303949:pet_clair:3594:30304189,30305288:pet_clair:3594:30305346,30316887:pet_clair:3594:30318689,30316902:pet_clair:3594:30317020,30319681:pet_clair:3594:30319833,30334523:pet_clair:3594:30334548,30335122:pet_clair:3594:30335309,30336232:pet_clair:3594:30336425,30336905:pet_clair:3594:30337168,30350359:pet_clair:3594:30350636,30353968:pet_clair:3594:30354007,30355868:pet_clair:3594:30356194,30364122:pet_clair:3594:30364437,30365606:pet_clair:3594:30365848,30371011:pet_clair:3594:30371092,30375567:pet_clair:3594:30375818,30375989:pet_clair:3594:30376130,30381801:pet_clair:3594:30382005,30390238:pet_clair:3594:30390396,30413756:pet_clair:3594:30414119,30415664:pet_clair:3594:30415901,30416949:pet_clair:3594:30417147,30422132:pet_clair:3594:30422401,30427763:pet_clair:3594:30428046,30432873:pet_clair:3594:30433487,30439717:pet_clair:3594:30439802,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0017859754867185372, 'nb_photo': 17, 'list_port_cont': '30350839,30365305,30386279,30386624,30413346,30415849,30422319,30427536,30434172,30438735,30481991,30548491,30561148,30561824,30567252', 'assoc_port': '30350789:30350839,30365098:30365305,30386171:30386279,30386613:30386624,30411795:30413346,30415627:30415849,30422128:30422319,30426079:30427536,30433953:30434172,30438513:30438735,30481873:30481991,30520310:30561824,30521049:30567252,30523044:30561148,30548091:30548491', 'assoc_mat': '30350789:pet_fonce:4205:30350839,30365098:pet_fonce:4205:30365305,30386171:pet_fonce:4205:30386279,30386613:pet_fonce:4205:30386624,30411795:pet_fonce:4205:30413346,30415627:pet_fonce:4205:30415849,30422128:pet_fonce:4205:30422319,30426079:pet_fonce:4205:30427536,30433953:pet_fonce:4205:30434172,30438513:pet_fonce:4205:30438735,30481873:pet_fonce:4205:30481991,30520310:pet_fonce:4205:30561824,30521049:pet_fonce:4205:30567252,30523044:pet_fonce:4205:30561148,30548091:pet_fonce:4205:30548491'}, {'unwanted_material': 'pet_fonce', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0056845660992555155, 'nb_photo': 542, 'list_port_cont': '30355519,30364413,30366315,30372232,30375491,30375513,30376423,30383685,30384873,30386360,30391307,30393747,30393800,30397101,30411403,30413050,30414424,30416529,30417276,30422463,30424741,30426497,30426592,30428249,30430631,30434550,30437849,30439187,30458844,30462879,30547907,30548148,30550474,30555932,30556381,30556558,30556886,30558139,30562758,30563353,30563969,30568141,30571488,30572001,30572450,30572558', 'assoc_port': '30355431:30355519,30364116:30364413,30366060:30366315,30371984:30372232,30374838:30375491,30374917:30375513,30376032:30376423,30383444:30383685,30384777:30384873,30386174:30386360,30390228:30391307,30392089:30393800,30393088:30397101,30393660:30393747,30411282:30411403,30412938:30413050,30414207:30414424,30416250:30416529,30416948:30417276,30422158:30422463,30424474:30424741,30426083:30426497,30426096:30426592,30427756:30428249,30429228:30430631,30434454:30434550,30437569:30437849,30439084:30439187,30458034:30458844,30461856:30462879,30482699:30556381,30520286:30558139,30520313:30562758,30521152:30571488,30521340:30547907,30521981:30572558,30522565:30548148,30523373:30563353,30534710:30572450,30534715:30572001,30535493:30563969,30535790:30550474,30539171:30556886,30544211:30555932,30547795:30556558,30549864:30568141', 'assoc_mat': '30355431:pet_fonce:4203:30355519,30364116:pet_fonce:4203:30364413,30366060:pet_fonce:4203:30366315,30371984:pet_fonce:4203:30372232,30374838:pet_fonce:4203:30375491,30374917:pet_fonce:4203:30375513,30376032:pet_fonce:4203:30376423,30383444:pet_fonce:4203:30383685,30384777:pet_fonce:4203:30384873,30386174:pet_fonce:4203:30386360,30390228:pet_fonce:4203:30391307,30392089:pet_fonce:4203:30393800,30393088:pet_fonce:4203:30397101,30393660:pet_fonce:4203:30393747,30411282:pet_fonce:4203:30411403,30412938:pet_fonce:4203:30413050,30414207:pet_fonce:4203:30414424,30416250:pet_fonce:4203:30416529,30416948:pet_fonce:4203:30417276,30422158:pet_fonce:4203:30422463,30424474:pet_fonce:4203:30424741,30426083:pet_fonce:4203:30426497,30426096:pet_fonce:4203:30426592,30427756:pet_fonce:4203:30428249,30429228:pet_fonce:4203:30430631,30434454:pet_fonce:4203:30434550,30437569:pet_fonce:4203:30437849,30439084:pet_fonce:4203:30439187,30458034:pet_fonce:4203:30458844,30461856:pet_fonce:4203:30462879,30482699:pet_fonce:4203:30556381,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004754939826172821, 'nb_photo': 47, 'list_port_cont': '30349703,30363628,30365269,30366198,30366848,30366964,30368809,30372806,30375616,30376062,30376594,30381903,30389742,30390953,30391616,30414002,30414545,30416335,30419092,30422228,30425022,30426292,30428013,30432975,30437733,30439956,30462202,30464374,30464470,30486346,30525483,30525587,30528926,30530985,30531791,30550314,30550673,30550986,30566511,30567918,30568019,30571979', 'assoc_port': '30349655:30349703,30363571:30363628,30365100:30365269,30366055:30366198,30366061:30368809,30366702:30366964,30366706:30366848,30372621:30372806,30375566:30375616,30376015:30376062,30376543:30376594,30381832:30381903,30389683:30389742,30390822:30390953,30391465:30391616,30412936:30414545,30413761:30414002,30416249:30416335,30416584:30419092,30422124:30422228,30424987:30425022,30426094:30426292,30427752:30428013,30432869:30432975,30437568:30437733,30439951:30439956,30461849:30462202,30464250:30464470,30464253:30464374,30482702:30486346,30520295:30528926,30521122:30531791,30521131:30530985,30522815:30525587,30524938:30525483,30534713:30566511,30535505:30571979,30537840:30568019,30539167:30567918,30539172:30550986,30546668:30550673,30547801:30550314', 'assoc_mat': '30349655:pet_fonce:4207:30349703,30363571:pet_fonce:4207:30363628,30365100:pet_fonce:4207:30365269,30366055:pet_fonce:4207:30366198,30366061:pet_fonce:4207:30368809,30366702:pet_fonce:4207:30366964,30366706:pet_fonce:4207:30366848,30372621:pet_fonce:4207:30372806,30375566:pet_fonce:4207:30375616,30376015:pet_fonce:4207:30376062,30376543:pet_fonce:4207:30376594,30381832:pet_fonce:4207:30381903,30389683:pet_fonce:4207:30389742,30390822:pet_fonce:4207:30390953,30391465:pet_fonce:4207:30391616,30412936:pet_fonce:4207:30414545,30413761:pet_fonce:4207:30414002,30416249:pet_fonce:4207:30416335,30416584:pet_fonce:4207:30419092,30422124:pet_fonce:4207:30422228,30424987:pet_fonce:4207:30425022,30426094:pet_fonce:4207:30426292,30427752:pet_fonce:4207:30428013,30432869:pet_fonce:4207:30432975,30437568:pet_fonce:4207:30437733,30439951:pet_fonce:4207:30439956,30461849:pet_fonce:4207:30462202,30464250:pet_fonce:4207:30464470,30464253:pet_fonce:4207:30464374,30482702:pet_fonce:4207:30486346,30520295:pet_fonce:4207:30528926,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.002409561100954937, 'nb_photo': 27, 'list_port_cont': '30364635,30365661,30381129,30382614,30383910,30390363,30426968,30438682,30462151,30464417,30469700,30527205,30529846,30530670,30530864,30530937,30531166,30551013,30559214', 'assoc_port': '30364598:30364635,30365611:30365661,30380944:30381129,30382510:30382614,30383773:30383910,30390232:30390363,30426886:30426968,30438516:30438682,30461851:30462151,30464252:30464417,30469541:30469700,30520297:30529846,30521132:30531166,30521142:30530937,30521149:30530864,30521153:30530670,30521800:30527205,30535164:30559214,30539174:30551013', 'assoc_mat': '30364598:pet_fonce:4461:30364635,30365611:pet_fonce:4461:30365661,30380944:pet_fonce:4461:30381129,30382510:pet_fonce:4461:30382614,30383773:pet_fonce:4461:30383910,30390232:pet_fonce:4461:30390363,30426886:pet_fonce:4461:30426968,30438516:pet_fonce:4461:30438682,30461851:pet_fonce:4461:30462151,30464252:pet_fonce:4461:30464417,30469541:pet_fonce:4461:30469700,30520297:pet_fonce:4461:30529846,30521132:pet_fonce:4461:30531166,30521142:pet_fonce:4461:30530937,30521149:pet_fonce:4461:30530864,30521153:pet_fonce:4461:30530670,30521800:pet_fonce:4461:30527205,30535164:pet_fonce:4461:30559214,30539174:pet_fonce:4461:30551013'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.8431471117914893, 'nb_photo': 131, 'list_port_cont': '30348556,30350872,30350946,30357406,30363618,30364668,30366153,30366273,30366723,30368816,30370907,30375169,30376136,30376792,30382865,30385812,30388429,30389902,30390939,30390978,30391607,30393282,30393377,30394340,30411509,30414345,30416348,30417061,30422283,30424650,30426194,30426938,30427814,30429626,30430758,30434108,30434834,30436594,30437253,30437782,30438649,30462293,30463099,30464384,30464544,30469679,30471147,30471285,30474552,30474595,30479693,30482884,30484706,30488925,30520531,30520581,30524585,30524871,30525652,30526694,30526835,30527770,30527946,30529741,30531109,30548607,30548624,30548817,30548962,30551190,30554631,30555011,30555491,30556471,30556684,30558107,30558874', 'assoc_port': '30348435:30348556,30349654:30350946,30350775:30350872,30357342:30357406,30363573:30363618,30364600:30364668,30365097:30366273,30365609:30366723,30366053:30368816,30366059:30366153,30370765:30370907,30374223:30376792,30374915:30375169,30376037:30376136,30381409:30382865,30385661:30385812,30386179:30388429,30389671:30389902,30390824:30390978,30390866:30390939,30391467:30391607,30393097:30393377,30393140:30393282,30394258:30394340,30411465:30411509,30414208:30414345,30416253:30416348,30416945:30417061,30422138:30422283,30424475:30424650,30426082:30430758,30426092:30426194,30426888:30426938,30427765:30427814,30429227:30429626,30433945:30436594,30433950:30434108,30434611:30434834,30437134:30437253,30437571:30437782,30438511:30438649,30459235:30464544,30461855:30462293,30462747:30463099,30464248:30464384,30466589:30479693,30466882:30471285,30466892:30471147,30469520:30469679,30474258:30474595,30474281:30474552,30482708:30482884,30484240:30484706,30488805:30488925,30520293:30529741,30520356:30520581,30520363:3052053', 'assoc_mat': '30348435:pet_fonce:4200:30348556,30349654:pet_fonce:4200:30350946,30350775:pet_fonce:4200:30350872,30357342:pet_fonce:4200:30357406,30363573:pet_fonce:4200:30363618,30364600:pet_fonce:4200:30364668,30365097:pet_fonce:4200:30366273,30365609:pet_fonce:4200:30366723,30366053:pet_fonce:4200:30368816,30366059:pet_fonce:4200:30366153,30370765:pet_fonce:4200:30370907,30374223:pet_fonce:4200:30376792,30374915:pet_fonce:4200:30375169,30376037:pet_fonce:4200:30376136,30381409:pet_fonce:4200:30382865,30385661:pet_fonce:4200:30385812,30386179:pet_fonce:4200:30388429,30389671:pet_fonce:4200:30389902,30390824:pet_fonce:4200:30390978,30390866:pet_fonce:4200:30390939,30391467:pet_fonce:4200:30391607,30393097:pet_fonce:4200:30393377,30393140:pet_fonce:4200:30393282,30394258:pet_fonce:4200:30394340,30411465:pet_fonce:4200:30411509,30414208:pet_fonce:4200:30414345,30416253:pet_fonce:4200:30416348,30416945:pet_fonce:4200:30417061,30422138:pet_fonce:4200:30422283,30424475:pet_fonce:4200:30424650,30426082:pet_fonce:4200:30430758,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.007700375834982923, 'nb_photo': 26, 'list_port_cont': '30371052,30372946,30376108,30380786,30381925,30416425,30425608,30474458,30524736,30524956,30524969,30525753,30552900,30553319,30560139,30567937', 'assoc_port': '30371012:30371052,30372619:30372946,30375954:30376108,30380593:30380786,30381800:30381925,30416254:30416425,30423711:30425608,30474319:30474458,30521719:30525753,30521802:30524969,30522390:30524956,30522680:30524736,30534708:30553319,30535163:30560139,30535499:30552900,30544180:30567937', 'assoc_mat': '30371012:pet_fonce:4209:30371052,30372619:pet_fonce:4209:30372946,30375954:pet_fonce:4209:30376108,30380593:pet_fonce:4209:30380786,30381800:pet_fonce:4209:30381925,30416254:pet_fonce:4209:30416425,30423711:pet_fonce:4209:30425608,30474319:pet_fonce:4209:30474458,30521719:pet_fonce:4209:30525753,30521802:pet_fonce:4209:30524969,30522390:pet_fonce:4209:30524956,30522680:pet_fonce:4209:30524736,30534708:pet_fonce:4209:30553319,30535163:pet_fonce:4209:30560139,30535499:pet_fonce:4209:30552900,30544180:pet_fonce:4209:30567937'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0008508859206610143, 'nb_photo': 496, 'list_port_cont': '30348752,30349323,30349724,30350887,30350899,30356158,30363508,30363658,30364367,30364844,30365316,30365349,30365701,30366212,30367332,30368848,30370944,30371138,30372083,30372967,30372989,30373157,30374627,30375185,30375262,30375273,30375743,30376272,30376296,30381229,30381255,30381522,30382010,30382592,30382650,30383649,30383970,30385184,30385208,30385762,30385831,30386349,30386689,30390183,30390410,30391651,30391988,30392151,30392174,30393443,30393816,30393834,30394365,30411136,30411392,30411703,30411844,30412316,30412343,30414081,30414109,30414367,30414389,30415865,30415888,30416444,30416747,30416775,30417079,30417102,30417666,30423148,30423984,30424002,30424220,30424608,30425973,30426384,30426406,30427687,30427938,30428947,30430835,30433049,30433095,30434274,30434320,30434513,30435134,30435302,30437303,30438781,30438834,30439158,30439641,30440001,30457825,30458519,30459485,30463318,30463408,30464505,30469834,30470043,30474581,30482162,30482167,30482826,30485046,30487417,30489000,30489125,30508687,3050880', 'assoc_port': '30348411:30348752,30349261:30349323,30349657:30349724,30350765:30350899,30350788:30350887,30355866:30356158,30363348:30363508,30363570:30364844,30363572:30363658,30364123:30364367,30365099:30365349,30365102:30365316,30365604:30365701,30366052:30368848,30366056:30366212,30366701:30367332,30370771:30370944,30371014:30371138,30371982:30372083,30372600:30372989,30372624:30372967,30373083:30373157,30374243:30374627,30374894:30375273,30374953:30375262,30374960:30375185,30375560:30375743,30376012:30376296,30376033:30376272,30380936:30382592,30380940:30381255,30380947:30381229,30381412:30381522,30381805:30382010,30382512:30382650,30383446:30383649,30383771:30383970,30384239:30385762,30385070:30385208,30385072:30385184,30385663:30385831,30386175:30386349,30386610:30386689,30389675:30390183,30390230:30390410,30390821:30392151,30390846:30392174,30391468:30391651,30391874:30391988,30393094:30393834,30393096:30393443,30393139:30393816,30394261:30394365,30410947:30411136,30411285:30411392,30411589:30411703,30411797:3041184', 'assoc_mat': '30348411:pet_fonce:4211:30348752,30349261:pet_fonce:4211:30349323,30349657:pet_fonce:4211:30349724,30350765:pet_fonce:4211:30350899,30350788:pet_fonce:4211:30350887,30355866:pet_fonce:4211:30356158,30363348:pet_fonce:4211:30363508,30363570:pet_fonce:4211:30364844,30363572:pet_fonce:4211:30363658,30364123:pet_fonce:4211:30364367,30365099:pet_fonce:4211:30365349,30365102:pet_fonce:4211:30365316,30365604:pet_fonce:4211:30365701,30366052:pet_fonce:4211:30368848,30366056:pet_fonce:4211:30366212,30366701:pet_fonce:4211:30367332,30370771:pet_fonce:4211:30370944,30371014:pet_fonce:4211:30371138,30371982:pet_fonce:4211:30372083,30372600:pet_fonce:4211:30372989,30372624:pet_fonce:4211:30372967,30373083:pet_fonce:4211:30373157,30374243:pet_fonce:4211:30374627,30374894:pet_fonce:4211:30375273,30374953:pet_fonce:4211:30375262,30374960:pet_fonce:4211:30375185,30375560:pet_fonce:4211:30375743,30376012:pet_fonce:4211:30376296,30376033:pet_fonce:4211:30376272,30380936:pet_fonce:4211:30382592,30380940:pet_fonce:4211:30381255,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.02213919273298481, 'nb_photo': 2646, 'list_port_cont': '30348812,30349730,30355392,30356187,30362992,30364429,30364699,30364716,30365010,30365326,30365370,30365808,30366255,30366293,30366498,30367638,30371183,30372102,30372147,30373001,30374104,30374826,30375472,30375805,30376016,30376739,30379871,30381259,30381281,30381289,30381537,30382047,30382798,30383664,30383948,30384654,30384971,30385224,30385887,30386318,30386335,30386374,30386672,30389928,30390417,30390988,30391002,30391750,30391764,30392533,30393453,30393515,30393536,30394381,30411426,30411547,30412359,30414168,30414273,30415986,30415995,30416481,30417189,30417770,30422381,30423176,30424092,30424807,30424879,30426471,30426636,30428126,30428918,30429527,30430717,30433108,30434254,30434471,30434555,30437345,30437467,30438819,30439020,30439174,30439509,30439661,30440052,30458670,30459502,30461276,30462848,30464525,30464580,30464798,30467659,30468009,30468091,30470296,30470790,30470805,30474915,30474975,30475130,30482191,30482905,30485169,30485343,30487514,30489140,30489153,30520698,30520714,30520751,3052464', 'assoc_port': '30348419:30348812,30349656:30349730,30350356:30355392,30355869:30356187,30362769:30362992,30364114:30365010,30364119:30364429,30364596:30364716,30364602:30364699,30365105:30365370,30365108:30365326,30365610:30365808,30366054:30366293,30366058:30366498,30366063:30366255,30366707:30367638,30371017:30371183,30371985:30372102,30371990:30372147,30372622:30373001,30373080:30374104,30374253:30374826,30374864:30375472,30374916:30379871,30375563:30376016,30375570:30375805,30376036:30376739,30380937:30381259,30380939:30381289,30380946:30381281,30381413:30381537,30381818:30382047,30382509:30383948,30382731:30382798,30383449:30383664,30383769:30384971,30384641:30384654,30385068:30385224,30385659:30385887,30386168:30386318,30386172:30386335,30386178:30386374,30386611:30386672,30389679:30389928,30390234:30390417,30390823:30391002,30390827:30390988,30391458:30392533,30391466:30391764,30391469:30391750,30393092:30393536,30393099:30393453,30393141:30393515,30394257:30394381,30411284:30411426,30411466:30411547,30412116:3041235', 'assoc_mat': '30348419:pet_fonce:3327:30348812,30349656:pet_fonce:3327:30349730,30350356:pet_fonce:3327:30355392,30355869:pet_fonce:3327:30356187,30362769:pet_fonce:3327:30362992,30364114:pet_fonce:3327:30365010,30364119:pet_fonce:3327:30364429,30364596:pet_fonce:3327:30364716,30364602:pet_fonce:3327:30364699,30365105:pet_fonce:3327:30365370,30365108:pet_fonce:3327:30365326,30365610:pet_fonce:3327:30365808,30366054:pet_fonce:3327:30366293,30366058:pet_fonce:3327:30366498,30366063:pet_fonce:3327:30366255,30366707:pet_fonce:3327:30367638,30371017:pet_fonce:3327:30371183,30371985:pet_fonce:3327:30372102,30371990:pet_fonce:3327:30372147,30372622:pet_fonce:3327:30373001,30373080:pet_fonce:3327:30374104,30374253:pet_fonce:3327:30374826,30374864:pet_fonce:3327:30375472,30374916:pet_fonce:3327:30379871,30375563:pet_fonce:3327:30376016,30375570:pet_fonce:3327:30375805,30376036:pet_fonce:3327:30376739,30380937:pet_fonce:3327:30381259,30380939:pet_fonce:3327:30381289,30380946:pet_fonce:3327:30381281,30381413:pet_fonce:3327:30381537,3'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.0011638663749123817, 'nb_photo': 42, 'list_port_cont': '30302400,30303684,30305340,30318683,30335301,30337164,30354011,30356195,30364439,30365851,30375816,30376129,30382036,30390390,30414048,30415903,30417144,30422400,30428047,30433494,30463290,30474682,30482131', 'assoc_port': '30302188:30302400,30303524:30303684,30305288:30305340,30316887:30318683,30335122:30335301,30336905:30337164,30353968:30354011,30355868:30356195,30364122:30364439,30365606:30365851,30375567:30375816,30375989:30376129,30381799:30382036,30390238:30390390,30413755:30414048,30415664:30415903,30416949:30417144,30422132:30422400,30427763:30428047,30432873:30433494,30462764:30463290,30474277:30474682,30481865:30482131', 'assoc_mat': '30302188:pet_fonce:3594:30302400,30303524:pet_fonce:3594:30303684,30305288:pet_fonce:3594:30305340,30316887:pet_fonce:3594:30318683,30335122:pet_fonce:3594:30335301,30336905:pet_fonce:3594:30337164,30353968:pet_fonce:3594:30354011,30355868:pet_fonce:3594:30356195,30364122:pet_fonce:3594:30364439,30365606:pet_fonce:3594:30365851,30375567:pet_fonce:3594:30375816,30375989:pet_fonce:3594:30376129,30381799:pet_fonce:3594:30382036,30390238:pet_fonce:3594:30390390,30413755:pet_fonce:3594:30414048,30415664:pet_fonce:3594:30415903,30416949:pet_fonce:3594:30417144,30422132:pet_fonce:3594:30422400,30427763:pet_fonce:3594:30428047,30432873:pet_fonce:3594:30433494,30462764:pet_fonce:3594:30463290,30474277:pet_fonce:3594:30474682,30481865:pet_fonce:3594:30482131'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00696509031406463, 'nb_photo': 165, 'list_port_cont': '30348712,30350516,30350830,30362662,30365293,30366171,30376104,30376780,30381945,30383880,30386290,30386626,30390305,30393646,30413347,30415853,30417502,30422315,30427535,30427914,30434149,30434161,30437199,30438736,30462191,30481976,30515375,30515536,30548489,30550634,30554460,30555328,30561146,30561822,30563513,30567246,30569988,30570644', 'assoc_port': '30348405:30348712,30350360:30350516,30350789:30350830,30362654:30362662,30365098:30365293,30366062:30366171,30374184:30376780,30376035:30376104,30381798:30381945,30383750:30383880,30386171:30386290,30386613:30386626,30390237:30390305,30391858:30393646,30411795:30413347,30415627:30415853,30416943:30417502,30422128:30422315,30426079:30427535,30427759:30427914,30433953:30434161,30433956:30434149,30437163:30437199,30438513:30438736,30461853:30462191,30466591:30515536,30481873:30481976,30486695:30515375,30520310:30561822,30521049:30567246,30521147:30569988,30522388:30570644,30523044:30561146,30535167:30563513,30535853:30550634,30536090:30554460,30544206:30555328,30548091:30548489', 'assoc_mat': '30348405:pet_opaque:4205:30348712,30350360:pet_opaque:4205:30350516,30350789:pet_opaque:4205:30350830,30362654:pet_opaque:4205:30362662,30365098:pet_opaque:4205:30365293,30366062:pet_opaque:4205:30366171,30374184:pet_opaque:4205:30376780,30376035:pet_opaque:4205:30376104,30381798:pet_opaque:4205:30381945,30383750:pet_opaque:4205:30383880,30386171:pet_opaque:4205:30386290,30386613:pet_opaque:4205:30386626,30390237:pet_opaque:4205:30390305,30391858:pet_opaque:4205:30393646,30411795:pet_opaque:4205:30413347,30415627:pet_opaque:4205:30415853,30416943:pet_opaque:4205:30417502,30422128:pet_opaque:4205:30422315,30426079:pet_opaque:4205:30427535,30427759:pet_opaque:4205:30427914,30433953:pet_opaque:4205:30434161,30433956:pet_opaque:4205:30434149,30437163:pet_opaque:4205:30437199,30438513:pet_opaque:4205:30438736,30461853:pet_opaque:4205:30462191,30466591:pet_opaque:4205:30515536,30481873:pet_opaque:4205:30481976,30486695:pet_opaque:4205:30515375,30520310:pet_opaque:4205:30561822,30521049:pet_opaque:4205:30567246,3052'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.013215886931949528, 'nb_photo': 1205, 'list_port_cont': '30355505,30364409,30366317,30372230,30375488,30375519,30376419,30381565,30383696,30384882,30386370,30391019,30391298,30393746,30393792,30397108,30411413,30413040,30414431,30416525,30417273,30422465,30424754,30426492,30426579,30428243,30430640,30434537,30437855,30439190,30458854,30462872,30547908,30548141,30550470,30555934,30556374,30556553,30556883,30558132,30562761,30563360,30563965,30568142,30571487,30572009,30572459,30572557', 'assoc_port': '30355431:30355505,30364116:30364409,30366060:30366317,30371984:30372230,30374838:30375488,30374917:30375519,30376032:30376419,30381411:30381565,30383444:30383696,30384777:30384882,30386174:30386370,30390228:30391298,30390868:30391019,30392089:30393792,30393088:30397108,30393660:30393746,30411282:30411413,30412938:30413040,30414207:30414431,30416250:30416525,30416948:30417273,30422158:30422465,30424474:30424754,30426083:30426492,30426096:30426579,30427756:30428243,30429228:30430640,30434454:30434537,30437569:30437855,30439084:30439190,30458034:30458854,30461856:30462872,30482699:30556374,30520286:30558132,30520313:30562761,30521152:30571487,30521340:30547908,30521981:30572557,30522565:30548141,30523373:30563360,30534710:30572459,30534715:30572009,30535493:30563965,30535790:30550470,30539171:30556883,30544211:30555934,30547795:30556553,30549864:30568142', 'assoc_mat': '30355431:pet_opaque:4203:30355505,30364116:pet_opaque:4203:30364409,30366060:pet_opaque:4203:30366317,30371984:pet_opaque:4203:30372230,30374838:pet_opaque:4203:30375488,30374917:pet_opaque:4203:30375519,30376032:pet_opaque:4203:30376419,30381411:pet_opaque:4203:30381565,30383444:pet_opaque:4203:30383696,30384777:pet_opaque:4203:30384882,30386174:pet_opaque:4203:30386370,30390228:pet_opaque:4203:30391298,30390868:pet_opaque:4203:30391019,30392089:pet_opaque:4203:30393792,30393088:pet_opaque:4203:30397108,30393660:pet_opaque:4203:30393746,30411282:pet_opaque:4203:30411413,30412938:pet_opaque:4203:30413040,30414207:pet_opaque:4203:30414431,30416250:pet_opaque:4203:30416525,30416948:pet_opaque:4203:30417273,30422158:pet_opaque:4203:30422465,30424474:pet_opaque:4203:30424754,30426083:pet_opaque:4203:30426492,30426096:pet_opaque:4203:30426579,30427756:pet_opaque:4203:30428243,30429228:pet_opaque:4203:30430640,30434454:pet_opaque:4203:30434537,30437569:pet_opaque:4203:30437855,30439084:pet_opaque:4203:30439190,3045'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00409410753343359, 'nb_photo': 227, 'list_port_cont': '30348578,30348607,30349701,30350452,30350842,30353021,30355938,30363437,30363637,30364394,30364615,30364692,30365259,30365625,30366201,30366857,30366957,30368798,30370817,30372898,30373448,30374348,30374468,30376630,30376829,30376981,30381077,30381093,30381182,30383861,30385031,30385394,30386050,30386190,30386645,30386648,30386714,30390315,30390951,30391622,30392072,30393257,30393351,30393386,30396976,30411298,30412293,30414005,30414027,30414549,30414601,30415709,30415781,30416374,30416645,30417038,30419096,30422207,30422230,30423015,30423065,30424487,30424630,30425023,30426347,30427952,30428016,30428855,30429345,30434089,30434139,30434786,30435221,30437223,30437720,30438558,30438653,30438948,30439119,30440141,30457353,30458248,30459356,30459404,30462010,30463006,30464476,30467246,30469581,30469763,30470624,30470944,30474363,30477215,30482027,30486352,30520606,30524486,30525480,30525595,30525926,30526264,30526436,30526800,30527117,30527320,30527443,30528040,30528102,30528365,30528457,30528640,30528722,3052904', 'assoc_port': '30348407:30348578,30348410:30348607,30349655:30349701,30350361:30350452,30350748:30353021,30350787:30350842,30355870:30355938,30363346:30363437,30363571:30363637,30364115:30364394,30364597:30364692,30364601:30364615,30365100:30365259,30365608:30365625,30366055:30366201,30366061:30368798,30366702:30366957,30366706:30366857,30370768:30370817,30371983:30373448,30372623:30372898,30374164:30374468,30374263:30374348,30374837:30376981,30376541:30376630,30376770:30376829,30380938:30381182,30380943:30381093,30380945:30381077,30383452:30385031,30383772:30383861,30384778:30386050,30385341:30385394,30385662:30386714,30386177:30386190,30386609:30386648,30386612:30386645,30390231:30390315,30390822:30390951,30390867:30392072,30391465:30391622,30393091:30393386,30393095:30393351,30393138:30393257,30394254:30396976,30411283:30411298,30412115:30412293,30412936:30414549,30413754:30414027,30413761:30414005,30414514:30414601,30415654:30415781,30415662:30415709,30416255:30416374,30416584:30419096,30416588:30416645,30416946:3041703', 'assoc_mat': '30348407:pet_opaque:4207:30348578,30348410:pet_opaque:4207:30348607,30349655:pet_opaque:4207:30349701,30350361:pet_opaque:4207:30350452,30350748:pet_opaque:4207:30353021,30350787:pet_opaque:4207:30350842,30355870:pet_opaque:4207:30355938,30363346:pet_opaque:4207:30363437,30363571:pet_opaque:4207:30363637,30364115:pet_opaque:4207:30364394,30364597:pet_opaque:4207:30364692,30364601:pet_opaque:4207:30364615,30365100:pet_opaque:4207:30365259,30365608:pet_opaque:4207:30365625,30366055:pet_opaque:4207:30366201,30366061:pet_opaque:4207:30368798,30366702:pet_opaque:4207:30366957,30366706:pet_opaque:4207:30366857,30370768:pet_opaque:4207:30370817,30371983:pet_opaque:4207:30373448,30372623:pet_opaque:4207:30372898,30374164:pet_opaque:4207:30374468,30374263:pet_opaque:4207:30374348,30374837:pet_opaque:4207:30376981,30376541:pet_opaque:4207:30376630,30376770:pet_opaque:4207:30376829,30380938:pet_opaque:4207:30381182,30380943:pet_opaque:4207:30381093,30380945:pet_opaque:4207:30381077,30383452:pet_opaque:4207:30385031,3038'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007095271283249216, 'nb_photo': 240, 'list_port_cont': '30320114,30320906,30348621,30348668,30357346,30363576,30364283,30364639,30365215,30365659,30367044,30371062,30372030,30372778,30375099,30376685,30376848,30382609,30383569,30383915,30384427,30385152,30389760,30389868,30390356,30391669,30394274,30411891,30412972,30413106,30415762,30415819,30416059,30416701,30417112,30417622,30422344,30423950,30425058,30425385,30426246,30426319,30426958,30427876,30427978,30428895,30434184,30435260,30436947,30437266,30437750,30438678,30439591,30457608,30459429,30462159,30463119,30464406,30467416,30467519,30474487,30520554,30520627,30520669,30524551,30524848,30525672,30525765,30526050,30526409,30527194,30528980,30529262,30529844,30530676,30530852,30530936,30531161,30531960,30548386,30548575,30550301,30550411,30550543,30551024,30551169,30551236,30554233,30558950,30559106,30559207,30560242,30560512,30560621,30561011,30567973,30568024,30570249', 'assoc_port': '30319872:30320114,30320882:30320906,30348406:30348668,30348409:30348621,30357343:30357346,30363569:30363576,30364118:30364283,30364598:30364639,30365103:30365215,30365611:30365659,30366057:30372778,30366705:30367044,30371015:30371062,30371989:30372030,30374958:30375099,30376034:30376685,30376771:30376848,30382510:30382609,30383447:30383569,30383773:30383915,30384241:30384427,30385071:30385152,30386166:30389760,30389673:30389868,30390232:30390356,30391464:30391669,30393123:30394274,30411463:30413106,30411796:30411891,30412937:30412972,30413760:30416059,30415626:30415819,30415657:30415762,30416583:30417112,30416589:30416701,30417568:30417622,30422136:30422344,30423636:30425385,30423731:30423950,30424984:30425058,30426088:30426246,30426099:30426319,30426886:30426958,30427753:30427978,30427762:30427876,30428693:30428895,30433954:30434184,30434449:30436947,30435214:30435260,30437149:30437266,30437573:30437750,30438516:30438678,30439501:30439591,30457292:30457608,30459234:30459429,30461851:30462159,30462748:3046311', 'assoc_mat': '30319872:pet_opaque:4461:30320114,30320882:pet_opaque:4461:30320906,30348406:pet_opaque:4461:30348668,30348409:pet_opaque:4461:30348621,30357343:pet_opaque:4461:30357346,30363569:pet_opaque:4461:30363576,30364118:pet_opaque:4461:30364283,30364598:pet_opaque:4461:30364639,30365103:pet_opaque:4461:30365215,30365611:pet_opaque:4461:30365659,30366057:pet_opaque:4461:30372778,30366705:pet_opaque:4461:30367044,30371015:pet_opaque:4461:30371062,30371989:pet_opaque:4461:30372030,30374958:pet_opaque:4461:30375099,30376034:pet_opaque:4461:30376685,30376771:pet_opaque:4461:30376848,30382510:pet_opaque:4461:30382609,30383447:pet_opaque:4461:30383569,30383773:pet_opaque:4461:30383915,30384241:pet_opaque:4461:30384427,30385071:pet_opaque:4461:30385152,30386166:pet_opaque:4461:30389760,30389673:pet_opaque:4461:30389868,30390232:pet_opaque:4461:30390356,30391464:pet_opaque:4461:30391669,30393123:pet_opaque:4461:30394274,30411463:pet_opaque:4461:30413106,30411796:pet_opaque:4461:30411891,30412937:pet_opaque:4461:30412972,3041'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0227909251417283, 'nb_photo': 4262, 'list_port_cont': '30292168,30319777,30335596,30348563,30350873,30350953,30357394,30363621,30364663,30365226,30366142,30366281,30366720,30366951,30368818,30370906,30371700,30373147,30373505,30373520,30375177,30375205,30375575,30375724,30375786,30376159,30376656,30376799,30381114,30381983,30382740,30382861,30383475,30383553,30383838,30384516,30384853,30385421,30385824,30386307,30388426,30389813,30389909,30390328,30390943,30390963,30391608,30391700,30393277,30393304,30393371,30393411,30394337,30411508,30412008,30412248,30412951,30413942,30414035,30414348,30414448,30415800,30416350,30416725,30417070,30417254,30417592,30422287,30422326,30423112,30423126,30424644,30424671,30426191,30426937,30427545,30427808,30427967,30428066,30428830,30429621,30430755,30433028,30434112,30434504,30434838,30435248,30436597,30437249,30437769,30438642,30439123,30439583,30439624,30457579,30457639,30457895,30462290,30463100,30464396,30464543,30464665,30469686,30469874,30471158,30471288,30474549,30474593,30479692,30482073,30482883,30482914,30484710,3048484', 'assoc_port': '30292100:30292168,30319679:30319777,30335480:30335596,30348435:30348563,30349654:30350953,30350775:30350873,30357342:30357394,30363573:30363621,30364600:30364663,30365097:30366281,30365104:30365226,30365609:30366720,30366053:30368818,30366059:30366142,30366703:30371700,30366704:30366951,30370765:30370906,30371981:30373520,30371991:30373505,30373082:30373147,30374223:30376799,30374915:30375177,30374918:30375205,30375559:30375786,30375562:30375575,30375569:30375724,30376037:30376159,30376542:30376656,30380941:30381114,30381409:30382861,30381803:30381983,30381833:30383838,30382730:30382740,30383450:30383553,30383451:30383475,30384240:30384516,30384775:30384853,30385342:30385421,30385661:30385824,30386173:30386307,30386179:30388426,30389671:30389909,30389681:30389813,30390233:30390328,30390824:30390963,30390866:30390943,30391462:30391700,30391467:30391608,30393090:30393411,30393097:30393371,30393098:30393304,30393140:30393277,30394258:30394337,30410949:30412248,30411465:30411508,30411997:30412008,30412939:3041295', 'assoc_mat': '30292100:pet_opaque:4200:30292168,30319679:pet_opaque:4200:30319777,30335480:pet_opaque:4200:30335596,30348435:pet_opaque:4200:30348563,30349654:pet_opaque:4200:30350953,30350775:pet_opaque:4200:30350873,30357342:pet_opaque:4200:30357394,30363573:pet_opaque:4200:30363621,30364600:pet_opaque:4200:30364663,30365097:pet_opaque:4200:30366281,30365104:pet_opaque:4200:30365226,30365609:pet_opaque:4200:30366720,30366053:pet_opaque:4200:30368818,30366059:pet_opaque:4200:30366142,30366703:pet_opaque:4200:30371700,30366704:pet_opaque:4200:30366951,30370765:pet_opaque:4200:30370906,30371981:pet_opaque:4200:30373520,30371991:pet_opaque:4200:30373505,30373082:pet_opaque:4200:30373147,30374223:pet_opaque:4200:30376799,30374915:pet_opaque:4200:30375177,30374918:pet_opaque:4200:30375205,30375559:pet_opaque:4200:30375786,30375562:pet_opaque:4200:30375575,30375569:pet_opaque:4200:30375724,30376037:pet_opaque:4200:30376159,30376542:pet_opaque:4200:30376656,30380941:pet_opaque:4200:30381114,30381409:pet_opaque:4200:30382861,3038'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.012711138737969451, 'nb_photo': 153, 'list_port_cont': '30319768,30370890,30372954,30374582,30376120,30376616,30380705,30380794,30382782,30385407,30391728,30393416,30394347,30394437,30411528,30416416,30422247,30425088,30425612,30426206,30434096,30435313,30462089,30467424,30474455,30478692,30481967,30486855,30508545,30520503,30524530,30524731,30524944,30524965,30526849,30526883,30527160,30550224,30550399,30550444,30552551,30552890,30553320,30560132,30560438,30567930', 'assoc_port': '30319682:30319768,30370760:30370890,30372619:30372954,30374203:30374582,30375954:30376120,30376564:30376616,30380592:30380705,30380593:30380794,30382729:30382782,30385361:30385407,30391461:30391728,30393087:30394437,30393093:30393416,30394260:30394347,30411468:30411528,30416254:30416416,30422134:30422247,30423711:30425612,30424985:30425088,30426093:30426206,30433957:30434096,30435212:30435313,30461848:30462089,30466584:30467424,30474319:30474455,30474321:30478692,30481866:30481967,30484222:30508545,30486694:30486855,30520288:30526849,30520369:30520503,30521126:30527160,30521145:30526883,30521802:30524965,30522390:30524944,30522680:30524731,30523375:30524530,30534707:30560438,30534708:30553320,30535163:30560132,30535499:30552890,30536211:30552551,30544180:30567930,30547787:30550399,30549865:30550444,30549866:30550224', 'assoc_mat': '30319682:pet_opaque:4209:30319768,30370760:pet_opaque:4209:30370890,30372619:pet_opaque:4209:30372954,30374203:pet_opaque:4209:30374582,30375954:pet_opaque:4209:30376120,30376564:pet_opaque:4209:30376616,30380592:pet_opaque:4209:30380705,30380593:pet_opaque:4209:30380794,30382729:pet_opaque:4209:30382782,30385361:pet_opaque:4209:30385407,30391461:pet_opaque:4209:30391728,30393087:pet_opaque:4209:30394437,30393093:pet_opaque:4209:30393416,30394260:pet_opaque:4209:30394347,30411468:pet_opaque:4209:30411528,30416254:pet_opaque:4209:30416416,30422134:pet_opaque:4209:30422247,30423711:pet_opaque:4209:30425612,30424985:pet_opaque:4209:30425088,30426093:pet_opaque:4209:30426206,30433957:pet_opaque:4209:30434096,30435212:pet_opaque:4209:30435313,30461848:pet_opaque:4209:30462089,30466584:pet_opaque:4209:30467424,30474319:pet_opaque:4209:30474455,30474321:pet_opaque:4209:30478692,30481866:pet_opaque:4209:30481967,30484222:pet_opaque:4209:30508545,30486694:pet_opaque:4209:30486855,30520288:pet_opaque:4209:30526849,3052'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0038968344277976862, 'nb_photo': 5147, 'list_port_cont': '30292245,30303422,30317832,30348758,30349325,30349726,30350877,30350896,30356168,30363526,30363656,30364373,30364839,30365313,30365350,30365705,30366218,30367339,30368837,30370940,30371146,30372066,30372089,30372969,30372981,30373153,30374622,30375190,30375261,30375282,30375735,30376274,30376295,30381232,30381256,30381521,30382009,30382598,30382644,30383645,30383966,30385182,30385200,30385766,30385827,30386341,30386687,30390192,30390406,30391658,30391733,30391987,30392162,30392173,30393432,30393817,30393825,30394362,30411146,30411384,30411717,30411842,30412321,30412334,30414063,30414089,30414097,30414363,30414387,30415879,30415890,30416451,30416749,30416773,30417078,30417097,30417616,30417671,30423149,30423991,30424003,30424227,30424618,30425037,30425972,30426367,30426381,30426402,30427675,30427869,30427932,30428023,30428078,30428946,30430836,30433052,30433084,30434264,30434313,30434519,30435149,30435291,30437301,30438787,30438837,30439160,30439653,30439992,30457823,30458512,30459477,30462413,30463313,3046339', 'assoc_port': '30292101:30292245,30303218:30303422,30316903:30317832,30348411:30348758,30349261:30349325,30349657:30349726,30350765:30350896,30350788:30350877,30355866:30356168,30363348:30363526,30363570:30364839,30363572:30363656,30364123:30364373,30365099:30365350,30365102:30365313,30365604:30365705,30366052:30368837,30366056:30366218,30366701:30367339,30370771:30370940,30371014:30371146,30371982:30372089,30371987:30372066,30372600:30372981,30372624:30372969,30373083:30373153,30374243:30374622,30374894:30375282,30374953:30375261,30374960:30375190,30375560:30375735,30376012:30376295,30376033:30376274,30380936:30382598,30380940:30381256,30380947:30381232,30381412:30381521,30381805:30382009,30382512:30382644,30383446:30383645,30383771:30383966,30384239:30385766,30385070:30385200,30385072:30385182,30385663:30385827,30386175:30386341,30386610:30386687,30389675:30390192,30390230:30390406,30390821:30392162,30390846:30392173,30391459:30391733,30391468:30391658,30391874:30391987,30393094:30393825,30393096:30393432,30393139:3039381', 'assoc_mat': '30292101:pet_opaque:4211:30292245,30303218:pet_opaque:4211:30303422,30316903:pet_opaque:4211:30317832,30348411:pet_opaque:4211:30348758,30349261:pet_opaque:4211:30349325,30349657:pet_opaque:4211:30349726,30350765:pet_opaque:4211:30350896,30350788:pet_opaque:4211:30350877,30355866:pet_opaque:4211:30356168,30363348:pet_opaque:4211:30363526,30363570:pet_opaque:4211:30364839,30363572:pet_opaque:4211:30363656,30364123:pet_opaque:4211:30364373,30365099:pet_opaque:4211:30365350,30365102:pet_opaque:4211:30365313,30365604:pet_opaque:4211:30365705,30366052:pet_opaque:4211:30368837,30366056:pet_opaque:4211:30366218,30366701:pet_opaque:4211:30367339,30370771:pet_opaque:4211:30370940,30371014:pet_opaque:4211:30371146,30371982:pet_opaque:4211:30372089,30371987:pet_opaque:4211:30372066,30372600:pet_opaque:4211:30372981,30372624:pet_opaque:4211:30372969,30373083:pet_opaque:4211:30373153,30374243:pet_opaque:4211:30374622,30374894:pet_opaque:4211:30375282,30374953:pet_opaque:4211:30375261,30374960:pet_opaque:4211:30375190,3037'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007376554129930379, 'nb_photo': 1575, 'list_port_cont': '30289381,30290102,30290371,30291437,30291906,30293051,30293329,30294422,30300022,30300049,30300302,30300618,30301226,30301239,30301261,30301286,30301316,30302339,30302378,30302797,30302841,30302849,30303267,30303553,30303567,30303611,30303635,30304187,30305294,30307857,30307862,30310771,30311432,30314982,30315390,30316295,30316427,30316691,30317190,30317318,30317363,30317403,30317419,30317464,30317482,30317528,30317608,30317688,30317705,30317753,30317792,30317798,30317904,30318007,30318063,30318178,30318271,30318600,30318777,30318918,30318969,30319952,30320037,30320699,30320896,30321187,30321539,30322391,30322646,30322655,30322677,30327117,30327155,30327163,30327256,30327264,30327418,30327552,30327567,30327823,30333630,30333855,30334161,30334196,30334530,30334685,30334717,30334766,30335203,30335520,30335562,30336502,30337083,30337385,30337804,30346659,30346905,30347321,30348540,30348720,30363395,30364611,30365156,30366033,30370832,30370865,30370882,30372017,30374362,30375094,30376149,30376665,30376759,3037680', 'assoc_port': '30289300:30289381,30290042:30290102,30290351:30290371,30291287:30291437,30291902:30291906,30292864:30293051,30293214:30293329,30294223:30294422,30299944:30300049,30299945:30300022,30300247:30300302,30300542:30300618,30301102:30301316,30301104:30301286,30301161:30301226,30301180:30301239,30301181:30301261,30302179:30302378,30302182:30302339,30302714:30302849,30302752:30302841,30302753:30302797,30303220:30303267,30303518:30303635,30303520:30303567,30303525:30303611,30303527:30303553,30303948:30304187,30305289:30305294,30307822:30307862,30307824:30307857,30310712:30311432,30310719:30310771,30314901:30314982,30315256:30315390,30316216:30316427,30316218:30316295,30316573:30316691,30316861:30317403,30316862:30317482,30316867:30318063,30316872:30318271,30316875:30318178,30316883:30317904,30316886:30317792,30316889:30317798,30316892:30317753,30316895:30317688,30316900:30317705,30316905:30317608,30316908:30317528,30316912:30317464,30316917:30317419,30316918:30317363,30316921:30317318,30316930:30317190,30316936:3031877', 'assoc_mat': '30289300:plastique:3726:30289381,30290042:plastique:3726:30290102,30290351:plastique:3726:30290371,30291287:plastique:3726:30291437,30291902:plastique:3726:30291906,30292864:plastique:3726:30293051,30293214:plastique:3726:30293329,30294223:plastique:3726:30294422,30299944:plastique:3726:30300049,30299945:plastique:3726:30300022,30300247:plastique:3726:30300302,30300542:plastique:3726:30300618,30301102:plastique:3726:30301316,30301104:plastique:3726:30301286,30301161:plastique:3726:30301226,30301180:plastique:3726:30301239,30301181:plastique:3726:30301261,30302179:plastique:3726:30302378,30302182:plastique:3726:30302339,30302714:plastique:3726:30302849,30302752:plastique:3726:30302841,30302753:plastique:3726:30302797,30303220:plastique:3726:30303267,30303518:plastique:3726:30303635,30303520:plastique:3726:30303567,30303525:plastique:3726:30303611,30303527:plastique:3726:30303553,30303948:plastique:3726:30304187,30305289:plastique:3726:30305294,30307822:plastique:3726:30307862,30307824:plastique:3726:30307857,3'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.009380386948763222, 'nb_photo': 2289, 'list_port_cont': '30289362,30289380,30289812,30290053,30290376,30291443,30291624,30293057,30294420,30300053,30300308,30300609,30301223,30302371,30302845,30303259,30303549,30303563,30303609,30304116,30304183,30304349,30305292,30307854,30311439,30314981,30315382,30316302,30316434,30316694,30316755,30317195,30317314,30317357,30317399,30317424,30317431,30317463,30317533,30317549,30317687,30317699,30317749,30317787,30317803,30317900,30318068,30318076,30318179,30318269,30318593,30318773,30318917,30318974,30318984,30318993,30320035,30320701,30320893,30321196,30321519,30322394,30322637,30322674,30327121,30327145,30327157,30327269,30327420,30327563,30327675,30333634,30333852,30334156,30334185,30334534,30334765,30335202,30335668,30336317,30337087,30337390,30337697,30337797,30337832,30346660,30346965,30347325,30348547,30348648,30348722,30363396,30364608,30365152,30366043,30370841,30370859,30370875,30372010,30374360,30375096,30376145,30376670,30376756,30376812,30380629,30381144,30382763,30382791,30386216,30389796,30390923,30392303,3039467', 'assoc_port': '30289300:30289380,30289301:30289362,30289773:30289812,30290047:30290053,30290351:30290376,30291287:30291443,30291611:30291624,30292864:30293057,30294223:30294420,30299944:30300053,30300247:30300308,30300542:30300609,30301180:30301223,30302179:30302371,30302752:30302845,30303220:30303259,30303520:30303563,30303525:30303609,30303527:30303549,30303945:30304116,30303948:30304183,30304346:30304349,30305289:30305292,30307824:30307854,30310712:30311439,30314901:30314981,30315256:30315382,30316216:30316434,30316218:30316302,30316572:30316755,30316573:30316694,30316861:30317399,30316867:30318068,30316872:30318269,30316875:30318179,30316879:30318076,30316883:30317900,30316886:30317787,30316889:30317803,30316892:30317749,30316895:30317687,30316900:30317699,30316907:30317549,30316908:30317533,30316912:30317463,30316914:30317431,30316917:30317424,30316918:30317357,30316921:30317314,30316930:30317195,30316936:30318773,30317931:30318974,30317951:30318917,30318374:30318593,30318963:30318993,30318964:30318984,30319874:3032003', 'assoc_mat': '30289300:Teint_Dans_La_Masse:3726:30289380,30289301:Teint_Dans_La_Masse:3726:30289362,30289773:Teint_Dans_La_Masse:3726:30289812,30290047:Teint_Dans_La_Masse:3726:30290053,30290351:Teint_Dans_La_Masse:3726:30290376,30291287:Teint_Dans_La_Masse:3726:30291443,30291611:Teint_Dans_La_Masse:3726:30291624,30292864:Teint_Dans_La_Masse:3726:30293057,30294223:Teint_Dans_La_Masse:3726:30294420,30299944:Teint_Dans_La_Masse:3726:30300053,30300247:Teint_Dans_La_Masse:3726:30300308,30300542:Teint_Dans_La_Masse:3726:30300609,30301180:Teint_Dans_La_Masse:3726:30301223,30302179:Teint_Dans_La_Masse:3726:30302371,30302752:Teint_Dans_La_Masse:3726:30302845,30303220:Teint_Dans_La_Masse:3726:30303259,30303520:Teint_Dans_La_Masse:3726:30303563,30303525:Teint_Dans_La_Masse:3726:30303609,30303527:Teint_Dans_La_Masse:3726:30303549,30303945:Teint_Dans_La_Masse:3726:30304116,30303948:Teint_Dans_La_Masse:3726:30304183,30304346:Teint_Dans_La_Masse:3726:30304349,30305289:Teint_Dans_La_Masse:3726:30305292,30307824:Teint_Dans_La_Masse:3726:3'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0, 'nb_photo': 1, 'list_port_cont': '30373146', 'assoc_port': '30373082:30373146', 'assoc_mat': '30373082:textiles_sanitaires:4200:30373146'}, {'unwanted_material': 'textiles_sanitaires', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0, 'nb_photo': 3, 'list_port_cont': '30317934', 'assoc_port': '30316870:30317934', 'assoc_mat': '30316870:textiles_sanitaires:4209:30317934'}), 'main_stat': {'nb_photos': 32882}, 'velours_link': {'pet_clair': 'https://www.fotonower.com/velours/30496359,30496362,30496370,30496378,30496397,30496418,30496427,30496436,30496445,30496454?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30496360,30496379,30496419,30496428,30496437,30496446,30496455?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30496361,30496380,30496381,30496382,30496408,30496416,30582825,30496463,30496464?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,metal,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30496363,30496371,30496383,30496390,30496398,30582822,30496410,30496420,30496429,30496438,30496447,30496456?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30496364,30496372,30496384,30496391,30496399,30496405,30496411,30496421,30496430,30496439,30496448,30496457?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30496365,30496373,30496385,30496392,30496400,30496406,30496412,30496422,30496431,30496440,30496449,30496458?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30496366,30496374,30496386,30496393,30496401,30582823,30496413,30496423,30496432,30496441,30496450,30496459?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30496367,30496375,30496387,30496394,30496402,30496407,30496414,30496424,30496433,30496442,30496451,30496460,30686859?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires', 'gm': 'https://www.fotonower.com/velours/30496368,30496376,30496388,30496395,30496403,30582824,30496415,30496425,30496434,30496443,30496452,30496461,30582827?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,textiles_sanitaires', 'pehd_pp': 'https://www.fotonower.com/velours/30496369,30496377,30496389,30496396,30496404,30496409,30496417,30496426,30496435,30496444,30496453,30496462?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (('jetson-6',),), 'impurety_average_per_hashtag': [(('jrm', '2026-02', 0.08623239164069084),), (('film_pedb', '2026-02', 0.14904745934015642),), (('refus', '2026-02', 0.12204916361366287),), (('pehd_pp', '2026-02', 0.06866943367141641),), (('pet_clair', '2026-02', 0.06587256303582228),), (('gm', '2026-02', 0.05674974108364557),), (('flux_dev', '2026-02', 0.15713072914771292),), (('emr', '2026-02', 0.07604565123512708),), (('aluminium', '2026-02', 0.08040792809511649),), (('ela', '2026-02', 0.14450821901342042),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_02_annee_2026.pdf Before plot_photos_and_unwanted_material_summary # VR 17-11-17 : to create in DB ! Here we check the datou graph and we reorder steps ! Tree builded and cycle checked, now we need to re-order the steps ! We have currenlty an error because there is no dependence between the last step for the case tile - detect - glue We can either keep the depence of, it is better to keep an order compatible with the id of steps if we do not have sons, so a lexical order : (number_son, step_id) DONE and to test : checkNoCycle ! We are managing only one step so we do not consider checkConsistencyNbInputNbOutput ! We are managing only one step so we do not consider checkConsistencyTypeOutputInput ! None was removed should we ? donnée sous forme de texte was removed should we ? [ptf_id0,ptf_id1...] was removed should we ? Before organize_and_plot_unwanted_material_stats {'pet_clair': {'autre': ['autre', '1.16%', 1225], 'barquette_avec_film': ['barquette_avec_film', '1.05%', 1437], 'bouchon': ['bouchon', '0.51%', 877], 'carton': ['carton', '2.26%', 2593], 'etiquette': ['etiquette', '0.26%', 333], 'metal': ['metal', '0.14%', 67], 'papier': ['papier', '4.35%', 8427], 'pehd': ['pehd', '0.29%', 349], 'pet_clair': ['pet_clair', '91.26%', 103246], 'pet_fonce': ['pet_fonce', '2.21%', 2646]}, 'refus': {'autre': ['autre', '0.13%', 178], 'carton': ['carton', '3.02%', 2322], 'metal': ['metal', '0.05%', 63], 'papier': ['papier', '17.82%', 12969], 'pehd': ['pehd', '0.06%', 14], 'pet_clair': ['pet_clair', '1.02%', 283], 'pet_fonce': ['pet_fonce', '0.12%', 42]}, 'jrm': {'autre_refus': ['autre_refus', '3.42%', 2506], 'cartonnette': ['cartonnette', '0.39%', 931], 'Carton_brun': ['Carton_brun', '4.21%', 3260], 'Carton_gris': ['Carton_gris', '0.96%', 1377], 'kraft': ['kraft', '0.54%', 1102], 'metal': ['metal', '0.04%', 29], 'papier': ['papier', '88.41%', 76], 'plastique': ['plastique', '0.74%', 1575], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '0.94%', 2289]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.48%', 392], 'carton': ['carton', '0.96%', 383], 'ela': ['ela', '0.52%', 141], 'etiquette': ['etiquette', '0.62%', 400], 'film_plastique': ['film_plastique', '1.45%', 328], 'kraft': ['kraft', '0.06%', 3], 'metal': ['metal', '92.86%', 142], 'papier': ['papier', '5.85%', 4049], 'pehd': ['pehd', '0.11%', 6], 'pet_clair': ['pet_clair', '0.5%', 64], 'pet_fonce': ['pet_fonce', '0.18%', 17], 'pet_opaque': ['pet_opaque', '0.7%', 165]}, 'ela': {'barquette_opaque': ['barquette_opaque', '2.5%', 3464], 'carton': ['carton', '0.76%', 1277], 'ela': ['ela', '83.82%', 397], 'etiquette': ['etiquette', '1.0%', 5019], 'film_plastique': ['film_plastique', '3.31%', 3202], 'kraft': ['kraft', '0.12%', 3], 'metal': ['metal', '1.35%', 1602], 'papier': ['papier', '5.63%', 9075], 'pehd': ['pehd', '0.11%', 52], 'pet_clair': ['pet_clair', '0.87%', 693], 'pet_fonce': ['pet_fonce', '0.57%', 542], 'pet_opaque': ['pet_opaque', '1.32%', 1205]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.31%', 676], 'carton': ['carton', '91.81%', 970], 'ela': ['ela', '0.13%', 137], 'etiquette': ['etiquette', '0.18%', 349], 'film_plastique': ['film_plastique', '0.27%', 661], 'kraft': ['kraft', '0.14%', 27], 'metal': ['metal', '1.21%', 184], 'papier': ['papier', '6.4%', 21897], 'pehd': ['pehd', '0.81%', 24], 'pet_clair': ['pet_clair', '0.2%', 64], 'pet_fonce': ['pet_fonce', '0.48%', 47], 'pet_opaque': ['pet_opaque', '0.41%', 227]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '0.59%', 40], 'carton': ['carton', '1.71%', 3523], 'ela': ['ela', '0.31%', 18], 'etiquette': ['etiquette', '0.08%', 133], 'film_plastique': ['film_plastique', '84.76%', 4319], 'kraft': ['kraft', '0.03%', 43], 'metal': ['metal', '1.36%', 30], 'papier': ['papier', '13.12%', 22423], 'pehd': ['pehd', '1.05%', 9], 'pet_clair': ['pet_clair', '0.21%', 10], 'pet_fonce': ['pet_fonce', '0.24%', 27], 'pet_opaque': ['pet_opaque', '0.71%', 240]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '2.31%', 4188], 'carton': ['carton', '1.87%', 1206], 'ela': ['ela', '0.15%', 187], 'etiquette': ['etiquette', '1.05%', 1323], 'film_plastique': ['film_plastique', '4.39%', 5399], 'kraft': ['kraft', '0.0%', 18], 'metal': ['metal', '2.42%', 629], 'papier': ['papier', '1.43%', 2586], 'pehd': ['pehd', '0.44%', 138], 'pet_clair': ['pet_clair', '1.04%', 649], 'pet_fonce': ['pet_fonce', '84.31%', 131], 'pet_opaque': ['pet_opaque', '2.28%', 4262], 'textiles_sanitaires': ['textiles_sanitaires', '0.0%', 1]}, 'gm': {'barquette_opaque': ['barquette_opaque', '0.62%', 109], 'carton': ['carton', '1.7%', 691], 'ela': ['ela', '0.42%', 86], 'etiquette': ['etiquette', '0.89%', 570], 'film_plastique': ['film_plastique', '1.05%', 86], 'kraft': ['kraft', '0.0%', 7], 'metal': ['metal', '3.55%', 162], 'papier': ['papier', '94.01%', 29081], 'pehd': ['pehd', '0.57%', 13], 'pet_clair': ['pet_clair', '0.45%', 8], 'pet_fonce': ['pet_fonce', '0.77%', 26], 'pet_opaque': ['pet_opaque', '1.27%', 153], 'textiles_sanitaires': ['textiles_sanitaires', '0.0%', 3]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '6.55%', 34730], 'carton': ['carton', '0.22%', 2032], 'ela': ['ela', '0.09%', 1180], 'etiquette': ['etiquette', '0.27%', 15291], 'film_plastique': ['film_plastique', '0.32%', 6759], 'kraft': ['kraft', '0.01%', 7], 'metal': ['metal', '0.99%', 2087], 'papier': ['papier', '0.73%', 14642], 'pehd': ['pehd', '92.91%', 1189], 'pet_clair': ['pet_clair', '0.12%', 613], 'pet_fonce': ['pet_fonce', '0.09%', 496], 'pet_opaque': ['pet_opaque', '0.39%', 5147]}} before plot_matierial_repartition before organize_and_plot_coverage_data Warning a wrong coverage has been found : 0.0 before organize_and_plot_impurety_average_data before organize_and_plot_quality_photo_data finish generating filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_02_annee_2026.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.09user 5.39system 0:26.74elapsed 39%CPU (0avgtext+0avgdata 189388maxresident)k 17584inputs+3184outputs (66major+59390minor)pagefaults 0swaps